Sync toplevel files with GCC tree
[platform/upstream/binutils.git] / ChangeLog
1 2012-08-14   Diego Novillo  <dnovillo@google.com>
2
3         Merge from cxx-conversion branch.
4
5         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
6         POSTSTAGE1_CONFIGURE_FLAGS.
7         * Makefile.in: Regenerate.
8         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
9         Force C++ when bootstrapping.
10         * configure: Regenerate.
11
12 2012-07-06  Richard Guenther  <rguenther@suse.de>
13
14         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
15         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
16         --with-gmp=system.
17         * Makefile.in: Regenerated.
18         * configure: Likewise.
19
20 2012-07-06  Richard Guenther  <rguenther@suse.de>
21
22         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
23         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
24         supply V=1 as extra_make_flags.
25         * configure: Regenerated.
26         * Makefile.in: Likewise.
27
28 2012-07-03  Richard Guenther  <rguenther@suse.de>
29
30         * Makfile.def (isl): Remove not necessary extra_exports and
31         extra_make_flags.
32         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
33         * Makefile.in: Regenerated.
34
35 2012-07-03  Richard Guenther  <rguenther@suse.de>
36
37         * Makefile.def (cloog): Add V=1 to extra_make_flags.
38         * configure.ac: If either the ISL or the CLooG check failed
39         do not try to build in-tree versions.
40         * Makefile.in: Regenerated.
41         * configure: Regenerated.
42
43 2012-07-02  Richard Guenther  <rguenther@suse.de>
44         Michael Matz  <matz@suse.de>
45         Tobias Grosser <tobias@grosser.es>
46         Sebastian Pop <sebpop@gmail.com>
47
48         * Makefile.def: Add ISL host module, remove PPL host module.
49         Adjust ClooG host module to use the proper ISL.
50         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
51         * configure.ac: Include config/isl.m4.  Add ISL host library,
52         remove PPL.  Remove PPL configury, add ISL configury, adjust
53         ClooG configury.
54         * Makefile.in: Regenerated.
55         * configure: Likewise.
56
57 2012-07-02  Richard Guenther  <rguenther@suse.de>
58
59         Merge from graphite branch
60         2011-07-21  Tobias Grosser  <tobias@grosser.es>
61
62         * configure: Regenerated.
63         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
64         both cloog.org and legacy versions. The only supported version will
65         be CLooG with the isl backend.
66
67         2011-07-21  Tobias Grosser  <tobias@grosser.es>
68
69         * configure: Regenerated.
70         * configure.ac: Require cloog isl 0.17.0
71
72         2011-07-21  Tobias Grosser  <tobias@grosser.es>
73
74         * configure: Regenerated.
75         * config/cloog.m4: Do not define CLOOG_ORG
76
77 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
78
79         * configure.ac: Skip C if explicitly selected.
80         * configure: Regenerate.
81
82 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
83
84         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
85         they contain -O2.
86         * configure: Regenerate.
87
88 2012-06-20  Jason Merrill  <jason@redhat.com>
89
90         * Makefile.tpl (check-target-libgomp-c++): New.
91         (check-target-libitm-c++): New.
92         * Makefile.def (c++): Add them.
93         * Makefile.in: Regenerate.
94
95 2012-05-16  Olivier Hainque  <hainque@adacore.com>
96
97         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
98         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
99         (install-no-fixedincludes): Adjust accordingly.
100         * Makefile.in: Regenerate.
101
102 2012-05-09  Nick Clifton  <nickc@redhat.com>
103             Paul Smith  <psmith@gnu.org>
104
105         PR bootstrap/50461
106         * configure.ac (mpfr-dir): When using in-tree MPFR sources
107         allow for the fact that from release v3.1.0 of MPFR the source
108         files were moved into a src sub-directory.
109         * configure: Regenerate.
110
111 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
112
113         * configure.ac: Bump minimum MPFR version to 2.4.0.
114         * configure: Regenerated.
115
116 2012-05-01  Richard Henderson  <rth@redhat.com>
117
118         * Makefile.def (libatomic): New target_module.
119         * configure.ac (target_libraries): Add libatomic.
120         (noconfigdirs): Check if libatomic is supported.
121         * Makefile.in, configure: Rebuild.
122
123 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
124
125         Merge upstream change
126         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
127
128 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
129
130         * libtool.m4: Additional FreeBSD 10 fixes.
131
132 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
133
134         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
135         they contain -O2.
136         * configure: Regenerate.
137
138 2012-05-14  Catherine Moore  <clm@codesourcery.com>
139
140         * NEWS:  Mention PowerPC VLE port.
141
142 2012-05-11  Mike Frysinger  <vapier@gentoo.org>
143
144         * MAINTAINERS (config/): Move to intl/ section.
145         (compile; depcomp; install-sh; missing; ylwrap): Likewise.
146
147 2012-05-09  Nick Clifton  <nickc@redhat.com>
148             Paul Smith  <psmith@gnu.org>
149
150         PR bootstrap/50461
151         * configure.ac (mpfr-dir): When using in-tree MPFR sources
152         allow for the fact that from release v3.1.0 of MPFR the source
153         files were moved into a src sub-directory.
154         * configure: Regenerate.
155
156 2012-05-02  Roland McGrath  <mcgrathr@google.com>
157
158         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
159         * configure: Regenerate.
160
161 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
162
163         * config.sub: Update to 2012-04-18 version from official repo.
164
165 2012-03-19  Tristan Gingold  <gingold@adacore.com>
166
167         * configure.ac (ia64*-*-*vms*): Add support for ld.
168         * configure: Regenerate.
169
170 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
171
172         * configure.ac (enable_libgomp): Remove *-*-irix6*.
173         (unsupported_languages): Remove mips-sgi-irix6.*.
174         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
175         (with_stabs): Remove.
176         * configure: Regenerate.
177
178 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
179
180         * configure.ac (enable_libgomp): Remove *-*-osf*.
181         (with_stabs): Remove alpha*-*-osf*.
182         * configure: Regenerate.
183
184 2012-03-09  Jeff Johnston  <jjohnstn@redhat.com>
185
186         * COPYING.NEWLIB: Modify DJ Delorie license to include
187         modification rights in clause as permitted by DJ Delorie.
188         * COPYING.LIBGLOSS: Ditto.
189
190 2012-03-09  Jeff Johnston  <jjohnstn@redhat.com>
191
192         * COPYING.NEWLIB: Remove two unused licenses.
193
194 2012-03-05  Tristan Gingold  <gingold@adacore.com>
195
196         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
197         * configure: Regenerate.
198
199 2012-02-21  Joern Rennecke  <joern.rennecke@embecosm.com>
200
201         * COPYING.NEWLIB: Add Adapteva notice.
202         * COPYING.LIBGLOSS: Add Adapteva notice.
203
204 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
205
206         * configure: Regenerate.
207
208 2011-12-15  Jeff Johnston  <jjohnstn@redhat.com>
209
210         * COPYING.LIBGLOSS: Add GPL with exception license.
211
212 2011-11-09  Roland McGrath  <mcgrathr@google.com>
213
214         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
215         * configure: Rebuild.
216         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
217         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
218         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
219         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
220         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
221         Add READELF.
222         * Makefile.in: Rebuild.
223
224 2011-11-08  Richard Henderson  <rth@redhat.com>
225
226         * configure.ac: Test for libitm directory present first.
227
228         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
229
230         * configure.ac: Test libitm/configure.tgt to disable libitm.
231         * configure: Rebuild.
232
233 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
234
235         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
236         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
237         * Makefile.in: Regenerate.
238
239 2011-11-01  DJ Delorie  <dj@redhat.com>
240
241         * configure.ac (rl78-*-*) New case.
242         * configure: Regenerate.
243
244 2011-11-01  DJ Delorie  <dj@redhat.com>
245
246         * config.sub: Update to version 2011-10-29 (added rl78)
247
248 2011-10-27  Nick Clifton  <nickc@redhat.com>
249
250         * config.sub: Import these changes from the config project:
251
252         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
253             Ben Elliston  <bje@gnu.org>
254
255         * config.sub (epiphany): New.
256
257         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
258             Ben Elliston  <bje@gnu.org>
259
260         * config.sub (hexagon, hexagon-*): New.
261
262         2011-08-23  Roland McGrath  <mcgrathr@google.com>
263
264         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
265         64eb to be64.
266
267         2011-08-16  Roland McGrath  <mcgrathr@google.com>
268
269         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
270         (nacl): Grok as alias for 32el-unknown-nacl.
271
272 2011-08-19  Joel Brobecker  <brobecker@adacore.com>
273
274         * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
275
276 2011-08-14  Yao Qi  <yao@codesourcery.com>
277
278         Merge from gcc:
279
280         2011-08-14  Yao Qi  <yao@codesourcery.com>
281         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
282         * configure: Regenerate.
283
284 2011-07-26  Ian Lance Taylor  <iant@google.com>
285
286         Merge from gcc:
287
288         2011-07-26  Ian Lance Taylor  <iant@google.com>
289         * configure.ac: Set have_compiler based on whether gcc directory
290         exists, rather than on whether gcc is in configdirs.
291         * configure: Rebuild.
292
293         2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
294         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
295         link directories.
296         * Makefile.in: Rebuild.
297
298         2011-07-20  Ian Lance Taylor  <iant@google.com>
299         PR bootstrap/49787
300         * configure.ac: Move --enable-bootstrap handling earlier in file.
301         If --enable-bootstrap and either --enable-build-with-cxx or
302         --enable-build-poststage1-with-cxx, enable C++ automatically.
303         * configure: Rebuild.
304
305         2011-07-19  Ian Lance Taylor  <iant@google.com>
306         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
307         make C++ a boot_language.  Set and substitute
308         POSTSTAGE1_CONFIGURE_FLAGS.
309         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
310         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
311         * configure, Makefile.in: Rebuild.
312
313         2011-07-16  Jason Merrill  <jason@redhat.com>
314         * Makefile.def (language=c++): Add check-c++0x and
315         check-target-libmudflap-c++.
316         * Makefile.tpl (check-target-libmudflap-c++): New.
317         * Makefile.in: Regenerate.
318
319         2011-07-16  Matthias Klose  <doko@ubuntu.com>
320         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
321         * Makefile.def (target_modules/libjava): Pass
322         $(EXTRA_CONFIGARGS_LIBJAVA).
323         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
324         if not configured with --enable-static-libjava.
325         * Makefile.in: Regenerate.
326         * configure: Likewise.
327
328         2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
329         PR regression/47836
330         PR bootstrap/23656
331         PR other/47733
332         PR bootstrap/49247
333         PR c/48825
334         * configure.ac (target_libraries): Remove target-libiberty.
335         Remove case-statement setting skipdirs=target-libiberty for
336         multiple targets.  Remove checking target_configdirs and
337         removing target-libiberty but keeping target-libgcc if
338         otherwise empty.
339         * Makefile.def (target_modules): Don't add libiberty.
340         (dependencies): Remove all traces of target-libiberty.
341         * configure, Makefile.in: Regenerate.
342
343 2011-07-22  Jason Merrill  <jason@redhat.com>
344
345         * Makefile.def (language=c++): Add check-c++0x and
346         check-target-libmudflap-c++.
347         * Makefile.tpl (check-target-libmudflap-c++): New.
348         * Makefile.in: Regenerate.
349
350 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
351
352         * configure: Regenerate.
353
354 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
355
356         PR target/39150
357         * configure.ac (i[3456789]86-*-solaris2*): Also accept
358         x86_64-*-solaris2.1[0-9]*.
359         * configure: Regenerate.
360
361 2011-06-13  Walter Lee <walt@tilera.com>
362
363         * configure.ac (tilepro-*-*) New case.
364         (tilegx-*-*): Likewise.
365         * configure: Regenerate.
366
367 2011-06-06  Nick Clifton  <nickc@redhat.com>
368
369         * config.sub: Sync from upstream.
370
371 2011-05-08  Doug Kwan  <dougkwan@google.com>
372
373         Merge from gcc:
374
375         2011-05-08  Doug Kwan  <dougkwan@google.com>
376
377                 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
378                 * configure: Regenerated.
379                 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
380                 value from configure.
381                 * Makefile.in: Regenerated.
382
383 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
384
385         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
386         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
387         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
388         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
389         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
390         *-*-vxworks*): Disable newlib and libgloss in separate case
391         statement.
392         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
393         to separate case statement.
394         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
395         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
396         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
397         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
398         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
399         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
400         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
401         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
402         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
403         i[[3456789]]86-*-rdos*, m32r-*-*,
404         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
405         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
406         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
407         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
408         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
409         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
410         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
411         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
412         and libgloss in main case over targets.  Remove most empty cases
413         in main case over targets.
414         * configure: Regenerate.
415
416 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
417
418         * configure.ac: Remove code setting special library locations for
419         hppa*64*-*-hpux11*.  Remove code setting compiler for
420         sparc-sun-solaris2*.
421         * configure: Regenerate.
422
423 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
424
425         * configure.ac: Separate libgloss_dir settings from general case
426         over targets.
427         * configure: Regenerate.
428
429 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
430
431         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
432         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
433         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
434         cases in libgcj-disabling case statement.
435         (hppa*64*-*-linux*): Set unsupported_languages instead of
436         disabling target-zlib.
437         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
438         to hppa*64*-*-hpux*.
439         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
440         hppa*-*-hpux*.
441         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
442         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
443         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
444         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
445         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
446         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
447         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
448         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
449         libgcj-disabling case statement.
450         * configure: Regenerate.
451
452 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
453
454         * configure.ac: Disable Java for targets not supporting libffi.
455         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
456         Remove cases in Java-disabling statement.
457         (*arm-wince-pe): Change to arm-wince-pe.
458         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
459         cases in Java-disabling statement.
460         (bfin-*-*): Don't disable Java again.
461         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
462         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
463         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
464         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
465         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
466         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
467         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
468         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
469         Java-disabling statement.
470         (mmix-*-*): Don't disable Java again.
471         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
472         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
473         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
474         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
475         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
476         statement.
477         * configure: Regenerate.
478
479 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
480
481         Merge from GCC:
482
483         2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
484
485         PR lto/48086
486         * configure.ac: Re-enable LTO on *-apple-darwin9*.
487         * configure: Regenerate.
488
489 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
490
491         * configure.ac: Separate cases disabling Java and Java libraries
492         from general case over targets.
493         * configure: Regenerate.
494
495 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
496
497         * configure.ac (build_tools): Remove build-byacc.
498         (host_libs): Remove mmalloc.
499         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
500         autoconf automake libtool diff rcs fileutils shellutils time
501         textutils wdiff find uudecode hello tar gzip indent recode release
502         sed perl gawk findutils gettext zip.
503         (libgcj): Remove target-qthreads.
504         (target_tools): Remove target-examples target-gperf.
505         (YACC): Don't handle building byacc.
506         * configure: Regenerate.
507         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
508         dosutils, examples, fileutils, find, findutils, gawk, gettext,
509         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
510         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
511         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
512         handle building components.
513         * Makefile.in: Regenerate.
514
515 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
516
517         * config.sub: Sync from upstream.
518
519 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
520
521         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
522         (microblaze*): Don't disable libssp.
523         * configure: Regenerate.
524
525 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
526
527         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
528         moveifchange.
529         * configure: Regenerate.
530         * Makefile.tpl: Use @SHELL@ not @config_shell@.
531         * Makefile.in: Regenerate.
532
533 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
534
535         * configure.ac (*-*-sysv4*): Don't enable libgomp.
536         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
537         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
538         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
539         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
540         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
541         md_exec_prefix cases.
542         * configure: Regenerate.
543
544 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
545
546         * configure.ac: Separate cases disabling target-libssp,
547         target-libiberty, target-libstdc++-v3 and Fortran from general
548         case over targets.
549         * configure: Regenerate.
550
551 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
552
553         * configure.ac (*-*-chorusos): Don't disable libgcj.
554         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
555         Remove case.
556         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
557         (arm-*-coff): Don't disable libgcj.
558         (arm*-*-linux-gnueabi): Remove useless assignment.
559         (arm-*-riscix*): Don't disable libgcj.
560         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
561         configuration.
562         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
563         (c54x*-*-*): Remove case.
564         (tic54x-*-*): Don't disable GCC or GCC libraries.
565         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
566         to *.
567         (d10v-*-*): Don't disable GCC libraries.
568         (d30v-*-*): Don't disable libgcj.
569         (h8500-*-*): Don't disable GCC libraries.
570         (i960-*-*): Don't disable libgcj.
571         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
572         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
573         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
574         libgcj.
575         (m68k-*-coff*): Remove case.
576         (mmix-*-*): Don't disable libgloss on host.
577         (mn10200-*-*, mn10300-*-*): Remove cases.
578         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
579         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
580         Don't disable libgcj.
581         (romp-*-*): Remove case.
582         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
583         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
584         case.
585         (v810-*-*): Don't disable GCC libraries.
586         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
587         (ip2k-*-*): Don't disable GCC libraries.
588         * configure: Regenerate.
589
590 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
591
592         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
593         libffi on host.
594         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
595         on host.
596         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
597         * configure: Regenerate.
598
599 2011-03-26  John Marino  <binutils@marino.st>
600
601         * configure.ac: Add support for *-*-dragonfly*
602         * configure: Regenerate.
603
604 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
605
606         * configure.ac (native_only): Remove.
607         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
608         send-pr uudecode guile gnuserv on host.
609         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
610         send-pr rcs guile perl texinfo libtool on host.
611         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
612         automake send-pr rcs guile perl texinfo libtool on host.
613         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
614         (*-*-kaos*): Don't disable target-examples target-gperf on target.
615         (alpha*-dec-osf*): Don't disable fileutils on target.
616         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
617         texinfo send-pr expect dejagnu on target.
618         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
619         target-qthreads on target.
620         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
621         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
622         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
623         x86_64-*-mingw*): Don't disable expect on target.
624         (*-*-cygwin*): Don't disable target-gperf on target.
625         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
626         gnuserv on target.
627         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
628         target.
629         * configure: Regenerate.
630
631 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
632
633         * configure.ac (target_tools): Remove target-groff.
634         (native_only): Remove target-groff.
635         (hppa*64*-*-*): Don't disable byacc.
636         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
637         setting.
638         (*-*-kaos*): Don't skip target-librx and target-groff.
639         (*-*-netware*): Don't skip target-libmudflap.
640         (*-*-tpf*): Don't skip target-libmudflap.
641         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
642         directories on the host.
643         (ia64*-*-*vms*): Don't skip tix.
644         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
645         host.
646         * configure: Regenerate.
647
648 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
649
650         * configure.ac: Remove references to mt-mep, mt-netware,
651         mt-wince.
652         * Makefile.def: Add all-utils soft dependencies.
653         * Makefile.tpl: Remove GDB_NLM_DEPS.
654         * configure: Regenerate.
655         * Makefile.in: Regenerate.
656
657 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
658
659         Sync from GCC:
660
661         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
662
663         * configure.ac: Do not include mh-x86omitfp.
664         * configure: Regenerate.
665
666         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
667
668         * configure.ac: Remove empty cases.
669         * configure: Regenerate.
670
671         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
672
673         * Makefile.def: Add dependency from termcap to gdb.
674         * Makefile.in: Regenerate.
675
676         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
677
678         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
679         * configure: Regenerate.
680         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
681         * Makefile.tpl: Likewise.
682         * Makefile.in: Regenerate.
683
684         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
685
686         * configure.ac: Remove all mentions of tentative_cc.
687         * configure: Regenerate.
688
689         2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
690
691         PR lto/48086
692         * configure.ac: Re-enable LTO on *-apple-darwin9.
693         * configure: Regenerate.
694
695 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
696
697         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
698         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
699         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
700         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
701         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
702         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
703         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
704         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
705         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
706         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
707         *-*-rhapsody*): Remove host cases.
708         * configure: Regenerate.
709
710 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
711
712         * configure.ac (ppc*-*-pe): Remove host case.
713         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
714         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
715         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
716         cases.
717         * configure: Regenerate.
718
719 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
720
721         * config.sub: Update to version 2011-03-23.
722
723 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
724
725         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
726         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
727         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
728         * configure: Regenerate.
729
730 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
731
732         * config-ml.in: Don't handle arc-*-elf*.
733         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
734         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
735         handle GCC libraries.
736         * configure: Regenerate.
737
738 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
739
740         PR bootstrap/48120:
741         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
742         Add -lstdc++ -lm to LIBS.
743         * configure: Regenerate.
744
745 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
746
747         * config.guess: Update to version 2011-02-02
748         * config.sub: Update to version 2011-02-24
749
750 2011-03-03  Sebastian Pop  <sebastian.pop@amd.com>
751
752         * configure.ac: Adjust test of with_ppl.
753         * configure: Regenerated.
754
755 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
756
757         * configure.ac: Add -lpwl to ppllibs.
758         * config/cloog.m4: Add -lisl to clooglibs.
759         * configure: Regenerated.
760
761 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
762
763         Import from Libtool and gnulib:
764
765         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
766
767         Prepare for supporting FreeBSD 10.
768         * config.rpath: Remove handling of freebsd1* which soon would
769         match FreeBSD 10.0.
770
771         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
772
773         Remove support for FreeBSD 1.x.
774         * libtool.m4 (_LT_LINKER_SHLIBS)
775         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
776         soon would incorrectly match FreeBSD 10.0.
777
778 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
779
780         PR binutils/12283
781         * MAINTAINERS (mkinstalldirs): Comes from Automake.
782         (move-if-change): Comes from gnulib.
783         * move-if-change: Import version from gnulib.
784
785 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
786
787         Sync from GCC:
788
789         2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
790
791         PR lto/47225
792         * Makefile.def (lto-plugin): Double dash for enable-shared.
793         (configure-gcc): Depend on all-lto-plugin.
794         * Makefile.in: Rebuilt.
795
796         2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
797
798         * configure.ac: Remove extra bracket.
799         * configure: Regenerate.
800
801         2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
802
803         PR lto/47225
804         * Makefile.def: Add dependency for install-gcc
805         on install-lto-plugin.
806         * Makfile.in: Regenerated
807
808         2011-01-25  Jakub Jelinek  <jakub@redhat.com>
809
810         * configure.ac: If with_ppl is no, move setting with_cloog=no
811         after CLOOG_REQUESTED check.
812         * configure: Regenerated.
813
814         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
815
816         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
817         CLooG has been requested.
818         * configure: Regenerated.
819
820         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
821
822         * configure: Regenerated.
823         * configure.ac: Check for version 0.11 (or later revision) of PPL.
824
825         2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
826
827         * configure: Regenerated.
828         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
829
830         2011-01-07  Jan Hubicka  <jh@suse.cz>
831
832         PR lto/47225
833         * Makefile.in: Regenerate.
834         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
835         configure.
836
837 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
838
839         PR libgcj/44341
840         * configure.ac: Discard --with-* flags for host when configuring
841         target libraries for cross build.
842         * configure: Rebuilt.
843
844 2011-01-21  Andreas Schwab  <schwab@redhat.com>
845
846         Sync from GCC:
847
848         2011-01-21  Andreas Schwab  <schwab@redhat.com>
849
850         * configure.ac: Use AS_HELP_STRING throughout.
851         * configure: Regenerate.
852
853         2011-01-18  Jie Zhang  <jie.zhang@analog.com>
854
855         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
856         * configure: Regenerate.
857
858 2010-12-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
859
860         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
861
862 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
863
864         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
865         for ia64-hpux.
866         * configure: Regenerate.
867
868 2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
869
870         Sync from GCC:
871         2010-12-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
872
873         * configure.ac: (picochip): Disable libiberty.
874         * configure: Regenerate.
875
876 2010-12-18  Jeff Johnston  <jjohnstn@redhat.com>
877
878         * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
879
880 2010-12-10  Ian Lance Taylor  <iant@google.com>
881
882         PR bootstrap/46819
883         * configure.ac: For --disable-libgcj clear libgcj_saved.
884         * configure: Rebuild.
885
886 2010-12-10  Tobias Burnus  <burnus@net-b.de>
887
888         PR fortran/46540
889         * configure.ac: Add --disable-libquadmath and
890         --disable-libquadmath-support.
891         * configure: Regenerate.
892
893 2010-12-10  Tristan Gingold  <gingold@adacore.com>
894
895         * src-release (ETC_SUPPORT): add gnu-oids.texi
896
897 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
898
899         PR libffi/46792
900         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
901         * configure: Regenerate.
902
903 2010-12-02  Ian Lance Taylor  <iant@google.com>
904
905         * configure.ac: Always set default for poststage1_ldflags to
906         -static-libstdc++ -static-libgcc.
907
908 2010-12-02  Jeff Johnston  <jjohnstn@redhat.com>
909
910         * COPYING.NEWLIB: Add National Semiconductor notice.
911
912 2010-11-29  Andreas Schwab  <schwab@redhat.com>
913
914         * configure.ac: Move comment to remove extra space in last argument
915         of GCC_TARGET_TOOL.
916
917 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
918
919         PR other/46026
920         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
921         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
922         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
923         (BASE_FLAGS_TO_PASS): Use it.
924         * configure: Rebuilt.
925         * Makefile.in: Rebuilt.
926
927 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
928
929         PR binutils/12258
930         * configure.ac: Correct comments for --enable-gold/--enable-ld.
931         Properly check default linker.
932         * configure: Regnerated.
933
934 2010-11-23  Matthias Klose  <doko@ubuntu.com>
935
936         * configure.ac: For --enable-gold, handle value `default' instead of
937         `both*'.   New configure option --{en,dis}able-ld.
938         * configure: Regenerate.
939
940 2010-11-20  Ian Lance Taylor  <iant@google.com>
941
942         * configure.ac: Only disable a language library if no language needs
943         it.  Don't let --disable-libgcj uncondtionally disable libffi.
944         * configure: Rebuild.
945
946 2010-11-20  Paolo Bonzini  <bonzini@gnu.org>
947
948         * configure: Regenerate.
949
950 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
951
952         PR other/46202
953         * configure.ac: Fix just-built in-tree STRIP name to be
954         binutils/strip-new.
955         * configure: Regenerate.
956         * Makefile.def (install-strip-gcc, install-strip-binutils)
957         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
958         (install-strip-sid): Mirror dependencies on non-strip variants
959         of these targets on the respective -strip prerequisites.
960         * Makefile.tpl (install-strip, install-strip-host)
961         (install-strip-target): New targets.
962         (install-strip-[+module+], install-strip-target-[+module+]):
963         New targets.
964         * Makefile.in: Regenerate.
965
966 2010-11-19  Ian Lance Taylor  <iant@google.com>
967             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
968
969         * configure.ac: Add target-libgo to target_libraries.  Set
970         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
971         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
972         (HOST_EXPORTS): Add GOC.
973         (BASE_TARGET_EXPORTS): Add GOC.
974         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
975         (GOCFLAGS_FOR_TARGET): New variable.
976         (EXTRA_HOST_FLAGS): Add GOC.
977         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
978         * Makefile.def (target_modules): Add libgo.
979         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
980         (dependencies): Add dependency from configure-target-libgo to
981         configure-target-libffi and all-target-libstdc++-v3.  Add
982         dependencies from all-target-libgo to all-target-libffi.
983         (languages): Add go.
984         * configure: Rebuild.
985         * Makefile.in: Rebuild.
986
987 2010-11-19  Ian Lance Taylor  <iant@google.com>
988
989         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
990         compiler/flag environment variables.
991
992 2010-11-18  Ian Lance Taylor  <iant@google.com>
993
994         * configure.ac: Check for lang_requires_boot_languages in
995         config-lang.in files.
996         * configure: Rebuild.
997
998 2010-11-17  Mike Frysinger  <vapier@gentoo.org>
999
1000         * .gitignore: New file.
1001
1002 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1003             Tobias Burnus  <burnus@net-b.de>
1004
1005         PR fortran/32049
1006         * Makefile.def: Add libquadmath; build it with language=fortran.
1007         * configure.ac: Add libquadmath.
1008         * Makefile.tpl: Handle multiple libs in check-[+language+].
1009         * Makefile.in: Regenerate.
1010         * configure: Regenerate.
1011
1012 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1013
1014         * configure.ac: Fix spelling in option names.
1015         * configure: Regenerated.
1016
1017 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1018
1019         PR bootstrap/39622
1020         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1021         * configure: Regenerated.
1022
1023 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1024
1025         * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1026         define the cloog backend to use. Furthermore, only pass the ppllibs to
1027         the configure checks, if necessary.
1028         * configure: Regenerate.
1029
1030 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1031
1032         * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1033         * configure: regenerate
1034
1035 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1036
1037         * config/cloog.m4: Fix typo.  verison -> version.
1038         * configure: Regenerate.
1039
1040 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1041
1042         * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1043         * configure: Regenerate.
1044
1045 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1046
1047         * configure.ac: Support official CLooG.org versions.
1048         * configure: Regenerate.
1049         * config/cloog.m4: New.
1050
1051 2010-11-05  Michael Eager  <eager@eagercon.com>
1052
1053         * COPYING.LIBGLOSS: Correct typo in microblaze.
1054         * COPYING.NEWLIB: Same.
1055
1056 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1057
1058         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1059         * configure: Regenerate.
1060
1061 2010-11-03  Ian Lance Taylor  <iant@google.com>
1062             Dave Korn  <dave.korn.cygwin@gmail.com>
1063
1064         PR lto/46273
1065         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1066         and on other supported platforms whenever LTO is enabled.
1067         * configure: Rebuild.
1068
1069 2010-11-02  Alan Modra  <amodra@gmail.com>
1070
1071         PR binutils/12110
1072         * configure.ac: Error when source path contains spaces.
1073         * configure: Regenerate.
1074
1075 2010-10-20  Ian Lance Taylor  <iant@google.com>
1076
1077         * Makefile.def (target_modules): Set lib_path to src/.libs for
1078         libstdc++-v3 module.
1079         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1080         * Makefile.in: Rebuild.
1081
1082 2010-10-08  Bernd Schmidt  <bernds@codesourcery.com>
1083             Joseph Myers  <joseph@codesourcery.com>
1084
1085         * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1086         notices.
1087         * COPYING.NEWLIB: Add Texas Instruments notice.
1088
1089 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1090
1091         * configure.ac (build_lto_plugin): New shell variable.
1092         (--enable-lto): Turn on by default for all non-ELF platforms that
1093         have had LTO support added so far.  Set build_lto_plugin appropriately
1094         for both ELF and non-ELF.
1095         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1096         * configure: Regenerate.
1097
1098 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1099
1100         PR bootstrap/45326
1101         PR bootstrap/45174
1102         * configure.ac: Honor initial values of $build_configargs,
1103         $host_configargs, $target_configargs.  Mark the precious, so
1104         environment settings get recorded.
1105         * configure: Regenerate.
1106
1107 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1108
1109         Sync from GCC:
1110
1111         2010-09-30  Michael Eager  <eager@eagercon.com>
1112
1113         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1114         * configure: Regenerate.
1115
1116         2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1117
1118         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1119         targets and amend comment.
1120         * configure: Regenerate.
1121
1122         2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1123
1124         * configure.ac: Enable LTO by default on Darwin.
1125         * configure: Regenerate.
1126
1127         2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1128
1129         PR bootstrap/44455
1130         * configure.ac (extra_mpfr_configure_flags): Copy from
1131         extra_mpc_gmp_configure_flags.
1132         * configure: Re-generated.
1133
1134 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1135
1136         Sync from GCC:
1137
1138         PR bootstrap/45796
1139         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1140         Depend on all-build-libiberty.
1141         * Makefile.in: Regenerate.
1142
1143 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1144
1145         Sync from GCC:
1146
1147         PR bootstrap/44621
1148         * configure.ac: Fix unportable shell quoting.
1149         * configure: Regenerate.
1150
1151 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1152
1153         * configure.ac: Support all v850 targets.
1154         * configure: Regenerate.
1155
1156 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1157
1158         PR target/44862
1159         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1160         Provide -B option to allow for link spec %s substitutions for
1161         libstdc++.a on darwin.
1162         * Makefile.in: Regenerate.
1163
1164 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1165
1166         * Makefile.def (configure-gcc): Depend on all-libelf.
1167         * Makefile.in: Rebuild.
1168
1169 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1170
1171         * config.sub, config.guess: Update from upstream sources.
1172
1173 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1174
1175         Sync from GCC:
1176
1177         2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1178         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1179         * configure: Regenerated.
1180
1181         2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1182         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1183         * configure: Regenerate.
1184
1185         2010-04-17  Ralf Cors<E9>pius  <ralf.corsepius@rtems.org>
1186         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1187         * configure: Regenerate.
1188
1189         2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1190         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1191         separately.
1192         * configure: Regenerate.
1193
1194         2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1195         * configure: Regenerate after change to elf.m4.
1196
1197         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1198         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1199         * configure: Regenerated.
1200
1201         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1202         * configure.ac: Print "buggy but acceptable" when CLooG
1203         revision is less than 9.
1204         * configure: Regenerated.
1205
1206 2010-05-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1207
1208         Merge from gcc:
1209
1210         2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1211         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1212         * configure: Regenerate.
1213
1214         2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1215         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1216         a platform that supports LTO.
1217         * configure: Regenerate.
1218
1219         2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1220         PR lto/42776
1221         * configure.ac (--enable-lto): Refactor handling so libelf tests
1222         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1223         and allow LTO to be explicitly enabled on non-ELF platforms that
1224         are known to support it inside else-clause.
1225         * configure: Regenerate.
1226
1227 2010-04-27  Roland McGrath  <roland@redhat.com>
1228             H.J. Lu  <hongjiu.lu@intel.com>
1229
1230         * configure.ac (--enable-gold): Support both, both/gold and
1231         both/bfd to add gold to configdirs without removing ld.
1232         * configure: Regenerated.
1233
1234         * Makefile.def: Add install-gold dependency to install-ld.
1235         * Makefile.in: Regenerated.
1236
1237 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1238
1239         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1240         * configure: Regenerate.
1241
1242 2010-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1243
1244         Merge from gcc:
1245         PR bootstrap/43615
1246         PR bootstrap/43328
1247         Revert:
1248         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1249         * configure.ac: Do not pass --enable-multilib nor
1250         --disable-multilib in baseargs.  Accept explicitly passed
1251         --enable_multilib.
1252         * configure: Regenerate.
1253
1254 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1255
1256         PR bootstrap/43328
1257         * configure.ac: Do not pass --enable-multilib nor
1258         --disable-multilib in baseargs.  Accept explicitly passed
1259         --enable_multilib.
1260         * configure: Regenerate.
1261
1262 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1263
1264         * configure.ac (tic6x-*-*): New case.
1265         * configure: Regenerate.
1266
1267 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1268
1269         Merge from gcc:
1270         2010-03-19  Jack Howarth <howarth@bromo.med.uc.edu>
1271         PR ada/42554
1272         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1273         * configure: Regenerate.
1274
1275 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1276
1277         * config.sub: Update to version 2010-03-22.
1278         * config.guess: Update to version 2009-12-30.
1279
1280 2010-03-14  Joseph Myers  <joseph@codesourcery.com>
1281
1282         Merge from gcc:
1283         2010-01-11  Richard Guenther  <rguenther@suse.de>
1284         PR lto/41569
1285         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1286         * Makefile.in: Regenerated.
1287
1288 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1289
1290         PR libstdc++/32499
1291         * configure.ac (RANLIB): Default to true.
1292         (STRIP): Likewise.
1293         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1294         * configure: Regenerate.
1295
1296 2010-02-17  Nick Clifton  <nickc@redhat.com>
1297
1298         PR 11238
1299         * Makefile.tpl (local-distclean): Also remove config.cache files in
1300         sub-directories as there may not be Makefiles present in the
1301         sub-directories.
1302         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1303         the config.cache files found by the find command.
1304
1305         * Makefile.in: Regenerate.
1306         * configure.ac: Revert previous delta.
1307         * configure: Regenerate.
1308
1309 2010-02-15  Nick Clifton  <nickc@redhat.com>
1310
1311         PR 11238
1312         * configure.ac: Delete config.cache files in sub-directories when
1313         deleting Makefiles.
1314         * configure: Regenerate.
1315
1316 2010-02-15  Nick Clifton  <nickc@redhat.com>
1317
1318         * configure.ac: Sync from gcc.
1319         * configure: Regenerate.
1320
1321 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1322
1323         Sync from gcc:
1324         * configure.ac: Add "recommended" version checks for GMP/MPC.
1325         Update recommended GMP/MPFR/MPC versions.
1326         * configure: Regenerate.
1327
1328 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1329
1330         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1331         * configure.ac (bootstrap_target_libs): Make inclusion of
1332         target-libgomp conditional on libgomb being in target_configdirs.
1333         * configure: Regenerate.
1334
1335 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1336
1337         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1338         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1339         * configure: Regenerate.
1340
1341 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1342
1343         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1344         * configure.ac (target_configdirs): Substitute.
1345         * Makefile.def: Bootstrap target module libgomp.
1346         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1347         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1348         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1349         * configure, Makefile.in: Regenerate.
1350
1351 2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1352
1353         * libtool.m4: Sync from git Libtool.
1354         * ltmain.sh: Likewise.
1355         * ltoptions.m4: Likewise.
1356         * ltversion.m4: Likewise.
1357         * lt~obsolete.m4: Likewise.
1358
1359 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1360             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1361
1362         PR bootstrap/42424
1363         * configure.ac: Include libtool m4 files.
1364         (_LT_CHECK_OBJDIR): Call it.
1365         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1366         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1367
1368         * configure: Regenerate.
1369
1370 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1371
1372         PR bootstrap/41818
1373         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1374         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1375         * Makefile.in: Regenerate.
1376
1377 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1378
1379         * config.sub, config.guess: Update from upstream sources.
1380
1381 2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1382
1383         * COPYING.NEWLIB: Update copyright date.
1384         * COPYING.LIBGLOSS: Ditto.
1385
1386 2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1387
1388         PR middle-end/30447
1389         PR middle-end/30789
1390         PR other/40302
1391
1392         * configure.ac: Require MPC.
1393         * configure: Regenerate.
1394
1395         * configure.ac: Update minimum MPC version to 0.8.
1396         * configure: Regenerate.
1397
1398 2009-11-20  Paolo Bonzini  <bonzini@gnu.org>
1399
1400         * config.guess: Sync with upstream and gcc.
1401         * config.sub: Sync with upstream and gcc.
1402
1403 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1404
1405         * Makefile.def: Restore host and target settings for gmp.
1406         * Makefile.in: Rebuild.
1407
1408 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1409
1410         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1411         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1412         Fix portability of test of C++ as bootstrap language.  Add
1413         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1414         * configure: Rebuild.
1415         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1416         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1417         in-tree building.
1418         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1419         (POSTSTAGE1_HOST_EXPORTS): Use it.
1420         (STAGE[+id+]_CXXFLAGS): New.
1421         (BASE_FLAGS_TO_PASS): Pass it down.
1422         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1423         extra_exports.
1424         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1425         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1426         extra_exports.
1427         * Makefile.in: Rebuild.
1428
1429 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1430
1431         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1432         paths for *-w64-mingw* and x86_64-*mingw*.
1433         * configure: Regenerated.
1434
1435 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1436
1437         * configure.ac: Disable target-winsup & co for
1438         x86_64-*-mingw* and *-w64-mingw* targets.
1439         * configure: Regenerated.
1440
1441 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1442
1443         * configure.ac (CLooG test): Use = with test.
1444         * configure: Regenerate.
1445
1446 2009-10-22  Richard Guenther  <rguenther@suse.de>
1447
1448         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1449         cloog if the ppl version check failed.  Move flags saving
1450         before setting in libelf check.
1451         * configure: Regenerate.
1452
1453 2009-10-21  Richard Guenther  <rguenther@suse.de>
1454
1455         * configure.ac: Adjust the ppl and cloog configure to work as
1456         documented.  Disable cloog if ppl was disabled.  Omit the version
1457         checks if they were disabled.
1458         * configure: Re-generate.
1459
1460 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1461
1462         * configure.ac: Add 'lto' to enable_languages, not
1463         new_enable_languages, and only if not already present.
1464         * configure: Regenerate.
1465
1466 2009-10-06  Ian Lance Taylor  <iant@google.com>
1467
1468         * Makefile.def: check-gold depends upon all-gas.
1469         * Makefile.in: Rebuild.
1470
1471 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1472
1473         * Makefile.def: all-lto-plugin depends on all-libiberty.
1474         set bootstrap=true for lto-plugin.
1475         Add lto-plugin.
1476         * Makefile.in: Regenerate.
1477         * configure.ac (host_libs): Add lto-plugin.
1478         * configure: Regenerate.
1479
1480 2009-10-03  Diego Novillo  <dnovillo@google.com>
1481
1482         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1483         (HOST_LIBELFLIBS): Define.
1484         (HOST_LIBELFINC): Define.
1485         * Makefile.in: Regenerate.
1486         * configure.ac: Add --enable-lto.
1487         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1488         If --enable-lto is used, add 'lto' to new_enable_languages.
1489         If --enable-lto is used and gold is enabled, add
1490         lto-plugin to configdirs.
1491         * configure: Regenerate.
1492
1493 2009-10-03  Simon Baldwin  <simonb@google.com>
1494
1495         * configure.ac: If --with-system-zlib, suppress local zlib and
1496         pass --with-system-zlib to subdir configure scripts.
1497         * configure: Regenerate.
1498
1499 2009-10-01  Loren J. Rittle <ljrittle@acm.org>
1500             Paolo Bonzini  <bonzini@gnu.org>
1501
1502         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1503         $(srcdir).
1504         * Makefile.in: Rebuilt.
1505
1506 2009-09-29  Paolo Bonzini  <bonzini@gnu.org>
1507
1508         Sync from gcc:
1509         2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1510
1511         * configure.ac: Update minimum MPC version to 0.7.
1512         * configure: Regenerate.
1513
1514 2009-09-25  Nick Clifton  <nickc@redhat.com>
1515
1516         * configure.ac: Pass any --cache-file=/dev/null option on to
1517         subconfigures.
1518         * configure: Regenerate.
1519
1520 2009-09-23  Nick Clifton  <nickc@redhat.com>
1521
1522         * config.sub, config.guess: Update from upstream sources.
1523
1524 2009-09-22  Loren J. Rittle <ljrittle@acm.org>
1525
1526         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1527         * Makefile.in: Rebuilt.
1528
1529 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1530
1531         PR bootstrap/32272
1532         * configure.ac: Error out if $srcdir isn't '.' but contains
1533         host-${host_noncanonical}.
1534         * configure: Regenerate.
1535
1536 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1537
1538         * configure.ac: If bootstrapping a combined tree with
1539         --enable-gold, require c++ in stage1_languages.
1540         * configure: Regenerate.
1541
1542         * configure.ac: Also add target_libs of stage1_languages to
1543         bootstrap_target_libs.
1544         * configure: Regenerate.
1545
1546         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1547         with --enable-languages not containing c++.
1548         * configure: Regenerate.
1549
1550 2009-09-16  Jie Zhang  <jie.zhang@analog.com>
1551
1552         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1553         * configure: Regenerate.
1554
1555 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1556
1557         * configure.ac: Do not use $extrasub for replacing @if/@endif
1558         parts in Makefile; instead, use additional arguments to
1559         AC_CONFIG_COMMANDS to do the replacement manually, with several
1560         sed invocations, to avoid HP-UX sed command limits.
1561         * configure: Regenerate.
1562
1563 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1564
1565         * configure.ac (with-build-config): Document.  Handle without.
1566         Handle missing argument.
1567         * configure: Rebuilt.
1568
1569 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1570
1571         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1572         Default to bootstrap-debug only if compare-debug works.
1573         * configure: Rebuilt.
1574         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1575         * Makefile.in: Rebuilt.
1576
1577 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1578
1579         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1580         * Makefile.in: Rebuilt.
1581
1582 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1583
1584         * Makefile.tpl (AWK): Fix typo.
1585         * Makefile.in: Regenerate.
1586
1587 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1588
1589         * configure.ac: Detect awk and sed.
1590         * Makefile.def (flags_to_pass): Add AWK and SED.
1591         * Makefile.tpl (AWK, SED): New.
1592         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1593         * configure: Regenerate.
1594         * Makefile.in: Regenerate.
1595
1596 2009-09-01  Tristan Gingold  <gingold@adacore.com>
1597
1598         * setup.com: Ported to Itanium VMS.  Can also build using DCL scripts.
1599         Remove logical names.
1600
1601 2009-08-31  Dave Korn  <dave.korn.cygwin@gmail.com>
1602
1603         * ltmain.sh (func_normal_abspath): New function.
1604         (func_relative_path): Likewise.
1605         (func_mode_help): Document new -bindir option for link mode.
1606         (func_mode_link): Add new -bindir option, and use it to place
1607         output DLL if specified.
1608
1609 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1610
1611         * configure.ac (AC_PREREQ): Bump to 2.64.
1612
1613 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1614
1615         * README-maintainer-mode: Point directly to upstream locations
1616         for autoconf, automake, libtool, gettext, instead of copies on
1617         sources.redhat.com.  Document required versions.
1618         * configure.ac: Do not substitute datarootdir, htmldir,
1619         pdfdir, docdir.  Do not process --with-datarootdir,
1620         --with-htmldir, --with-pdfdir, --with-docdir.
1621         * configure: Regenerate.
1622
1623         * configure: Regenerate.
1624
1625         * compile: Sync from Automake 1.11.
1626         * depcomp: Likewise.
1627         * install-sh: Likewise.
1628         * missing: Likewise.
1629         * mkinstalldirs: Likewise.
1630         * ylwrap: Likewise.
1631
1632 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1633
1634         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1635         (baseargs): Add --disable-option-checking.
1636         * configure: Regenerate.
1637
1638         * Makefile.def (configure-target-libiberty): Depend on
1639         all-binutils and all-ld.
1640         (configure-target-newlib): Likewise.
1641         * Makefile.in: Regenerate.
1642
1643 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1644
1645         Sync with GCC, merge:
1646
1647         2009-07-31  Christian Bruel  <christian.bruel@st.com>
1648
1649         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1650         * configure: Regenerate.
1651
1652         2009-07-06  Ian Lance Taylor  <iant@google.com>
1653
1654         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1655         * configure: Rebuild.
1656
1657         2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1658
1659         PR bootstrap/40338
1660         * configure.ac (comparestring): Create new variable.
1661         * Makefile.tpl (comparestring): Use to skip some comparisions.
1662         * configure: Regenerate.
1663         * Makefile.in: Regenerate.
1664
1665         2009-06-23  Ian Lance Taylor  <iant@google.com>
1666
1667         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1668         boot_languages.  Only bootstrap target libraries listed in
1669         target_libs for some boot language.  Add --with-stage1-ldflags,
1670         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1671         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1672         if not building with C++.
1673         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1674         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1675         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1676         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1677         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1678         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1679         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1680         * configure, Makefile.in: Rebuild.
1681
1682         2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1683
1684         * configure.ac: Detect MPC in default directory.
1685         * configure: Regenerate.
1686
1687         2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1688
1689         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1690         to noconfdirs.
1691         * configure: Regenerate.
1692
1693         2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1694
1695         * Makefile.def: Add MPC support and dependencies.
1696         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1697
1698         * Makefile.in, configure: Regenerate.
1699
1700         2009-05-24  Nicolas Roche  <roche@adacore.com>
1701
1702         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1703         * Makefile.in: Regenerate.
1704
1705         2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1706
1707         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1708         * configure:  Regenerate.
1709
1710         2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1711
1712         * configure.ac ($with_ppl):  Default to no if not supplied.
1713         ($with_cloog):  Likewise.
1714         configure:  Regenerate.
1715
1716         2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1717
1718         PR bootstrap/39739
1719         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1720         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1721
1722         * configure, Makefile.in: Regenerate.
1723
1724         2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1725
1726         * configure.ac: Change copyright header to refer to version
1727         3 of the GNU General Public License and to point readers at the
1728         COPYING3 file and the FSF's license web page.
1729         * Makefile.def: Likewise.
1730         * Makefile.tpl: Likewise.
1731         * Makefile.in: Regenerate.
1732
1733         2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1734
1735         * configure.ac: Restore match for darwin9 or later. Use double
1736         brackets since regeneration eats one pair.
1737         * configure: Regenerate.
1738
1739 2009-08-18  Christopher Faylor  <me+cygwin@cgf.cx>
1740
1741         * MAINTAINERS: Perform some obvious fixups.
1742
1743 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1744
1745         * config.sub, config.guess: Update from upstream sources.
1746
1747 2009-08-06  Michael Eager <eager@eagercon.com>
1748
1749         * configure.ac: Add Microblaze target.
1750         * configure: Regenerate.
1751
1752 2009-07-02  Tristan Gingold  <gingold@adacore.com>
1753
1754         * configure.ac: Do not exclude gas for i386-*-darwin.
1755         Add a case for x86_64-*-darwin.
1756         * configure: Regenerate.
1757
1758 2009-06-26  Doug Evans  <dje@sebabeach.org>
1759
1760         * Makefile.def (host_modules): Add cgen.
1761         * Makefile.in: Regenerate.
1762         * configure.ac (host_tools): Add cgen.
1763         * configure: Regenerate.
1764
1765 2009-06-17  Michael Eager <eager@eagercon.com>
1766
1767         * COPYING.LIBGLOSS: Add Xilinx license.
1768
1769 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1770
1771         * configure.ac: Define is_elf for QNX Neutrino targets.
1772         * configure: Regenerate.
1773
1774 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1775             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1776
1777         * Makefile.tpl (all): Avoid a trailing backslash.
1778         * Makefile.in: Regenerate.
1779
1780 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1781
1782         * config.sub, config.guess: Update from upstream sources.
1783
1784 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1785
1786         * Makefile.tpl ([+compare-target+]): Compare all stage
1787         directories, rather than just gcc.
1788         * Makefile.in: Rebuilt.
1789
1790 2009-05-28  Doug Kwan  <dougkwan@google.com>
1791
1792         * configure.ac: Support gold for target arm*-*-*.
1793         * configure: Regenerate.
1794
1795 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1796
1797         * Makefile.tpl (all): Avoid harmless warning in make all when
1798         gcc-bootstrap is enabled but stage_last does not exist.
1799         * Makefile.in: Rebuilt.
1800
1801 2009-05-25  Tristan Gingold  <gingold@adacore.com>
1802
1803         * setup.com: Complete the file with configuration and build.
1804
1805 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1806
1807         PR other/40159
1808         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1809         gcc-no-bootstrap are mutually exclusive.
1810         * Makefile.in: Rebuilt.
1811
1812 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1813
1814         PR other/40159
1815         * Makefile.tpl (all): Don't end with unconditional success.
1816         * Makefile.in: Rebuilt.
1817
1818 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1819
1820         PR target/37137
1821         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1822         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1823         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1824         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1825         stage_configureflags, stage_cflags and stage_libcflags into
1826         explicit Makefile macros.
1827         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1828         GFORTRAN.
1829         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1830         CC.  Set CC_FOR_BUILD from CC.
1831         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1832         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1833         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1834         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1835         and GFORTRAN.
1836         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1837         (_LIBCFLAGS): Renamed to _TFLAGS.
1838         (do-compare-debug, do-compare3-debug): Drop.
1839         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1840         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1841         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1842         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1843         (XGCC_FLAGS_FOR_TARGET): New.
1844         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1845         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1846         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1847         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1848         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1849         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1850         TFLAGS.
1851         (BUILD_CONFIG): Include if requested.
1852         (all): Set TFLAGS on bootstrap.
1853         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1854         (all-stageid-prefixmodule): Likewise.
1855         (do-clean, distclean-stageid): Set TFLAGS.
1856         (restrap): Fix whitespace.
1857         * Makefile.in: Rebuilt.
1858
1859 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1860
1861         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1862         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1863         * Makefile.in: Regenerate.
1864
1865 2009-04-24  Eli Zaretskii  <eliz@gnu.org>
1866
1867         * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1868         consistency with config.sub.  (Update from upstream sources.)
1869
1870 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
1871
1872         * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1873
1874 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1875
1876         * config.sub, config.guess: Update from upstream sources.
1877
1878 2009-04-15  Anthony Green  <green@moxielogic.com>
1879
1880         * configure.ac: Add moxie support.
1881         * configure: Rebuilt.
1882
1883 2009-04-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1884
1885         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1886         * configure: Regenerate.
1887
1888 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1889
1890         PR gas/10039
1891         * configure.ac: Require texinfo 4.7.
1892         * configure: Regenerated.
1893
1894 2009-04-09  Steve Ellcey  <sje@cup.hp.com>
1895
1896         * Makefil.def (languages): New entries.
1897         * Makefile.tpl (check-gcc-*): New generic target.
1898         * Makefile.in: Regenerate.
1899
1900 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1901
1902         * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1903         Windows builds of Sed.
1904
1905 2009-03-18  Tom Tromey  <tromey@redhat.com>
1906
1907         * configure: Rebuild.
1908         * configure.ac (host_libs): Add libiconv.
1909         * Makefile.in: Rebuild.
1910         * Makefile.def (host_modules): Add libiconv.
1911         (configure-gdb, all-gdb): Depend on libiconv.
1912
1913 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1914
1915         * configure.ac: Treat gdb as supported on x86_64-darwin.
1916         * configure: Regenerate.
1917
1918 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1919
1920         Merge from GCC:
1921
1922         2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1923
1924         * configure.ac (--with-host-libstdcxx): New option.
1925         * configure: Regenerate.
1926
1927         2009-01-29  Robert Millan  <rmh@aybabtu.com>
1928
1929         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1930         * configure: Regenerate.
1931
1932         2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
1933
1934         PR tree-optimization/38515
1935         * configure.ac (cloog-polylib): Removed.
1936         (with_ppl, with_cloog): Test for "no".
1937         * configure: Regenerated.
1938
1939 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1940
1941         Backport from git Libtool:
1942
1943         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1944         Support GNU/kOpenSolaris.
1945         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1946         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1947         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1948         GNU/kOpenSolaris.
1949
1950 2009-02-05  Andreas Schwab  <schwab@suse.de>
1951
1952         * Makefile.tpl (stage_last): Define $r and $s before using
1953         $(RECURSE_FLAGS_TO_PASS).
1954         * Makefile.in: Regenerate
1955
1956 2009-01-21  Jeff Johnston  <jjohnstn@redhat.com>
1957
1958         * COPYING.NEWLIB: Add ARM license.
1959
1960 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1961
1962         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1963         (all-opcodes): Depend on all-libiberty.
1964         * Makefile.in: Regenerate.
1965
1966 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1967
1968         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1969         * configure: Regenerate.
1970
1971 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1972
1973         Backport link test fix from upstream Libtool:
1974
1975         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1976         Add cache variables to tests that require the linker to work.
1977         For shlibpath_overrides_runpath, this also changes the semantics
1978         to let the result from the C compiler take precedence.
1979         compiler take precedence.
1980
1981 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1982
1983         * config.sub, config.guess: Update from upstream sources.
1984
1985 2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1986
1987         * COPYING.NEWLIB: Updated.
1988         * COPYING.LIBGLOSS: Ditto.
1989
1990 2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
1991
1992         Sync with GCC:
1993
1994         2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1995
1996         * configure.ac (ppllibs): Add by default the lib flags.
1997         * configure: Regenerate.
1998
1999         2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2000
2001         * configure.ac: Add double brackets on darwin[912].
2002         * configure: Regenerate.
2003
2004         2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2005
2006         * configure.ac: Expand to darwin10 and later.
2007         * configure: Regenerate.
2008
2009 2008-12-02  Andreas Schwab  <schwab@suse.de>
2010
2011         * Makefile.def: configure-target-boehm-gc depends on
2012         all-target-libstdc++-v3.
2013         * Makefile.in: Regenerate.
2014
2015 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2016
2017         * config.sub, config.guess: Update from upstream sources.
2018
2019 2008-11-27  Joseph Myers  <joseph@codesourcery.com>
2020
2021         Merge from GCC:
2022
2023         2007-12-02  Matthias Klose  <doko@ubuntu.com>
2024
2025         * config-ml.in: Remove 64bit configure tests.
2026
2027         2008-05-14  Rafael Espindola  <espindola@google.com>
2028
2029         * config-ml.in: don't handle --enable-shared and --enable-static.
2030
2031         2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2032             Tobias Grosser  <grosser@fim.uni-passau.de>
2033             Jan Sjodin  <jan.sjodin@amd.com>
2034             Harsha Jagasia  <harsha.jagasia@amd.com>
2035             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2036             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2037             Adrien Eliche  <aeliche@isty.uvsq.fr>
2038
2039         Merge from graphite branch.
2040         * configure: Regenerate.
2041         * Makefile.in: Regenerate.
2042         * configure.ac (host_libs): Add ppl and cloog.
2043         Add checks for PPL and CLooG.
2044         * Makefile.def (ppl, cloog): Added modules and dependences.
2045         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2046         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2047
2048         2008-09-03  Richard Guenther  <rguenther@suse.de>
2049
2050         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2051         cloog test.
2052         * configure: Re-generate.
2053
2054         2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2055
2056         * configure.ac (--with-cloog-polylib): New.
2057         (--disable-cloog-version-check): New.
2058         (--disable-ppl-version-check): New.
2059         * configure: Re-generate.
2060
2061         2008-09-05  Richard Guenther  <rguenther@suse.de>
2062
2063         * configure.ac: Initialize clooglibs to -lcloog.
2064         * configure: Re-generate.
2065
2066         2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2067
2068         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2069         recommended version to 2.3.2.
2070
2071         * configure: Regenerate.
2072
2073         2008-10-31  Ben Elliston  <bje@au.ibm.com>
2074
2075         * configure.ac (spu-*-*): Remove special case.
2076         * configure: Regenerate.
2077
2078         Complete comment text from GCC version of:
2079
2080         2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2081
2082         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2083         (GCC_SHLIB_SUBDIR): New.
2084         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2085         * configure: Regenerate.
2086         * Makefile.in: Regenerate.
2087
2088 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2089
2090         * configure.ac: Build gdb for i?86-*-darwin*
2091         * configure: Regenerated.
2092
2093 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2094
2095         PR bootstrap/38014
2096         PR bootstrap/37923
2097
2098         Revert:
2099
2100         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2101
2102         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2103         * Makefile.in: Regenerated.
2104
2105         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2106
2107         PR gdb/921
2108         PR gdb/1646
2109         PR gdb/2175
2110         PR gdb/2176
2111
2112         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2113         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2114         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2115         (HOST_EXPORTS): Pass CPPFLAGS.
2116         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2117         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2118         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2119         * Makefile.in, configure: Regenerated.
2120         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2121         and CPPFLAGS_FOR_BUILD.
2122
2123 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2124
2125         * configure.ac [spu-*-*]: Do not set skipdirs.
2126         * configure: Re-generate.
2127
2128 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2129
2130         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2131         * Makefile.in: Regenerated.
2132
2133 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2134
2135         PR gdb/921
2136         PR gdb/1646
2137         PR gdb/2175
2138         PR gdb/2176
2139
2140         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2141         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2142         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2143         (HOST_EXPORTS): Pass CPPFLAGS.
2144         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2145         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2146         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2147         * Makefile.in, configure: Regenerated.
2148         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2149         and CPPFLAGS_FOR_BUILD.
2150
2151 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
2152
2153         * libtool.m4: Update to libtool 2.2.6.
2154         * lt~obsolete.m4: Update to libtool 2.2.6.
2155         * ltmain.sh: Update to libtool 2.2.6.
2156         * ltsugar.m4: Update to libtool 2.2.6.
2157         * ltversion.m4: Update to libtool 2.2.6.
2158         * ltoptions.m4: Update to libtool 2.2.6.
2159         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2160
2161 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2162
2163         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2164         (GCC_SHLIB_SUBDIR): New.
2165         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2166         * configure: Regenerate.
2167         * Makefile.in: Regenerate.
2168
2169 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2170
2171         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2172         Enable bfd, binutils and opcodes.
2173         * configure: Regenerate.
2174
2175 2008-08-16  Nicolas Roche  <roche@adacore.com>
2176
2177         * Makefile.tpl: Add BOOT_ADAFLAGS.
2178         * Makefile.in: Regenerate.
2179
2180 2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
2181
2182         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2183         * configure: Regenerate.
2184
2185 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
2186
2187         Sync with gcc:
2188         2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
2189
2190         * configure.ac: Add makefile fragments for hpux.
2191         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2192         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2193         * configure: Regenerate.
2194         * Makefile.in: Regenerate.
2195
2196         2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2197
2198         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2199         * Makefile.in: Regenerate.
2200         * configure: Regenerate.
2201
2202 2008-06-18  Ian Lance Taylor  <iant@google.com>
2203
2204         * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2205
2206         * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2207
2208 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2209
2210         * configure: Regenerate.
2211
2212 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2213
2214         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2215         "$@" is still intact with both Autoconf 2.59 and 2.62.
2216         * configure: Regenerate.
2217
2218 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2219
2220         * Makefile.tpl: Fix comment errors.
2221         * Makefile.in: Regenerate.
2222
2223 2008-06-13  Julian Brown  <julian@codesourcery.com>
2224
2225         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2226         of libobjc for ARM EABI Linux.
2227         * configure: Regenerate.
2228
2229 2008-06-12  David S. Miller  <davem@davemloft.net>
2230             David Edelsohn  <edelsohn@gnu.org>
2231
2232         * configure.ac: Add powerpc*-*-* to gold supported targets.
2233         * configure: Regenerate.
2234
2235 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2236
2237         PR tree-optimization/36218
2238         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2239         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2240         (all prefix="build-"): Pass them to build-system sub-makes.
2241         * Makefile.in: Regenerate.
2242
2243 2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
2244
2245         * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2246         README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2247         mkdep, and compile.  Update comments.
2248         (ETC_SUPPORT): Add ChangeLog and update comments.
2249
2250 2008-05-11  Ian Lance Taylor  <iant@google.com>
2251
2252         * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2253
2254 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2255
2256         Sync with gcc:
2257         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2258
2259         PR bootstrap/35457
2260         * configure.ac: Include override.m4.
2261         * configure: Regenerate.
2262
2263         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2264
2265         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2266         * Makefile.in: Regenerate.
2267
2268         2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2269
2270         * configure.ac: Do not build libssp for the AVR.
2271         * configure: Regenerate.
2272
2273 2008-04-18  Nick Clifton  <nickc@redhat.com>
2274
2275         * MAINTAINERS: Replace reference to configure.in with reference to
2276         configure.ac.
2277
2278 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2279
2280         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2281         as nonconfigurable directories list.
2282         * configure: Regenerate.
2283
2284 2008-04-14  David S. Miller  <davem@davemloft.net>
2285
2286         * configure.ac: Add sparc*-*-* to gold supported targets.
2287         * configure: Regenerate.
2288
2289 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2290
2291         * config.sub, config.guess: Update from upstream sources.
2292
2293 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2294
2295         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2296         * Makefile.in: Regenerate.
2297
2298 2008-04-07  Ian Lance Taylor  <iant@google.com>
2299
2300         * Makefile.def: check-gold depends upon all-binutils.
2301         * Makefile.in: Regenerate.
2302
2303 2008-04-04  Nick Clifton  <nickc@redhat.com>
2304
2305         PR binutils/4334
2306         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2307         builds.
2308         * configure: Regenerate.
2309
2310 2008-04-04  NightStrike  <NightStrike@gmail.com>
2311
2312         PR other/35151
2313         * configure.ac: Combine rules for mingw32 and mingw64.
2314         * configure: Regenerate.
2315
2316 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2317
2318         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2319         * Makefile.in: Regenerate.
2320
2321 2008-03-20  Ian Lance Taylor  <iant@google.com>
2322
2323         * configure.ac: Add support for --enable-gold.
2324         * Makefile.def: Add gold as a directory like ld.
2325         * configure, Makefile.in: Regenerate.
2326
2327 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
2328
2329         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2330         (s390_cond_extensions): Reduced extensions to the compare related.
2331         (main): z10 cpu type option added.
2332         (expandConditionalJump): Renamed to ...
2333         (insertExpandedMnemonic): ... this.
2334
2335         * opcodes/s390-opc.c: Re-group the operand format makros.
2336         (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2337         INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2338         INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2339         INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2340         INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2341         INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2342         INSTR_SIL_RDU): New instruction formats added.
2343         (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2344         MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2345         MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2346         MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2347         MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2348         MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2349         masks added.
2350         (s390_opformats): New formats added "ris", "rrs", "sil".
2351         * opcodes/s390-opc.txt: Add the conditional jumps with the
2352         extensions removed from automatic expansion in s390-mkopc.c manually.
2353         (asi - trtre): Add new System z10 EC instructions.
2354         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2355
2356 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2357
2358         * configure.ac: m4_include config/proginstall.m4.
2359         * configure: Regenerate.
2360
2361 2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2362
2363         Backport from upstream Libtool:
2364
2365         2007-10-12  Eric Blake  <ebb9@byu.net>
2366
2367         Deal with Autoconf 2.62's semantic change in m4_append.
2368         * ltsugar.m4 (lt_append): Replace broken versions of
2369         m4_append.
2370         (lt_if_append_uniq): Don't require separator to be overquoted,
2371         and avoid broken m4_append.
2372         (lt_dict_add): Fix typo.
2373         * libtool.m4 (_LT_DECL): Don't overquote separator.
2374
2375 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2376
2377         * config.rpath: Add AIX 6 support.
2378
2379 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2380
2381         * Makefile.def (stageprofile).  Remove -fprofile-generate
2382         from stage_libcflags.
2383         * Makefile.in: Regenerate.
2384
2385 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2386
2387         * config.sub, config.guess: Update from upstream sources.
2388
2389 2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
2390
2391         * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2392         * s390-opc.txt (cmpsc): Duplicate entry removed.
2393         (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2394         cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2395         fier, cu42, cu41): Fix operand format.
2396
2397 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2398
2399         PR bootstrap/32009
2400         PR bootstrap/32161
2401
2402         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2403         * configure: Regenerate.
2404
2405         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2406         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2407         STAGE4_LIBCFLAGS): New.
2408         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2409         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2410         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2411         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2412         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2413         for target modules.  Don't export LIBCFLAGS.
2414         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2415         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2416         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2417         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2418         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2419         * Makefile.in: Regenerate.
2420
2421 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2422
2423         PR libgcj/33085
2424         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2425         Do not use -DDLL_EXPORT.  Backport from upstream.
2426
2427 2008-02-14  Nick Clifton  <nickc@redhat.com>
2428
2429         Import this patch from gcc:
2430         2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2431
2432         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2433
2434 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2435
2436         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2437         * configure: Regenerate.
2438
2439 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2440
2441         * configure.ac (xtensa*-*-*): Recognize processor variants.
2442         * configure: Regenerate.
2443
2444 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2445
2446         PR bootstrap/34922
2447         * configure.ac (PARSE_ARGS): Push suitable setting of
2448         ac_subdirs_all, for `./configure --help=recursive'.
2449         Handle `+' in generic toplevel directory disabling.
2450         * configure: Regenerate.
2451
2452 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2453
2454         * config.sub, config.guess: Update from upstream sources.
2455
2456 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2457
2458         * config.sub, config.guess: Update from upstream sources.
2459
2460 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2461
2462         * COPYING.LIBGLOSS: Update default copyright.
2463
2464 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2465
2466         * COPYING.NEWLIB: Update default copyright.
2467
2468 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2469
2470         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2471         Change recommended MPFR from 2.2.1 > 2.3.0.
2472         * configure: Regenerate.
2473
2474 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2475
2476         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2477         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2478         * Makefile.in: Regenerate.
2479
2480 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2481
2482         * configure.ac: Enable libjava for x86_64-*-darwin9.
2483         * configure: Regenerate.
2484
2485 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2486
2487         * config.sub, config.guess: Update from upstream sources.
2488
2489 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2490
2491         * config-ml.in: Robustify against white space in absolute file
2492         names.
2493
2494         * config-ml.in (multi-clean): Substitute ${Makefile}.
2495         Remove superfluous ${Makefile} in list.
2496
2497 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2498
2499         * Makefile.def (dependencies): Make configure-gdb depend on
2500         all-intl.
2501         * Makefile.in: Regenerated.
2502
2503 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
2504
2505         * Makefile.def: To avoid problems running with parallel makes,
2506         build newlib before libgloss so that target specific header
2507         files are availble.
2508         * Makefile.in: Regenerate.
2509
2510 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2511
2512         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2513         * Makefile.in: Regenerate.
2514
2515 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2516
2517         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2518         * libdecnumber: New directory, imported from GCC.
2519
2520 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2521
2522         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2523         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2524         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2525         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2526         * configure: Regenerate.
2527
2528 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2529
2530         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2531         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2532         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2533         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2534         * configure.ac: Default them to host tools for $host = $build.
2535         Subst them.
2536
2537         * configure: Regenerate.
2538         * Makefile.in: Regenerate.
2539
2540 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2541
2542         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2543         * configure: Regenerate.
2544
2545 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2546
2547         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2548         libstdc++.
2549         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2550         * configure: Regenerate.
2551         * Makefile.in: Regenerate.
2552
2553 2007-09-17  Andreas Schwab  <schwab@suse.de>
2554
2555         * configure.ac: Raise minimum makeinfo version to 4.6.
2556         * configure: Regenerate.
2557
2558 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2559
2560         * configure.ac: Correct makeinfo version check.
2561         * configure: Regenerate.
2562
2563 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2564
2565         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2566         to $skipdirs and only disable gprof for newlib.  Use the normal
2567         mips*-elf* handling in other respects.
2568         * configure: Regnerate.
2569
2570 2007-09-12  David Daney  <ddaney@avtrex.com>
2571
2572         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2573         enabling libgcj.
2574         * configure: Regenerate.
2575
2576 2007-09-12  Richard Guenther  <rguenther@suse.de>
2577
2578         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2579         nor --disable-checking is provided also turn on yes and types
2580         checking for stage1.
2581         * configure: Re-generate.
2582
2583 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2584
2585         PR target/33281
2586         * configure.ac: Use config/mh-mingw on mingw.
2587         * configure: Regenerate.
2588
2589 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2590
2591         PR other/32154
2592         * configure.ac: For libgloss targets, point the linker to the linker
2593         script, startup code and simulator library.
2594         * configure: Regenerate.
2595
2596 2007-09-09  Andrew Haley  <aph@redhat.com>
2597
2598         * configure.ac (noconfigdirs): Remove target-libffi and
2599         target-libjava.
2600
2601 2007-08-29  Nick Clifton  <nickc@redhat.com>
2602
2603         * config.sub, config.guess: Update from upstream sources.
2604
2605 2007-08-21  Richard Guenther  <rguenther@suse.de>
2606
2607         * configure.ac: Add types checking to stage1 checking flags.
2608         * configure: Regenerate.
2609
2610 2007-08-18  Paul Brook  <paul@codesourcery.com>
2611             Joseph Myers  <joseph@codesourcery.com>
2612
2613         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2614         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2615         * Makefile.in: Regenerate.
2616         * configure.ac (--with-debug-prefix-map): New.
2617         * configure: Regenerate.
2618
2619 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2620             Nigel Stephens  <nigel@mips.com>
2621
2622         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2623         as target_makefile_frag.
2624         * configure: Regenerate.
2625
2626 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2627
2628         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2629         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2630         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2631         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2632         (do-compare, do-compare3, do-compare-debug): New.
2633         ([+compare-target+]): Use them.
2634
2635 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2636
2637         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2638         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2639         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2640         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2641         (do-compare, do-compare3, do-compare-debug): New.
2642         ([+compare-target+]): Use them.
2643
2644 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2645             Ben Elliston  <bje@au.ibm.com>
2646
2647         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2648         --silent if $silent.
2649         * configure: Regenerate.
2650
2651 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
2652
2653         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2654
2655 2007-07-17  Nick Clifton  <nickc@redhat.com>
2656
2657         * COPYING3: New file.  Contains version 3 of the GNU General
2658         Public License.
2659         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2660         Lesser General Public License.
2661
2662 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
2663
2664         * configure.ac: Fix my previous change to really match GCC.
2665         * configure: Regenerate.
2666
2667 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2668
2669         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2670         * configure: Regenerate.
2671
2672 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2673
2674         * configure.ac: Add some missing m4 quotation.
2675         * configure: Regenerate.
2676
2677 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
2678
2679         * Makefile.def: Add windmc tool to build.
2680         * Makefile.tpl: Likewise.
2681         * configure.ac: Likewise.
2682         * Makefile.in: Regenerate.
2683         * configure: Regenerate.
2684
2685 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2686
2687         * lt~obsolete.m4: New. Import from 20070318 libtool.
2688
2689 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2690
2691         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2692         uclinux and linux-uclibc targets.
2693         * configure: Regenerate.
2694
2695 2007-06-28  DJ Delorie  <dj@redhat.com>
2696
2697         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2698         not building newlib.
2699         * configure: Regenerated.
2700
2701 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
2702
2703         * src-release (DEVO_SUPPORT): Correct typos.
2704
2705 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2706
2707         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2708         * Makefile.in: Regenerated.
2709
2710 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2711
2712         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2713         (distclean-stage[+id+]): Possibly delete stage_last.
2714         * Makefile.in: Regenerate.
2715
2716 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2717
2718         * config.sub, config.guess: Update from upstream sources.
2719
2720 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2721
2722         * Makefile.tpl: Fix spelling error.
2723         * Makefile.in: Regenerate.
2724
2725 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
2726
2727         Sync with gcc:
2728         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2729
2730         PR bootstrap/29382
2731         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2732         * configure: Rebuilt.
2733
2734 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2735
2736         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2737         lt_cv_sys_max_cmd_len.
2738
2739 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
2740
2741         * ltgcc.m4: Update from GCC.
2742
2743 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2744
2745         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2746
2747 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
2748
2749         * ltmain.sh: Update from GCC.
2750         * libtool.m4: Update from GCC.
2751         * ltsugar.m4: New. Update from GCC.
2752         * ltversion.m4: New. Update from GCC.
2753         * ltoptions.m4: New. Update from GCC.
2754         * ltconfig: Remove.
2755         * ltcf-c.sh: Remove.
2756         * ltcf-cxx.sh: Remove.
2757         * ltcf-gcj.sh: Remove.
2758         * src-release: Update with new libtool file list.
2759
2760 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2761
2762         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2763         stage_cflags.
2764         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2765         Remove CFLAGS/LIBCFLAGS.
2766         (configure-stage[+id+]-[+prefix+][+module+],
2767         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2768         * Makefile.in: Regenerate.
2769
2770 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2771
2772         * config-ml.in: Update from GCC.
2773
2774 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
2775
2776         * src-release (do-proto-toplev): Process the support directories before
2777         the tool directory.
2778
2779 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2780
2781         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2782         of glob.  Quote arguments with single quotes too.
2783         * configure: Regenerate.
2784
2785 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2786
2787         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2788         * Makefile.in: Regenerate
2789
2790 2007-03-07  Andreas Schwab  <schwab@suse.de>
2791
2792         * configure: Regenerate.
2793
2794 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2795
2796         * configure.ac: Add "--with-pdfdir" configure option,
2797         which defines pdfdir variable.
2798         * Makefile.def (target=fixincludes): Add install-pdf to
2799         missing targets.
2800         (recursive_targets): Add install-pdf target.
2801         (flags_to_pass): Add pdfdir.
2802         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2803         target.
2804         * configure: Regenerate
2805         * Makefile.in: Regenerate
2806
2807 2007-02-28  Eric Christopher  <echristo@apple.com>
2808
2809         Revert:
2810         2006-12-07  Mike Stump  <mrs@apple.com>
2811
2812         * Makefile.def (dependencies): Add dependency for
2813         install-target-libssp and install-target-libgomp on
2814         install-gcc.
2815         * Makefile.in: Regenerate.
2816
2817 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2818
2819         * configure: Regenerate.
2820         * configure.ac: Move statements after variable declarations.
2821
2822 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2823
2824         * configure.ac: Adjust for loop syntax.
2825         * configure: Regenerate.
2826
2827 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2828
2829         * configure: Rebuilt.
2830
2831 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2832
2833         * configure.ac: Drop multiple occurrences of --enable-languages,
2834         and fix its quoting.
2835         * configure: Rebuilt.
2836
2837 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2838             Nathan Sidwell  <nathan@codesourcery.com>
2839             Vladimir Prus  <vladimir@codesourcery.com
2840             Joseph Myers  <joseph@codesourcery.com>
2841
2842         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2843         * configure: Regenerate.
2844
2845 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2846
2847         * configure.ac (target_libraries): Move libgcc before libiberty.
2848         * configure: Regenerated.
2849
2850 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2851
2852         * configure: Regenerate again?
2853
2854 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2855
2856         * configure: Reapply PR30748 fix which was lost in the previous commit.
2857
2858 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2859             Paolo Bonzini  <bonzini@gnu.org>
2860
2861         PR bootstrap/30753
2862         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2863         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2864         * configure: Regenerated.
2865
2866 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
2867
2868         * configure: Regenerate.
2869
2870 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2871
2872         PR bootstrap/30748
2873         * configure.ac: Correct syntax for Solaris ksh.
2874         * configure: Regenerated.
2875
2876 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2877
2878         * Makefile.def: Sync with GCC.
2879         * Makefile.tpl: Sync with GCC.
2880         * Makefile.in: Regenerate.
2881         * configure: Regenerate.
2882
2883 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2884
2885         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2886         noncanonical equivalents.
2887         * configure.in: Rename to...
2888         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2889         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2890         target_noncanonical.  Use them.  Rewrite removal of configure
2891         arguments for autoconf 2.59.  Discard variable settings.  Force
2892         program_transform_name for native tools.
2893
2894         * Makefile.in: Regenerated.
2895         * configure: Regenerated with autoconf 2.59.
2896
2897         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2898
2899 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
2900
2901         * COPYING.LIBGLOSS: Reformat default Red Hat
2902         license to fit within 80 columns.
2903         * COPYING.NEWLIB: Ditto.
2904
2905 2007-02-05  Dave Brolley  <brolley@redhat.com>
2906
2907         * Contribute the following changes:
2908         2006-11-28  DJ Delorie  <dj@redhat.com>
2909
2910         * configure.in: Fix typo for mep's target_makefile_frag.
2911         * configure: Regenerated.
2912
2913         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
2914
2915         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2916         * configure: Regenerate.
2917
2918         2001-09-19  DJ Delorie  <dj@redhat.com>
2919
2920         * configure.in (target_makefile_frag): use mt-mep
2921
2922         2001-06-12  Don Howard  <dhoward@redhat.com>
2923
2924         * configure.in: Remove gdb from MeP skip list.
2925
2926         2001-04-05  DJ Delorie  <dj@redhat.com>
2927
2928         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2929
2930         2001-03-20  Ben Elliston  <bje@redhat.com>
2931
2932         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2933
2934         2001-03-19  Ben Elliston  <bje@redhat.com>
2935
2936         * config.sub (mep, mep-*): Add.
2937
2938 2007-01-31  Andreas Schwab  <schwab@suse.de>
2939
2940         * Makefile.tpl (LDFLAGS): Substitute it.
2941         * Makefile.in: Regenerate.
2942
2943 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2944
2945         * configure.in: Change == to = in test command.
2946         * configure: Regenerate.
2947
2948 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2949             Nick Clifton  <nickc@redhat.com>
2950             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2951
2952         * configure.in (build_configargs, host_configargs, target_configargs):
2953         Remove build/host/target parameters.
2954         (host_libs): Add gmp and mpfr.
2955         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2956         * Makefile.def (gmp, mpfr): New.
2957         (gcc): Remove target.
2958         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2959         target_os, target_vendor): New.
2960         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
2961         * configure: Regenerate.
2962         * Makefile.in: Regenerate.
2963
2964 2007-01-11  Matt Fago  <fago@earthlink.net>
2965
2966         * configure.in: Try to link to functions only in mpfr 2.2.x
2967         to improve robustness of configure tests.
2968         * configure: Regenerate.
2969
2970 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2971
2972         * configure.in: Add support for an x86_64-mingw* target.
2973         * configure: Regenerate.
2974
2975 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2976
2977         * Makefile.tpl (all-target): Correct @if conditional for target
2978         modules.
2979         * configure.in: Omit libiberty if building only target libgcc.
2980         * configure, Makefile.in: Regenerated.
2981
2982 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2983
2984         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2985         * configure: Regenerate.
2986
2987 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2988
2989         * Makefile.def (target_modules): Add libgcc.
2990         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2991         * Makefile.tpl (clean-target-libgcc): Delete.
2992         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2993         on gcc even for bootstrapped modules.  Rewrite handling of
2994         lang_env_dependencies to loop over target_modules.
2995         * configure.in (target_libraries): Add target-libgcc.
2996         * Makefile.in, configure: Regenerated.
2997
2998 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2999
3000         Sync with gcc:
3001         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3002
3003         * configure.in: Reorganize recognition of languages.  Add
3004         --enable-stage1-languages.  Show supported languages for the chosen
3005         target rather than all recognized languages.
3006         * configure: Regenerate.
3007
3008         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3009
3010         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3011         * Makefile.in: Regenerate.
3012
3013         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3014
3015         * configure.in: Warn that MPFR 2.2.0 is buggy.
3016         * configure: Regenerate.
3017
3018 2006-12-27  Ian Lance Taylor  <iant@google.com>
3019
3020         * configure.in: When removing Makefiles to force a reconfigure, also
3021         remove prev-DIR*/Makefile.
3022         * configure: Regenerate.
3023
3024 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
3025
3026         * config.bfd: Recognize fido.
3027
3028 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3029
3030         Sync with gcc:
3031
3032         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3033
3034         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3035         it only affects bootstrap and could be tested on "$host" as well.
3036         * configure: Regenerate.
3037         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3038
3039         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3040
3041         PR bootstrap/29544
3042         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3043         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3044         move here comment from Makefile.tpl.
3045         * Makefile.tpl: Move some definitions higher in the file.
3046         (STAGE1_CHECKING): New.
3047         * configure.in: Add --enable-stage1-checking.
3048         * configure: Regenerate.
3049         * Makefile.in: Regenerate.
3050
3051         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3052
3053         * configure.in: Update error message for missing GMP/MPFR.
3054
3055         * configure: Regenerate.
3056
3057         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3058
3059         * configure.in: Update MPFR version in error message.
3060
3061         * configure: Regenerate.
3062
3063         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3064
3065         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3066         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3067         --with-gmp-lib): New flags.
3068
3069         * configure: Regenerate.
3070
3071 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
3072
3073         PR bootstrap/30134
3074         * configure.in: Correct x86 darwin support for libjava to powerpc
3075         and i?86 only.
3076         * configure: Regenerate.
3077
3078 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3079
3080         * configure.in:  Handle spu makefile frag.
3081         * Makefile.tpl (MAINT): Define
3082         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3083         * configure: Regenerate.
3084         * Makefile.in: Regenerate.
3085
3086 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3087
3088         * config.sub, config.guess: Update from upstream sources.
3089
3090 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3091
3092         * configure.in: Sync with GCC (spu-*-*).
3093         * configure: Sync with GCC.
3094
3095 2006-12-07  Mike Stump  <mrs@apple.com>
3096
3097         * Makefile.def (dependencies): Add dependency for
3098         install-target-libssp and install-target-libgomp on
3099         install-gcc.
3100         * Makefile.in: Regenerate.
3101
3102 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3103
3104         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3105         (unstage): Test for stage_last presence.
3106
3107         PR bootstrap/29802
3108         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3109         * Makefile.in: Regenerate.
3110
3111 2006-11-14  DJ Delorie  <dj@redhat.com>
3112
3113         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3114         * Makefile.in: Sync with GCC.
3115         * configure.in: Sync with GCC (mpfr, gmp).
3116         * configure: Sync with GCC.
3117
3118 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
3119
3120         * configure.in: Remove target-libgloss from noconfigdirs for
3121         bfin-*-*.
3122         * configure: Regenerated.
3123
3124 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
3125
3126         * COPYING.NEWLIB: Add spu license.
3127         * COPYING.LIBGLOSS: Ditto.
3128
3129 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
3130
3131         * Makefile.def: Added pdf target handling.
3132         * Makefile.tpl: Added pdf target handling.
3133         * Makefile.in: Regenerated.
3134
3135 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
3136
3137         * COPYING.NEWLIB: Updated.
3138         * COPYING.LIBGLOSS: Ditto.
3139
3140 2006-09-27  Dave Brolley  <brolley@redhat.com>
3141
3142         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3143         $s instead of $r.
3144         * configure: Regenerated.
3145
3146 2006-09-26  Ben Elliston  <bje@au.ibm.com>
3147
3148         * config.sub, config.guess: Update from upstream sources.
3149
3150 2006-09-20  Thiemo Seufer  <ths@mips.com>
3151
3152         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3153         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3154         * configure: Regenerate.
3155
3156 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3157
3158         * configure.in: Never build newlib for a Mingw host.
3159         Never build newlib as Mingw target library.
3160         Test the existence of winsup/cygwin for building a Cygwin newlib,
3161         rather than just winsup.
3162         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3163         building a Mingw target.
3164         * configure: Regenerate.
3165
3166 2006-08-15  Thiemo Seufer  <ths@mips.com>
3167             Nigel Stephens  <nigel@mips.com>
3168             David Ung  <davidu@mips.com>
3169
3170         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3171
3172 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3173
3174         Sync from GCC:
3175         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3176
3177         PR bootstrap/18058
3178         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3179         if the bootstrap compiler is a GCC version that supports it.
3180         * configure: Regenerate.
3181
3182 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3183
3184         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3185         * configure: Regenerated.
3186
3187 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3188
3189         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3190         for stages after the first.
3191
3192 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3193
3194         * Makefile.def: Add dependencies for configure-opcodes
3195         on configure-intl and all-opcodes on all-intl.
3196         * Makefile.in: Regenerated.
3197
3198 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3199
3200         * ltconfig: chmod 644 before ranlib during install.
3201
3202 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3203
3204         * configure.in: Fix thinkos in previous check-in.
3205         * configure: Regenerate.
3206
3207 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3208
3209         Sync from gcc:
3210
3211         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
3212
3213         PR other/27063
3214         * configure.in: Test subdir_requires and give an appropriate
3215         error message.
3216         * configure: Regenerate.
3217
3218         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3219
3220         PR target/27540
3221         * configure.in: Only enable libgomp on IRIX 6.
3222         * configure: Regenerate.
3223
3224 2006-06-20  David Ayers  <d.ayers@inode.at>
3225
3226         PR bootstrap/28072
3227         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3228         whether target-libjava is being configured instead of whether the
3229         java front end is enabled.
3230         * configure: Regenerate.
3231
3232 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
3233
3234         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3235         to R_ARM_LDC_SB_G{0,1,2} respectively.
3236
3237 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3238
3239         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3240         too.
3241         * Makefile.in: Regenerate.
3242
3243 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3244
3245         Sync from gcc:
3246
3247         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3248         * configure.in: Don't enable libgomp on hpux10.
3249         * configure: Rebuilt.
3250
3251 2006-06-13  David Ayers  <d.ayers@inode.at>
3252
3253         Sync from gcc:
3254
3255         2006-06-12  David Ayers  <d.ayers@inode.at>
3256
3257         PR bootstrap/27963
3258         PR target/19970
3259         * configure.in: Remove target-boehm-gc from noconfigdirs where
3260         ${libgcj} is specified.
3261         * configure: Regenerate.
3262
3263 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
3264
3265         Sync from gcc:
3266
3267         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
3268                     Andreas Schwab  <schwab@suse.de>
3269
3270         PR bootstrap/18033
3271         * config-ml.in: Eval option if surrounded by single quotes.
3272
3273 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
3274
3275         Sync from gcc:
3276
3277         2006-06-06  David Ayers  <d.ayers@inode.at>
3278
3279         PR libobjc/13946
3280         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3281         * Makefile.in: Regenerate.
3282         * configure.in: Add --enable-objc-gc at toplevel and have it
3283         enable boehm-gc for Objective-C.
3284         Remove target-boehm-gc from libgcj.
3285         Add target-boehm-gc to target_libraries.
3286         Add target-boehm-gc to noconfigdirs where ${libgcj}
3287         is specified.
3288         Assert that boehm-gc is supported when requested for Objective-C.
3289         Only build boehm-gc if needed either for Java or Objective-C.
3290         * configure: Regenerate.
3291
3292         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3293
3294         PR 27674
3295         * Makefile.tpl (configure-[+prefix+][+module+],
3296         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3297         Remove rule to unstage bootstrapped modules.
3298         (stage_current): New.
3299         * Makefile.in: Regenerate.
3300
3301         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3302         Andreas Tobler  <a.tobler@schweiz.ch>
3303
3304         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3305         * configure: Rebuilt.
3306
3307         Revert
3308         2006-01-31  Richard Guenther  <rguenther@suse.de>
3309         Paolo Bonzini  <bonzini@gnu.org>
3310
3311         * Makefile.def (target_modules): Add libgcc-math target module.
3312         * configure.in (target_libraries): Add libgcc-math target library.
3313         (--enable-libgcc-math): New configure switch.
3314         * Makefile.in: Re-generate.
3315         * configure: Re-generate.
3316
3317 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
3318
3319         * config-ml.in: Alter CCASFLAGS to include special
3320         multilib options the same as is done for CFLAGS.
3321
3322 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3323
3324         * Makefile.def: Added dependencies from sim and gdb on intl, and
3325         added configure dependencies to everything with an all dependency
3326         on intl.
3327         * gettext.m4: Removed.
3328         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3329         (GDB_SUPPORT_DIRS): Add intl.
3330         * Makefile.in: Regenerated.
3331
3332 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
3333
3334         * src-release (DEVO_SUPPORT): Add config.rpath.
3335
3336 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3337
3338         * Makefile.def (bfd, opcodes): Fix lib_path.
3339         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3340         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3341         * Makefile.in: Regenerate.
3342
3343 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3344
3345         * configure.in: Enable gprof for cross builds.
3346         * configure: Regenerate.
3347
3348 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
3349
3350         * src-release (MAKEINFOFLAGS): Define.
3351         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3352
3353 2006-05-14  Ben Elliston  <bje@au.ibm.com>
3354
3355         * config.sub, config.guess: Update from upstream sources.
3356
3357 2006-05-12  Ben Elliston  <bje@au.ibm.com>
3358
3359         * config.sub, config.guess: Update from upstream sources.
3360
3361 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
3362
3363         * blt, iwidgets, mmalloc: Remove directories.
3364
3365 2006-05-01  DJ Delorie  <dj@redhat.com>
3366
3367         * configure.in: Restore CFLAGS if GMP isn't present.
3368         * configure: Regenerate.
3369
3370 2006-04-18  DJ Delorie  <dj@redhat.com>
3371
3372         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3373         reference libgloss so that libssp can be built in a combined
3374         tree.
3375         * configure: Regenerate.
3376
3377 2006-04-10  Ben Elliston  <bje@au.ibm.com>
3378
3379         * contrib: Remove directory.
3380
3381 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
3382
3383         * Makefile.tpl: Add install-html target.
3384         * Makefile.def: Add install-html target.
3385         * Makefile.in: Regenerate.
3386         * configure.in: Add --with-datarootdir, --with-docdir,
3387         and --with-htmldir options.
3388         * configure: Regenerate.
3389
3390 2006-03-31  Ben Elliston  <bje@au.ibm.com>
3391
3392         PR binutils/1860
3393         * configure.in: Require makeinfo 4.4 or higher.
3394         * configure: Regenerate.
3395
3396 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3397
3398         * Makefile.in: Regenerate.
3399
3400 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3401
3402         Sync with gcc:
3403         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3404
3405         * configure.in: Handle --disable-<component> generically.
3406         * configure: Regenerate.
3407
3408         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3409
3410         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3411         (TARGET_CONFIGDIRS): Remove.
3412         * configure.in: Remove AC_SUBST(target_configdirs).
3413         * Makefile.in, configure: Regenerated.
3414
3415
3416 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3417
3418         PR libgcj/17311
3419         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3420
3421 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3422
3423         PR bootstrap/25670
3424
3425         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3426
3427         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3428         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3429         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3430         BUILD_PREFIX, BUILD_PREFIX_1.
3431         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3432
3433         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3434         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3435
3436         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3437         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3438         of `cat stage_current`.  Always provide the `r' and `s' variables.
3439         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3440         a single shell execution.
3441         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3442         bootstrapped modules, make the stage1 module if the build was not
3443         started yet, else build the current stage.
3444         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3445         (all-build, all-host, all-target, [+make_target+]-host,
3446         [+make_target+]-target): Do not use \-continued lines.
3447         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3448         (current_stage, restrap, stage_last): New.
3449
3450         * Makefile.in: Regenerate.
3451         * configure: Regenerate.
3452
3453 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3454
3455         Sync from gcc:
3456
3457         2006-01-31  Richard Guenther  <rguenther@suse.de>
3458                     Paolo Bonzini  <bonzini@gnu.org>
3459
3460         * Makefile.def (target_modules): Add libgcc-math target module.
3461         * configure.in (target_libraries): Add libgcc-math target library.
3462         (--enable-libgcc-math): New configure switch.
3463         * Makefile.in: Re-generate.
3464         * configure: Re-generate.
3465         * libgcc-math: New toplevel directory.
3466
3467         2006-01-18  Richard Henderson  <rth@redhat.com>
3468                     Jakub Jelinek  <jakub@redhat.com>
3469                     Diego Novillo  <dnovillo@redhat.com>
3470
3471         * libgomp: New directory.
3472         * Makefile.def: Add target_module libgomp.
3473         * Makefile.in: Regenerate.
3474         * configure.in (target_libraries): Add target-libgomp.
3475         * configure: Regenerate.
3476
3477 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3478             Andreas Schwab  <schwab@suse.de>
3479
3480         * configure: Regenerate.
3481
3482 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
3483
3484         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3485         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3486         the assembler, linker and binutils.
3487         * configure: Regenerate.
3488
3489 2006-01-16  Nick Clifton  <nickc@redhat.com>
3490
3491         * config.sub, config.guess: Sync from config repository.
3492
3493 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3494
3495         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3496         @ from continuation.
3497         * Makefile.in: Rebuilt.
3498
3499 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3500
3501         Sync from gcc:
3502
3503         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3504
3505         PR bootstrap/24252
3506
3507         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3508         * Makefile.tpl (OBJDUMP): New.
3509         (EXTRA_HOST_FLAGS): Add it.
3510         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3511
3512         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3513         to use symbolic links between directories.  Avoid race conditions
3514         or make them harmless.
3515         * configure.in: Do not try to use symbolic links between directories.
3516
3517         * Makefile.def (LEAN): Pass.
3518         * Makefile.tpl (LEAN): Define.
3519         (stage[+id+]-start): Accept that the previous directory does not
3520         exist, if the bootstrap is lean.
3521         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3522         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3523         configure substitution.
3524         ([+compare-target+]): Likewise.
3525         ([+bootstrap-target+]-lean): New.
3526         * configure.in: Remove lean bootstrap support from here.
3527
3528         * Makefile.in: Regenerate.
3529         * configure: Regenerate.
3530
3531         2006-01-02  Andreas Schwab  <schwab@suse.de>
3532
3533         * configure.in: When reconfiguring remove Makefile in
3534         all stage directories.
3535         * configure: Regenerate.
3536
3537 2005-12-27  Leif Ekblad  <leif@rdos.net>
3538
3539         * configure.in: Add support for RDOS target.
3540         * configure: Regenerate.
3541
3542 2005-12-27  Nick Clifton  <nickc@redhat.com>
3543
3544         PR binutils/1990
3545         * libtool.m4: Synchronize with version in GCC sources.
3546
3547 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3548
3549         Revert Ada-related part of the previous change.
3550
3551         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3552         Do not pass.
3553         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3554         * Makefile.in: Regenerate.
3555         * configure.in: Do not include mt-ppc-aix target fragment.
3556         * configure: Regenerate.
3557
3558 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3559
3560         * configure.in: Select appropriate fragments for PowerPC/AIX.
3561         * configure: Regenerate.
3562
3563         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3564         BOOT_CFLAGS, BOOT_LDFLAGS.
3565         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3566         BOOT_CFLAGS, BOOT_LDFLAGS.
3567         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3568         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3569         (stage): Fail if we cannot complete the work.
3570         * Makefile.in: Regenerate.
3571
3572 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
3573
3574         * COPYING.NEWLIB: Update copyright year for default
3575         copyright.
3576
3577 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3578
3579         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3580         install-host-nogcc): Don't invoke $(stage) at the end.
3581         * Makefile.in: Regenerate.
3582
3583 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3584
3585         * configure.in: Flip the top-level bootstrap switch.
3586         * configure: Regenerate.
3587
3588         Merge from gcc:
3589
3590         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3591
3592         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3593         $(stage) and $(unstage).
3594         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3595         (all): Remove stray semicolon.
3596         (local-distclean): Don't handle multilib.tmp and multilib.out.
3597         (install.all): Set $s for consistency.
3598         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3599         check_multilibs setting.  Always make the install directory.
3600         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3601         Correct @if/@endif.
3602         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3603         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3604         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3605         (multilib.out): Remove.
3606         * Makefile.in: Regenerated.
3607
3608 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3609
3610         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3611         * configure.in: Replace ms1 arch with mt.
3612         * configure: Rebuilt.
3613
3614 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3615
3616         Sync with gcc:
3617
3618 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3619
3620         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3621         * configure.in: Replace ms1 arch with mt.
3622         * configure: Rebuilt.
3623
3624 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3625
3626         Sync with gcc:
3627
3628         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3629
3630         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3631         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3632         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3633         Find in-tree tools if available.
3634         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3635         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3636         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3637         (COMPILER_*_FOR_TARGET): New.
3638         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3639         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3640         (CONFIGURED_*, USUAL_*): Remove.
3641         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3642         STRIP): Use autoconf substitutions.
3643         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3644         COMPILER_NM_FOR_TARGET): New.
3645         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3646
3647         (all): Make all-host and all-target in parallel.
3648         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3649         that $$r and $$s are set before invoking a recursive make.
3650         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3651         ([+bootstrap-target+]): Inline most of the `all' target.
3652
3653         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3654
3655         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3656         from the gcc build directory.
3657         * Makefile.in: Regenerate.
3658
3659         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3660
3661         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3662         depend on all-libdecnumber.
3663         * configure.in (host_libs): Include libdecnumber.
3664         * Makefile.in: Regenerate.
3665         * configure: Likewise.
3666
3667         2005-11-21  Kean Johnston  <jkj@sco.com>
3668
3669         * config.sub, config.guess: Sync from upstream sources.
3670
3671 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3672
3673         * Makefile.def: Remove gdb dependencies for gdbtk.
3674         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3675         (configure-gdb, install-gdb): New rules.
3676         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3677         * Makefile.in, configure: Regenerated.
3678
3679 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3680
3681         PR bootstrap/24297
3682         * Makefile.tpl (do-[+make-target+], do-check, install,
3683         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3684         are set before recursing.
3685         * Makefile.in: Regenerate.
3686
3687 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3688
3689         PR bootstrap/18939
3690         * Makefile.def (gcc) <target>: Fix thinko.
3691         * Makefile.in: Regenerate.
3692
3693 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3694
3695         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3696         * configure: Regenerate.
3697
3698 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
3699
3700         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3701         target-libffi, target-qthreads, target-libjava, and
3702         targetlibobjc.
3703         * configure: Regenerate.
3704
3705 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3706
3707         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3708         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3709         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3710         (USUAL_OBJDUMP_FOR_TARGET): New.
3711         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3712         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3713         * configure, Makefile.in: Regenerated.
3714
3715 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3716
3717         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3718         before other host packages.
3719
3720 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3721
3722         PR bootstrap/22340
3723
3724         * configure.in (default_target): Remove.
3725         * Makefile.tpl (all): Do not use prerequisites as subroutines
3726         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3727         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3728         use prerequisites as subroutines.
3729         (check-host, check-target): New.
3730         (bootstrap configure & all targets): Do not use stage*-start
3731         if the directory layout is already ok.
3732         (non-bootstrap configure & all targets): Prepend a $(unstage).
3733         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3734         (NOTPARALLEL): Remove.
3735         (unstage, stage variables): New variables.
3736         (unstage, stage targets): Simply expand to those variables.
3737
3738         * configure: Regenerate.
3739         * Makefile.in: Regenerate.
3740
3741 2005-10-04  James E Wilson  <wilson@specifix.com>
3742
3743         * Makefile.def (lang_env_dependencies): Add libmudflap.
3744         * Makefile.in: Regenerate.
3745
3746 2005-10-03  Catherine Moore  <clm@cm00re.com>
3747
3748         * configure.in (bfin-*-*): Support bfin.
3749         * configure: Regenerated.
3750
3751 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
3752
3753         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3754         * configure: Regenerated.
3755
3756 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3757
3758         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3759         (LIPO_FOR_TARGET): New.
3760         (CONFIGURED_LIPO_FOR_TARGET): New.
3761         (USUAL_LIPO_FOR_TARGET): New.
3762         (STRIP_FOR_TARGET): New.
3763         (CONFIGURED_STRIP_FOR_TARGET): New.
3764         (USUAL_STRIP_FOR_TARGET): New.
3765         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3766         STRIP_FOR_TARGET.
3767         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3768         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3769         * Makefile.in: Regenerate.
3770         * configure: Regenerate.
3771
3772 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3773
3774         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3775         (rs6000-*-aix*): Same.
3776         * configure: Regenerate.
3777
3778 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3779
3780         * configure.in: Recognize f95 in the --enable-languages option,
3781         and substitute it for fortran, issuing a warning.
3782         * configure: Regenerate.
3783
3784 2005-09-07  Ben Elliston  <bje@au.ibm.com>
3785
3786         Import from Autoconf sources:
3787
3788         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3789         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3790         Elliston.  Handle weird characters correctly.
3791
3792 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3793
3794         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3795         * configure:  Regenerated.
3796
3797 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3798
3799         * Makefile.def (libssp): Add to lang_env_dependencies.
3800         * Makefile.in: Regenerate.
3801
3802 2005-08-17  Christian Groessler  <chris@groessler.org>
3803
3804         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3805         * Makefile.in: Regenerate.
3806
3807 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3808
3809         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3810         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3811         Look for alternate names of the target cc and c++
3812         * configure: Regenerate.
3813
3814 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3815
3816         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3817         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3818         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3819         tools; remove code to manually set them.
3820         (Target tools): Look in the environment for them.
3821         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3822         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3823         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3824         build directory.
3825         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3826         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3827         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3828         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3829         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3830         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3831         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3832         * configure: Regenerate.
3833         * Makefile.in: Regenerate.
3834
3835 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3836
3837         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3838         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3839         * Makefile.in: Regenerated.
3840
3841 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3842
3843         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3844         (CFLAGS_FOR_TARGET): Use it.
3845         (CXXFLAGS_FOR_TARGET): Likewise.
3846         * Makefile.in: Regenerated.
3847         * configure.in (--with-build-sysroot): New option.
3848         * configure: Regenerated.
3849
3850 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3851
3852         * Makefile.tpl: Wrap install between unstage and stage
3853         * Makefile.in: Regenerate.
3854
3855 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3856
3857         * all files: Update FSF address.
3858
3859 2005-07-14  Jim Blandy  <jimb@redhat.com>
3860
3861         * configure.in: Add cases for Renesas m32c.
3862         * configure: Regenerated.
3863
3864 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3865
3866         * COPYING, compile, config-ml.in, config.guess,
3867         config.sub, install-sh, missing, mkinstalldirs,
3868         symlink-tree, ylwrap: Sync from upstream sources.
3869
3870 2005-07-13  Eric Christopher  <echristo@redhat.com>
3871
3872         * configure.in: Add toplevel noconfigdir support for tpf.
3873         * configure: Regenerate.
3874
3875 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
3876
3877         * Makefile.def (target_modules): Add libssp.
3878         * configure.in (target_libraries): Add target-libssp.
3879         * configure: Rebuilt.
3880         * Makefile.in: Rebuilt.
3881
3882 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3883
3884         PR ada/22340
3885
3886         * Makefile.def: Sync with gcc.
3887         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3888         * Makefile.in: Regenerate.
3889
3890 2005-07-07  Andreas Schwab  <schwab@suse.de>
3891
3892         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3893         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3894         * Makefile.in: Regenerated.
3895
3896 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
3897
3898         * configure.in: Add --enable-libssp and --disable-libssp.
3899         * configure: Regenerate with autoconf-2.13.
3900
3901 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3902
3903         * configure.in: Don't build sim or rda when targetting darwin.
3904         * configure: Regenerate.
3905
3906 2005-07-04  Ben Elliston  <bje@gnu.org>
3907
3908         * src-release (do-proto-toplev): Remove dejagnu bits.
3909         (DEJAGNU_SUPPORT_DIRS): Remove.
3910         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3911         (GDBD_SUPPORT_DIRS): Likewise.
3912         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3913         (INSIGHTD_SUPPORT_DIRS): Likewise.
3914         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3915
3916 2005-06-30  Ben Elliston  <bje@gnu.org>
3917
3918         * setup.com (mpw): Remove unused directive.
3919
3920 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3921
3922         * Makefile.def (stagefeedback): Come after profile.
3923         Define profiledbootstrap target.
3924         * Makefile.tpl (profiledbootstrap): Remove.
3925         (stageprofile-end): Zap stagefeedback.
3926         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3927         * Makefile.in: Regenerate.
3928
3929 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3930
3931         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3932         In 'cpp' stanza, support '#line' as well as '# '.
3933
3934 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3935
3936         * configure.in (unsupported_languages): New macro.
3937         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3938         non-ported target libraries in noconfigdirs.
3939         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3940         non-linux-gnu.  Remove libgcj_ex_libffi.
3941         <lang_frag loop>: Set add_this_lang=no if the language is in
3942         unsupported_languages.
3943         * configure: Regenerate.
3944
3945 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3946
3947         * configure.in: Fix typo in handling of --with-mpfr-dir.
3948         * configure: Regenerate.
3949
3950 2005-06-02  Jim Blandy  <jimb@redhat.com>
3951
3952         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3953         accepted into the master sources.)
3954
3955 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3956             Michael Snyder  <msnyder@redhat.com>
3957             Stan Cox  <scox@redhat.com>
3958
3959         * configure.in: Set noconfigdirs for ms1.
3960
3961         * configure: Regenerate.
3962
3963 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3964
3965         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3966         (Dependencies): Consider target modules for bootstrap dependencies.
3967         Make target bootstrap modules depend on each stage's gcc.
3968         * Makefile.in: Regenerate.
3969
3970 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3971
3972         * Makefile.def (configure-gcc): Depend on binutils having been built.
3973         (all-gcc): No need to do it here.
3974         * Makefile.in: Regenerate.
3975
3976 2005-05-19  Paul Brook  <paul@codesourcery.com>
3977
3978         * configure.in: Rewrite misleading error message when requested
3979         language cannot be built.
3980         * configure: Regenerate.
3981
3982 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3983
3984         * ylwrap: Import from Automake 1.9.5.
3985
3986 2005-05-04  Mike Stump  <mrs@apple.com>
3987
3988         * configure.in: Always pass --target to target configures as
3989         otherwise rebuilds that do --recheck will fail.
3990         * configure: Rebuilt.
3991
3992 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3993
3994         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3995         STAGE_HOST_EXPORTS.
3996         (configure, all): Add bootstrap support.
3997         (Host modules, target modules): Pass post-stage1 flags and exports.
3998         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3999         * Makefile.in: Regenerate.
4000
4001 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4002
4003         Sync from gcc:
4004
4005         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4006
4007         * config.sub: Update from master copy.
4008
4009         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4010
4011         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4012         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4013         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4014         "*-*-elf" and "*-*-linux*".
4015         * configure: Regenerate.
4016
4017 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4018
4019         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4020         (TARGET_CONFIGARGS): Include --with-target-subdir.
4021         (configure, all): New macros.  Use them throughout.
4022
4023 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
4024
4025         * Makefile.tpl: Sync with gcc.
4026         * Makefile.in: Regenerate.
4027
4028 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
4029
4030         * config/mh-mingw32: Delete.
4031         * configure.in: Don't use it.
4032         * configure: Regenerate.
4033
4034 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4035
4036         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4037         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4038         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4039         (HOST_LIB_PATH): Generate from Makefile.def.
4040         (TARGET_LIB_PATH): Likewise.
4041         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4042         * Makefile.in: Regenerate.
4043         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4044         (RPATH_ENVVAR): Include Darwin case.
4045         * configure: Regenerate.
4046
4047 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4048
4049         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4050         * configure: Regenerate.
4051
4052 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4053
4054         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4055         gcc_version, and gcc_version_trigger from set of flags to pass.
4056         * Makefile.tpl: Remove definitions of above variables.
4057         (config.status): Remove dependency on $(gcc_version_trigger).
4058         * Makefile.in: Regenerate.
4059         * configure.in: Do not reference config/gcc-version.m4 nor
4060         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4061         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4062         * configure: Regenerate.
4063
4064 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4065             Andrew Pinski <pinskia@physics.uc.edu>
4066
4067         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4068         * Makefile.in: Regenerate.
4069
4070 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4071
4072         PR libgcj/20160
4073         * ltmain.sh: Avoid creating archives with components that have
4074         duplicate basenames.
4075
4076 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4077
4078         PR bootstrap/20250
4079         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4080         instead of check.
4081         * Makefile.in: Regenerate.
4082
4083 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4084
4085         Sync from gcc.
4086
4087         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4088
4089         PR bootstrap/17383
4090         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4091         * Makefile.tpl (HOST_SUBDIR): New substitution.
4092         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4093         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4094         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4095         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4096         (Host modules, Bootstrapped modules): Use it.
4097         (Build modules, Target modules): Do not create symlink trees,
4098         always configure out-of-srcdir.
4099         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4100         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4101         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4102         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4103
4104         * Makefile.in: Regenerate.
4105         * configure: Regenerate.
4106
4107         Merged from libada-gnattools-branch:
4108         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4109
4110         * Makefile.def: Add gnattools as a module, depending on target-libada.
4111         * Makefile.in: Regenerate.
4112         * configure.in: Include gnattools in host_tools; disable it if ada
4113         is disabled.
4114         * configure: Regenerate.
4115
4116 2005-02-23  Nick Clifton  <nickc@redhat.com>
4117
4118         * configure: Regenerate.
4119
4120 2005-02-22  Paul Schlie  <schlie@comcast.net>
4121
4122         * configure.in: Allow darwin targeted ports to build tk, itcl and
4123         libgui.
4124
4125 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4126
4127         PR libgcj/10353
4128         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4129         * configure: Regenerate.
4130
4131 2005-02-08  Andrew Cagney  <cagney@gnu.org>
4132
4133         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4134         gdb/ section.  Update GDB's URL.
4135
4136 2005-01-31  Andrew Cagney  <cagney@gnu.org>
4137
4138         * gettext.m4: Only set ENABLE_NLS when gettext is present.
4139
4140 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4141
4142         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4143         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4144         target-libgloss when not *-*-elf and *-*-aout.
4145         * configure: Regenerate.
4146
4147 2005-01-27  Andrew Cagney  <cagney@gnu.org>
4148
4149         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4150
4151 2005-01-24  Andrew Cagney  <cagney@gnu.org>
4152
4153         * gettext.m4: Only fall back to ../intl/ when it's present.
4154
4155 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4156
4157         * install-sh, config.sub: Import from upstream.
4158
4159 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4160
4161         PR bootstrap/18222
4162         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4163         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4164         * Makefile.in: Regenerate.
4165
4166 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4167
4168         Revert 2004-12-28 Makefile changes, a better fix will be
4169         applied to mainline and src after GCC 4.0 branches.
4170
4171 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4172
4173         PR bootstrap/17383
4174
4175         * Makefile.def (target_modules): Remove stage parameter,
4176         it is always true now.
4177         * Makefile.tpl (configure-build-[+module+],
4178         configure-target-[+module+]): Always build symlink tree
4179         for the directory and for include.  BUILD_SUBDIR and
4180         TARGET_SUBDIR cannot be . anymore.
4181         * Makefile.in: Regenerate.
4182
4183 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4184
4185         Revert 2004-12-08 Makefile changes.
4186
4187 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4188
4189         * configure.in (sh64-*-*): Reenable gprof.
4190         * configure: Regenerate.
4191
4192 2004-12-09  Jim Blandy  <jimb@redhat.com>
4193
4194         * MAINTAINERS: List 'depcomp' as part of automake.
4195
4196 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4197
4198         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4199         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4200         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4201         * Makefile.in: Regenerate.
4202
4203 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4204
4205         * Makefile.tpl: Generate normal dependencies if the LHS module is
4206         not bootstrapped.
4207         * Makefile.in: Regenerate.
4208
4209 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4210
4211         * configure.in: Include config/gxx-include-dir.m4.  Use
4212         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4213         * configure: Regenerate.
4214
4215 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4216
4217         * config.if: Delete.
4218         * configure.in: Set libstdcxx_incdir directly.
4219         * configure: Regenerate.
4220         * MAINTAINERS: Remove mention of config.if.
4221         * src-release (DEVO_SUPPORT): Remove config.if.
4222
4223 2004-12-02  Eric Christopher  <echristo@redhat.com>
4224
4225         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4226         of things to remove.
4227         * Makefile.in: Regenerate.
4228
4229 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4230
4231         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4232         * configure: Regenerate.
4233
4234 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4235
4236         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4237         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4238         * configure: Regenerate.
4239
4240 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4241
4242         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4243         (hppa*64*-*-*): Delete incorrect comment.
4244         * configure: Rebuilt.
4245
4246 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4247
4248         * install-sh, compile: Import from automake.
4249
4250 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4251
4252         * config.guess, config.sub:  Import from savannnah.
4253
4254 2004-11-12  Mike Stump  <mrs@apple.com>
4255
4256         * Makefile.def: Add html support.
4257         * Makefile.tpl: Likewise.
4258         * Makefile.in: Regenerate.
4259
4260 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4261
4262         PR 18423
4263         * configure.in: Remove all instances of build-fixincludes from
4264         noconfigdirs.
4265         (build_configargs): Supply --target to subdirectories.
4266         * configure: Regenerate.
4267
4268         * Makefile.def: Make gcc install depend on fixincludes install.
4269         * Makefile.in: Regenerate.
4270
4271 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4272
4273         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4274         target-libgfortran.
4275         * configure: Regenerate.
4276
4277 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4278
4279         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4280         like CC.
4281
4282 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4283
4284         * Makefile.def (host fixincludes): Specify missing targets.
4285         * Makefile.in: Regenerate.
4286
4287 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4288
4289         PR other/17783
4290         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4291         * configure: Regenerated.
4292
4293 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4294
4295         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4296         * configure: Regenerated.
4297
4298 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4299
4300         PR target/18151
4301         * configure.in (case ${target}): Do not build fixincludes for avr.
4302         * configure: Regenerated.
4303
4304 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4305
4306         * configure.in (case ${target}): Do not build fixincludes
4307         on platforms where it is not used.
4308         * configure: Regenerated.
4309
4310 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4311
4312         * configure.in: Use an absolute path to install-sh.
4313         * configure: Regenerated.
4314
4315 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4316
4317         * src-release (do-djunpack, do-md5sum): Install the generated file
4318         directly into the proto-toplev/ directory.
4319
4320 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4321
4322         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4323
4324 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4325
4326         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4327         * configure: Regenerate.
4328
4329 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4330
4331         Fix wrong conflict resolution in:
4332
4333         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4334
4335         * Makefile.in: Regenerate.
4336         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4337         in the recursive `make', instead of hardwiring `all'.
4338         (Autogenerated TARGET-* variables): New.
4339
4340 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4341
4342         Merged from GCC / libtool upstream:
4343         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4344         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4345         * ltcf-cxx.sh (tpf*): Likewise.
4346         * ltconfig (tpf*): Add TPF OS configuration support.
4347
4348 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
4349
4350         * configure.in: Enable target-libgloss for crx-*-*.
4351         * configure: Regenerate.
4352
4353 2004-09-24  Michael Roth  <mroth@nessie.de>
4354
4355         * configure.in (--without-headers): Add missing double quotes.
4356         * configure: Regenerate.
4357
4358 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
4359
4360         * ylwrap: Revert to previous version.
4361
4362 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4363
4364         PR bootstrap/17369
4365         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4366         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4367         SET_GCC_LIB_PATH_CMD.
4368         (BASE_TARGET_EXPORTS): Likewise.
4369         * Makefile.in: Regenerated.
4370
4371         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4372         * configure: Regenerated.
4373
4374 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4375
4376         * config.guess: New upstream version
4377         * compile, depcomp, install-sh, ylwrap: Likewise.
4378
4379 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4380
4381         * config/mh-x86omitfp: New host makefile fragment.  Add
4382         -fomit-frame-pointer to the default BOOT_CFLAGS.
4383         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4384         * configure: Regenerate.
4385
4386 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4387
4388         PR target/11572
4389         * configure.in (*-*-darwin*): Renable libobjc.
4390         * configure: Regenerate.
4391
4392 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4393
4394         * Makefile.def: Remove libbanshee.
4395         * Makefile.tpl: Ditto.
4396         * configure.in: Ditto.
4397         * Makefile.in: Regen.
4398         * configure: Ditto.
4399
4400 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4401
4402         * missing: Import latest version from master repository.
4403
4404 2004-09-04  Nick Clifton  <nickc@redhat.com>
4405
4406         * config.sub: Import latest version from master repository.
4407         * config.guess: Likewise.
4408         This includes these changes:
4409
4410         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4411
4412         * config.sub: Handle crisv32, alias etraxfs.
4413         * config.guess (crisv32:Linux:*:*): Handle.
4414
4415         2004-08-13  Brad Smith  <brad@comstyle.com>
4416
4417         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4418         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4419
4420         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4421
4422         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4423         assume the processor is a powerpc.  This is because coreutils
4424         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4425         in this case, due to a MacOS X bug that causes
4426         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4427         to return a negative number.
4428         Problem reported by Petter Reinholdtsen in:
4429         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4430
4431         2004-07-19  Ben Elliston  <bje@gnu.org>
4432
4433         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4434
4435         2004-06-24  Ben Elliston  <bje@gnu.org>
4436
4437         * config.guess: Update copyright years.
4438         * config.sub: Likewise.
4439
4440         2004-06-22  Robert Millan  <robertmh@gnu.org>
4441
4442         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4443         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4444
4445         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4446
4447         * config.guess (*:*VMS:*:*): New entry. Replaces
4448         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4449         manufacturer.
4450
4451         2004-06-22  Ben Elliston  <bje@gnu.org>
4452
4453         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4454         * config.sub: Likewise.
4455
4456         2004-06-22  Ben Elliston  <bje@gnu.org>
4457
4458         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4459         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4460
4461         2004-06-11  Ben Elliston  <bje@gnu.org>
4462
4463         * config.guess (pegasos:OpenBSD:*:*): Remove.
4464
4465         2004-06-11  Ben Elliston  <bje@gnu.org>
4466
4467         From Wouter Verhelst <wouter@grep.be>:
4468         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4469
4470         2004-06-11  Ben Elliston  <bje@gnu.org>
4471
4472         * config.guess (luna88k:OpenBSD:*:*): New.
4473
4474         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4475
4476         * config.guess (m32r*:Linux:*:*): New case.
4477         * config.sub: Handle m32rle.
4478
4479         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4480
4481         From Jens Petersen  <petersen@redhat.com>:
4482         * config.sub: Handle sparcv8.
4483
4484         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4485
4486         From Tom Smith <smith@cag.lkg.hp.com>:
4487         * config.guess: Version suffixes are equally significant on Tru64
4488         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4489         prefix of "P" (patched kernel).
4490
4491         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4492
4493         * config.sub: Add support for National Semiconductor CRX target.
4494
4495 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4496
4497         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4498         *-*-netware, but add target-libmudflap.
4499         Consolidate *-*-netware targets (of which really only i?86 exists)
4500         into a single entry.
4501         * configure: Likewise.
4502
4503 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4504
4505         * Makefile.tpl (sorry): Remove.
4506         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4507         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4508         (do-clean): Clean per-stage directories too.
4509         (do-distclean): Run distclean-stage1 too.
4510         (.NOTPARALLEL): Enable during toplevel bootstrap.
4511         (stage[+id+]-bubble): Enable parallel execution during
4512         the recursive invocation.
4513         * Makefile.in: Regenerate.
4514
4515         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4516
4517         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
4518
4519         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4520         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4521         * configure: regenerate
4522         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4523         -mdynamic-no-pic
4524
4525 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4526
4527         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4528         include.
4529         * configure.in: Fix indentation.
4530         * configure: Regenerate.
4531
4532 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4533
4534         * Makefile.def (build_modules): Add fixincludes.
4535         (dependencies): Make gcc depend on fixincludes.
4536         * configure.in (build_tools): Add fixincludes.
4537         (build_configdirs): Always include build_libs.
4538         * Makefile.in: Regenerate.
4539         * configure: Regenerate.
4540
4541 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4542
4543         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4544         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4545         phony targets; do not generate timestamp files.
4546         (distclean-stageN): Remove references to their timestamp files.
4547         (restageN, touch-stageN): Remove.
4548         (stageN-bubble): Rewritten.
4549         (compare): Support lean bootstraps.
4550         * Makefile.in: Regenerate.
4551
4552         * configure.in: Only warn when bootstrapping but
4553         build != host or build != target.  Support lean bootstraps.
4554         * configure: Regenerate.
4555
4556         Sync from gcc:
4557         2004-08-26  Phil Edwards  <phil@codesourcery.com>
4558
4559         * configure.in:  Give a better error message if GMP/MPFR are missing
4560         and a language needing them has been requested.
4561         * configure:  Regenerated.
4562
4563         2004-08-25  Phil Edwards  <phil@codesourcery.com>
4564
4565         * configure.in:  Print a list of available language front-ends if
4566         a requested one is missing.  Tidy stray tab characters.
4567         * configure:  Regenerated.
4568
4569 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
4570
4571         * Makefile.in: Regenerate.
4572         * configure: Regenerate.
4573
4574         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4575         stage_*_flags.
4576         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4577         for bootstrapped modules if toplevel bootstrap is going.
4578         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4579         modules.  Adjust for changes in Makefile.def.  Enable several
4580         rules even in non-bootstrap mode, just to avoid peppering the
4581         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4582         (stage-[+prev+]-bubble): Remove.
4583
4584         * Makefile.def (Dependencies): Depend on all-build-bison,
4585         all-build-flex, all-build-byacc, all-build-texinfo, rather
4586         than the host variations.
4587         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4588         with BUILD_SUBDIR.
4589         (BISON): Update for recent Bisons.
4590         (YACC): Fix typo.
4591         (cross): Depend on all-build.
4592         (all): Do not depend on all-build.
4593         (prebootstrap): Remove.
4594         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4595         (Prebootstrap dependencies): Add them to the per-stage targets
4596         and to all-prebootstrap.
4597         * configure.in (build_configdirs): Always enable build_tools.
4598         (BUILD_DIR_PREFIX): Remove.
4599
4600         * Makefile.def (gcc): Add target variable.
4601         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4602         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4603         in the recursive `make', instead of hardwiring `all'.
4604         (Autogenerated TARGET-* variables): New.
4605
4606 2004-08-17  Robert Millan  <robertmh@gnu.org>
4607
4608         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4609         (instead of FreeBSD).
4610         * configure: Regenerate.
4611
4612 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4613
4614         * Makefile.def, configure.in, src-release: Remove useless, bogus
4615         references to tix.
4616         * Makefile.in, configure: Regenerate.
4617
4618         * src-release: Stop distributing mmalloc with gdb (which doesn't
4619         use it).
4620         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4621         * Makefile.in: Regenerate.
4622
4623 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4624
4625         * configure.in (arm*-*-eabi*): New target.
4626         * configure: Regenerate.
4627
4628 2004-08-01  Robert Millan  <robertmh@gnu.org>
4629
4630         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4631         libmudflap for all GNU-based systems (with Glibc).
4632         * configure: Regenerate.
4633
4634 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4635
4636         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4637         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4638         (Dependencies): New section.
4639         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4640         (configure-target-[+module+]): Depend on maybe-all-gcc
4641         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4642         (toplevel profiledbootstrap): Fix dependencies.
4643         * Makefile.in: Regenerate.
4644
4645 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4646
4647         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4648         target-libiberty to noconfigdirs.
4649
4650 2004-08-03  Paul Brook  <paul@codesourcery.com>
4651
4652         * configure.in: Check for MPFR as well as GMP.
4653         * configure: Regenerate.
4654
4655 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4656
4657         * Makefile.def (host-modules): Add gcc.
4658         * Makefile.in: Regenerate.
4659         * Makefile.tpl (sorry): New rule.
4660         (configure-host, all-host, [+make_target+]-host, do-check,
4661         install-host): Do not add gcc as a special case.
4662         (host modules): Add a small special-casing for gcc.  Export
4663         extra_make_flags through the environment.
4664         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4665         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4666         other recursive targets for gcc): Remove.
4667
4668         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4669         (stage, unstage): New rules.
4670         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4671         distclean-stage[+id+]): Use stage_current.
4672         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4673         the stage*-start rules.
4674
4675 2004-07-19  Robert Millan  <robertmh@gnu.org>
4676
4677         Synced from gcc:
4678
4679         2004-04-26  Robert Millan  <robertmh@gnu.org>
4680
4681         Add patches from libtool CVS.
4682         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4683         * ltconfig: Likewise.
4684         * ltcf-c.sh: Likewise.
4685         * ltcf-cxx.sh: Likewise.
4686         * ltcf-gcj.sh: Likewise.
4687
4688 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4689
4690         * configure.in: Add noconfigdirs for crx-*-*.
4691         * configure: Regenerate.
4692
4693 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4694
4695         Synced from gcc:
4696
4697         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
4698
4699         * configure.in: Build libmudflap by default on FreeBSD.
4700         * configure: Regenerated.
4701
4702         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4703
4704         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4705         systems.
4706         * configure: Regenerated.
4707
4708         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4709
4710         PR target/16344
4711         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4712         feedback based compiler.
4713         * Makefile.in: Rebuilt.
4714
4715         2004-07-05  Phil Edwards  <phil@codesourcery.com>
4716
4717         * configure.in:  Do not prepend $srcdir to /dev/null in
4718         makefile fragments.
4719         * configure:  Regenerate.
4720
4721 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4722
4723         * Makefile.def (host_modules): Set bootstrap=true for flex.
4724         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4725         * Makefile.in: Rebuilt.
4726
4727 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4728
4729         * Makefile.def (build_modules): Add bison, byacc, flex,
4730         m4, texinfo.
4731         (flags_to_pass): Add FLEX.
4732         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4733         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4734         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4735         DEFAULT_MAKEINFO): Remove.
4736         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4737         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4738         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4739         objdir or else use configured tool.
4740         (all-build): New.
4741         (all): Depend on it.
4742         (Build module dependencies): Add.
4743         * Makefile.in: Regenerate.
4744         * configure.in: Better support for multiple build modules,
4745         matching what is done for host/target modules.  Do not look
4746         for "plausible" locations of build tools if Canadian cross.
4747         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4748         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4749         * configure: Regenerate.
4750
4751 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4752
4753         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4754         * Makefile.in: Regenerate.
4755
4756 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4757
4758         * Makefile.tpl (configure-build-[+module+],
4759         configure-[+module+], configure-target-[+module+]): Pass
4760         [+extra_configure_args+].
4761         (all-build-[+module+], all-[+module+], check-[+module+],
4762         install-[+module+], [+make_target+]-[+module+],
4763         all-target-[+module+], check-target-[+module+],
4764         install-target-[+module+], [+make_target+]-target-[+module+]):
4765         Pass [+extra_make_args+].
4766         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4767         (GCC_HOST_EXPORTS): Remove.
4768         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4769         cross, check-gcc, check-gcc-c++, install-gcc,
4770         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4771         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4772         * Makefile.in: Regenerate.
4773
4774 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
4775
4776         * configure.in: Check for srcdir/winsup rather than build directory
4777         winsup.
4778         * configure: Regenerate.
4779
4780 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
4781
4782         * configure.in: Don't build Cygwin native newlib if winsup
4783         directory is missing.  Emit warning instead.
4784         * configure: Regenerate.
4785
4786 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
4787
4788         * Makefile.tpl (touch-stage[+id+]): New.
4789         (restage[+prev+]): Depend on touch-stage[+id+].
4790
4791         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4792         Use it throughout.
4793
4794         * Makefile.def: Add profile and feedback bootstrap stages.
4795         Remove next field from bootstrap stages.
4796         * Makefile.tpl (LN, LN_S): Substitute.
4797         (stageN-start, stageN-end): Use double-colon rules, to
4798         provide a hook for additional setup commands.
4799         (distclean-stageN-gcc, restageN): Create dependencies from
4800         [+prev+], not from [+next+].
4801         (stageN-bubble): Add commands for successive stages from
4802         [+prev+], using double-colon rules.
4803         (all-stageN-gcc): Fix typo.
4804         (stagefeedback-start, profiledbootstrap): New.
4805         * Makefile.in: Regenerate.
4806         * configure.in: Call ACX_PROG_LN.
4807         * configure: Regenerate.
4808
4809 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
4810
4811         * configure.in: Fix --enable-bootstrap breakage introduced in trees
4812         without gcc.
4813         * configure: Regenerate.
4814
4815 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4816
4817         * Makefile.tpl: Fix typo.
4818         * Makefile.in: Regenerate.
4819
4820 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4821
4822         * configure.in: Remove new- prefix from toplevel
4823         bootstrap targets.
4824         * configure: Regenerate.
4825
4826 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4827
4828         Merge this patch from the gcc tree:
4829
4830         2004-05-30  Andreas Jaeger  <aj@suse.de>
4831                     Jim Wilson <wilson@specifixinc.com>
4832
4833         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4834         like CC.
4835
4836 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4837
4838         * Makefile.tpl (all.normal): Rename to all.
4839         (all): Replace with a rule to pick the default
4840         target from configure.
4841         (all-gcc, configure-gcc): Use conditionals to
4842         do nothing when toplevel bootstrap is going on.
4843         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4844         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4845         * configure.in: Support --enable-bootstrap.
4846
4847         * Makefile.def: Remove new- prefix from toplevel
4848         bootstrap targets.
4849         * Makefile.tpl: Likewise.
4850
4851         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
4852         target.
4853
4854         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4855         $(RECURSE_FLAGS) to recursive invocation of make.
4856
4857         * Makefile.in: Regenerate.
4858         * configure: Regenerate.
4859
4860 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
4861
4862         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4863         * configure: Regenerate.
4864
4865 2004-05-25  Daniel Jacobowitz  <drow@false.org>
4866
4867         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4868         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4869         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
4870         targets.
4871         * Makefile.in: Regenerate.
4872
4873 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
4874
4875         * configure.in: Test the ability to symlink directories.
4876         * configure: Regenerate.
4877
4878         * Makefile.def (bootstrap-stage): New definitions.
4879         * Makefile.tpl (configure-stage1-gcc,
4880         configure-stage2-gcc, configure-stage3-gcc,
4881         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4882         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4883         new-restage3, compare): Autogenerate, see Makefile.in
4884         entry for behavioral changes.
4885         (distclean-stage1, new-stage1-start, new-stage1-end,
4886         new-stage1-bubble, distclean-stage2, new-stage2-start,
4887         new-stage2-end, new-stage2-bubble, distclean-stage3,
4888         new-stage3-start, new-stage3-end): New autogenerated targets.
4889         (objext, prebootstrap, BOOT_CFLAGS,
4890         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4891         targets.
4892
4893         * Makefile.in: Regenerate.
4894         (distclean-stage1, new-stage1-start, new-stage1-end,
4895         new-stage1-bubble, distclean-stage2, new-stage2-start,
4896         new-stage2-end, new-stage2-bubble, distclean-stage3,
4897         new-stage3-start, new-stage3-end): New targets.
4898         (all-stage1-gcc): Move prebootstrap dependency from here...
4899         (configure-stage1-gcc): ...to here.
4900         (new-bootstrap): Use bubble targets.
4901         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4902         Use per-stage distclean targets.
4903         (configure-stage1-gcc, configure-stage2-gcc,
4904         configure-stage3-gcc, all-stage1-gcc,
4905         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4906         Use new-stageN-start to prepare the tree.
4907
4908 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4909
4910         * Makefile.def (host_modules): add libcpp.
4911         * Makefile.tpl: Add dependencies on and for libcpp.
4912         * Makefile.in: Regenerate.
4913         * configure.in: Add libcpp host module.
4914         * configure: Regenerate.
4915
4916 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4917
4918         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4919         of libf2c.
4920         * configure, Makefile.in: Regenerate.
4921
4922 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4923
4924         Merge from tree-ssa-20020619-branch.
4925
4926         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4927         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4928         (HOST_GMPLIBS): Define.
4929         (HOST_GMPINC): Define.
4930         (TARGET_LIB_PATH): Add libmudflap.
4931         (GFORTRAN_FOR_TARGET): Define.
4932         (configure-build*): Export GFORTRAN.
4933         (configure-gcc): Export GMPLIBS and GMPINC.
4934         (all-gcc): Add maybe-all-libbanshee.
4935         (configure-target-libgfortran): Define.
4936         * Makefile.in: Regenerate.
4937         * configure.in (host_libs): Add libbanshee.
4938         (target_libraries): Add target-libmudflap and target-libgfortran.
4939         Add --with-libbanshee.
4940         Handle --disable-libmudflap.
4941         (*-*-freebsd*): Use with_gmp.
4942         Add $(libgcj) to noconfigdirs.
4943         * configure: Regenerate.
4944         * depcomp: New file.
4945         * MAINTAINERS: Add tree-ssa maintainers.
4946
4947 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
4948
4949         * config/acx.m4: Fix fastcompare support for new-bootstrap.
4950         * configure: Regenerate.
4951
4952 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4953
4954         Revert:
4955         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4956
4957         * Makefile.def (flags_to_pass): Remove *dir variables that
4958         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4959         as well as prefix and exec_prefix.
4960         * Makefile.in: Regenerate.
4961
4962 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4963
4964         * Makefile.def (host_modules): Mark with the bootstrap
4965         flag packages on which gcc depends.
4966         * Makefile.tpl (all-bootstrap): Use it.
4967         * Makefile.in: Regenerate.
4968
4969 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4970
4971         * Makefile.def (flags_to_pass): Remove *dir variables that
4972         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4973         as well as prefix and exec_prefix.
4974         * Makefile.in: Regenerate.
4975
4976 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4977
4978         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4979         * configure: Regenerate.
4980         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4981         * gcc/Makefile.tpl (compare): Use the result of the test.
4982         * gcc/Makefile.in: Regenerate.
4983
4984 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
4985
4986         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4987         Always relocate gcc and prev-gcc to the original names, even
4988         if the build fails.
4989         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4990         New targets.
4991
4992 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4993
4994         * configure.in (mips*-*-irix5*): Enable ld.
4995         * configure: Regenerate.
4996
4997 2004-04-15  James E Wilson  <wilson@specifixinc.com>
4998
4999         * Makefile.tpl (configure-[+module+], configure-gcc,
5000         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5001         Set and export LDFLAGS.
5002         * Makefile.in: Regenerate.
5003
5004 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5005
5006         PR bootstrap/14871
5007         * Makefile.tpl: If we don't have built-in-tree target tools,
5008         use the ones found by configure rather than hacking around with
5009         program_transform_name.
5010         * configure.in: Give Makefile.tpl the information necessary
5011         to do that.
5012         * Makefile.in: Regenerate.
5013         * configure: Regenerate.
5014
5015 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5016
5017         PR bootstrap/14760
5018         * configure.in: When computing baseargs, strip *all* copies of
5019         offending options.  Also, don't match/substitute the trailing space,
5020         so that this actually works when two similar options are separated by
5021         only one space.
5022         * configure: Regenerate.
5023
5024 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5025
5026         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5027         (rs6000-*-aix*): Same.
5028         * configure: Regenerate.
5029
5030 2004-03-25  Stan Shebs  <shebs@apple.com>
5031
5032         Remove MPW support, no longer used.
5033         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5034         mpw-install: Remove files.
5035         * src-release (DEVO_SUPPORT): Remove names of removed files.
5036         * MAINTAINERS: Likewise.
5037
5038 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5039
5040         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5041         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5042         * Makefile.in: Regenerate.
5043
5044         * configure.in (top level bootstrap support): Rework --enable-werror
5045         to set @stage2_werror_flag@.
5046         * configure: Regenerate.
5047         * Makefile.tpl (top level bootstrap support): Pass
5048         @stage2_werror_flag@ down to configure in stages 2 and 3.
5049         * Makefile.in: Regenerate.
5050
5051 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5052
5053         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5054         for stages 2 and 3 as well as in make.  As a consequence, remove
5055         OUTPUT_OPTION (now detected by configure) from the flags passed down
5056         to make.
5057         * Makefile.in: Regenerate.
5058
5059         * Makefile.tpl (new-bootstrap): Fix typo.
5060         * Makefile.in: Regenerate.
5061
5062 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5063
5064         * Makefile.tpl: Rearrange by moving recursive_targets rules
5065         into their proper sections.
5066         * Makefile.tpl (top level bootstrap support): Move disabling
5067         of coverage flags from 'make' to 'configure'; improve comments.
5068         * Makefile.in: Regenerate.
5069
5070         * Makefile.tpl (experimental top level bootstrap) Move stage1
5071         language setting from all- target to configure- target; disable
5072         intermodule optimization in stage 1; prevent gratuitous rebuilds
5073         of stage 1.
5074         * Makefile.in: Regenerate.
5075         * configure.in: Comma-separate stage 1 language list for top
5076         level bootstrap.
5077         * configure: Regenerate.
5078
5079         * Makefile.tpl: Clean up experimental top level bootstrap support:
5080         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5081         prev-gcc in configure- targets as well as all- targets.
5082         * Makefile.in: Regenerate.
5083
5084 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5085
5086         * configure.in: Remove symbolic link section.
5087         * configure: Regenerate.
5088         * Makefile.tpl (links): Remove.
5089         * Makefile.in: Regenerate.
5090
5091 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5092             Nathanael Nerode  <neroden@gcc.gnu.org>
5093
5094         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5095         Set with AC_CHECK_PROGS.
5096         * configure.in: Fix comment typo from last patch.
5097         * configure: Regenerate.
5098
5099 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5100
5101         * Makefile.tpl: Introduce experimental top level bootstrap support.
5102         * Makefile.in: Regenerate.
5103         * configure.in: Introduce support for top level bootstrap.
5104         * configure: Regenerate.
5105
5106 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5107             Paolo Bonzini  <bonzini@gnu.org>
5108
5109         PR bootstrap/14522
5110         * configure.in: Cope with shells that do not support unquoted ^
5111         * configure: Regenerate.
5112
5113 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5114             Paolo Bonzini  <bonzini@gnu.org>
5115
5116         PR bootstrap/14522
5117         * configure.in: Cope with shell that do not support nesting
5118         quotes inside quoted backquote substitutions.
5119         * configure: Regenerate.
5120
5121 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5122
5123         PR bootstrap/14522
5124         * configure.in: Fix escaping of $.
5125         * configure: Regenerate.
5126
5127 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5128
5129         * configure: Regenerate.
5130
5131 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5132
5133         PR ada/14131
5134         Move language detection to the top level.
5135         * configure.in: Find default values for the tools as
5136         soon as possible.  Disable ada if GNAT is not found.
5137         Emit error message about missing languages.  Expand
5138         --enable-languages=all for the gcc subdirectory.
5139
5140 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5141
5142         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5143         and disable libgcj.
5144         * configure: Regenerated.
5145
5146 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5147
5148         PR bootstrap/7087
5149         * Makefile.tpl: Guard XFOO sed statements better.
5150         * Makefile.tpl: Add dependency for configure-target-libada.
5151         * Makefile.in: Regenerate (incidentally fixes broken
5152         commit when libada-branch was merged).
5153
5154 2004-02-28  Andrew Cagney  <cagney@redhat.com>
5155
5156         * src-release (CVS_NAMES): Define.
5157         (do-tar, do-tar): Prune $(CVS_NAMES).
5158
5159 2004-02-23  Andrew Cagney  <cagney@redhat.com>
5160
5161         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5162         2004-02-19.09.
5163
5164 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5165
5166         PR bootstrap/11932
5167         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5168
5169 2004-02-19  Andrew Cagney  <cagney@redhat.com>
5170
5171         * config.guess: Update from version 2003-06-12 to 2004-02-16.
5172         * config.sub: Update from version 2003-06-13 to 2004-02-16.
5173
5174 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5175
5176         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5177         (rs6000-*-aix*): Same.
5178         * configure: Regenerate.
5179
5180 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5181
5182         * configure.in (host): Add in missing $noconfigdirs to defines.
5183         * configure: Regenerate.
5184
5185 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5186             Nathanael Nerode  <neroden@gcc.gnu.org>
5187
5188         PR ada/6637, PR ada/5911
5189         Merge with libada-branch:
5190         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5191         with appropriate dependencies. Add --enable-libada configure switch.
5192         * configure, Makefile.in: Regenerate.
5193
5194 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5195
5196         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5197         * configure: Regenerate.
5198
5199 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
5200
5201         * COPYING.NEWLIB: Update Red Hat license to 2004.
5202
5203 2004-01-23  DJ Delorie  <dj@redhat.com>
5204
5205         * Makefile.def (target_modules) [libiberty]: Don't stage.
5206         * Makefile.in: Rebuilt.
5207
5208 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
5209
5210         * COPYING.NEWLIB: Update to include copyrights for new
5211         iconv code.
5212
5213 2004-01-15  Andrew Cagney  <cagney@redhat.com>
5214
5215         * src-release: Update copyright year.
5216         (do-proto-toplev): Configure using i686-pc-linux-gnu.
5217         (NEWLIB_SUPPORT_DIRS): Delete macro.
5218         (newlib.tar.bz2): Delete rule.
5219
5220 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
5221
5222         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5223         * Makefile.tpl (configure-target-[+module+]): Support stage.
5224         * Makefile.in: Rebuilt.
5225
5226 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5227
5228         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5229         throughout.
5230
5231 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5232
5233         * configure.in: Use ./config.cache, not config.cache.
5234         * configure: Regenerate.
5235         * Makefile.tpl: Special-casing not needed for GCC any more.
5236         * Makefile.in: Regenerate.
5237
5238         * configure.in: Don't share a cache file for host dirs.
5239         * configure: Regenerate.
5240
5241         * config-ml.in: Don't mess with the cache file.
5242
5243 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5244
5245         * Makefile.tpl: Make GCC use a separate config.cache.
5246         * Makefile.in: Regenerate.
5247
5248         PR bootstrap/11932, PR bootstrap/11933
5249         (I don't know if it will fix either of them, but it relates
5250         to them.)
5251         * configure.in: Don't use shared config.cache for target
5252         directories.
5253         * configure: Regenerate.
5254
5255 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5256
5257         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5258         * configure: Regenerated.
5259
5260 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5261
5262         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5263         * configure: Regenerated.
5264
5265 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5266
5267         Port change over from GCC:
5268         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5269         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5270         (configure-build-[+module+], configure-[+module+]): Likewise.
5271         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5272         * Makefile.in: Regenerate.
5273
5274 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5275
5276         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5277         * configure: Regenerate.
5278
5279 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
5280
5281         * COPYING.NEWLIB: Add license info for long long routines added to
5282         stdlib.
5283
5284 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5285
5286         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5287         * Makefile.in: Regenerate.
5288
5289 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5290
5291         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5292         * configure:  Regenerate.
5293
5294 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5295
5296         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5297         HOST_FLAGS_TO_PASS.
5298         * Makefile.in: Regenerate.
5299
5300 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5301
5302         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5303         * configure: Rebuilt
5304         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5305         * Makefile.in: Rebuilt
5306
5307 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5308
5309         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5310
5311 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
5312
5313         * config-ml.in:  Use ac_configure_args directly instead of
5314         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5315         actually seen.
5316
5317 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5318
5319         * config-ml.in: Propagate INSTALL variables.
5320
5321 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5322
5323         * configure.in: Pass a computed --program-transform-name
5324         to subconfigures.
5325         * configure: Regenerated.
5326
5327 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5328
5329         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5330         * Makefile.in: Regenerate.
5331
5332         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5333         * Makefile.in: Regenerate.
5334
5335 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5336
5337         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5338         quoting.
5339         * configure: Regenerated.
5340
5341 2003-09-12  Michael Chastain  <mec@shout.net>
5342
5343         Fix PR gdb/857.
5344         * src-release (do-proto-topleve): Remove junk files
5345         intl/config.cache, intl/config.status,
5346         intl/config.h, intl/stamp-h.
5347
5348 2003-09-14  Andrew Cagney  <cagney@redhat.com>
5349
5350         * src-release (dejagnu.tar): New target.
5351         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5352         (do-djunpack): Use $(PACKAGE) for the package name.
5353
5354 2003-09-04  DJ Delorie  <dj@redhat.com>
5355
5356         * configure: Regenerate.
5357
5358 2003-09-04  Robert Millan  <robertmh@gnu.org>
5359
5360         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5361
5362 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5363
5364         * configure.in: Ensure arguments to sed are properly spaced.
5365         * configure: Regenerate.
5366
5367 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
5368
5369         Merge from gcc:
5370         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5371         * install-sh:  Update to newer upstream versions (associated with
5372         aclocal 1.7).
5373         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5374
5375 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5376
5377         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5378         * configure: Regenerated.
5379
5380 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5381
5382         * configure.in:  Use newline instead of semicolon when assuming
5383         shell arguments in a for loop.
5384         * configure:  Regenerated.
5385
5386 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5387
5388         PR 8180
5389         * configure.in: When testing with_libs and with_headers, treat
5390         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5391         * configure: Regenerate.
5392
5393         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5394         make, shell, etc.
5395         (baseargs): Likewise.
5396         * configure: Regenerate.
5397
5398 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5399
5400         * configure.in: Disable libgcj for darwin not on powerpc.
5401         * configure: Rebuild.
5402
5403 2003-08-15  Michael Chastain  <mec@shout.net>
5404
5405         * src-release (do-proto-toplev): Remove junk files
5406         dejagnu/example/calc/config.status,
5407         dejagnu/example/calc/config.log.
5408
5409 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5410
5411         * config-ml.in, symlink-tree: Add license.
5412
5413 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5414
5415         Merge from gcc:
5416
5417         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5418         * Makefile.tpl (check, check-c++): Express dependencies using
5419         dependencies rather than commands.
5420         * Makefile.in: Regenerate.
5421
5422         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5423         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5424         * Makefile.in: Update.
5425
5426 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5427
5428         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5429         * configure: Ditto.
5430
5431 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5432
5433         * configure.in: Enable libgcj for darwin.
5434         * configure: Rebuild.
5435
5436 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5437
5438         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5439
5440 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5441
5442         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5443         creating target and build subdirs to build all parent dirs as needed.
5444         * Makefile.in: Rebuild.
5445         * configure.in: Don't build dirs explicitly here.
5446         * configure: Rebuild.
5447
5448 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5449
5450         * Makefile.tpl (all-make): Depend on intl.
5451         * Makefile.in: Rebuilt.
5452
5453 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5454
5455         * config.if: Remove unused libc_interface determination.
5456
5457 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5458
5459         * Makefile.in: Regenerate, correctly this time.
5460
5461 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5462
5463         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5464         unused INSTALL_PROGRAM_ARGS.
5465         * configure.in: Use AC_PROG_INSTALL.
5466         * Makefile.in: Regenerate.
5467         * configure: Regenerate.
5468
5469 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5470
5471         * configure: Rebuilt.
5472         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5473         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5474         newlib nor libgloss.
5475         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5476         * configure.in (am33_2.0-*-linux*): Added.
5477
5478 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5479
5480         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5481         * configure: Regenerate.
5482
5483 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
5484
5485         * config-ml.in: Replace PWD with PWD_COMMAND.
5486         * Makefile.tpl: Likewise.
5487         * Makefile.in: Regenerated.
5488
5489 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5490
5491         * configure.in: Clean up config-lang.in handling.  Delete
5492         useless assignment to "subdirs".
5493         * configure: Regenerate.
5494
5495 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5496
5497         * configure.in: Rename 'target_libs' to 'target_libraries'.
5498         Remove useless reference to 'target_libs'.
5499         * configure: Regenerate.
5500
5501 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5502
5503         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5504         * Makefile.in: Regenerate.
5505
5506 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5507
5508         * Makefile.def: Introduce flags_to_pass.
5509         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5510         * Makefile.in: Regenerate.
5511
5512 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
5513
5514         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5515         and target-libgloss.
5516         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5517         <h8300*-*-*>: Disable libf2c and ${libgcj}.
5518         * configure: Regenerate.
5519
5520 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
5521
5522         * configure.in: Update testsuite_flags to new location.
5523         * configure. Regenerate.
5524
5525 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5526
5527         * Makefile.tpl: Remove BUILD_CC stuff.
5528         * Makefile.in: Regenerate.
5529
5530 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
5531
5532         * config.guess: Update to 2003-06-12 version.
5533         * config.sub: Update to 2003-06-13 version.
5534
5535 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5536
5537         * MAINTAINERS: Add myself as MIPS co-maintainer.
5538
5539 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
5540
5541         * config.guess: Update to 2003-06-06 version.
5542         * config.sub: Update to 2003-06-06 version.
5543
5544 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5545
5546         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5547         * configure. Regenerate.
5548
5549 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5550
5551         * configure.in: Disable serial configure by default.
5552         * configure: Regenerate.
5553         * Makefile.tpl: Abolish .NOTPARALLEL.
5554         * Makefile.in: Regenerate.
5555
5556         * Makefile.tpl: Replace {build,host,target}_canonical by
5557         {build,host,target}.
5558         * Makefile.in: Regenerate.
5559
5560         * Makefile.tpl: Fix stupid pasto.
5561         * Makefile.in: Regenerate.
5562
5563 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5564
5565         * Makefile.tpl: Remove bogus conditional.
5566         * Makefile.in: Regenerate.
5567
5568 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5569
5570         * Makefile.tpl: Make 'recursive targets' using autogen rather
5571         than shell loop.  Remove duplicate 'clean' targets and false
5572         comments.
5573         * Makefile.def: Add systematic dependencies to 'recursive' targets.
5574         Add systematic method of specifying missing targets in subdirs.
5575         Add copyright boilerplate.
5576         * Makefile.in: Regenerate.
5577         * configure.in: Add 'recursive targets' to maybe list.
5578         * configure: Regenerate.
5579
5580         * Makefile.tpl: Rename [+target+] to [+make_target+].
5581         * Makefile.def: Rename 'target' to 'make_target'.
5582
5583 2003-05-30  Nick Clifton  <nickc@redhat.com>
5584
5585         * README-maintainer-mode: Update URL for locating blessed config
5586         tools.
5587
5588 2003-05-29  Robert Millan  <rmh@debian.org>
5589
5590         * ltconfig: Import this patch and modify for use with current
5591         version of ltconfig:
5592
5593         2003-05-21  Bruno Haible  <bruno@clisp.org>
5594
5595         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5596         GNU/FreeBSD.
5597
5598 2003-05-28  DJ Delorie  <dj@redhat.com>
5599
5600         * Makefile.tpl: Make maybe-check-gcc .PHONY.
5601         * Makefile.in: Regenerate.
5602
5603 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
5604
5605         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
5606
5607 2003-05-21  DJ Delorie  <dj@redhat.com>
5608
5609         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5610         newlib or libgloss.
5611         * Makefile.in: Regenerate.
5612
5613 2003-05-21  DJ Delorie  <dj@redhat.com>
5614
5615         * Makefile.tpl: Add missing empty maybe-check-gcc target.
5616         * Makefile.in: Regenerate.
5617
5618 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5619
5620         * configure.in: Use curly braces in the definition of tooldir.
5621         * configure: Regenerate.
5622
5623 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5624
5625         * configure.in: Switch more things to use maybe dependencies.
5626         * Makefile.tpl: Switch more things to use maybe dependencies.
5627         Factor out common code from autogen IF statements.
5628         * configure: Regenerate.
5629         * Makefile.in: Regenerate.
5630
5631 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
5632
5633         * configure.in: Accept i[3456789]86 for machine type.
5634         * configure: Regenerate.
5635
5636 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5637
5638         * configure.in: Switch more things to use maybe dependencies.
5639         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
5640         * configure: Regenerate.
5641         * Makefile.tpl: Switch more things to use maybe dependencies.
5642         * Makefile.in: Regenerate.
5643
5644 2003-05-16  Andreas Schwab  <schwab@suse.de>
5645
5646         * Makefile.tpl (install-opcodes): Define.
5647         * Makefile.in: Rebuild.
5648
5649 2003-05-13  Andreas Jaeger  <aj@suse.de>
5650
5651         * config.guess: Update to 2003-05-09 version.
5652         * config.sub: Update to 2003-05-09 version.
5653
5654 2003-05-13  Michael Eager <eager@mvista.com>
5655
5656         * configure.in: Correct sed script so that options in quotes are not
5657         deleted.
5658         * configure: Rebuild.
5659
5660 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
5661
5662         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5663         and $$s/newlib/libc/sys/cygwin32 include paths.
5664         * configure: Ditto.
5665
5666 2003-05-05  H.J. Lu <hjl@gnu.org>
5667
5668         * config-ml.in: Restored from gcc repository.
5669
5670 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
5671
5672         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5673         * Makefile.in: Regenerate.
5674
5675 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5676
5677         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5678         and Makefile.def.
5679
5680 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5681
5682         * Makefile.tpl: Clean $(BUILD_SUBDIR).
5683         * Makefile.in: Regenerated.
5684
5685 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5686
5687         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5688         * Makefile.in: Regenerate.
5689
5690 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
5691
5692         * configure.in (powerpc64*-*-linux*): Remove.
5693         * configure: Rebuilt.
5694
5695 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
5696
5697         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
5698         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5699         and restrap.
5700         * Makefile.in:  Regenerate.
5701
5702 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
5703
5704         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5705         * configure: Regenerated.
5706
5707 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
5708
5709         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5710         * */configure: Rebuilt.
5711
5712 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5713
5714         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5715         * Makefile.in: Regenerate.
5716
5717 2003-03-14  Michael Chastain  <mec@shout.net>
5718
5719         * Makefile.in: Regenerate with correct Makefile.def.
5720
5721 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5722
5723         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
5724         Make macro.
5725         * Makefile.in: Regenerate.
5726         * configure.in: Clean up gxx_include_dir logic.
5727         * configure: Regenerate.
5728
5729 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5730
5731         * configure.in (gxx_include_dir): Fix typo.
5732         * configure: Regenerated.
5733
5734 2003-03-06  Andrew Cagney  <cagney@redhat.com>
5735
5736         * texinfo/texinfo.tex: Import version 2003-02-03.16.
5737
5738 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
5739
5740         * configure.in: Include $(build_tooldir)/sys-include in
5741         FLAGS_FOR_TARGET.
5742         * configure: Regenerated.
5743
5744 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5745
5746         * Makefile.tpl: Reindent.
5747         * Makefile.in: Regenerate.
5748         * configure.in: Reindent.  Don't set unused variables.
5749         * configure: Regenerate.
5750
5751         * Makefile.tpl: Always pass down RANLIB.
5752         * Makefile.in: Regenerate.
5753
5754         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5755         * Makefile.in: Regenerate.
5756         * configure.in: Remove unused logic relating to --enable-shared
5757         and --enable-threads.  Remove bogus comments.  Remove redundant
5758         noconfigdirs.
5759         * configure: Regenerate.
5760
5761         * configure.in: Replace ${libstdcxx_version} by its value.
5762         Remove reference to mh-dgux.
5763         * configure: Regenerate.
5764
5765 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5766
5767         * Makefile.tpl: Rearrange.
5768         * Makefile.in: Regenerate.
5769
5770 2003-02-25  Nick Clifton  <nickc@redhat.com>
5771
5772         * configure: Remove site-file supprot - it is obsolete.
5773
5774 2003-02-24  Uwe Stieber <uwe@wwws.de>
5775
5776         * configure.in: Add support for kaOS as cross build target system.
5777         * configure: Regenerated.
5778
5779 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
5780
5781         * Makefile.tpl: Add definition of CPPFLAGS to pass into
5782         configure-target-* as some target builds may require additional
5783         flags for preprocessor tests.
5784         * Makefile.in: Regenerated.
5785
5786 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5787
5788         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5789         * ltconfig: Handle it.
5790         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5791         auto-detecting it.
5792
5793 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5794
5795         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5796         it is used as argument to $CC.
5797         * ltcf-gcj.sh: Likewise.
5798
5799 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5800
5801         * configure.in: Introduce --enable-maintainer-mode.
5802         * configure: Rebuilt.
5803         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5804         for maintainer mode.
5805         * Makefile.in: Rebuilt.
5806
5807 2003-02-19  Andrew Cagney <ac131313@redhat.com>
5808
5809         * configure: Regenerate using autoconf 2.13.
5810
5811 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
5812
5813         * config.guess: Import latest version.
5814         * config.sub: Import latest version.
5815
5816 2003-02-18  Jason Merrill  <jason@redhat.com>
5817
5818         * Makefile.tpl (check-c++): Allow parallelism.
5819
5820 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
5821
5822         * configure: Regenerate using autoconf 000227.
5823
5824 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
5825
5826         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5827         don't configure target-libobjc.
5828         * configure: Regenerate.
5829
5830 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5831
5832         * Makefile.tpl (RANLIB): Define.
5833         * Makefile.in: Regenerate.
5834
5835 2003-02-06  Keith R Seitz  <keiths@redhat.com>
5836
5837         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5838         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5839         * Makefile.in: Regenerated.
5840         * configure.in: Remove all traces of snavigator, db, and grep.
5841         * configure: Regenerated.
5842
5843 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
5844
5845         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5846         * Makefile.in: Regenerated.
5847
5848 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
5849
5850         * config.if: Copy from GCC.
5851
5852 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
5853
5854         * configure.in:  Revert 24Jan change.
5855         * configure:  Regenerate.
5856
5857 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5858
5859         * configure.in: Revert previous change.
5860         * configure: Regenerate.
5861
5862 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5863
5864         * configure.in: Make rda native-only.
5865         * configure: Regenerate.
5866
5867 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5868
5869         * configure.in: Add missing \.
5870         * configure: Rebuilt.
5871
5872 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
5873
5874         * configure.in (baseargs): Avoid using \| in sed regular
5875         expressions.
5876         * configure: Rebuilt.
5877
5878 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
5879
5880         * configure.in (baseargs): Remove all supported forms of
5881         --cache-file, --srcdir, --host, --build and --target options
5882         from argument lists.
5883         * configure: Rebuilt.
5884
5885 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
5886
5887         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5888         * configure: Rebuilt.
5889
5890 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5891
5892         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5893         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5894         * Makefile.in: Regenerate.
5895         * configure: Regenerate.
5896
5897 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5898
5899         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5900         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5901         * Makefile.in: Regenerate.
5902
5903 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
5904
5905         * configure.in: Remove Makefile in build, host and target modules
5906         unless configure was run with --no-recursion.
5907         * configure: Rebuilt.
5908
5909 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
5910
5911         * config.guess: Update to 2003-01-03 version.
5912         * config.sub: Update to 2003-01-03 version.
5913
5914 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5915
5916         * configure: Regenerate with proper autoconf 2.13.
5917
5918 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5919
5920         * configure.in: Add AC_PREREQ for consistency.
5921         * configure: Regenerate.
5922
5923 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
5924
5925         * configure.in (GDB_TK): Add tcl directories conditional on
5926         gdb/gdbtk directory being present.
5927         * configure: Regenerate.
5928
5929 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
5930
5931         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
5932         by gcc if LD is not defined and we are not doing a Canadian Cross.
5933         * configure: Rebuilt.
5934
5935 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
5936
5937         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5938
5939 2002-12-31  Tom Tromey  <tromey@redhat.com>
5940
5941         * Makefile.in: Rebuilt.
5942         * Makefile.def (target_modules) [libffi]: Allow installation.
5943
5944 2002-12-31  Andreas Schwab  <schwab@suse.de>
5945
5946         * configure.in: Fix use of $program_transform_name.
5947         * configure: Regenerated.
5948
5949 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
5950
5951         * configure.in (baseargs): Don't remove first configure argument.
5952         * configure: Regenerated.
5953
5954 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
5955
5956         * Makefile.tpl (local-distclean): Don't remove...
5957         (multilib.ts): ... this.  Moved into...
5958         (multilib.out): ... this.  Don't use sub-make.
5959         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5960         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5961         (configure-build-[+module+], configure-[+module+],
5962         configure-target-[+module+], configure-gcc): ... these.  Test
5963         for Makefile existence.  Drop config.status from dependencies.
5964         * Makefile.in: Rebuilt.
5965         * configure.in: Move gcc-version-trigger to the end of
5966         ac_configure_args.  Add comments to maybedep.tmp and
5967         serdep.tmp.  Introduce --disable-serial-configure.  Remove
5968         nonopt from baseargs, matching and removing corresponding
5969         whitespace while at it.
5970         * configure: Rebuilt.
5971
5972 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5973
5974         * configure.in (host_configargs): Replace reference to
5975         no-longer-defined buildopts with --build=${build_alias}.
5976         * configure: Rebuilt.
5977
5978 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5979
5980         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
5981         program_transform_name to standard idiom.
5982         (AUTOGEN, AUTOCONF): Define.
5983         (Makefile.in): Use $(AUTOGEN).
5984         (Makefile): Depend on config.status, and use autoconf-style rule to
5985         build it.  Move original commands to...
5986         (config.status): ... this new target.
5987         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
5988         $(AUTOCONF).
5989         * Makefile.in: Rebuilt.
5990
5991 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5992
5993         * Makefile.tpl: Fix dramatic bustage due to change in
5994         program_transform_name.
5995         * Makefile.in: Regenerate.
5996
5997         * configure.in: Remove unnecessary PATH setting.
5998         * configure: Regnerate.
5999
6000         * configure.in: Don't default to unprefixed tools unless
6001         the native tools will work.
6002         * configure: Regenerate.
6003
6004         * configure.in: Convert to autoconf script.  Blow away lots
6005         of now-redundant Makefile fragments.
6006         * configure: Generate using Autoconf.
6007         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6008         * Makefile.in: Regenerate.
6009
6010 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6011
6012         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6013         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6014
6015         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6016         where they belong.
6017
6018 2002-12-24  Andreas Schwab  <schwab@suse.de>
6019
6020         * Makefile.tpl (multilib.out): Fix missing space.
6021         * Makefile.in: Regenerate.
6022
6023 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6024
6025         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6026         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6027         * Makefile.in: Regenerate.
6028         * configure.in: Remove unnecessary leftovers.
6029
6030 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6031
6032         * configure.in (extra_ranlibflags_for_target): New variable.
6033         (*-*-darwin): Add -c to ranlib commands.
6034         * configure (tooldir): Handle extra_ranlibflags_for_target.
6035
6036 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
6037
6038         * COPYING.NEWLIB: Updated.
6039         * COPYING.LIBGLOSS: Ditto.
6040
6041 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6042
6043         * Makefile.tpl: Revert HJL's change.
6044         * Makefile.in: Regenerated.
6045         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6046         always.
6047
6048 2002-12-19  Andreas Schwab  <schwab@suse.de>
6049
6050         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6051         * Makefile.in: Regenerate.
6052
6053 2002-12-18  H.J. Lu <hjl@gnu.org>
6054
6055         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6056         * Makefile.in: Regenerated.
6057
6058         * configure.in (build_prefix): New. Substitute.
6059
6060 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6061
6062         * Makefile.tpl: Don't let real targets depend on phony targets.
6063         * Makefile.in: Regenerate.
6064
6065         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6066         * Makefile.in: Regenerate.
6067
6068 2002-12-16  Jason Merrill  <jason@redhat.com>
6069
6070         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6071         previous 'make bootstrap'.
6072         * Makefile.in: Regenerate.
6073
6074 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
6075
6076         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6077
6078 2002-12-13  Jason Merrill  <jason@redhat.com>
6079
6080         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
6081         library tests.
6082         (check-c++): Just depend on it and check-target-libstdc++-v3.
6083         * Makefile.in: Regenerate.
6084
6085 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6086
6087         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6088         * Makefile.in: Regenerate.
6089
6090 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
6091
6092         * COPYING.NEWLIB: Update list of alternate Regent of California
6093         licenses and discuss official revoking of advertising clause.
6094         * COPYING.LIBGLOSS: Ditto.
6095
6096 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6097
6098         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6099         * Makefile.in: Rebuilt.
6100
6101 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6102
6103         * configure: Fix bug put in by gremlins.
6104
6105         * Makefile.tpl: Substitute more autoconfily.
6106         * configure: Substitute more autoconfily.
6107         * Makefile.in: Regenerate.
6108
6109 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
6110
6111         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6112         * Makefile.in (all-sim): Ditto.
6113
6114 2002-12-06  DJ Delorie  <dj@redhat.com>
6115
6116         * Makefile.tpl: Change configure dependencies to not have real
6117         targets depend on phony targets.
6118
6119 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
6120
6121         * configure.in: Revert unintentional change.
6122
6123         * src-release: Configure host subdirs.
6124
6125         * Makefile.tpl: Change dependency for */multilib.out so that
6126         it works when gcc isn't in the tree.
6127
6128         * configure.in: Substitute more.
6129         * configure: Run subconfigures from the Makefile.
6130         * Makefile.tpl: Run subconfigures from the Makefile; add a few
6131         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
6132
6133 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6134
6135         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6136         and corresponding dependencies.
6137         * Makefile.in: Regenerate.
6138
6139         * configure.in (host_tools): Order binutils, gas and ld for
6140         convenience in running the testsuites.
6141
6142         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6143         * Makefile.in: Regenerate.
6144         * configure.in: Introduce rules to serialize subconfigure runs.
6145
6146         * configure.in: Introduce BASE_CC_FOR_TARGET.
6147         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
6148         Realize configure-build-* targets.  Realize configure-target-* targets.
6149         * Makefile.in: Regenerate.
6150
6151 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6152
6153         * configure: Move gcc_version_trigger stuff from here...
6154         * configure.in: ...to here.
6155
6156         * configure.in: Separate subconfigure options added by this file from
6157         options given by the user.  Add machinery to put args for host
6158         subconfigures into the Makefile.
6159
6160         * Makefile.tpl: Remove 'vault' targets.
6161         * Makefile.tpl: Reorder and comment dependencies.
6162         * Makefile.in: Regenerate.
6163
6164 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6165
6166         * configure.in: Move host-specific darwin noconfigdirs into
6167         the host-specific section.
6168
6169 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6170
6171         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6172         during replay.
6173         * Makefile.in: Regenerate.
6174
6175         (finishing slow-motion replay)
6176         * configure: Remove skip-this-dir support.
6177         * Makefile.tpl: Remove skip-this-dir support.
6178
6179         * Makefile.tpl: Remove leftover support for non-autoconfiscated
6180         subdirectories.
6181         * Makefile.in: Regenerate.
6182
6183         * Makefile.tpl: Strip out useless setting of 'dir'.
6184         * Makefile.in: Regenerate.
6185
6186 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6187
6188         (finishing slow-motion replay)
6189         * configure.in: Fix deeply stupid bug.
6190
6191         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6192         shell code in CXX_FOR_TARGET
6193         * Makefile.def: Introduce raw_cxx.
6194         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6195         RAW_CXX_FOR_TARGET.
6196         * Makefile.in: Regenerate.
6197
6198 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6199
6200         (finishing slow-motion replay)
6201         * Makefile.tpl: Remove unnecessary ifs.
6202         * Makefile.in: Regenerate.
6203
6204         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6205         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6206         targets for 'no_install' modules.
6207         * configure: Move GDB_TK substitution to configure.in.  Move
6208         build_modules stuff to configure.in.
6209         * configure.in: Implement soft dependency machinery.  Maybe-ize
6210         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6211         * Makefile.in: Regenerate.
6212
6213 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6214
6215         (continuing slow-motion replay)
6216         * Makefile.tpl: Make all-target, install-target behave similarly
6217         to all, install (only hitting configured targets).  Eliminate
6218         unused macro defintions.
6219
6220         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6221         build != host.
6222
6223         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6224
6225         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6226
6227         * configure.in: Produce lists of subdir targets we're actually
6228         configuring.  Remove references to "dosrel".
6229         * Makefile.tpl: Let configure set which subdir targets are hit.
6230         Remove install-cross; clean up install; remove ALL.  Remove
6231         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6232         Autogenerate host module targets.  Remove empty dependency lines
6233         and redundant dependency; rearrange slightly.
6234         * Makefile.def: Add host-side libtermcap, utils.
6235
6236         * Makefile.in: Regenerate.
6237
6238 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6239
6240         (Continuing slow-motion replay)
6241         * Makefile.def: Add list of recursive targets to autogenerate.
6242         Add build_modules.
6243         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6244         targets.  Autogenerate *-build-* targets.
6245         * Makefile.in: Regenerate.
6246
6247 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6248
6249         (Continuing slow-motion replay)
6250         * configure: More autoconf-style substitutions.
6251         * Makefile.tpl: More autoconf-style substitutions.
6252         * Makefile.in: Regenerate.
6253
6254 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6255
6256         (Continuing slow-motion replay)
6257         * configure: Substitute more variables in a more autoconf-friendly
6258         way.  Simplify slightly.
6259         * Makefile.tpl: Make more variables substitutable in an
6260         autoconf-friendly way.
6261         * Makefile.in: Regenerate.
6262
6263 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6264
6265         (Continuing slow-motion replay)
6266         * configure.in (v810*): Remove special setting of tools.
6267
6268         * configure: Add support for extra required flags for ar or nm.
6269         * configure.in (aix4.3+): Use above support for target-specific
6270         issues, rather than using config/mt-aix43.
6271
6272 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6273
6274         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6275         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6276         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6277         with $srcdir.  Reformat indentation.  Substitute some variables
6278         formerly hard-coded in the Makefile for build=host.
6279         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6280         * Makefile.def: Autogenerate more.
6281         * Makefile.in: Regenerate.
6282
6283 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6284
6285         * Makefile.tpl: syntactic cleanup
6286
6287 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6288
6289         * Makefile.def (host_modules): Add rda.
6290         * Makefile.in: Regenerate.
6291         * configure.in (target_tool): Add target-rda to list.
6292
6293 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6294
6295         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6296         and restrap targets to this rule.
6297         * Makefile.in:  Regenerate.
6298
6299 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6300
6301         * configure.in (i[3456]86-*-linux*): Add check to disable
6302         ${libgcj} for glibc1.
6303
6304 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6305
6306         * configure.in: Add tic4x target.
6307
6308 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6309
6310         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6311         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6312         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6313         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6314         * Makefile.in: Regenerate.
6315
6316 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6317
6318         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6319         * Makefile.in: Regenerate.
6320
6321         * Makefile.def: Remove order dependency comments.
6322         * Makefile.tpl: Add explicit install-install dependencies.
6323         * Makefile.in: Regenerate.
6324
6325         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6326         * Makefile.in: Regenerate.
6327
6328         * configure: Restore my original patch by syncing with gcc version.
6329
6330         * Bring following over from gcc:
6331
6332 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
6333
6334         * configure.in (s390*-*-linux*): Enable libgcj.
6335
6336 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6337
6338         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
6339
6340 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
6341
6342         * configure: Move stray lines back to where they belong.
6343
6344 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6345
6346         * Makefile.tpl: Insert configure-target target, for src-release.
6347
6348         * configure: Finish reverting change which Andrew Cagney started
6349         reverting.  Should fix bustage.
6350
6351         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6352         * src-release: New file.  Contains material for making net
6353         releases for gdb, binutils, et al., formerly in Makefile.in.
6354
6355 2002-09-30  Nick Clifton  <nickc@redhat.com>
6356
6357         * cpu: New top level directory.  Intended to hold input files for
6358         CGEN which have FSF copyright assignment.
6359         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6360
6361 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
6362
6363         Revert below (note that src does not contain Makefile.tpl):
6364         * Makefile.tpl: Make subsituted variables more autoconfy.
6365         * Makefile.in: Regenerate.
6366
6367 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6368
6369         * configure: Revert accidentally applied changes.
6370
6371         * Makefile.tpl: Make more autoconf-friendly.
6372         * Makefile.in: Regenerate.
6373         * configure: Make substitution more autoconf-like.
6374
6375 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
6376
6377         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6378         single entry to handle all these.
6379         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
6380         libjava on arm-*-elf.
6381
6382 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
6383
6384         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6385         things that depend on them.
6386
6387 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6388
6389         * Makefile.tpl: Make subsituted variables more autoconfy.
6390         * Makefile.in: Regenerate.
6391         * configure: Make seds more autoconfy.
6392
6393 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6394
6395         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6396         * Makefile.in: Regenerate.
6397         * configure.in: Rewrite sed statements to look autoconfy.
6398
6399         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6400         all-target-foo on configure-target-foo.
6401         * Makefile.def: Ditto.
6402         * Makefile.in: Rebuild.
6403
6404 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6405
6406         * Makefile.def: New file.
6407         * Makefile.tpl: New file.
6408         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6409
6410         * configure.in: Minor rearrangement.  Simplify tests.
6411
6412 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
6413
6414         * configure.in (with_headers): Skip copy if value is "yes".
6415         (with_libs): Likewise.
6416
6417 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6418
6419         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6420         * configure.in (sh*-*-pe*): Ditto.
6421         * configure.in (mips*-*-pe*): Ditto.
6422         * configure.in (*arm-wince-pe): Ditto.
6423
6424         * configure.in: Rearrange.
6425
6426 2002-09-12  Nick Clifton  <nickc@redhat.com>
6427
6428         * Import these changes from the config master repository:
6429
6430         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
6431
6432                 * config.sub: Add tic4x target.
6433
6434         2002-09-03  Ben Elliston  <bje@redhat.com>
6435
6436                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6437                 Reported by <Duncan_Stodart@insession.com>.
6438
6439 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
6440
6441         * COPYING.NEWLIB: More updates.
6442
6443 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
6444
6445         * COPYING.NEWLIB: Update.
6446
6447 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
6448
6449         * texinfo/texinfo.tex: Import version 2002-06-04.06.
6450
6451         * config.guess: Import version 2002-08-23.
6452         * config.sub: Import version 2002-08-22.
6453
6454 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
6455
6456         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6457         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6458         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6459
6460 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
6461
6462         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6463
6464 2002-08-04  H.J. Lu  (hjl@gnu.org)
6465
6466         * configure.in (mips*-*-linux*): Don't skip target-libffi.
6467
6468 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
6469
6470         * configure.in: Move generic linux case to end.  Copy generic
6471         linux noconfigdirs to mips*-*-linux* entry and new
6472         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
6473
6474 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
6475
6476         * MAINTAINERS: Clarify on config.guess and config.sub, and add
6477         one instance of them which was missed to the list to update.
6478
6479 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
6480
6481         * config.guess: Update to 2002-07-09 version.
6482         * config.sub: Update to 2002-07-03 version.
6483
6484 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6485
6486         * configure.in: Remove two redundant tests.
6487
6488 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6489
6490         * configure.in (mips*-*-irix6*o32): Enable stabs.
6491
6492 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6493
6494         * configure.in: Don't build grez.
6495         * Makefile.in: Ditto.
6496
6497         * Makefile.in: Remove references to bsp, cygmon, libstub.
6498         * configure.in: Ditto.
6499
6500         * configure.in: Remove leftover reference to gdbtest.
6501
6502 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
6503
6504         * configure.in (gxx_include_dir):  Change to match versioned
6505         C++ headers if --enable-version-specific-runtime-libs is used.
6506
6507 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
6508
6509         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6510
6511 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6512
6513         * configure.in: Make --without-x work.
6514
6515 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
6516
6517         * contrib: New directory.  Created to contain a copy of the
6518         texi2pod.pl script so that it is in the same place as the version in
6519         the FSF GCC sources.
6520
6521 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6522
6523         * configure.in: Rearrange target Makefile fragment collection.
6524
6525         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6526         cvs[src].
6527         * configure.in: Ditto.
6528
6529 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
6530
6531         * Makefile.in: Eliminate 'apache' targets.
6532         * configure.in: Eliminate 'apache' targets.
6533
6534         * configure.in: Eliminate redundant tests.  Reorganize.
6535
6536         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6537
6538         * config-ml.in: Eliminate references to Cygnus configure.
6539
6540         * Makefile.in: Eliminate references to building emacs.
6541
6542 2002-07-01  Denis Chertykov  <denisc@overta.ru>
6543
6544         * configure.in: Add support for ip2k.
6545
6546 2002-06-24  Ben Elliston  <bje@redhat.com>
6547
6548         * configure.in (host_tools): Remove cgen.
6549
6550         * Makefile.in (all-cgen): Remove; runs from its source directory.
6551         (check-cgen, install-cgen, clean-cgen): Likewise.
6552         (all-opcodes): No not depend on all-cgen.
6553         (all-sim): Likewise.
6554
6555 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
6556
6557         * configure.in: Fix AIX configury bug.
6558
6559 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6560
6561         * configure.in: Replace ${topsrcdir} with ${srcdir}.
6562
6563         * configure.in: Move definition of libstdcxx_flags right above
6564         usage, rather than way earlier.
6565
6566         * configure.in: Pull definition of is_cross_compiler earlier.
6567
6568         * configure.in: Rearrange a little.
6569
6570         * configure.in: Remove references to librx.
6571         * Makefile.in: Remove references to librx.
6572
6573 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6574
6575         * configure.in: Eliminate ${gasdir} variable.
6576
6577 2002-06-18  Dave Brolley  <brolley@redhat.com>
6578
6579         * configure.in: Add support for frv.
6580         * config.sub: Add support for frv.
6581
6582 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6583
6584         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6585
6586 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
6587
6588         * configure.in (vax-*-netbsd*): Re-enable gas.
6589
6590 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
6591
6592         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6593         BUILD_PREFIX_1, to correct nomenclature.
6594         * configure: Likewise.
6595
6596         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6597         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6598
6599 2002-05-31  Olaf Hering  <olh@suse.de>
6600
6601         * config-ml.in: Propogate DESTDIR also.
6602
6603 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
6604
6605         * configure.in (vax-*-netbsd*): Don't build gas for this
6606         platform.
6607
6608 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6609
6610         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6611         and libgcj for AVR.
6612
6613 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
6614
6615         * config.sub: Add DLX target.
6616
6617 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6618
6619         * config.guess: Update to 2002-05-22 version.
6620         * config.sub: Likewise.
6621
6622 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6623
6624         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6625         * config-ml.in: Likewise.
6626         * configure: Likewise.
6627         * configure.in: Likewise.
6628
6629 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
6630
6631         * configure.in: Simplify makefile fragment collection.
6632
6633         * configure.in: Remove code to build emacs.
6634
6635         * configure.in : Remove --srcdir argument from targargs and buildargs
6636         (it's always overridden in the Makefile anyway).  Rearrange a bit.
6637
6638         * configure: Move some logic to configure.in.
6639         * configure.in: Move some logic from configure.
6640
6641 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
6642
6643         * COPYING.LIBGLOSS: New file.
6644
6645 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
6646
6647         * Makefile.in: Honour DESTDIR.
6648
6649 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
6650
6651         * configure.in (noconfigdirs): Don't disable libgcj on
6652         sparc64-*-solaris* and sparcv9-*-solaris*.
6653
6654 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
6655
6656         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6657
6658 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
6659
6660         * configure.in (FLAGS_FOR_TARGET): Do not add
6661         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6662         on i[3456]86-*-linux*.
6663
6664 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
6665
6666         * configure.in (noconfigdirs): Replace [ ] with test.
6667
6668         * configure.in (noconfigdirs): Do not add target-newlib if
6669         target == i[3456]86-*-linux*, and host == target.
6670
6671 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
6672
6673         * config.guess: Updated to 2002-04-26's version.
6674         * config.sub: Updated to 2002-04-26's version.
6675
6676 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
6677
6678         * configure.in: delete reference to absent file
6679
6680         * configure.in: replace '[' with 'test'
6681
6682         * configure.in: Eliminate references to gash.
6683         * Makefile.in: Eliminate references to gash.
6684
6685         * configure.in: remove useless references to 'pic' makefile fragments.
6686
6687         * configure.in: (*-*-windows*) Finish removing.
6688
6689         * configure.in: Eliminate redundant test for libgui.
6690
6691 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
6692
6693         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6694         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6695
6696 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
6697
6698         * configure.in: remove references to dead files
6699
6700 2002-04-18  Tom Tromey  <tromey@redhat.com>
6701
6702         * configure.in: Disallow configuring libgcj when it is already
6703         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
6704         Solaris 2.8 by default.  For PR libgcj/6158.
6705
6706 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6707
6708         * configure.in:  Move default CC setting out of config/mh-* fragments
6709         directly into here.
6710
6711 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6712
6713         * configure.in: don't even try to configure or make a subdirectory
6714         if there's no configure script for it.
6715
6716 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
6717
6718         * MAINTAINERS: Remove chill maintainers.
6719         * Makefile.in (CHILLFLAGS): Remove.
6720         (CHILL_LIB): Remove.
6721         (TARGET_CONFIGDIRS): Remove libchill.
6722         (CHILL_FOR_TARGET): Remove.
6723         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6724         CHILL_LIB.
6725         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6726         (CHECK_TARGET_MODULES): Likewise.
6727         (INSTALL_TARGET_MODULES): Likewise.
6728         (CLEAN_TARGET_MODULES): Likewise.
6729         (configure-target-libchill): Remove.
6730         (all-target-libchill): Remove.
6731         * configure.in (target_libs): Remove target-libchill.
6732         Do not compute CHILL_FOR_TARGET.
6733         * libchill: Remove directory.
6734
6735 2002-04-15  DJ Delorie  <dj@redhat.com>
6736
6737         * Makefile.in, configure.in, configure: Sync with gcc, entries
6738         follow...
6739
6740 2002-04-08  Tom Tromey  <tromey@redhat.com>
6741
6742         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6743         Fixes PR libgcj/6068.
6744
6745 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
6746
6747         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6748
6749 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6750
6751         * configure.in (alpha*-dec-osf*): Enable libgcj.
6752
6753 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
6754
6755         Fix for: PR bootstrap/3591, target/5676
6756         * configure.in (mcore-pe): Disable the configuration of
6757         libstdc++-v3 since exceptions are not supported.
6758
6759 2002-03-20  Anthony Green  <green@redhat.com>
6760
6761         * configure.in: Enable libgcj for xscale-elf target.
6762
6763 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6764
6765         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6766         libjava.
6767         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6768
6769 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
6770
6771         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6772         libstdc++-v3 and libjava.
6773
6774 2002-02-11  Adam Megacz <adam@xwt.org>
6775
6776         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6777         boehm-gc
6778
6779 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6780
6781         * config.guess: Updated to 2002-01-30's version.
6782         * config.sub: Updated to 2002-02-01's version.
6783         Contribute sh64-elf.
6784         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6785         * configure.in: Added sh64-*-*.
6786
6787 2002-01-17  H.J. Lu <hjl@gnu.org>
6788
6789         * Makefile.in (all-fastjar): Also depend on all-libiberty.
6790         (all-target-fastjar): Also depend on all-target-libiberty.
6791
6792 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
6793
6794         * configure, configure.in: Use temp file for long sed commands.
6795
6796 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
6797
6798         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6799         libf2c.
6800
6801 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
6802
6803         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6804
6805 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6806
6807         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6808
6809 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6810
6811         * configure: Handle temporary files securely using mkdir.
6812
6813 2001-09-26  Will Cohen <wcohen@redhat.com>
6814
6815         * configure.in (*-*-linux*): Disable configuration of target-newlib
6816         and target-libgloss.
6817
6818 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6819
6820         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6821         RANLIB.
6822
6823 2001-08-11  Graham Stott  <grahams@redhat.com>
6824
6825         * Makefile.in (check-c++): Add missing semicolon.
6826
6827 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
6828
6829         * configure.in (sh-*-linux*): New.
6830
6831 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6832
6833         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6834         and libgcj on m68hc11/m68hc12.
6835
6836 2001-06-27  H.J. Lu  (hjl@gnu.org)
6837
6838         * Makefile (CFLAGS_FOR_BUILD): New.
6839         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6840
6841 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
6842
6843         * configure.in (libstdcxx_flags): Do not try to execute
6844         libstdc++-v3/testsuite_flags until it exists.
6845
6846 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
6847
6848         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6849
6850 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
6851
6852         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6853
6854 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
6855
6856         * configure.in: Move *-chorusos target case to the proper switch.
6857         Disable libgcj.
6858
6859 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6860
6861         * Makefile.in (STAGE1_CFLAGS): Pass down.
6862
6863 2001-04-13  Alan Modra  <amodra@one.net.au>
6864
6865         * config.guess: Add hppa64-linux support.  Note for next import that
6866         this is already in the master file.
6867         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
6868
6869 2001-03-22  Colin Howell  <chowell@redhat.com>
6870
6871         * Makefile.in (DO_X): Do not backslash single-quotes in
6872         backquotes (two places).
6873
6874 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
6875
6876         * Makefile.in (DO_X): Quote nested quotes.
6877
6878 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
6879
6880         * Makefile.in (DO_X): Use double quotes for quoting
6881         "RANLIB=$${RANLIB}".
6882
6883 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
6884
6885         * configure.in: Only use `lang_requires' for languages athat are
6886         actually enabled.
6887
6888 2001-03-07  Tom Tromey  <tromey@redhat.com>
6889
6890         * configure.in: Allow config-lang.in to set `lang_requires' to list
6891         of other required languages.
6892
6893 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
6894
6895         * Makefile.in: Remove RANLIB definition. Use RANLIB
6896         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6897         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6898
6899 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
6900             Alexandre Oliva  <aoliva@redhat.com>
6901
6902         * Makefile.in (check-c++): Use tabs, not spaces.
6903
6904 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
6905
6906         * Makefile.in (check-c++): New rule.
6907
6908         * configure.in (target_libs): Remove libg++.
6909         (noconfigdirs): Remove libg++.
6910         (noconfigdirs): Same.
6911         (noconfigdirs): Same.
6912         (noconfigdirs): Same.
6913
6914         * config-ml.in: Remove libg++ references.
6915
6916         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6917         (ALL_TARGET_MODULES): Same.
6918         (configure-target-libg++): Remove.
6919         (all-target-libg++): Remove.
6920         (configure-target-libio): Remove.
6921         (all-target-libio): Remove.
6922         (check-target-libio): Remove.
6923         (.PHONY): Remove.
6924         (libg++.tar.bz2): Remove.
6925         (all-target-cygmon): Remove libio.
6926         (all-target-libstdc++): Remove.
6927         (configure-target-libstdc++): Remove.
6928         (TARGET_LIB_PATH): Remove libstdc++.
6929         (ALL_GCC_CXX): Remove libstdc++.
6930         (all-target-gperf): Correct.
6931
6932 2001-02-15  Anthony Green  <green@redhat.com>
6933
6934         * configure: Introduce GCJ_FOR_TARGET.
6935         * configure.in: Ditto.
6936         * Makefile.in: Ditto.
6937
6938 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
6939
6940         * configure.in: for *-chorusos, don't config target-newlib and
6941         target-libgloss.
6942
6943 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
6944
6945         Remove V2 C++ library.
6946         * configure.in: Remove --enable-libstdcxx_v3 support.
6947
6948 2001-01-27  Richard Henderson  <rth@redhat.com>
6949
6950         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6951
6952 2001-01-26  Tom Tromey  <tromey@redhat.com>
6953
6954         * configure.in: Allow libgcj to be built on Sparc Solaris.
6955
6956 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
6957
6958         * configure.in: Enable libgcj on several additional platforms.
6959
6960 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
6961
6962         * configure.in: Enable libgcj for linux targets.
6963
6964 2001-01-09  Mike Stump  <mrs@wrs.com>
6965
6966         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6967         failures of subdirectories.
6968
6969 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6970
6971         * configure: handle DOS-style absolute paths.
6972
6973 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6974
6975         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6976
6977 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
6978
6979         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6980         (libstdcxx_incdir): Pass down.
6981         * config.if: Remove expired bits for cxx_interface, add stub.
6982         (libstdcxx_incdir): Add variable for g++ include directory.
6983         * configure.in (gxx_include_dir): Use it.
6984
6985 2000-12-15  Andreas Jaeger  <aj@suse.de>
6986
6987         * configure.in: Handle lang_dirs.
6988
6989 2000-12-13  Anthony Green  <green@redhat.com>
6990
6991         * configure.in: Disable libgcj for any target not specifically
6992         listed.  Disable libgcj for x86 and Alpha Linux until compatible
6993         with g++ abi.
6994
6995 2000-12-13  Mike Stump  <mrs@wrs.com>
6996
6997         * Makefile.in (local-distclean): Also remove fastjar.
6998
6999 2000-12-10  Anthony Green  <green@redhat.com>
7000
7001         * configure.in: Define libgcj.  Disable libgcj target libraries for
7002         most targets.
7003
7004 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7005
7006         * configure.in (target_libs): Revert 2000-12-08 patch.
7007         (noconfigdirs): Added target-libjava.
7008
7009 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7010
7011         * Makefile.in: handle DOS-style absolute paths.
7012
7013 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7014
7015         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7016         libjava.
7017         * configure.in (target_libs): Removed `target-libjava'.
7018
7019 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7020
7021         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7022         (ALL_MODULES): Added fastjar.
7023         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7024         (all-target-libjava): all-fastjar replaces all-zip.
7025         (all-fastjar): Added.
7026         (configure-target-fastjar, all-target-fastjar): Likewise.
7027         * configure.in (host_tools): Added fastjar.
7028
7029 2000-12-07  Mike Stump  <mrs@wrs.com>
7030
7031         * Makefile.in (local-distclean): Remove leftover built files.
7032
7033 2000-11-16  Fred Fish  <fnf@be.com>
7034
7035         * configure.in (enable_libstdcxx_v3): Fix typo,
7036         libstd++ -> libstdc++.
7037
7038 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7039
7040         * configure: Provide the original toplevel configure arguments
7041         (including $0) to subprocesses in the environment rather than
7042         through gcc/configargs.h.
7043
7044 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
7045
7046         * configure: Turn on libstdc++ V3 by default.
7047
7048 2000-10-16  Michael Meissner  <meissner@redhat.com>
7049
7050         * configure (gcc/configargs.h): Only create if there is a build GCC
7051         directory created.
7052
7053 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
7054
7055         * configure: Save configure arguments to gcc/configargs.h.
7056
7057 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
7058
7059         * Makefile.in (bootstrap): avoid recursion if subdir missing
7060         (cross): ditto
7061         (do-proto-toplev): ditto
7062
7063 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
7064
7065         * configure.in: Do not build byacc for hppa64.  Provide paths to the
7066         X11 libraries for hppa64.
7067
7068 2000-09-02  Anthony Green  <green@cygnus.com>
7069
7070         * Makefile.in (all-gcc): Depend on all-zlib.
7071         (CLEAN_MODULES): Add clean-zlib.
7072         (ALL_MODULES): Add all-zlib.
7073         * configure.in (host_libs): Add zlib.
7074
7075 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
7076
7077         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7078         $targargs to tell whether newlib is going to be built.
7079
7080         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7081         $$r/TARGET_SUBDIR/libio for _G_config.h.
7082
7083 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
7084
7085         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7086
7087         * configure: Make enable_threads and enable_shared defaults
7088         explicit.  Substitute enable_threads into generated Makefiles.
7089         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7090         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7091
7092 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
7093
7094         * configure.in: Re-enable all references to libg++ and librx.
7095
7096 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
7097
7098         * configure.in: Add *-*-freebsd* configurations.
7099
7100 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7101
7102         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7103         (do-tar, do-bz2): New rules.
7104         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7105         (gdb-tar): New rule.
7106         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7107         (insight_dejagnu.tar): New rule.
7108         (insight.tar): New rule.
7109         (gdb+dejagnu.tar): New rule.
7110         (gdb.tar): New rule.
7111
7112 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7113
7114         * MAINTAINERS: Update dejagnu/
7115
7116 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7117
7118         * ltmain.sh (relink_command): Fix typo in previous change.
7119
7120 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7121
7122         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7123         (relink_command): Added --tag flags.
7124         (mode=install): If relinking fails; error out.
7125
7126 2002-03-12  Richard Henderson  <rth@redhat.com>
7127
7128         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7129         .NOTPARALLEL tag.
7130         (do-check): Rename from check.
7131         (check): Allow parallel check.
7132
7133 2002-03-11  Richard Henderson  <rth@redhat.com>
7134
7135         * Makefile.in (.NOTPARALLEL): Add fake tag.
7136
7137 2002-03-07  H.J. Lu  (hjl@gnu.org)
7138
7139         * configure.in: Enable gprof for mips*-*-linux*.
7140
7141 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7142
7143         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7144         libjava.
7145         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7146
7147 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
7148
7149         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7150
7151 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
7152
7153         * config.guess: Import from master sources, rev 1.232.
7154         * config.sub: Import from master sources, rev 1.246.
7155
7156 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7157
7158         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7159         because its Makefile is there; test for the executable instead.
7160
7161 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7162
7163         Contribute sh64-elf.
7164         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7165         * configure.in: Added sh64-*-*.
7166
7167 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
7168
7169         * COPYING.NEWLIB: Remove advertising clause from
7170         Berkeley and Red Hat licenses.
7171
7172 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7173
7174         * Makefile.in: Add all-tix to deps for all-snavigator
7175         so that tix is built when building snavigator.
7176
7177 2002-02-01  Ben Elliston  <bje@redhat.com>
7178
7179         * config.guess: Import from master sources, rev 1.229.
7180         * config.sub: Import from master sources, rev 1.240.
7181
7182 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7183
7184         From Steve Ellcey <sje@cup.hp.com>:
7185         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7186         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7187         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7188         IA64.
7189         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7190         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7191         soname_spec, sys_lib_search_path_spec): Ditto.
7192
7193 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7194
7195         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7196         target-libiberty, and target-libgloss.  Skip Java-related
7197         libraries if not supported for NetBSD on target CPU.
7198
7199 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
7200
7201         * configure.in: Import StrongARM and XScale target_configdirs from
7202         FSF GCC version.
7203
7204 2002-01-16  H.J. Lu  (hjl@gnu.org)
7205
7206         * config.guess: Import from master sources, rev 1.225.
7207         * config.sub: Import from master sources, rev 1.238.
7208
7209         * MAINTAINERS: Updated notes on config.guess and config.sub.
7210
7211 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7212
7213         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7214         ld and gdb are not supported.
7215
7216 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
7217
7218         * Change reference to Cygnus Solutions to be Red Hat.
7219
7220 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
7221
7222         * COPYING.NEWLIB: Update generic copyright date.
7223
7224 2002-01-07  Mark Salter  <msalter@redhat.com>
7225
7226         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7227           Allow target-libgloss to be built for arm, strongarm, and xscale.
7228
7229 2002-01-03  Ben Elliston  <bje@redhat.com>
7230
7231         * MAINTAINERS: Update URL for config.* scripts.
7232
7233 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
7234
7235         * config.sub: Import latest version.
7236         * config.guess: Likewise.
7237
7238 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7239
7240         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7241         options for i[3456]86-pc-linux* native builds.
7242
7243 2001-12-05  Laurent Guerby  <guerby@acm.org>
7244
7245         * MAINTAINERS: gcc adopts symlink-tree, refer more to
7246         libiberty.
7247
7248         Import this patch from gcc:
7249
7250         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7251
7252             * symlink-tree: handle DOS-style absolute paths.
7253
7254 2001-11-28  DJ Delorie <dj@redhat.com>
7255             Zack Weinberg  <zack@codesourcery.com>
7256
7257         When build != host, create libiberty for the build machine.
7258
7259         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7260         CONFIG_ARGUMENTS.
7261         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7262         New variables.
7263         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7264         and rules.
7265         (all.normal): Depend on ALL_BUILD_MODULES.
7266         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7267         (all-build-libiberty): Depend on configure-build-libiberty.
7268
7269         * configure: Calculate and substitute proper value for
7270         ALL_BUILD_MODULES.
7271         * configure.in: Create the build subdirectory.
7272         Calculate and substitute TARGET_CONFIGARGS (formerly
7273         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7274
7275 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
7276
7277         * config.sub: Update to version 1.232 on subversion.
7278
7279 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7280
7281         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7282         files from .po files for a distribution.
7283
7284 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
7285
7286         * COPYING.NEWLIB: Mention preserved notice in specific parts.
7287
7288 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7289
7290         Merged from net gcc:
7291         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7292         * ltcf-c.sh: Use $objext, not $ac_objext.
7293         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7294         * ltcf-cxx.sh: Add support for GNU.
7295         2001-07-22  Timothy Wall  <twall@redhat.com>
7296         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7297         default settings if using GNU tools with that configuration.
7298         * ltcf-cxx.sh: Ditto.
7299         * ltcf-gcj.sh: Ditto.
7300         2001-07-21  Michael Chastain  <chastain@redhat.com>
7301         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7302         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7303         * ltmain.sh: Mark as gcc-local.
7304
7305 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7306
7307         * Makefile.in (all-bison): Revert 2001-10-24.
7308         Don't depend on texinfo.
7309
7310 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
7311
7312         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7313
7314 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7315
7316         * configure.in (--enable-languages): Be more permissive about
7317         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7318
7319 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7320
7321         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7322
7323 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
7324
7325         Makefile.in (all-bison): Don't depend on texinfo.
7326
7327 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
7328
7329         * gettext.m4: Test po/POTFILES.in exists before trying to read.
7330
7331 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7332
7333         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7334
7335 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
7336
7337         * config.sub, config.guess: Import latest from subversions.
7338
7339 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7340
7341         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7342         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7343         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7344         avoid quotes nesting problems.
7345         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7346         (DO_X): Export only variables that are set.
7347
7348 2001-09-19  Ben Elliston  <bje@redhat.com>
7349
7350         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7351         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7352         semantics.  Use the shell built-in "type" command instead.
7353
7354 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7355
7356         * config.sub: Reverted the earlier change, this version is not the
7357         master file.
7358
7359 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7360
7361         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7362         Add support for mips64.
7363
7364 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7365
7366         * configure.in: Enable libstdc++-v3 for h8300 targets.
7367
7368 2001-08-30  Eric Christopher  <echristo@redhat.com>
7369             Jason Eckhardt  <jle@redhat.com>
7370
7371         * config.sub: Add support for mipsisa32.
7372
7373 2001-08-30  Eric Christopher  <echristo@redhat.com>
7374
7375         * config.sub, config.guess: Import latest from subversions.
7376
7377 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
7378
7379         * config.sub, config.guess: Import latest from subversions.
7380
7381 2001-07-26  DJ Delorie  <dj@redhat.com>
7382
7383         * MAINTAINERS: Clarify libiberty merge rules and procedures.
7384
7385 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7386
7387         * Makefile.in: Revert 2001-06-17.
7388         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7389
7390 2001-06-17  H.J. Lu <hjl@gnu.org>
7391
7392         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7393         (gas+binutils.tar.bz2): Likewise.
7394         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7395
7396 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7397
7398         * Makefile.in (VER): When present, extract the version number from
7399         the file version.in.
7400
7401 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
7402
7403         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7404         gcc/xgcc is built, use -print-prog-name to find out the program
7405         name to use.
7406
7407 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
7408
7409         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7410         with_gcc]: Use `gcc -shared' to build a shared library.
7411
7412 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7413
7414         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7415         archives.
7416
7417 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
7418
7419         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
7420         libraries when using g++ with native linker.
7421
7422 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
7423
7424         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7425
7426 2001-05-24  Tom Rix <trix@redhat.com>
7427
7428         * configure.in : enable ld for aix
7429
7430 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
7431
7432         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7433         [aix4*|aix5*]: Prepend blank.
7434
7435 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
7436
7437         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7438         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
7439         of subdir/configure scripts to use the new libtool.m4.
7440
7441 2001-05-14  H.J. Lu <hjl@gnu.org>
7442
7443         * config.if (libc_interface): Set to -libc6.2- for cross
7444         compiling to Linux/glibc 2.2.
7445
7446 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7447
7448         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7449         libgcj.
7450
7451 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7452
7453         * configure.in (noconfigdirs): Don't reset it from scratch in the
7454         target case; only append to it.
7455
7456 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7457
7458         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7459         sparc-*-solaris2.8]: Disable ${libgcj}.
7460
7461 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
7462
7463         * configure.in (libgcj_saved): Copy from $libgcj.
7464         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7465         --disable-libgcj.
7466
7467 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
7468
7469         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7470         1.641.2.228.
7471
7472 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7473
7474         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7475         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7476
7477 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
7478
7479         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7480         New macros.
7481         (bootstrap, cross): Use RECURSE_FLAGS.
7482         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7483
7484 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
7485
7486         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7487
7488 2001-03-23  Nick Clifton  <nickc@redhat.com>
7489
7490         * README-maintainer-mode: Add note about inability to use "make
7491         distclean" in maintainer mode.
7492
7493 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7494
7495         Re-installed:
7496         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7497         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7498         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7499         * ltcf-cxx.sh: Likewise.
7500         * ltcf-gcj.sh: Likewise.
7501
7502 2001-03-22  Philip Blundell  <philb@gnu.org>
7503
7504         * config.sub, config.guess: Import latest from subversions.
7505
7506 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7507
7508         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7509         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7510
7511 2001-03-20  Michael Chastain  <chastain@redhat.com>
7512
7513         * Makefile.in: all-m4 depends on all-texinfo.
7514
7515 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
7516
7517         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7518
7519 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
7520
7521         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7522         longer valid.
7523
7524 2001-02-16  Nick Clifton  <nickc@redhat.com>
7525
7526         * configure.in (noconfigdirs): Allow configuration of texinfo
7527         for Cygwin hosts.
7528
7529 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7530
7531         * config.guess: Add linux target for S/390.
7532         * config.sub: Likewise.
7533         * configure.in: Likewise.
7534
7535 2001-02-06  Ben Elliston  <bje@redhat.com>
7536
7537         * configure: Output host type to stdout, not stderr.
7538
7539 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7540
7541         * config.guess: Import from subversions.gnu.org (revision 1.181).
7542         * config.sub: Import from subversions.gnu.org (revision 1.199).
7543
7544 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
7545
7546         * config.guess: Handle hppa64-linux systems.
7547
7548 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7549
7550         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7551         Don't unset, it's non-portable and no longer necessary, set to empty
7552         instead.
7553
7554 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7555
7556         * ltconfig: Shell portability fix for the tagname validity check.
7557
7558 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7559
7560         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7561
7562 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
7563
7564         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7565         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7566
7567 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7568
7569         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7570         keep at least one of build_libtool_libs or build_old_libs set to
7571         yes.
7572
7573 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7574
7575         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7576         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7577
7578 2000-11-07  Philip Blundell  <pb@futuretv.com>
7579
7580         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7581
7582 2000-11-03  Philip Blundell  <pb@futuretv.com>
7583
7584         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7585         files.
7586
7587 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
7588
7589         * COPYING.NEWLIB: Put into source repository.
7590
7591 2001-01-15  Ben Elliston  <bje@redhat.com>
7592
7593         * configure.in (host_tools): Add sid.
7594         Always configure cgen.
7595         * Makefile.in (all-sid): New target.
7596         (check-sid, clean-sid, install-sid): Likewise.
7597
7598 2001-01-07  Andreas Jaeger  <aj@suse.de>
7599
7600         * config.sub, config.guess: Update from subversions.
7601
7602 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
7603
7604         * configure.in: Disable language-specific target libraries for
7605         languages that aren't enabled.
7606
7607 2000-11-24  Nick Clifton  <nickc@redhat.com>
7608
7609         * configure.in (xscale-elf): Add target.
7610         (xscale-coff): Add target.
7611         (c4x, c5x, tic54x): Move after ARM targets.
7612
7613 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
7614
7615         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7616
7617 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
7618
7619         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7620
7621 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7622
7623         * Makefile.in: Merge with GCC and libgcj.
7624         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
7625         configure-target-<library> when their configure scripts need the C
7626         or C++ library to have already been built to work properly.
7627         (do_proto_toplev): Set them to an empty string.
7628
7629 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7630
7631         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7632         (REALLY_SET_LIB_PATH): Use them.
7633
7634 2000-11-06  Christopher Faylor <cgf@cygnus.com>
7635
7636         * config.sub: Add support for Sun Chorus
7637
7638 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
7639
7640         * config.sub: Add support for the *-storm-chaos OS.
7641
7642 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
7643
7644         * configure.in (noconfigdirs): Don't compile some
7645         of the libraries for 68HC11 & 68hc12 targets.
7646
7647 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
7648
7649         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7650         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
7651         all affected `configure' scripts.
7652
7653 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
7654
7655         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7656         ltcf-c.sh.
7657
7658 2000-09-12  Philip Blundell  <philb@gnu.org>
7659
7660         * config.sub, config.guess: Update from subversions.
7661
7662 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
7663
7664         * Makefile.in (all-zlib): Added dummy target.
7665
7666         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7667         multi-language branch.
7668
7669 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
7670
7671         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7672         (bootstrap*): Depend on all-bootstrap.
7673
7674 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
7675
7676         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7677         crosses, but add gcc/include to the header search path for them.
7678
7679 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
7680
7681         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7682         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7683         * gettext.m4: New file, extracted from aclocal.m4.
7684
7685 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
7686
7687         * config-ml.in (CC, CXX): Avoid trailing whitespace.
7688         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7689         sub-configures.
7690
7691 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7692
7693         * Makefile.in (ALL_MODULES): Add all-cgen.
7694         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7695         (all-cgen): New target.
7696         (all-opcodes,all-sim): Depend on all-cgen.
7697         * configure.in (host_tools): Add cgen.
7698         Only configure cgen if --enable-cgen-maint.
7699
7700 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
7701
7702         * config-ml.in (CC, CXX): Don't introduce a leading space.
7703
7704 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
7705
7706         * configure.in (libstdcxx_flags): Use
7707         libstdc++-v3/src/libstdc++.INC.
7708
7709 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
7710
7711         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7712
7713 2000-08-11  Jason Merrill  <jason@redhat.com>
7714
7715         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7716         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7717         (FLAGS_FOR_TARGET): Not here.
7718         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7719
7720 2000-08-07  DJ Delorie  <dj@redhat.com>
7721
7722         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7723         "if we're also building gcc, and it's a gcc that will run on the
7724         build machine, we want to use its includes instead of the system's
7725         default includes".
7726
7727 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
7728
7729         * configure.in (libstdcxx_flags): Don't use `"'.
7730
7731         * config-ml.in: Adjust multilib search paths to the
7732         appropriate multilib tree.
7733
7734 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
7735
7736         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7737         commas in $LANGUAGES.
7738
7739 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
7740
7741         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7742
7743 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
7744
7745         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7746         CXX_FOR_TARGET for sed.
7747
7748 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
7749
7750         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7751         Do not override if already set in the environment or in configure.
7752         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7753         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7754
7755 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
7756
7757         * Makefile.in (FLAGS_FOR_TARGET): New macro.
7758         (GCC_FOR_TARGET): Use it.
7759         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7760         * configure.in: ... here.
7761         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
7762         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7763
7764 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
7765
7766         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7767         (configure-target-libchill, configure-target-libobjc): Likewise.
7768
7769         * configure.in: Use the same cache file for all target libs.
7770         * config-ml.in: But different cache files per multilib variant.
7771
7772 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7773
7774         * configure (topsrcdir): Don't use dirname.
7775
7776 2000-07-20  Jason Merrill  <jason@redhat.com>
7777
7778         * configure.in: Remove all references to libg++ and librx.
7779
7780         * configure, configure.in, Makefile.in: Unify gcc and binutils.
7781
7782 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
7783
7784         * config.sub: Update to subversions version 2000-07-06.
7785
7786 2000-07-12  Andrew Haley  <aph@cygnus.com>
7787
7788         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7789         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7790
7791 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
7792
7793         * symlink-tree:  Check number of arguments.
7794
7795 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
7796
7797         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7798
7799 2000-07-05  Jim Wilson  <wilson@cygnus.com>
7800
7801         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7802         search path for a g++ extracted from the build tree.  This
7803         will allow link tests run by configure scripts in
7804         subdirectories to succeed.
7805
7806 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
7807
7808         * ltconfig: Add support for mips-dde-sysv4.2MP
7809
7810 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
7811
7812         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7813         `os2'. Force ac_cv_exeext to be ".exe" in that case.
7814
7815 2000-06-19  Timothy Wall  <twall@cygnus.com>
7816
7817         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7818         * config.sub: Add tic54x target.
7819
7820 2000-06-07  Phillip Thomas  <pthomas@suse.de>
7821
7822         * README-maintainer-mode: New file: Contains notes on using
7823         --enable-maintainer-mode with binutils.
7824
7825 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
7826
7827         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7828
7829 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
7830
7831         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7832         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7833
7834 20000-05-21  H.J. Lu  (hjl@gnu.org)
7835
7836         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7837         directory are used if they exist. Make sure
7838         $(build_tooldir)/include is searched for header files,
7839         $(build_tooldir)/lib/ for library files.
7840         (GCC_FOR_TARGET): Likewise.
7841         (CXX_FOR_TARGET): Likewise.
7842
7843 2000-05-18  Jeffrey A Law  (law@cygnus.com)
7844
7845         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7846
7847 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
7848
7849         * Makefile.in (configure-target-libiberty): Depend on
7850         configure-target-newlib.
7851
7852 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
7853
7854         * configure.in, Makefile.in: Merge all libffi-related
7855         configury stuff from the libgcj tree.
7856
7857 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7858
7859         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7860         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7861
7862 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7863
7864         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7865         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
7866         current version information.  Add to proto-toplev directory.
7867         (gdb-taz): Build do-djunpack.
7868
7869 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
7870
7871         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7872
7873 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7874
7875         * ltmain.sh: Preserve in relink_command any environment
7876         variables that may affect the linker behavior.
7877
7878 2000-05-12  Jeffrey A Law  (law@cygnus.com)
7879
7880         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7881
7882 2000-05-10  Jim Wilson  <wilson@cygnus.com>
7883
7884         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7885
7886 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7887
7888         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
7889         with the version name.
7890
7891 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
7892
7893         * config.if: Tweak.
7894
7895 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
7896
7897         * djunpack.bat: New file.
7898
7899 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
7900
7901         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
7902         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7903         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7904         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
7905
7906 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7907
7908         * config.sub (case $basic_machine): Change default for "ibm-*"
7909         to "openedition".
7910
7911 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
7912
7913         * Makefile.in (gdb-taz): New target.  GDB specific archive.
7914         (do-md5sum): New target.
7915         (MD5PROG): Define.
7916         (PACKAGE): Default to TOOL.
7917         (VER): Default to a shell script.
7918         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
7919         md5 checksum generation.
7920         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7921         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7922         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
7923         insight.tar.bz2): Use gdb-taz to create archive.
7924
7925 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
7926
7927         * configure (warn_cflags): Delete.
7928
7929 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
7930             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
7931
7932         * configure.in (enable_libstdcxx_v3): Add.
7933         (target_libs): Add bits here to switch between libstdc++-v2 and
7934         libstdc++-v3.
7935         * config.if: And this file too.
7936         * Makefile.in: Add libstdc++-v3 targets.
7937
7938 2000-04-05  Michael Meissner  <meissner@redhat.com>
7939
7940         * config.sub (d30v): Add d30v as a basic machine type.
7941
7942 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
7943
7944         * configure.in: -linux-gnu*, not -linux-gnu.
7945
7946 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
7947
7948         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7949         (do-tar-bz2): Replace TOOL with PACKAGE.
7950         (gdb.tar.bz2): Remove GDBTK from GDB package.
7951         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
7952         dejagnu.tar.bz2): New packages.
7953
7954 2000-02-27  Andreas Jaeger  <aj@suse.de>
7955
7956         * configure.in: Add entry for mips*-*-linux*, move catch all
7957         *-*-*linux* entry below this one.
7958
7959 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
7960
7961         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7962
7963 2000-02-24  Nick Clifton  <nickc@cygnus.com>
7964
7965         * config.sub: Support an OS of "wince".
7966
7967 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
7968
7969         * config.guess, config.sub: Updated to match config's 2000-02-15
7970         version.
7971
7972 2000-02-23  Linas Vepstas <linas@linas.org>
7973
7974         * config.sub: Add support for Linux/IBM 370.
7975         * configure.in: Likewise.
7976
7977 2000-02-22  Nick Clifton  <nickc@cygnus.com>
7978
7979         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7980
7981 2000-02-20  Christopher Faylor <cgf@cygnus.com>
7982
7983         * config.guess: Guess "cygwin" rather than "cygwin32".
7984
7985 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7986
7987         * configure (gcc_version): When setting, narrow search to
7988         lines containing `version_string'.
7989
7990 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7991
7992         * config.sub: Add support for avr target.
7993
7994 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
7995
7996         * config.sub: Add mmix-knuth-mmixware.
7997
7998 2000-01-27  Christopher Faylor <cgf@redhat.com>
7999
8000         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8001         structure stuff to -L library search.
8002         (CXX_FOR_TARGET): Ditto.
8003         (CROSS_CHECK_MODULES): Fix spelling mistake.
8004
8005 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
8006
8007         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8008         the C++ compiler.
8009
8010 2000-01-12  Richard Henderson  <rth@cygnus.com>
8011
8012         * configure.in: Don't build some bits for beos.
8013
8014 2000-01-12  Joel Sherrill (joel@OARcorp.com)
8015
8016         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8017         as include files.
8018
8019 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
8020
8021         * configure.in: Use mt-aix43 to handle *_TARGET defs,
8022         not mh-aix43.
8023
8024 1999-12-14  Richard Henderson  <rth@cygnus.com>
8025
8026         * config.guess (alpha-osf, alpha-linux): Detect ev67.
8027         * config.sub: Accept alphaev[78], alphaev8.
8028
8029 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8030
8031         * config.guess, config.sub: Update from autoconf.
8032
8033 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8034
8035         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8036         necessary libraries are missing.
8037
8038 1999-10-25  Andreas Schwab  <schwab@suse.de>
8039
8040         * configure: Fix quoting inside arguments of eval.
8041
8042 1999-10-21  Nick Clifton  <nickc@cygnus.com>
8043
8044         * config-ml.in: Allow suppression of some ARM multilibs.
8045
8046 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
8047
8048         * config.guess: Add OS/390 match pattern.
8049         * config.sub: Add mvs, openedition targets.
8050         * configure.in (i370-ibm-opened*): New.
8051
8052 1999-09-04  Steve Chamberlain  <sac@pobox.com>
8053
8054         * config.sub: Add support for configuring for pj.
8055
8056 1999-08-31  Nick Clifton  <nickc@cygnus.com>
8057
8058         * config.sub (maybe_os): Add support for configuring for fr30.
8059
8060 1999-08-25  Nick Clifton  <nickc@cygnus.com>
8061
8062         * configure.in: Do not configure or build ld for AIX
8063         platforms.  ld is known to be broken on these platforms.
8064
8065 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8066
8067         * config-ml.in: Pass compiler flag corresponding to multidirs to
8068         subdir configures.
8069
8070 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
8071
8072         * Makefile.in (LDFLAGS): Define.
8073
8074 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
8075
8076         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8077         noconfigdirs.
8078         (*-*-cygwin*): Likewise.
8079
8080 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
8081
8082         * mkdep: New file.
8083         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8084         (BINUTILS_SUPPORT_DIRS): Add mkdep.
8085
8086         From Eli Zaretskii <eliz@is.elta.co.il>:
8087         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8088         long file name when using DJGPP on MS-DOS.
8089
8090 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
8091
8092         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8093
8094 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
8095
8096         * Makefile.in (check-target-libio): Remove all-target-libstdc++
8097         dependency as this causes "make check" to globally "make all"
8098
8099 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
8100
8101         * configure.in (target_libs): Added target-zlib.
8102         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8103         (CONFIGURE_TARGET_MODULES): Likewise.
8104         (CHECK_TARGET_MODULES): Likewise.
8105         (INSTALL_TARGET_MODULES): Likewise.
8106         (CLEAN_TARGET_MODULES): Likewise.
8107         (configure-target-zlib): New target.
8108         (all-target-zlib): Likewise.
8109         (all-target-libjava): Depend on all-target-zlib.
8110         (configure-target-libjava): Depend on configure-target-zlib.
8111
8112         * Makefile.in (configure-target-libjava): Depend on
8113         configure-target-newlib.
8114         (configure-target-boehm-gc): New target.
8115         (configure-target-qthreads): New target.
8116
8117         * configure.in (target_libs): Added target-qthreads.
8118         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8119         (CONFIGURE_TARGET_MODULES): Likewise.
8120         (CHECK_TARGET_MODULES): Likewise.
8121         (INSTALL_TARGET_MODULES): Likewise.
8122         (CLEAN_TARGET_MODULES): Likewise.
8123         (all-target-qthreads): New target.
8124         (configure-target-libjava): Depend on configure-target-qthreads.
8125         (all-target-libjava): Depend on all-target-qthreads.
8126
8127         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8128         (CONFIGURE_TARGET_MODULES): Likewise.
8129         (CHECK_TARGET_MODULES): Likewise.
8130         (INSTALL_TARGET_MODULES): Likewise.
8131         (CLEAN_TARGET_MODULES): Likewise.
8132         (all-target-libjava): New target.
8133         (all-target-boehm-gc): Likewise.
8134         * configure.in (target_libs): Added libjava, boehm-gc.
8135
8136 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
8137
8138         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8139         configure.bat in SUPPORT_FILES.
8140         (gas+binutils.tar.bz2): Likewise.
8141
8142         * makeall.bat: Remove; obsolete.
8143
8144 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
8145
8146         From Mark Elbrecht:
8147         * configure.bat: Remove; obsolete.
8148
8149 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
8150
8151         * configure: Add -W -Wall to the default CFLAGS when compiling with
8152         gcc.
8153
8154 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
8155
8156         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8157
8158 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
8159
8160         * configure.in: Build ld on IRIX6.
8161
8162 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
8163
8164         * Makefile.in: Change distribution targets to use bzip2 instead of
8165         gzip.
8166         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8167         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8168
8169 1999-06-04  Nick Clifton  <nickc@cygnus.com>
8170
8171         * config.sub: Add mcore target.
8172
8173 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
8174
8175         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8176
8177 1999-05-25  H.J. Lu  (hjl@gnu.org)
8178
8179         * config.guess (dummy): Changed to $dummy.
8180
8181 1999-05-24  Nick Clifton  <nickc@cygnus.com>
8182
8183         * config.sub: Tidied up case statements.
8184
8185 1999-05-22  Ben Elliston  <bje@cygnus.com>
8186
8187         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8188         <jiro@din.or.jp>.
8189
8190         * config.guess: Merge with FSF version. Future changes will be
8191         more accurately recorded in this ChangeLog.
8192         * config.sub: Likewise.
8193
8194 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
8195
8196          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8197
8198 1999-04-30  Tom Tromey  <tromey@cygnus.com>
8199
8200         * ltmain.sh: [mode link] Always use CC given by ltconfig.
8201
8202 1999-04-23  Tom Tromey  <tromey@cygnus.com>
8203
8204         * ltconfig, ltmain.sh: Update to libtool 1.2f.
8205
8206 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
8207
8208         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8209         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8210         Bad merge removed these two changes.
8211
8212 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
8213                           Martin Heller (Ing.-Buero_Heller@t-online.de)
8214
8215         * config.guess (interix Alpha): Add.
8216
8217 1999-04-11  Richard Henderson  <rth@cygnus.com>
8218
8219         * configure.in (i?86-*-beos*): Do config gperf; don't config
8220         gdb, newlib, or libgloss.
8221
8222 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
8223
8224         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8225         link a trivial program with -mabi=64.  If it fails, remove mabi=64
8226         from multidirs.
8227
8228 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
8229
8230         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8231
8232 1999-04-08  Nick Clifton  <nickc@cygnus.com>
8233
8234         * config.sub: Add support for mcore targets.
8235
8236 1999-04-07  Michael Meissner  <meissner@cygnus.com>
8237
8238         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8239         not mt-ospace, in order to shut up assembler warning about using
8240         symbols that are named the same as registers.
8241
8242 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
8243
8244         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8245         dependency list for all-target-cygmon.
8246
8247 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
8248
8249         * config-ml.in: Check $host, not $target, for selective multilibs.
8250         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8251         thumb interworking, and underscore prefix multilibs.
8252
8253 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
8254
8255         * missing: Update to version from current automake.
8256
8257 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
8258
8259         * configure (gxx_include_dir): Removed.
8260
8261         * configure.in (gxx_include_dir): Handle it.
8262         * Makefile.in: Likewise.
8263
8264 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
8265
8266         * config.sub (mips64vr4111,mips64vr4111el) Add.
8267
8268 1999-03-21  Ben Elliston  <bje@cygnus.com>
8269
8270         * config.guess: Correct typo for detecting ELF on FreeBSD.
8271
8272 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
8273
8274         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8275         config/mh-djgpp.
8276
8277 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
8278
8279         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8280         all-target-newlib to dependency list for all-target-bsp.
8281
8282 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8283
8284         * config.sub: Add i386-uwin support.
8285         * config.guess: Likewise.
8286
8287 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8288
8289         * configure.in: cleanup, add mh-*pic handling for arm, special
8290         case powerpc*-*-aix*
8291
8292 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
8293
8294         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8295         can be built.
8296
8297 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
8298
8299         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8300         targets.
8301
8302 1999-03-02  Nick Clifton  <nickc@cygnus.com>
8303
8304         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8305
8306 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
8307
8308         * config.sub: Check for "cygwin*" rather than "cygwin32*"
8309
8310 1999-02-24  Nick Clifton  <nickc@cygnus.com>
8311
8312         * config.sub: Fix typo in arm recognition.
8313
8314 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
8315
8316         * configure.in (noconfigdirs): Changed target_configdirs to
8317         include target-bsp only for m68k-*-elf* and m68k-*-coff*
8318         rather than m68k-*-* since it is not known to work on
8319         m68k-aout. Ditto for arm-*-*oabi.
8320
8321 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
8322
8323         * configure.in (*-*-windows*): Remove, no longer used.
8324
8325 1999-02-19  Ben Elliston <bje@cygnus.com>
8326
8327         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8328         Smart and improved by Andrew Cagney.
8329
8330 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
8331
8332         * config.guess: Recognize openbsd-*-hppa.
8333
8334 1999-02-17  H.J. Lu  (hjl@gnu.org)
8335
8336         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8337         only if it is not empty.
8338
8339 1999-02-17  Nick Clifton  <nickc@cygnus.com>
8340
8341         Patch from: Scott Bambrough <scottb@corelcomputer.com>
8342
8343         * config.guess: Modified to recognize uname's armv* syntax.
8344
8345         * config.sub: Modified to recognize uname's armv* syntax.
8346
8347 1999-02-17  Mark Salter  <msalter@cygnus.com>
8348
8349         * configure.in: Added target-bsp for sparclite.
8350
8351 1999-02-08  Richard Henderson  <rth@cygnus.com>
8352
8353         * config.sub: Recognize alphapca5[67] and up to alphaev8.
8354
8355 1999-02-08  Nick Clifton  <nickc@cygnus.com>
8356
8357         * configure.in: Add support for strongarm port.
8358         * config.sub: Add support for strongarm target.
8359
8360 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
8361
8362         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8363         the old name config/mh-cygwin32.
8364         Enable texinfo.
8365
8366 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
8367
8368         * configure.in: Do build ld for ix86 Solaris.
8369
8370 1999-02-02  Jim Wilson  <wilson@cygnus.com>
8371
8372         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
8373         $AR_FOR_TARGET.  Likewise for RANLIB.
8374
8375 1999-02-02  Catherine Moore  <clm@cygnus.com>
8376
8377         * config.sub (oabi):  Recognize.
8378         * configure.in (arm-*-oabi):  Handle.
8379
8380 1999-01-30  Robert Lipe  (robertlipe@usa.net)
8381
8382         * config.guess: Improve detection of i686 on UnixWare 7.
8383
8384 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
8385
8386         * config.guess: Add support for i386-pc-interix.
8387         * config.sub: Likewise.
8388         * configure.in: Likewise.
8389
8390 1999-01-18  Christopher Faylor <cgf@cygnus.com>
8391
8392         * Makefile.in: Remove unneeded all-target-libio from
8393         from all-target-winsup target since it is now unneeded.
8394         Add all-target-libtermcap in its place since it is now
8395         needed.
8396
8397 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8398
8399         * configure.in: makefile stub for cygwin target is probably
8400         unnecessary.  Remove it for now.
8401
8402 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8403
8404         * configure.in: libtermcap.a should be built when cygwin is the
8405         target as well as the host.
8406         * config.guess: Allow mixed case in cygwin uname output.
8407         * Makefile.in: Add libtermcap target.
8408
8409 1998-12-23  Jeffrey A Law  (law@cygnus.com)
8410
8411         * config.sub: Clean up handling of hppa2.0.
8412
8413 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
8414
8415         * config.guess: Use C code to identify more HP machines.
8416
8417 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
8418
8419         * config.sub: Handle hppa2.0.
8420
8421 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
8422
8423         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8424         cygmon for all sparclite targets, regardless of object format.
8425
8426 1998-12-15  Mark Salter  <msalter@cygnus.com>
8427
8428         * configure.in: Added target-bsp for several target architectures.
8429
8430         * Makefile.in: Added rules for bsp.
8431
8432 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
8433
8434         * config.guess: Improve detection of hppa2.0 processors.
8435
8436 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
8437
8438         * config.guess: Recognize FreeBSD using ELF automatically.
8439
8440 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
8441
8442         * configure (skip-this-dir): Add handling for new shell script, which
8443         might be created by a sub-directory's configure to indicate, this particular
8444         directory is "unwanted".
8445         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8446
8447 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
8448
8449         * ltconfig: import from libtool, after changing libtool to
8450         account for the cygwin name change.
8451
8452 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
8453
8454         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8455         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8456
8457 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
8458
8459         * configure.in: Add libtermcap to list of cygwin dependencies.
8460
8461 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
8462
8463         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8464         they include winsup/include when it's a cygwin target.
8465
8466 1998-11-12  Tom Tromey  <tromey@cygnus.com>
8467
8468         * configure.in (host_tools): Added zip.
8469         * Makefile.in (all-target-libjava): Depend on all-zip.
8470         (all-zip): New target.
8471         (ALL_MODULES): Added all-zip.
8472         (NATIVE_CHECK_MODULES): Added check-zip.
8473         (INSTALL_MODULES): Added install-zip.
8474         (CLEAN_MODULES): Added clean-zip.
8475
8476 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
8477
8478         * Makefile.in: lose "32" from comment about cygwin.
8479
8480 1998-11-05  Nick Clifton  <nickc@cygnus.com>
8481
8482         * configure.in: Use -Os to build target libraries for the fr30.
8483
8484 1998-11-04  Dave Brolley  <brolley@cygnus.com>
8485
8486         * config.sub: Add fr30.
8487
8488 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
8489
8490         * configure.in: drop "32" from config/mh-cygwin32.  Check
8491         cygwin* instead of cygwin32*.
8492         * config.sub: Check cygwin* instead of cygwin32*.
8493
8494 1998-10-22  Robert Lipe  <robertl@dgii.com>
8495
8496         * config.guess: Match any version of Unixware7.
8497
8498 1998-10-20  Syd Polk  <spolk@cygnus.com>
8499
8500         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8501         if desired.
8502
8503 1998-10-18  Jeffrey A Law  (law@cygnus.com)
8504
8505         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8506         these if the appropriate directories and files to not exist.
8507
8508 1998-10-14  Jeffrey A Law  (law@cygnus.com)
8509
8510         * Makefile.in (DEVO_SUPPORT): Add config.if.
8511
8512 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
8513
8514         * configure: Add pattern to replace "build_tooldir"'s
8515         definition in the generated Makefile with "tooldir"'s
8516         actual value.
8517
8518 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
8519
8520         * config.sub: Bring back lost sparcv9.
8521
8522         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8523
8524 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
8525
8526         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8527         CC_FOR_TARGET and friends.
8528
8529 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
8530
8531         * Makefile.in (build_tooldir): New variable, same as tooldir.
8532         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8533         -B$(build_tooldir)/bin/.
8534         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8535
8536 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
8537
8538         * config.sub: Add support for i[34567]86-pc-udk.
8539         * configure.in: Likewise.
8540
8541 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
8542
8543         * Makefile.in: add bzip2 package building bits for user
8544         tools module
8545         * configure.in: ditto
8546
8547 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
8548
8549         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8550         (ALL_TARGET_MODULES): Add all-target-libobjc.
8551         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8552         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8553         (all-target-libchill): Add dependencies.
8554         * configure.in (target_libs): Add libchill.
8555
8556 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
8557
8558         * configure.in (target_subdir): Remove duplicate line.
8559
8560 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
8561
8562         * Makefile.in (all-automake): fix dependencies.
8563
8564 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
8565
8566         * configure.in: Minor cleanups for building in the $(target_alias)
8567         subdir.
8568
8569 1998-09-22  Jim Wilson  <wilson@cygnus.com>
8570
8571         * Makefile.in (bootstrap): Set r and s before make all.  Use
8572         BASE_FLAGS_TO_PASS in make all.
8573         (cross): Likewise.
8574
8575 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
8576
8577         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8578
8579 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
8580
8581         * config.sub: Fix typo in last change.
8582
8583 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8584
8585         * config.sub: Add support for C4x target.
8586         * configure.in: Likewise.
8587
8588 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
8589
8590         * config.sub: Recognize sparcv9 just like sparc64.
8591
8592 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
8593
8594         * config.guess: Match "Pent II" or "PentII" for OpenServer.
8595
8596 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
8597
8598         * config.guess: Correctly identify Pentium II sco boxes.
8599
8600         * config.guess: Fix "tr" code.  From Weiwen Liu.
8601
8602 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
8603
8604         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8605         stabs.
8606
8607 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
8608
8609         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8610         (ALL_TARGET_MODULES): Add all-target-libchill.
8611         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8612         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8613         (all-target-libchill): Add dependencies.
8614         * configure.in (target_libs): Add libchill.
8615
8616 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8617
8618         * config.guess: Avoid assumptions about "tr" behaves when
8619         LANG is set to something other than English.
8620
8621 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
8622
8623         * configure (gxx_include_dir): Changed to
8624         '${prefix}/include/g++'-${libstdcxx_interface}.
8625
8626         * config.if: New to determine the interfaces.
8627
8628 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
8629
8630         * config.guess: Detect and handle MPE/IX.
8631         * config.sub: Deal with MPE/IX.
8632
8633 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
8634
8635         * configure.in: Use mh-aix43.
8636
8637 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
8638
8639         * configure: Fix --without/--disable cases for gxx-include-dir.
8640
8641 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
8642
8643         * mdata-sh:  Imported.  Needed for automake support.
8644
8645 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
8646
8647         * Makefile.in (taz): Try "chmod -R og=u ." before
8648         "chmod og=u `find . -print`".
8649
8650 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
8651
8652         * configure.in: Add arm-elf and thumb-elf support.
8653
8654 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
8655
8656         * Makefile.in: Undo previous patch.
8657
8658 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
8659
8660         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8661         to here ...
8662         (install-no-fixedincludes): and here
8663         (INSTALL_MODULES): ... from here.
8664
8665 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8666
8667         * config.sub: Merge with FSF.
8668
8669         * config.guess: Merge with FSF.
8670
8671 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
8672
8673         * configure (extraconfigdirs): New variable.
8674         (SUBDIRS): Add extraconfigdirs and recurse on them too.
8675         * Makefile.in (all): Move higher in file.
8676         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8677         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8678         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8679         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8680         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8681
8682 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
8683
8684         * Makefile.in (all-target-libjava): Depend on all-gcc and
8685         all-target-newlib.
8686         (configure-target-libjava): Depend on $(ALL_GCC).
8687
8688 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
8689
8690         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8691         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8692
8693 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8694
8695         * ylwrap: Change absolute path checks to check for DOS style path
8696         names.
8697
8698         * ylwrap: Don't use a full path name if the source file is in the
8699         same directory.  From hjl@lucon.org (H.J. Lu).
8700
8701         * config-ml.in: Default to being verbose, to match Feb 18 change to
8702         configure.
8703
8704 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
8705
8706         Brought over from egcs:
8707
8708         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8709
8710         * configure.in (target_subdir): Set to ${target_alias} instead
8711         of "libraries".
8712
8713         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8714
8715         * configure.in (target_subdir): Set to libraries if enable_multilib.
8716
8717 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
8718
8719         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8720         multilibs, force reconfiguration the first time we create
8721         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8722
8723 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
8724
8725         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8726         avoid confusion with --no-recursion.
8727
8728 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
8729
8730         * configure.in: Win32 hosts shouldn't use install -x
8731         * install-sh: remove -x option, and special .exe-handling
8732         hack.
8733
8734 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
8735
8736         * config.guess: Recognize i586-pc-beos.
8737         * configure.in: Don't build some bits for beos.
8738
8739 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8740
8741         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8742         CFLAGS default to -O2.
8743
8744         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8745         when using GNU ld.
8746
8747 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
8748
8749         * ltmain.sh: Correct install when using a different shell.
8750
8751 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8752
8753         * ltconfig, ltmain.sh: Update to libtool 1.2b.
8754
8755 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
8756
8757         * makefile.vms: Update to build binutils/makefile.vms.  Add install
8758         target.
8759
8760 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
8761
8762         * ltconfig: Update to correct AIX handling.
8763
8764 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8765
8766         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8767
8768         * configure.in (target_subdir): Set to ${target_alias} instead
8769         of "libraries".
8770
8771 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
8772
8773         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8774         (Makefile): Depend on $(gcc_version_trigger).
8775
8776         * configure (gcc_version): Change default initializer to empty
8777         string.
8778         (gcc_version_trigger): New variable; pass this variable down
8779         to subdir configures to enable them checking gcc's version
8780         themselves. Emit make macros for both gcc_version vars.
8781         (topsrcdir): Initialize reliably.
8782         (recursion line): Remove --with-gcc-version=${gcc_version}.
8783
8784 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8785
8786         * configure (enable_version_specific_runtime_libs): Implement new flag
8787         --enable-version-specific-runtime-libs which installs C++ runtime stuff
8788         in $(libsubdir); emit definition in each generated Makefile.
8789         (gxx_include_dir): Initialize depending on
8790         $enable_version_specific_runtime_libs.
8791
8792 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8793
8794         * configure (gcc_version): Initialize properly depending on
8795         how and where configure is started.
8796         (recursion line): Pass a --with-gcc-version=${gcc_version}
8797         to configures in subdirs.
8798
8799 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
8800
8801         * configure.in (noconfigdirs): Add configure pattern for mips tx39
8802         cygmon
8803
8804 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
8805
8806         * configure.in: Add cygmon and libstub support for mn10200.
8807
8808 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
8809
8810         * configure (gcc_version): Add new variable describing the
8811         particular gcc version we're building.
8812         * Makefile.in (libsubdir): Add new macro for the directory
8813         in which the compiler finds executables, libraries, etc.
8814         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8815         and libsubdir.
8816
8817 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8818
8819         * Makefile.in (local-clean): Remove *.log.
8820         (warning.log): Built with warn_summary from build.log.
8821         (mail-report.log): Run test_summary.
8822         (mail-report-with-warnings.log): Run test_summary including
8823         warning.log in the report.
8824
8825 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
8826
8827         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8828
8829 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8830
8831         * Makefile.in (grep): Grep no longer depends on libiberty.
8832
8833 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
8834
8835         * Makefile.in: all-snavigator needs all-libgui.
8836
8837 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
8838
8839         * configure.in: Add cygmon and libstub support for mn10300.
8840
8841 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
8842
8843         * missing: Update to version from automake 1.3.
8844
8845         * ltmain.sh: On installation, don't get confused if the same name
8846         appears more than once in the list of library names.
8847
8848 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8849
8850         * config.sub: Accept m68060 and m5200 as CPU names.
8851
8852 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
8853
8854         * configure: Use && rather than using -a in test, because odd
8855         strings can confuse test.
8856         * configure.in: Likewise.
8857
8858 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8859
8860         * ltconfig, ltmain.sh: Bring in Visual C++ support.
8861
8862 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8863
8864         * Makefile.in (boostrap2-lean, bootstrap3-lean,
8865         bootstrap4-lean): New targets.
8866
8867 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
8868
8869         * mpw-* Delete.  Not used.
8870
8871 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
8872
8873         * COPYING.LIB: Update FSF address.
8874
8875 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
8876
8877         * ltconfig, ltmain.sh: Update to libtool 1.2a.
8878
8879         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8880         GAS_SUPPORT_DIRS.
8881
8882 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
8883
8884         * ltconfig, ltmain.sh: Avoid producing a version number if
8885         -version-info was not used.
8886
8887 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8888
8889         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8890         building with newlib.
8891
8892 1998-04-30  Paul Eggert  <eggert@twinsun.com>
8893
8894         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
8895         Solaris `make' causes it to continue to next definition.
8896
8897 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8898
8899         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8900         the right GUI libraries and files are installed along with GDB.
8901
8902 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8903
8904         * configure.in: Change alpha to alpha* in several places.
8905
8906 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
8907
8908         * config.sub: Recognize sparc86x.
8909
8910 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
8911
8912         * configure.in (--enable-target-optspace): Remove debug echo.
8913
8914 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
8915
8916         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8917
8918 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8919
8920         * ltconfig: Update cygwin32 support.
8921
8922         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8923         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8924         (GDB_SUPPORT_DIRS): Likewise.
8925
8926 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
8927
8928         * configure.in (target_makefile_frag): If --enable-target-optspace,
8929         use -Os to compile target libraries rather than -O2.  Default to
8930         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8931         not used.
8932         * configure.in (target_cflags): Ditto for d30v.
8933
8934 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
8935
8936         * Makefile.in (all-bfd): Depend on all-intl.
8937         (all-binutils): Likewise.
8938         (all-gas): Likewise.
8939         (all-gprof): Likewise.
8940         (all-ld): Likewise.
8941
8942 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
8943
8944         * configure.in (host_tools): Fix typo, lbtool -> libtool.
8945
8946 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8947
8948         * Makefile.in (all-bfd): Depend upon all-libiberty.
8949
8950         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8951
8952 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
8953
8954         * Makefile.in: Add libstub.
8955
8956         * configure.in: Ditto. Build libstub for targets that have cygmon
8957         support.
8958
8959 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
8960
8961         * configure.in: Don't set PICFLAG on ix86-cygwin32.
8962
8963 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
8964
8965         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8966         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
8967
8968 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
8969
8970         * configure: Define DEFAULT_M4 by searching PATH.
8971         * Makfile.in: Use DEFAULT_M4.
8972
8973 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8974
8975         * ltconfig: Add cygwin32 support.
8976
8977         * Makefile.in, configure.in: Add libtool as a native only directory
8978         to configure and build.
8979
8980 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
8981
8982         * Makefile.in (INSTALL_MODULES): Remove texinfo.
8983
8984 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
8985
8986         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8987
8988 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
8989
8990         * Makefile.in: add ash make rules
8991         * configure.in: add ash to native_only and host_tools lists
8992
8993 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
8994
8995         * Makefile.in (all-gettext, all-intl): New targets.
8996         (ALL_MODULES): Added all-gettext, all-intl.
8997         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8998         (INSTALL_MODULES): Added install-gettext, install-intl.
8999         (CLEAN_MODULES): Added clean-gettext, clean-intl.
9000
9001         * configure.in (host_tools): Added gettext.
9002         (native_only): Likewise.
9003         (noconfigdirs) [various cases]: Likewise.
9004         (host_libs): Added intl.
9005
9006 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
9007
9008         * configure: Do not disable building gdbtk for cygwin32 hosts.
9009
9010 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
9011
9012         * configure.in: Add thumb-coff target.
9013         * config.sub: Add thumb-coff target.
9014
9015 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9016
9017         * Makefile.in: Revert yesterday's change.
9018         (all-target-winsup):  all-target-librx stays out of here.
9019
9020 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9021
9022         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9023         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9024         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9025         Remove references to librx and libg++.
9026
9027 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
9028
9029         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9030         recursive makes
9031
9032 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
9033
9034         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9035         for newlib directory.
9036         (CXX_FOR_TARGET): Likewise.
9037
9038 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
9039
9040         * ltconfig: Update after libtool/ltconfig.in change for
9041         hpux11.
9042
9043 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
9044
9045         * ltconfig, ltmain.sh: Update to libtool 1.2.
9046
9047 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9048
9049         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9050         (install-gcc-cross): Instead, override LANGUAGES here.
9051
9052 1998-03-18  Dave Love  <d.love@dl.ac.uk>
9053
9054         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9055         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9056
9057 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
9058
9059         * configure.in: Add Thumb-pe target.
9060
9061 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
9062
9063         * Makefile.in - changed sn targets to snavigator
9064         * configure.in - changed sn targets to snavigator
9065
9066 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9067
9068         * config-ml.in: After building symlink tree call make distclean
9069         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9070         to be the case for libiberty.
9071
9072 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
9073
9074         * configure: When making link, also check the current
9075         directory. The configure scripts may create one.
9076
9077 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
9078
9079         * config.sub: Accept alphapca56 and alphaev6 properly.
9080
9081 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9082
9083         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9084
9085 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9086
9087         * config.sub (sco5): Fix typo.
9088
9089 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
9090
9091         * Makefile.in (INSTALL_MODULES): Move install-tcl before
9092         install-itcl.
9093         (install-itcl): Remove dependency on install-tcl.
9094
9095 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
9096
9097         * configure.in: Remove libgloss from noconfigdirs for MN10300.
9098
9099 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
9100
9101         * configure.in: Don't build libgui for a cygwin32 target when not on
9102         a cygwin32 host.
9103
9104 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9105
9106         * configure (redirect): Set to null, so default behavior of
9107         configure is now --verbose.
9108
9109 1998-02-16  Dave Love  <d.love@dl.ac.uk>
9110
9111         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9112         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9113
9114 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
9115
9116         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9117         this change to sync Makefile.in with its ChangeLog entries.
9118
9119 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
9120
9121         * ltmain.sh (mkdir): Check that the directory doesn't exist
9122         before we exit with error, so that we don't get races during
9123         parallel builds.
9124
9125 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9126
9127         * ltconfig, ltmain.sh: Update from libtool 1.0i.
9128
9129 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9130
9131         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9132         PICFLAG_FOR_TARGET.
9133         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9134
9135         * configure: Emit a definition for the new macro enable_shared
9136         into each Makefile.
9137
9138 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9139
9140         * configure.in (host_tools, native_only): Add libtool.
9141
9142 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
9143
9144         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9145         Fix typo in ming config comment.
9146
9147 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
9148
9149         * ltconfig, ltmain.sh: Update from libtool 1.0h.
9150
9151 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
9152
9153         * config.sub: Add tic30 cases, and map c30 to tic30.
9154
9155 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
9156
9157         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9158         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9159         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9160         (CLEAN_TARGET_MODULES): Similarly
9161         (all-target-libf2c): Add dependences.
9162         * configure.in (target_libs): Add libf2c.
9163
9164 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
9165
9166         * configure.in: Remove expect from noconfigdirs when target
9167         is cygwin32.  OK to build expect and dejagnu with Canadian
9168         Cross.
9169
9170 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
9171
9172         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9173         host.
9174
9175         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9176         and mingw32.
9177
9178 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9179
9180         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9181         here as it is not defined in the toplevel Makefile.
9182
9183 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9184
9185         * configure (package_makefile_rules_frag): New variable, which names
9186         a file with generic rules, ...
9187         Change comment to mention we now have FIVE parts.
9188         * configure: Undo last change.
9189
9190 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
9191
9192         * config.guess: More accurate determination of HP processor types.
9193         * config.sub: More accurate determination of HP processor types.
9194
9195 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9196
9197         * configure (package_makefile_frag): Move inserting the
9198         ${package_makefile_frag} to where it should be according
9199         to the comment.
9200
9201 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
9202
9203         * config.guess: Add support for Linux/ARM.
9204
9205 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
9206
9207         * .cvsignore: Remove *-info and *-install since they match
9208         release-info and mpw-install, which we don't want to just ignore.
9209
9210 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
9211
9212         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9213
9214 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
9215
9216         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9217         local_prefix to sub-make invocations.
9218
9219 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
9220
9221         * configure.in: Check makefile fragments in the source
9222         directory.
9223
9224 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9225
9226         * configure.in: Check whether host and target makefile
9227         fragments exist before adding them to *_makefile_frag.
9228
9229 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
9230
9231         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9232
9233 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
9234
9235         * configure.in: Make sure we only replace RPATH_ENVVAR on
9236         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9237         regexp to sed.
9238
9239         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9240         to sub-makes.
9241
9242 1998-01-13  Lee Iverson   (leei@ai.sri.com)
9243
9244         * config-ml.in (multi-do): LDFLAGS must include multilib
9245         designator.
9246
9247 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
9248
9249         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9250
9251 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
9252
9253         * config.sub: Add mingw32 support.
9254         * configure.in: Likewise.
9255
9256 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9257
9258         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9259
9260 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
9261
9262         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9263         * configure (gxx_include_dir): Provide a definition for subdirs
9264         which do not use autoconf.
9265
9266 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
9267
9268         * config.guess: Sync with egcs.  Picks up new alpha support,
9269         BeOS & some additional linux support.
9270
9271 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
9272
9273         * config.guess: HP 9000/803 is a PA1.1 machine.
9274
9275 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
9276
9277         * configure.in: It's alpha*-...
9278
9279 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9280
9281         * configure.in (host_makefile_frag, target_makefile_frag):
9282         Handle multiple config files.
9283         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9284         alpha-*-*.
9285
9286 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
9287
9288         * mkdep: New file.
9289
9290 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
9291
9292         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9293
9294 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9295
9296         * Makefile.in: Add libgui directory.
9297         (GDB_TK): Add all-libgui.
9298         * configure.in: Add libgui directory.
9299         * configure: Add all-libgui to GDB_TK.
9300
9301 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
9302
9303         * config-ml.in (multidirs): Add m32r to multilib list.
9304
9305 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
9306
9307         * Makefile.in (all-target-gperf): Change dependency to
9308         all-target-libstdc++.
9309
9310 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
9311
9312         * config.guess: Add BeOS support.
9313
9314 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9315
9316         Source directory cvs renamed to cvssrc:
9317         * configure.in (host_tools): Change cvs to cvssrc.
9318         (native_only): Likewise.
9319         (noconfigdirs) [various cases]: Likewise.
9320         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9321         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9322         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9323         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9324         (all-cvssrc): Rename target from all-cvs.
9325
9326 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
9327
9328         * configure (gxx_include_dir): Fix thinko.
9329
9330 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
9331
9332         * Makefile.in (INSTALL_TARGET_CROSS): Define.
9333         (install-cross, install-gcc-cross): New targets.
9334
9335 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
9336
9337         * configure.in (noconfigdirs): Add support for Thumb target.
9338
9339         * config.sub (maybe_os): Add support for Thumb target.
9340
9341 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
9342
9343         * Makefile.in: Add rules for cygmon.
9344
9345         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9346
9347 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
9348
9349         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9350         * configure (gxx_include_dir): Provide a definition for subdirs
9351         which do not use autoconf.
9352
9353 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
9354
9355         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9356         11/18/97 build
9357
9358 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
9359
9360         * From Franz Sirl.
9361         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9362         found on RedHat Linux systems.
9363
9364 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
9365
9366         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9367         guesses.
9368
9369 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
9370
9371         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9372
9373 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
9374
9375         * ltmain.sh: If mkdir fails, check whether the directory was created
9376         anyhow by some other process.
9377
9378 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
9379
9380         * configure.in (d30v-*-*): Configure all directories.
9381
9382 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
9383
9384         * configure.in (d30v-*-*): Configure newlib, libiberty directories
9385         for the D30V.
9386
9387 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
9388
9389         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9390
9391 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
9392
9393         * include/libiberty.h: Add extern "C" { so it can be used with C++
9394         progrms.
9395         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
9396         programs.
9397
9398 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
9399
9400         * configure.in (d30v-*-*): Configure GCC now.
9401
9402 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
9403
9404         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9405         is no longer needed.
9406
9407 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9408
9409         * Makefile.in: check-target-libio depends on all-target-libstdc++.
9410
9411 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
9412
9413         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9414         targets using "$@" to provide support for similar but not identical
9415         targets without having to duplicate code.
9416
9417 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
9418
9419         * makefile.vms: Fix to work with DEC C.
9420
9421 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
9422
9423         * config.sub: Add mips-tx39-elf to marketing names.
9424
9425 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
9426
9427         * ltmain.sh: Handle symlinks in generated script.
9428
9429 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
9430
9431         * configure: Handle autoconf style directory options: --bindir,
9432         --datadir, --includedir, --infodir, --libdir, --libexecdir,
9433         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9434         --sysconfdir.
9435         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9436         (sharedstatedir, localstatedir, oldincludedir): New variables.
9437         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9438         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9439         sbindir, sharedstatedir, and sysconfdir.
9440
9441 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9442
9443         * Makefile.in (bootstrap-lean): New target.
9444
9445 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
9446
9447         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
9448         sn, and gnuserv from noconfigdirs.
9449
9450 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
9451
9452         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9453
9454 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
9455
9456         * Makefile.in (cross): New target.
9457
9458 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9459                           Jeff Law         <law@cygnus.com>
9460
9461         * Makefile.in (bootstrap2, bootstrap3): New targets.
9462         (all-bootstrap): Remove outdated and confusing target.
9463         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9464
9465 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9466
9467         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9468         windows.  Consistent with gdb/configure.
9469
9470 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
9471
9472         * configure.in: Name Linux target fragment.
9473
9474         * configure: Rewrite so that project Makefile fragment is inserted
9475         first and appears last in the resulting Makefile.
9476
9477 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9478
9479         * Makefile.in (install-itcl): Install tcl first.
9480
9481 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
9482
9483         * configure.in: remove bison from noconfigdirs for Cygwin32 host
9484
9485 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9486
9487         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9488
9489         * configure.in (skipdirs): Add target-librx for Linux.
9490         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9491
9492 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
9493
9494         * Makefile.in (bootstrap): New target.
9495
9496 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9497
9498         * config.sub: Accept 'amigados' for backward compatability.
9499
9500 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
9501
9502         * config.guess: Merge with FSF.
9503
9504 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9505
9506         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9507
9508 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
9509
9510         * config.sub: Add "marketing-names" patch.
9511
9512 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
9513
9514         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9515
9516 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
9517
9518         * config.sub: Handle v850-elf.
9519
9520 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
9521
9522         * .cvsignore (*-install): Remove.
9523
9524 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
9525
9526         * ltconfig: Set CONFIG_SHELL in libtool.
9527         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9528
9529 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9530
9531         * configure.in (target_subdir): Set to libraries if enable_multilib.
9532
9533 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
9534
9535         * config.guess: Update from gcc directory.
9536
9537 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9538
9539         * Makefile.in (all-sim): Depends on all-readline.
9540
9541 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9542
9543         * Makefile.in (BISON, YACC): Use $$s.
9544         (all-bison): Depend on all-texinfo.
9545
9546 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
9547
9548         * Makefile.in (BISON): Add -L flag.
9549         (YACC): Likewise.
9550
9551 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9552
9553         * configure.in (noconfigdirs): Add support for v850e target.
9554
9555         * config.sub (maybe_os): Add support for v850e target.
9556
9557 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9558
9559         * configure.in (noconfigdirs): Add support for v850ea target.
9560
9561         * config.sub (maybe_os): Add support for v850ea target.
9562
9563 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
9564
9565         * config.sub: Add mipstx39.  Delete r3900.
9566
9567 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9568
9569         * Makefile.in (all-autoconf): Depends on all-texinfo.
9570
9571 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
9572
9573         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9574         eabi targets.
9575
9576 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
9577
9578         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9579
9580         * configure: When handling a Canadian Cross, handle YACC as well as
9581         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
9582         * Makefile.in (all-bison): Depend upon all-texinfo.
9583
9584 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
9585
9586         * Makefile.in (BISON): bison, not byacc or bison -y.
9587         (YACC): bison -y or byacc or yacc.
9588         (various): Add *-bison as appropriate.
9589         (taz): No need to mess with BISON anymore.
9590
9591 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
9592
9593         * configure: If OSTYPE matches *win32*, try to find a good value for
9594         CONFIG_SHELL.
9595
9596 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
9597
9598         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9599         configure.in if it is present.
9600
9601 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
9602
9603         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9604
9605 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
9606
9607         * config.sub: Recognize `arc' cpu.
9608         * configure.in: Likewise.
9609         * config-ml.in: Likewise.
9610
9611 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
9612
9613         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9614
9615 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
9616
9617         * configure: Changed sed delimiter from ':' to '|' when
9618         attempting to substitute ${config_shell} for SHELL. On
9619         NT ${config_shell} may contain a ':' in it.
9620
9621 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
9622
9623         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9624
9625 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
9626
9627         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9628
9629 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9630
9631         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9632
9633         * ylwrap: If the program is a relative path, force it to be
9634         absolute.
9635
9636 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9637
9638         * configure (tooldir): Set BISON to `bison -y' and not just bison.
9639
9640 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9641
9642         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
9643         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9644         for libraries.
9645
9646 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
9647
9648         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
9649         separated by spaces.
9650
9651 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
9652
9653         * ylwrap: New file.
9654         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9655
9656         * ltmain.sh: Handle /bin/sh at start of install program.
9657
9658         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9659
9660         * ltconfig, ltmain.sh: New files, from libtool 1.0.
9661         * missing: New file, from automake 1.2.
9662
9663 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
9664
9665         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
9666         check-tk to CHECK_X11_MODULES.
9667
9668 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9669
9670         * config.sub: Merge with FSF.
9671
9672 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9673
9674         * config.guess: Merge with FSF.
9675
9676 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9677
9678         * configure: Treat msdosdjgpp like go32.
9679         * configure.in: Likewise.  Don't remove gprof for go32.
9680
9681         * configure: Change Makefile.tem2 to Makefile.tm2.
9682
9683 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
9684
9685         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9686
9687 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9688
9689         * install-sh (chmodcmd): Set to null if the DST directory already
9690         exists.  Same as Nov 11th change.
9691
9692 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
9693
9694         * configure (GDB_TK): Needs itcl and tix.
9695
9696 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
9697
9698         * config.guess: Update from FSF.
9699
9700 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
9701
9702         * Makefile.in (GDB_TK): Depend on itcl and tix.
9703
9704 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9705
9706         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9707         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9708         (INSTALL_SCRIPT): New variable.
9709         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9710         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9711         to -x.
9712         * install-sh: Add support for -x option.
9713
9714 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
9715
9716         * configure.in, Makefile.in: Treat tix like itcl.
9717
9718 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
9719
9720         * Makefile.in (WINDRES): New variable.
9721         (WINDRES_FOR_TARGET): New variable.
9722         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9723         (EXTRA_HOST_FLAGS): Add WINDRES.
9724         (EXTRA_TARGET_FLAGS): Add WINDRES.
9725         (EXTRA_GCC_FLAGS): Add WINDRES.
9726         ($(DO_X)): Pass down WINDRES.
9727         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9728         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9729         DLLTOOL_FOR_TARGET.
9730
9731 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
9732
9733         * configure.in: configure sim before gdb for win32-x-ppc
9734
9735 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9736
9737         Move gperf into the toplevel, from libg++.
9738         * configure.in (target_tools): Add target-gperf.
9739         (native_only): Add target-gperf.
9740         * Makefile.in (all-target-gperf): New target, depend on
9741         all-target-libg++.
9742         (configure-target-gperf): Empty rule.
9743         (ALL_TARGET_MODULES): Add all-target-gperf.
9744         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9745         (CHECK_TARGET_MODULES): Add check-target-gperf.
9746         (INSTALL_TARGET_MODULES): Add install-target-gperf.
9747         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9748
9749 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
9750
9751         * config.sub (mn10200): Recognize new basic machine.
9752
9753 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9754
9755         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9756         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9757
9758 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9759
9760         * configure.in: If we're building mips-sgi-irix6* native, turn on
9761         ENABLE_MULTILIB and set TARGET_SUBDIR.
9762
9763 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
9764
9765         * Makefile.in (all-sn): Depend on all-grep.
9766
9767 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
9768
9769         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9770
9771         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9772         Makefile.  From Jeff Makey <jeff@cts.com>.
9773         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9774
9775         * Makefile.in (DISTBISONFILES): Remove.
9776         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
9777         $(DEFAULT_YACC).
9778
9779         * configure.in: Build itl, db, sn, etc., when building for native
9780         cygwin32.
9781
9782         * Makefile.in (LD): New variable.
9783         (EXTRA_HOST_FLAGS): Pass down LD.
9784         ($(DO_X)): Likewise.
9785
9786 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
9787
9788         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9789
9790 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
9791
9792         * configure.in (targargs): Strip out any supplied --build argument
9793         before adding our own. Always add --build.
9794
9795 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
9796
9797         * configure.in (targargs): Pass --build if we're doing
9798         a cross-compile.
9799
9800 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
9801
9802         * configure: Use '|' instead of ":" as the separator in
9803         sed. Otherwise sed chokes on NT path names with drive
9804         designators. Also look for "?:*" as the leading characters in an
9805         absolute pathname.
9806
9807 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
9808
9809         * config.sub: Support for r3900.
9810
9811 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9812
9813         * configure.in: Use install-sh, not install.sh.
9814
9815 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9816
9817         * Makefile.in (taz): Improve check for BISON so it doesn't try to
9818         apply it twice.
9819
9820 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9821
9822         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9823         install-binutils.
9824
9825 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
9826
9827         * Makefile.in: Add automake targets.
9828         * configure.in (host_tools): Add automake.
9829
9830 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9831
9832         * configure: Default CXX to c++, not gcc.
9833         * Makefile.in (CXX): Set to c++, not gcc.
9834         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9835
9836 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
9837
9838         * install-sh: try appending a .exe if source file doesn't
9839         exist
9840
9841 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9842
9843         * configure.in: Turn on multilib by default.
9844         (cross_only): Remove target-libiberty.
9845
9846         * Makefile.in (all-gcc): Don't depend on libiberty.
9847
9848 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
9849
9850         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9851
9852 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9853
9854         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9855         (DISTBISONFILES): Add ld/Makefile.in
9856
9857 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
9858
9859         * configure.in: if target is cygwin32 but host isn't cygwin32,
9860         don't configure gdb tcl tk expect, not just gdb.
9861
9862 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
9863
9864         * configure.in: Added gnuserv everywhere sn appears.
9865
9866         * Makefile.in (ALL_MODULES): Added all-gnuserv.
9867         (CROSS_CHECK_MODULES): Added check-gnuserv.
9868         (INSTALL_MODULES): Added install-gnuserv.
9869         (CLEAN_MODULES): Added clean-gnuserv.
9870         (all-gnuserv): New target.
9871
9872 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
9873
9874         * config.guess: Fixes for MIPS OpenBSD systems.
9875
9876 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9877
9878         * Makefile.in (INSTALL_XFORM): Remove.
9879         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9880
9881         * mkinstalldirs: New file, copied from automake.
9882         * Makefile.in (installdirs): Rename from install-dirs.  Use
9883         mkinstalldirs.  Change all users.
9884         (DEVO_SUPPORT): Add mkinstalldirs.
9885
9886 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9887
9888         * install-sh: Rename from install.sh.
9889         * Makefile.in (INSTALL): Change install.sh to install-sh.
9890         (DEVO_SUPPORT): Likewise.
9891
9892         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
9893         Graichen <graichen@rzpd.de>.
9894
9895 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
9896
9897         * config.guess: Recognize OpenBSD systems correctly.
9898
9899 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9900
9901         * README, Makefile.in (ETC_SUPPORT): Remove references to
9902         cfg-paper*, configure.{texi,man,info*}._
9903
9904 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
9905
9906         * Makefile.in (all.normal): Ensure that gcc is built after all
9907         the x11 - ie gdb - targets.
9908
9909 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
9910
9911         * makefile.vms: Don't run conf-a-gas.
9912
9913 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
9914
9915         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
9916
9917 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
9918
9919         * configure.in: Remove noconfigdirs case since gdb also
9920         configures and builds for tic80-coff.
9921
9922 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9923
9924         * configure: Set cache_file to config.cache.
9925         * Makefile.in (local-distclean): Remove config.cache.
9926
9927 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9928
9929         * COPYING: Update FSF address.
9930
9931 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
9932
9933         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9934         noconfigdirs.
9935
9936 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9937
9938         * Makefile.in (install-dirs): Don't crash if prefix, and hence
9939         MAKEDIRS, is empty.
9940
9941 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
9942
9943         * config.sub: Tweak mn10300 entry.
9944
9945 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
9946
9947         * configure.in (host_tools): Put sim before gdb, so gdb's
9948         configure.tgt can determine if the simulator was configured.
9949
9950 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
9951
9952         * config.sub: Move BeOS $os case to be with other Cygnus
9953         local cases.
9954
9955 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
9956
9957         * config.sub: Remove misplaced comment that broke Linux.
9958
9959 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
9960
9961         * config.sub: Add BeOS support.
9962
9963 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
9964
9965         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9966
9967 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
9968
9969         * configure.in (noconfigdirs): Remove tcl and tk from
9970         noconfigdirs for cygwin32 builds.
9971
9972 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
9973
9974         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9975
9976 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
9977
9978         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9979         make-all.com, use makefile.vms instead.
9980
9981 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
9982
9983         * config.sub: Accept -lnews*.
9984
9985 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
9986
9987         * configure.in (noconfigdirs): Disable target-newlib,
9988         target-examples and target-libiberty for d30v.
9989
9990 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9991
9992         * configure.in (noconfigdirs): Enable ld for d30v.
9993
9994 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
9995
9996         * configure.in (tic80-*-*): Build compiler.
9997
9998 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
9999
10000         * configure.in (d30v-*): Remove sim directory from list of
10001         unsupported d30v directories
10002
10003 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
10004
10005         * config.sub, configure.in: Add d30v target cpu.
10006
10007 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
10008
10009         * makefile.vms: New file.
10010         * make-all.com: Remove.
10011
10012 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
10013
10014         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10015
10016 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
10017
10018         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10019
10020 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
10021
10022         * Makefile.in (ALL_MODULES): Added all-db.
10023         (CROSS_CHECK_MODULES): Addec check-db.
10024         (INSTALL_MODULES): Added install-db.
10025         (CLEAN_MODULES): Added clean-db.
10026
10027 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
10028
10029         * config.guess: Merge with latest FSF sources.
10030
10031 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
10032
10033         * Makefile.in (ALL_MODULES): Added all-itcl.
10034         (CROSS_CHECK_MODULES): Added check-itcl.
10035         (INSTALL_MODULES): Added install-itcl.
10036         (CLEAN_MODULES): Added clean-itcl.
10037
10038 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
10039
10040         * configure.in: build gdb for mn10200
10041
10042 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
10043
10044         * Makefile.in (all-target-winsup): Depend on all-target-libio.
10045
10046 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
10047
10048         * configure.in (tic80-*-*): Turn off most targets right now.
10049
10050 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
10051
10052         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10053         rather than the makeinfo program.
10054         (do-info): Depend upon all-texinfo.
10055
10056 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10057
10058         * configure.in: Remove uses of config/mh-linux.
10059
10060         * config.sub, config.guess: Merge with latest FSF sources.
10061
10062 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
10063
10064         * config.sub (case $basic_machine): Add tic80 entries.
10065
10066 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
10067
10068         * config.sub, config.guess: Merge with latest FSF sources.
10069
10070 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10071
10072         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10073         * mpw-config.in: Test for NewFolderRecursive.
10074         * mpw-install: Use symbolic name for startup filename.
10075         * mpw-README: Add various additional details.
10076
10077 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
10078
10079         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10080
10081 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
10082
10083         * configure.in: Do build gcc and the target libraries for
10084         the mn10200.
10085
10086 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
10087
10088         * configure.in: don't avoid building gdb for mn10300 any more
10089         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10090         instead of single-quoting it.
10091
10092 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
10093
10094         * configure.in: Don't use --with-stabs on IRIX 6.
10095
10096 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
10097
10098         * configure.in (m32r): Build gdb, libg++ now.
10099
10100 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10101
10102         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
10103         directories from noconfigdirs.
10104
10105 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
10106
10107         * config.sub (basic_machine): added mips16 configuration
10108
10109 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10110
10111         * config.sub: Handle d10v-unknown.
10112
10113 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
10114
10115         * config.sub: Handle v850-unknown.
10116
10117 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
10118
10119         * Makefile.in: add findutils
10120         * configure.in: add findutils to list of host_tools
10121
10122 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
10123
10124         * config.sub: Handle mn10200 and mn10300.
10125
10126 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10127
10128         * configure.in (d10v-*): Do not build librx.
10129
10130 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
10131
10132         * configure.in (mn10300): Build everything except gdb & libgloss.
10133
10134 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
10135
10136         * config.guess:  Patch for Dansk Data Elektronik servers,
10137         from Niels Skou Olsen <nso@dde.dk>.
10138
10139         For ncr, use /bin/uname rather than uname, since GNU uname does not
10140         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
10141
10142         Patch for MIPS R4000 running System V,
10143         from Eric S. Raymond <esr@snark.thyrsus.com>.
10144
10145         Fix thinko for nextstep.
10146
10147         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10148
10149         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
10150         * config.guess: Guess mips-dec-mach_bsd4.3.
10151
10152         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
10153         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
10154         release numbers.
10155         * config.guess (mips-mips-riscos*):  Emit just enough of the
10156         release number.
10157
10158         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
10159         * config.guess (sparc-auspex-sunos*):  Added.
10160         (f300-fujitsu-*): Added.
10161
10162         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
10163         * config.guess:  Recognize a Tadpole as a sparc.
10164
10165 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10166
10167         * config.guess: Don't assume that NextStep version is either 2 or
10168         3.  NextStep 4 (aka OpenStep 4) has come out now.
10169
10170 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10171
10172         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10173         From Rik Faith <faith@cs.unc.edu>.
10174
10175 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
10176
10177         * config.sub: Contributions from bug-gnu-utils to:
10178         Support plain "hppa" (no version given) architecture, reported by
10179         OpenStep.
10180         OpenBSD like NetBSD.
10181         LynxOs is not a hardware supplier.
10182
10183         * config.guess: Contributions from bug-gnu-utils to add support for:
10184         OpenBSD like NetBSD.
10185         Stratus systems.
10186         More Pyramid systems.
10187         i[n>4]86 Intel chips.
10188         M680[n>4]0 Motorola chips.
10189         Use unknown instead of lynx for hardware manufacturer.
10190
10191 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10192
10193         * install.sh (chmodcmd): Set to null if the DST directory already
10194         exists.
10195
10196 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10197
10198         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10199         not use mt-ppc target Makefile fragment any more.
10200
10201 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10202
10203         * configure.in (*-*-windows):  Exclude everything but those dirs
10204         needed to build windows.
10205
10206 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
10207
10208         * Makefile.in (all-target-winsup): Depend on all-target-librx.
10209
10210 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10211
10212         * configure.in:  Exclude mmalloc from i386-windows.
10213
10214 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10215
10216         * Undo my previous change.
10217
10218 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
10219
10220         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10221         unconditionally.
10222         (MAKEOVERRIDES): Define (revert this part of October 18 change).
10223
10224 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10225
10226         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
10227         host to add it's own flags.
10228
10229 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
10230
10231         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10232
10233 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
10234
10235         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10236         (CXX_FOR_TARGET): Likewise.
10237         (GCC_FOR_TARGET): Define.
10238         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10239         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10240         CC_FOR_TARGET was specified on the command line.
10241         (MAKEOVERRIDES): Don't define.
10242
10243 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
10244
10245         * configure.in (m32r): Fix spelling of libg++ libs.
10246
10247 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
10248
10249         * config.sub (-apple*): Remove, now redundant.
10250
10251 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
10252
10253         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10254
10255         * configure: Rework yesterday's sed script patch.
10256
10257         * config.sub: Merge with FSF.
10258
10259 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
10260
10261         * config.guess:  Merge from FSF.
10262
10263         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
10264         * config.guess: Use pc instead of unknown, for pc clone systems.
10265         Change linux to linux-gnu.
10266
10267         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10268         * config.guess: Avoid non-portable tr syntax.
10269
10270 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
10271
10272         * test-build.mk (HOLES): Add "xargs" for gdb.
10273
10274         * configure: Avoid hpux10.20 sed bug.
10275
10276 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
10277
10278         * configure.in:  Add support for windows host
10279         (that is a build done under the Microsoft build environment).
10280
10281 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
10282
10283         * Makefile.in: Replace all uses of srcroot with s, to shrink
10284         command line lengths.
10285
10286         Patches from Geoffrey Noer <noer@cygnus.com>:
10287         * configure.in: If configuring for newlib, pass --with-newlib to
10288         subdirectories.
10289         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10290         -Bnewlib/ and -Lwinsup to gcc.
10291         (CXX_FOR_TARGET): Likewise.
10292
10293 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10294
10295         * Makefile.in (ETC_SUPPORT): Add configure.
10296
10297 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
10298
10299         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10300         host configuration file.
10301
10302 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
10303
10304         * configure.in: Break mn10x00 support into separate
10305         mn10200 and mn10300 configurations.
10306         * config.sub: Likewise.
10307
10308 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
10309
10310         * configure.in: Add lots of stuff to noconfigdirs for
10311         the mn10x00 targets.
10312
10313         * config.sub, configure.in: Add mn10x00 support.
10314
10315 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
10316
10317         * make-all.com: Call conf-a-gas, not config-a-gas.
10318
10319 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
10320
10321         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10322         targets.
10323
10324 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
10325
10326         * mpw-README: Add much more detail for native PowerMac.
10327         * mpw-install: New file.
10328         * mpw-configure: Add --norecursion and --help options.
10329         * mpw-config.in: Translate readme and install files when
10330         copying to objdir.
10331         * mpw-build.in: Don't always depend on byacc and flex.
10332         (install-only-top): New action.
10333
10334 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
10335
10336         * configure.in:  You can now configure GDB for the v850.
10337
10338 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
10339
10340         * configure.in (noconfigdirs): Don't configure any C++ dirs
10341         if targeting D10V.
10342
10343 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10344
10345         * config.sub: Recognize mips64vr5000.
10346
10347 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
10348
10349         * configure.in: Use a single line for host_tools and native_only.
10350
10351 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
10352
10353         * config.sub, configure.in: Add entries for m32r.
10354
10355 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
10356
10357         * Makefile.in (inet-install): Don't run install-gzip.
10358
10359 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
10360
10361         * configure.in:  Don't config lots of things for *-*-windows*.
10362
10363 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
10364
10365         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10366         (host_libs, host_tools): Copy from configure.in.
10367         * mpw-configure: Don't complain about directories not found.
10368
10369 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10370
10371         * configure.in (i[345]86): Recognize i686 for pentium pro.
10372         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10373         file.
10374
10375         * config.guess (i[345]86): Ditto.
10376
10377 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10378
10379         * configure.in (noconfigdirs): Removed gdb for D10V.
10380
10381 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
10382
10383         * configure.in: Remove ld, target-libio, target-libg++, and
10384         target-libstdc++ from noconfigdirs.
10385
10386 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
10387
10388         * configure: Fix three locations where shell scripts were
10389         being run directly rather than with config_shell.
10390
10391 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
10392
10393         * configure.in (v850-*-*): Set up initial $noconfigdirs.
10394         * config.sub (basic_machine): Recognize v850.
10395
10396 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
10397
10398         * mpw-configure: Handle multiple enable/disable options and
10399         pass them down recursively, handle -c and -s flags appropriately
10400         depending on choice of compiler, add escape mechanism for
10401         quoted arguments to gC.
10402
10403 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10404
10405         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10406         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10407         so that -mrelocatable-lib and -mno-eabi are used.
10408
10409         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10410         not support --print-multi-lib, don't abort.
10411
10412 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
10413
10414         * make-all.com: Run config-a-gas.
10415         * setup.com: Don't copy subdirectory files around.
10416
10417 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
10418
10419         * configure.in (*-*-ose): Remove exclusion of libgloss for this
10420         target, it now compiles correctly.
10421
10422 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
10423
10424         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10425
10426 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10427
10428         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10429
10430 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10431
10432         * configure.in (native_only): Add prms.
10433
10434 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
10435
10436         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10437         (BINUTILS_SUPPORT_DIRS): Likewise.
10438
10439 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10440
10441         * configure.in (d10v-*-*): Don't configure ld or gdb until the
10442         d10v support is added.
10443
10444 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10445
10446         * configure.in (d10v-*-*): New target.
10447
10448 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
10449
10450         * config.guess (HP 9000/811): Recognize this as a PA1.1
10451         machine.
10452
10453 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
10454
10455         * Makefile.in (do-tar-gz): New target, split out from tail end of
10456         taz target.  Run each command separately, don't use pipes.
10457         (taz): Use it.
10458
10459 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
10460
10461         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10462         * mpw-build.in: No builds should depend on building byacc or flex,
10463         they are assumed to be installed already.
10464
10465 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10466
10467         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10468         variable that CC_FOR_TARGET needs.
10469
10470 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10471
10472         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10473         options have changed since the last time the subdirectory was
10474         configured, and if it has, reconfigure.
10475         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10476         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10477
10478 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
10479
10480         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10481         CLEAN_MODULES): Add bash.
10482         (all-bash): New target.
10483
10484 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
10485
10486         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10487
10488 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10489
10490         * config.sub (basic_machine): Recognize d10v as a valid processor.
10491
10492 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
10493
10494         * mpw-configure: Add support for --bindir.
10495         * mpw-build.in: Use a GCC-specific build script for GCC actions.
10496
10497 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
10498
10499         * configure.in: add bash, time, gawk to list of hosttools and things
10500         to only build for native toolchains
10501
10502 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10503
10504         * Makefile.in (docdir): Remove.
10505
10506 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10507
10508         * Makefile.in (datadir): Set to $(prefix)/share.
10509
10510 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
10511
10512         * configure.in: build diff and patch for cygwin32-hosted
10513         toolchains.
10514
10515 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
10516
10517         * config.sub: Accept -rtems*.
10518
10519 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
10520
10521         * configure.in: enable dosrel for cygwin32-hosted builds,
10522                 remove diff from the list of things not buildable
10523                 via Canadian Cross
10524
10525 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
10526
10527         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10528         don't get ". ".
10529
10530 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
10531
10532         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10533
10534 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
10535
10536         * Makefile.in (taz): Handle case where tex3patch didn't even get
10537         checked out.  Also, if it was found, put the symlink in a new util
10538         subdirectory.
10539
10540 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10541
10542         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10543
10544 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
10545
10546         * config.sub: Recognize -openvms.
10547         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10548         * make-all.com, setup.com: New files.
10549
10550 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10551
10552         * Makefile.in (taz): tex3patch moved to texinfo/util.
10553
10554 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
10555
10556         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10557         * configure.in: remove make from disable-if-Can-Cross list
10558                 enable gdb if ${host} and ${target} are cygwin32
10559
10560 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
10561
10562         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
10563         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10564
10565 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10566
10567         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
10568         distinguish sysv/svr4/bsd variants.
10569         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10570
10571 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
10572
10573         * configure.in: Added copyright notice.
10574         * move-if-change: Added copyright notice.
10575
10576 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10577
10578         * configure.in (powerpcle-*-solaris*): Until we get shared
10579         libraries working, don't build gdb, sim, make, tcl, tk, or
10580         expect.
10581
10582 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
10583
10584         * config.guess:  Merge with FSF:
10585
10586         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10587         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10588
10589         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
10590         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10591
10592         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
10593         * config.guess:  Combine two OSF1 rules.
10594         Also recognize field test versions.  From mjr@zk3.dec.com.
10595         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
10596         because GNU uname does not support -p.  From pmr@pajato.com.
10597
10598 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
10599
10600         * Makefile.in (MAKEDIRS): Removed $(tooldir).
10601
10602 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
10603
10604         * mpw-README: Document GCCIncludes.
10605
10606 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
10607
10608         * configure.in (alpha-*-linux*): Set enable_shared to yes.
10609
10610 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10611
10612         * mpw-configure: Handle --enable-FOO and --disable-FOO.
10613
10614 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
10615
10616         * configure.in (*-*-cygwin32): Configure make.
10617
10618 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
10619
10620         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10621
10622 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
10623
10624         * Makefile.in (all-inet): Depend on all-perl.
10625
10626         * Makefile.in (inet-install): New target.
10627
10628         * Makefile.in (all-inet): Depend on all-tcl.
10629         (all-inet): Depend on all-send-pr.
10630
10631 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10632
10633         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10634         temporarily.
10635
10636 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
10637
10638         * configure.in: Don't configure --with-gnu-ld on AIX.
10639
10640 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10641
10642         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10643
10644 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
10645
10646         * Makefile.in (ALL_MODULES): Added all-inet.
10647         (CROSS_CHECK_MODULES): Added check-inet.
10648         (INSTALL_MODULES): Added install-inet.
10649         (CLEAN_MODULES): Added clean-inet.
10650         (all-indent): New target.
10651
10652         * configure.in (host_tools): Added inet.
10653         (native_only): Added inet.
10654         (noconfigdirs): Added inet.
10655
10656 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
10657
10658         * configure.in: Don't configure libgloss if we are not configuring
10659         newlib.
10660
10661 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
10662
10663         * configure.in: Don't configure libgloss for unsupported
10664         architectures.
10665
10666 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10667
10668         * Makefile.in (CLEAN_MODULES): Add clean-apache.
10669
10670 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
10671
10672         * Makefile.in (ALL_MODULES): Include all-apache.
10673         (CROSS_CHECK_MODULES): Include check-apache.
10674         (INSTALL_MODULES): Include install-apache.
10675         (all-apache): New target.
10676
10677         * configure.in: Added apache everywhere perl is seen.
10678
10679 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10680
10681         * Makefile.in: Add support for clean-{module} and
10682         clean-target-{module} rules.
10683
10684 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
10685
10686         * configure.in (*-*-ose) do not build libgloss.
10687
10688 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10689
10690         * config.guess (prep*:SunOS:5.*:*): Turn into
10691         powerpele-unknown-solaris2.
10692
10693 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
10694
10695         * configure.in: Permit --enable-shared to specify a list of
10696         directories.
10697
10698 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10699
10700         * configure.in (host==solaris): Pass only the first word of $CC
10701         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10702
10703 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10704
10705         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10706
10707 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
10708
10709         * Makefile.in (ALL_MODULES): Include all-perl.
10710         (CROSS_CHECK_MODULES): Include check-perl.
10711         (INSTALL_MODULES): Include install-perl.
10712         (ALL_X11_MODULES): Include all-guile.
10713         (CHECK_X11_MODULES): Include check-guile.
10714         (INSTALL_X11_MODULES): Include install-guile.
10715         (all-perl): New target.
10716         (all-guile): New target.
10717
10718         * configure.in (host_tools): Include perl and guile.
10719         (native_only): Include perl and guile.
10720         (noconfigdirs): Don't build guile and perl; no ports have been
10721         done.
10722
10723 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
10724
10725         * configure (--enable-*): Handle quoted option lists such as
10726         --enable-sim-cflags='-g0 -O' better.
10727
10728 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10729
10730         * Makefile.in ({,inst}all-target): New rule so we can make and
10731         install all of the target directories easily.
10732
10733 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10734
10735         * configure.in: Add missing global flag in sed substitution when
10736         deleting `target-' from ${configdirs}.
10737
10738 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
10739
10740         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10741         option.
10742
10743         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10744         config/mh-necv4.
10745
10746         * install.sh: Correct misspelling of transformbasename.
10747
10748         * config.guess: Recognize mips-*-sysv*.
10749
10750 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
10751
10752         * config.sub: Recognize mon960.
10753
10754 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
10755
10756         * configure: Restore Canadian Cross handling of BISON and LEX,
10757         removed in Feb 20 change.
10758
10759 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
10760
10761         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10762         Mention make install.  Remove the old copyright date as well the
10763         clumsy and rather pointless copyright on the README file.
10764
10765 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10766
10767         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10768         Makefile after running symlink-tree, then run `make distclean' to
10769         avoid clobbering any generated files in srcdir.
10770
10771 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
10772
10773         * configure.in (m68k-*-netbsd*): Build everything now.
10774
10775 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10776
10777         * Makefile.in (taz): Fix quoting.
10778
10779 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
10780
10781         * configure.in (sparclet-*-*): Build everything now.
10782
10783 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10784
10785         * configure.in (m68k-*-linux*): New host.
10786
10787 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
10788
10789         * configure: Check for bison before byacc.
10790
10791 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
10792
10793         * Makefile.in configure:  Change the way LEX and BISON/YACC are
10794         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
10795         searching PATH.  These are used as fallbacks by Makefile.in if
10796         flex/bison/byacc aren't in objdir.
10797
10798 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
10799
10800         * Makefile.in: Make everything which depends upon all-bfd also
10801         depend upon all-opcodes, in case --with-commonbfdlib is used.
10802
10803 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10804
10805         * configure.in (host *-*-cygwin32): Don't build gdb if we are
10806         building NT native compilers on Unix.
10807
10808 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
10809
10810         * configure.in: Don't get CC from the host Makefile fragment if we
10811         can find gcc in PATH, or if this is a Canadian Cross.  Move the
10812         Solaris test for /usr/ucb/cc to the post target script, just after
10813         the compiler sanity test.
10814
10815 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
10816
10817         * config.sub: Merge with FSF.
10818
10819 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
10820
10821         * Makefile.in (RPATH_ENVVAR): New variable.
10822         (REALLY_SET_LIB_PATH): Use it.
10823         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10824
10825 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
10826
10827         * config.sub, configure.in: Recognize sparclet cpu.
10828
10829 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10830
10831         * config.guess:  Support m68k-cbm-sysv4.
10832
10833 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10834
10835         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10836         m68k-unknown-linuxaout from linker help string.  Put quotes around
10837         $ld_help_string.
10838
10839 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
10840
10841         * config.guess (powerpc-harris-powerunix): Add guess for port
10842         to new target.
10843
10844 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10845
10846         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10847
10848 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
10849
10850         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10851         $(REALLY_SET_LIB_PATH) in Makefile.
10852         * Makefile.in (SET_LIB_PATH): New variable.
10853         (REALLY_SET_LIB_PATH): New variable.
10854         ($(DO_X)): Use $(SET_LIB_PATH).
10855         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10856         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10857         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10858         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10859         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10860         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10861         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10862         (install-dosrel): Likewise.
10863         (all-opcodes): Depend upon all-libiberty.
10864
10865 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10866
10867         * config.guess (*:CYGWIN*): New
10868
10869 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10870
10871         * Makefile.in (all-target-winsup): All all-target-libiberty.
10872
10873 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10874
10875         * configure.in (noconfigdirs): Add missing # in front of comment.
10876
10877 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
10878
10879         * configure.in: add second pass to things added to noconfigdirs
10880         so *-gm-magic can exclude libgloss properly.
10881
10882 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
10883
10884         * mpw-configure (extralibs_name, rez_name): Set correctly
10885         for MWC68K compiler.
10886
10887         * mpw-README: Add more info on the necessary build tools.
10888
10889 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10890
10891         * configure.in, config.sub: Recognize cygwin32.
10892
10893 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
10894
10895         * config.guess, config.sub: Recognize A/UX.
10896
10897 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
10898
10899         * config.sub: Merge with gcc/config.sub.
10900
10901 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
10902
10903         * mpw-build.in (do-binutils): Add build of stamps.
10904
10905 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
10906
10907         * config.sub: Add recognition for mips64vr4100*-* targets.
10908
10909 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10910
10911         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10912         Add creation of gconfigargs with `--enable-shared' turned on.
10913         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10914         ($(host)-stamp-stage3-configured): Likewise.
10915         (HOLES): Add chatr and ldd.
10916         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10917
10918 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
10919
10920         * configure: Pass --nfp to recursive configures.
10921
10922 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10923
10924         * Makefile.in (DLLTOOL): New.
10925         (DLLTOOL_FOR_TARGET): New.
10926         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10927         (EXTRA_TARGET_FLAGS): Ditto.
10928         (EXTRA_GCC_FLAGS): Ditto.
10929         (CONFIGURE_TARGET_MODULES): Ditto.
10930         (DO_X): Ditto.
10931         * configure: Add DLLTOOL.
10932
10933 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
10934
10935         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10936         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10937         mh-sco, since old workarounds no longer needed, and don't
10938         build ld, since libraries have weak symbols in COFF.
10939
10940 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
10941
10942         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10943
10944 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10945
10946         * configure.in: Make sure that ${CC} can be used to compile an
10947         executable.
10948
10949 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10950
10951         * Makefile.in (all-gdb): Depend on $(GDB_TK).
10952         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10953         nothing depending on whether gdbtk is being built.
10954
10955 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
10956
10957         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10958
10959 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
10960
10961         * configure.in (noconfigdirs): Put ld or gas in this early, if the
10962         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10963
10964 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
10965
10966         * config-ml.in: Add support for
10967         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10968         Simplify setting of multidirs from --disable-foo.
10969
10970 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10971
10972         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10973         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10974         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
10975         non-empty, pass them on to the  GCC make.
10976         (all-bootstrap): New rule that is like all-gcc, except it executes
10977         the GCC bootstrap rule instead of the GCC all rule.
10978
10979 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
10980
10981         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10982
10983 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10984
10985         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10986         DG/UX support.
10987
10988 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
10989
10990         * config.sub (i*86*) Change [345] to [3456]
10991
10992 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10993
10994         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10995         --with-gnu-ld=no.
10996
10997 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10998
10999         * config-ml.in (rs6000*, powerpc*): Add switches to control which
11000         AIX multilibs get built.
11001
11002 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11003
11004         * configure.in (i386-win32): Don't build expect if we're not
11005         building the tcl subdir.
11006
11007 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
11008
11009         * Makefile.in: (configure-target-examples, all-target-examples):
11010         New targets, configure and build example programs.
11011
11012 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11013
11014         * mpw-configure: If an mpw-config.in generated a file mk.sed,
11015         use it as input to sedit the generated MPW makefile.
11016         * mpw-README: Add a suggestion about Gestalt.h.
11017
11018 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
11019
11020         * config.sub: Accept *-*-ieee*.
11021
11022 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
11023
11024         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
11025         Ronald F. Guilmette <rfg@monkeys.com>.
11026
11027 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11028
11029         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11030         for powerpc-pe native.
11031         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11032         (target==powerpc-pe): duplicate i386-win32 entry.
11033
11034 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11035
11036         * configure.in (noconfigdirs): Exclude target-newlib for all versions
11037         of vxworks, not just vxworks5.1.
11038
11039 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
11040
11041         * mpw-configure: Add support for exec-prefix.
11042
11043 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11044
11045         * config.guess: Recognize HP model 816 machines as having
11046         a PA1.1 processor.
11047
11048 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11049
11050         * configure: Ignore new autoconf configure options.
11051
11052 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11053
11054         * config.guess:  Recognize Pentium under SCO.
11055         From Robert Lipe <robertl@arnet.com>.
11056
11057 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11058
11059         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11060
11061 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
11062
11063         * configure.in: Don't configure gas for alpha-dec-osf*.
11064
11065 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
11066
11067         * configure.in: Default to --with-stabs for some targets for which
11068         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11069         i[345]86*-*-unixware*.
11070
11071 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11072
11073         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11074         rather than basing it on the target.  Simplify handling of options
11075         controlling which directories to configure.  Remove extraneous
11076         slash in multi-clean target.
11077
11078 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
11079
11080         * config-ml.in: Prefix more variables with ml_ so they don't collide
11081         with configure's.
11082
11083 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
11084
11085         * configure: Don't turn -v into --v.
11086
11087 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
11088
11089         * configure.in (targargs): Fix typo.
11090
11091         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11092
11093 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11094
11095         * configure.in: Strip --host and --target options from
11096         CONFIG_ARGUMENTS, and always configure for --host only.  Add
11097         --with-cross-host option when building with a cross-compiler.
11098         * configure: Canonicalize the arguments put into config.status by
11099         always using `=' for an option with an argument.  Pass a presumed
11100         --host or --target explicitly.
11101
11102 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
11103
11104         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11105         into general OS recognition case.
11106
11107 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11108
11109         * configure.in (target_configdirs): add target-winsup only
11110         for win32 target systems.
11111
11112 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
11113
11114         * Makefile.in (all-target-libgloss): Depend upon
11115         configure-target-newlib, since when libgloss is built it looks to
11116         see if the newlib directory exists.
11117
11118 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
11119
11120         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11121         cfg-ml-*.in.
11122
11123 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
11124
11125         * configure: Handle LD and LD_FOR_TARGET when configuring a
11126         Canadian Cross.
11127
11128 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11129
11130         * configure.in (target_libs): add target-winsup.
11131         (target==i386-win32): add patch diff flex make to $noconfigdirs.
11132         (target==ppcle-pe): remove ld from $noconfigdirs.
11133
11134 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
11135
11136         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11137         Preserve relative path names in $srcdir.  Build symlink tree if
11138         configuring cross target dir and srcdir=. (= no VPATH support).
11139         (configure-target-libg++): Depend on configure-target-librx.
11140         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11141         * config-ml.in: New file.
11142         * symlink-tree: New file.
11143         * configure: Ensure srcdir="." if that's what it is.
11144
11145 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
11146
11147         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11148         includes and FLEX_SKELETON setting.
11149         * mpw-configure (--with-gnu-ld): New option, controls whether
11150         to use PPCLink or ld with PowerMac GCC.
11151         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11152         * mpw-config.in: Configure grez if targeting Mac.
11153
11154         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
11155         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11156         just macos.
11157         * configure.in: Configure grez resource compiler if targeting Mac.
11158         * Makefile.in (all-grez, install-grez): New targets.
11159
11160 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
11161
11162         * configure: CXX defaults to gcc, not g++.  If we find
11163         gcc in the path, set CC to gcc -O2.
11164
11165 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
11166
11167         * configure: Default ${build} correctly.  Avoid picking up extra
11168         spaces when reading CC and CXX from Makefile.  When doing a
11169         Canadian Cross, use plausible default values for numerous
11170         variables.
11171         * configure.in: When doing a Canadian Cross, don't try to
11172         configure tools whose configure script can't handle it.
11173
11174 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11175
11176         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11177
11178 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11179
11180         * configure:  Remove dubious bug reporting address.
11181
11182 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11183
11184         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
11185         configure script, run that instead of this directory's configure.
11186         In either case, print a message that we're configuring the sub-dir.
11187
11188 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11189
11190         * configure.in: Before checking for the existence of various files,
11191         use sed to filter out "target-".
11192
11193 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11194
11195         * Makefile.in (DO_X): Split rule to decrease command line length
11196         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
11197         (Philippe De Muyter).
11198
11199 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11200
11201         * Makefile.in (all-patch): depend on all-libiberty.
11202
11203 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
11204
11205         * configure.in: If the only directory in target_configdirs which
11206         actually exists is libiberty, then set target_configdirs to empty,
11207         to avoid trying to build a target libiberty in a gas or gdb
11208         distribution.
11209
11210 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
11211
11212         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11213         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11214         systems.
11215
11216 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11217
11218         * configure.in (copy_dirs): Use sys-include instead of include
11219         for --with-headers option.
11220
11221 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
11222
11223         * Makefile.in, configure.in: Make winsup builds work with
11224         new scheme.
11225
11226 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
11227
11228         * configure.in: Build the linker on AIX.
11229
11230 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11231
11232         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
11233         where needed.
11234
11235 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
11236
11237         * Makefile.in (all-gcc): Fix typo.
11238
11239 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11240
11241         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
11242
11243 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11244
11245         * configure.in:  Rename libFOO to target-libFOO, and xiberty
11246         to target-xiberty, to provide more flexibility.
11247         (target_subdir):  Define.  Create if cross.
11248         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11249         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
11250         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11251         check-libFOO -> check-target-libFOO, etc.
11252         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11253         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11254         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11255         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
11256         allow ALL_GCC="" to only configure.
11257         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
11258         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
11259         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
11260
11261 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
11262
11263         * Makefile.in (taz): Build "info" in etc explicitly.
11264
11265 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
11266
11267         * configure.in:  Make sure that CC is undefined (as opposed to
11268         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
11269         problem with autoconf trying to configure on a host without GCC.
11270
11271 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11272
11273         * mpw-configure: Set host alias from choice of host compiler,
11274         only use generic MPW Makefile sed if present, edit a file
11275         named "hacked_Makefile.in" instead of "Makefile.in" if present.
11276         * mpw-README: Add problem notes about CW6 and CW7.
11277
11278 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
11279
11280         * Makefile.in (taz): Use ";" instead of ";;".
11281
11282 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11283
11284         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
11285         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11286         DISTDOCDIRS.
11287         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
11288         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
11289
11290 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11291
11292         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
11293         and gnats, because they are now subsumed by DISTSTUFFDIRS.
11294         Move bfd to DISTSTUFFDIRS.
11295
11296 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11297
11298         * Makefile.in (X11_LIB): Removed.
11299         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11300
11301         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11302
11303 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11304
11305         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11306         names.
11307
11308 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11309
11310         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11311
11312 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
11313
11314         * configure.in (i[345]86-*-win32): Always build newlib.
11315         Don't configure cvs, autoconf or texinfo.
11316         * Makefile.in (LD_FOR_TARGET): New.
11317         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11318         Pass down LD_FOR_TARGET.
11319
11320 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11321
11322         * winsup: New directory.
11323         * Makefile.in: Build winsup.
11324         * configure.in: Winsup is configured when target is win32.
11325         Can only build win32 target GDB when native.
11326
11327 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
11328
11329         * config.guess: Recognize HP model 819 machines as having
11330         a PA 1.1 processor.
11331
11332 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11333
11334         * configure: Fix sed loop which substitutes for CC and CXX to
11335         avoid bug found in various sed implementations.
11336
11337 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11338
11339         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11340         simulator.  Use standard powerpc-*-eabi*.
11341
11342 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11343
11344         * configure.in: Stop putting gas and binutils in noconfigdirs for
11345         powerpc-*-aix* and rs6000-*-*.
11346
11347 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
11348
11349         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11350         -mcall-aixdesc libraries.
11351
11352 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
11353
11354         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11355
11356         * config.sub (arm | armel | armeb): Fix shell syntax.
11357
11358 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11359
11360         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11361         -msoft-float and -mcpu=common support.
11362         (powerpc*-*-eabisim*): Add support for building -mcall-aix
11363         libraries.
11364
11365 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11366
11367         * configure.in: Allow configuration and build of emacs19 for the alpha.
11368
11369 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11370
11371         * configure.in (CC): Get ^CC, not just any old CC, from
11372         ${host_makefile_frag}.
11373
11374 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11375
11376         * configure.in (CC): Try to get CC from
11377         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11378
11379 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11380
11381         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11382         only if it exists in $(srcdir).
11383
11384 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11385
11386         * configure: If CC and CXX are not set in the environment, set
11387         them, based on either an existing Makefile or on searching for gcc
11388         in PATH.  Substitute for CC and CXX in Makefile.
11389         * configure.in: Remove libm from target_libs.  Separate
11390         target_configdirs from configdirs.  If CC is not set in
11391         environment, try to get it from a host Makefile fragment.  Rewrite
11392         changes of configdirs to use skipdirs instead.  A few minor
11393         tweaks.  Take directories out of target_configdirs as they are
11394         taken out of configdirs.  Remove existing Makefile files from
11395         subdirectories.  Substitute for TARGET_CONFIGDIRS and
11396         CONFIG_ARGUMENTS in Makefile.
11397         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11398         by configure.in.
11399         (CONFIG_ARGUMENTS): Likewise.
11400         (CONFIGURE_TARGET_MODULES): New variable.
11401         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11402         ($(CONFIGURE_TARGET_MODULES)): New target.
11403         (configure-libg++, configure-libio): New targets.
11404         (all-libg++): Depend upon configure-libg++.
11405         (all-libio): Depend upon configure-libio.
11406         (configure-libgloss, all-libgloss): New targets.
11407         (configure-libstdc++): New target.
11408         (all-libstdc++): Depend upon configure-libstdc++.
11409         (configure-librx, all-librx): New targets.
11410         (configure-newlib): New target.
11411         (all-newlib): Depend upon configure-newlib
11412         (configure-xiberty): New target.
11413         (all-xiberty): Depend upon configure-xiberty.
11414
11415 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11416
11417         * configure.in (host i[345]86-*-win32):  Expand the
11418         noconfigdirs again.
11419
11420 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
11421
11422         * mpw-configure: Fix sed command file name.
11423
11424 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11425
11426         * configure.in (host i[345]86-*-win32): Reduce the
11427         noconfigdirs again.
11428
11429 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
11430
11431         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11432         or powerpc*-*-pe*, since they are not yet supported.
11433
11434 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11435
11436         Add PowerMac support and many other enhancements.
11437         * mpw-configure: New option --cc to select compiler to use,
11438         paste options set according to --cc into the generated
11439         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11440         if mpw-make.sed is present.
11441         * mpw-config.in: Don't test for gC1, test for mpw-touch,
11442         add forward includes for PowerPC include files.
11443         * mpw-build.in: Build using Makefile.PPC if present.
11444         (do-byacc, etc): Remove separate version resource builds.
11445         (do-gas): Build "stamps" before "all".
11446         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11447         * mpw-README: Update to reflect --cc option, PowerMac support,
11448         and recently-reported compatibility problems.
11449
11450 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11451
11452         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11453         embedded m68k systems (-aout, -coff, -elf, -vxworks).
11454         (--with-multilib-top): Pass to recursive invocations.
11455
11456 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
11457
11458         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11459         v810-*-*.
11460
11461 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11462
11463         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11464         gdb, ld and opcodes on v810-*-*.
11465
11466 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11467
11468         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11469         (local-maintainer-clean): New target.
11470         (maintainer-clean): New target.
11471         (realclean): Just depend upon maintainer-clean.
11472
11473 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11474
11475         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11476
11477 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
11478
11479         * configure.in: Build ld in mips*-*-bsd* case.
11480
11481 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
11482
11483         * config.sub: Accept -lites* OS.  From Ian Dall.
11484
11485 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
11486
11487         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11488         targets.
11489
11490 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11491
11492         * configure.in: treat i386-win32 canadian cross the same as
11493         i386-go32 canadian cross.
11494
11495 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11496
11497         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11498         running under the simulator to build a reduced set of libraries.
11499         (powerpc-*-eabiaix): Add fine grained multilib support added to
11500         other powerpc targets yesterday.
11501
11502 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11503
11504         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11505         -disable-softfloat, -disable-relocatable, -disable-aix, and
11506         -disable-sysv to control which multilib libraries get built.
11507
11508 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11509
11510         * configure: Add Makefile.tem to list of files to remove in trap
11511         handler.
11512
11513 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11514
11515         * config.guess (*Linux*):  Add missing "exit"s.
11516         Also, need specific check for alpha-unknown-linux (uses COFF).
11517
11518 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11519
11520         * config.guess:  Merge with FSF:
11521
11522         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
11523         * config.guess (AIX4): More robust release numbering discovery.
11524
11525         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
11526         * config.guess (i386-sequent-ptx): Properly get version number.
11527
11528         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
11529         * config.guess (mips:*:4*:UMIPS): New case.
11530
11531 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11532
11533         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11534         (i386-win32 host): Likewise.  Don't build readline.
11535
11536 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
11537
11538         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
11539         SUPPORT_FILES to submakes.
11540
11541 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
11542
11543         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11544         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11545         mpw-configure.
11546
11547 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
11548
11549         * configure.in (appdirs): Use =, not ==, in test expression when
11550         trying to build the text to print in the warning message for
11551         Solaris users.
11552
11553 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
11554
11555         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11556
11557 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11558
11559         * config.guess: Recognize lynx-2.3.
11560
11561 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
11562
11563         * config.sub (z8ksim): Deleted
11564         (z8k-*-coff): New, this is the one true name of the target.
11565
11566 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
11567
11568         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11569
11570 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
11571
11572         * config.guess (*:Linux:*:*): First try asking the linker what the
11573         default object file format is (elf, aout, or coff).  Then if this
11574         fails, try previous methods.
11575
11576 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11577
11578         * configure.in: Don't build newlib for *-*-vxworks5.1.
11579
11580 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11581
11582         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11583         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11584
11585 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
11586
11587         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11588
11589 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
11590
11591         * cfg-ml-com.in: New file.
11592         * cfg-ml-pos.in: New file.
11593
11594 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11595
11596         * COPYING.NEWLIB: Add HP free copyright to list.
11597
11598 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11599
11600         * config.sub: Recognize -eabi* for the system, not just -eabi.
11601
11602 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11603
11604         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11605         * config.sub, configure.in (win32): New target and host.
11606
11607 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11608
11609         * configure.in: Add i386-pe configuration.
11610
11611 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
11612
11613         * mpw-build.in (install): Install GDB after LD.
11614
11615 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
11616
11617         * mpw-config.in (elf/mips.h): Always forward-include, needed
11618         for GDB to build.
11619
11620 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11621
11622         * testsuite: New directory for customer acceptance and whole tool
11623         chain tests.
11624
11625 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11626
11627         * configure: If per-host line isn't found, but AC_OUTPUT is found
11628         and a configure script exists, run it instead.
11629
11630 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11631
11632         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
11633
11634 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11635
11636         * configure: Set build_{cpu,vendor,os,alias} to host values when
11637         --build isn't specified.
11638
11639 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11640
11641         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11642         (FLAGS_TO_PASS): Pass them.
11643         (EXTRA_TARGET_FLAGS): Ditto.
11644
11645 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11646
11647         * Makefile.in (all-libg++): Depend on all-libstdc++.
11648
11649 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11650
11651         * configure.in (noconfigdirs): Enable all packages for
11652           i386-unknown-netbsd.
11653
11654 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
11655
11656         * configure.in (noconfigdirs): Don't configure tk for i386-go32
11657         hosted builds (DOS builds)
11658
11659 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11660
11661         Changes for ARM based on patches from Richard Earnshaw:
11662         * config.sub: Handle armeb and armel.
11663         * configure.in: Omit arm linker only for riscix.
11664
11665 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11666
11667         * config.guess:  Update from FSF.
11668
11669 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
11670
11671         * config.sub: Recognize powerpcle as the little endian varient of
11672         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
11673         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
11674         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
11675         temporarily.
11676
11677 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
11678
11679         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11680
11681 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
11682
11683         * config.sub: Accept -lites* as a basic system type.
11684
11685 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
11686
11687         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11688         installed, and if so return linuxoldld as the system name.
11689
11690 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
11691
11692         * config.guess: Add hppa1.1-hp-lites support.
11693
11694 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11695
11696         * configure.in: Don't build newlib for m68k-vxworks5.1.
11697
11698 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11699
11700         * configure.in (mips-sgi-irix6): Use mh-irix5.
11701
11702 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
11703
11704         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11705
11706 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11707
11708         * test-build.mk: Enable building of shared libraries on IRIX 5 and
11709         OSF/1.  Fix compiler flags.
11710         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
11711
11712 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
11713
11714         * configure.in: Recognize --with-newlib.
11715         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11716
11717 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11718
11719         * Makefile.in: move {all,check,install}-gdb from *_MODULES
11720         to *_X11_MODULES due to gdbtk needing X include files et al.
11721
11722 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
11723
11724         Merge in support for Mac MPW as a host.
11725         (Old change descriptions retained for informational value.)
11726
11727         * mpw-config.in: Add generic include forwards for cpu-specific
11728         include files in aout and elf directories.
11729
11730         * mpw-configure: Added copyright.
11731         * mpw-config.in: Check for presence of required build tools.
11732         (target_libs): Add newlib.
11733         (target_tools): Add examples.
11734         (Read Me): Generate as "Read Me for MPW" instead.
11735         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11736         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11737         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11738
11739         * mpw-configure: Remove subdir-specific makefile hackery,
11740         delete mk.tmp after using it.
11741
11742         * mpw-build.in (all): Display start and end times.
11743
11744         * mpw-configure (host_canonical): Set.
11745         (target_cpu): Always add to makefiles.
11746         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11747         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11748         (mpw-mh-mpw): Look for in srcdir and srcroot.
11749         Use sed instead of mpw-edit-prefix to edit prefix definitions.
11750
11751         * mpw-build.in: (install-only): New target.
11752
11753         * mpw-configure (host_alias, target_alias): Rename from hostalias
11754         and targetalias, add into generated Makefile.
11755         (mk.tmp): If present, add into generated Makefile.
11756         * mpw-build.in (all-gas): Build config.h first before gas proper.
11757
11758         * mpw-configure (config.status): Write only if changed.
11759         * mpw-config.in (readline): Configure it (not built, just used for
11760         definitions).
11761
11762         * mpw-config.in (elf/mips.h): Add a forward include.
11763
11764         * mpw-config.in: Forward-include most .h files in include into
11765         extra-include.
11766         (readline): Don't build.
11767         mpw-build.in (install): Install GDB.
11768
11769         * mpw-configure (prefix, mpw_prefix): Handle it.
11770         * mpw-config.in (mmalloc, readline): Don't configure.
11771         * mpw-build.in (thisscript): Rename to ThisScript.
11772         Use mpw-build instead of BuildProgram everywhere.
11773         (mmalloc, readline): Don't build.
11774         * mpw-README: New file, basic documentation about the MPW port.
11775
11776         * mpw-config.in: Use forward-include to create include files.
11777
11778         * mpw-configure: Add more things to the top of each configured
11779         Makefile, including contents of config/mpw-mh-mpw.
11780         * mpw-config.in (extra-include): Create this directory and fill it
11781         with Posix-like include files when configuring.
11782
11783         * config.sub (apple, mac, mpw): Add various aliases.
11784
11785         * mpw-build.in: New file, top-level build script fragment for MPW.
11786         * mpw-configure: New file, configure script for MPW.
11787         * mpw-config.in: New file, config fragment for MPW.
11788
11789 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11790
11791         * configure.in (host_libs): Remove glob, since it is gone from the
11792         sources.
11793
11794 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11795
11796         * Makefile.in: define empty GDB_NLM_DEPS var.
11797
11798         * configure.in(target_makefile_frag): use config/mt-netware
11799         for netware targets.
11800
11801 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11802
11803         * config.sub: Merge in recent FSF changes.  Remove linux special
11804         cases.
11805
11806 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11807
11808         Revert this change:
11809
11810         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11811
11812                 * build-all.mk: Use CC=cc -Xs on Solaris.
11813
11814 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11815
11816         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
11817         stop using it.
11818         * Makefile.in: Nuke all references to glob subdirectory.
11819
11820 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11821
11822         * configure.in: Fix --enable-shared logic in per-host.
11823
11824 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11825
11826         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11827
11828 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11829
11830         * configure.in (noconfigdirs): Don't build gas on AIX, for
11831         powerpc*-*-aix* as well as for rs6000*-*-aix*.
11832
11833 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
11834
11835         * configure: Fix --cache-file to work if the file argument is a
11836         relative path.
11837
11838 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
11839
11840         * configure: If the --cache-file is used, pass it down to
11841         configure in subdirectories.
11842
11843 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
11844
11845         * config.sub: add vxworks29k configuration.
11846
11847 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11848
11849         * Makefile.in (taz): Do "diststuff" part quietly.
11850
11851 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11852
11853         * config.sub: Mini-merge with gcc/config.sub.
11854
11855 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11856
11857         * config.guess (IRIX): Sed - to _.
11858
11859 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11860
11861         * Makefile.in (source-vault, binary-vault): New targets.
11862
11863 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
11864
11865         * config.sub: Recognize -eabi as a basic system type.
11866
11867 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11868
11869         * configure.in (enable_shared stuff): Fix typo.
11870
11871 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
11872
11873         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11874
11875 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11876
11877         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11878
11879 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
11880
11881         * configure.in (rs6000-*-*): Don't build gas.
11882
11883 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
11884
11885         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11886         reduce command line length.
11887         (AS_FOR_TARGET): Check for as.new, not Makefile.
11888         (NM_FOR_TARGET): Check for nm.new, not Makefile.
11889
11890 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11891
11892         * config.guess:  Merge from FSF.
11893
11894 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11895
11896         * configure: Don't use $ when handling program_suffix.
11897
11898 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
11899
11900         * configure.in:  Configure tk for hppa/hpux.
11901
11902 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11903
11904         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
11905
11906 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11907
11908         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
11909         to LIBCXXFLAGS.  Tests are better run without it.
11910
11911 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
11912
11913         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11914
11915 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11916
11917         * configure.in (*-*-netware*): Don't configure xiberty.
11918
11919 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
11920
11921         * configure.in:  Remove tk from native_only list.
11922
11923 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
11924
11925         * build-all.mk: Add mips-ncd-elf target to sun4 targets
11926           for special NCD build.
11927
11928 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11929
11930         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11931         makeall.bat, they're only useful for binutils snapshots.
11932         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11933         makeall.bat to specified SUPPORT_FILES.
11934
11935 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
11936
11937         * build-all.mk: Add Ericsson targets to sun4 and solaris
11938           hosts.  Add  BNR's sun4 target to solaris host, so their
11939           build-from-source will be tested in-house first.
11940
11941 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11942
11943         * Makefile.in (LIBCFLAGS): New variable.
11944         (CFLAGS_FOR_TARGET): Ditto.
11945         (LIBCFLAGS_FOR_TARGET): Ditto.
11946         (LIBCXXFLAGS): Ditto.
11947         (CXXFLAGS_FOR_TARGET): Ditto.
11948         (LIBCXXFLAGS_FOR_TARGET): Ditto.
11949         (BASE_FLAGS_TO_PASS): Pass them.
11950         (EXTRA_TARGET_FLAGS): Ditto.
11951
11952         * configure.in: Support --enable-shared.
11953
11954 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11955
11956         * configure.in (target_libs):  Include libstdc++ again.
11957         * config.guess:  Update from FSF (for FreeBSD).
11958
11959 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11960
11961         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11962         makeall.bat.
11963         (DISTDOCDIRS): Add `etc'.
11964         (ETC_SUPPORT_PFX): New variable.
11965         (taz): Include anything from etc starting with a word in
11966         ETC_SUPPORT_PFX.
11967
11968 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11969
11970         * config.sub: Update for recent FSF changes.  Remove obsolete
11971         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
11972         spacing changes.
11973
11974 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11975
11976         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
11977
11978         * config.guess:  Merge with FSF.
11979         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11980
11981 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11982
11983         * configure: Since the "trap 0" handler will override the exit
11984         status on many systems, only use it for "exit 1", and make it set
11985         a non-zero exit status; reset it before "exit 0".  Also, check
11986         exit status of config.sub, and error out if it failed.
11987
11988 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
11989
11990         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11991         and install libgloss.
11992
11993 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11994
11995         * Makefile.in (all-binutils): Depend upon all-byacc.
11996
11997         * configure.in: Don't build emacs on Irix 5.
11998
11999 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12000
12001         * configure.in (*-*-netware*): Add libio.
12002
12003 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12004
12005         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12006         (CHECK_TARGET_MODULES): Ditto.
12007         (INSTALL_TARGET_MODULES): Ditto.
12008         (TARGET_LIBS): Ditto.
12009         (all-libstdc++): Note dependencies.
12010
12011 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12012
12013         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12014
12015 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12016
12017         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12018         -fexternal-templates.
12019
12020         * configure.in (target_libs): Add libstdc++.
12021         (noconfigdirs): Add libstdc++ as appropriate.
12022
12023 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12024
12025         * config.guess:  Update from FSF.
12026
12027 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12028
12029         * configure: Use ${config_shell} when running ${configsub}.
12030
12031 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
12032
12033         * config.sub: No longer recognize h8300h.
12034
12035 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12036
12037         * config.sub: Remove extraneous differences between config.sub and
12038         gcc/config.sub.
12039
12040 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12041
12042         * Makefile.in (DISTSTUFFDIRS): Add gas.
12043
12044 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
12045
12046         * COPYING.NEWLIB: New file.
12047
12048 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12049
12050         * config.guess (HP-UX):  Patch from Harlan Stenn
12051         <harlan@landmark.com> to also emit release level.
12052
12053 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12054
12055         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12056
12057 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12058
12059         * config.sub:  Merge nextstep cleanup from FSF.
12060
12061 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12062
12063         * configure.in (arm-*-*): Don't configure ld for this target.
12064
12065 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12066
12067         * configure.in (*-*-netware): don't configure libg++, libio,
12068           librx, or newlib.
12069
12070 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12071
12072         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
12073         configure ld--it works, but it doesn't support shared libraries.
12074
12075 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12076
12077         * config.guess (*-unknown-freebsd*):  Get rid of possible
12078         trailing "(Release)" in version string.
12079         Patch from Paul Richards <paul@isl.cf.ac.uk>.
12080
12081 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12082
12083         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12084         Fix type: *-next-neststep -> *-next-nextstep.
12085
12086         * config.guess:  Merge from FSF:
12087
12088         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
12089
12090         * config.guess: Recognize powerpc-ibm-aix3.2.5.
12091
12092         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
12093
12094         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12095         instead of UNIX_SV for UnixWare 1.0).
12096
12097 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
12098
12099         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
12100         to make gdb/nlm/* build after the compiler and linker.
12101
12102 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12103
12104         * config.guess (netbsd, freebsd, linux):  Accept any machine,
12105         not just i[34]86.
12106         (m68k-atari-sysv4):  Relocate to match FSF version.
12107
12108         * config.guess:  More merges from the FSF:
12109
12110         Add a space before function call or macro invocation.
12111
12112         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12113
12114         * config.guess: Add trap cmd to remove dummy.c and dummy when
12115         interrupted.
12116
12117         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12118
12119         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12120         (dummy): Redirect stderr from compilation of dummy.c.
12121
12122         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
12123
12124         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12125
12126 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
12127
12128         * configure: Accept and ignore --cache*, for compatibility with
12129         new autoconf.
12130
12131 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12132
12133         * config.guess:  Merge from FSF:
12134
12135         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12136
12137         * config.guess (Pyramid*:OSx*:*:*): New case.
12138         (PATH): Add /.attbin at end for finding uname.
12139         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
12140
12141         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
12142
12143         * config.guess (M88*:DolphinOS:*:*): New case.
12144
12145         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
12146
12147         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12148         to select whether to use ELF or COFF.
12149
12150         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12151
12152         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12153
12154         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12155
12156         * config.guess: Guess the OS version for HPUX.
12157
12158         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
12159
12160         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12161
12162 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12163
12164         * configure.in: Recognize --with-headers, --with-libs, and
12165         --without-newlib.
12166         * Makefile.in (all-xiberty): Depend upon all-ld.
12167
12168 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12169
12170         * configure.in: Change i[34]86 to i[345]86.
12171
12172 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12173
12174         * configure (version): A few more tweaks to help message.
12175
12176 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12177
12178         * Makefile.in:  Remove (for now) librx as a host library,
12179         now that we're building it for target.
12180
12181 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12182
12183         * configure: Fix up help message; from karl@owl.hq.ileaf.com
12184         (Karl Berry).
12185
12186 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12187
12188         * configure.in:  Also configure librx.
12189
12190 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12191
12192         * Makefile.in:  Update various rules to reflect that librx
12193         is now needed for libg++.
12194
12195 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12196
12197         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12198
12199 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
12200
12201         * configure.in: Configure the examples directory.
12202
12203 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12204
12205         * configure: Simplify Jun 2 1994 change.
12206
12207 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12208
12209         * change CC to /usr/latest/bin/gcc for lynx host builds, since
12210         /bin/gcc isn't good enough to build gcc.
12211
12212 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
12213
12214         * Makefile.in (GDB_SUPPORT_FILES): Remove
12215         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
12216         (gdb.tar.gz): Add new rule to use standard distribution building
12217         mechanism.
12218
12219 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12220
12221         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
12222         Bill Cox <bill@cygnus.com>.
12223
12224 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12225
12226         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
12227
12228 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
12229
12230         * configure:  Search current dir first in .gdbinit.
12231
12232 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12233
12234         * config.sub:  Recognize freebsd (merged from gcc config.sub).
12235
12236 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12237
12238         * config.sub:  Refer to NeXT's operating system as nextstep.
12239
12240         * config.sub (case $basic_machine):  Re-order the cases, to match
12241         the order in the FSF version (which is mostly alphabethical).
12242         Merge in some additions and changes from the FSF.
12243
12244 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
12245
12246         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12247         * config.sub: Recognize cxux7.
12248         * configure.in: Use mh-cxux for m88k-harris-cxux*.
12249
12250 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12251
12252         * config.sub:  Fix typo powerpc -> powerpc-*.
12253
12254 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
12255
12256         * Makefile.in: `all-emacs19' depends on `all-byacc'.
12257
12258         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12259         parallel with all-emacs and install-emacs).  Top-level command
12260         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12261
12262 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12263
12264         * test-build.mk ($(host)-stamp-stage2-installed): Remove
12265         $(relbindir)/make before doing ``make install'', and use
12266         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
12267         installing over running make binary.
12268         ($(host)-stamp-stage3-installed): Likewise.
12269
12270 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12271
12272         * config.guess: Recognize Mach.
12273
12274 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12275
12276         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12277         see whether --exec-prefix was used.
12278
12279 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12280
12281         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
12282
12283 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12284
12285         * Makefile.in: Add all-librx target similar to all-libproc.
12286
12287 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
12288
12289         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
12290         with post 1.2 uname bogosity.
12291
12292 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12293
12294         * configure: Remove temporary files on receipt of a signal.
12295
12296 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
12297
12298         * configure: If there is a package_makefile_frag, remove
12299         ${subdir}/Makefile.tem after copying it in.
12300
12301 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12302
12303         * build_all.mk: support rs6000 lynx identifies itself as
12304         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
12305         since /bin/gcc is too feeble to compile a modern gcc.
12306
12307 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12308
12309         * brought devo/test-build.mk update-to-date with progressive/
12310           test-build.mk. Add lynx targets and hppa flag info.
12311
12312 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12313
12314         * configure.in:  Use mh-ncrsvr43.  Patch from
12315         Tom McConnell <tmcconne@sedona.intel.com>.
12316
12317 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12318
12319         * config.guess (i386-unknown-bsdi):  No longer need to
12320         check #if defined(__bsdi__) && defined(__i386__).
12321
12322 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12323
12324         * configure: Set program_transform_nameoption correctly.
12325
12326 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12327
12328         * brought build-all.mk update-to-date with progressive build-all.mk,
12329           added new targets and hppa info.
12330
12331 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12332
12333         * configure: If config.guess result is a prefix of the user
12334         specified target, assume a native build and use the user specified
12335         target as the host alias.  Remove SunOS patch suffix removal hack.
12336         * configure.in: Remove SunOS patch suffix removal hack.
12337
12338         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12339         in NATIVE_CHECK_MODULES.
12340
12341 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
12342
12343         * Makefile.in: Rename HOST_ONLY to NATIVE.
12344         * configure: Delete SunOs patch suffix from host_canonical
12345           and build_canonical variables that are prepended to Makefiles.
12346         * configure.in: Add comments for easier maintenance.
12347
12348 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12349
12350         * Makefile.in: Add all-libproc target similar to all-gui.
12351
12352 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
12353
12354         * Makefile.in (CHECK_MODULES): split into
12355         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12356
12357 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
12358
12359         * config.guess (i386-unknown-bsdi): New system to guess.
12360
12361 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12362
12363         * Makefile.in: Add all-gui target (but not yet build by "all").
12364
12365 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
12366
12367         * config.sub: Move deletion of patch suffix from here...
12368         * configure.in: To here, at Ian's suggestion.  The top-
12369           level scripts might need to know of a patch level.
12370
12371 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
12372
12373         * config.sub: Strip off patch suffix so rtl is recognized
12374           as a sunos4.1.3 machine, even though it's been patched.
12375
12376 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
12377
12378         * Makefile.in (INSTALL_LAST): Delete.
12379         (INSTALL_DOSREL): New.
12380
12381 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12382
12383         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12384         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12385         whether we pass down --with-gnu-ld anyhow.
12386
12387 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
12388
12389         * Makefile.in (INSTALL_LAST): Change operation so it works
12390         on more flavors of make.
12391         * configure.in (go32): Don't build libg++ or libio.
12392
12393 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
12394
12395         * Makefile.in (Move HOST_PREFIX_1 and friends up so
12396         they can be overriden by templates.
12397
12398 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
12399
12400         * configure.in (target==go32): Don't build gdb.
12401         * dosrel: New directory.
12402
12403 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
12404
12405         * configure.in (host==go32): Configure dosrel too.
12406         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12407         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12408         be set by incoming names or templates.
12409         (INSTALL_LAST): New rule.
12410
12411 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
12412
12413         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12414
12415 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12416
12417         * configure.in (appdirs): New variable.  Currently empty, but will
12418         be used in gas distribution.  If nonempty, lists a set of
12419         directories at least one of which must get configured, or top
12420         level configuration is considered to have failed.
12421         (rs6000-*-lynxos*): Use new file name.
12422
12423 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12424
12425         Eliminate XTRAFLAGS.
12426         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12427         newlib include files using -idirafter, and also use -nostdinc.
12428         (CXX_FOR_TARGET): Likewise.
12429         (XTRAFLAGS): Removed.
12430         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12431         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12432         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12433         ($(DO_X)): Don't pass down XTRAFLAGS.
12434
12435 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12436
12437         * configure.in (mips*-dec-bsd*): New target; do build linker.
12438         (mips*-*-bsd*): New target; don't build linker.
12439
12440 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12441
12442         * configure.in: support rs6000-*-lynxos* configuration.
12443         support sunos4 as a cross target.
12444
12445         * config.sub: look for lynx*, not lynx since the OS version may
12446         legitimately be part of the name.
12447
12448 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12449
12450         * configure.in (i[34]86-*-sco*): Move to be with other i386
12451         targets.
12452         (romp-*-*): New target.  Skip various binary utilities.
12453         (vax-*-*): New target.  Don't build newlib.
12454         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
12455
12456 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12457
12458         * configure.in: Only set host_makefile_frag if config
12459         directory exists.
12460
12461 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12462
12463         * install.sh: If $dstdir exists, don't check whether each
12464         component does.
12465
12466 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12467
12468         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12469
12470 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
12471
12472         * configure.in (*-*-lynxos*): Don't configure newlib for either
12473         native or cross Lynx.
12474
12475 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
12476
12477         * config.sub (sparc64-elf): Fix os.
12478         (z8k): Remove duplicate.
12479
12480 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12481
12482         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12483         gcc/stmp-fixproto, to try to prevent fixproto from being run.
12484
12485 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
12486
12487         * configure: Make file links cleanly even if Lynx fails on
12488           an NFS symlink (at least fail cleanly).
12489
12490 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12491
12492         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12493         -XNh2000.
12494
12495 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12496
12497         * configure: Unknown options are fatal again.
12498
12499 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
12500
12501         * configure: Ignore --x-includes and --x-libraries, for Autoconf
12502         compatibility.
12503
12504 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12505
12506         * build-all.mk: Add `clean' target.
12507
12508 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12509
12510         * config.guess:  Add SINIX support.
12511         * configure.in:  Add mips-*-sysv4* support.
12512
12513 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
12514
12515         * build-all.mk: Document all useful targets.
12516         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12517         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12518
12519 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12520
12521         * configure: Support --silent, --quiet.
12522
12523 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12524
12525         * configure: Support --disable-FEATURE.
12526
12527 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12528
12529         * config.guess: Recognize NCR running SVR4.3.
12530
12531 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12532
12533         * config.guess:  Make BSDI generate i386-unknown-bsd386.
12534         Patch from Paul Eggert <eggert@twinsun.com>.
12535
12536 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12537
12538         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12539
12540 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12541
12542         * configure: Make unrecognized options give nonfatal warnings
12543         instead of fatal errors, and pass them to any subdirectory
12544         configures in case they recognize them.
12545         Make --x equivalent to --with-x.
12546
12547 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12548
12549         * configure: Add --enable-* options.  Clean up usage message and
12550         some comments.
12551
12552 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
12553
12554         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12555
12556 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12557
12558         * configure.in (hppa*-*-*): Enable binutils.
12559
12560 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12561
12562         * config.sub: Recognize cisco.
12563
12564 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
12565
12566         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12567
12568 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12569
12570         * config.guess: about target *-hitachi-hiuxwe2, don't print more
12571         than one configuration name.  Add comment.
12572
12573 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
12574
12575         * config.guess: about target *-hitachi-hiuxwe2, fixed
12576         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
12577         macro is incorrect.]
12578
12579 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12580
12581         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12582         than the "make ls" stuff which used to be here.
12583
12584 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12585
12586         * config.guess:  Recognize i[34]86-unknown-freebsd.
12587         From Shawn M Carey <smcarey@rodan.syr.edu>.
12588
12589 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12590
12591         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12592
12593 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
12594
12595         * config.guess: Check for ptx.
12596
12597 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
12598
12599         * config.sub: Add os9k checking.
12600
12601 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12602
12603         * config.guess: Handle OSF1 running on HPPA processors
12604
12605 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12606
12607         * configure: If subdir configure fails, print out a message with
12608         subdirectory name, in case subdir's configure code didn't identify
12609         itself.
12610
12611 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
12612
12613         * configure.in: Remove embedded newlines from configdirs.
12614         Avoid mismatches of substrings.  Fix matching strings at end
12615         of configdirs.
12616
12617 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
12618
12619         * config.guess:  Add Lynx/rs6000 config support.
12620
12621 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12622
12623         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12624
12625 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
12626
12627         * configure.in (hppa*-*-osf*): Treat this just like most other
12628         PA configurations (eg no binutils or ld).
12629         (hppa*-*-*elf*): These configurations have binutils and ld.
12630
12631 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12632
12633         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
12634
12635 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12636
12637         * configure.in (rs6000-*-*): Build gas.
12638
12639 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12640
12641         * Makefile.in:  Avoid bug in losing hpux sed.
12642
12643 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12644
12645         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12646         for GDB and GDB has been fixed to not need it.
12647
12648 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12649
12650         * config.guess: Recognize vax hosts.
12651
12652 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12653
12654         * configure (while loop): Don't use "break 2" inside case
12655         statement -- the case statement isn't an enclosing loop.
12656
12657 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12658
12659         * config.guess:  Clean up NeXT support, to allow nextstep
12660         on Intel machines.  Make OS be nextstep.
12661
12662 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
12663
12664         * config.guess: Add alternate forms for Convex.
12665
12666 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
12667
12668         * configure:  Completely rewrite option processing.  Take
12669         advantage of pattern-matching to avoid invoking test frequently.
12670         Also clean up host and target defaulting logic.
12671
12672 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12673
12674         * Makefile.in: Replace all occurrances of "rootme" with "r" and
12675         "$${rootme}" with "$$r", to increase the likelihood that the do-*
12676         commands (plus user environment) will fit SCO limits.
12677
12678 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12679
12680         * configure.in: Don't issue warnings about directories which are
12681         not being configured if -norecursion is set.  Correct test for
12682         --with-gnu-as and --with-gnu-ld to not get confused by substring
12683         matches.
12684
12685         * configure.in: Don't build gas for alpha-dec-osf1*.
12686
12687 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
12688
12689         * configure:  Back out Per's change of 12/19/1993.  It changes the
12690         behavior of configure in unexpected and confusing ways.
12691
12692         Also, use different delim char when calculating
12693         program_transform_name so that the name can contain slashes.
12694
12695 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12696
12697         * configure.in, config.sub: Add support for VSTa micro-kernel.
12698
12699 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12700
12701         * configure.in: Nuke hacks which were used to get a special
12702         version of GAS for HPPA configurations.
12703
12704 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12705
12706         * configure:  If only ${target_alias} is given, use that
12707         as the default for ${host_alias}.
12708         * configure:  Add missing back-slashes before nested quotes.
12709
12710 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12711
12712         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12713
12714 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
12715
12716         * config.guess:  Recognize some Tektronix configurations.
12717         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12718
12719 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12720
12721         * config.sub: Match any flavor of SH.
12722
12723 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
12724
12725         * configure.in: Don't try to configure newlib for Alpha.
12726
12727 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12728
12729         * configure.in: Don't build ld for Irix 5.  Don't build gas,
12730         libg++ or libio for any Alpha target.
12731
12732         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
12733
12734 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
12735
12736         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12737         default arguments -- so it tried to compress itself.
12738
12739 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12740
12741         * configure.in (notsupp): ensure that a space is always at the end
12742           of the configdirs list, since the grep checks for an explicit space
12743
12744 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12745
12746         * configure.in (target i386-sysv4.2): don't build ld, since static
12747           versions of many libraries are not available.
12748
12749 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12750
12751         * config.guess: Recognize Apollos (using environment variables).
12752         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12753
12754 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12755
12756         * config.guess: Recognize Sony news mips running newsos.
12757
12758 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
12759
12760         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12761         "fi ; else" for bash.
12762
12763 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
12764
12765         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12766
12767 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
12768
12769         * config.sub: accept unixware as an alias for svr4.2.
12770         Fix some inconsistancies with the gcc version.
12771
12772 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12773
12774         * Makefile.in (DISTDOCDIRS):  Add gdb.
12775
12776 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12777
12778         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
12779
12780 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12781
12782         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12783         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12784         this now.
12785
12786 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12787
12788         * config.sub: Accept hiux* as an OS name.
12789
12790         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12791         etc/make-stds.texi.  The underscore came from gcc, and dje now
12792         agrees that RUNTESTFLAGS is the correct name.
12793
12794 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12795
12796         * install.sh:  Remove 'set -e'.  It makes any conditionals
12797         in the script useless.
12798
12799         * config.guess: Automatically recognize arm-acorn-riscix
12800         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12801
12802 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12803
12804         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12805
12806 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12807
12808         * Makefile.in (DISTDOCDIRS): New variable.
12809         (taz): Edit local Makefile.in sooner, instead of proto-toplev
12810         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
12811
12812 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12813
12814         * configure.in (hppa target): check the source directory for the
12815           pagas sub-directory
12816
12817 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
12818
12819         * config.sub: Allow -aout* and -elf*.
12820
12821 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12822
12823         * configure.in: Don't build ld on i386-solaris2, same as for
12824         sparc-solaris2.
12825
12826 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12827
12828         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12829
12830 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12831
12832         * configure.in:  Configure gdb for alpha.
12833
12834 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12835
12836         * Makefile.in (CXXFLAGS): Add -O.
12837
12838 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12839
12840         * config.guess: added support for DG Aviion
12841
12842 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12843
12844         * configure.in: Produce warning message for subdirectories not
12845         configurable for this host/target combination.  Don't try to
12846         configure gdb for vms.
12847
12848 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12849
12850         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12851         appropriate files before making "diststuff".
12852         (DISTBISONFILES): New var: list of files to be edited.
12853         (DISTSTUFFDIRS): Add binutils.
12854
12855 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12856
12857         * config.sub: also handle mipsel and mips64el (for little endian mips)
12858
12859 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12860
12861         * configure.in: Add * to end of all OS names.
12862
12863 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
12864
12865         * configure.in: Build newlib for LynxOS native.
12866
12867 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12868
12869         * config.guess: Add support for delta 88k running SVR3.
12870
12871         * configure.in: Add comment about HP compiler vs. emacs.
12872
12873 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12874
12875         * configure.in: don't build ld on solaris2 (not a viable option
12876           due to bugs in getpwnam & getpwuid)
12877
12878 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12879
12880         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12881         config.guess will produce a full version number.
12882
12883 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12884
12885         * configure.in: Build linker and binutils for alpha-dec-osf1.
12886
12887 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12888
12889         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12890         and gdb/testsuite/Makefile.in.
12891
12892 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12893
12894         * configure.in: recognize mips*- instead of mips-
12895
12896 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12897
12898         * config.sub: Accept linux*coff and linux*elf as operating
12899         systems.
12900
12901 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12902
12903         * config.sub: Recognize mips64, and mips3 as an alias for it.
12904
12905 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12906
12907         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12908         gdb knows how to handle OSF/1 shared libraries.
12909
12910 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12911
12912         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12913         * config.guess: Recognize Hitachi's HIUX.
12914         * config.sub: Recognize h3050r* and hppahitachi.
12915         Remove redundant cases for hp9k[23]*.
12916
12917 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12918
12919         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12920         if gas and ld are in the source tree and are in ${configdirs}.
12921         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
12922         --with options (but still pass them down on the command line,
12923         if they were explicitly specified).
12924
12925 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12926
12927         * configure: substitute SHELL value in Makefile.in with
12928         ${CONFIG_SHELL}
12929
12930 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12931
12932         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12933         *-*-solaris2* targets.
12934
12935 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12936
12937         * Makefile.in: define M4, and pass it down to sub-makes;
12938         all-autoconf now depends on all-m4
12939
12940 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12941
12942         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12943         presence of {ar,ranlib} instead of a configured directory
12944
12945 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
12946
12947         * config.guess: Accept 34?? as well as 33?? for NCR.
12948
12949 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12950
12951         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12952         of 'gas' in sed commands, since 'gash' is now in the tree as well.
12953
12954 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12955
12956         * configure: grab values for $(CC) and $(CXX) from the
12957         environment, so that someone can do "CC=gcc configure; make" and
12958         have it work right (matching the way that autoconf works now)
12959
12960         * configure.in, Makefile.in: add support for gash, the tcl
12961         interface to Galaxy
12962
12963         * config.guess: add NetBSD variants (hp300, x86)
12964
12965 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
12966
12967         * install.sh: Support -d option (in the manner of SunOS 4 install,
12968         as it is more deterministic than that of GNU install)
12969         (chmodcmd): Set file to mode 755 by default (should also do default
12970         chgrp and chown, but I don't feel like dealing with that now)
12971
12972 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
12973
12974         * config.sub: Remove h8300hhms alias.
12975
12976 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12977
12978         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12979
12980 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12981
12982         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12983         as stmp-fixinc
12984
12985 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12986
12987         * config.sub: recognize m88110-bug-coff.
12988
12989 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12990
12991         * Makefile.in (all-libio): all dependencies on the toolchain used
12992         to build this (gcc, gas, ld, etc)
12993
12994 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12995
12996         * config.guess: Deal with OSF/1 1.3 on alpha.
12997
12998 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12999
13000         * install.sh: add some 'else true' clauses for portability
13001
13002         * configure.in: don't build libio for h8[35]00-*-* targets
13003
13004 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13005
13006         * Makefile.in:  Add support for new libio.
13007
13008 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13009
13010         * install.sh: If one command fails, don't try the rest.  Don't try
13011         to remove $dsttmp (via trap) unless we have already created it.
13012         If $src doesn't exist, detect it and exit with an error.
13013
13014         * config.guess: Recognize BSD on hp300.
13015
13016 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13017
13018         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13019         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13020
13021 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
13022
13023         * Makefile.in (all-send-pr): depends on all-prms
13024
13025 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13026
13027         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13028
13029 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13030
13031         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13032         Added test for mips-mips-riscos5.
13033
13034 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13035
13036         * configure.in: use mh-hp300 for 68k HP hosts
13037
13038 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13039
13040         * configure: add support for CONFIG_SHELL, so that you can use
13041         some alternate shell for evaluating configure scripts
13042
13043 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
13044
13045         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
13046         in configure script to bug-gdb@prep.ai.mit.edu when building
13047         distribution archive.
13048         * Makefile.in (COMPRESS):  Remove def.
13049         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
13050         gdb.tar.Z and make-gdb.tar.Z respectively.
13051         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
13052         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
13053         to convergence with 'taz' target in Makefile.in.
13054
13055 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13056
13057         * install.sh (dsttmp): use trap to ensure that tmp files go
13058         away on error conditions
13059
13060 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13061
13062         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13063
13064 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13065
13066         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13067         its parent is '/' not ''.
13068
13069         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13070
13071 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
13072
13073         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13074         that ${newsrcdir}/configure.in does.
13075
13076 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13077
13078         * test-build.mk: support for CONFIG_SHELL
13079
13080 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
13081
13082         * config.sub (netware):  Add as a basic system type.
13083
13084 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
13085
13086         * Makefile.in (Makefile): depend on configure.in.  Also drop the
13087           $(srcdir)/ from the dependency on Makefile.in.
13088
13089 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
13090
13091         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13092         (h8300hhms is temporary until multi-libraries are implemented).
13093         * configure.in: Handle h8300h too.
13094
13095 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13096
13097         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13098
13099 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
13100
13101         * configure:  Remove extraneous output when guessing host type.
13102         * config.guess:  Remove extraneous output when guessing using C
13103         compiler rather than uname, or when guessing fails.
13104
13105 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
13106
13107         * Makefile.in: remove all.cross and install.cross targets
13108
13109         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13110           definitions
13111
13112 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
13113
13114         * configure.in (target sh): Build gprof.
13115
13116 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13117
13118         * config.sub: change -solaris to -solaris2
13119
13120 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13121
13122         * configure.in: Use config/mh-riscos for mips-*-sysv*.
13123
13124 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
13125
13126         * configure: Correct error message for missing Makefile.in to
13127         print correct directory.
13128
13129 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13130
13131         * install.sh: kludge around 386BSD shell bug
13132
13133 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
13134
13135         * config.guess:  Recognize NeXT.
13136         * config.guess:  Recognize i486-ncr-sysv4.
13137         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
13138
13139 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
13140
13141         * Makefile.in (MAKEINFOFLAGS): New variable.
13142         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13143         * build-all.mk, test-build.mk: Pass down --no-split as
13144         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
13145
13146 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
13147
13148         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
13149
13150 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
13151
13152         * Makefile.in (libg++.tar.z):  New rule.
13153         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
13154         * Makefile.in (taz):  Only do a single chmod.
13155
13156 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
13157
13158         * install.sh: don't use dirname anymore (replaced with sed usage)
13159
13160 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
13161
13162         * Makefile.in:  Change extension for gzip'd files from '.z' to
13163         '.gz' per new FSF standard usage.
13164
13165 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
13166
13167         * configure: put quotes around the final value of program_transform_name
13168
13169 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13170
13171         * Makefile.in: new install.sh support; update install-info rules
13172
13173 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
13174
13175         * configure.in: Build diff for crosses, but not for go32 host.
13176
13177         * configure.in: Build gprof only for native, and don't build it
13178         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13179
13180 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
13181
13182         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13183
13184 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13185
13186         * configure.in (host_tools): Add prms.
13187
13188 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13189
13190         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13191         with $(FLAGS_TO_PASS) on the command line
13192
13193         * config.sub: Recognize lynx and lynxos
13194
13195 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13196
13197         * config.sub: Accept -ecoff*, not just -ecoff.
13198
13199 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13200
13201         * Makefile.in (taz): Use .gz suffix instead of .z.
13202         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13203         names.
13204
13205 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13206
13207         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13208
13209 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13210
13211         * Makefile.in (install-no-fixedincludes):  install gcc last, so
13212         that rebuilds that might happen during 'make install' don't get
13213         bogus gcc include files
13214
13215 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13216
13217         Change from Utah for HPPA support:
13218         * config.guess: Recognize hppa1.x-hp-bsd.
13219
13220 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
13221
13222         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
13223         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13224
13225 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13226
13227         * config.sub: Add support for rom68k and bug boot monitors.
13228
13229 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
13230
13231         * Makefile.in: Make all-opcodes depend on all-bfd.
13232
13233 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13234
13235         * config.guess: Added special check for i[34]86-univel-sysv4*.
13236
13237 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
13238
13239         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13240         the processor rather than assuming i486.
13241
13242 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13243
13244         * config.guess: Recognize SunOS6 as Solaris3.
13245
13246 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
13247
13248         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
13249         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13250
13251 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
13252
13253         * build-all.mk (all-cross): New target for Canadian Cross.
13254         Added Q2 go32 targets.
13255         * test-build.mk: Configure go32 cross sparclite-aout and
13256         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
13257         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13258
13259 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13260
13261         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13262         GO32 hosted toolchains
13263
13264 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13265
13266         * configure: change  so "-exec-prefix" gets passed down rather
13267         than "-exec_prefix" so autoconf generated Makefiles get the
13268         exec_prefix set right.
13269
13270 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13271
13272         * config.guess: get the Solaris2 minor version number
13273
13274         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13275
13276 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13277
13278         * config.guess: Recognize some Sequent platforms.
13279
13280 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13281
13282         * Makefile.in: added the vault-install target
13283
13284         * configure.in: actually use the Sun3 makefile fragment that's in
13285         config, also added the release dir to configdirs
13286
13287 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13288
13289         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13290
13291 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13292
13293         * configure.in: remove some program from Alpha targetted toolchains
13294
13295 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
13296
13297         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
13298         gprof.
13299         (taz): Run "make diststuff" in those directories instead of "make
13300         proto-dir".  Look for "VERSION=" only at start of line in subdir
13301         Makefile.  Use "gzip -9" for compression.
13302         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13303         (binutils.tar.z): New target.
13304
13305 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13306
13307         * Makefile.in (taz): Include gpl.texinfo.
13308
13309 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13310
13311         * Makefile.in (setup-dirs): Merged into "taz" target.
13312         (taz): Only do `proto-dir' stuff if a directory is actually needed
13313         for this target.
13314
13315 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
13316
13317         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13318         (FLAGS_TO_PASS): Pass down MUNCH_NM.
13319         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13320         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13321         (gcc-no-fixedincludes): Correct for current gcc Makefile.
13322
13323 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
13324
13325         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
13326         config.sub, and move-if-change to gdb testsuite distribution
13327         archive, so the testsuite can be extracted, configured, and
13328         run separately from the gdb distribution.  Blow away the Chill
13329         tests that require a Chill compiled executable, since GNU Chill
13330         is not yet publically available.
13331
13332 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13333
13334         * test-build.mk: set environment variables in a single command,
13335         instead of a list of assignments and exports
13336
13337         * config.guess: recognize Alpha/OSF1 systems
13338
13339 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13340
13341         * configure: Change help message to prefer --options rather than
13342           -options.
13343
13344 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13345
13346         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13347         zippy@ecst.csuchico.edu.
13348         * config.guess: Recognize miniframe.
13349
13350 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13351
13352         * Makefile.in: Use srcroot to find runtest rather than rootme.
13353         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13354
13355 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13356
13357         * test-build.mk: Extensive additions to support building on a
13358         machine other than the host.
13359
13360 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13361
13362         * configure (tooldir): Fix for i386-aix again.
13363
13364 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
13365
13366         * configure, Makefile.in:  Change definition of $(tooldir)
13367         to match the FSF.
13368
13369 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
13370
13371         * config.guess:  Recognize i[34]86/SVR4.
13372
13373 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13374
13375         * Makefile.in (all-gdb): gdb depends on sim.
13376
13377 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
13378
13379         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
13380         at the same time we make the prototype gdb directory.
13381         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
13382         files at the same time as the gdb base release distribution.
13383
13384 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
13385
13386         * Makefile.in (check): Use individual check targets rather than
13387         DO_X rule.
13388         (check-gcc): Added.
13389
13390 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
13391
13392         * config.sub: Use sysv3.2 not sysv32 for canonical OS
13393         for System V release 3.2.
13394
13395 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13396
13397         * config.sub: Recognize hppaosf.
13398         * configure.in: Do configure ld/binutils/gas for it.
13399
13400 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13401
13402         * configure (tooldir): Alter syntax used to set this, for systems
13403         where "\$" isn't handled right, like i386-aix.
13404
13405 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13406
13407         * configure: Pass program-transform-name, not
13408         program_transform_name, to recursive configures.
13409
13410 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
13411
13412         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13413         of gas+ld+binutils.
13414
13415 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
13416
13417         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
13418
13419 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13420
13421         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13422
13423 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13424
13425         * Makefile.in (PRMS): Set back to all-prms.
13426
13427 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13428
13429         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13430         targets, rather than for MIPS hosts.
13431
13432 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13433
13434         * configure.in: add comment for --with-x default values
13435
13436         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13437
13438         * Makefile.in: add check-* targets for each of the directories in
13439         the tree.  Add a definition of RUNTEST that will use the one we
13440         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
13441
13442 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
13443
13444         * configure.in: Removed obsolete references to bfd_target and
13445         target_makefile_frag.
13446
13447         * build-all.mk: Set assorted targets for Q2.
13448         * config.sub: Recognize z8k-sim and h8300-hms.
13449         * test-build.mk: Really don't pass host to configure.
13450         (HOLES): Added uname.
13451
13452 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
13453
13454         * configure: Handle an empty program-prefix, program-suffix or
13455         program-transform-name correctly.
13456
13457 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13458
13459         * build-all.mk: -G 8 no longer required for MIPS targets.
13460         * test-build.mk: Don't pass host argument to configure; make it
13461         guess.
13462
13463 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
13464
13465         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
13466         * Makefile.in (COMPRESS):  New macro, like GZIP.
13467
13468 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13469
13470         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13471
13472         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13473         with gas currently defaults to -G 0.
13474
13475 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
13476
13477         * Makefile.in (all-flex): flex depends on byacc.
13478
13479         * build-all.mk: If host not specified, use config.guess.  Pass TAG
13480         to test-build.mk as RELEASE_TAG.
13481         * test-build.mk (configargs): New variable containing arguments to
13482         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
13483         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13484
13485         * config.guess: Use /bin/uname when checking -X argument on SCO,
13486         to avoid invoking GNU uname which doesn't understand -X.
13487
13488         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13489
13490         * configure.in: Build gas for mips-*-*.
13491
13492 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13493
13494         * Makefile.in (all.normal): insert missing backslash.
13495
13496 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13497
13498         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13499
13500         * Makefile.in: Complete overhaul to merge many almost identical
13501         targets.
13502
13503 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13504
13505         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13506         (gdb.tar.Z): Adjusted.
13507
13508         * Makefile.in (setup-dirs, taz): New targets; should be general
13509         enough to adapt for gdb sometime.  Build only .z file.
13510         (gas.tar.z): New target.
13511
13512 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13513
13514         * build-all.mk: Use CC=cc -Xs on Solaris.
13515
13516 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
13517
13518         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
13519         for handling BISON for FSF releases.
13520
13521 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13522
13523         * configure: Actually implement the change zoo just documented.
13524
13525 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
13526
13527         * configure: when using config.guess, only set target_alias when
13528         it's not already been set (ie, on the command line)
13529
13530 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13531
13532         * Makefile.in: add installcheck target, set PRMS to install-prms
13533
13534 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13535
13536         * configure: add support for package_makefile_fragment, handle the
13537         case where a directory has a configure.in file but no Makefile.in
13538         more gracefully (with an actual understandable error message, even);
13539         add support for --without (and add this to the usage message); also
13540         explicitly add a --host=${host_alias} to the command line when
13541         config.guess is used
13542
13543 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13544
13545         * configure: Must use both --host and --target in recursive calls.
13546
13547 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13548
13549         * Makefile.in: Change deja-gnu to dejagnu.
13550
13551 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13552
13553         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13554
13555 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13556
13557         * configure.in: canonicalize all instances to *-*-solaris2*,
13558         also strip out a number of tools to not build for go32 host
13559
13560 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13561
13562         * config.guess: add GPL.
13563
13564         * Makefile.in, config.guess, config.sub, configure: bump
13565           copyrights to 93.
13566
13567 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
13568
13569         * Makefile.in (do-info): Removed obsolete check for existence of
13570         localenv file.
13571
13572         * Makefile.in (MAKEOVERRIDES): Define to be empty.
13573
13574 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13575
13576         * Makefile.in: a couple of 'else true' for decstation,
13577         support for TclX
13578
13579         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13580
13581 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
13582
13583         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13584
13585 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
13586
13587         * config.guess: Recognize i386-ibm-aix (PS/2).
13588         * configure.in: Use config/mh-aix386 file for it.
13589
13590 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
13591
13592         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13593         CC_FOR_TARGET instead.
13594         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13595
13596 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
13597
13598         * Makefile.in: Add sim to list of directories sent with gdb
13599
13600 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13601
13602         * configure.in: Put back mips-dec-bsd* case.
13603
13604 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
13605
13606         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13607         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
13608         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13609
13610 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13611
13612         * configure.in: remove no-op mips-dec-bsd* in "case $target"
13613
13614         * Makefile.in (dir.info): only run gen-info-dir if it exists,
13615         (install-info): install dir.info only if it exists,
13616         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13617
13618 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
13619
13620         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
13621         gas for mips-dec-bsd.
13622
13623 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
13624
13625         * configure (makesrcdir): If ${srcdir} is relative and not ".",
13626         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13627
13628 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13629
13630         * configure.in: Added "dejagnu" to hosttools list.
13631
13632 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
13633
13634         * config.sub, configure.in, config.guess:  Add support
13635         for Bosx, an AIX variant from Bull.
13636         Patches from F.Pierresteguy@frcl.bull.fr.
13637
13638 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13639
13640         * devo/dejagnu: Initial creation of devo/dejagnu.
13641         Migrated dejagnu testcases and support files for testing software
13642         tools to reside as subdirectories, currently called "testsuite",
13643         within the directory of the software tool.  Migrated all programs,
13644         support libraries, etc. beloging to dejagnu proper from
13645         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
13646         with no modifications.  The changes to these files which will
13647         allow them to configure, build, and execute properly will be made
13648         in a future update.
13649
13650 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13651
13652         * Makefile.in: Change send_pr to send-pr.
13653         * configure.in: Likewise.
13654         * send_pr: Renamed directory to send-pr.
13655
13656 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
13657
13658         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
13659
13660 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
13661
13662         * README:  Update for gdb-4.8 release.
13663         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
13664         gdb-xxx.tar.z (gzip'd) file also.
13665
13666 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13667
13668         * Makefile.in: make all-diff depend on all-libiberty
13669
13670 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
13671
13672         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13673
13674 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13675
13676         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13677
13678 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
13679
13680         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
13681         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
13682         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
13683
13684 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13685
13686         * Makefile.in:  makeinfo binary is in a new location
13687
13688 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
13689
13690         * config.sub: Accept -ecoff as an OS.
13691
13692         * Makefile.in: Various changes to eliminate a level of make
13693         recursion and reduce the required command line length.
13694         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13695         sub-makes.
13696         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13697         variables holding settings for specific sub-makes.
13698         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13699         in terms of BASE_FLAGS_TO_PASS.
13700         (TARGET_LIBS): New variable listing directories which use
13701         TARGET_FLAGS_TO_PASS.
13702         (subdir_do): Eliminated.
13703         (do-*): New set of targets to replace subdir_do.
13704         (various): All targets which used subdir_do now depend on do-*.
13705         (local-clean): Renamed from do_clean.
13706         (local-distclean): New target, dependency of distclean and
13707         realclean.
13708         (install-info): Don't create directories.  Depend on dir.info
13709         rather than calling make recursively.
13710         (install-dir.info): Eliminated.
13711         (install-info-dirs): Create all info directories here.
13712         (dir.info): Depend upon do-install-info.
13713
13714         * test-build.mk (HOLES): Added false.
13715
13716 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
13717
13718         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
13719
13720 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13721
13722         * Makefile.in (info): remove dependency on all-texinfo.  The
13723         problem was really in texinfo/C, not at this level.
13724
13725 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13726
13727         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13728
13729 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
13730
13731         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
13732         GDB releases.
13733
13734 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13735
13736         * configure: Include srcdir in message about target of link not
13737         being found.  Don't convert `-' to `_' in `with' options being
13738         passed to subdirs.
13739
13740 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13741
13742         * configure.in: add uudecode to host_tools
13743
13744         * Makefile.in: added {all,install}-uudecode targets, added them to
13745         the appropriate lists
13746
13747 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
13748
13749         * Makefile.in (all-gcc): Added dependency on all-gas.
13750
13751         * configure.in (mips-*-*): Build ld and binutils.
13752
13753 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13754
13755         * configure: check return code from mkdir, print error message and
13756           exit on failure.
13757
13758 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
13759
13760         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
13761
13762 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13763
13764         * test-build.mk (HOLES): Added tar, cpio and uudecode.
13765
13766 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13767
13768         * config.sub (h8500):  Recognize this as a cpu type.
13769
13770 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13771
13772         * configure: source directory missing is no longer a warning
13773
13774         * configure.in: recognize irix[34]* instead of irix[34]
13775
13776         * Makefile.in: define and pass down X11_LIB
13777
13778 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
13779
13780         * guess-systype: Renamed to ...
13781         * config.guess:  ... by popular request.
13782         * configure.in, Makefile.in:  Update accordingly.
13783
13784 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
13785
13786         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
13787         + Add Convex, Cray/Unicos, and Encore/Multimax support.
13788         + Execute ./dummy instead of assuming . is in PATH.
13789
13790 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
13791
13792         * guess-systype:  New shell script.  Attempts to guess the
13793         canonical host name of the executing host.
13794         Only a few hosts are supported so far.
13795         * configure:  Call guess-systype if no host is specified.
13796
13797 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13798
13799         * Makefile.in (gcc-no-fixedincludes): Made to work with current
13800         gcc Makefile.
13801
13802
13803 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
13804
13805         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13806         (all-gcc, install-gcc, subdir_do): Use it.
13807
13808 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13809
13810         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13811
13812 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
13813
13814         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13815           set exclusively by configure, using configure.in .
13816
13817 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13818
13819         * test-build.mk: set $PATH for all builds
13820
13821         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13822
13823 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
13824
13825         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
13826         the one used in gcc/Makefile.in, so that a null expansion doesn't
13827         override the one needed to build gcc with a native cc.
13828
13829
13830 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13831
13832         * configure: Accept -with arguments.
13833
13834 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13835
13836         * Makefile.in: added h8300sim
13837
13838 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
13839
13840         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13841         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
13842         (all-cygnus, native, build-cygnus): Make
13843         $(canonhost)-stamp-3stage-done, not $(host)....
13844         * test-build.mk (stamp-3stage-compared): Use tail +10c for
13845         i386-sco3.2v4.  Added else true to if command.
13846
13847 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
13848
13849         * config.sub: (from FSF) Sequent uses a BSD-like OS.
13850
13851 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
13852
13853         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13854
13855 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13856
13857         * configure.in: don't remove binutils from Solaris builds
13858
13859 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
13860
13861         * Makefile.in: get rid of earlier definitions for *clean,
13862         also handle the recursive info rule better
13863
13864 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
13865
13866         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
13867         do more-or-less the right thing.
13868
13869 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
13870
13871         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13872         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13873
13874 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13875
13876         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13877         $(host_canonical).
13878
13879         * configure.in: split the configdirs list into 4 categories (native
13880         v. cross, library v. tool) and handle the cross-only and native-
13881         only in more reasonable (and correct!) way.
13882
13883 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
13884
13885         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
13886         configdirs anymore.
13887
13888 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13889
13890         * Makefile.in: extensive cleanup::  removed all of the explicit
13891         clean-* targets, collapsed many wrappers around subdir_do into
13892         one, added additional targets to satisfy standards.texi, deleted
13893         some old targets, some changes for consistency
13894
13895 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13896
13897         * configure.in: handle some programs as cross-only, and others as
13898         native only
13899
13900         * test-build.mk: handle partial holes in a more generic manner
13901
13902         * Makefile.in: m4 depends on libiberty
13903
13904 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13905
13906         * configure.in: add m4, textutils, fileutils, sed, shellutils,
13907         time, wdiff, and find to configdirs
13908
13909         * Makefile.in: all, clean, and install rules for the new programs
13910         added to configure.in
13911
13912 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13913
13914         * configure.in: use mh-sun for all *-sun-* hosts
13915
13916 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13917
13918         * Makefile.in: define flags for X11 include files and library file
13919         locations, pass them down to the programs that need this info
13920
13921         * build-all.mk: added a 'native' target, to 3stage the native toolchain
13922
13923 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13924
13925         * configure.in: start building libg++ for HP-UX targets
13926
13927 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
13928
13929         * README:  Update references to files moved into etc/.
13930
13931 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
13932
13933         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
13934         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
13935
13936 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13937
13938         * configure: accept dash as well as underscore in long option
13939         names for FSF compatibility.
13940
13941 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
13942
13943         * config.sub: added -sco3.2v4 support from FSF.
13944
13945 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13946
13947         * configure.in: expand the section that adds or removes
13948         directories from the list of programs to build, to handle native
13949         vs. cross in addition to host v. native
13950
13951 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
13952
13953         * Makefile.in:  Replace C++ in macro names with CXX.
13954         This is less likely to break ...
13955
13956 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13957
13958         * test-build.mk: add -w to GNU_MAKE
13959
13960 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13961
13962         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13963         add 'sparc' to list of recognized cpus.  This needed to make
13964         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13965         Delete some redundant ose68 variants.  Recognize -wrs as an os,
13966         then changes that into $CPU-wrs-vxworks.
13967
13968         * configure.in: remove most references to gdbtest, regularize
13969         target based program removal
13970
13971         * test-build.mk: import from p3 tree (many fixes and changes)
13972
13973 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
13974
13975         * Makefile.in: added rules to handle tcl, tk, and expect
13976
13977         * configure.in: handle those directories if they exist
13978
13979 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13980
13981         * config.sub: removed bogus hppabsd and hppahpux names, since
13982         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13983
13984 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13985
13986         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
13987         depends upon all-xiberty
13988
13989         * Makefile.in: changes from p3, including:
13990
13991         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
13992
13993         * Makefile.in (XTRAFLAGS): include newlib directories if
13994         newlib/Makefile exists, rather than if host != target.
13995
13996         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
13997
13998         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13999         from the same source tree and not building a cross-compiler.  This
14000         matters for the libg++ configuration if reconfiguring a tree that
14001         has already been installed.
14002
14003         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
14004
14005         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14006         pick up the machine and system specific header files.
14007
14008         * Makefile.in: added AS_FOR_TARGET, passed down in
14009         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
14010         the C compiler to use to create programs which are run in the
14011         build environment, set it to default to $(CC), and passed it down
14012         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14013
14014         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
14015
14016         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14017         We need them for unusual native builds, like systems without
14018         ranlib.
14019
14020         * configure: also define $(host_canonical) and
14021         $(target_canonical), which are the full, canonical names for the
14022         given host and target
14023
14024 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
14025
14026         * Makefile.in:  Added separate definitions for C++.
14027
14028 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
14029
14030         * configure.in (configdirs):  Add deja-gnu.
14031
14032 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
14033
14034         * README:  Update for configure.texi and gdb-4.7 release.
14035
14036 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
14037
14038         * Makefile.in:  Move "all" target to top of file.
14039         Previously, first target was ".PHONY" which caused BSD4.4 make
14040         to build .PHONY when make was run without arguments.
14041
14042 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
14043
14044         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
14045         Library-copylefted code in libiberty.
14046
14047 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
14048
14049         * config.sub:  Replace m68kmote with plain old m68k.
14050
14051 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
14052
14053         * Makefile.in:  Remove space from blank line, avoid Make complaints.
14054
14055 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
14056
14057         * config.sub: Complain if no argument is given.  Added support for
14058         386bsd as OS and target alias.
14059
14060 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
14061
14062         * Makefile.in (XTRAFLAGS): include newlib directories if
14063         newlib/Makefile exists, rather than if host != target.
14064
14065 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
14066
14067         * config.sub: recognize sparclite-wrs-vxworks.
14068
14069         * Makefile.in (install-xiberty): added *-xiberty make rules (from
14070         p3.) Added clean-xiberty to clean.
14071
14072 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14073
14074         * configure.in: use *-*-* instead of nested cases for host and target
14075
14076 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
14077
14078         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14079         from the same source tree and not building a cross-compiler.  This
14080         matters for the libg++ configuration if reconfiguring a tree that
14081         has already been installed.
14082
14083 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
14084
14085         * config.sub (i486v/i486v4):  Merge in from FSF version.
14086
14087 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
14088
14089         * configure: only set PWD if it is already set.
14090
14091 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
14092
14093         * configure: just set PWD=`pwd` at the top, since Ultrix sh
14094         doesn't have unset and all success paths (and most error paths)
14095         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14096         to just ${PWD} to avoid confusion.)
14097
14098 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
14099
14100         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14101         even for a native compilation.
14102
14103 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
14104
14105         Changes to make the gdb.tar.Z rule work better.
14106
14107         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
14108         (DEVO_SUPPORT):  Add configure.texi.
14109         (bfd-ilrt.tar.Z):  Remove ancient rule.
14110
14111 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
14112
14113         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14114         pick up the machine and system specific header files.
14115
14116         * configure.in, config.sub: added new target m68010-adobe-scout,
14117         with alias of adobe68k.  Changed configure.in to check for
14118         -scout before -sco* to avoid a false match.
14119
14120         * Makefile.in: added AS_FOR_TARGET, passed down in
14121         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
14122         the C compiler to use to create programs which are run in the
14123         build environment, set it to default to $(CC), and passed it down
14124         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14125
14126 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
14127
14128         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14129         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
14130         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14131         FOR_TARGET variants, to newlib and libg++.
14132
14133 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14134
14135         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14136         first.
14137
14138 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
14139
14140         * config.sub:  Accept `elf' as an environment.
14141
14142 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14143
14144         * Makefile.in (all-opcodes):  cd into the right directory
14145
14146 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
14147
14148         * configure: added -program_transform_name option, used as
14149         argument to sed when installing programs.
14150         configure.texi: added documentation for -program_prefix,
14151         -program_suffix and -program_transform_name.
14152
14153 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
14154
14155         * config.sub:  Accept i486 where i386 ok.
14156
14157 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
14158
14159         * config.sub: accept we32k
14160
14161 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
14162
14163         * config.sub, configure.in: accept OSE68000 and OSE68k.
14164
14165         * Makefile.in: don't create all directories for ``make install'';
14166         let the subdirectories create the ones they need.
14167
14168 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14169
14170         * COPYING: new file, GPL v2
14171
14172 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14173
14174         * Makefile.in: use the new gen-info-dir, which needs a template
14175         argument (which also lives in texinfo)
14176
14177         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14178
14179 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
14180
14181         * config.sub (ncr3000):  Change i386 to i486.
14182
14183 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14184
14185         * Makefile.in: add install-rcs, install-grep to
14186         install-no-fixedincludes, removed install-bison and install-libgcc
14187
14188 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
14189
14190         * configure.in: grab the HPUX makefile fragment if on HPUX
14191
14192 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14193
14194         * Makefile.in: eradicate bison spoor (ditto libgcc).
14195          configure.in: recognise m68{k,000}-ericsson-OSE.
14196          es1800 is alias for m68k-ericsson-OSE
14197
14198 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14199
14200         * configure.in: rearrange the parts that remove programs from
14201         configdirs, based now on HOST==TARGET or by canonical triple.
14202
14203 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14204
14205         * test-build.mk: recurse explicitly with -f test-build.mk when
14206           appropriate.  predicate stage3 and comparison on the existence
14207           of gcc.  That is, if gcc isn't around, we aren't three-staging.
14208           On very clean, also remove ...stamp-co.  Build in-place before
14209           doing other builds.
14210
14211 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14212
14213         * Makefile.in, configure.in: add tgas
14214
14215 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14216
14217         * Makefile.in: a number of changes merged in from progressive.
14218
14219         * configure.in: add libm.
14220
14221         * .cvsignore: ignore some stuff that comes from test-build.mk.
14222
14223 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
14224
14225         * config.sub:  Add es1800 (m68k-ericsson-es1800).
14226
14227 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14228
14229         * configure: Add program_suffix (parallel to program_prefix)
14230         * Makefile.in: adjust directory-creating script for losing decstation
14231
14232 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
14233
14234         * configure:  Minor $subdir-related fixes.
14235
14236 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14237
14238         * configure: fix various problems with propogating
14239         makefile_target_frag in subdirs.
14240         * configure.in: config libgcc if its there
14241
14242 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
14243
14244         * config.sub:  HPPA merge.
14245
14246 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
14247
14248         * Makefile.in:  Replace all-bison with all-byacc in all
14249         dependency lines for other tools (which now use byacc).
14250
14251 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
14252
14253         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
14254
14255 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
14256
14257         * Makefile.in: make gprof rules similar to byacc rules (instead of
14258         vestigal $(unsubdir) that didn't work...)
14259
14260 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
14261
14262         * config.sub:  Add support for Linux.
14263         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
14264         (at least for libg++).
14265
14266 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
14267
14268         * configure.texi: fix doc for the -nfp option to configure
14269
14270 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
14271
14272         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14273
14274 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
14275
14276         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14277         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14278         * configure.in: added solaris* host_makefile_frag hook.
14279
14280 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14281
14282         * config.sub: changed recognition of m68000 so that various
14283         m68k types can be specified via m680[01234]0
14284
14285 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14286
14287         * config.sub (basic_machine): fix sed so that '-foo' isn't
14288         completely substituted out while .+'-foo' loses the '-foo'
14289
14290 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14291
14292         * config.sub ($os): Add -aout.
14293
14294 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
14295
14296         * configure:  If host_makefile_frag is absolute, don't
14297         prefix ${invsubdir} (relevant to libg++ auto-configure).
14298
14299 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14300
14301         * Makefile.in (tooldir): Define it.
14302         (all-ld): Depend on all-flex.
14303
14304 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
14305
14306         * Makefile.in (check):  Fix libg++ special case.
14307
14308 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
14309
14310         * configure: do not bury `pwd` into config.status, thus do fewer
14311           pwd's.
14312
14313         * configure: print the "Building in" message only when building in
14314           other than "." AND verbose.
14315
14316         * configure: remove -s, rework -v to better accomodate guested
14317           configures.
14318
14319         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14320
14321 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
14322
14323         * Makefile.in: macroize flags passed on recursion.  remove
14324           fileutils.
14325
14326 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
14327
14328         * configure: get makesrcdir right for subdirs deeper than 1.
14329
14330         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14331           install.
14332
14333 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
14334
14335         * Makefile.in: don't print subdir_do or recursion lines.
14336
14337 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
14338
14339         * standards.texi: added menu item.
14340
14341         * Makefile.in: build and install standards.info.
14342
14343         * standards.texi: new file.
14344
14345 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14346
14347         * configure: test for and move config.status pieces from
14348           ${subdir}/.
14349
14350 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
14351
14352         * configure:  Test for existance of files before trying to mv
14353         them, to avoid numerous non-existance messages.
14354
14355 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
14356
14357         * configure: correct final line of config.status.
14358
14359         * configure: patch from eggert.  Avoids a protection problem if
14360           the original Makefile.in is read only.
14361
14362         * configure: use move-if-change from gcc to create config.status.
14363           Some makefiles depend on config.status to tell if a directory
14364           has been reconfigured for a different host.  This change
14365           prevents those directories from remaking everything in the case
14366           where the reconfig was only intended to rebuild a Makefile.
14367
14368         * configure: test for config.sub with "config.sub sun4" rather
14369           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
14370           host alias from a missing config.sub.
14371
14372 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14373
14374         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14375           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
14376
14377 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
14378
14379         * configure: mkdir ${subdir} as needed.
14380
14381 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
14382
14383         * Makefile.in,configure.in: added autoconf.
14384
14385 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14386
14387         * Makefile.in: no longer pass against on recursion.
14388
14389         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14390           definitions are not inherited.
14391
14392         * configure: correct makesrcdir when subdir is .
14393
14394 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
14395
14396         * configure:  Add support for 'subdirs' variable, which is
14397         like 'configdirs', except that configure doesn't re-invoke
14398         itself for subdirs, it just creates a Makefile for each subdir.
14399         * configure.texi:  Document subdirs.
14400
14401 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14402
14403         * configure.in: added flex to configdirs
14404
14405 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
14406
14407         * Makefile.in: remove clean-stamps from clean.
14408
14409 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
14410
14411         * configure.in:  Add gdbtest to configdirs.
14412
14413 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
14414
14415         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
14416         to recursive makes.
14417         * configure.in:  Recognize new ncr3000 config.
14418
14419 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
14420
14421         * Makefile.in, configure.in: removed references to gdbm.
14422
14423 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
14424
14425         * config.sub:  Don't canonicalize os value
14426         newsos* to bsd (readline needs to check for newsos).
14427         (This fix was earlier made Jan 31, but got re-broken.)
14428
14429 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
14430
14431         * configure.in:  sco is an os, not a vendor!
14432
14433         * configure:  Quote $( better.  Keep various shells happy.
14434
14435 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
14436
14437         * Makefile.in: eliminate stamp-files.
14438
14439 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
14440
14441         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
14442           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14443
14444 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
14445
14446         * config.sub:  fix iris/iris3.
14447
14448 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
14449
14450         * configure: re-add -rm.
14451
14452 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
14453
14454         * Maskefile.in: add .stmp-rcs to all.
14455
14456         * configure.in: remove gas from rs6000 build, use aix host fragment.
14457
14458 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
14459
14460         * configure: pass down site_option during recursion.
14461
14462 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
14463
14464         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
14465
14466 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
14467
14468         * configure: Change exec_prefix so that it really defaults to prefix.
14469
14470 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
14471
14472         * Makefile.in, configure.in:  Add support for mmalloc library.
14473
14474 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
14475
14476         * Makefile.in: add stmp dependencies for a few more things.
14477
14478 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
14479
14480         * configure: adjusted error message on objdir/srcdir configure
14481           collision, per john's suggestion.
14482
14483         * Makefile.in: add libiberty stmp to all and all.cross.
14484
14485 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
14486
14487         * Makefile.in: remove force dependencies, add grep to all.
14488
14489 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
14490
14491         * Makefile.in: drop flex.  make stamp files work.
14492
14493         * configure: added test for conflicting configuration in srcdir,
14494           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
14495           gets cranky.  use relative paths for configure and srcdir
14496           whenever possible.  Send some error messages to stderr that were
14497           going to stdout.
14498
14499 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
14500
14501         * Makefile.in:  Fix libg++ rule to check for gcc directory
14502         before using gcc/gcc.  Also pass XTRAFLAGS.
14503
14504 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
14505
14506         * Makefile.in: added stmp-files so that directories aren't polled
14507           when they are already built.
14508
14509         * configure.texi: fixed a node pointer problem.
14510
14511 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
14512
14513         * config.sub configure.in gdb/configure.in
14514         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14515         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14516         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
14517
14518 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14519
14520         * configure: -recurring becomes -silent.  corrected help message
14521           for -site= option.
14522
14523         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14524
14525 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14526
14527         * configure: when building Makefile for crosses, replace
14528           tooldir and program_prefix.  default srcdir from location of
14529           config.sub.  remove "for host in hosts" and "for target in
14530           targets" loops.
14531
14532 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14533
14534         * Makefile.in: Do not pass bindir or mandir to cvs.
14535
14536 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
14537
14538         * Makefile.in, configure.in: removed traces of namesubdir,
14539           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
14540           copyrights to '92, changed some from Cygnus to FSF.
14541
14542         * configure.texi: remove most references to multiple hosts,
14543           multiple targets, subdirs, etc.
14544
14545         * configure.man: removed rcsid. reference config.sub not
14546           config.subr.
14547
14548         * Makefile.in: mkdir $(infodir) on install-info.
14549
14550 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
14551
14552         * configure.texi:  Explain better about .gdbinit and about
14553         the environment that configure.in sections run in.
14554
14555 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
14556
14557         * configure.in:  Ultrix is only a decstation if it's a MIPS.
14558
14559 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
14560
14561         * README:  DOC.configure => cfg-paper.texi.
14562
14563 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
14564
14565         * config.sub (near case $os):  Don't convert newsos* to bsd!
14566
14567 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
14568
14569         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
14570         the number of copies of COPYING that go into the GDB tar file.
14571
14572 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
14573
14574         * bfd/configure.in, gdb/config/mh-i386sco,
14575         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14576         Fix SCO configuration stuff.
14577
14578 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
14579
14580         * Makefile.in:  For libg++, make sure the -I pointing
14581         to the gcc directory goes *after* all the libg++-local -I flags.
14582         Also, move just-gcc dependency from just-libg++ to all-libg++.
14583
14584 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
14585
14586         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
14587
14588 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
14589
14590         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
14591
14592 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
14593
14594         * config.sub:  Add stratus configuration frags.  Also
14595         submitted to FSF.
14596
14597 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
14598
14599         * Makefile.in (DEV_SUPPORT):  add configure.man.
14600
14601         * config.sub(Decode manufacturer-specific):  add -none*.
14602
14603 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
14604
14605         * Makefile.in:  remove form feeds to make Sun's make happy.
14606         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
14607
14608 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
14609
14610         * Makefile.in (AR_FLAGS):  Make quieter.
14611
14612 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
14613
14614         * configure.in:  Add libg++.
14615         * configure:  When verbose, don't output the command line at each
14616         level; it will be unremarkably the same as the previous version,
14617         which will be the same as what the user typed.
14618
14619 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
14620
14621         * configure.in, Makefile.in: fix clean-info, add flex.  add
14622           fileutils.
14623
14624         * configure: be less sensitive to spaces in Makefile.in.  Do not
14625           look for sources in "..".  Doing so breaks subdirectories that
14626           might have their own configure.  If a subdir has it's own
14627           configure script, use it.
14628
14629 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
14630
14631         * cfg-paper.texi: some changes suggested by rms.
14632
14633 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
14634
14635         * config.sub:  Merge in some small additions from the FSF version,
14636         taken from the gcc distribution, to bring the Cygnus and FSF
14637         versions into closer sync.
14638
14639 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
14640
14641         * configure.in:  Changed svr4 references to sysv4.
14642
14643 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
14644
14645         * configure: added -V for version number option.
14646
14647 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
14648
14649         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14650           renamed from DOC.configure to cfg-paper.texi.
14651
14652 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14653
14654         * configure, config.subr, config.sub: config.subr is now
14655           config.sub again.
14656
14657 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
14658
14659         * configure.texi: new file, in progress.
14660
14661         * Makefile.in: build info file and install the man page for
14662           configure.
14663
14664         * configure.man: new file, first cut.
14665
14666         * configure: find config.subr again now that configuration "none"
14667           has gone.  removed all traces of the -ansi option.  removed all
14668           traces of the -languages option.
14669
14670         * config.subr: resync from rms.
14671
14672 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
14673
14674         * configure, config.sub, config.subr: merge config.sub into
14675           config.subr, call the result config.subr, remove config.sub, use
14676           config.subr.
14677
14678         * Makefile.in: revised install for dir.info.
14679
14680 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
14681
14682         * configure.in: add decstation host makefile frag.
14683
14684         * Makefile.in: BISON now bison -y again.  also install-gcc on
14685           install.  clean-gdbm on clean.  infodir belongs in datadir.
14686           Make directories for info install.  Build dir.info here then
14687           install it.
14688
14689 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
14690
14691         * Makefile.in: fix for bad directory tests.
14692
14693 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
14694
14695         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
14696           regexp.  -srcdir relative was being handled incorrectly.
14697
14698         * Makefile.in: unwrapped some for loops so that parallel makes
14699           work again and so one can focus one's attention on a particular
14700           package.
14701
14702 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
14703
14704         * configure: added PWD as a stand in for `pwd` (for speed). use
14705           elif wherever possible.  make -srcdir work without -objdir.
14706           -objdir= commented out.
14707
14708 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
14709
14710         * configure: +options become --options.  -subdirs commented out.
14711           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
14712           Makefile now at top of generated Makefile.  Removed cvs log
14713           entries.  added -srcdir.  create .gdbinit only if there is one
14714           in ${srcdir}.
14715
14716         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
14717           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
14718           and mandir now keyed off datadir by default.
14719
14720 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
14721
14722         * Freshly created ChangeLog.
14723
14724 \f
14725 Local Variables:
14726 mode: change-log
14727 left-margin: 8
14728 fill-column: 76
14729 version-control: never
14730 End: