Update config.sub to 2012-04-18 version.
[platform/upstream/binutils.git] / ChangeLog
1 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
2
3         * config.sub: Update to 2012-04-18 version from official repo.
4
5 2012-03-19  Tristan Gingold  <gingold@adacore.com>
6
7         * configure.ac (ia64*-*-*vms*): Add support for ld.
8         * configure: Regenerate.
9
10 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11
12         * configure.ac (enable_libgomp): Remove *-*-irix6*.
13         (unsupported_languages): Remove mips-sgi-irix6.*.
14         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
15         (with_stabs): Remove.
16         * configure: Regenerate.
17
18 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19
20         * configure.ac (enable_libgomp): Remove *-*-osf*.
21         (with_stabs): Remove alpha*-*-osf*.
22         * configure: Regenerate.
23
24 2012-03-09  Jeff Johnston  <jjohnstn@redhat.com>
25
26         * COPYING.NEWLIB: Modify DJ Delorie license to include
27         modification rights in clause as permitted by DJ Delorie.
28         * COPYING.LIBGLOSS: Ditto.
29
30 2012-03-09  Jeff Johnston  <jjohnstn@redhat.com>
31
32         * COPYING.NEWLIB: Remove two unused licenses.
33
34 2012-03-05  Tristan Gingold  <gingold@adacore.com>
35
36         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
37         * configure: Regenerate.
38
39 2012-02-21  Joern Rennecke  <joern.rennecke@embecosm.com>
40
41         * COPYING.NEWLIB: Add Adapteva notice.
42         * COPYING.LIBGLOSS: Add Adapteva notice.
43
44 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
45
46         * configure: Regenerate.
47
48 2011-12-15  Jeff Johnston  <jjohnstn@redhat.com>
49
50         * COPYING.LIBGLOSS: Add GPL with exception license.
51
52 2011-11-09  Roland McGrath  <mcgrathr@google.com>
53
54         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
55         * configure: Rebuild.
56         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
57         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
58         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
59         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
60         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
61         Add READELF.
62         * Makefile.in: Rebuild.
63
64 2011-11-08  Richard Henderson  <rth@redhat.com>
65
66         * configure.ac: Test for libitm directory present first.
67
68         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
69
70         * configure.ac: Test libitm/configure.tgt to disable libitm.
71         * configure: Rebuild.
72
73 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
74
75         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
76         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
77         * Makefile.in: Regenerate.
78
79 2011-11-01  DJ Delorie  <dj@redhat.com>
80
81         * configure.ac (rl78-*-*) New case.
82         * configure: Regenerate.
83
84 2011-11-01  DJ Delorie  <dj@redhat.com>
85
86         * config.sub: Update to version 2011-10-29 (added rl78)
87
88 2011-10-27  Nick Clifton  <nickc@redhat.com>
89
90         * config.sub: Import these changes from the config project:
91
92         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
93             Ben Elliston  <bje@gnu.org>
94
95         * config.sub (epiphany): New.
96
97         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
98             Ben Elliston  <bje@gnu.org>
99
100         * config.sub (hexagon, hexagon-*): New.
101
102         2011-08-23  Roland McGrath  <mcgrathr@google.com>
103
104         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
105         64eb to be64.
106
107         2011-08-16  Roland McGrath  <mcgrathr@google.com>
108
109         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
110         (nacl): Grok as alias for 32el-unknown-nacl.
111
112 2011-08-19  Joel Brobecker  <brobecker@adacore.com>
113
114         * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
115
116 2011-08-14  Yao Qi  <yao@codesourcery.com>
117
118         Merge from gcc:
119
120         2011-08-14  Yao Qi  <yao@codesourcery.com>
121         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
122         * configure: Regenerate.
123
124 2011-07-26  Ian Lance Taylor  <iant@google.com>
125
126         Merge from gcc:
127
128         2011-07-26  Ian Lance Taylor  <iant@google.com>
129         * configure.ac: Set have_compiler based on whether gcc directory
130         exists, rather than on whether gcc is in configdirs.
131         * configure: Rebuild.
132
133         2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
134         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
135         link directories.
136         * Makefile.in: Rebuild.
137
138         2011-07-20  Ian Lance Taylor  <iant@google.com>
139         PR bootstrap/49787
140         * configure.ac: Move --enable-bootstrap handling earlier in file.
141         If --enable-bootstrap and either --enable-build-with-cxx or
142         --enable-build-poststage1-with-cxx, enable C++ automatically.
143         * configure: Rebuild.
144
145         2011-07-19  Ian Lance Taylor  <iant@google.com>
146         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
147         make C++ a boot_language.  Set and substitute
148         POSTSTAGE1_CONFIGURE_FLAGS.
149         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
150         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
151         * configure, Makefile.in: Rebuild.
152
153         2011-07-16  Jason Merrill  <jason@redhat.com>
154         * Makefile.def (language=c++): Add check-c++0x and
155         check-target-libmudflap-c++.
156         * Makefile.tpl (check-target-libmudflap-c++): New.
157         * Makefile.in: Regenerate.
158
159         2011-07-16  Matthias Klose  <doko@ubuntu.com>
160         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
161         * Makefile.def (target_modules/libjava): Pass
162         $(EXTRA_CONFIGARGS_LIBJAVA).
163         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
164         if not configured with --enable-static-libjava.
165         * Makefile.in: Regenerate.
166         * configure: Likewise.
167
168         2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
169         PR regression/47836
170         PR bootstrap/23656
171         PR other/47733
172         PR bootstrap/49247
173         PR c/48825
174         * configure.ac (target_libraries): Remove target-libiberty.
175         Remove case-statement setting skipdirs=target-libiberty for
176         multiple targets.  Remove checking target_configdirs and
177         removing target-libiberty but keeping target-libgcc if
178         otherwise empty.
179         * Makefile.def (target_modules): Don't add libiberty.
180         (dependencies): Remove all traces of target-libiberty.
181         * configure, Makefile.in: Regenerate.
182
183 2011-07-22  Jason Merrill  <jason@redhat.com>
184
185         * Makefile.def (language=c++): Add check-c++0x and
186         check-target-libmudflap-c++.
187         * Makefile.tpl (check-target-libmudflap-c++): New.
188         * Makefile.in: Regenerate.
189
190 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
191
192         * configure: Regenerate.
193
194 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
195
196         PR target/39150
197         * configure.ac (i[3456789]86-*-solaris2*): Also accept
198         x86_64-*-solaris2.1[0-9]*.
199         * configure: Regenerate.
200
201 2011-06-13  Walter Lee <walt@tilera.com>
202
203         * configure.ac (tilepro-*-*) New case.
204         (tilegx-*-*): Likewise.
205         * configure: Regenerate.
206
207 2011-06-06  Nick Clifton  <nickc@redhat.com>
208
209         * config.sub: Sync from upstream.
210
211 2011-05-08  Doug Kwan  <dougkwan@google.com>
212
213         Merge from gcc:
214
215         2011-05-08  Doug Kwan  <dougkwan@google.com>
216
217                 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
218                 * configure: Regenerated.
219                 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
220                 value from configure.
221                 * Makefile.in: Regenerated.
222
223 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
224
225         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
226         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
227         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
228         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
229         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
230         *-*-vxworks*): Disable newlib and libgloss in separate case
231         statement.
232         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
233         to separate case statement.
234         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
235         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
236         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
237         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
238         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
239         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
240         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
241         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
242         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
243         i[[3456789]]86-*-rdos*, m32r-*-*,
244         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
245         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
246         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
247         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
248         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
249         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
250         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
251         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
252         and libgloss in main case over targets.  Remove most empty cases
253         in main case over targets.
254         * configure: Regenerate.
255
256 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
257
258         * configure.ac: Remove code setting special library locations for
259         hppa*64*-*-hpux11*.  Remove code setting compiler for
260         sparc-sun-solaris2*.
261         * configure: Regenerate.
262
263 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
264
265         * configure.ac: Separate libgloss_dir settings from general case
266         over targets.
267         * configure: Regenerate.
268
269 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
270
271         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
272         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
273         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
274         cases in libgcj-disabling case statement.
275         (hppa*64*-*-linux*): Set unsupported_languages instead of
276         disabling target-zlib.
277         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
278         to hppa*64*-*-hpux*.
279         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
280         hppa*-*-hpux*.
281         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
282         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
283         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
284         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
285         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
286         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
287         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
288         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
289         libgcj-disabling case statement.
290         * configure: Regenerate.
291
292 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
293
294         * configure.ac: Disable Java for targets not supporting libffi.
295         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
296         Remove cases in Java-disabling statement.
297         (*arm-wince-pe): Change to arm-wince-pe.
298         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
299         cases in Java-disabling statement.
300         (bfin-*-*): Don't disable Java again.
301         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
302         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
303         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
304         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
305         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
306         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
307         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
308         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
309         Java-disabling statement.
310         (mmix-*-*): Don't disable Java again.
311         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
312         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
313         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
314         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
315         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
316         statement.
317         * configure: Regenerate.
318
319 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
320
321         Merge from GCC:
322
323         2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
324
325         PR lto/48086
326         * configure.ac: Re-enable LTO on *-apple-darwin9*.
327         * configure: Regenerate.
328
329 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
330
331         * configure.ac: Separate cases disabling Java and Java libraries
332         from general case over targets.
333         * configure: Regenerate.
334
335 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
336
337         * configure.ac (build_tools): Remove build-byacc.
338         (host_libs): Remove mmalloc.
339         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
340         autoconf automake libtool diff rcs fileutils shellutils time
341         textutils wdiff find uudecode hello tar gzip indent recode release
342         sed perl gawk findutils gettext zip.
343         (libgcj): Remove target-qthreads.
344         (target_tools): Remove target-examples target-gperf.
345         (YACC): Don't handle building byacc.
346         * configure: Regenerate.
347         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
348         dosutils, examples, fileutils, find, findutils, gawk, gettext,
349         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
350         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
351         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
352         handle building components.
353         * Makefile.in: Regenerate.
354
355 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
356
357         * config.sub: Sync from upstream.
358
359 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
360
361         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
362         (microblaze*): Don't disable libssp.
363         * configure: Regenerate.
364
365 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
366
367         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
368         moveifchange.
369         * configure: Regenerate.
370         * Makefile.tpl: Use @SHELL@ not @config_shell@.
371         * Makefile.in: Regenerate.
372
373 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
374
375         * configure.ac (*-*-sysv4*): Don't enable libgomp.
376         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
377         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
378         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
379         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
380         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
381         md_exec_prefix cases.
382         * configure: Regenerate.
383
384 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
385
386         * configure.ac: Separate cases disabling target-libssp,
387         target-libiberty, target-libstdc++-v3 and Fortran from general
388         case over targets.
389         * configure: Regenerate.
390
391 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
392
393         * configure.ac (*-*-chorusos): Don't disable libgcj.
394         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
395         Remove case.
396         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
397         (arm-*-coff): Don't disable libgcj.
398         (arm*-*-linux-gnueabi): Remove useless assignment.
399         (arm-*-riscix*): Don't disable libgcj.
400         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
401         configuration.
402         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
403         (c54x*-*-*): Remove case.
404         (tic54x-*-*): Don't disable GCC or GCC libraries.
405         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
406         to *.
407         (d10v-*-*): Don't disable GCC libraries.
408         (d30v-*-*): Don't disable libgcj.
409         (h8500-*-*): Don't disable GCC libraries.
410         (i960-*-*): Don't disable libgcj.
411         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
412         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
413         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
414         libgcj.
415         (m68k-*-coff*): Remove case.
416         (mmix-*-*): Don't disable libgloss on host.
417         (mn10200-*-*, mn10300-*-*): Remove cases.
418         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
419         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
420         Don't disable libgcj.
421         (romp-*-*): Remove case.
422         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
423         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
424         case.
425         (v810-*-*): Don't disable GCC libraries.
426         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
427         (ip2k-*-*): Don't disable GCC libraries.
428         * configure: Regenerate.
429
430 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
431
432         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
433         libffi on host.
434         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
435         on host.
436         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
437         * configure: Regenerate.
438
439 2011-03-26  John Marino  <binutils@marino.st>
440
441         * configure.ac: Add support for *-*-dragonfly*
442         * configure: Regenerate.
443
444 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
445
446         * configure.ac (native_only): Remove.
447         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
448         send-pr uudecode guile gnuserv on host.
449         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
450         send-pr rcs guile perl texinfo libtool on host.
451         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
452         automake send-pr rcs guile perl texinfo libtool on host.
453         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
454         (*-*-kaos*): Don't disable target-examples target-gperf on target.
455         (alpha*-dec-osf*): Don't disable fileutils on target.
456         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
457         texinfo send-pr expect dejagnu on target.
458         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
459         target-qthreads on target.
460         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
461         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
462         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
463         x86_64-*-mingw*): Don't disable expect on target.
464         (*-*-cygwin*): Don't disable target-gperf on target.
465         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
466         gnuserv on target.
467         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
468         target.
469         * configure: Regenerate.
470
471 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
472
473         * configure.ac (target_tools): Remove target-groff.
474         (native_only): Remove target-groff.
475         (hppa*64*-*-*): Don't disable byacc.
476         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
477         setting.
478         (*-*-kaos*): Don't skip target-librx and target-groff.
479         (*-*-netware*): Don't skip target-libmudflap.
480         (*-*-tpf*): Don't skip target-libmudflap.
481         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
482         directories on the host.
483         (ia64*-*-*vms*): Don't skip tix.
484         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
485         host.
486         * configure: Regenerate.
487
488 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
489
490         * configure.ac: Remove references to mt-mep, mt-netware,
491         mt-wince.
492         * Makefile.def: Add all-utils soft dependencies.
493         * Makefile.tpl: Remove GDB_NLM_DEPS.
494         * configure: Regenerate.
495         * Makefile.in: Regenerate.
496
497 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
498
499         Sync from GCC:
500
501         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
502
503         * configure.ac: Do not include mh-x86omitfp.
504         * configure: Regenerate.
505
506         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
507
508         * configure.ac: Remove empty cases.
509         * configure: Regenerate.
510
511         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
512
513         * Makefile.def: Add dependency from termcap to gdb.
514         * Makefile.in: Regenerate.
515
516         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
517
518         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
519         * configure: Regenerate.
520         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
521         * Makefile.tpl: Likewise.
522         * Makefile.in: Regenerate.
523
524         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
525
526         * configure.ac: Remove all mentions of tentative_cc.
527         * configure: Regenerate.
528
529         2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
530
531         PR lto/48086
532         * configure.ac: Re-enable LTO on *-apple-darwin9.
533         * configure: Regenerate.
534
535 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
536
537         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
538         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
539         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
540         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
541         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
542         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
543         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
544         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
545         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
546         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
547         *-*-rhapsody*): Remove host cases.
548         * configure: Regenerate.
549
550 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
551
552         * configure.ac (ppc*-*-pe): Remove host case.
553         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
554         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
555         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
556         cases.
557         * configure: Regenerate.
558
559 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
560
561         * config.sub: Update to version 2011-03-23.
562
563 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
564
565         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
566         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
567         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
568         * configure: Regenerate.
569
570 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
571
572         * config-ml.in: Don't handle arc-*-elf*.
573         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
574         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
575         handle GCC libraries.
576         * configure: Regenerate.
577
578 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
579
580         PR bootstrap/48120:
581         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
582         Add -lstdc++ -lm to LIBS.
583         * configure: Regenerate.
584
585 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
586
587         * config.guess: Update to version 2011-02-02
588         * config.sub: Update to version 2011-02-24
589         
590 2011-03-03  Sebastian Pop  <sebastian.pop@amd.com>
591
592         * configure.ac: Adjust test of with_ppl.
593         * configure: Regenerated.
594
595 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
596
597         * configure.ac: Add -lpwl to ppllibs.
598         * config/cloog.m4: Add -lisl to clooglibs.
599         * configure: Regenerated.
600
601 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
602
603         Import from Libtool and gnulib:
604
605         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
606
607         Prepare for supporting FreeBSD 10.
608         * config.rpath: Remove handling of freebsd1* which soon would
609         match FreeBSD 10.0.
610
611         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
612
613         Remove support for FreeBSD 1.x.
614         * libtool.m4 (_LT_LINKER_SHLIBS)
615         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
616         soon would incorrectly match FreeBSD 10.0.
617
618 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
619
620         PR binutils/12283
621         * MAINTAINERS (mkinstalldirs): Comes from Automake.
622         (move-if-change): Comes from gnulib.
623         * move-if-change: Import version from gnulib.
624
625 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
626
627         Sync from GCC:
628
629         2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
630
631         PR lto/47225
632         * Makefile.def (lto-plugin): Double dash for enable-shared.
633         (configure-gcc): Depend on all-lto-plugin.
634         * Makefile.in: Rebuilt.
635
636         2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
637
638         * configure.ac: Remove extra bracket.
639         * configure: Regenerate.
640
641         2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
642
643         PR lto/47225
644         * Makefile.def: Add dependency for install-gcc
645         on install-lto-plugin.
646         * Makfile.in: Regenerated
647
648         2011-01-25  Jakub Jelinek  <jakub@redhat.com>
649
650         * configure.ac: If with_ppl is no, move setting with_cloog=no
651         after CLOOG_REQUESTED check.
652         * configure: Regenerated.
653
654         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
655
656         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
657         CLooG has been requested.
658         * configure: Regenerated.
659
660         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
661
662         * configure: Regenerated.
663         * configure.ac: Check for version 0.11 (or later revision) of PPL.
664
665         2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
666
667         * configure: Regenerated.
668         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
669
670         2011-01-07  Jan Hubicka  <jh@suse.cz>
671
672         PR lto/47225
673         * Makefile.in: Regenerate.
674         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
675         configure.
676
677 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
678
679         PR libgcj/44341
680         * configure.ac: Discard --with-* flags for host when configuring
681         target libraries for cross build.
682         * configure: Rebuilt.
683
684 2011-01-21  Andreas Schwab  <schwab@redhat.com>
685
686         Sync from GCC:
687
688         2011-01-21  Andreas Schwab  <schwab@redhat.com>
689
690         * configure.ac: Use AS_HELP_STRING throughout.
691         * configure: Regenerate.
692
693         2011-01-18  Jie Zhang  <jie.zhang@analog.com>
694
695         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
696         * configure: Regenerate.
697
698 2010-12-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
699
700         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
701
702 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
703
704         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
705         for ia64-hpux.
706         * configure: Regenerate.
707
708 2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
709
710         Sync from GCC:
711         2010-12-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
712
713         * configure.ac: (picochip): Disable libiberty.
714         * configure: Regenerate.
715
716 2010-12-18  Jeff Johnston  <jjohnstn@redhat.com>
717
718         * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
719
720 2010-12-10  Ian Lance Taylor  <iant@google.com>
721
722         PR bootstrap/46819
723         * configure.ac: For --disable-libgcj clear libgcj_saved.
724         * configure: Rebuild.
725
726 2010-12-10  Tobias Burnus  <burnus@net-b.de>
727
728         PR fortran/46540
729         * configure.ac: Add --disable-libquadmath and
730         --disable-libquadmath-support.
731         * configure: Regenerate.
732
733 2010-12-10  Tristan Gingold  <gingold@adacore.com>
734
735         * src-release (ETC_SUPPORT): add gnu-oids.texi
736
737 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
738
739         PR libffi/46792
740         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
741         * configure: Regenerate.
742
743 2010-12-02  Ian Lance Taylor  <iant@google.com>
744
745         * configure.ac: Always set default for poststage1_ldflags to
746         -static-libstdc++ -static-libgcc.
747
748 2010-12-02  Jeff Johnston  <jjohnstn@redhat.com>
749
750         * COPYING.NEWLIB: Add National Semiconductor notice.
751
752 2010-11-29  Andreas Schwab  <schwab@redhat.com>
753
754         * configure.ac: Move comment to remove extra space in last argument
755         of GCC_TARGET_TOOL.
756
757 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
758
759         PR other/46026
760         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
761         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
762         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
763         (BASE_FLAGS_TO_PASS): Use it.
764         * configure: Rebuilt.
765         * Makefile.in: Rebuilt.
766
767 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
768
769         PR binutils/12258
770         * configure.ac: Correct comments for --enable-gold/--enable-ld.
771         Properly check default linker.
772         * configure: Regnerated.
773
774 2010-11-23  Matthias Klose  <doko@ubuntu.com>
775
776         * configure.ac: For --enable-gold, handle value `default' instead of
777         `both*'.   New configure option --{en,dis}able-ld.
778         * configure: Regenerate.
779
780 2010-11-20  Ian Lance Taylor  <iant@google.com>
781
782         * configure.ac: Only disable a language library if no language needs
783         it.  Don't let --disable-libgcj uncondtionally disable libffi.
784         * configure: Rebuild.
785
786 2010-11-20  Paolo Bonzini  <bonzini@gnu.org>
787
788         * configure: Regenerate.
789
790 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
791
792         PR other/46202
793         * configure.ac: Fix just-built in-tree STRIP name to be
794         binutils/strip-new.
795         * configure: Regenerate.
796         * Makefile.def (install-strip-gcc, install-strip-binutils)
797         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
798         (install-strip-sid): Mirror dependencies on non-strip variants
799         of these targets on the respective -strip prerequisites.
800         * Makefile.tpl (install-strip, install-strip-host)
801         (install-strip-target): New targets.
802         (install-strip-[+module+], install-strip-target-[+module+]):
803         New targets.
804         * Makefile.in: Regenerate.
805
806 2010-11-19  Ian Lance Taylor  <iant@google.com>
807             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
808
809         * configure.ac: Add target-libgo to target_libraries.  Set
810         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
811         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
812         (HOST_EXPORTS): Add GOC.
813         (BASE_TARGET_EXPORTS): Add GOC.
814         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
815         (GOCFLAGS_FOR_TARGET): New variable.
816         (EXTRA_HOST_FLAGS): Add GOC.
817         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
818         * Makefile.def (target_modules): Add libgo.
819         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
820         (dependencies): Add dependency from configure-target-libgo to
821         configure-target-libffi and all-target-libstdc++-v3.  Add
822         dependencies from all-target-libgo to all-target-libffi.
823         (languages): Add go.
824         * configure: Rebuild.
825         * Makefile.in: Rebuild.
826
827 2010-11-19  Ian Lance Taylor  <iant@google.com>
828
829         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
830         compiler/flag environment variables.
831
832 2010-11-18  Ian Lance Taylor  <iant@google.com>
833
834         * configure.ac: Check for lang_requires_boot_languages in
835         config-lang.in files.
836         * configure: Rebuild.
837
838 2010-11-17  Mike Frysinger  <vapier@gentoo.org>
839
840         * .gitignore: New file.
841
842 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
843             Tobias Burnus  <burnus@net-b.de>
844
845         PR fortran/32049
846         * Makefile.def: Add libquadmath; build it with language=fortran.
847         * configure.ac: Add libquadmath.
848         * Makefile.tpl: Handle multiple libs in check-[+language+].
849         * Makefile.in: Regenerate.
850         * configure: Regenerate.
851
852 2010-11-15  Andreas Schwab  <schwab@redhat.com>
853
854         * configure.ac: Fix spelling in option names.
855         * configure: Regenerated.
856
857 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
858
859         PR bootstrap/39622
860         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
861         * configure: Regenerated.
862
863 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
864
865         * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
866         define the cloog backend to use. Furthermore, only pass the ppllibs to
867         the configure checks, if necessary.
868         * configure: Regenerate.
869
870 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
871
872         * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
873         * configure: regenerate
874
875 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
876
877         * config/cloog.m4: Fix typo.  verison -> version.
878         * configure: Regenerate.
879
880 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
881
882         * config/cloog.m4: Pass ppl libraries to the CLooG version check.
883         * configure: Regenerate.
884
885 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
886
887         * configure.ac: Support official CLooG.org versions.
888         * configure: Regenerate.
889         * config/cloog.m4: New.
890
891 2010-11-05  Michael Eager  <eager@eagercon.com>
892
893         * COPYING.LIBGLOSS: Correct typo in microblaze.
894         * COPYING.NEWLIB: Same.
895
896 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
897
898         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
899         * configure: Regenerate.
900
901 2010-11-03  Ian Lance Taylor  <iant@google.com>
902             Dave Korn  <dave.korn.cygwin@gmail.com>
903
904         PR lto/46273
905         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
906         and on other supported platforms whenever LTO is enabled.
907         * configure: Rebuild.
908
909 2010-11-02  Alan Modra  <amodra@gmail.com>
910
911         PR binutils/12110
912         * configure.ac: Error when source path contains spaces.
913         * configure: Regenerate.
914
915 2010-10-20  Ian Lance Taylor  <iant@google.com>
916
917         * Makefile.def (target_modules): Set lib_path to src/.libs for
918         libstdc++-v3 module.
919         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
920         * Makefile.in: Rebuild.
921
922 2010-10-08  Bernd Schmidt  <bernds@codesourcery.com>
923             Joseph Myers  <joseph@codesourcery.com>
924
925         * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
926         notices.
927         * COPYING.NEWLIB: Add Texas Instruments notice.
928
929 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
930
931         * configure.ac (build_lto_plugin): New shell variable.
932         (--enable-lto): Turn on by default for all non-ELF platforms that
933         have had LTO support added so far.  Set build_lto_plugin appropriately
934         for both ELF and non-ELF.
935         (configdirs): Add lto-plugin or not based on build_lto_plugin.
936         * configure: Regenerate.
937
938 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
939
940         PR bootstrap/45326
941         PR bootstrap/45174
942         * configure.ac: Honor initial values of $build_configargs,
943         $host_configargs, $target_configargs.  Mark the precious, so
944         environment settings get recorded.
945         * configure: Regenerate.
946
947 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
948
949         Sync from GCC:
950
951         2010-09-30  Michael Eager  <eager@eagercon.com>
952
953         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
954         * configure: Regenerate.
955
956         2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
957
958         * configure.ac (enable-lto): Add Darwin to the list of supported lto
959         targets and amend comment.
960         * configure: Regenerate.
961
962         2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
963
964         * configure.ac: Enable LTO by default on Darwin.
965         * configure: Regenerate.
966
967         2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
968
969         PR bootstrap/44455
970         * configure.ac (extra_mpfr_configure_flags): Copy from
971         extra_mpc_gmp_configure_flags.
972         * configure: Re-generated.
973
974 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
975
976         Sync from GCC:
977
978         PR bootstrap/45796
979         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
980         Depend on all-build-libiberty.
981         * Makefile.in: Regenerate.
982
983 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
984
985         Sync from GCC:
986
987         PR bootstrap/44621
988         * configure.ac: Fix unportable shell quoting.
989         * configure: Regenerate.
990
991 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
992
993         * configure.ac: Support all v850 targets.
994         * configure: Regenerate.
995
996 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
997
998         PR target/44862
999         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1000         Provide -B option to allow for link spec %s substitutions for
1001         libstdc++.a on darwin.
1002         * Makefile.in: Regenerate.
1003
1004 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1005
1006         * Makefile.def (configure-gcc): Depend on all-libelf.
1007         * Makefile.in: Rebuild.
1008
1009 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1010
1011         * config.sub, config.guess: Update from upstream sources.
1012
1013 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1014
1015         Sync from GCC:
1016
1017         2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1018         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1019         * configure: Regenerated.
1020
1021         2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1022         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1023         * configure: Regenerate.
1024
1025         2010-04-17  Ralf Cors<E9>pius  <ralf.corsepius@rtems.org>
1026         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1027         * configure: Regenerate.
1028
1029         2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1030         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1031         separately.
1032         * configure: Regenerate.
1033
1034         2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1035         * configure: Regenerate after change to elf.m4.
1036
1037         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1038         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1039         * configure: Regenerated.
1040
1041         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1042         * configure.ac: Print "buggy but acceptable" when CLooG
1043         revision is less than 9.
1044         * configure: Regenerated.
1045
1046 2010-05-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1047
1048         Merge from gcc:
1049
1050         2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1051         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1052         * configure: Regenerate.
1053
1054         2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1055         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1056         a platform that supports LTO.
1057         * configure: Regenerate.
1058
1059         2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1060         PR lto/42776
1061         * configure.ac (--enable-lto): Refactor handling so libelf tests
1062         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1063         and allow LTO to be explicitly enabled on non-ELF platforms that
1064         are known to support it inside else-clause.
1065         * configure: Regenerate.
1066
1067 2010-04-27  Roland McGrath  <roland@redhat.com>
1068             H.J. Lu  <hongjiu.lu@intel.com>
1069
1070         * configure.ac (--enable-gold): Support both, both/gold and
1071         both/bfd to add gold to configdirs without removing ld.
1072         * configure: Regenerated.
1073
1074         * Makefile.def: Add install-gold dependency to install-ld.
1075         * Makefile.in: Regenerated.
1076
1077 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1078
1079         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1080         * configure: Regenerate.
1081
1082 2010-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1083
1084         Merge from gcc:
1085         PR bootstrap/43615
1086         PR bootstrap/43328
1087         Revert:
1088         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1089         * configure.ac: Do not pass --enable-multilib nor
1090         --disable-multilib in baseargs.  Accept explicitly passed
1091         --enable_multilib.
1092         * configure: Regenerate.
1093
1094 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1095
1096         PR bootstrap/43328
1097         * configure.ac: Do not pass --enable-multilib nor
1098         --disable-multilib in baseargs.  Accept explicitly passed
1099         --enable_multilib.
1100         * configure: Regenerate.
1101
1102 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1103
1104         * configure.ac (tic6x-*-*): New case.
1105         * configure: Regenerate.
1106
1107 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1108
1109         Merge from gcc:
1110         2010-03-19  Jack Howarth <howarth@bromo.med.uc.edu>
1111         PR ada/42554
1112         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1113         * configure: Regenerate.
1114
1115 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1116
1117         * config.sub: Update to version 2010-03-22.
1118         * config.guess: Update to version 2009-12-30.
1119
1120 2010-03-14  Joseph Myers  <joseph@codesourcery.com>
1121
1122         Merge from gcc:
1123         2010-01-11  Richard Guenther  <rguenther@suse.de>
1124         PR lto/41569
1125         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1126         * Makefile.in: Regenerated.
1127
1128 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1129
1130         PR libstdc++/32499
1131         * configure.ac (RANLIB): Default to true.
1132         (STRIP): Likewise.
1133         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1134         * configure: Regenerate.
1135
1136 2010-02-17  Nick Clifton  <nickc@redhat.com>
1137
1138         PR 11238
1139         * Makefile.tpl (local-distclean): Also remove config.cache files in
1140         sub-directories as there may not be Makefiles present in the
1141         sub-directories.
1142         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1143         the config.cache files found by the find command.
1144
1145         * Makefile.in: Regenerate.
1146         * configure.ac: Revert previous delta.
1147         * configure: Regenerate.
1148
1149 2010-02-15  Nick Clifton  <nickc@redhat.com>
1150
1151         PR 11238
1152         * configure.ac: Delete config.cache files in sub-directories when
1153         deleting Makefiles.
1154         * configure: Regenerate.
1155
1156 2010-02-15  Nick Clifton  <nickc@redhat.com>
1157
1158         * configure.ac: Sync from gcc.
1159         * configure: Regenerate.
1160
1161 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1162
1163         Sync from gcc:
1164         * configure.ac: Add "recommended" version checks for GMP/MPC.
1165         Update recommended GMP/MPFR/MPC versions.
1166         * configure: Regenerate.
1167
1168 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1169
1170         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1171         * configure.ac (bootstrap_target_libs): Make inclusion of
1172         target-libgomp conditional on libgomb being in target_configdirs.
1173         * configure: Regenerate.
1174
1175 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1176
1177         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1178         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1179         * configure: Regenerate.
1180
1181 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1182
1183         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1184         * configure.ac (target_configdirs): Substitute.
1185         * Makefile.def: Bootstrap target module libgomp.
1186         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1187         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1188         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1189         * configure, Makefile.in: Regenerate.
1190
1191 2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1192
1193         * libtool.m4: Sync from git Libtool.
1194         * ltmain.sh: Likewise.
1195         * ltoptions.m4: Likewise.
1196         * ltversion.m4: Likewise.
1197         * lt~obsolete.m4: Likewise.
1198
1199 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1200             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1201
1202         PR bootstrap/42424
1203         * configure.ac: Include libtool m4 files.
1204         (_LT_CHECK_OBJDIR): Call it.
1205         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1206         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1207
1208         * configure: Regenerate.
1209
1210 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1211
1212         PR bootstrap/41818
1213         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1214         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1215         * Makefile.in: Regenerate.
1216
1217 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1218
1219         * config.sub, config.guess: Update from upstream sources.
1220
1221 2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1222
1223         * COPYING.NEWLIB: Update copyright date.
1224         * COPYING.LIBGLOSS: Ditto.
1225
1226 2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1227
1228         PR middle-end/30447
1229         PR middle-end/30789
1230         PR other/40302
1231
1232         * configure.ac: Require MPC.
1233         * configure: Regenerate.
1234
1235         * configure.ac: Update minimum MPC version to 0.8.
1236         * configure: Regenerate.
1237
1238 2009-11-20  Paolo Bonzini  <bonzini@gnu.org>
1239
1240         * config.guess: Sync with upstream and gcc.
1241         * config.sub: Sync with upstream and gcc.
1242
1243 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1244
1245         * Makefile.def: Restore host and target settings for gmp.
1246         * Makefile.in: Rebuild.
1247
1248 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1249
1250         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1251         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1252         Fix portability of test of C++ as bootstrap language.  Add
1253         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1254         * configure: Rebuild.
1255         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1256         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1257         in-tree building.
1258         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1259         (POSTSTAGE1_HOST_EXPORTS): Use it.
1260         (STAGE[+id+]_CXXFLAGS): New.
1261         (BASE_FLAGS_TO_PASS): Pass it down.
1262         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1263         extra_exports.
1264         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1265         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1266         extra_exports.
1267         * Makefile.in: Rebuild.
1268
1269 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1270
1271         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1272         paths for *-w64-mingw* and x86_64-*mingw*.
1273         * configure: Regenerated.
1274
1275 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1276
1277         * configure.ac: Disable target-winsup & co for
1278         x86_64-*-mingw* and *-w64-mingw* targets.
1279         * configure: Regenerated.
1280
1281 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1282
1283         * configure.ac (CLooG test): Use = with test.
1284         * configure: Regenerate.
1285
1286 2009-10-22  Richard Guenther  <rguenther@suse.de>
1287
1288         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1289         cloog if the ppl version check failed.  Move flags saving
1290         before setting in libelf check.
1291         * configure: Regenerate.
1292
1293 2009-10-21  Richard Guenther  <rguenther@suse.de>
1294
1295         * configure.ac: Adjust the ppl and cloog configure to work as
1296         documented.  Disable cloog if ppl was disabled.  Omit the version
1297         checks if they were disabled.
1298         * configure: Re-generate.
1299
1300 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1301
1302         * configure.ac: Add 'lto' to enable_languages, not
1303         new_enable_languages, and only if not already present.
1304         * configure: Regenerate.
1305
1306 2009-10-06  Ian Lance Taylor  <iant@google.com>
1307
1308         * Makefile.def: check-gold depends upon all-gas.
1309         * Makefile.in: Rebuild.
1310
1311 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1312
1313         * Makefile.def: all-lto-plugin depends on all-libiberty.
1314         set bootstrap=true for lto-plugin.
1315         Add lto-plugin.
1316         * Makefile.in: Regenerate.
1317         * configure.ac (host_libs): Add lto-plugin.
1318         * configure: Regenerate.
1319
1320 2009-10-03  Diego Novillo  <dnovillo@google.com>
1321
1322         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1323         (HOST_LIBELFLIBS): Define.
1324         (HOST_LIBELFINC): Define.
1325         * Makefile.in: Regenerate.
1326         * configure.ac: Add --enable-lto.
1327         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1328         If --enable-lto is used, add 'lto' to new_enable_languages.
1329         If --enable-lto is used and gold is enabled, add
1330         lto-plugin to configdirs.
1331         * configure: Regenerate.
1332
1333 2009-10-03  Simon Baldwin  <simonb@google.com>
1334
1335         * configure.ac: If --with-system-zlib, suppress local zlib and
1336         pass --with-system-zlib to subdir configure scripts.
1337         * configure: Regenerate.
1338
1339 2009-10-01  Loren J. Rittle <ljrittle@acm.org>
1340             Paolo Bonzini  <bonzini@gnu.org>
1341
1342         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1343         $(srcdir).
1344         * Makefile.in: Rebuilt.
1345
1346 2009-09-29  Paolo Bonzini  <bonzini@gnu.org>
1347
1348         Sync from gcc:
1349         2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1350
1351         * configure.ac: Update minimum MPC version to 0.7.
1352         * configure: Regenerate.
1353
1354 2009-09-25  Nick Clifton  <nickc@redhat.com>
1355
1356         * configure.ac: Pass any --cache-file=/dev/null option on to
1357         subconfigures.
1358         * configure: Regenerate.
1359
1360 2009-09-23  Nick Clifton  <nickc@redhat.com>
1361
1362         * config.sub, config.guess: Update from upstream sources.
1363
1364 2009-09-22  Loren J. Rittle <ljrittle@acm.org>
1365
1366         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1367         * Makefile.in: Rebuilt.
1368
1369 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1370
1371         PR bootstrap/32272
1372         * configure.ac: Error out if $srcdir isn't '.' but contains
1373         host-${host_noncanonical}.
1374         * configure: Regenerate.
1375
1376 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1377
1378         * configure.ac: If bootstrapping a combined tree with
1379         --enable-gold, require c++ in stage1_languages.
1380         * configure: Regenerate.
1381
1382         * configure.ac: Also add target_libs of stage1_languages to
1383         bootstrap_target_libs.
1384         * configure: Regenerate.
1385
1386         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1387         with --enable-languages not containing c++.
1388         * configure: Regenerate.
1389
1390 2009-09-16  Jie Zhang  <jie.zhang@analog.com>
1391
1392         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1393         * configure: Regenerate.
1394
1395 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1396
1397         * configure.ac: Do not use $extrasub for replacing @if/@endif
1398         parts in Makefile; instead, use additional arguments to
1399         AC_CONFIG_COMMANDS to do the replacement manually, with several
1400         sed invocations, to avoid HP-UX sed command limits.
1401         * configure: Regenerate.
1402
1403 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1404
1405         * configure.ac (with-build-config): Document.  Handle without.
1406         Handle missing argument.
1407         * configure: Rebuilt.
1408
1409 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1410
1411         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1412         Default to bootstrap-debug only if compare-debug works.
1413         * configure: Rebuilt.
1414         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1415         * Makefile.in: Rebuilt.
1416
1417 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1418
1419         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1420         * Makefile.in: Rebuilt.
1421
1422 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1423
1424         * Makefile.tpl (AWK): Fix typo.
1425         * Makefile.in: Regenerate.
1426
1427 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1428
1429         * configure.ac: Detect awk and sed.
1430         * Makefile.def (flags_to_pass): Add AWK and SED.
1431         * Makefile.tpl (AWK, SED): New.
1432         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1433         * configure: Regenerate.
1434         * Makefile.in: Regenerate.
1435
1436 2009-09-01  Tristan Gingold  <gingold@adacore.com>
1437
1438         * setup.com: Ported to Itanium VMS.  Can also build using DCL scripts.
1439         Remove logical names.
1440
1441 2009-08-31  Dave Korn  <dave.korn.cygwin@gmail.com>
1442
1443         * ltmain.sh (func_normal_abspath): New function.
1444         (func_relative_path): Likewise.
1445         (func_mode_help): Document new -bindir option for link mode.
1446         (func_mode_link): Add new -bindir option, and use it to place
1447         output DLL if specified.
1448
1449 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1450
1451         * configure.ac (AC_PREREQ): Bump to 2.64.
1452
1453 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1454
1455         * README-maintainer-mode: Point directly to upstream locations
1456         for autoconf, automake, libtool, gettext, instead of copies on
1457         sources.redhat.com.  Document required versions.
1458         * configure.ac: Do not substitute datarootdir, htmldir,
1459         pdfdir, docdir.  Do not process --with-datarootdir,
1460         --with-htmldir, --with-pdfdir, --with-docdir.
1461         * configure: Regenerate.
1462
1463         * configure: Regenerate.
1464
1465         * compile: Sync from Automake 1.11.
1466         * depcomp: Likewise.
1467         * install-sh: Likewise.
1468         * missing: Likewise.
1469         * mkinstalldirs: Likewise.
1470         * ylwrap: Likewise.
1471
1472 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1473
1474         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1475         (baseargs): Add --disable-option-checking.
1476         * configure: Regenerate.
1477
1478         * Makefile.def (configure-target-libiberty): Depend on
1479         all-binutils and all-ld.
1480         (configure-target-newlib): Likewise.
1481         * Makefile.in: Regenerate.
1482
1483 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1484
1485         Sync with GCC, merge:
1486
1487         2009-07-31  Christian Bruel  <christian.bruel@st.com>
1488
1489         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1490         * configure: Regenerate.
1491
1492         2009-07-06  Ian Lance Taylor  <iant@google.com>
1493
1494         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1495         * configure: Rebuild.
1496
1497         2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1498
1499         PR bootstrap/40338
1500         * configure.ac (comparestring): Create new variable.
1501         * Makefile.tpl (comparestring): Use to skip some comparisions.
1502         * configure: Regenerate.
1503         * Makefile.in: Regenerate.
1504
1505         2009-06-23  Ian Lance Taylor  <iant@google.com>
1506
1507         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1508         boot_languages.  Only bootstrap target libraries listed in
1509         target_libs for some boot language.  Add --with-stage1-ldflags,
1510         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1511         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1512         if not building with C++.
1513         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1514         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1515         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1516         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1517         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1518         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1519         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1520         * configure, Makefile.in: Rebuild.
1521
1522         2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1523
1524         * configure.ac: Detect MPC in default directory.
1525         * configure: Regenerate.
1526
1527         2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1528
1529         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1530         to noconfdirs.
1531         * configure: Regenerate.
1532
1533         2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1534
1535         * Makefile.def: Add MPC support and dependencies.
1536         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1537
1538         * Makefile.in, configure: Regenerate.
1539
1540         2009-05-24  Nicolas Roche  <roche@adacore.com>
1541
1542         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1543         * Makefile.in: Regenerate.
1544
1545         2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1546
1547         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1548         * configure:  Regenerate.
1549
1550         2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1551
1552         * configure.ac ($with_ppl):  Default to no if not supplied.
1553         ($with_cloog):  Likewise.
1554         configure:  Regenerate.
1555
1556         2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1557
1558         PR bootstrap/39739
1559         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1560         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1561
1562         * configure, Makefile.in: Regenerate.
1563
1564         2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1565
1566         * configure.ac: Change copyright header to refer to version
1567         3 of the GNU General Public License and to point readers at the
1568         COPYING3 file and the FSF's license web page.
1569         * Makefile.def: Likewise.
1570         * Makefile.tpl: Likewise.
1571         * Makefile.in: Regenerate.
1572
1573         2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1574
1575         * configure.ac: Restore match for darwin9 or later. Use double
1576         brackets since regeneration eats one pair.
1577         * configure: Regenerate.
1578
1579 2009-08-18  Christopher Faylor  <me+cygwin@cgf.cx>
1580
1581         * MAINTAINERS: Perform some obvious fixups.
1582
1583 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1584
1585         * config.sub, config.guess: Update from upstream sources.
1586
1587 2009-08-06  Michael Eager <eager@eagercon.com>
1588
1589         * configure.ac: Add Microblaze target.
1590         * configure: Regenerate.
1591
1592 2009-07-02  Tristan Gingold  <gingold@adacore.com>
1593
1594         * configure.ac: Do not exclude gas for i386-*-darwin.
1595         Add a case for x86_64-*-darwin.
1596         * configure: Regenerate.
1597
1598 2009-06-26  Doug Evans  <dje@sebabeach.org>
1599
1600         * Makefile.def (host_modules): Add cgen.
1601         * Makefile.in: Regenerate.
1602         * configure.ac (host_tools): Add cgen.
1603         * configure: Regenerate.
1604
1605 2009-06-17  Michael Eager <eager@eagercon.com>
1606
1607         * COPYING.LIBGLOSS: Add Xilinx license.
1608
1609 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1610
1611         * configure.ac: Define is_elf for QNX Neutrino targets.
1612         * configure: Regenerate.
1613
1614 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1615             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1616
1617         * Makefile.tpl (all): Avoid a trailing backslash.
1618         * Makefile.in: Regenerate.
1619
1620 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1621
1622         * config.sub, config.guess: Update from upstream sources.
1623
1624 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1625
1626         * Makefile.tpl ([+compare-target+]): Compare all stage
1627         directories, rather than just gcc.
1628         * Makefile.in: Rebuilt.
1629
1630 2009-05-28  Doug Kwan  <dougkwan@google.com>
1631
1632         * configure.ac: Support gold for target arm*-*-*.
1633         * configure: Regenerate.
1634
1635 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1636
1637         * Makefile.tpl (all): Avoid harmless warning in make all when
1638         gcc-bootstrap is enabled but stage_last does not exist.
1639         * Makefile.in: Rebuilt.
1640
1641 2009-05-25  Tristan Gingold  <gingold@adacore.com>
1642
1643         * setup.com: Complete the file with configuration and build.
1644
1645 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1646
1647         PR other/40159
1648         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1649         gcc-no-bootstrap are mutually exclusive.
1650         * Makefile.in: Rebuilt.
1651
1652 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1653
1654         PR other/40159
1655         * Makefile.tpl (all): Don't end with unconditional success.
1656         * Makefile.in: Rebuilt.
1657
1658 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1659
1660         PR target/37137
1661         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1662         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1663         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1664         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1665         stage_configureflags, stage_cflags and stage_libcflags into
1666         explicit Makefile macros.
1667         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1668         GFORTRAN.
1669         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1670         CC.  Set CC_FOR_BUILD from CC.
1671         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1672         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1673         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1674         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1675         and GFORTRAN.
1676         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1677         (_LIBCFLAGS): Renamed to _TFLAGS.
1678         (do-compare-debug, do-compare3-debug): Drop.
1679         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1680         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1681         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1682         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1683         (XGCC_FLAGS_FOR_TARGET): New.
1684         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1685         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1686         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1687         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1688         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1689         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1690         TFLAGS.
1691         (BUILD_CONFIG): Include if requested.
1692         (all): Set TFLAGS on bootstrap.
1693         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1694         (all-stageid-prefixmodule): Likewise.
1695         (do-clean, distclean-stageid): Set TFLAGS.
1696         (restrap): Fix whitespace.
1697         * Makefile.in: Rebuilt.
1698
1699 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1700
1701         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1702         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1703         * Makefile.in: Regenerate.
1704
1705 2009-04-24  Eli Zaretskii  <eliz@gnu.org>
1706
1707         * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1708         consistency with config.sub.  (Update from upstream sources.)
1709
1710 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
1711
1712         * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1713
1714 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1715
1716         * config.sub, config.guess: Update from upstream sources.
1717
1718 2009-04-15  Anthony Green  <green@moxielogic.com>
1719
1720         * configure.ac: Add moxie support.
1721         * configure: Rebuilt.
1722
1723 2009-04-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1724
1725         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1726         * configure: Regenerate.
1727
1728 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1729
1730         PR gas/10039
1731         * configure.ac: Require texinfo 4.7.
1732         * configure: Regenerated.
1733
1734 2009-04-09  Steve Ellcey  <sje@cup.hp.com>
1735
1736         * Makefil.def (languages): New entries.
1737         * Makefile.tpl (check-gcc-*): New generic target.
1738         * Makefile.in: Regenerate.
1739
1740 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1741
1742         * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1743         Windows builds of Sed.
1744
1745 2009-03-18  Tom Tromey  <tromey@redhat.com>
1746
1747         * configure: Rebuild.
1748         * configure.ac (host_libs): Add libiconv.
1749         * Makefile.in: Rebuild.
1750         * Makefile.def (host_modules): Add libiconv.
1751         (configure-gdb, all-gdb): Depend on libiconv.
1752
1753 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1754
1755         * configure.ac: Treat gdb as supported on x86_64-darwin.
1756         * configure: Regenerate.
1757
1758 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1759
1760         Merge from GCC:
1761
1762         2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1763
1764         * configure.ac (--with-host-libstdcxx): New option.
1765         * configure: Regenerate.
1766
1767         2009-01-29  Robert Millan  <rmh@aybabtu.com>
1768
1769         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1770         * configure: Regenerate.
1771
1772         2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
1773
1774         PR tree-optimization/38515
1775         * configure.ac (cloog-polylib): Removed.
1776         (with_ppl, with_cloog): Test for "no".
1777         * configure: Regenerated.
1778
1779 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1780
1781         Backport from git Libtool:
1782
1783         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1784         Support GNU/kOpenSolaris.
1785         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1786         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1787         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1788         GNU/kOpenSolaris.
1789
1790 2009-02-05  Andreas Schwab  <schwab@suse.de>
1791
1792         * Makefile.tpl (stage_last): Define $r and $s before using
1793         $(RECURSE_FLAGS_TO_PASS).
1794         * Makefile.in: Regenerate
1795
1796 2009-01-21  Jeff Johnston  <jjohnstn@redhat.com>
1797
1798         * COPYING.NEWLIB: Add ARM license.
1799
1800 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1801
1802         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1803         (all-opcodes): Depend on all-libiberty.
1804         * Makefile.in: Regenerate.
1805
1806 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1807
1808         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1809         * configure: Regenerate.
1810
1811 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1812
1813         Backport link test fix from upstream Libtool:
1814
1815         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1816         Add cache variables to tests that require the linker to work.
1817         For shlibpath_overrides_runpath, this also changes the semantics
1818         to let the result from the C compiler take precedence.
1819         compiler take precedence.
1820
1821 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1822
1823         * config.sub, config.guess: Update from upstream sources.
1824
1825 2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1826
1827         * COPYING.NEWLIB: Updated.
1828         * COPYING.LIBGLOSS: Ditto.
1829
1830 2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
1831
1832         Sync with GCC:
1833
1834         2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1835
1836         * configure.ac (ppllibs): Add by default the lib flags.
1837         * configure: Regenerate.
1838
1839         2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1840
1841         * configure.ac: Add double brackets on darwin[912].
1842         * configure: Regenerate.
1843
1844         2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1845
1846         * configure.ac: Expand to darwin10 and later.
1847         * configure: Regenerate.
1848
1849 2008-12-02  Andreas Schwab  <schwab@suse.de>
1850
1851         * Makefile.def: configure-target-boehm-gc depends on
1852         all-target-libstdc++-v3.
1853         * Makefile.in: Regenerate.
1854
1855 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1856
1857         * config.sub, config.guess: Update from upstream sources.
1858
1859 2008-11-27  Joseph Myers  <joseph@codesourcery.com>
1860
1861         Merge from GCC:
1862
1863         2007-12-02  Matthias Klose  <doko@ubuntu.com>
1864
1865         * config-ml.in: Remove 64bit configure tests.
1866
1867         2008-05-14  Rafael Espindola  <espindola@google.com>
1868
1869         * config-ml.in: don't handle --enable-shared and --enable-static.
1870
1871         2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1872             Tobias Grosser  <grosser@fim.uni-passau.de>
1873             Jan Sjodin  <jan.sjodin@amd.com>
1874             Harsha Jagasia  <harsha.jagasia@amd.com>
1875             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1876             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1877             Adrien Eliche  <aeliche@isty.uvsq.fr>
1878
1879         Merge from graphite branch.
1880         * configure: Regenerate.
1881         * Makefile.in: Regenerate.
1882         * configure.ac (host_libs): Add ppl and cloog.
1883         Add checks for PPL and CLooG.
1884         * Makefile.def (ppl, cloog): Added modules and dependences.
1885         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1886         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1887
1888         2008-09-03  Richard Guenther  <rguenther@suse.de>
1889
1890         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1891         cloog test.
1892         * configure: Re-generate.
1893
1894         2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1895
1896         * configure.ac (--with-cloog-polylib): New.
1897         (--disable-cloog-version-check): New.
1898         (--disable-ppl-version-check): New.
1899         * configure: Re-generate.
1900
1901         2008-09-05  Richard Guenther  <rguenther@suse.de>
1902
1903         * configure.ac: Initialize clooglibs to -lcloog.
1904         * configure: Re-generate.
1905
1906         2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1907
1908         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1909         recommended version to 2.3.2.
1910
1911         * configure: Regenerate.
1912
1913         2008-10-31  Ben Elliston  <bje@au.ibm.com>
1914
1915         * configure.ac (spu-*-*): Remove special case.
1916         * configure: Regenerate.
1917
1918         Complete comment text from GCC version of:
1919
1920         2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1921
1922         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1923         (GCC_SHLIB_SUBDIR): New.
1924         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1925         * configure: Regenerate.
1926         * Makefile.in: Regenerate.
1927
1928 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1929
1930         * configure.ac: Build gdb for i?86-*-darwin*
1931         * configure: Regenerated.
1932
1933 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1934
1935         PR bootstrap/38014
1936         PR bootstrap/37923
1937
1938         Revert:
1939
1940         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1941
1942         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1943         * Makefile.in: Regenerated.
1944
1945         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1946
1947         PR gdb/921
1948         PR gdb/1646
1949         PR gdb/2175
1950         PR gdb/2176
1951
1952         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1953         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1954         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1955         (HOST_EXPORTS): Pass CPPFLAGS.
1956         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1957         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1958         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1959         * Makefile.in, configure: Regenerated.
1960         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1961         and CPPFLAGS_FOR_BUILD.
1962
1963 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1964
1965         * configure.ac [spu-*-*]: Do not set skipdirs.
1966         * configure: Re-generate.
1967
1968 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1969
1970         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1971         * Makefile.in: Regenerated.
1972
1973 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1974
1975         PR gdb/921
1976         PR gdb/1646
1977         PR gdb/2175
1978         PR gdb/2176
1979
1980         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1981         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1982         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1983         (HOST_EXPORTS): Pass CPPFLAGS.
1984         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1985         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1986         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1987         * Makefile.in, configure: Regenerated.
1988         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1989         and CPPFLAGS_FOR_BUILD.
1990
1991 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
1992
1993         * libtool.m4: Update to libtool 2.2.6.
1994         * lt~obsolete.m4: Update to libtool 2.2.6.
1995         * ltmain.sh: Update to libtool 2.2.6.
1996         * ltsugar.m4: Update to libtool 2.2.6.
1997         * ltversion.m4: Update to libtool 2.2.6.
1998         * ltoptions.m4: Update to libtool 2.2.6.
1999         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2000
2001 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2002
2003         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2004         (GCC_SHLIB_SUBDIR): New.
2005         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2006         * configure: Regenerate.
2007         * Makefile.in: Regenerate.
2008
2009 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2010
2011         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2012         Enable bfd, binutils and opcodes.
2013         * configure: Regenerate.
2014
2015 2008-08-16  Nicolas Roche  <roche@adacore.com>
2016
2017         * Makefile.tpl: Add BOOT_ADAFLAGS.
2018         * Makefile.in: Regenerate.
2019
2020 2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
2021
2022         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2023         * configure: Regenerate.
2024
2025 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
2026
2027         Sync with gcc:
2028         2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
2029
2030         * configure.ac: Add makefile fragments for hpux.
2031         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2032         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2033         * configure: Regenerate.
2034         * Makefile.in: Regenerate.
2035
2036         2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2037
2038         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2039         * Makefile.in: Regenerate.
2040         * configure: Regenerate.
2041
2042 2008-06-18  Ian Lance Taylor  <iant@google.com>
2043
2044         * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2045
2046         * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2047
2048 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2049
2050         * configure: Regenerate.
2051
2052 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2053
2054         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2055         "$@" is still intact with both Autoconf 2.59 and 2.62.
2056         * configure: Regenerate.
2057
2058 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2059
2060         * Makefile.tpl: Fix comment errors.
2061         * Makefile.in: Regenerate.
2062
2063 2008-06-13  Julian Brown  <julian@codesourcery.com>
2064
2065         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2066         of libobjc for ARM EABI Linux.
2067         * configure: Regenerate.
2068
2069 2008-06-12  David S. Miller  <davem@davemloft.net>
2070             David Edelsohn  <edelsohn@gnu.org>
2071
2072         * configure.ac: Add powerpc*-*-* to gold supported targets.
2073         * configure: Regenerate.
2074
2075 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2076
2077         PR tree-optimization/36218
2078         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2079         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2080         (all prefix="build-"): Pass them to build-system sub-makes.
2081         * Makefile.in: Regenerate.
2082
2083 2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
2084
2085         * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2086         README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2087         mkdep, and compile.  Update comments.
2088         (ETC_SUPPORT): Add ChangeLog and update comments.
2089
2090 2008-05-11  Ian Lance Taylor  <iant@google.com>
2091
2092         * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2093
2094 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2095
2096         Sync with gcc:
2097         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2098
2099         PR bootstrap/35457
2100         * configure.ac: Include override.m4.
2101         * configure: Regenerate.
2102
2103         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2104
2105         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2106         * Makefile.in: Regenerate.
2107
2108         2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2109
2110         * configure.ac: Do not build libssp for the AVR.
2111         * configure: Regenerate.
2112
2113 2008-04-18  Nick Clifton  <nickc@redhat.com>
2114
2115         * MAINTAINERS: Replace reference to configure.in with reference to
2116         configure.ac.
2117
2118 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2119
2120         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2121         as nonconfigurable directories list.
2122         * configure: Regenerate.
2123
2124 2008-04-14  David S. Miller  <davem@davemloft.net>
2125
2126         * configure.ac: Add sparc*-*-* to gold supported targets.
2127         * configure: Regenerate.
2128
2129 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2130
2131         * config.sub, config.guess: Update from upstream sources.
2132
2133 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2134
2135         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2136         * Makefile.in: Regenerate.
2137
2138 2008-04-07  Ian Lance Taylor  <iant@google.com>
2139
2140         * Makefile.def: check-gold depends upon all-binutils.
2141         * Makefile.in: Regenerate.
2142
2143 2008-04-04  Nick Clifton  <nickc@redhat.com>
2144
2145         PR binutils/4334
2146         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2147         builds.
2148         * configure: Regenerate.
2149
2150 2008-04-04  NightStrike  <NightStrike@gmail.com>
2151
2152         PR other/35151
2153         * configure.ac: Combine rules for mingw32 and mingw64.
2154         * configure: Regenerate.
2155
2156 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2157
2158         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2159         * Makefile.in: Regenerate.
2160
2161 2008-03-20  Ian Lance Taylor  <iant@google.com>
2162
2163         * configure.ac: Add support for --enable-gold.
2164         * Makefile.def: Add gold as a directory like ld.
2165         * configure, Makefile.in: Regenerate.
2166
2167 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
2168
2169         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2170         (s390_cond_extensions): Reduced extensions to the compare related.
2171         (main): z10 cpu type option added.
2172         (expandConditionalJump): Renamed to ...
2173         (insertExpandedMnemonic): ... this.
2174
2175         * opcodes/s390-opc.c: Re-group the operand format makros.
2176         (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2177         INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2178         INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2179         INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2180         INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2181         INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2182         INSTR_SIL_RDU): New instruction formats added.
2183         (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2184         MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2185         MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2186         MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2187         MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2188         MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2189         masks added.
2190         (s390_opformats): New formats added "ris", "rrs", "sil".
2191         * opcodes/s390-opc.txt: Add the conditional jumps with the
2192         extensions removed from automatic expansion in s390-mkopc.c manually.
2193         (asi - trtre): Add new System z10 EC instructions.
2194         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2195
2196 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2197
2198         * configure.ac: m4_include config/proginstall.m4.
2199         * configure: Regenerate.
2200
2201 2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2202
2203         Backport from upstream Libtool:
2204
2205         2007-10-12  Eric Blake  <ebb9@byu.net>
2206
2207         Deal with Autoconf 2.62's semantic change in m4_append.
2208         * ltsugar.m4 (lt_append): Replace broken versions of
2209         m4_append.
2210         (lt_if_append_uniq): Don't require separator to be overquoted,
2211         and avoid broken m4_append.
2212         (lt_dict_add): Fix typo.
2213         * libtool.m4 (_LT_DECL): Don't overquote separator.
2214
2215 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2216
2217         * config.rpath: Add AIX 6 support.
2218
2219 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2220
2221         * Makefile.def (stageprofile).  Remove -fprofile-generate
2222         from stage_libcflags.
2223         * Makefile.in: Regenerate.
2224
2225 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2226
2227         * config.sub, config.guess: Update from upstream sources.
2228
2229 2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
2230
2231         * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2232         * s390-opc.txt (cmpsc): Duplicate entry removed.
2233         (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2234         cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2235         fier, cu42, cu41): Fix operand format.
2236
2237 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2238
2239         PR bootstrap/32009
2240         PR bootstrap/32161
2241
2242         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2243         * configure: Regenerate.
2244
2245         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2246         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2247         STAGE4_LIBCFLAGS): New.
2248         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2249         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2250         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2251         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2252         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2253         for target modules.  Don't export LIBCFLAGS.
2254         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2255         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2256         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2257         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2258         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2259         * Makefile.in: Regenerate.
2260
2261 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2262
2263         PR libgcj/33085
2264         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2265         Do not use -DDLL_EXPORT.  Backport from upstream.
2266
2267 2008-02-14  Nick Clifton  <nickc@redhat.com>
2268
2269         Import this patch from gcc:
2270         2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2271
2272         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2273
2274 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2275
2276         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2277         * configure: Regenerate.
2278
2279 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2280
2281         * configure.ac (xtensa*-*-*): Recognize processor variants.
2282         * configure: Regenerate.
2283
2284 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2285
2286         PR bootstrap/34922
2287         * configure.ac (PARSE_ARGS): Push suitable setting of
2288         ac_subdirs_all, for `./configure --help=recursive'.
2289         Handle `+' in generic toplevel directory disabling.
2290         * configure: Regenerate.
2291
2292 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2293
2294         * config.sub, config.guess: Update from upstream sources.
2295
2296 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2297
2298         * config.sub, config.guess: Update from upstream sources.
2299
2300 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2301
2302         * COPYING.LIBGLOSS: Update default copyright.
2303
2304 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2305
2306         * COPYING.NEWLIB: Update default copyright.
2307
2308 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2309
2310         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2311         Change recommended MPFR from 2.2.1 > 2.3.0.
2312         * configure: Regenerate.
2313
2314 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2315
2316         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2317         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2318         * Makefile.in: Regenerate.
2319
2320 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2321
2322         * configure.ac: Enable libjava for x86_64-*-darwin9.
2323         * configure: Regenerate.
2324
2325 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2326
2327         * config.sub, config.guess: Update from upstream sources.
2328
2329 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2330
2331         * config-ml.in: Robustify against white space in absolute file
2332         names.
2333
2334         * config-ml.in (multi-clean): Substitute ${Makefile}.
2335         Remove superfluous ${Makefile} in list.
2336
2337 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2338
2339         * Makefile.def (dependencies): Make configure-gdb depend on
2340         all-intl.
2341         * Makefile.in: Regenerated.
2342
2343 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
2344
2345         * Makefile.def: To avoid problems running with parallel makes,
2346         build newlib before libgloss so that target specific header
2347         files are availble.
2348         * Makefile.in: Regenerate.
2349
2350 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2351
2352         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2353         * Makefile.in: Regenerate.
2354
2355 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2356
2357         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2358         * libdecnumber: New directory, imported from GCC.
2359
2360 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2361
2362         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2363         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2364         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2365         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2366         * configure: Regenerate.
2367
2368 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2369
2370         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2371         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2372         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2373         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2374         * configure.ac: Default them to host tools for $host = $build.
2375         Subst them.
2376
2377         * configure: Regenerate.
2378         * Makefile.in: Regenerate.
2379
2380 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2381
2382         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2383         * configure: Regenerate.
2384
2385 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2386
2387         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2388         libstdc++.
2389         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2390         * configure: Regenerate.
2391         * Makefile.in: Regenerate.
2392
2393 2007-09-17  Andreas Schwab  <schwab@suse.de>
2394
2395         * configure.ac: Raise minimum makeinfo version to 4.6.
2396         * configure: Regenerate.
2397
2398 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2399
2400         * configure.ac: Correct makeinfo version check.
2401         * configure: Regenerate.
2402
2403 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2404
2405         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2406         to $skipdirs and only disable gprof for newlib.  Use the normal
2407         mips*-elf* handling in other respects.
2408         * configure: Regnerate.
2409
2410 2007-09-12  David Daney  <ddaney@avtrex.com>
2411
2412         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2413         enabling libgcj.
2414         * configure: Regenerate.
2415
2416 2007-09-12  Richard Guenther  <rguenther@suse.de>
2417
2418         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2419         nor --disable-checking is provided also turn on yes and types
2420         checking for stage1.
2421         * configure: Re-generate.
2422
2423 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2424
2425         PR target/33281
2426         * configure.ac: Use config/mh-mingw on mingw.
2427         * configure: Regenerate.
2428
2429 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2430
2431         PR other/32154
2432         * configure.ac: For libgloss targets, point the linker to the linker
2433         script, startup code and simulator library.
2434         * configure: Regenerate.
2435
2436 2007-09-09  Andrew Haley  <aph@redhat.com>
2437
2438         * configure.ac (noconfigdirs): Remove target-libffi and
2439         target-libjava.
2440
2441 2007-08-29  Nick Clifton  <nickc@redhat.com>
2442
2443         * config.sub, config.guess: Update from upstream sources.
2444
2445 2007-08-21  Richard Guenther  <rguenther@suse.de>
2446
2447         * configure.ac: Add types checking to stage1 checking flags.
2448         * configure: Regenerate.
2449
2450 2007-08-18  Paul Brook  <paul@codesourcery.com>
2451             Joseph Myers  <joseph@codesourcery.com>
2452
2453         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2454         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2455         * Makefile.in: Regenerate.
2456         * configure.ac (--with-debug-prefix-map): New.
2457         * configure: Regenerate.
2458
2459 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2460             Nigel Stephens  <nigel@mips.com>
2461
2462         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2463         as target_makefile_frag.
2464         * configure: Regenerate.
2465
2466 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2467
2468         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2469         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2470         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2471         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2472         (do-compare, do-compare3, do-compare-debug): New.
2473         ([+compare-target+]): Use them.
2474
2475 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2476
2477         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2478         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2479         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2480         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2481         (do-compare, do-compare3, do-compare-debug): New.
2482         ([+compare-target+]): Use them.
2483
2484 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2485             Ben Elliston  <bje@au.ibm.com>
2486
2487         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2488         --silent if $silent.
2489         * configure: Regenerate.
2490
2491 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
2492
2493         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2494
2495 2007-07-17  Nick Clifton  <nickc@redhat.com>
2496
2497         * COPYING3: New file.  Contains version 3 of the GNU General
2498         Public License.
2499         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2500         Lesser General Public License.
2501
2502 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
2503
2504         * configure.ac: Fix my previous change to really match GCC.
2505         * configure: Regenerate.
2506
2507 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2508
2509         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2510         * configure: Regenerate.
2511
2512 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2513
2514         * configure.ac: Add some missing m4 quotation.
2515         * configure: Regenerate.
2516
2517 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
2518
2519         * Makefile.def: Add windmc tool to build.
2520         * Makefile.tpl: Likewise.
2521         * configure.ac: Likewise.
2522         * Makefile.in: Regenerate.
2523         * configure: Regenerate.
2524
2525 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2526
2527         * lt~obsolete.m4: New. Import from 20070318 libtool.
2528
2529 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2530
2531         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2532         uclinux and linux-uclibc targets.
2533         * configure: Regenerate.
2534
2535 2007-06-28  DJ Delorie  <dj@redhat.com>
2536
2537         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2538         not building newlib.
2539         * configure: Regenerated.
2540
2541 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
2542
2543         * src-release (DEVO_SUPPORT): Correct typos.
2544
2545 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2546
2547         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2548         * Makefile.in: Regenerated.
2549
2550 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2551
2552         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2553         (distclean-stage[+id+]): Possibly delete stage_last.
2554         * Makefile.in: Regenerate.
2555
2556 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2557
2558         * config.sub, config.guess: Update from upstream sources.
2559
2560 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2561
2562         * Makefile.tpl: Fix spelling error.
2563         * Makefile.in: Regenerate.
2564
2565 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
2566
2567         Sync with gcc:
2568         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2569
2570         PR bootstrap/29382
2571         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2572         * configure: Rebuilt.
2573
2574 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2575
2576         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2577         lt_cv_sys_max_cmd_len.
2578
2579 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
2580
2581         * ltgcc.m4: Update from GCC.
2582
2583 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2584
2585         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2586
2587 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
2588
2589         * ltmain.sh: Update from GCC.
2590         * libtool.m4: Update from GCC.
2591         * ltsugar.m4: New. Update from GCC.
2592         * ltversion.m4: New. Update from GCC.
2593         * ltoptions.m4: New. Update from GCC.
2594         * ltconfig: Remove.
2595         * ltcf-c.sh: Remove.
2596         * ltcf-cxx.sh: Remove.
2597         * ltcf-gcj.sh: Remove.
2598         * src-release: Update with new libtool file list.
2599
2600 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2601
2602         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2603         stage_cflags.
2604         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2605         Remove CFLAGS/LIBCFLAGS.
2606         (configure-stage[+id+]-[+prefix+][+module+],
2607         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2608         * Makefile.in: Regenerate.
2609
2610 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2611
2612         * config-ml.in: Update from GCC.
2613
2614 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
2615
2616         * src-release (do-proto-toplev): Process the support directories before
2617         the tool directory.
2618
2619 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2620
2621         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2622         of glob.  Quote arguments with single quotes too.
2623         * configure: Regenerate.
2624
2625 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2626
2627         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2628         * Makefile.in: Regenerate
2629
2630 2007-03-07  Andreas Schwab  <schwab@suse.de>
2631
2632         * configure: Regenerate.
2633
2634 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2635
2636         * configure.ac: Add "--with-pdfdir" configure option,
2637         which defines pdfdir variable.
2638         * Makefile.def (target=fixincludes): Add install-pdf to
2639         missing targets.
2640         (recursive_targets): Add install-pdf target.
2641         (flags_to_pass): Add pdfdir.
2642         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2643         target.
2644         * configure: Regenerate
2645         * Makefile.in: Regenerate
2646
2647 2007-02-28  Eric Christopher  <echristo@apple.com>
2648
2649         Revert:
2650         2006-12-07  Mike Stump  <mrs@apple.com>
2651
2652         * Makefile.def (dependencies): Add dependency for
2653         install-target-libssp and install-target-libgomp on
2654         install-gcc.
2655         * Makefile.in: Regenerate.
2656
2657 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2658
2659         * configure: Regenerate.
2660         * configure.ac: Move statements after variable declarations.
2661
2662 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2663
2664         * configure.ac: Adjust for loop syntax.
2665         * configure: Regenerate.
2666
2667 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2668
2669         * configure: Rebuilt.
2670
2671 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2672
2673         * configure.ac: Drop multiple occurrences of --enable-languages,
2674         and fix its quoting.
2675         * configure: Rebuilt.
2676
2677 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2678             Nathan Sidwell  <nathan@codesourcery.com>
2679             Vladimir Prus  <vladimir@codesourcery.com
2680             Joseph Myers  <joseph@codesourcery.com>
2681
2682         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2683         * configure: Regenerate.
2684
2685 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2686
2687         * configure.ac (target_libraries): Move libgcc before libiberty.
2688         * configure: Regenerated.
2689
2690 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2691
2692         * configure: Regenerate again?
2693
2694 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2695
2696         * configure: Reapply PR30748 fix which was lost in the previous commit.
2697
2698 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2699             Paolo Bonzini  <bonzini@gnu.org>
2700
2701         PR bootstrap/30753
2702         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2703         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2704         * configure: Regenerated.
2705
2706 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
2707
2708         * configure: Regenerate.
2709
2710 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2711
2712         PR bootstrap/30748
2713         * configure.ac: Correct syntax for Solaris ksh.
2714         * configure: Regenerated.
2715
2716 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2717
2718         * Makefile.def: Sync with GCC.
2719         * Makefile.tpl: Sync with GCC.
2720         * Makefile.in: Regenerate.
2721         * configure: Regenerate.
2722
2723 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2724
2725         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2726         noncanonical equivalents.
2727         * configure.in: Rename to...
2728         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2729         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2730         target_noncanonical.  Use them.  Rewrite removal of configure
2731         arguments for autoconf 2.59.  Discard variable settings.  Force
2732         program_transform_name for native tools.
2733
2734         * Makefile.in: Regenerated.
2735         * configure: Regenerated with autoconf 2.59.
2736
2737         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2738
2739 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
2740
2741         * COPYING.LIBGLOSS: Reformat default Red Hat
2742         license to fit within 80 columns.
2743         * COPYING.NEWLIB: Ditto.
2744
2745 2007-02-05  Dave Brolley  <brolley@redhat.com>
2746
2747         * Contribute the following changes:
2748         2006-11-28  DJ Delorie  <dj@redhat.com>
2749
2750         * configure.in: Fix typo for mep's target_makefile_frag.
2751         * configure: Regenerated.
2752
2753         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
2754
2755         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2756         * configure: Regenerate.
2757
2758         2001-09-19  DJ Delorie  <dj@redhat.com>
2759
2760         * configure.in (target_makefile_frag): use mt-mep
2761
2762         2001-06-12  Don Howard  <dhoward@redhat.com>
2763
2764         * configure.in: Remove gdb from MeP skip list.
2765
2766         2001-04-05  DJ Delorie  <dj@redhat.com>
2767
2768         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2769
2770         2001-03-20  Ben Elliston  <bje@redhat.com>
2771
2772         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2773
2774         2001-03-19  Ben Elliston  <bje@redhat.com>
2775
2776         * config.sub (mep, mep-*): Add.
2777
2778 2007-01-31  Andreas Schwab  <schwab@suse.de>
2779
2780         * Makefile.tpl (LDFLAGS): Substitute it.
2781         * Makefile.in: Regenerate.
2782
2783 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2784
2785         * configure.in: Change == to = in test command.
2786         * configure: Regenerate.
2787
2788 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2789             Nick Clifton  <nickc@redhat.com>
2790             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2791
2792         * configure.in (build_configargs, host_configargs, target_configargs):
2793         Remove build/host/target parameters.
2794         (host_libs): Add gmp and mpfr.
2795         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2796         * Makefile.def (gmp, mpfr): New.
2797         (gcc): Remove target.
2798         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2799         target_os, target_vendor): New.
2800         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
2801         * configure: Regenerate.
2802         * Makefile.in: Regenerate.
2803
2804 2007-01-11  Matt Fago  <fago@earthlink.net>
2805
2806         * configure.in: Try to link to functions only in mpfr 2.2.x
2807         to improve robustness of configure tests.
2808         * configure: Regenerate.
2809
2810 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2811
2812         * configure.in: Add support for an x86_64-mingw* target.
2813         * configure: Regenerate.
2814
2815 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2816
2817         * Makefile.tpl (all-target): Correct @if conditional for target
2818         modules.
2819         * configure.in: Omit libiberty if building only target libgcc.
2820         * configure, Makefile.in: Regenerated.
2821
2822 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2823
2824         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2825         * configure: Regenerate.
2826
2827 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2828
2829         * Makefile.def (target_modules): Add libgcc.
2830         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2831         * Makefile.tpl (clean-target-libgcc): Delete.
2832         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2833         on gcc even for bootstrapped modules.  Rewrite handling of
2834         lang_env_dependencies to loop over target_modules.
2835         * configure.in (target_libraries): Add target-libgcc.
2836         * Makefile.in, configure: Regenerated.
2837
2838 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2839
2840         Sync with gcc:
2841         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2842
2843         * configure.in: Reorganize recognition of languages.  Add
2844         --enable-stage1-languages.  Show supported languages for the chosen
2845         target rather than all recognized languages.
2846         * configure: Regenerate.
2847
2848         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2849
2850         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2851         * Makefile.in: Regenerate.
2852
2853         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2854
2855         * configure.in: Warn that MPFR 2.2.0 is buggy.
2856         * configure: Regenerate.
2857
2858 2006-12-27  Ian Lance Taylor  <iant@google.com>
2859
2860         * configure.in: When removing Makefiles to force a reconfigure, also
2861         remove prev-DIR*/Makefile.
2862         * configure: Regenerate.
2863
2864 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
2865
2866         * config.bfd: Recognize fido.
2867
2868 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2869
2870         Sync with gcc:
2871
2872         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2873
2874         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2875         it only affects bootstrap and could be tested on "$host" as well.
2876         * configure: Regenerate.
2877         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2878
2879         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2880
2881         PR bootstrap/29544
2882         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2883         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2884         move here comment from Makefile.tpl.
2885         * Makefile.tpl: Move some definitions higher in the file.
2886         (STAGE1_CHECKING): New.
2887         * configure.in: Add --enable-stage1-checking.
2888         * configure: Regenerate.
2889         * Makefile.in: Regenerate.
2890
2891         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2892
2893         * configure.in: Update error message for missing GMP/MPFR.
2894
2895         * configure: Regenerate.
2896
2897         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2898
2899         * configure.in: Update MPFR version in error message.
2900
2901         * configure: Regenerate.
2902
2903         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2904
2905         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2906         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2907         --with-gmp-lib): New flags.
2908
2909         * configure: Regenerate.
2910
2911 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
2912
2913         PR bootstrap/30134
2914         * configure.in: Correct x86 darwin support for libjava to powerpc
2915         and i?86 only.
2916         * configure: Regenerate.
2917
2918 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2919
2920         * configure.in:  Handle spu makefile frag.
2921         * Makefile.tpl (MAINT): Define
2922         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2923         * configure: Regenerate.
2924         * Makefile.in: Regenerate.
2925
2926 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2927
2928         * config.sub, config.guess: Update from upstream sources.
2929
2930 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2931
2932         * configure.in: Sync with GCC (spu-*-*).
2933         * configure: Sync with GCC.
2934
2935 2006-12-07  Mike Stump  <mrs@apple.com>
2936
2937         * Makefile.def (dependencies): Add dependency for
2938         install-target-libssp and install-target-libgomp on
2939         install-gcc.
2940         * Makefile.in: Regenerate.
2941
2942 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2943
2944         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2945         (unstage): Test for stage_last presence.
2946
2947         PR bootstrap/29802
2948         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2949         * Makefile.in: Regenerate.
2950
2951 2006-11-14  DJ Delorie  <dj@redhat.com>
2952
2953         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2954         * Makefile.in: Sync with GCC.
2955         * configure.in: Sync with GCC (mpfr, gmp).
2956         * configure: Sync with GCC.
2957
2958 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
2959
2960         * configure.in: Remove target-libgloss from noconfigdirs for
2961         bfin-*-*.
2962         * configure: Regenerated.
2963
2964 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
2965
2966         * COPYING.NEWLIB: Add spu license.
2967         * COPYING.LIBGLOSS: Ditto.
2968
2969 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
2970
2971         * Makefile.def: Added pdf target handling.
2972         * Makefile.tpl: Added pdf target handling.
2973         * Makefile.in: Regenerated.
2974
2975 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
2976
2977         * COPYING.NEWLIB: Updated.
2978         * COPYING.LIBGLOSS: Ditto.
2979
2980 2006-09-27  Dave Brolley  <brolley@redhat.com>
2981
2982         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2983         $s instead of $r.
2984         * configure: Regenerated.
2985
2986 2006-09-26  Ben Elliston  <bje@au.ibm.com>
2987
2988         * config.sub, config.guess: Update from upstream sources.
2989
2990 2006-09-20  Thiemo Seufer  <ths@mips.com>
2991
2992         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2993         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2994         * configure: Regenerate.
2995
2996 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2997
2998         * configure.in: Never build newlib for a Mingw host.
2999         Never build newlib as Mingw target library.
3000         Test the existence of winsup/cygwin for building a Cygwin newlib,
3001         rather than just winsup.
3002         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3003         building a Mingw target.
3004         * configure: Regenerate.
3005
3006 2006-08-15  Thiemo Seufer  <ths@mips.com>
3007             Nigel Stephens  <nigel@mips.com>
3008             David Ung  <davidu@mips.com>
3009
3010         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3011
3012 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3013
3014         Sync from GCC:
3015         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3016
3017         PR bootstrap/18058
3018         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3019         if the bootstrap compiler is a GCC version that supports it.
3020         * configure: Regenerate.
3021
3022 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3023
3024         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3025         * configure: Regenerated.
3026
3027 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3028
3029         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3030         for stages after the first.
3031
3032 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3033
3034         * Makefile.def: Add dependencies for configure-opcodes
3035         on configure-intl and all-opcodes on all-intl.
3036         * Makefile.in: Regenerated.
3037
3038 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3039
3040         * ltconfig: chmod 644 before ranlib during install.
3041
3042 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3043
3044         * configure.in: Fix thinkos in previous check-in.
3045         * configure: Regenerate.
3046
3047 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3048
3049         Sync from gcc:
3050
3051         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
3052
3053         PR other/27063
3054         * configure.in: Test subdir_requires and give an appropriate
3055         error message.
3056         * configure: Regenerate.
3057
3058         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3059
3060         PR target/27540
3061         * configure.in: Only enable libgomp on IRIX 6.
3062         * configure: Regenerate.
3063
3064 2006-06-20  David Ayers  <d.ayers@inode.at>
3065
3066         PR bootstrap/28072
3067         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3068         whether target-libjava is being configured instead of whether the
3069         java front end is enabled.
3070         * configure: Regenerate.
3071
3072 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
3073
3074         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3075         to R_ARM_LDC_SB_G{0,1,2} respectively.
3076
3077 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3078
3079         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3080         too.
3081         * Makefile.in: Regenerate.
3082
3083 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3084
3085         Sync from gcc:
3086
3087         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3088         * configure.in: Don't enable libgomp on hpux10.
3089         * configure: Rebuilt.
3090
3091 2006-06-13  David Ayers  <d.ayers@inode.at>
3092
3093         Sync from gcc:
3094
3095         2006-06-12  David Ayers  <d.ayers@inode.at>
3096
3097         PR bootstrap/27963
3098         PR target/19970
3099         * configure.in: Remove target-boehm-gc from noconfigdirs where
3100         ${libgcj} is specified.
3101         * configure: Regenerate.
3102
3103 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
3104
3105         Sync from gcc:
3106
3107         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
3108                     Andreas Schwab  <schwab@suse.de>
3109
3110         PR bootstrap/18033
3111         * config-ml.in: Eval option if surrounded by single quotes.
3112
3113 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
3114
3115         Sync from gcc:
3116
3117         2006-06-06  David Ayers  <d.ayers@inode.at>
3118
3119         PR libobjc/13946
3120         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3121         * Makefile.in: Regenerate.
3122         * configure.in: Add --enable-objc-gc at toplevel and have it
3123         enable boehm-gc for Objective-C.
3124         Remove target-boehm-gc from libgcj.
3125         Add target-boehm-gc to target_libraries.
3126         Add target-boehm-gc to noconfigdirs where ${libgcj}
3127         is specified.
3128         Assert that boehm-gc is supported when requested for Objective-C.
3129         Only build boehm-gc if needed either for Java or Objective-C.
3130         * configure: Regenerate.
3131
3132         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3133
3134         PR 27674
3135         * Makefile.tpl (configure-[+prefix+][+module+],
3136         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3137         Remove rule to unstage bootstrapped modules.
3138         (stage_current): New.
3139         * Makefile.in: Regenerate.
3140
3141         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3142         Andreas Tobler  <a.tobler@schweiz.ch>
3143
3144         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3145         * configure: Rebuilt.
3146
3147         Revert
3148         2006-01-31  Richard Guenther  <rguenther@suse.de>
3149         Paolo Bonzini  <bonzini@gnu.org>
3150
3151         * Makefile.def (target_modules): Add libgcc-math target module.
3152         * configure.in (target_libraries): Add libgcc-math target library.
3153         (--enable-libgcc-math): New configure switch.
3154         * Makefile.in: Re-generate.
3155         * configure: Re-generate.
3156
3157 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
3158
3159         * config-ml.in: Alter CCASFLAGS to include special
3160         multilib options the same as is done for CFLAGS.
3161
3162 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3163
3164         * Makefile.def: Added dependencies from sim and gdb on intl, and
3165         added configure dependencies to everything with an all dependency
3166         on intl.
3167         * gettext.m4: Removed.
3168         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3169         (GDB_SUPPORT_DIRS): Add intl.
3170         * Makefile.in: Regenerated.
3171
3172 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
3173
3174         * src-release (DEVO_SUPPORT): Add config.rpath.
3175
3176 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3177
3178         * Makefile.def (bfd, opcodes): Fix lib_path.
3179         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3180         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3181         * Makefile.in: Regenerate.
3182
3183 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3184
3185         * configure.in: Enable gprof for cross builds.
3186         * configure: Regenerate.
3187
3188 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
3189
3190         * src-release (MAKEINFOFLAGS): Define.
3191         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3192
3193 2006-05-14  Ben Elliston  <bje@au.ibm.com>
3194
3195         * config.sub, config.guess: Update from upstream sources.
3196
3197 2006-05-12  Ben Elliston  <bje@au.ibm.com>
3198
3199         * config.sub, config.guess: Update from upstream sources.
3200
3201 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
3202
3203         * blt, iwidgets, mmalloc: Remove directories.
3204
3205 2006-05-01  DJ Delorie  <dj@redhat.com>
3206
3207         * configure.in: Restore CFLAGS if GMP isn't present.
3208         * configure: Regenerate.
3209
3210 2006-04-18  DJ Delorie  <dj@redhat.com>
3211
3212         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3213         reference libgloss so that libssp can be built in a combined
3214         tree.
3215         * configure: Regenerate.
3216
3217 2006-04-10  Ben Elliston  <bje@au.ibm.com>
3218
3219         * contrib: Remove directory.
3220
3221 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
3222
3223         * Makefile.tpl: Add install-html target.
3224         * Makefile.def: Add install-html target.
3225         * Makefile.in: Regenerate.
3226         * configure.in: Add --with-datarootdir, --with-docdir,
3227         and --with-htmldir options.
3228         * configure: Regenerate.
3229
3230 2006-03-31  Ben Elliston  <bje@au.ibm.com>
3231
3232         PR binutils/1860
3233         * configure.in: Require makeinfo 4.4 or higher.
3234         * configure: Regenerate.
3235
3236 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3237
3238         * Makefile.in: Regenerate.
3239
3240 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3241
3242         Sync with gcc:
3243         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3244
3245         * configure.in: Handle --disable-<component> generically.
3246         * configure: Regenerate.
3247
3248         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3249
3250         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3251         (TARGET_CONFIGDIRS): Remove.
3252         * configure.in: Remove AC_SUBST(target_configdirs).
3253         * Makefile.in, configure: Regenerated.
3254
3255
3256 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3257
3258         PR libgcj/17311
3259         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3260
3261 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3262
3263         PR bootstrap/25670
3264
3265         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3266
3267         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3268         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3269         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3270         BUILD_PREFIX, BUILD_PREFIX_1.
3271         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3272
3273         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3274         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3275
3276         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3277         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3278         of `cat stage_current`.  Always provide the `r' and `s' variables.
3279         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3280         a single shell execution.
3281         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3282         bootstrapped modules, make the stage1 module if the build was not
3283         started yet, else build the current stage.
3284         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3285         (all-build, all-host, all-target, [+make_target+]-host,
3286         [+make_target+]-target): Do not use \-continued lines.
3287         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3288         (current_stage, restrap, stage_last): New.
3289
3290         * Makefile.in: Regenerate.
3291         * configure: Regenerate.
3292
3293 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3294
3295         Sync from gcc:
3296
3297         2006-01-31  Richard Guenther  <rguenther@suse.de>
3298                     Paolo Bonzini  <bonzini@gnu.org>
3299
3300         * Makefile.def (target_modules): Add libgcc-math target module.
3301         * configure.in (target_libraries): Add libgcc-math target library.
3302         (--enable-libgcc-math): New configure switch.
3303         * Makefile.in: Re-generate.
3304         * configure: Re-generate.
3305         * libgcc-math: New toplevel directory.
3306
3307         2006-01-18  Richard Henderson  <rth@redhat.com>
3308                     Jakub Jelinek  <jakub@redhat.com>
3309                     Diego Novillo  <dnovillo@redhat.com>
3310
3311         * libgomp: New directory.
3312         * Makefile.def: Add target_module libgomp.
3313         * Makefile.in: Regenerate.
3314         * configure.in (target_libraries): Add target-libgomp.
3315         * configure: Regenerate.
3316
3317 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3318             Andreas Schwab  <schwab@suse.de>
3319
3320         * configure: Regenerate.
3321
3322 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
3323
3324         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3325         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3326         the assembler, linker and binutils.
3327         * configure: Regenerate.
3328
3329 2006-01-16  Nick Clifton  <nickc@redhat.com>
3330
3331         * config.sub, config.guess: Sync from config repository.
3332
3333 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3334
3335         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3336         @ from continuation.
3337         * Makefile.in: Rebuilt.
3338
3339 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3340
3341         Sync from gcc:
3342
3343         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3344
3345         PR bootstrap/24252
3346
3347         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3348         * Makefile.tpl (OBJDUMP): New.
3349         (EXTRA_HOST_FLAGS): Add it.
3350         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3351
3352         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3353         to use symbolic links between directories.  Avoid race conditions
3354         or make them harmless.
3355         * configure.in: Do not try to use symbolic links between directories.
3356
3357         * Makefile.def (LEAN): Pass.
3358         * Makefile.tpl (LEAN): Define.
3359         (stage[+id+]-start): Accept that the previous directory does not
3360         exist, if the bootstrap is lean.
3361         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3362         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3363         configure substitution.
3364         ([+compare-target+]): Likewise.
3365         ([+bootstrap-target+]-lean): New.
3366         * configure.in: Remove lean bootstrap support from here.
3367
3368         * Makefile.in: Regenerate.
3369         * configure: Regenerate.
3370
3371         2006-01-02  Andreas Schwab  <schwab@suse.de>
3372
3373         * configure.in: When reconfiguring remove Makefile in
3374         all stage directories.
3375         * configure: Regenerate.
3376
3377 2005-12-27  Leif Ekblad  <leif@rdos.net>
3378
3379         * configure.in: Add support for RDOS target.
3380         * configure: Regenerate.
3381
3382 2005-12-27  Nick Clifton  <nickc@redhat.com>
3383
3384         PR binutils/1990
3385         * libtool.m4: Synchronize with version in GCC sources.
3386
3387 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3388
3389         Revert Ada-related part of the previous change.
3390
3391         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3392         Do not pass.
3393         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3394         * Makefile.in: Regenerate.
3395         * configure.in: Do not include mt-ppc-aix target fragment.
3396         * configure: Regenerate.
3397
3398 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3399
3400         * configure.in: Select appropriate fragments for PowerPC/AIX.
3401         * configure: Regenerate.
3402
3403         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3404         BOOT_CFLAGS, BOOT_LDFLAGS.
3405         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3406         BOOT_CFLAGS, BOOT_LDFLAGS.
3407         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3408         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3409         (stage): Fail if we cannot complete the work.
3410         * Makefile.in: Regenerate.
3411
3412 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
3413
3414         * COPYING.NEWLIB: Update copyright year for default
3415         copyright.
3416
3417 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3418
3419         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3420         install-host-nogcc): Don't invoke $(stage) at the end.
3421         * Makefile.in: Regenerate.
3422
3423 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3424
3425         * configure.in: Flip the top-level bootstrap switch.
3426         * configure: Regenerate.
3427
3428         Merge from gcc:
3429
3430         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3431
3432         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3433         $(stage) and $(unstage).
3434         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3435         (all): Remove stray semicolon.
3436         (local-distclean): Don't handle multilib.tmp and multilib.out.
3437         (install.all): Set $s for consistency.
3438         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3439         check_multilibs setting.  Always make the install directory.
3440         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3441         Correct @if/@endif.
3442         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3443         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3444         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3445         (multilib.out): Remove.
3446         * Makefile.in: Regenerated.
3447
3448 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3449
3450         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3451         * configure.in: Replace ms1 arch with mt.
3452         * configure: Rebuilt.
3453
3454 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3455
3456         Sync with gcc:
3457
3458 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3459
3460         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3461         * configure.in: Replace ms1 arch with mt.
3462         * configure: Rebuilt.
3463
3464 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3465
3466         Sync with gcc:
3467
3468         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3469
3470         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3471         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3472         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3473         Find in-tree tools if available.
3474         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3475         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3476         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3477         (COMPILER_*_FOR_TARGET): New.
3478         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3479         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3480         (CONFIGURED_*, USUAL_*): Remove.
3481         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3482         STRIP): Use autoconf substitutions.
3483         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3484         COMPILER_NM_FOR_TARGET): New.
3485         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3486
3487         (all): Make all-host and all-target in parallel.
3488         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3489         that $$r and $$s are set before invoking a recursive make.
3490         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3491         ([+bootstrap-target+]): Inline most of the `all' target.
3492
3493         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3494
3495         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3496         from the gcc build directory.
3497         * Makefile.in: Regenerate.
3498
3499         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3500
3501         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3502         depend on all-libdecnumber.
3503         * configure.in (host_libs): Include libdecnumber.
3504         * Makefile.in: Regenerate.
3505         * configure: Likewise.
3506
3507         2005-11-21  Kean Johnston  <jkj@sco.com>
3508
3509         * config.sub, config.guess: Sync from upstream sources.
3510
3511 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3512
3513         * Makefile.def: Remove gdb dependencies for gdbtk.
3514         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3515         (configure-gdb, install-gdb): New rules.
3516         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3517         * Makefile.in, configure: Regenerated.
3518
3519 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3520
3521         PR bootstrap/24297
3522         * Makefile.tpl (do-[+make-target+], do-check, install,
3523         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3524         are set before recursing.
3525         * Makefile.in: Regenerate.
3526
3527 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3528
3529         PR bootstrap/18939
3530         * Makefile.def (gcc) <target>: Fix thinko.
3531         * Makefile.in: Regenerate.
3532
3533 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3534
3535         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3536         * configure: Regenerate.
3537
3538 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
3539
3540         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3541         target-libffi, target-qthreads, target-libjava, and
3542         targetlibobjc.
3543         * configure: Regenerate.
3544
3545 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3546
3547         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3548         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3549         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3550         (USUAL_OBJDUMP_FOR_TARGET): New.
3551         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3552         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3553         * configure, Makefile.in: Regenerated.
3554
3555 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3556
3557         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3558         before other host packages.
3559
3560 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3561
3562         PR bootstrap/22340
3563
3564         * configure.in (default_target): Remove.
3565         * Makefile.tpl (all): Do not use prerequisites as subroutines
3566         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3567         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3568         use prerequisites as subroutines.
3569         (check-host, check-target): New.
3570         (bootstrap configure & all targets): Do not use stage*-start
3571         if the directory layout is already ok.
3572         (non-bootstrap configure & all targets): Prepend a $(unstage).
3573         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3574         (NOTPARALLEL): Remove.
3575         (unstage, stage variables): New variables.
3576         (unstage, stage targets): Simply expand to those variables.
3577
3578         * configure: Regenerate.
3579         * Makefile.in: Regenerate.
3580
3581 2005-10-04  James E Wilson  <wilson@specifix.com>
3582
3583         * Makefile.def (lang_env_dependencies): Add libmudflap.
3584         * Makefile.in: Regenerate.
3585
3586 2005-10-03  Catherine Moore  <clm@cm00re.com>
3587
3588         * configure.in (bfin-*-*): Support bfin.
3589         * configure: Regenerated.
3590
3591 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
3592
3593         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3594         * configure: Regenerated.
3595
3596 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3597
3598         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3599         (LIPO_FOR_TARGET): New.
3600         (CONFIGURED_LIPO_FOR_TARGET): New.
3601         (USUAL_LIPO_FOR_TARGET): New.
3602         (STRIP_FOR_TARGET): New.
3603         (CONFIGURED_STRIP_FOR_TARGET): New.
3604         (USUAL_STRIP_FOR_TARGET): New.
3605         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3606         STRIP_FOR_TARGET.
3607         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3608         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3609         * Makefile.in: Regenerate.
3610         * configure: Regenerate.
3611
3612 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3613
3614         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3615         (rs6000-*-aix*): Same.
3616         * configure: Regenerate.
3617
3618 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3619
3620         * configure.in: Recognize f95 in the --enable-languages option,
3621         and substitute it for fortran, issuing a warning.
3622         * configure: Regenerate.
3623
3624 2005-09-07  Ben Elliston  <bje@au.ibm.com>
3625
3626         Import from Autoconf sources:
3627
3628         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3629         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3630         Elliston.  Handle weird characters correctly.
3631
3632 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3633
3634         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3635         * configure:  Regenerated.
3636
3637 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3638
3639         * Makefile.def (libssp): Add to lang_env_dependencies.
3640         * Makefile.in: Regenerate.
3641
3642 2005-08-17  Christian Groessler  <chris@groessler.org>
3643
3644         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3645         * Makefile.in: Regenerate.
3646
3647 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3648
3649         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3650         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3651         Look for alternate names of the target cc and c++
3652         * configure: Regenerate.
3653
3654 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3655
3656         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3657         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3658         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3659         tools; remove code to manually set them.
3660         (Target tools): Look in the environment for them.
3661         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3662         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3663         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3664         build directory.
3665         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3666         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3667         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3668         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3669         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3670         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3671         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3672         * configure: Regenerate.
3673         * Makefile.in: Regenerate.
3674
3675 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3676
3677         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3678         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3679         * Makefile.in: Regenerated.
3680
3681 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3682
3683         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3684         (CFLAGS_FOR_TARGET): Use it.
3685         (CXXFLAGS_FOR_TARGET): Likewise.
3686         * Makefile.in: Regenerated.
3687         * configure.in (--with-build-sysroot): New option.
3688         * configure: Regenerated.
3689
3690 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3691
3692         * Makefile.tpl: Wrap install between unstage and stage
3693         * Makefile.in: Regenerate.
3694
3695 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3696
3697         * all files: Update FSF address.
3698
3699 2005-07-14  Jim Blandy  <jimb@redhat.com>
3700
3701         * configure.in: Add cases for Renesas m32c.
3702         * configure: Regenerated.
3703
3704 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3705
3706         * COPYING, compile, config-ml.in, config.guess,
3707         config.sub, install-sh, missing, mkinstalldirs,
3708         symlink-tree, ylwrap: Sync from upstream sources.
3709
3710 2005-07-13  Eric Christopher  <echristo@redhat.com>
3711
3712         * configure.in: Add toplevel noconfigdir support for tpf.
3713         * configure: Regenerate.
3714
3715 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
3716
3717         * Makefile.def (target_modules): Add libssp.
3718         * configure.in (target_libraries): Add target-libssp.
3719         * configure: Rebuilt.
3720         * Makefile.in: Rebuilt.
3721
3722 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3723
3724         PR ada/22340
3725
3726         * Makefile.def: Sync with gcc.
3727         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3728         * Makefile.in: Regenerate.
3729
3730 2005-07-07  Andreas Schwab  <schwab@suse.de>
3731
3732         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3733         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3734         * Makefile.in: Regenerated.
3735
3736 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
3737
3738         * configure.in: Add --enable-libssp and --disable-libssp.
3739         * configure: Regenerate with autoconf-2.13.
3740
3741 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3742
3743         * configure.in: Don't build sim or rda when targetting darwin.
3744         * configure: Regenerate.
3745
3746 2005-07-04  Ben Elliston  <bje@gnu.org>
3747
3748         * src-release (do-proto-toplev): Remove dejagnu bits.
3749         (DEJAGNU_SUPPORT_DIRS): Remove.
3750         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3751         (GDBD_SUPPORT_DIRS): Likewise.
3752         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3753         (INSIGHTD_SUPPORT_DIRS): Likewise.
3754         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3755
3756 2005-06-30  Ben Elliston  <bje@gnu.org>
3757
3758         * setup.com (mpw): Remove unused directive.
3759
3760 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3761
3762         * Makefile.def (stagefeedback): Come after profile.
3763         Define profiledbootstrap target.
3764         * Makefile.tpl (profiledbootstrap): Remove.
3765         (stageprofile-end): Zap stagefeedback.
3766         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3767         * Makefile.in: Regenerate.
3768
3769 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3770
3771         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3772         In 'cpp' stanza, support '#line' as well as '# '.
3773
3774 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3775
3776         * configure.in (unsupported_languages): New macro.
3777         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3778         non-ported target libraries in noconfigdirs.
3779         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3780         non-linux-gnu.  Remove libgcj_ex_libffi.
3781         <lang_frag loop>: Set add_this_lang=no if the language is in
3782         unsupported_languages.
3783         * configure: Regenerate.
3784
3785 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3786
3787         * configure.in: Fix typo in handling of --with-mpfr-dir.
3788         * configure: Regenerate.
3789
3790 2005-06-02  Jim Blandy  <jimb@redhat.com>
3791
3792         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3793         accepted into the master sources.)
3794
3795 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3796             Michael Snyder  <msnyder@redhat.com>
3797             Stan Cox  <scox@redhat.com>
3798
3799         * configure.in: Set noconfigdirs for ms1.
3800
3801         * configure: Regenerate.
3802
3803 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3804
3805         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3806         (Dependencies): Consider target modules for bootstrap dependencies.
3807         Make target bootstrap modules depend on each stage's gcc.
3808         * Makefile.in: Regenerate.
3809
3810 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3811
3812         * Makefile.def (configure-gcc): Depend on binutils having been built.
3813         (all-gcc): No need to do it here.
3814         * Makefile.in: Regenerate.
3815
3816 2005-05-19  Paul Brook  <paul@codesourcery.com>
3817
3818         * configure.in: Rewrite misleading error message when requested
3819         language cannot be built.
3820         * configure: Regenerate.
3821
3822 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3823
3824         * ylwrap: Import from Automake 1.9.5.
3825
3826 2005-05-04  Mike Stump  <mrs@apple.com>
3827
3828         * configure.in: Always pass --target to target configures as
3829         otherwise rebuilds that do --recheck will fail.
3830         * configure: Rebuilt.
3831
3832 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3833
3834         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3835         STAGE_HOST_EXPORTS.
3836         (configure, all): Add bootstrap support.
3837         (Host modules, target modules): Pass post-stage1 flags and exports.
3838         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3839         * Makefile.in: Regenerate.
3840
3841 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
3842
3843         Sync from gcc:
3844
3845         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
3846
3847         * config.sub: Update from master copy.
3848
3849         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
3850
3851         * configure.in <crisv32-*-*, cris-*-*>: New local variable
3852         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
3853         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
3854         "*-*-elf" and "*-*-linux*".
3855         * configure: Regenerate.
3856
3857 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
3858
3859         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3860         (TARGET_CONFIGARGS): Include --with-target-subdir.
3861         (configure, all): New macros.  Use them throughout.
3862
3863 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
3864
3865         * Makefile.tpl: Sync with gcc.
3866         * Makefile.in: Regenerate.
3867
3868 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
3869
3870         * config/mh-mingw32: Delete.
3871         * configure.in: Don't use it.
3872         * configure: Regenerate.
3873
3874 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
3875
3876         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3877         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3878         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3879         (HOST_LIB_PATH): Generate from Makefile.def.
3880         (TARGET_LIB_PATH): Likewise.
3881         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3882         * Makefile.in: Regenerate.
3883         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3884         (RPATH_ENVVAR): Include Darwin case.
3885         * configure: Regenerate.
3886
3887 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
3888
3889         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3890         * configure: Regenerate.
3891
3892 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
3893
3894         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3895         gcc_version, and gcc_version_trigger from set of flags to pass.
3896         * Makefile.tpl: Remove definitions of above variables.
3897         (config.status): Remove dependency on $(gcc_version_trigger).
3898         * Makefile.in: Regenerate.
3899         * configure.in: Do not reference config/gcc-version.m4 nor
3900         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
3901         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
3902         * configure: Regenerate.
3903
3904 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
3905             Andrew Pinski <pinskia@physics.uc.edu>
3906
3907         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3908         * Makefile.in: Regenerate.
3909
3910 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
3911
3912         PR libgcj/20160
3913         * ltmain.sh: Avoid creating archives with components that have
3914         duplicate basenames.
3915
3916 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3917
3918         PR bootstrap/20250
3919         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3920         instead of check.
3921         * Makefile.in: Regenerate.
3922
3923 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3924
3925         Sync from gcc.
3926
3927         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3928
3929         PR bootstrap/17383
3930         * Makefile.def (target_modules): Remove "stage", now unnecessary.
3931         * Makefile.tpl (HOST_SUBDIR): New substitution.
3932         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3933         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3934         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3935         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3936         (Host modules, Bootstrapped modules): Use it.
3937         (Build modules, Target modules): Do not create symlink trees,
3938         always configure out-of-srcdir.
3939         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3940         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3941         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3942         $(HOST_SUBDIR).  Create a symlink for host_subdir.
3943
3944         * Makefile.in: Regenerate.
3945         * configure: Regenerate.
3946
3947         Merged from libada-gnattools-branch:
3948         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3949
3950         * Makefile.def: Add gnattools as a module, depending on target-libada.
3951         * Makefile.in: Regenerate.
3952         * configure.in: Include gnattools in host_tools; disable it if ada
3953         is disabled.
3954         * configure: Regenerate.
3955
3956 2005-02-23  Nick Clifton  <nickc@redhat.com>
3957
3958         * configure: Regenerate.
3959
3960 2005-02-22  Paul Schlie  <schlie@comcast.net>
3961
3962         * configure.in: Allow darwin targeted ports to build tk, itcl and
3963         libgui.
3964
3965 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3966
3967         PR libgcj/10353
3968         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3969         * configure: Regenerate.
3970
3971 2005-02-08  Andrew Cagney  <cagney@gnu.org>
3972
3973         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3974         gdb/ section.  Update GDB's URL.
3975
3976 2005-01-31  Andrew Cagney  <cagney@gnu.org>
3977
3978         * gettext.m4: Only set ENABLE_NLS when gettext is present.
3979
3980 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3981
3982         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3983         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3984         target-libgloss when not *-*-elf and *-*-aout.
3985         * configure: Regenerate.
3986
3987 2005-01-27  Andrew Cagney  <cagney@gnu.org>
3988
3989         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3990
3991 2005-01-24  Andrew Cagney  <cagney@gnu.org>
3992
3993         * gettext.m4: Only fall back to ../intl/ when it's present.
3994
3995 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3996
3997         * install-sh, config.sub: Import from upstream.
3998
3999 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4000
4001         PR bootstrap/18222
4002         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4003         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4004         * Makefile.in: Regenerate.
4005
4006 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4007
4008         Revert 2004-12-28 Makefile changes, a better fix will be
4009         applied to mainline and src after GCC 4.0 branches.
4010
4011 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4012
4013         PR bootstrap/17383
4014
4015         * Makefile.def (target_modules): Remove stage parameter,
4016         it is always true now.
4017         * Makefile.tpl (configure-build-[+module+],
4018         configure-target-[+module+]): Always build symlink tree
4019         for the directory and for include.  BUILD_SUBDIR and
4020         TARGET_SUBDIR cannot be . anymore.
4021         * Makefile.in: Regenerate.
4022
4023 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4024
4025         Revert 2004-12-08 Makefile changes.
4026
4027 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4028
4029         * configure.in (sh64-*-*): Reenable gprof.
4030         * configure: Regenerate.
4031
4032 2004-12-09  Jim Blandy  <jimb@redhat.com>
4033
4034         * MAINTAINERS: List 'depcomp' as part of automake.
4035
4036 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4037
4038         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4039         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4040         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4041         * Makefile.in: Regenerate.
4042
4043 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4044
4045         * Makefile.tpl: Generate normal dependencies if the LHS module is
4046         not bootstrapped.
4047         * Makefile.in: Regenerate.
4048
4049 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4050
4051         * configure.in: Include config/gxx-include-dir.m4.  Use
4052         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4053         * configure: Regenerate.
4054
4055 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4056
4057         * config.if: Delete.
4058         * configure.in: Set libstdcxx_incdir directly.
4059         * configure: Regenerate.
4060         * MAINTAINERS: Remove mention of config.if.
4061         * src-release (DEVO_SUPPORT): Remove config.if.
4062
4063 2004-12-02  Eric Christopher  <echristo@redhat.com>
4064
4065         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4066         of things to remove.
4067         * Makefile.in: Regenerate.
4068
4069 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4070
4071         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4072         * configure: Regenerate.
4073
4074 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4075
4076         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4077         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4078         * configure: Regenerate.
4079
4080 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4081
4082         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4083         (hppa*64*-*-*): Delete incorrect comment.
4084         * configure: Rebuilt.
4085
4086 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4087
4088         * install-sh, compile: Import from automake.
4089
4090 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4091
4092         * config.guess, config.sub:  Import from savannnah.
4093
4094 2004-11-12  Mike Stump  <mrs@apple.com>
4095
4096         * Makefile.def: Add html support.
4097         * Makefile.tpl: Likewise.
4098         * Makefile.in: Regenerate.
4099
4100 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4101
4102         PR 18423
4103         * configure.in: Remove all instances of build-fixincludes from
4104         noconfigdirs.
4105         (build_configargs): Supply --target to subdirectories.
4106         * configure: Regenerate.
4107
4108         * Makefile.def: Make gcc install depend on fixincludes install.
4109         * Makefile.in: Regenerate.
4110
4111 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4112
4113         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4114         target-libgfortran.
4115         * configure: Regenerate.
4116
4117 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4118
4119         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4120         like CC.
4121
4122 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4123
4124         * Makefile.def (host fixincludes): Specify missing targets.
4125         * Makefile.in: Regenerate.
4126
4127 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4128
4129         PR other/17783
4130         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4131         * configure: Regenerated.
4132
4133 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4134
4135         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4136         * configure: Regenerated.
4137
4138 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4139
4140         PR target/18151
4141         * configure.in (case ${target}): Do not build fixincludes for avr.
4142         * configure: Regenerated.
4143
4144 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4145
4146         * configure.in (case ${target}): Do not build fixincludes
4147         on platforms where it is not used.
4148         * configure: Regenerated.
4149
4150 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4151
4152         * configure.in: Use an absolute path to install-sh.
4153         * configure: Regenerated.
4154
4155 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4156
4157         * src-release (do-djunpack, do-md5sum): Install the generated file
4158         directly into the proto-toplev/ directory.
4159
4160 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4161
4162         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4163
4164 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4165
4166         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4167         * configure: Regenerate.
4168
4169 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4170
4171         Fix wrong conflict resolution in:
4172
4173         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4174
4175         * Makefile.in: Regenerate.
4176         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4177         in the recursive `make', instead of hardwiring `all'.
4178         (Autogenerated TARGET-* variables): New.
4179
4180 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4181
4182         Merged from GCC / libtool upstream:
4183         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4184         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4185         * ltcf-cxx.sh (tpf*): Likewise.
4186         * ltconfig (tpf*): Add TPF OS configuration support.
4187
4188 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
4189
4190         * configure.in: Enable target-libgloss for crx-*-*.
4191         * configure: Regenerate.
4192
4193 2004-09-24  Michael Roth  <mroth@nessie.de>
4194
4195         * configure.in (--without-headers): Add missing double quotes.
4196         * configure: Regenerate.
4197
4198 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
4199
4200         * ylwrap: Revert to previous version.
4201
4202 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4203
4204         PR bootstrap/17369
4205         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4206         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4207         SET_GCC_LIB_PATH_CMD.
4208         (BASE_TARGET_EXPORTS): Likewise.
4209         * Makefile.in: Regenerated.
4210
4211         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4212         * configure: Regenerated.
4213
4214 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4215
4216         * config.guess: New upstream version
4217         * compile, depcomp, install-sh, ylwrap: Likewise.
4218
4219 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4220
4221         * config/mh-x86omitfp: New host makefile fragment.  Add
4222         -fomit-frame-pointer to the default BOOT_CFLAGS.
4223         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4224         * configure: Regenerate.
4225
4226 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4227
4228         PR target/11572
4229         * configure.in (*-*-darwin*): Renable libobjc.
4230         * configure: Regenerate.
4231
4232 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4233
4234         * Makefile.def: Remove libbanshee.
4235         * Makefile.tpl: Ditto.
4236         * configure.in: Ditto.
4237         * Makefile.in: Regen.
4238         * configure: Ditto.
4239
4240 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4241
4242         * missing: Import latest version from master repository.
4243
4244 2004-09-04  Nick Clifton  <nickc@redhat.com>
4245
4246         * config.sub: Import latest version from master repository.
4247         * config.guess: Likewise.
4248         This includes these changes:
4249
4250         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4251
4252         * config.sub: Handle crisv32, alias etraxfs.
4253         * config.guess (crisv32:Linux:*:*): Handle.
4254
4255         2004-08-13  Brad Smith  <brad@comstyle.com>
4256
4257         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4258         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4259
4260         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4261
4262         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4263         assume the processor is a powerpc.  This is because coreutils
4264         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4265         in this case, due to a MacOS X bug that causes
4266         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4267         to return a negative number.
4268         Problem reported by Petter Reinholdtsen in:
4269         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4270
4271         2004-07-19  Ben Elliston  <bje@gnu.org>
4272
4273         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4274
4275         2004-06-24  Ben Elliston  <bje@gnu.org>
4276
4277         * config.guess: Update copyright years.
4278         * config.sub: Likewise.
4279
4280         2004-06-22  Robert Millan  <robertmh@gnu.org>
4281
4282         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4283         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4284
4285         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4286
4287         * config.guess (*:*VMS:*:*): New entry. Replaces
4288         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4289         manufacturer.
4290
4291         2004-06-22  Ben Elliston  <bje@gnu.org>
4292
4293         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4294         * config.sub: Likewise.
4295
4296         2004-06-22  Ben Elliston  <bje@gnu.org>
4297
4298         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4299         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4300
4301         2004-06-11  Ben Elliston  <bje@gnu.org>
4302
4303         * config.guess (pegasos:OpenBSD:*:*): Remove.
4304
4305         2004-06-11  Ben Elliston  <bje@gnu.org>
4306
4307         From Wouter Verhelst <wouter@grep.be>:
4308         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4309
4310         2004-06-11  Ben Elliston  <bje@gnu.org>
4311
4312         * config.guess (luna88k:OpenBSD:*:*): New.
4313
4314         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4315
4316         * config.guess (m32r*:Linux:*:*): New case.
4317         * config.sub: Handle m32rle.
4318
4319         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4320
4321         From Jens Petersen  <petersen@redhat.com>:
4322         * config.sub: Handle sparcv8.
4323
4324         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4325
4326         From Tom Smith <smith@cag.lkg.hp.com>:
4327         * config.guess: Version suffixes are equally significant on Tru64
4328         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4329         prefix of "P" (patched kernel).
4330
4331         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4332
4333         * config.sub: Add support for National Semiconductor CRX target.
4334
4335 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4336
4337         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4338         *-*-netware, but add target-libmudflap.
4339         Consolidate *-*-netware targets (of which really only i?86 exists)
4340         into a single entry.
4341         * configure: Likewise.
4342
4343 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4344
4345         * Makefile.tpl (sorry): Remove.
4346         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4347         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4348         (do-clean): Clean per-stage directories too.
4349         (do-distclean): Run distclean-stage1 too.
4350         (.NOTPARALLEL): Enable during toplevel bootstrap.
4351         (stage[+id+]-bubble): Enable parallel execution during
4352         the recursive invocation.
4353         * Makefile.in: Regenerate.
4354
4355         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4356
4357         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
4358
4359         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4360         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4361         * configure: regenerate
4362         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4363         -mdynamic-no-pic
4364
4365 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4366
4367         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4368         include.
4369         * configure.in: Fix indentation.
4370         * configure: Regenerate.
4371
4372 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4373
4374         * Makefile.def (build_modules): Add fixincludes.
4375         (dependencies): Make gcc depend on fixincludes.
4376         * configure.in (build_tools): Add fixincludes.
4377         (build_configdirs): Always include build_libs.
4378         * Makefile.in: Regenerate.
4379         * configure: Regenerate.
4380
4381 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4382
4383         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4384         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4385         phony targets; do not generate timestamp files.
4386         (distclean-stageN): Remove references to their timestamp files.
4387         (restageN, touch-stageN): Remove.
4388         (stageN-bubble): Rewritten.
4389         (compare): Support lean bootstraps.
4390         * Makefile.in: Regenerate.
4391
4392         * configure.in: Only warn when bootstrapping but
4393         build != host or build != target.  Support lean bootstraps.
4394         * configure: Regenerate.
4395
4396         Sync from gcc:
4397         2004-08-26  Phil Edwards  <phil@codesourcery.com>
4398
4399         * configure.in:  Give a better error message if GMP/MPFR are missing
4400         and a language needing them has been requested.
4401         * configure:  Regenerated.
4402
4403         2004-08-25  Phil Edwards  <phil@codesourcery.com>
4404
4405         * configure.in:  Print a list of available language front-ends if
4406         a requested one is missing.  Tidy stray tab characters.
4407         * configure:  Regenerated.
4408
4409 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
4410
4411         * Makefile.in: Regenerate.
4412         * configure: Regenerate.
4413
4414         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4415         stage_*_flags.
4416         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4417         for bootstrapped modules if toplevel bootstrap is going.
4418         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4419         modules.  Adjust for changes in Makefile.def.  Enable several
4420         rules even in non-bootstrap mode, just to avoid peppering the
4421         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4422         (stage-[+prev+]-bubble): Remove.
4423
4424         * Makefile.def (Dependencies): Depend on all-build-bison,
4425         all-build-flex, all-build-byacc, all-build-texinfo, rather
4426         than the host variations.
4427         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4428         with BUILD_SUBDIR.
4429         (BISON): Update for recent Bisons.
4430         (YACC): Fix typo.
4431         (cross): Depend on all-build.
4432         (all): Do not depend on all-build.
4433         (prebootstrap): Remove.
4434         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4435         (Prebootstrap dependencies): Add them to the per-stage targets
4436         and to all-prebootstrap.
4437         * configure.in (build_configdirs): Always enable build_tools.
4438         (BUILD_DIR_PREFIX): Remove.
4439
4440         * Makefile.def (gcc): Add target variable.
4441         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4442         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4443         in the recursive `make', instead of hardwiring `all'.
4444         (Autogenerated TARGET-* variables): New.
4445
4446 2004-08-17  Robert Millan  <robertmh@gnu.org>
4447
4448         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4449         (instead of FreeBSD).
4450         * configure: Regenerate.
4451
4452 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4453
4454         * Makefile.def, configure.in, src-release: Remove useless, bogus
4455         references to tix.
4456         * Makefile.in, configure: Regenerate.
4457
4458         * src-release: Stop distributing mmalloc with gdb (which doesn't
4459         use it).
4460         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4461         * Makefile.in: Regenerate.
4462
4463 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4464
4465         * configure.in (arm*-*-eabi*): New target.
4466         * configure: Regenerate.
4467
4468 2004-08-01  Robert Millan  <robertmh@gnu.org>
4469
4470         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4471         libmudflap for all GNU-based systems (with Glibc).
4472         * configure: Regenerate.
4473
4474 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4475
4476         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4477         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4478         (Dependencies): New section.
4479         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4480         (configure-target-[+module+]): Depend on maybe-all-gcc
4481         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4482         (toplevel profiledbootstrap): Fix dependencies.
4483         * Makefile.in: Regenerate.
4484
4485 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4486
4487         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4488         target-libiberty to noconfigdirs.
4489
4490 2004-08-03  Paul Brook  <paul@codesourcery.com>
4491
4492         * configure.in: Check for MPFR as well as GMP.
4493         * configure: Regenerate.
4494
4495 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4496
4497         * Makefile.def (host-modules): Add gcc.
4498         * Makefile.in: Regenerate.
4499         * Makefile.tpl (sorry): New rule.
4500         (configure-host, all-host, [+make_target+]-host, do-check,
4501         install-host): Do not add gcc as a special case.
4502         (host modules): Add a small special-casing for gcc.  Export
4503         extra_make_flags through the environment.
4504         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4505         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4506         other recursive targets for gcc): Remove.
4507
4508         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4509         (stage, unstage): New rules.
4510         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4511         distclean-stage[+id+]): Use stage_current.
4512         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4513         the stage*-start rules.
4514
4515 2004-07-19  Robert Millan  <robertmh@gnu.org>
4516
4517         Synced from gcc:
4518
4519         2004-04-26  Robert Millan  <robertmh@gnu.org>
4520
4521         Add patches from libtool CVS.
4522         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4523         * ltconfig: Likewise.
4524         * ltcf-c.sh: Likewise.
4525         * ltcf-cxx.sh: Likewise.
4526         * ltcf-gcj.sh: Likewise.
4527
4528 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4529
4530         * configure.in: Add noconfigdirs for crx-*-*.
4531         * configure: Regenerate.
4532
4533 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4534
4535         Synced from gcc:
4536
4537         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
4538
4539         * configure.in: Build libmudflap by default on FreeBSD.
4540         * configure: Regenerated.
4541
4542         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4543
4544         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4545         systems.
4546         * configure: Regenerated.
4547
4548         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4549
4550         PR target/16344
4551         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4552         feedback based compiler.
4553         * Makefile.in: Rebuilt.
4554
4555         2004-07-05  Phil Edwards  <phil@codesourcery.com>
4556
4557         * configure.in:  Do not prepend $srcdir to /dev/null in
4558         makefile fragments.
4559         * configure:  Regenerate.
4560
4561 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4562
4563         * Makefile.def (host_modules): Set bootstrap=true for flex.
4564         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4565         * Makefile.in: Rebuilt.
4566
4567 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4568
4569         * Makefile.def (build_modules): Add bison, byacc, flex,
4570         m4, texinfo.
4571         (flags_to_pass): Add FLEX.
4572         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4573         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4574         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4575         DEFAULT_MAKEINFO): Remove.
4576         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4577         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4578         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4579         objdir or else use configured tool.
4580         (all-build): New.
4581         (all): Depend on it.
4582         (Build module dependencies): Add.
4583         * Makefile.in: Regenerate.
4584         * configure.in: Better support for multiple build modules,
4585         matching what is done for host/target modules.  Do not look
4586         for "plausible" locations of build tools if Canadian cross.
4587         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4588         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4589         * configure: Regenerate.
4590
4591 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4592
4593         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4594         * Makefile.in: Regenerate.
4595
4596 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4597
4598         * Makefile.tpl (configure-build-[+module+],
4599         configure-[+module+], configure-target-[+module+]): Pass
4600         [+extra_configure_args+].
4601         (all-build-[+module+], all-[+module+], check-[+module+],
4602         install-[+module+], [+make_target+]-[+module+],
4603         all-target-[+module+], check-target-[+module+],
4604         install-target-[+module+], [+make_target+]-target-[+module+]):
4605         Pass [+extra_make_args+].
4606         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4607         (GCC_HOST_EXPORTS): Remove.
4608         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4609         cross, check-gcc, check-gcc-c++, install-gcc,
4610         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4611         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4612         * Makefile.in: Regenerate.
4613
4614 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
4615
4616         * configure.in: Check for srcdir/winsup rather than build directory
4617         winsup.
4618         * configure: Regenerate.
4619
4620 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
4621
4622         * configure.in: Don't build Cygwin native newlib if winsup
4623         directory is missing.  Emit warning instead.
4624         * configure: Regenerate.
4625
4626 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
4627
4628         * Makefile.tpl (touch-stage[+id+]): New.
4629         (restage[+prev+]): Depend on touch-stage[+id+].
4630
4631         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4632         Use it throughout.
4633
4634         * Makefile.def: Add profile and feedback bootstrap stages.
4635         Remove next field from bootstrap stages.
4636         * Makefile.tpl (LN, LN_S): Substitute.
4637         (stageN-start, stageN-end): Use double-colon rules, to
4638         provide a hook for additional setup commands.
4639         (distclean-stageN-gcc, restageN): Create dependencies from
4640         [+prev+], not from [+next+].
4641         (stageN-bubble): Add commands for successive stages from
4642         [+prev+], using double-colon rules.
4643         (all-stageN-gcc): Fix typo.
4644         (stagefeedback-start, profiledbootstrap): New.
4645         * Makefile.in: Regenerate.
4646         * configure.in: Call ACX_PROG_LN.
4647         * configure: Regenerate.
4648
4649 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
4650
4651         * configure.in: Fix --enable-bootstrap breakage introduced in trees
4652         without gcc.
4653         * configure: Regenerate.
4654
4655 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4656
4657         * Makefile.tpl: Fix typo.
4658         * Makefile.in: Regenerate.
4659
4660 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4661
4662         * configure.in: Remove new- prefix from toplevel
4663         bootstrap targets.
4664         * configure: Regenerate.
4665
4666 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4667
4668         Merge this patch from the gcc tree:
4669
4670         2004-05-30  Andreas Jaeger  <aj@suse.de>
4671                     Jim Wilson <wilson@specifixinc.com>
4672
4673         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4674         like CC.
4675
4676 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4677
4678         * Makefile.tpl (all.normal): Rename to all.
4679         (all): Replace with a rule to pick the default
4680         target from configure.
4681         (all-gcc, configure-gcc): Use conditionals to
4682         do nothing when toplevel bootstrap is going on.
4683         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4684         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4685         * configure.in: Support --enable-bootstrap.
4686
4687         * Makefile.def: Remove new- prefix from toplevel
4688         bootstrap targets.
4689         * Makefile.tpl: Likewise.
4690
4691         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
4692         target.
4693
4694         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4695         $(RECURSE_FLAGS) to recursive invocation of make.
4696
4697         * Makefile.in: Regenerate.
4698         * configure: Regenerate.
4699
4700 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
4701
4702         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4703         * configure: Regenerate.
4704
4705 2004-05-25  Daniel Jacobowitz  <drow@false.org>
4706
4707         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4708         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4709         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
4710         targets.
4711         * Makefile.in: Regenerate.
4712
4713 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
4714
4715         * configure.in: Test the ability to symlink directories.
4716         * configure: Regenerate.
4717
4718         * Makefile.def (bootstrap-stage): New definitions.
4719         * Makefile.tpl (configure-stage1-gcc,
4720         configure-stage2-gcc, configure-stage3-gcc,
4721         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4722         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4723         new-restage3, compare): Autogenerate, see Makefile.in
4724         entry for behavioral changes.
4725         (distclean-stage1, new-stage1-start, new-stage1-end,
4726         new-stage1-bubble, distclean-stage2, new-stage2-start,
4727         new-stage2-end, new-stage2-bubble, distclean-stage3,
4728         new-stage3-start, new-stage3-end): New autogenerated targets.
4729         (objext, prebootstrap, BOOT_CFLAGS,
4730         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4731         targets.
4732
4733         * Makefile.in: Regenerate.
4734         (distclean-stage1, new-stage1-start, new-stage1-end,
4735         new-stage1-bubble, distclean-stage2, new-stage2-start,
4736         new-stage2-end, new-stage2-bubble, distclean-stage3,
4737         new-stage3-start, new-stage3-end): New targets.
4738         (all-stage1-gcc): Move prebootstrap dependency from here...
4739         (configure-stage1-gcc): ...to here.
4740         (new-bootstrap): Use bubble targets.
4741         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4742         Use per-stage distclean targets.
4743         (configure-stage1-gcc, configure-stage2-gcc,
4744         configure-stage3-gcc, all-stage1-gcc,
4745         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4746         Use new-stageN-start to prepare the tree.
4747
4748 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4749
4750         * Makefile.def (host_modules): add libcpp.
4751         * Makefile.tpl: Add dependencies on and for libcpp.
4752         * Makefile.in: Regenerate.
4753         * configure.in: Add libcpp host module.
4754         * configure: Regenerate.
4755
4756 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4757
4758         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4759         of libf2c.
4760         * configure, Makefile.in: Regenerate.
4761
4762 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4763
4764         Merge from tree-ssa-20020619-branch.
4765
4766         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4767         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4768         (HOST_GMPLIBS): Define.
4769         (HOST_GMPINC): Define.
4770         (TARGET_LIB_PATH): Add libmudflap.
4771         (GFORTRAN_FOR_TARGET): Define.
4772         (configure-build*): Export GFORTRAN.
4773         (configure-gcc): Export GMPLIBS and GMPINC.
4774         (all-gcc): Add maybe-all-libbanshee.
4775         (configure-target-libgfortran): Define.
4776         * Makefile.in: Regenerate.
4777         * configure.in (host_libs): Add libbanshee.
4778         (target_libraries): Add target-libmudflap and target-libgfortran.
4779         Add --with-libbanshee.
4780         Handle --disable-libmudflap.
4781         (*-*-freebsd*): Use with_gmp.
4782         Add $(libgcj) to noconfigdirs.
4783         * configure: Regenerate.
4784         * depcomp: New file.
4785         * MAINTAINERS: Add tree-ssa maintainers.
4786
4787 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
4788
4789         * config/acx.m4: Fix fastcompare support for new-bootstrap.
4790         * configure: Regenerate.
4791
4792 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4793
4794         Revert:
4795         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4796
4797         * Makefile.def (flags_to_pass): Remove *dir variables that
4798         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4799         as well as prefix and exec_prefix.
4800         * Makefile.in: Regenerate.
4801
4802 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4803
4804         * Makefile.def (host_modules): Mark with the bootstrap
4805         flag packages on which gcc depends.
4806         * Makefile.tpl (all-bootstrap): Use it.
4807         * Makefile.in: Regenerate.
4808
4809 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4810
4811         * Makefile.def (flags_to_pass): Remove *dir variables that
4812         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4813         as well as prefix and exec_prefix.
4814         * Makefile.in: Regenerate.
4815
4816 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4817
4818         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4819         * configure: Regenerate.
4820         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4821         * gcc/Makefile.tpl (compare): Use the result of the test.
4822         * gcc/Makefile.in: Regenerate.
4823
4824 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
4825
4826         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4827         Always relocate gcc and prev-gcc to the original names, even
4828         if the build fails.
4829         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4830         New targets.
4831
4832 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4833
4834         * configure.in (mips*-*-irix5*): Enable ld.
4835         * configure: Regenerate.
4836
4837 2004-04-15  James E Wilson  <wilson@specifixinc.com>
4838
4839         * Makefile.tpl (configure-[+module+], configure-gcc,
4840         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4841         Set and export LDFLAGS.
4842         * Makefile.in: Regenerate.
4843
4844 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4845
4846         PR bootstrap/14871
4847         * Makefile.tpl: If we don't have built-in-tree target tools,
4848         use the ones found by configure rather than hacking around with
4849         program_transform_name.
4850         * configure.in: Give Makefile.tpl the information necessary
4851         to do that.
4852         * Makefile.in: Regenerate.
4853         * configure: Regenerate.
4854
4855 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
4856
4857         PR bootstrap/14760
4858         * configure.in: When computing baseargs, strip *all* copies of
4859         offending options.  Also, don't match/substitute the trailing space,
4860         so that this actually works when two similar options are separated by
4861         only one space.
4862         * configure: Regenerate.
4863
4864 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
4865
4866         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4867         (rs6000-*-aix*): Same.
4868         * configure: Regenerate.
4869
4870 2004-03-25  Stan Shebs  <shebs@apple.com>
4871
4872         Remove MPW support, no longer used.
4873         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4874         mpw-install: Remove files.
4875         * src-release (DEVO_SUPPORT): Remove names of removed files.
4876         * MAINTAINERS: Likewise.
4877
4878 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
4879
4880         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4881         STRICT_WARN, WARN_CFLAGS flags passed down to make.
4882         * Makefile.in: Regenerate.
4883
4884         * configure.in (top level bootstrap support): Rework --enable-werror
4885         to set @stage2_werror_flag@.
4886         * configure: Regenerate.
4887         * Makefile.tpl (top level bootstrap support): Pass
4888         @stage2_werror_flag@ down to configure in stages 2 and 3.
4889         * Makefile.in: Regenerate.
4890
4891 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4892
4893         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4894         for stages 2 and 3 as well as in make.  As a consequence, remove
4895         OUTPUT_OPTION (now detected by configure) from the flags passed down
4896         to make.
4897         * Makefile.in: Regenerate.
4898
4899         * Makefile.tpl (new-bootstrap): Fix typo.
4900         * Makefile.in: Regenerate.
4901
4902 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4903
4904         * Makefile.tpl: Rearrange by moving recursive_targets rules
4905         into their proper sections.
4906         * Makefile.tpl (top level bootstrap support): Move disabling
4907         of coverage flags from 'make' to 'configure'; improve comments.
4908         * Makefile.in: Regenerate.
4909
4910         * Makefile.tpl (experimental top level bootstrap) Move stage1
4911         language setting from all- target to configure- target; disable
4912         intermodule optimization in stage 1; prevent gratuitous rebuilds
4913         of stage 1.
4914         * Makefile.in: Regenerate.
4915         * configure.in: Comma-separate stage 1 language list for top
4916         level bootstrap.
4917         * configure: Regenerate.
4918
4919         * Makefile.tpl: Clean up experimental top level bootstrap support:
4920         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4921         prev-gcc in configure- targets as well as all- targets.
4922         * Makefile.in: Regenerate.
4923
4924 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
4925
4926         * configure.in: Remove symbolic link section.
4927         * configure: Regenerate.
4928         * Makefile.tpl (links): Remove.
4929         * Makefile.in: Regenerate.
4930
4931 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
4932             Nathanael Nerode  <neroden@gcc.gnu.org>
4933
4934         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
4935         Set with AC_CHECK_PROGS.
4936         * configure.in: Fix comment typo from last patch.
4937         * configure: Regenerate.
4938
4939 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4940
4941         * Makefile.tpl: Introduce experimental top level bootstrap support.
4942         * Makefile.in: Regenerate.
4943         * configure.in: Introduce support for top level bootstrap.
4944         * configure: Regenerate.
4945
4946 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4947             Paolo Bonzini  <bonzini@gnu.org>
4948
4949         PR bootstrap/14522
4950         * configure.in: Cope with shells that do not support unquoted ^
4951         * configure: Regenerate.
4952
4953 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4954             Paolo Bonzini  <bonzini@gnu.org>
4955
4956         PR bootstrap/14522
4957         * configure.in: Cope with shell that do not support nesting
4958         quotes inside quoted backquote substitutions.
4959         * configure: Regenerate.
4960
4961 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
4962
4963         PR bootstrap/14522
4964         * configure.in: Fix escaping of $.
4965         * configure: Regenerate.
4966
4967 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4968
4969         * configure: Regenerate.
4970
4971 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
4972
4973         PR ada/14131
4974         Move language detection to the top level.
4975         * configure.in: Find default values for the tools as
4976         soon as possible.  Disable ada if GNAT is not found.
4977         Emit error message about missing languages.  Expand
4978         --enable-languages=all for the gcc subdirectory.
4979
4980 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
4981
4982         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4983         and disable libgcj.
4984         * configure: Regenerated.
4985
4986 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4987
4988         PR bootstrap/7087
4989         * Makefile.tpl: Guard XFOO sed statements better.
4990         * Makefile.tpl: Add dependency for configure-target-libada.
4991         * Makefile.in: Regenerate (incidentally fixes broken
4992         commit when libada-branch was merged).
4993
4994 2004-02-28  Andrew Cagney  <cagney@redhat.com>
4995
4996         * src-release (CVS_NAMES): Define.
4997         (do-tar, do-tar): Prune $(CVS_NAMES).
4998
4999 2004-02-23  Andrew Cagney  <cagney@redhat.com>
5000
5001         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5002         2004-02-19.09.
5003
5004 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5005
5006         PR bootstrap/11932
5007         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5008
5009 2004-02-19  Andrew Cagney  <cagney@redhat.com>
5010
5011         * config.guess: Update from version 2003-06-12 to 2004-02-16.
5012         * config.sub: Update from version 2003-06-13 to 2004-02-16.
5013
5014 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5015
5016         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5017         (rs6000-*-aix*): Same.
5018         * configure: Regenerate.
5019
5020 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5021
5022         * configure.in (host): Add in missing $noconfigdirs to defines.
5023         * configure: Regenerate.
5024
5025 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5026             Nathanael Nerode  <neroden@gcc.gnu.org>
5027
5028         PR ada/6637, PR ada/5911
5029         Merge with libada-branch:
5030         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5031         with appropriate dependencies. Add --enable-libada configure switch.
5032         * configure, Makefile.in: Regenerate.
5033
5034 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5035
5036         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5037         * configure: Regenerate.
5038
5039 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
5040
5041         * COPYING.NEWLIB: Update Red Hat license to 2004.
5042
5043 2004-01-23  DJ Delorie  <dj@redhat.com>
5044
5045         * Makefile.def (target_modules) [libiberty]: Don't stage.
5046         * Makefile.in: Rebuilt.
5047
5048 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
5049
5050         * COPYING.NEWLIB: Update to include copyrights for new
5051         iconv code.
5052
5053 2004-01-15  Andrew Cagney  <cagney@redhat.com>
5054
5055         * src-release: Update copyright year.
5056         (do-proto-toplev): Configure using i686-pc-linux-gnu.
5057         (NEWLIB_SUPPORT_DIRS): Delete macro.
5058         (newlib.tar.bz2): Delete rule.
5059
5060 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
5061
5062         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5063         * Makefile.tpl (configure-target-[+module+]): Support stage.
5064         * Makefile.in: Rebuilt.
5065
5066 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5067
5068         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5069         throughout.
5070
5071 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5072
5073         * configure.in: Use ./config.cache, not config.cache.
5074         * configure: Regenerate.
5075         * Makefile.tpl: Special-casing not needed for GCC any more.
5076         * Makefile.in: Regenerate.
5077
5078         * configure.in: Don't share a cache file for host dirs.
5079         * configure: Regenerate.
5080
5081         * config-ml.in: Don't mess with the cache file.
5082
5083 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5084
5085         * Makefile.tpl: Make GCC use a separate config.cache.
5086         * Makefile.in: Regenerate.
5087
5088         PR bootstrap/11932, PR bootstrap/11933
5089         (I don't know if it will fix either of them, but it relates
5090         to them.)
5091         * configure.in: Don't use shared config.cache for target
5092         directories.
5093         * configure: Regenerate.
5094
5095 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5096
5097         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5098         * configure: Regenerated.
5099
5100 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5101
5102         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5103         * configure: Regenerated.
5104
5105 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5106
5107         Port change over from GCC:
5108         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5109         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5110         (configure-build-[+module+], configure-[+module+]): Likewise.
5111         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5112         * Makefile.in: Regenerate.
5113
5114 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5115
5116         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5117         * configure: Regenerate.
5118
5119 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
5120
5121         * COPYING.NEWLIB: Add license info for long long routines added to
5122         stdlib.
5123
5124 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5125
5126         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5127         * Makefile.in: Regenerate.
5128
5129 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5130
5131         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5132         * configure:  Regenerate.
5133
5134 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5135
5136         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5137         HOST_FLAGS_TO_PASS.
5138         * Makefile.in: Regenerate.
5139
5140 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5141
5142         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5143         * configure: Rebuilt
5144         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5145         * Makefile.in: Rebuilt
5146
5147 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5148
5149         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5150
5151 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
5152
5153         * config-ml.in:  Use ac_configure_args directly instead of
5154         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5155         actually seen.
5156
5157 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5158
5159         * config-ml.in: Propagate INSTALL variables.
5160
5161 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5162
5163         * configure.in: Pass a computed --program-transform-name
5164         to subconfigures.
5165         * configure: Regenerated.
5166
5167 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5168
5169         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5170         * Makefile.in: Regenerate.
5171
5172         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5173         * Makefile.in: Regenerate.
5174
5175 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5176
5177         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5178         quoting.
5179         * configure: Regenerated.
5180
5181 2003-09-12  Michael Chastain  <mec@shout.net>
5182
5183         Fix PR gdb/857.
5184         * src-release (do-proto-topleve): Remove junk files
5185         intl/config.cache, intl/config.status,
5186         intl/config.h, intl/stamp-h.
5187
5188 2003-09-14  Andrew Cagney  <cagney@redhat.com>
5189
5190         * src-release (dejagnu.tar): New target.
5191         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5192         (do-djunpack): Use $(PACKAGE) for the package name.
5193
5194 2003-09-04  DJ Delorie  <dj@redhat.com>
5195
5196         * configure: Regenerate.
5197
5198 2003-09-04  Robert Millan  <robertmh@gnu.org>
5199
5200         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5201
5202 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5203
5204         * configure.in: Ensure arguments to sed are properly spaced.
5205         * configure: Regenerate.
5206
5207 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
5208
5209         Merge from gcc:
5210         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5211         * install-sh:  Update to newer upstream versions (associated with
5212         aclocal 1.7).
5213         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5214
5215 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5216
5217         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5218         * configure: Regenerated.
5219
5220 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5221
5222         * configure.in:  Use newline instead of semicolon when assuming
5223         shell arguments in a for loop.
5224         * configure:  Regenerated.
5225
5226 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5227
5228         PR 8180
5229         * configure.in: When testing with_libs and with_headers, treat
5230         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5231         * configure: Regenerate.
5232
5233         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5234         make, shell, etc.
5235         (baseargs): Likewise.
5236         * configure: Regenerate.
5237
5238 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5239
5240         * configure.in: Disable libgcj for darwin not on powerpc.
5241         * configure: Rebuild.
5242
5243 2003-08-15  Michael Chastain  <mec@shout.net>
5244
5245         * src-release (do-proto-toplev): Remove junk files
5246         dejagnu/example/calc/config.status,
5247         dejagnu/example/calc/config.log.
5248
5249 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5250
5251         * config-ml.in, symlink-tree: Add license.
5252
5253 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5254
5255         Merge from gcc:
5256
5257         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5258         * Makefile.tpl (check, check-c++): Express dependencies using
5259         dependencies rather than commands.
5260         * Makefile.in: Regenerate.
5261
5262         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5263         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5264         * Makefile.in: Update.
5265
5266 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5267
5268         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5269         * configure: Ditto.
5270
5271 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5272
5273         * configure.in: Enable libgcj for darwin.
5274         * configure: Rebuild.
5275
5276 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5277
5278         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5279
5280 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5281
5282         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5283         creating target and build subdirs to build all parent dirs as needed.
5284         * Makefile.in: Rebuild.
5285         * configure.in: Don't build dirs explicitly here.
5286         * configure: Rebuild.
5287
5288 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5289
5290         * Makefile.tpl (all-make): Depend on intl.
5291         * Makefile.in: Rebuilt.
5292
5293 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5294
5295         * config.if: Remove unused libc_interface determination.
5296
5297 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5298
5299         * Makefile.in: Regenerate, correctly this time.
5300
5301 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5302
5303         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5304         unused INSTALL_PROGRAM_ARGS.
5305         * configure.in: Use AC_PROG_INSTALL.
5306         * Makefile.in: Regenerate.
5307         * configure: Regenerate.
5308
5309 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5310
5311         * configure: Rebuilt.
5312         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5313         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5314         newlib nor libgloss.
5315         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5316         * configure.in (am33_2.0-*-linux*): Added.
5317
5318 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5319
5320         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5321         * configure: Regenerate.
5322
5323 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
5324
5325         * config-ml.in: Replace PWD with PWD_COMMAND.
5326         * Makefile.tpl: Likewise.
5327         * Makefile.in: Regenerated.
5328
5329 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5330
5331         * configure.in: Clean up config-lang.in handling.  Delete
5332         useless assignment to "subdirs".
5333         * configure: Regenerate.
5334
5335 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5336
5337         * configure.in: Rename 'target_libs' to 'target_libraries'.
5338         Remove useless reference to 'target_libs'.
5339         * configure: Regenerate.
5340
5341 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5342
5343         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5344         * Makefile.in: Regenerate.
5345
5346 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5347
5348         * Makefile.def: Introduce flags_to_pass.
5349         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5350         * Makefile.in: Regenerate.
5351
5352 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
5353
5354         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5355         and target-libgloss.
5356         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5357         <h8300*-*-*>: Disable libf2c and ${libgcj}.
5358         * configure: Regenerate.
5359
5360 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
5361
5362         * configure.in: Update testsuite_flags to new location.
5363         * configure. Regenerate.
5364
5365 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5366
5367         * Makefile.tpl: Remove BUILD_CC stuff.
5368         * Makefile.in: Regenerate.
5369
5370 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
5371
5372         * config.guess: Update to 2003-06-12 version.
5373         * config.sub: Update to 2003-06-13 version.
5374
5375 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5376
5377         * MAINTAINERS: Add myself as MIPS co-maintainer.
5378
5379 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
5380
5381         * config.guess: Update to 2003-06-06 version.
5382         * config.sub: Update to 2003-06-06 version.
5383
5384 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5385
5386         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5387         * configure. Regenerate.
5388
5389 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5390
5391         * configure.in: Disable serial configure by default.
5392         * configure: Regenerate.
5393         * Makefile.tpl: Abolish .NOTPARALLEL.
5394         * Makefile.in: Regenerate.
5395
5396         * Makefile.tpl: Replace {build,host,target}_canonical by
5397         {build,host,target}.
5398         * Makefile.in: Regenerate.
5399
5400         * Makefile.tpl: Fix stupid pasto.
5401         * Makefile.in: Regenerate.
5402
5403 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5404
5405         * Makefile.tpl: Remove bogus conditional.
5406         * Makefile.in: Regenerate.
5407
5408 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5409
5410         * Makefile.tpl: Make 'recursive targets' using autogen rather
5411         than shell loop.  Remove duplicate 'clean' targets and false
5412         comments.
5413         * Makefile.def: Add systematic dependencies to 'recursive' targets.
5414         Add systematic method of specifying missing targets in subdirs.
5415         Add copyright boilerplate.
5416         * Makefile.in: Regenerate.
5417         * configure.in: Add 'recursive targets' to maybe list.
5418         * configure: Regenerate.
5419
5420         * Makefile.tpl: Rename [+target+] to [+make_target+].
5421         * Makefile.def: Rename 'target' to 'make_target'.
5422
5423 2003-05-30  Nick Clifton  <nickc@redhat.com>
5424
5425         * README-maintainer-mode: Update URL for locating blessed config
5426         tools.
5427
5428 2003-05-29  Robert Millan  <rmh@debian.org>
5429
5430         * ltconfig: Import this patch and modify for use with current
5431         version of ltconfig:
5432
5433         2003-05-21  Bruno Haible  <bruno@clisp.org>
5434
5435         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5436         GNU/FreeBSD.
5437
5438 2003-05-28  DJ Delorie  <dj@redhat.com>
5439
5440         * Makefile.tpl: Make maybe-check-gcc .PHONY.
5441         * Makefile.in: Regenerate.
5442
5443 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
5444
5445         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
5446
5447 2003-05-21  DJ Delorie  <dj@redhat.com>
5448
5449         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5450         newlib or libgloss.
5451         * Makefile.in: Regenerate.
5452
5453 2003-05-21  DJ Delorie  <dj@redhat.com>
5454
5455         * Makefile.tpl: Add missing empty maybe-check-gcc target.
5456         * Makefile.in: Regenerate.
5457
5458 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5459
5460         * configure.in: Use curly braces in the definition of tooldir.
5461         * configure: Regenerate.
5462
5463 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5464
5465         * configure.in: Switch more things to use maybe dependencies.
5466         * Makefile.tpl: Switch more things to use maybe dependencies.
5467         Factor out common code from autogen IF statements.
5468         * configure: Regenerate.
5469         * Makefile.in: Regenerate.
5470
5471 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
5472
5473         * configure.in: Accept i[3456789]86 for machine type.
5474         * configure: Regenerate.
5475
5476 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5477
5478         * configure.in: Switch more things to use maybe dependencies.
5479         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
5480         * configure: Regenerate.
5481         * Makefile.tpl: Switch more things to use maybe dependencies.
5482         * Makefile.in: Regenerate.
5483
5484 2003-05-16  Andreas Schwab  <schwab@suse.de>
5485
5486         * Makefile.tpl (install-opcodes): Define.
5487         * Makefile.in: Rebuild.
5488
5489 2003-05-13  Andreas Jaeger  <aj@suse.de>
5490
5491         * config.guess: Update to 2003-05-09 version.
5492         * config.sub: Update to 2003-05-09 version.
5493
5494 2003-05-13  Michael Eager <eager@mvista.com>
5495
5496         * configure.in: Correct sed script so that options in quotes are not
5497         deleted.
5498         * configure: Rebuild.
5499
5500 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
5501
5502         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5503         and $$s/newlib/libc/sys/cygwin32 include paths.
5504         * configure: Ditto.
5505
5506 2003-05-05  H.J. Lu <hjl@gnu.org>
5507
5508         * config-ml.in: Restored from gcc repository.
5509
5510 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
5511
5512         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5513         * Makefile.in: Regenerate.
5514
5515 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5516
5517         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5518         and Makefile.def.
5519
5520 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5521
5522         * Makefile.tpl: Clean $(BUILD_SUBDIR).
5523         * Makefile.in: Regenerated.
5524
5525 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5526
5527         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5528         * Makefile.in: Regenerate.
5529
5530 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
5531
5532         * configure.in (powerpc64*-*-linux*): Remove.
5533         * configure: Rebuilt.
5534
5535 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
5536
5537         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
5538         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5539         and restrap.
5540         * Makefile.in:  Regenerate.
5541
5542 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
5543
5544         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5545         * configure: Regenerated.
5546
5547 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
5548
5549         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5550         * */configure: Rebuilt.
5551
5552 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5553
5554         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5555         * Makefile.in: Regenerate.
5556
5557 2003-03-14  Michael Chastain  <mec@shout.net>
5558
5559         * Makefile.in: Regenerate with correct Makefile.def.
5560
5561 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5562
5563         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
5564         Make macro.
5565         * Makefile.in: Regenerate.
5566         * configure.in: Clean up gxx_include_dir logic.
5567         * configure: Regenerate.
5568
5569 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5570
5571         * configure.in (gxx_include_dir): Fix typo.
5572         * configure: Regenerated.
5573
5574 2003-03-06  Andrew Cagney  <cagney@redhat.com>
5575
5576         * texinfo/texinfo.tex: Import version 2003-02-03.16.
5577
5578 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
5579
5580         * configure.in: Include $(build_tooldir)/sys-include in
5581         FLAGS_FOR_TARGET.
5582         * configure: Regenerated.
5583
5584 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5585
5586         * Makefile.tpl: Reindent.
5587         * Makefile.in: Regenerate.
5588         * configure.in: Reindent.  Don't set unused variables.
5589         * configure: Regenerate.
5590
5591         * Makefile.tpl: Always pass down RANLIB.
5592         * Makefile.in: Regenerate.
5593
5594         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5595         * Makefile.in: Regenerate.
5596         * configure.in: Remove unused logic relating to --enable-shared
5597         and --enable-threads.  Remove bogus comments.  Remove redundant
5598         noconfigdirs.
5599         * configure: Regenerate.
5600
5601         * configure.in: Replace ${libstdcxx_version} by its value.
5602         Remove reference to mh-dgux.
5603         * configure: Regenerate.
5604
5605 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5606
5607         * Makefile.tpl: Rearrange.
5608         * Makefile.in: Regenerate.
5609
5610 2003-02-25  Nick Clifton  <nickc@redhat.com>
5611
5612         * configure: Remove site-file supprot - it is obsolete.
5613
5614 2003-02-24  Uwe Stieber <uwe@wwws.de>
5615
5616         * configure.in: Add support for kaOS as cross build target system.
5617         * configure: Regenerated.
5618
5619 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
5620
5621         * Makefile.tpl: Add definition of CPPFLAGS to pass into
5622         configure-target-* as some target builds may require additional
5623         flags for preprocessor tests.
5624         * Makefile.in: Regenerated.
5625
5626 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5627
5628         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5629         * ltconfig: Handle it.
5630         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5631         auto-detecting it.
5632
5633 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5634
5635         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5636         it is used as argument to $CC.
5637         * ltcf-gcj.sh: Likewise.
5638
5639 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5640
5641         * configure.in: Introduce --enable-maintainer-mode.
5642         * configure: Rebuilt.
5643         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5644         for maintainer mode.
5645         * Makefile.in: Rebuilt.
5646
5647 2003-02-19  Andrew Cagney <ac131313@redhat.com>
5648
5649         * configure: Regenerate using autoconf 2.13.
5650
5651 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
5652
5653         * config.guess: Import latest version.
5654         * config.sub: Import latest version.
5655
5656 2003-02-18  Jason Merrill  <jason@redhat.com>
5657
5658         * Makefile.tpl (check-c++): Allow parallelism.
5659
5660 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
5661
5662         * configure: Regenerate using autoconf 000227.
5663
5664 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
5665
5666         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5667         don't configure target-libobjc.
5668         * configure: Regenerate.
5669
5670 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5671
5672         * Makefile.tpl (RANLIB): Define.
5673         * Makefile.in: Regenerate.
5674
5675 2003-02-06  Keith R Seitz  <keiths@redhat.com>
5676
5677         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5678         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5679         * Makefile.in: Regenerated.
5680         * configure.in: Remove all traces of snavigator, db, and grep.
5681         * configure: Regenerated.
5682
5683 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
5684
5685         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5686         * Makefile.in: Regenerated.
5687
5688 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
5689
5690         * config.if: Copy from GCC.
5691
5692 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
5693
5694         * configure.in:  Revert 24Jan change.
5695         * configure:  Regenerate.
5696
5697 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5698
5699         * configure.in: Revert previous change.
5700         * configure: Regenerate.
5701
5702 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5703
5704         * configure.in: Make rda native-only.
5705         * configure: Regenerate.
5706
5707 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5708
5709         * configure.in: Add missing \.
5710         * configure: Rebuilt.
5711
5712 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
5713
5714         * configure.in (baseargs): Avoid using \| in sed regular
5715         expressions.
5716         * configure: Rebuilt.
5717
5718 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
5719
5720         * configure.in (baseargs): Remove all supported forms of
5721         --cache-file, --srcdir, --host, --build and --target options
5722         from argument lists.
5723         * configure: Rebuilt.
5724
5725 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
5726
5727         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5728         * configure: Rebuilt.
5729
5730 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5731
5732         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5733         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5734         * Makefile.in: Regenerate.
5735         * configure: Regenerate.
5736
5737 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5738
5739         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5740         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5741         * Makefile.in: Regenerate.
5742
5743 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
5744
5745         * configure.in: Remove Makefile in build, host and target modules
5746         unless configure was run with --no-recursion.
5747         * configure: Rebuilt.
5748
5749 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
5750
5751         * config.guess: Update to 2003-01-03 version.
5752         * config.sub: Update to 2003-01-03 version.
5753
5754 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5755
5756         * configure: Regenerate with proper autoconf 2.13.
5757
5758 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5759
5760         * configure.in: Add AC_PREREQ for consistency.
5761         * configure: Regenerate.
5762
5763 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
5764
5765         * configure.in (GDB_TK): Add tcl directories conditional on
5766         gdb/gdbtk directory being present.
5767         * configure: Regenerate.
5768
5769 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
5770
5771         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
5772         by gcc if LD is not defined and we are not doing a Canadian Cross.
5773         * configure: Rebuilt.
5774
5775 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
5776
5777         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5778
5779 2002-12-31  Tom Tromey  <tromey@redhat.com>
5780
5781         * Makefile.in: Rebuilt.
5782         * Makefile.def (target_modules) [libffi]: Allow installation.
5783
5784 2002-12-31  Andreas Schwab  <schwab@suse.de>
5785
5786         * configure.in: Fix use of $program_transform_name.
5787         * configure: Regenerated.
5788
5789 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
5790
5791         * configure.in (baseargs): Don't remove first configure argument.
5792         * configure: Regenerated.
5793
5794 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
5795
5796         * Makefile.tpl (local-distclean): Don't remove...
5797         (multilib.ts): ... this.  Moved into...
5798         (multilib.out): ... this.  Don't use sub-make.
5799         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5800         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5801         (configure-build-[+module+], configure-[+module+],
5802         configure-target-[+module+], configure-gcc): ... these.  Test
5803         for Makefile existence.  Drop config.status from dependencies.
5804         * Makefile.in: Rebuilt.
5805         * configure.in: Move gcc-version-trigger to the end of
5806         ac_configure_args.  Add comments to maybedep.tmp and
5807         serdep.tmp.  Introduce --disable-serial-configure.  Remove
5808         nonopt from baseargs, matching and removing corresponding
5809         whitespace while at it.
5810         * configure: Rebuilt.
5811
5812 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5813
5814         * configure.in (host_configargs): Replace reference to
5815         no-longer-defined buildopts with --build=${build_alias}.
5816         * configure: Rebuilt.
5817
5818 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5819
5820         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
5821         program_transform_name to standard idiom.
5822         (AUTOGEN, AUTOCONF): Define.
5823         (Makefile.in): Use $(AUTOGEN).
5824         (Makefile): Depend on config.status, and use autoconf-style rule to
5825         build it.  Move original commands to...
5826         (config.status): ... this new target.
5827         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
5828         $(AUTOCONF).
5829         * Makefile.in: Rebuilt.
5830
5831 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5832
5833         * Makefile.tpl: Fix dramatic bustage due to change in
5834         program_transform_name.
5835         * Makefile.in: Regenerate.
5836
5837         * configure.in: Remove unnecessary PATH setting.
5838         * configure: Regnerate.
5839
5840         * configure.in: Don't default to unprefixed tools unless
5841         the native tools will work.
5842         * configure: Regenerate.
5843
5844         * configure.in: Convert to autoconf script.  Blow away lots
5845         of now-redundant Makefile fragments.
5846         * configure: Generate using Autoconf.
5847         * Makefile.tpl: Rewrite to reflect autoconfiscation.
5848         * Makefile.in: Regenerate.
5849
5850 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5851
5852         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
5853         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5854
5855         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
5856         where they belong.
5857
5858 2002-12-24  Andreas Schwab  <schwab@suse.de>
5859
5860         * Makefile.tpl (multilib.out): Fix missing space.
5861         * Makefile.in: Regenerate.
5862
5863 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5864
5865         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
5866         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
5867         * Makefile.in: Regenerate.
5868         * configure.in: Remove unnecessary leftovers.
5869
5870 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
5871
5872         * configure.in (extra_ranlibflags_for_target): New variable.
5873         (*-*-darwin): Add -c to ranlib commands.
5874         * configure (tooldir): Handle extra_ranlibflags_for_target.
5875
5876 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
5877
5878         * COPYING.NEWLIB: Updated.
5879         * COPYING.LIBGLOSS: Ditto.
5880
5881 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5882
5883         * Makefile.tpl: Revert HJL's change.
5884         * Makefile.in: Regenerated.
5885         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5886         always.
5887
5888 2002-12-19  Andreas Schwab  <schwab@suse.de>
5889
5890         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5891         * Makefile.in: Regenerate.
5892
5893 2002-12-18  H.J. Lu <hjl@gnu.org>
5894
5895         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5896         * Makefile.in: Regenerated.
5897
5898         * configure.in (build_prefix): New. Substitute.
5899
5900 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5901
5902         * Makefile.tpl: Don't let real targets depend on phony targets.
5903         * Makefile.in: Regenerate.
5904
5905         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5906         * Makefile.in: Regenerate.
5907
5908 2002-12-16  Jason Merrill  <jason@redhat.com>
5909
5910         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5911         previous 'make bootstrap'.
5912         * Makefile.in: Regenerate.
5913
5914 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
5915
5916         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5917
5918 2002-12-13  Jason Merrill  <jason@redhat.com>
5919
5920         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
5921         library tests.
5922         (check-c++): Just depend on it and check-target-libstdc++-v3.
5923         * Makefile.in: Regenerate.
5924
5925 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5926
5927         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5928         * Makefile.in: Regenerate.
5929
5930 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
5931
5932         * COPYING.NEWLIB: Update list of alternate Regent of California
5933         licenses and discuss official revoking of advertising clause.
5934         * COPYING.LIBGLOSS: Ditto.
5935
5936 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5937
5938         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5939         * Makefile.in: Rebuilt.
5940
5941 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5942
5943         * configure: Fix bug put in by gremlins.
5944
5945         * Makefile.tpl: Substitute more autoconfily.
5946         * configure: Substitute more autoconfily.
5947         * Makefile.in: Regenerate.
5948
5949 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
5950
5951         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5952         * Makefile.in (all-sim): Ditto.
5953
5954 2002-12-06  DJ Delorie  <dj@redhat.com>
5955
5956         * Makefile.tpl: Change configure dependencies to not have real
5957         targets depend on phony targets.
5958
5959 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
5960
5961         * configure.in: Revert unintentional change.
5962
5963         * src-release: Configure host subdirs.
5964
5965         * Makefile.tpl: Change dependency for */multilib.out so that
5966         it works when gcc isn't in the tree.
5967
5968         * configure.in: Substitute more.
5969         * configure: Run subconfigures from the Makefile.
5970         * Makefile.tpl: Run subconfigures from the Makefile; add a few
5971         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
5972
5973 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5974
5975         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5976         and corresponding dependencies.
5977         * Makefile.in: Regenerate.
5978
5979         * configure.in (host_tools): Order binutils, gas and ld for
5980         convenience in running the testsuites.
5981
5982         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5983         * Makefile.in: Regenerate.
5984         * configure.in: Introduce rules to serialize subconfigure runs.
5985
5986         * configure.in: Introduce BASE_CC_FOR_TARGET.
5987         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
5988         Realize configure-build-* targets.  Realize configure-target-* targets.
5989         * Makefile.in: Regenerate.
5990
5991 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5992
5993         * configure: Move gcc_version_trigger stuff from here...
5994         * configure.in: ...to here.
5995
5996         * configure.in: Separate subconfigure options added by this file from
5997         options given by the user.  Add machinery to put args for host
5998         subconfigures into the Makefile.
5999
6000         * Makefile.tpl: Remove 'vault' targets.
6001         * Makefile.tpl: Reorder and comment dependencies.
6002         * Makefile.in: Regenerate.
6003
6004 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6005
6006         * configure.in: Move host-specific darwin noconfigdirs into
6007         the host-specific section.
6008
6009 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6010
6011         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6012         during replay.
6013         * Makefile.in: Regenerate.
6014
6015         (finishing slow-motion replay)
6016         * configure: Remove skip-this-dir support.
6017         * Makefile.tpl: Remove skip-this-dir support.
6018
6019         * Makefile.tpl: Remove leftover support for non-autoconfiscated
6020         subdirectories.
6021         * Makefile.in: Regenerate.
6022
6023         * Makefile.tpl: Strip out useless setting of 'dir'.
6024         * Makefile.in: Regenerate.
6025
6026 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6027
6028         (finishing slow-motion replay)
6029         * configure.in: Fix deeply stupid bug.
6030
6031         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6032         shell code in CXX_FOR_TARGET
6033         * Makefile.def: Introduce raw_cxx.
6034         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6035         RAW_CXX_FOR_TARGET.
6036         * Makefile.in: Regenerate.
6037
6038 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6039
6040         (finishing slow-motion replay)
6041         * Makefile.tpl: Remove unnecessary ifs.
6042         * Makefile.in: Regenerate.
6043
6044         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6045         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6046         targets for 'no_install' modules.
6047         * configure: Move GDB_TK substitution to configure.in.  Move
6048         build_modules stuff to configure.in.
6049         * configure.in: Implement soft dependency machinery.  Maybe-ize
6050         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6051         * Makefile.in: Regenerate.
6052
6053 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6054
6055         (continuing slow-motion replay)
6056         * Makefile.tpl: Make all-target, install-target behave similarly
6057         to all, install (only hitting configured targets).  Eliminate
6058         unused macro defintions.
6059
6060         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6061         build != host.
6062
6063         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6064
6065         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6066
6067         * configure.in: Produce lists of subdir targets we're actually
6068         configuring.  Remove references to "dosrel".
6069         * Makefile.tpl: Let configure set which subdir targets are hit.
6070         Remove install-cross; clean up install; remove ALL.  Remove
6071         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6072         Autogenerate host module targets.  Remove empty dependency lines
6073         and redundant dependency; rearrange slightly.
6074         * Makefile.def: Add host-side libtermcap, utils.
6075
6076         * Makefile.in: Regenerate.
6077
6078 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6079
6080         (Continuing slow-motion replay)
6081         * Makefile.def: Add list of recursive targets to autogenerate.
6082         Add build_modules.
6083         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6084         targets.  Autogenerate *-build-* targets.
6085         * Makefile.in: Regenerate.
6086
6087 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6088
6089         (Continuing slow-motion replay)
6090         * configure: More autoconf-style substitutions.
6091         * Makefile.tpl: More autoconf-style substitutions.
6092         * Makefile.in: Regenerate.
6093
6094 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6095
6096         (Continuing slow-motion replay)
6097         * configure: Substitute more variables in a more autoconf-friendly
6098         way.  Simplify slightly.
6099         * Makefile.tpl: Make more variables substitutable in an
6100         autoconf-friendly way.
6101         * Makefile.in: Regenerate.
6102
6103 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6104
6105         (Continuing slow-motion replay)
6106         * configure.in (v810*): Remove special setting of tools.
6107
6108         * configure: Add support for extra required flags for ar or nm.
6109         * configure.in (aix4.3+): Use above support for target-specific
6110         issues, rather than using config/mt-aix43.
6111
6112 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6113
6114         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6115         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6116         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6117         with $srcdir.  Reformat indentation.  Substitute some variables
6118         formerly hard-coded in the Makefile for build=host.
6119         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6120         * Makefile.def: Autogenerate more.
6121         * Makefile.in: Regenerate.
6122
6123 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6124
6125         * Makefile.tpl: syntactic cleanup
6126
6127 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6128
6129         * Makefile.def (host_modules): Add rda.
6130         * Makefile.in: Regenerate.
6131         * configure.in (target_tool): Add target-rda to list.
6132
6133 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6134
6135         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6136         and restrap targets to this rule.
6137         * Makefile.in:  Regenerate.
6138
6139 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6140
6141         * configure.in (i[3456]86-*-linux*): Add check to disable
6142         ${libgcj} for glibc1.
6143
6144 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6145
6146         * configure.in: Add tic4x target.
6147
6148 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6149
6150         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6151         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6152         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6153         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6154         * Makefile.in: Regenerate.
6155
6156 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6157
6158         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6159         * Makefile.in: Regenerate.
6160
6161         * Makefile.def: Remove order dependency comments.
6162         * Makefile.tpl: Add explicit install-install dependencies.
6163         * Makefile.in: Regenerate.
6164
6165         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6166         * Makefile.in: Regenerate.
6167
6168         * configure: Restore my original patch by syncing with gcc version.
6169
6170         * Bring following over from gcc:
6171
6172 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
6173
6174         * configure.in (s390*-*-linux*): Enable libgcj.
6175
6176 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6177
6178         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
6179
6180 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
6181
6182         * configure: Move stray lines back to where they belong.
6183
6184 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6185
6186         * Makefile.tpl: Insert configure-target target, for src-release.
6187
6188         * configure: Finish reverting change which Andrew Cagney started
6189         reverting.  Should fix bustage.
6190
6191         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6192         * src-release: New file.  Contains material for making net
6193         releases for gdb, binutils, et al., formerly in Makefile.in.
6194
6195 2002-09-30  Nick Clifton  <nickc@redhat.com>
6196
6197         * cpu: New top level directory.  Intended to hold input files for
6198         CGEN which have FSF copyright assignment.
6199         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6200
6201 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
6202
6203         Revert below (note that src does not contain Makefile.tpl):
6204         * Makefile.tpl: Make subsituted variables more autoconfy.
6205         * Makefile.in: Regenerate.
6206
6207 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6208
6209         * configure: Revert accidentally applied changes.
6210
6211         * Makefile.tpl: Make more autoconf-friendly.
6212         * Makefile.in: Regenerate.
6213         * configure: Make substitution more autoconf-like.
6214
6215 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
6216
6217         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6218         single entry to handle all these.
6219         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
6220         libjava on arm-*-elf.
6221
6222 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
6223
6224         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6225         things that depend on them.
6226
6227 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6228
6229         * Makefile.tpl: Make subsituted variables more autoconfy.
6230         * Makefile.in: Regenerate.
6231         * configure: Make seds more autoconfy.
6232
6233 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6234
6235         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6236         * Makefile.in: Regenerate.
6237         * configure.in: Rewrite sed statements to look autoconfy.
6238
6239         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6240         all-target-foo on configure-target-foo.
6241         * Makefile.def: Ditto.
6242         * Makefile.in: Rebuild.
6243
6244 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6245
6246         * Makefile.def: New file.
6247         * Makefile.tpl: New file.
6248         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6249
6250         * configure.in: Minor rearrangement.  Simplify tests.
6251
6252 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
6253
6254         * configure.in (with_headers): Skip copy if value is "yes".
6255         (with_libs): Likewise.
6256
6257 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6258
6259         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6260         * configure.in (sh*-*-pe*): Ditto.
6261         * configure.in (mips*-*-pe*): Ditto.
6262         * configure.in (*arm-wince-pe): Ditto.
6263
6264         * configure.in: Rearrange.
6265
6266 2002-09-12  Nick Clifton  <nickc@redhat.com>
6267
6268         * Import these changes from the config master repository:
6269
6270         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
6271
6272                 * config.sub: Add tic4x target.
6273
6274         2002-09-03  Ben Elliston  <bje@redhat.com>
6275
6276                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6277                 Reported by <Duncan_Stodart@insession.com>.
6278
6279 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
6280
6281         * COPYING.NEWLIB: More updates.
6282
6283 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
6284
6285         * COPYING.NEWLIB: Update.
6286
6287 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
6288
6289         * texinfo/texinfo.tex: Import version 2002-06-04.06.
6290
6291         * config.guess: Import version 2002-08-23.
6292         * config.sub: Import version 2002-08-22.
6293
6294 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
6295
6296         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6297         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6298         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6299
6300 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
6301
6302         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6303
6304 2002-08-04  H.J. Lu  (hjl@gnu.org)
6305
6306         * configure.in (mips*-*-linux*): Don't skip target-libffi.
6307
6308 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
6309
6310         * configure.in: Move generic linux case to end.  Copy generic
6311         linux noconfigdirs to mips*-*-linux* entry and new
6312         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
6313
6314 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
6315
6316         * MAINTAINERS: Clarify on config.guess and config.sub, and add
6317         one instance of them which was missed to the list to update.
6318
6319 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
6320
6321         * config.guess: Update to 2002-07-09 version.
6322         * config.sub: Update to 2002-07-03 version.
6323
6324 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6325
6326         * configure.in: Remove two redundant tests.
6327
6328 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6329
6330         * configure.in (mips*-*-irix6*o32): Enable stabs.
6331
6332 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6333
6334         * configure.in: Don't build grez.
6335         * Makefile.in: Ditto.
6336
6337         * Makefile.in: Remove references to bsp, cygmon, libstub.
6338         * configure.in: Ditto.
6339
6340         * configure.in: Remove leftover reference to gdbtest.
6341
6342 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
6343
6344         * configure.in (gxx_include_dir):  Change to match versioned
6345         C++ headers if --enable-version-specific-runtime-libs is used.
6346
6347 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
6348
6349         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6350
6351 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6352
6353         * configure.in: Make --without-x work.
6354
6355 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
6356
6357         * contrib: New directory.  Created to contain a copy of the
6358         texi2pod.pl script so that it is in the same place as the version in
6359         the FSF GCC sources.
6360
6361 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6362
6363         * configure.in: Rearrange target Makefile fragment collection.
6364
6365         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6366         cvs[src].
6367         * configure.in: Ditto.
6368
6369 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
6370
6371         * Makefile.in: Eliminate 'apache' targets.
6372         * configure.in: Eliminate 'apache' targets.
6373
6374         * configure.in: Eliminate redundant tests.  Reorganize.
6375
6376         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6377
6378         * config-ml.in: Eliminate references to Cygnus configure.
6379
6380         * Makefile.in: Eliminate references to building emacs.
6381
6382 2002-07-01  Denis Chertykov  <denisc@overta.ru>
6383
6384         * configure.in: Add support for ip2k.
6385
6386 2002-06-24  Ben Elliston  <bje@redhat.com>
6387
6388         * configure.in (host_tools): Remove cgen.
6389
6390         * Makefile.in (all-cgen): Remove; runs from its source directory.
6391         (check-cgen, install-cgen, clean-cgen): Likewise.
6392         (all-opcodes): No not depend on all-cgen.
6393         (all-sim): Likewise.
6394
6395 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
6396
6397         * configure.in: Fix AIX configury bug.
6398
6399 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6400
6401         * configure.in: Replace ${topsrcdir} with ${srcdir}.
6402
6403         * configure.in: Move definition of libstdcxx_flags right above
6404         usage, rather than way earlier.
6405
6406         * configure.in: Pull definition of is_cross_compiler earlier.
6407
6408         * configure.in: Rearrange a little.
6409
6410         * configure.in: Remove references to librx.
6411         * Makefile.in: Remove references to librx.
6412
6413 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6414
6415         * configure.in: Eliminate ${gasdir} variable.
6416
6417 2002-06-18  Dave Brolley  <brolley@redhat.com>
6418
6419         * configure.in: Add support for frv.
6420         * config.sub: Add support for frv.
6421
6422 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6423
6424         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6425
6426 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
6427
6428         * configure.in (vax-*-netbsd*): Re-enable gas.
6429
6430 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
6431
6432         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6433         BUILD_PREFIX_1, to correct nomenclature.
6434         * configure: Likewise.
6435
6436         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6437         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6438
6439 2002-05-31  Olaf Hering  <olh@suse.de>
6440
6441         * config-ml.in: Propogate DESTDIR also.
6442
6443 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
6444
6445         * configure.in (vax-*-netbsd*): Don't build gas for this
6446         platform.
6447
6448 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6449
6450         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6451         and libgcj for AVR.
6452
6453 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
6454
6455         * config.sub: Add DLX target.
6456
6457 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6458
6459         * config.guess: Update to 2002-05-22 version.
6460         * config.sub: Likewise.
6461
6462 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6463
6464         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6465         * config-ml.in: Likewise.
6466         * configure: Likewise.
6467         * configure.in: Likewise.
6468
6469 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
6470
6471         * configure.in: Simplify makefile fragment collection.
6472
6473         * configure.in: Remove code to build emacs.
6474
6475         * configure.in : Remove --srcdir argument from targargs and buildargs
6476         (it's always overridden in the Makefile anyway).  Rearrange a bit.
6477
6478         * configure: Move some logic to configure.in.
6479         * configure.in: Move some logic from configure.
6480
6481 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
6482
6483         * COPYING.LIBGLOSS: New file.
6484
6485 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
6486
6487         * Makefile.in: Honour DESTDIR.
6488
6489 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
6490
6491         * configure.in (noconfigdirs): Don't disable libgcj on
6492         sparc64-*-solaris* and sparcv9-*-solaris*.
6493
6494 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
6495
6496         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6497
6498 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
6499
6500         * configure.in (FLAGS_FOR_TARGET): Do not add
6501         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6502         on i[3456]86-*-linux*.
6503
6504 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
6505
6506         * configure.in (noconfigdirs): Replace [ ] with test.
6507
6508         * configure.in (noconfigdirs): Do not add target-newlib if
6509         target == i[3456]86-*-linux*, and host == target.
6510
6511 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
6512
6513         * config.guess: Updated to 2002-04-26's version.
6514         * config.sub: Updated to 2002-04-26's version.
6515
6516 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
6517
6518         * configure.in: delete reference to absent file
6519
6520         * configure.in: replace '[' with 'test'
6521
6522         * configure.in: Eliminate references to gash.
6523         * Makefile.in: Eliminate references to gash.
6524
6525         * configure.in: remove useless references to 'pic' makefile fragments.
6526
6527         * configure.in: (*-*-windows*) Finish removing.
6528
6529         * configure.in: Eliminate redundant test for libgui.
6530
6531 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
6532
6533         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6534         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6535
6536 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
6537
6538         * configure.in: remove references to dead files
6539
6540 2002-04-18  Tom Tromey  <tromey@redhat.com>
6541
6542         * configure.in: Disallow configuring libgcj when it is already
6543         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
6544         Solaris 2.8 by default.  For PR libgcj/6158.
6545
6546 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6547
6548         * configure.in:  Move default CC setting out of config/mh-* fragments
6549         directly into here.
6550
6551 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6552
6553         * configure.in: don't even try to configure or make a subdirectory
6554         if there's no configure script for it.
6555
6556 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
6557
6558         * MAINTAINERS: Remove chill maintainers.
6559         * Makefile.in (CHILLFLAGS): Remove.
6560         (CHILL_LIB): Remove.
6561         (TARGET_CONFIGDIRS): Remove libchill.
6562         (CHILL_FOR_TARGET): Remove.
6563         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6564         CHILL_LIB.
6565         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6566         (CHECK_TARGET_MODULES): Likewise.
6567         (INSTALL_TARGET_MODULES): Likewise.
6568         (CLEAN_TARGET_MODULES): Likewise.
6569         (configure-target-libchill): Remove.
6570         (all-target-libchill): Remove.
6571         * configure.in (target_libs): Remove target-libchill.
6572         Do not compute CHILL_FOR_TARGET.
6573         * libchill: Remove directory.
6574
6575 2002-04-15  DJ Delorie  <dj@redhat.com>
6576
6577         * Makefile.in, configure.in, configure: Sync with gcc, entries
6578         follow...
6579
6580 2002-04-08  Tom Tromey  <tromey@redhat.com>
6581
6582         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6583         Fixes PR libgcj/6068.
6584
6585 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
6586
6587         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6588
6589 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6590
6591         * configure.in (alpha*-dec-osf*): Enable libgcj.
6592
6593 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
6594
6595         Fix for: PR bootstrap/3591, target/5676
6596         * configure.in (mcore-pe): Disable the configuration of
6597         libstdc++-v3 since exceptions are not supported.
6598
6599 2002-03-20  Anthony Green  <green@redhat.com>
6600
6601         * configure.in: Enable libgcj for xscale-elf target.
6602
6603 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6604
6605         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6606         libjava.
6607         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6608
6609 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
6610
6611         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6612         libstdc++-v3 and libjava.
6613
6614 2002-02-11  Adam Megacz <adam@xwt.org>
6615
6616         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6617         boehm-gc
6618
6619 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6620
6621         * config.guess: Updated to 2002-01-30's version.
6622         * config.sub: Updated to 2002-02-01's version.
6623         Contribute sh64-elf.
6624         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6625         * configure.in: Added sh64-*-*.
6626
6627 2002-01-17  H.J. Lu <hjl@gnu.org>
6628
6629         * Makefile.in (all-fastjar): Also depend on all-libiberty.
6630         (all-target-fastjar): Also depend on all-target-libiberty.
6631
6632 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
6633
6634         * configure, configure.in: Use temp file for long sed commands.
6635
6636 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
6637
6638         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6639         libf2c.
6640
6641 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
6642
6643         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6644
6645 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6646
6647         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6648
6649 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6650
6651         * configure: Handle temporary files securely using mkdir.
6652
6653 2001-09-26  Will Cohen <wcohen@redhat.com>
6654
6655         * configure.in (*-*-linux*): Disable configuration of target-newlib
6656         and target-libgloss.
6657
6658 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6659
6660         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6661         RANLIB.
6662
6663 2001-08-11  Graham Stott  <grahams@redhat.com>
6664
6665         * Makefile.in (check-c++): Add missing semicolon.
6666
6667 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
6668
6669         * configure.in (sh-*-linux*): New.
6670
6671 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6672
6673         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6674         and libgcj on m68hc11/m68hc12.
6675
6676 2001-06-27  H.J. Lu  (hjl@gnu.org)
6677
6678         * Makefile (CFLAGS_FOR_BUILD): New.
6679         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6680
6681 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
6682
6683         * configure.in (libstdcxx_flags): Do not try to execute
6684         libstdc++-v3/testsuite_flags until it exists.
6685
6686 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
6687
6688         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6689
6690 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
6691
6692         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6693
6694 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
6695
6696         * configure.in: Move *-chorusos target case to the proper switch.
6697         Disable libgcj.
6698
6699 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6700
6701         * Makefile.in (STAGE1_CFLAGS): Pass down.
6702
6703 2001-04-13  Alan Modra  <amodra@one.net.au>
6704
6705         * config.guess: Add hppa64-linux support.  Note for next import that
6706         this is already in the master file.
6707         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
6708
6709 2001-03-22  Colin Howell  <chowell@redhat.com>
6710
6711         * Makefile.in (DO_X): Do not backslash single-quotes in
6712         backquotes (two places).
6713
6714 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
6715
6716         * Makefile.in (DO_X): Quote nested quotes.
6717
6718 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
6719
6720         * Makefile.in (DO_X): Use double quotes for quoting
6721         "RANLIB=$${RANLIB}".
6722
6723 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
6724
6725         * configure.in: Only use `lang_requires' for languages athat are
6726         actually enabled.
6727
6728 2001-03-07  Tom Tromey  <tromey@redhat.com>
6729
6730         * configure.in: Allow config-lang.in to set `lang_requires' to list
6731         of other required languages.
6732
6733 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
6734
6735         * Makefile.in: Remove RANLIB definition. Use RANLIB
6736         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6737         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6738
6739 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
6740             Alexandre Oliva  <aoliva@redhat.com>
6741
6742         * Makefile.in (check-c++): Use tabs, not spaces.
6743
6744 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
6745
6746         * Makefile.in (check-c++): New rule.
6747
6748         * configure.in (target_libs): Remove libg++.
6749         (noconfigdirs): Remove libg++.
6750         (noconfigdirs): Same.
6751         (noconfigdirs): Same.
6752         (noconfigdirs): Same.
6753
6754         * config-ml.in: Remove libg++ references.
6755
6756         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6757         (ALL_TARGET_MODULES): Same.
6758         (configure-target-libg++): Remove.
6759         (all-target-libg++): Remove.
6760         (configure-target-libio): Remove.
6761         (all-target-libio): Remove.
6762         (check-target-libio): Remove.
6763         (.PHONY): Remove.
6764         (libg++.tar.bz2): Remove.
6765         (all-target-cygmon): Remove libio.
6766         (all-target-libstdc++): Remove.
6767         (configure-target-libstdc++): Remove.
6768         (TARGET_LIB_PATH): Remove libstdc++.
6769         (ALL_GCC_CXX): Remove libstdc++.
6770         (all-target-gperf): Correct.
6771
6772 2001-02-15  Anthony Green  <green@redhat.com>
6773
6774         * configure: Introduce GCJ_FOR_TARGET.
6775         * configure.in: Ditto.
6776         * Makefile.in: Ditto.
6777
6778 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
6779
6780         * configure.in: for *-chorusos, don't config target-newlib and
6781         target-libgloss.
6782
6783 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
6784
6785         Remove V2 C++ library.
6786         * configure.in: Remove --enable-libstdcxx_v3 support.
6787
6788 2001-01-27  Richard Henderson  <rth@redhat.com>
6789
6790         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6791
6792 2001-01-26  Tom Tromey  <tromey@redhat.com>
6793
6794         * configure.in: Allow libgcj to be built on Sparc Solaris.
6795
6796 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
6797
6798         * configure.in: Enable libgcj on several additional platforms.
6799
6800 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
6801
6802         * configure.in: Enable libgcj for linux targets.
6803
6804 2001-01-09  Mike Stump  <mrs@wrs.com>
6805
6806         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6807         failures of subdirectories.
6808
6809 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6810
6811         * configure: handle DOS-style absolute paths.
6812
6813 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6814
6815         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6816
6817 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
6818
6819         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6820         (libstdcxx_incdir): Pass down.
6821         * config.if: Remove expired bits for cxx_interface, add stub.
6822         (libstdcxx_incdir): Add variable for g++ include directory.
6823         * configure.in (gxx_include_dir): Use it.
6824
6825 2000-12-15  Andreas Jaeger  <aj@suse.de>
6826
6827         * configure.in: Handle lang_dirs.
6828
6829 2000-12-13  Anthony Green  <green@redhat.com>
6830
6831         * configure.in: Disable libgcj for any target not specifically
6832         listed.  Disable libgcj for x86 and Alpha Linux until compatible
6833         with g++ abi.
6834
6835 2000-12-13  Mike Stump  <mrs@wrs.com>
6836
6837         * Makefile.in (local-distclean): Also remove fastjar.
6838
6839 2000-12-10  Anthony Green  <green@redhat.com>
6840
6841         * configure.in: Define libgcj.  Disable libgcj target libraries for
6842         most targets.
6843
6844 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6845
6846         * configure.in (target_libs): Revert 2000-12-08 patch.
6847         (noconfigdirs): Added target-libjava.
6848
6849 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6850
6851         * Makefile.in: handle DOS-style absolute paths.
6852
6853 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6854
6855         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6856         libjava.
6857         * configure.in (target_libs): Removed `target-libjava'.
6858
6859 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6860
6861         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6862         (ALL_MODULES): Added fastjar.
6863         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6864         (all-target-libjava): all-fastjar replaces all-zip.
6865         (all-fastjar): Added.
6866         (configure-target-fastjar, all-target-fastjar): Likewise.
6867         * configure.in (host_tools): Added fastjar.
6868
6869 2000-12-07  Mike Stump  <mrs@wrs.com>
6870
6871         * Makefile.in (local-distclean): Remove leftover built files.
6872
6873 2000-11-16  Fred Fish  <fnf@be.com>
6874
6875         * configure.in (enable_libstdcxx_v3): Fix typo,
6876         libstd++ -> libstdc++.
6877
6878 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6879
6880         * configure: Provide the original toplevel configure arguments
6881         (including $0) to subprocesses in the environment rather than
6882         through gcc/configargs.h.
6883
6884 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
6885
6886         * configure: Turn on libstdc++ V3 by default.
6887
6888 2000-10-16  Michael Meissner  <meissner@redhat.com>
6889
6890         * configure (gcc/configargs.h): Only create if there is a build GCC
6891         directory created.
6892
6893 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
6894
6895         * configure: Save configure arguments to gcc/configargs.h.
6896
6897 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
6898
6899         * Makefile.in (bootstrap): avoid recursion if subdir missing
6900         (cross): ditto
6901         (do-proto-toplev): ditto
6902
6903 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
6904
6905         * configure.in: Do not build byacc for hppa64.  Provide paths to the
6906         X11 libraries for hppa64.
6907
6908 2000-09-02  Anthony Green  <green@cygnus.com>
6909
6910         * Makefile.in (all-gcc): Depend on all-zlib.
6911         (CLEAN_MODULES): Add clean-zlib.
6912         (ALL_MODULES): Add all-zlib.
6913         * configure.in (host_libs): Add zlib.
6914
6915 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
6916
6917         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6918         $targargs to tell whether newlib is going to be built.
6919
6920         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6921         $$r/TARGET_SUBDIR/libio for _G_config.h.
6922
6923 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
6924
6925         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6926
6927         * configure: Make enable_threads and enable_shared defaults
6928         explicit.  Substitute enable_threads into generated Makefiles.
6929         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6930         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6931
6932 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
6933
6934         * configure.in: Re-enable all references to libg++ and librx.
6935
6936 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
6937
6938         * configure.in: Add *-*-freebsd* configurations.
6939
6940 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6941
6942         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
6943         (do-tar, do-bz2): New rules.
6944         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
6945         (gdb-tar): New rule.
6946         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
6947         (insight_dejagnu.tar): New rule.
6948         (insight.tar): New rule.
6949         (gdb+dejagnu.tar): New rule.
6950         (gdb.tar): New rule.
6951
6952 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6953
6954         * MAINTAINERS: Update dejagnu/
6955
6956 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
6957
6958         * ltmain.sh (relink_command): Fix typo in previous change.
6959
6960 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
6961
6962         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
6963         (relink_command): Added --tag flags.
6964         (mode=install): If relinking fails; error out.
6965
6966 2002-03-12  Richard Henderson  <rth@redhat.com>
6967
6968         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
6969         .NOTPARALLEL tag.
6970         (do-check): Rename from check.
6971         (check): Allow parallel check.
6972
6973 2002-03-11  Richard Henderson  <rth@redhat.com>
6974
6975         * Makefile.in (.NOTPARALLEL): Add fake tag.
6976
6977 2002-03-07  H.J. Lu  (hjl@gnu.org)
6978
6979         * configure.in: Enable gprof for mips*-*-linux*.
6980
6981 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6982
6983         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6984         libjava.
6985         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6986
6987 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
6988
6989         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6990
6991 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
6992
6993         * config.guess: Import from master sources, rev 1.232.
6994         * config.sub: Import from master sources, rev 1.246.
6995
6996 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
6997
6998         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6999         because its Makefile is there; test for the executable instead.
7000
7001 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7002
7003         Contribute sh64-elf.
7004         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7005         * configure.in: Added sh64-*-*.
7006
7007 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
7008
7009         * COPYING.NEWLIB: Remove advertising clause from
7010         Berkeley and Red Hat licenses.
7011
7012 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7013
7014         * Makefile.in: Add all-tix to deps for all-snavigator
7015         so that tix is built when building snavigator.
7016
7017 2002-02-01  Ben Elliston  <bje@redhat.com>
7018
7019         * config.guess: Import from master sources, rev 1.229.
7020         * config.sub: Import from master sources, rev 1.240.
7021
7022 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7023
7024         From Steve Ellcey <sje@cup.hp.com>:
7025         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7026         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7027         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7028         IA64.
7029         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7030         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7031         soname_spec, sys_lib_search_path_spec): Ditto.
7032
7033 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7034
7035         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7036         target-libiberty, and target-libgloss.  Skip Java-related
7037         libraries if not supported for NetBSD on target CPU.
7038
7039 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
7040
7041         * configure.in: Import StrongARM and XScale target_configdirs from
7042         FSF GCC version.
7043
7044 2002-01-16  H.J. Lu  (hjl@gnu.org)
7045
7046         * config.guess: Import from master sources, rev 1.225.
7047         * config.sub: Import from master sources, rev 1.238.
7048
7049         * MAINTAINERS: Updated notes on config.guess and config.sub.
7050
7051 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7052
7053         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7054         ld and gdb are not supported.
7055
7056 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
7057
7058         * Change reference to Cygnus Solutions to be Red Hat.
7059
7060 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
7061
7062         * COPYING.NEWLIB: Update generic copyright date.
7063
7064 2002-01-07  Mark Salter  <msalter@redhat.com>
7065
7066         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7067           Allow target-libgloss to be built for arm, strongarm, and xscale.
7068
7069 2002-01-03  Ben Elliston  <bje@redhat.com>
7070
7071         * MAINTAINERS: Update URL for config.* scripts.
7072
7073 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
7074
7075         * config.sub: Import latest version.
7076         * config.guess: Likewise.
7077
7078 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7079
7080         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7081         options for i[3456]86-pc-linux* native builds.
7082
7083 2001-12-05  Laurent Guerby  <guerby@acm.org>
7084
7085         * MAINTAINERS: gcc adopts symlink-tree, refer more to
7086         libiberty.
7087
7088         Import this patch from gcc:
7089
7090         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7091
7092             * symlink-tree: handle DOS-style absolute paths.
7093
7094 2001-11-28  DJ Delorie <dj@redhat.com>
7095             Zack Weinberg  <zack@codesourcery.com>
7096
7097         When build != host, create libiberty for the build machine.
7098
7099         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7100         CONFIG_ARGUMENTS.
7101         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7102         New variables.
7103         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7104         and rules.
7105         (all.normal): Depend on ALL_BUILD_MODULES.
7106         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7107         (all-build-libiberty): Depend on configure-build-libiberty.
7108
7109         * configure: Calculate and substitute proper value for
7110         ALL_BUILD_MODULES.
7111         * configure.in: Create the build subdirectory.
7112         Calculate and substitute TARGET_CONFIGARGS (formerly
7113         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7114
7115 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
7116
7117         * config.sub: Update to version 1.232 on subversion.
7118
7119 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7120
7121         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7122         files from .po files for a distribution.
7123
7124 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
7125
7126         * COPYING.NEWLIB: Mention preserved notice in specific parts.
7127
7128 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7129
7130         Merged from net gcc:
7131         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7132         * ltcf-c.sh: Use $objext, not $ac_objext.
7133         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7134         * ltcf-cxx.sh: Add support for GNU.
7135         2001-07-22  Timothy Wall  <twall@redhat.com>
7136         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7137         default settings if using GNU tools with that configuration.
7138         * ltcf-cxx.sh: Ditto.
7139         * ltcf-gcj.sh: Ditto.
7140         2001-07-21  Michael Chastain  <chastain@redhat.com>
7141         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7142         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7143         * ltmain.sh: Mark as gcc-local.
7144
7145 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7146
7147         * Makefile.in (all-bison): Revert 2001-10-24.
7148         Don't depend on texinfo.
7149
7150 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
7151
7152         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7153
7154 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7155
7156         * configure.in (--enable-languages): Be more permissive about
7157         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7158
7159 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7160
7161         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7162
7163 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
7164
7165         Makefile.in (all-bison): Don't depend on texinfo.
7166
7167 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
7168
7169         * gettext.m4: Test po/POTFILES.in exists before trying to read.
7170
7171 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7172
7173         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7174
7175 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
7176
7177         * config.sub, config.guess: Import latest from subversions.
7178
7179 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7180
7181         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7182         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7183         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7184         avoid quotes nesting problems.
7185         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7186         (DO_X): Export only variables that are set.
7187
7188 2001-09-19  Ben Elliston  <bje@redhat.com>
7189
7190         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7191         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7192         semantics.  Use the shell built-in "type" command instead.
7193
7194 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7195
7196         * config.sub: Reverted the earlier change, this version is not the
7197         master file.
7198
7199 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7200
7201         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7202         Add support for mips64.
7203
7204 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7205
7206         * configure.in: Enable libstdc++-v3 for h8300 targets.
7207
7208 2001-08-30  Eric Christopher  <echristo@redhat.com>
7209             Jason Eckhardt  <jle@redhat.com>
7210
7211         * config.sub: Add support for mipsisa32.
7212
7213 2001-08-30  Eric Christopher  <echristo@redhat.com>
7214
7215         * config.sub, config.guess: Import latest from subversions.
7216
7217 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
7218
7219         * config.sub, config.guess: Import latest from subversions.
7220
7221 2001-07-26  DJ Delorie  <dj@redhat.com>
7222
7223         * MAINTAINERS: Clarify libiberty merge rules and procedures.
7224
7225 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7226
7227         * Makefile.in: Revert 2001-06-17.
7228         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7229
7230 2001-06-17  H.J. Lu <hjl@gnu.org>
7231
7232         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7233         (gas+binutils.tar.bz2): Likewise.
7234         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7235
7236 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7237
7238         * Makefile.in (VER): When present, extract the version number from
7239         the file version.in.
7240
7241 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
7242
7243         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7244         gcc/xgcc is built, use -print-prog-name to find out the program
7245         name to use.
7246
7247 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
7248
7249         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7250         with_gcc]: Use `gcc -shared' to build a shared library.
7251
7252 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7253
7254         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7255         archives.
7256
7257 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
7258
7259         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
7260         libraries when using g++ with native linker.
7261
7262 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
7263
7264         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7265
7266 2001-05-24  Tom Rix <trix@redhat.com>
7267
7268         * configure.in : enable ld for aix
7269
7270 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
7271
7272         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7273         [aix4*|aix5*]: Prepend blank.
7274
7275 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
7276
7277         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7278         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
7279         of subdir/configure scripts to use the new libtool.m4.
7280
7281 2001-05-14  H.J. Lu <hjl@gnu.org>
7282
7283         * config.if (libc_interface): Set to -libc6.2- for cross
7284         compiling to Linux/glibc 2.2.
7285
7286 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7287
7288         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7289         libgcj.
7290
7291 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7292
7293         * configure.in (noconfigdirs): Don't reset it from scratch in the
7294         target case; only append to it.
7295
7296 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7297
7298         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7299         sparc-*-solaris2.8]: Disable ${libgcj}.
7300
7301 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
7302
7303         * configure.in (libgcj_saved): Copy from $libgcj.
7304         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7305         --disable-libgcj.
7306
7307 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
7308
7309         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7310         1.641.2.228.
7311
7312 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7313
7314         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7315         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7316
7317 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
7318
7319         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7320         New macros.
7321         (bootstrap, cross): Use RECURSE_FLAGS.
7322         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7323
7324 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
7325
7326         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7327
7328 2001-03-23  Nick Clifton  <nickc@redhat.com>
7329
7330         * README-maintainer-mode: Add note about inability to use "make
7331         distclean" in maintainer mode.
7332
7333 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7334
7335         Re-installed:
7336         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7337         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7338         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7339         * ltcf-cxx.sh: Likewise.
7340         * ltcf-gcj.sh: Likewise.
7341
7342 2001-03-22  Philip Blundell  <philb@gnu.org>
7343
7344         * config.sub, config.guess: Import latest from subversions.
7345
7346 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7347
7348         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7349         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7350
7351 2001-03-20  Michael Chastain  <chastain@redhat.com>
7352
7353         * Makefile.in: all-m4 depends on all-texinfo.
7354
7355 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
7356
7357         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7358
7359 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
7360
7361         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7362         longer valid.
7363
7364 2001-02-16  Nick Clifton  <nickc@redhat.com>
7365
7366         * configure.in (noconfigdirs): Allow configuration of texinfo
7367         for Cygwin hosts.
7368
7369 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7370
7371         * config.guess: Add linux target for S/390.
7372         * config.sub: Likewise.
7373         * configure.in: Likewise.
7374
7375 2001-02-06  Ben Elliston  <bje@redhat.com>
7376
7377         * configure: Output host type to stdout, not stderr.
7378
7379 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7380
7381         * config.guess: Import from subversions.gnu.org (revision 1.181).
7382         * config.sub: Import from subversions.gnu.org (revision 1.199).
7383
7384 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
7385
7386         * config.guess: Handle hppa64-linux systems.
7387
7388 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7389
7390         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7391         Don't unset, it's non-portable and no longer necessary, set to empty
7392         instead.
7393
7394 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7395
7396         * ltconfig: Shell portability fix for the tagname validity check.
7397
7398 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7399
7400         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7401
7402 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
7403
7404         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7405         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7406
7407 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7408
7409         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7410         keep at least one of build_libtool_libs or build_old_libs set to
7411         yes.
7412
7413 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7414
7415         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7416         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7417
7418 2000-11-07  Philip Blundell  <pb@futuretv.com>
7419
7420         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7421
7422 2000-11-03  Philip Blundell  <pb@futuretv.com>
7423
7424         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7425         files.
7426
7427 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
7428
7429         * COPYING.NEWLIB: Put into source repository.
7430
7431 2001-01-15  Ben Elliston  <bje@redhat.com>
7432
7433         * configure.in (host_tools): Add sid.
7434         Always configure cgen.
7435         * Makefile.in (all-sid): New target.
7436         (check-sid, clean-sid, install-sid): Likewise.
7437
7438 2001-01-07  Andreas Jaeger  <aj@suse.de>
7439
7440         * config.sub, config.guess: Update from subversions.
7441
7442 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
7443
7444         * configure.in: Disable language-specific target libraries for
7445         languages that aren't enabled.
7446
7447 2000-11-24  Nick Clifton  <nickc@redhat.com>
7448
7449         * configure.in (xscale-elf): Add target.
7450         (xscale-coff): Add target.
7451         (c4x, c5x, tic54x): Move after ARM targets.
7452
7453 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
7454
7455         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7456
7457 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
7458
7459         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7460
7461 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7462
7463         * Makefile.in: Merge with GCC and libgcj.
7464         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
7465         configure-target-<library> when their configure scripts need the C
7466         or C++ library to have already been built to work properly.
7467         (do_proto_toplev): Set them to an empty string.
7468
7469 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7470
7471         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7472         (REALLY_SET_LIB_PATH): Use them.
7473
7474 2000-11-06  Christopher Faylor <cgf@cygnus.com>
7475
7476         * config.sub: Add support for Sun Chorus
7477
7478 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
7479
7480         * config.sub: Add support for the *-storm-chaos OS.
7481
7482 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
7483
7484         * configure.in (noconfigdirs): Don't compile some
7485         of the libraries for 68HC11 & 68hc12 targets.
7486
7487 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
7488
7489         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7490         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
7491         all affected `configure' scripts.
7492
7493 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
7494
7495         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7496         ltcf-c.sh.
7497
7498 2000-09-12  Philip Blundell  <philb@gnu.org>
7499
7500         * config.sub, config.guess: Update from subversions.
7501
7502 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
7503
7504         * Makefile.in (all-zlib): Added dummy target.
7505
7506         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7507         multi-language branch.
7508
7509 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
7510
7511         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7512         (bootstrap*): Depend on all-bootstrap.
7513
7514 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
7515
7516         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7517         crosses, but add gcc/include to the header search path for them.
7518
7519 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
7520
7521         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7522         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7523         * gettext.m4: New file, extracted from aclocal.m4.
7524
7525 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
7526
7527         * config-ml.in (CC, CXX): Avoid trailing whitespace.
7528         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7529         sub-configures.
7530
7531 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7532
7533         * Makefile.in (ALL_MODULES): Add all-cgen.
7534         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7535         (all-cgen): New target.
7536         (all-opcodes,all-sim): Depend on all-cgen.
7537         * configure.in (host_tools): Add cgen.
7538         Only configure cgen if --enable-cgen-maint.
7539
7540 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
7541
7542         * config-ml.in (CC, CXX): Don't introduce a leading space.
7543
7544 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
7545
7546         * configure.in (libstdcxx_flags): Use
7547         libstdc++-v3/src/libstdc++.INC.
7548
7549 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
7550
7551         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7552
7553 2000-08-11  Jason Merrill  <jason@redhat.com>
7554
7555         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7556         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7557         (FLAGS_FOR_TARGET): Not here.
7558         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7559
7560 2000-08-07  DJ Delorie  <dj@redhat.com>
7561
7562         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7563         "if we're also building gcc, and it's a gcc that will run on the
7564         build machine, we want to use its includes instead of the system's
7565         default includes".
7566
7567 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
7568
7569         * configure.in (libstdcxx_flags): Don't use `"'.
7570
7571         * config-ml.in: Adjust multilib search paths to the
7572         appropriate multilib tree.
7573
7574 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
7575
7576         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7577         commas in $LANGUAGES.
7578
7579 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
7580
7581         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7582
7583 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
7584
7585         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7586         CXX_FOR_TARGET for sed.
7587
7588 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
7589
7590         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7591         Do not override if already set in the environment or in configure.
7592         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7593         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7594
7595 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
7596
7597         * Makefile.in (FLAGS_FOR_TARGET): New macro.
7598         (GCC_FOR_TARGET): Use it.
7599         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7600         * configure.in: ... here.
7601         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
7602         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7603
7604 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
7605
7606         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7607         (configure-target-libchill, configure-target-libobjc): Likewise.
7608
7609         * configure.in: Use the same cache file for all target libs.
7610         * config-ml.in: But different cache files per multilib variant.
7611
7612 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7613
7614         * configure (topsrcdir): Don't use dirname.
7615
7616 2000-07-20  Jason Merrill  <jason@redhat.com>
7617
7618         * configure.in: Remove all references to libg++ and librx.
7619
7620         * configure, configure.in, Makefile.in: Unify gcc and binutils.
7621
7622 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
7623
7624         * config.sub: Update to subversions version 2000-07-06.
7625
7626 2000-07-12  Andrew Haley  <aph@cygnus.com>
7627
7628         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7629         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7630
7631 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
7632
7633         * symlink-tree:  Check number of arguments.
7634
7635 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
7636
7637         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7638
7639 2000-07-05  Jim Wilson  <wilson@cygnus.com>
7640
7641         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7642         search path for a g++ extracted from the build tree.  This
7643         will allow link tests run by configure scripts in
7644         subdirectories to succeed.
7645
7646 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
7647
7648         * ltconfig: Add support for mips-dde-sysv4.2MP
7649
7650 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
7651
7652         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7653         `os2'. Force ac_cv_exeext to be ".exe" in that case.
7654
7655 2000-06-19  Timothy Wall  <twall@cygnus.com>
7656
7657         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7658         * config.sub: Add tic54x target.
7659
7660 2000-06-07  Phillip Thomas  <pthomas@suse.de>
7661
7662         * README-maintainer-mode: New file: Contains notes on using
7663         --enable-maintainer-mode with binutils.
7664
7665 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
7666
7667         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7668
7669 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
7670
7671         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7672         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7673
7674 20000-05-21  H.J. Lu  (hjl@gnu.org)
7675
7676         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7677         directory are used if they exist. Make sure
7678         $(build_tooldir)/include is searched for header files,
7679         $(build_tooldir)/lib/ for library files.
7680         (GCC_FOR_TARGET): Likewise.
7681         (CXX_FOR_TARGET): Likewise.
7682
7683 2000-05-18  Jeffrey A Law  (law@cygnus.com)
7684
7685         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7686
7687 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
7688
7689         * Makefile.in (configure-target-libiberty): Depend on
7690         configure-target-newlib.
7691
7692 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
7693
7694         * configure.in, Makefile.in: Merge all libffi-related
7695         configury stuff from the libgcj tree.
7696
7697 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7698
7699         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7700         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7701
7702 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7703
7704         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7705         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
7706         current version information.  Add to proto-toplev directory.
7707         (gdb-taz): Build do-djunpack.
7708
7709 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
7710
7711         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7712
7713 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7714
7715         * ltmain.sh: Preserve in relink_command any environment
7716         variables that may affect the linker behavior.
7717
7718 2000-05-12  Jeffrey A Law  (law@cygnus.com)
7719
7720         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7721
7722 2000-05-10  Jim Wilson  <wilson@cygnus.com>
7723
7724         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7725
7726 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7727
7728         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
7729         with the version name.
7730
7731 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
7732
7733         * config.if: Tweak.
7734
7735 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
7736
7737         * djunpack.bat: New file.
7738
7739 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
7740
7741         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
7742         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7743         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7744         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
7745
7746 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7747
7748         * config.sub (case $basic_machine): Change default for "ibm-*"
7749         to "openedition".
7750
7751 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
7752
7753         * Makefile.in (gdb-taz): New target.  GDB specific archive.
7754         (do-md5sum): New target.
7755         (MD5PROG): Define.
7756         (PACKAGE): Default to TOOL.
7757         (VER): Default to a shell script.
7758         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
7759         md5 checksum generation.
7760         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7761         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7762         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
7763         insight.tar.bz2): Use gdb-taz to create archive.
7764
7765 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
7766
7767         * configure (warn_cflags): Delete.
7768
7769 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
7770             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
7771
7772         * configure.in (enable_libstdcxx_v3): Add.
7773         (target_libs): Add bits here to switch between libstdc++-v2 and
7774         libstdc++-v3.
7775         * config.if: And this file too.
7776         * Makefile.in: Add libstdc++-v3 targets.
7777
7778 2000-04-05  Michael Meissner  <meissner@redhat.com>
7779
7780         * config.sub (d30v): Add d30v as a basic machine type.
7781
7782 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
7783
7784         * configure.in: -linux-gnu*, not -linux-gnu.
7785
7786 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
7787
7788         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7789         (do-tar-bz2): Replace TOOL with PACKAGE.
7790         (gdb.tar.bz2): Remove GDBTK from GDB package.
7791         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
7792         dejagnu.tar.bz2): New packages.
7793
7794 2000-02-27  Andreas Jaeger  <aj@suse.de>
7795
7796         * configure.in: Add entry for mips*-*-linux*, move catch all
7797         *-*-*linux* entry below this one.
7798
7799 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
7800
7801         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7802
7803 2000-02-24  Nick Clifton  <nickc@cygnus.com>
7804
7805         * config.sub: Support an OS of "wince".
7806
7807 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
7808
7809         * config.guess, config.sub: Updated to match config's 2000-02-15
7810         version.
7811
7812 2000-02-23  Linas Vepstas <linas@linas.org>
7813
7814         * config.sub: Add support for Linux/IBM 370.
7815         * configure.in: Likewise.
7816
7817 2000-02-22  Nick Clifton  <nickc@cygnus.com>
7818
7819         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7820
7821 2000-02-20  Christopher Faylor <cgf@cygnus.com>
7822
7823         * config.guess: Guess "cygwin" rather than "cygwin32".
7824
7825 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7826
7827         * configure (gcc_version): When setting, narrow search to
7828         lines containing `version_string'.
7829
7830 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7831
7832         * config.sub: Add support for avr target.
7833
7834 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
7835
7836         * config.sub: Add mmix-knuth-mmixware.
7837
7838 2000-01-27  Christopher Faylor <cgf@redhat.com>
7839
7840         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7841         structure stuff to -L library search.
7842         (CXX_FOR_TARGET): Ditto.
7843         (CROSS_CHECK_MODULES): Fix spelling mistake.
7844
7845 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
7846
7847         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7848         the C++ compiler.
7849
7850 2000-01-12  Richard Henderson  <rth@cygnus.com>
7851
7852         * configure.in: Don't build some bits for beos.
7853
7854 2000-01-12  Joel Sherrill (joel@OARcorp.com)
7855
7856         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7857         as include files.
7858
7859 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
7860
7861         * configure.in: Use mt-aix43 to handle *_TARGET defs,
7862         not mh-aix43.
7863
7864 1999-12-14  Richard Henderson  <rth@cygnus.com>
7865
7866         * config.guess (alpha-osf, alpha-linux): Detect ev67.
7867         * config.sub: Accept alphaev[78], alphaev8.
7868
7869 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7870
7871         * config.guess, config.sub: Update from autoconf.
7872
7873 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7874
7875         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7876         necessary libraries are missing.
7877
7878 1999-10-25  Andreas Schwab  <schwab@suse.de>
7879
7880         * configure: Fix quoting inside arguments of eval.
7881
7882 1999-10-21  Nick Clifton  <nickc@cygnus.com>
7883
7884         * config-ml.in: Allow suppression of some ARM multilibs.
7885
7886 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
7887
7888         * config.guess: Add OS/390 match pattern.
7889         * config.sub: Add mvs, openedition targets.
7890         * configure.in (i370-ibm-opened*): New.
7891
7892 1999-09-04  Steve Chamberlain  <sac@pobox.com>
7893
7894         * config.sub: Add support for configuring for pj.
7895
7896 1999-08-31  Nick Clifton  <nickc@cygnus.com>
7897
7898         * config.sub (maybe_os): Add support for configuring for fr30.
7899
7900 1999-08-25  Nick Clifton  <nickc@cygnus.com>
7901
7902         * configure.in: Do not configure or build ld for AIX
7903         platforms.  ld is known to be broken on these platforms.
7904
7905 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7906
7907         * config-ml.in: Pass compiler flag corresponding to multidirs to
7908         subdir configures.
7909
7910 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
7911
7912         * Makefile.in (LDFLAGS): Define.
7913
7914 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
7915
7916         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7917         noconfigdirs.
7918         (*-*-cygwin*): Likewise.
7919
7920 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
7921
7922         * mkdep: New file.
7923         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7924         (BINUTILS_SUPPORT_DIRS): Add mkdep.
7925
7926         From Eli Zaretskii <eliz@is.elta.co.il>:
7927         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7928         long file name when using DJGPP on MS-DOS.
7929
7930 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
7931
7932         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7933
7934 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
7935
7936         * Makefile.in (check-target-libio): Remove all-target-libstdc++
7937         dependency as this causes "make check" to globally "make all"
7938
7939 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
7940
7941         * configure.in (target_libs): Added target-zlib.
7942         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7943         (CONFIGURE_TARGET_MODULES): Likewise.
7944         (CHECK_TARGET_MODULES): Likewise.
7945         (INSTALL_TARGET_MODULES): Likewise.
7946         (CLEAN_TARGET_MODULES): Likewise.
7947         (configure-target-zlib): New target.
7948         (all-target-zlib): Likewise.
7949         (all-target-libjava): Depend on all-target-zlib.
7950         (configure-target-libjava): Depend on configure-target-zlib.
7951
7952         * Makefile.in (configure-target-libjava): Depend on
7953         configure-target-newlib.
7954         (configure-target-boehm-gc): New target.
7955         (configure-target-qthreads): New target.
7956
7957         * configure.in (target_libs): Added target-qthreads.
7958         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7959         (CONFIGURE_TARGET_MODULES): Likewise.
7960         (CHECK_TARGET_MODULES): Likewise.
7961         (INSTALL_TARGET_MODULES): Likewise.
7962         (CLEAN_TARGET_MODULES): Likewise.
7963         (all-target-qthreads): New target.
7964         (configure-target-libjava): Depend on configure-target-qthreads.
7965         (all-target-libjava): Depend on all-target-qthreads.
7966
7967         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7968         (CONFIGURE_TARGET_MODULES): Likewise.
7969         (CHECK_TARGET_MODULES): Likewise.
7970         (INSTALL_TARGET_MODULES): Likewise.
7971         (CLEAN_TARGET_MODULES): Likewise.
7972         (all-target-libjava): New target.
7973         (all-target-boehm-gc): Likewise.
7974         * configure.in (target_libs): Added libjava, boehm-gc.
7975
7976 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
7977
7978         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7979         configure.bat in SUPPORT_FILES.
7980         (gas+binutils.tar.bz2): Likewise.
7981
7982         * makeall.bat: Remove; obsolete.
7983
7984 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
7985
7986         From Mark Elbrecht:
7987         * configure.bat: Remove; obsolete.
7988
7989 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
7990
7991         * configure: Add -W -Wall to the default CFLAGS when compiling with
7992         gcc.
7993
7994 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
7995
7996         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7997
7998 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
7999
8000         * configure.in: Build ld on IRIX6.
8001
8002 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
8003
8004         * Makefile.in: Change distribution targets to use bzip2 instead of
8005         gzip.
8006         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8007         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8008
8009 1999-06-04  Nick Clifton  <nickc@cygnus.com>
8010
8011         * config.sub: Add mcore target.
8012
8013 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
8014
8015         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8016
8017 1999-05-25  H.J. Lu  (hjl@gnu.org)
8018
8019         * config.guess (dummy): Changed to $dummy.
8020
8021 1999-05-24  Nick Clifton  <nickc@cygnus.com>
8022
8023         * config.sub: Tidied up case statements.
8024
8025 1999-05-22  Ben Elliston  <bje@cygnus.com>
8026
8027         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8028         <jiro@din.or.jp>.
8029
8030         * config.guess: Merge with FSF version. Future changes will be
8031         more accurately recorded in this ChangeLog.
8032         * config.sub: Likewise.
8033
8034 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
8035
8036          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8037
8038 1999-04-30  Tom Tromey  <tromey@cygnus.com>
8039
8040         * ltmain.sh: [mode link] Always use CC given by ltconfig.
8041
8042 1999-04-23  Tom Tromey  <tromey@cygnus.com>
8043
8044         * ltconfig, ltmain.sh: Update to libtool 1.2f.
8045
8046 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
8047
8048         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8049         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8050         Bad merge removed these two changes.
8051
8052 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
8053                           Martin Heller (Ing.-Buero_Heller@t-online.de)
8054
8055         * config.guess (interix Alpha): Add.
8056
8057 1999-04-11  Richard Henderson  <rth@cygnus.com>
8058
8059         * configure.in (i?86-*-beos*): Do config gperf; don't config
8060         gdb, newlib, or libgloss.
8061
8062 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
8063
8064         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8065         link a trivial program with -mabi=64.  If it fails, remove mabi=64
8066         from multidirs.
8067
8068 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
8069
8070         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8071
8072 1999-04-08  Nick Clifton  <nickc@cygnus.com>
8073
8074         * config.sub: Add support for mcore targets.
8075
8076 1999-04-07  Michael Meissner  <meissner@cygnus.com>
8077
8078         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8079         not mt-ospace, in order to shut up assembler warning about using
8080         symbols that are named the same as registers.
8081
8082 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
8083
8084         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8085         dependency list for all-target-cygmon.
8086
8087 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
8088
8089         * config-ml.in: Check $host, not $target, for selective multilibs.
8090         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8091         thumb interworking, and underscore prefix multilibs.
8092
8093 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
8094
8095         * missing: Update to version from current automake.
8096
8097 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
8098
8099         * configure (gxx_include_dir): Removed.
8100
8101         * configure.in (gxx_include_dir): Handle it.
8102         * Makefile.in: Likewise.
8103
8104 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
8105
8106         * config.sub (mips64vr4111,mips64vr4111el) Add.
8107
8108 1999-03-21  Ben Elliston  <bje@cygnus.com>
8109
8110         * config.guess: Correct typo for detecting ELF on FreeBSD.
8111
8112 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
8113
8114         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8115         config/mh-djgpp.
8116
8117 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
8118
8119         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8120         all-target-newlib to dependency list for all-target-bsp.
8121
8122 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8123
8124         * config.sub: Add i386-uwin support.
8125         * config.guess: Likewise.
8126
8127 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8128
8129         * configure.in: cleanup, add mh-*pic handling for arm, special
8130         case powerpc*-*-aix*
8131
8132 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
8133
8134         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8135         can be built.
8136
8137 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
8138
8139         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8140         targets.
8141
8142 1999-03-02  Nick Clifton  <nickc@cygnus.com>
8143
8144         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8145
8146 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
8147
8148         * config.sub: Check for "cygwin*" rather than "cygwin32*"
8149
8150 1999-02-24  Nick Clifton  <nickc@cygnus.com>
8151
8152         * config.sub: Fix typo in arm recognition.
8153
8154 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
8155
8156         * configure.in (noconfigdirs): Changed target_configdirs to
8157         include target-bsp only for m68k-*-elf* and m68k-*-coff*
8158         rather than m68k-*-* since it is not known to work on
8159         m68k-aout. Ditto for arm-*-*oabi.
8160
8161 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
8162
8163         * configure.in (*-*-windows*): Remove, no longer used.
8164
8165 1999-02-19  Ben Elliston <bje@cygnus.com>
8166
8167         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8168         Smart and improved by Andrew Cagney.
8169
8170 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
8171
8172         * config.guess: Recognize openbsd-*-hppa.
8173
8174 1999-02-17  H.J. Lu  (hjl@gnu.org)
8175
8176         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8177         only if it is not empty.
8178
8179 1999-02-17  Nick Clifton  <nickc@cygnus.com>
8180
8181         Patch from: Scott Bambrough <scottb@corelcomputer.com>
8182
8183         * config.guess: Modified to recognize uname's armv* syntax.
8184
8185         * config.sub: Modified to recognize uname's armv* syntax.
8186
8187 1999-02-17  Mark Salter  <msalter@cygnus.com>
8188
8189         * configure.in: Added target-bsp for sparclite.
8190
8191 1999-02-08  Richard Henderson  <rth@cygnus.com>
8192
8193         * config.sub: Recognize alphapca5[67] and up to alphaev8.
8194
8195 1999-02-08  Nick Clifton  <nickc@cygnus.com>
8196
8197         * configure.in: Add support for strongarm port.
8198         * config.sub: Add support for strongarm target.
8199
8200 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
8201
8202         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8203         the old name config/mh-cygwin32.
8204         Enable texinfo.
8205
8206 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
8207
8208         * configure.in: Do build ld for ix86 Solaris.
8209
8210 1999-02-02  Jim Wilson  <wilson@cygnus.com>
8211
8212         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
8213         $AR_FOR_TARGET.  Likewise for RANLIB.
8214
8215 1999-02-02  Catherine Moore  <clm@cygnus.com>
8216
8217         * config.sub (oabi):  Recognize.
8218         * configure.in (arm-*-oabi):  Handle.
8219
8220 1999-01-30  Robert Lipe  (robertlipe@usa.net)
8221
8222         * config.guess: Improve detection of i686 on UnixWare 7.
8223
8224 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
8225
8226         * config.guess: Add support for i386-pc-interix.
8227         * config.sub: Likewise.
8228         * configure.in: Likewise.
8229
8230 1999-01-18  Christopher Faylor <cgf@cygnus.com>
8231
8232         * Makefile.in: Remove unneeded all-target-libio from
8233         from all-target-winsup target since it is now unneeded.
8234         Add all-target-libtermcap in its place since it is now
8235         needed.
8236
8237 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8238
8239         * configure.in: makefile stub for cygwin target is probably
8240         unnecessary.  Remove it for now.
8241
8242 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8243
8244         * configure.in: libtermcap.a should be built when cygwin is the
8245         target as well as the host.
8246         * config.guess: Allow mixed case in cygwin uname output.
8247         * Makefile.in: Add libtermcap target.
8248
8249 1998-12-23  Jeffrey A Law  (law@cygnus.com)
8250
8251         * config.sub: Clean up handling of hppa2.0.
8252
8253 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
8254
8255         * config.guess: Use C code to identify more HP machines.
8256
8257 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
8258
8259         * config.sub: Handle hppa2.0.
8260
8261 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
8262
8263         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8264         cygmon for all sparclite targets, regardless of object format.
8265
8266 1998-12-15  Mark Salter  <msalter@cygnus.com>
8267
8268         * configure.in: Added target-bsp for several target architectures.
8269
8270         * Makefile.in: Added rules for bsp.
8271
8272 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
8273
8274         * config.guess: Improve detection of hppa2.0 processors.
8275
8276 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
8277
8278         * config.guess: Recognize FreeBSD using ELF automatically.
8279
8280 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
8281
8282         * configure (skip-this-dir): Add handling for new shell script, which
8283         might be created by a sub-directory's configure to indicate, this particular
8284         directory is "unwanted".
8285         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8286
8287 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
8288
8289         * ltconfig: import from libtool, after changing libtool to
8290         account for the cygwin name change.
8291
8292 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
8293
8294         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8295         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8296
8297 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
8298
8299         * configure.in: Add libtermcap to list of cygwin dependencies.
8300
8301 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
8302
8303         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8304         they include winsup/include when it's a cygwin target.
8305
8306 1998-11-12  Tom Tromey  <tromey@cygnus.com>
8307
8308         * configure.in (host_tools): Added zip.
8309         * Makefile.in (all-target-libjava): Depend on all-zip.
8310         (all-zip): New target.
8311         (ALL_MODULES): Added all-zip.
8312         (NATIVE_CHECK_MODULES): Added check-zip.
8313         (INSTALL_MODULES): Added install-zip.
8314         (CLEAN_MODULES): Added clean-zip.
8315
8316 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
8317
8318         * Makefile.in: lose "32" from comment about cygwin.
8319
8320 1998-11-05  Nick Clifton  <nickc@cygnus.com>
8321
8322         * configure.in: Use -Os to build target libraries for the fr30.
8323
8324 1998-11-04  Dave Brolley  <brolley@cygnus.com>
8325
8326         * config.sub: Add fr30.
8327
8328 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
8329
8330         * configure.in: drop "32" from config/mh-cygwin32.  Check
8331         cygwin* instead of cygwin32*.
8332         * config.sub: Check cygwin* instead of cygwin32*.
8333
8334 1998-10-22  Robert Lipe  <robertl@dgii.com>
8335
8336         * config.guess: Match any version of Unixware7.
8337
8338 1998-10-20  Syd Polk  <spolk@cygnus.com>
8339
8340         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8341         if desired.
8342
8343 1998-10-18  Jeffrey A Law  (law@cygnus.com)
8344
8345         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8346         these if the appropriate directories and files to not exist.
8347
8348 1998-10-14  Jeffrey A Law  (law@cygnus.com)
8349
8350         * Makefile.in (DEVO_SUPPORT): Add config.if.
8351
8352 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
8353
8354         * configure: Add pattern to replace "build_tooldir"'s
8355         definition in the generated Makefile with "tooldir"'s
8356         actual value.
8357
8358 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
8359
8360         * config.sub: Bring back lost sparcv9.
8361
8362         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8363
8364 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
8365
8366         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8367         CC_FOR_TARGET and friends.
8368
8369 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
8370
8371         * Makefile.in (build_tooldir): New variable, same as tooldir.
8372         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8373         -B$(build_tooldir)/bin/.
8374         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8375
8376 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
8377
8378         * config.sub: Add support for i[34567]86-pc-udk.
8379         * configure.in: Likewise.
8380
8381 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
8382
8383         * Makefile.in: add bzip2 package building bits for user
8384         tools module
8385         * configure.in: ditto
8386
8387 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
8388
8389         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8390         (ALL_TARGET_MODULES): Add all-target-libobjc.
8391         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8392         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8393         (all-target-libchill): Add dependencies.
8394         * configure.in (target_libs): Add libchill.
8395
8396 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
8397
8398         * configure.in (target_subdir): Remove duplicate line.
8399
8400 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
8401
8402         * Makefile.in (all-automake): fix dependencies.
8403
8404 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
8405
8406         * configure.in: Minor cleanups for building in the $(target_alias)
8407         subdir.
8408
8409 1998-09-22  Jim Wilson  <wilson@cygnus.com>
8410
8411         * Makefile.in (bootstrap): Set r and s before make all.  Use
8412         BASE_FLAGS_TO_PASS in make all.
8413         (cross): Likewise.
8414
8415 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
8416
8417         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8418
8419 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
8420
8421         * config.sub: Fix typo in last change.
8422
8423 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8424
8425         * config.sub: Add support for C4x target.
8426         * configure.in: Likewise.
8427
8428 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
8429
8430         * config.sub: Recognize sparcv9 just like sparc64.
8431
8432 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
8433
8434         * config.guess: Match "Pent II" or "PentII" for OpenServer.
8435
8436 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
8437
8438         * config.guess: Correctly identify Pentium II sco boxes.
8439
8440         * config.guess: Fix "tr" code.  From Weiwen Liu.
8441
8442 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
8443
8444         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8445         stabs.
8446
8447 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
8448
8449         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8450         (ALL_TARGET_MODULES): Add all-target-libchill.
8451         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8452         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8453         (all-target-libchill): Add dependencies.
8454         * configure.in (target_libs): Add libchill.
8455
8456 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8457
8458         * config.guess: Avoid assumptions about "tr" behaves when
8459         LANG is set to something other than English.
8460
8461 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
8462
8463         * configure (gxx_include_dir): Changed to
8464         '${prefix}/include/g++'-${libstdcxx_interface}.
8465
8466         * config.if: New to determine the interfaces.
8467
8468 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
8469
8470         * config.guess: Detect and handle MPE/IX.
8471         * config.sub: Deal with MPE/IX.
8472
8473 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
8474
8475         * configure.in: Use mh-aix43.
8476
8477 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
8478
8479         * configure: Fix --without/--disable cases for gxx-include-dir.
8480
8481 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
8482
8483         * mdata-sh:  Imported.  Needed for automake support.
8484
8485 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
8486
8487         * Makefile.in (taz): Try "chmod -R og=u ." before
8488         "chmod og=u `find . -print`".
8489
8490 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
8491
8492         * configure.in: Add arm-elf and thumb-elf support.
8493
8494 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
8495
8496         * Makefile.in: Undo previous patch.
8497
8498 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
8499
8500         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8501         to here ...
8502         (install-no-fixedincludes): and here
8503         (INSTALL_MODULES): ... from here.
8504
8505 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8506
8507         * config.sub: Merge with FSF.
8508
8509         * config.guess: Merge with FSF.
8510
8511 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
8512
8513         * configure (extraconfigdirs): New variable.
8514         (SUBDIRS): Add extraconfigdirs and recurse on them too.
8515         * Makefile.in (all): Move higher in file.
8516         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8517         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8518         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8519         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8520         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8521
8522 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
8523
8524         * Makefile.in (all-target-libjava): Depend on all-gcc and
8525         all-target-newlib.
8526         (configure-target-libjava): Depend on $(ALL_GCC).
8527
8528 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
8529
8530         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8531         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8532
8533 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8534
8535         * ylwrap: Change absolute path checks to check for DOS style path
8536         names.
8537
8538         * ylwrap: Don't use a full path name if the source file is in the
8539         same directory.  From hjl@lucon.org (H.J. Lu).
8540
8541         * config-ml.in: Default to being verbose, to match Feb 18 change to
8542         configure.
8543
8544 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
8545
8546         Brought over from egcs:
8547
8548         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8549
8550         * configure.in (target_subdir): Set to ${target_alias} instead
8551         of "libraries".
8552
8553         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8554
8555         * configure.in (target_subdir): Set to libraries if enable_multilib.
8556
8557 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
8558
8559         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8560         multilibs, force reconfiguration the first time we create
8561         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8562
8563 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
8564
8565         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8566         avoid confusion with --no-recursion.
8567
8568 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
8569
8570         * configure.in: Win32 hosts shouldn't use install -x
8571         * install-sh: remove -x option, and special .exe-handling
8572         hack.
8573
8574 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
8575
8576         * config.guess: Recognize i586-pc-beos.
8577         * configure.in: Don't build some bits for beos.
8578
8579 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8580
8581         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8582         CFLAGS default to -O2.
8583
8584         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8585         when using GNU ld.
8586
8587 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
8588
8589         * ltmain.sh: Correct install when using a different shell.
8590
8591 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8592
8593         * ltconfig, ltmain.sh: Update to libtool 1.2b.
8594
8595 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
8596
8597         * makefile.vms: Update to build binutils/makefile.vms.  Add install
8598         target.
8599
8600 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
8601
8602         * ltconfig: Update to correct AIX handling.
8603
8604 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8605
8606         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8607
8608         * configure.in (target_subdir): Set to ${target_alias} instead
8609         of "libraries".
8610
8611 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
8612
8613         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8614         (Makefile): Depend on $(gcc_version_trigger).
8615
8616         * configure (gcc_version): Change default initializer to empty
8617         string.
8618         (gcc_version_trigger): New variable; pass this variable down
8619         to subdir configures to enable them checking gcc's version
8620         themselves. Emit make macros for both gcc_version vars.
8621         (topsrcdir): Initialize reliably.
8622         (recursion line): Remove --with-gcc-version=${gcc_version}.
8623
8624 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8625
8626         * configure (enable_version_specific_runtime_libs): Implement new flag
8627         --enable-version-specific-runtime-libs which installs C++ runtime stuff
8628         in $(libsubdir); emit definition in each generated Makefile.
8629         (gxx_include_dir): Initialize depending on
8630         $enable_version_specific_runtime_libs.
8631
8632 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8633
8634         * configure (gcc_version): Initialize properly depending on
8635         how and where configure is started.
8636         (recursion line): Pass a --with-gcc-version=${gcc_version}
8637         to configures in subdirs.
8638
8639 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
8640
8641         * configure.in (noconfigdirs): Add configure pattern for mips tx39
8642         cygmon
8643
8644 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
8645
8646         * configure.in: Add cygmon and libstub support for mn10200.
8647
8648 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
8649
8650         * configure (gcc_version): Add new variable describing the
8651         particular gcc version we're building.
8652         * Makefile.in (libsubdir): Add new macro for the directory
8653         in which the compiler finds executables, libraries, etc.
8654         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8655         and libsubdir.
8656
8657 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8658
8659         * Makefile.in (local-clean): Remove *.log.
8660         (warning.log): Built with warn_summary from build.log.
8661         (mail-report.log): Run test_summary.
8662         (mail-report-with-warnings.log): Run test_summary including
8663         warning.log in the report.
8664
8665 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
8666
8667         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8668
8669 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8670
8671         * Makefile.in (grep): Grep no longer depends on libiberty.
8672
8673 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
8674
8675         * Makefile.in: all-snavigator needs all-libgui.
8676
8677 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
8678
8679         * configure.in: Add cygmon and libstub support for mn10300.
8680
8681 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
8682
8683         * missing: Update to version from automake 1.3.
8684
8685         * ltmain.sh: On installation, don't get confused if the same name
8686         appears more than once in the list of library names.
8687
8688 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8689
8690         * config.sub: Accept m68060 and m5200 as CPU names.
8691
8692 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
8693
8694         * configure: Use && rather than using -a in test, because odd
8695         strings can confuse test.
8696         * configure.in: Likewise.
8697
8698 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8699
8700         * ltconfig, ltmain.sh: Bring in Visual C++ support.
8701
8702 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8703
8704         * Makefile.in (boostrap2-lean, bootstrap3-lean,
8705         bootstrap4-lean): New targets.
8706
8707 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
8708
8709         * mpw-* Delete.  Not used.
8710
8711 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
8712
8713         * COPYING.LIB: Update FSF address.
8714
8715 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
8716
8717         * ltconfig, ltmain.sh: Update to libtool 1.2a.
8718
8719         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8720         GAS_SUPPORT_DIRS.
8721
8722 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
8723
8724         * ltconfig, ltmain.sh: Avoid producing a version number if
8725         -version-info was not used.
8726
8727 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8728
8729         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8730         building with newlib.
8731
8732 1998-04-30  Paul Eggert  <eggert@twinsun.com>
8733
8734         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
8735         Solaris `make' causes it to continue to next definition.
8736
8737 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8738
8739         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8740         the right GUI libraries and files are installed along with GDB.
8741
8742 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8743
8744         * configure.in: Change alpha to alpha* in several places.
8745
8746 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
8747
8748         * config.sub: Recognize sparc86x.
8749
8750 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
8751
8752         * configure.in (--enable-target-optspace): Remove debug echo.
8753
8754 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
8755
8756         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8757
8758 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8759
8760         * ltconfig: Update cygwin32 support.
8761
8762         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8763         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8764         (GDB_SUPPORT_DIRS): Likewise.
8765
8766 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
8767
8768         * configure.in (target_makefile_frag): If --enable-target-optspace,
8769         use -Os to compile target libraries rather than -O2.  Default to
8770         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8771         not used.
8772         * configure.in (target_cflags): Ditto for d30v.
8773
8774 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
8775
8776         * Makefile.in (all-bfd): Depend on all-intl.
8777         (all-binutils): Likewise.
8778         (all-gas): Likewise.
8779         (all-gprof): Likewise.
8780         (all-ld): Likewise.
8781
8782 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
8783
8784         * configure.in (host_tools): Fix typo, lbtool -> libtool.
8785
8786 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8787
8788         * Makefile.in (all-bfd): Depend upon all-libiberty.
8789
8790         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8791
8792 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
8793
8794         * Makefile.in: Add libstub.
8795
8796         * configure.in: Ditto. Build libstub for targets that have cygmon
8797         support.
8798
8799 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
8800
8801         * configure.in: Don't set PICFLAG on ix86-cygwin32.
8802
8803 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
8804
8805         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8806         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
8807
8808 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
8809
8810         * configure: Define DEFAULT_M4 by searching PATH.
8811         * Makfile.in: Use DEFAULT_M4.
8812
8813 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8814
8815         * ltconfig: Add cygwin32 support.
8816
8817         * Makefile.in, configure.in: Add libtool as a native only directory
8818         to configure and build.
8819
8820 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
8821
8822         * Makefile.in (INSTALL_MODULES): Remove texinfo.
8823
8824 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
8825
8826         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8827
8828 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
8829
8830         * Makefile.in: add ash make rules
8831         * configure.in: add ash to native_only and host_tools lists
8832
8833 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
8834
8835         * Makefile.in (all-gettext, all-intl): New targets.
8836         (ALL_MODULES): Added all-gettext, all-intl.
8837         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8838         (INSTALL_MODULES): Added install-gettext, install-intl.
8839         (CLEAN_MODULES): Added clean-gettext, clean-intl.
8840
8841         * configure.in (host_tools): Added gettext.
8842         (native_only): Likewise.
8843         (noconfigdirs) [various cases]: Likewise.
8844         (host_libs): Added intl.
8845
8846 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
8847
8848         * configure: Do not disable building gdbtk for cygwin32 hosts.
8849
8850 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
8851
8852         * configure.in: Add thumb-coff target.
8853         * config.sub: Add thumb-coff target.
8854
8855 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8856
8857         * Makefile.in: Revert yesterday's change.
8858         (all-target-winsup):  all-target-librx stays out of here.
8859
8860 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8861
8862         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8863         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8864         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
8865         Remove references to librx and libg++.
8866
8867 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
8868
8869         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8870         recursive makes
8871
8872 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
8873
8874         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8875         for newlib directory.
8876         (CXX_FOR_TARGET): Likewise.
8877
8878 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
8879
8880         * ltconfig: Update after libtool/ltconfig.in change for
8881         hpux11.
8882
8883 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
8884
8885         * ltconfig, ltmain.sh: Update to libtool 1.2.
8886
8887 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8888
8889         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8890         (install-gcc-cross): Instead, override LANGUAGES here.
8891
8892 1998-03-18  Dave Love  <d.love@dl.ac.uk>
8893
8894         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8895         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8896
8897 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
8898
8899         * configure.in: Add Thumb-pe target.
8900
8901 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
8902
8903         * Makefile.in - changed sn targets to snavigator
8904         * configure.in - changed sn targets to snavigator
8905
8906 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8907
8908         * config-ml.in: After building symlink tree call make distclean
8909         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8910         to be the case for libiberty.
8911
8912 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
8913
8914         * configure: When making link, also check the current
8915         directory. The configure scripts may create one.
8916
8917 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
8918
8919         * config.sub: Accept alphapca56 and alphaev6 properly.
8920
8921 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8922
8923         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8924
8925 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8926
8927         * config.sub (sco5): Fix typo.
8928
8929 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
8930
8931         * Makefile.in (INSTALL_MODULES): Move install-tcl before
8932         install-itcl.
8933         (install-itcl): Remove dependency on install-tcl.
8934
8935 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
8936
8937         * configure.in: Remove libgloss from noconfigdirs for MN10300.
8938
8939 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
8940
8941         * configure.in: Don't build libgui for a cygwin32 target when not on
8942         a cygwin32 host.
8943
8944 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8945
8946         * configure (redirect): Set to null, so default behavior of
8947         configure is now --verbose.
8948
8949 1998-02-16  Dave Love  <d.love@dl.ac.uk>
8950
8951         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8952         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8953
8954 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
8955
8956         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8957         this change to sync Makefile.in with its ChangeLog entries.
8958
8959 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
8960
8961         * ltmain.sh (mkdir): Check that the directory doesn't exist
8962         before we exit with error, so that we don't get races during
8963         parallel builds.
8964
8965 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8966
8967         * ltconfig, ltmain.sh: Update from libtool 1.0i.
8968
8969 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8970
8971         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8972         PICFLAG_FOR_TARGET.
8973         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8974
8975         * configure: Emit a definition for the new macro enable_shared
8976         into each Makefile.
8977
8978 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8979
8980         * configure.in (host_tools, native_only): Add libtool.
8981
8982 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
8983
8984         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8985         Fix typo in ming config comment.
8986
8987 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8988
8989         * ltconfig, ltmain.sh: Update from libtool 1.0h.
8990
8991 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
8992
8993         * config.sub: Add tic30 cases, and map c30 to tic30.
8994
8995 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
8996
8997         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8998         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8999         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9000         (CLEAN_TARGET_MODULES): Similarly
9001         (all-target-libf2c): Add dependences.
9002         * configure.in (target_libs): Add libf2c.
9003
9004 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
9005
9006         * configure.in: Remove expect from noconfigdirs when target
9007         is cygwin32.  OK to build expect and dejagnu with Canadian
9008         Cross.
9009
9010 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
9011
9012         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9013         host.
9014
9015         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9016         and mingw32.
9017
9018 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9019
9020         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9021         here as it is not defined in the toplevel Makefile.
9022
9023 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9024
9025         * configure (package_makefile_rules_frag): New variable, which names
9026         a file with generic rules, ...
9027         Change comment to mention we now have FIVE parts.
9028         * configure: Undo last change.
9029
9030 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
9031
9032         * config.guess: More accurate determination of HP processor types.
9033         * config.sub: More accurate determination of HP processor types.
9034
9035 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9036
9037         * configure (package_makefile_frag): Move inserting the
9038         ${package_makefile_frag} to where it should be according
9039         to the comment.
9040
9041 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
9042
9043         * config.guess: Add support for Linux/ARM.
9044
9045 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
9046
9047         * .cvsignore: Remove *-info and *-install since they match
9048         release-info and mpw-install, which we don't want to just ignore.
9049
9050 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
9051
9052         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9053
9054 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
9055
9056         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9057         local_prefix to sub-make invocations.
9058
9059 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
9060
9061         * configure.in: Check makefile fragments in the source
9062         directory.
9063
9064 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9065
9066         * configure.in: Check whether host and target makefile
9067         fragments exist before adding them to *_makefile_frag.
9068
9069 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
9070
9071         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9072
9073 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
9074
9075         * configure.in: Make sure we only replace RPATH_ENVVAR on
9076         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9077         regexp to sed.
9078
9079         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9080         to sub-makes.
9081
9082 1998-01-13  Lee Iverson   (leei@ai.sri.com)
9083
9084         * config-ml.in (multi-do): LDFLAGS must include multilib
9085         designator.
9086
9087 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
9088
9089         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9090
9091 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
9092
9093         * config.sub: Add mingw32 support.
9094         * configure.in: Likewise.
9095
9096 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9097
9098         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9099
9100 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
9101
9102         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9103         * configure (gxx_include_dir): Provide a definition for subdirs
9104         which do not use autoconf.
9105
9106 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
9107
9108         * config.guess: Sync with egcs.  Picks up new alpha support,
9109         BeOS & some additional linux support.
9110
9111 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
9112
9113         * config.guess: HP 9000/803 is a PA1.1 machine.
9114
9115 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
9116
9117         * configure.in: It's alpha*-...
9118
9119 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9120
9121         * configure.in (host_makefile_frag, target_makefile_frag):
9122         Handle multiple config files.
9123         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9124         alpha-*-*.
9125
9126 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
9127
9128         * mkdep: New file.
9129
9130 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
9131
9132         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9133
9134 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9135
9136         * Makefile.in: Add libgui directory.
9137         (GDB_TK): Add all-libgui.
9138         * configure.in: Add libgui directory.
9139         * configure: Add all-libgui to GDB_TK.
9140
9141 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
9142
9143         * config-ml.in (multidirs): Add m32r to multilib list.
9144
9145 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
9146
9147         * Makefile.in (all-target-gperf): Change dependency to
9148         all-target-libstdc++.
9149
9150 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
9151
9152         * config.guess: Add BeOS support.
9153
9154 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9155
9156         Source directory cvs renamed to cvssrc:
9157         * configure.in (host_tools): Change cvs to cvssrc.
9158         (native_only): Likewise.
9159         (noconfigdirs) [various cases]: Likewise.
9160         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9161         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9162         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9163         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9164         (all-cvssrc): Rename target from all-cvs.
9165
9166 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
9167
9168         * configure (gxx_include_dir): Fix thinko.
9169
9170 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
9171
9172         * Makefile.in (INSTALL_TARGET_CROSS): Define.
9173         (install-cross, install-gcc-cross): New targets.
9174
9175 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
9176
9177         * configure.in (noconfigdirs): Add support for Thumb target.
9178
9179         * config.sub (maybe_os): Add support for Thumb target.
9180
9181 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
9182
9183         * Makefile.in: Add rules for cygmon.
9184
9185         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9186
9187 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
9188
9189         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9190         * configure (gxx_include_dir): Provide a definition for subdirs
9191         which do not use autoconf.
9192
9193 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
9194
9195         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9196         11/18/97 build
9197
9198 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
9199
9200         * From Franz Sirl.
9201         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9202         found on RedHat Linux systems.
9203
9204 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
9205
9206         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9207         guesses.
9208
9209 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
9210
9211         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9212
9213 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
9214
9215         * ltmain.sh: If mkdir fails, check whether the directory was created
9216         anyhow by some other process.
9217
9218 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
9219
9220         * configure.in (d30v-*-*): Configure all directories.
9221
9222 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
9223
9224         * configure.in (d30v-*-*): Configure newlib, libiberty directories
9225         for the D30V.
9226
9227 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
9228
9229         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9230
9231 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
9232
9233         * include/libiberty.h: Add extern "C" { so it can be used with C++
9234         progrms.
9235         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
9236         programs.
9237
9238 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
9239
9240         * configure.in (d30v-*-*): Configure GCC now.
9241
9242 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
9243
9244         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9245         is no longer needed.
9246
9247 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9248
9249         * Makefile.in: check-target-libio depends on all-target-libstdc++.
9250
9251 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
9252
9253         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9254         targets using "$@" to provide support for similar but not identical
9255         targets without having to duplicate code.
9256
9257 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
9258
9259         * makefile.vms: Fix to work with DEC C.
9260
9261 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
9262
9263         * config.sub: Add mips-tx39-elf to marketing names.
9264
9265 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
9266
9267         * ltmain.sh: Handle symlinks in generated script.
9268
9269 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
9270
9271         * configure: Handle autoconf style directory options: --bindir,
9272         --datadir, --includedir, --infodir, --libdir, --libexecdir,
9273         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9274         --sysconfdir.
9275         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9276         (sharedstatedir, localstatedir, oldincludedir): New variables.
9277         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9278         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9279         sbindir, sharedstatedir, and sysconfdir.
9280
9281 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9282
9283         * Makefile.in (bootstrap-lean): New target.
9284
9285 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
9286
9287         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
9288         sn, and gnuserv from noconfigdirs.
9289
9290 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
9291
9292         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9293
9294 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
9295
9296         * Makefile.in (cross): New target.
9297
9298 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9299                           Jeff Law         <law@cygnus.com>
9300
9301         * Makefile.in (bootstrap2, bootstrap3): New targets.
9302         (all-bootstrap): Remove outdated and confusing target.
9303         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9304
9305 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9306
9307         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9308         windows.  Consistent with gdb/configure.
9309
9310 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
9311
9312         * configure.in: Name Linux target fragment.
9313
9314         * configure: Rewrite so that project Makefile fragment is inserted
9315         first and appears last in the resulting Makefile.
9316
9317 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9318
9319         * Makefile.in (install-itcl): Install tcl first.
9320
9321 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
9322
9323         * configure.in: remove bison from noconfigdirs for Cygwin32 host
9324
9325 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9326
9327         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9328
9329         * configure.in (skipdirs): Add target-librx for Linux.
9330         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9331
9332 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
9333
9334         * Makefile.in (bootstrap): New target.
9335
9336 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9337
9338         * config.sub: Accept 'amigados' for backward compatability.
9339
9340 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
9341
9342         * config.guess: Merge with FSF.
9343
9344 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9345
9346         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9347
9348 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
9349
9350         * config.sub: Add "marketing-names" patch.
9351
9352 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
9353
9354         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9355
9356 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
9357
9358         * config.sub: Handle v850-elf.
9359
9360 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
9361
9362         * .cvsignore (*-install): Remove.
9363
9364 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
9365
9366         * ltconfig: Set CONFIG_SHELL in libtool.
9367         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9368
9369 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9370
9371         * configure.in (target_subdir): Set to libraries if enable_multilib.
9372
9373 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
9374
9375         * config.guess: Update from gcc directory.
9376
9377 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9378
9379         * Makefile.in (all-sim): Depends on all-readline.
9380
9381 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9382
9383         * Makefile.in (BISON, YACC): Use $$s.
9384         (all-bison): Depend on all-texinfo.
9385
9386 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
9387
9388         * Makefile.in (BISON): Add -L flag.
9389         (YACC): Likewise.
9390
9391 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9392
9393         * configure.in (noconfigdirs): Add support for v850e target.
9394
9395         * config.sub (maybe_os): Add support for v850e target.
9396
9397 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9398
9399         * configure.in (noconfigdirs): Add support for v850ea target.
9400
9401         * config.sub (maybe_os): Add support for v850ea target.
9402
9403 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
9404
9405         * config.sub: Add mipstx39.  Delete r3900.
9406
9407 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9408
9409         * Makefile.in (all-autoconf): Depends on all-texinfo.
9410
9411 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
9412
9413         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9414         eabi targets.
9415
9416 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
9417
9418         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9419
9420         * configure: When handling a Canadian Cross, handle YACC as well as
9421         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
9422         * Makefile.in (all-bison): Depend upon all-texinfo.
9423
9424 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
9425
9426         * Makefile.in (BISON): bison, not byacc or bison -y.
9427         (YACC): bison -y or byacc or yacc.
9428         (various): Add *-bison as appropriate.
9429         (taz): No need to mess with BISON anymore.
9430
9431 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
9432
9433         * configure: If OSTYPE matches *win32*, try to find a good value for
9434         CONFIG_SHELL.
9435
9436 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
9437
9438         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9439         configure.in if it is present.
9440
9441 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
9442
9443         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9444
9445 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
9446
9447         * config.sub: Recognize `arc' cpu.
9448         * configure.in: Likewise.
9449         * config-ml.in: Likewise.
9450
9451 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
9452
9453         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9454
9455 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
9456
9457         * configure: Changed sed delimiter from ':' to '|' when
9458         attempting to substitute ${config_shell} for SHELL. On
9459         NT ${config_shell} may contain a ':' in it.
9460
9461 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
9462
9463         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9464
9465 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
9466
9467         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9468
9469 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9470
9471         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9472
9473         * ylwrap: If the program is a relative path, force it to be
9474         absolute.
9475
9476 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9477
9478         * configure (tooldir): Set BISON to `bison -y' and not just bison.
9479
9480 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9481
9482         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
9483         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9484         for libraries.
9485
9486 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
9487
9488         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
9489         separated by spaces.
9490
9491 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
9492
9493         * ylwrap: New file.
9494         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9495
9496         * ltmain.sh: Handle /bin/sh at start of install program.
9497
9498         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9499
9500         * ltconfig, ltmain.sh: New files, from libtool 1.0.
9501         * missing: New file, from automake 1.2.
9502
9503 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
9504
9505         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
9506         check-tk to CHECK_X11_MODULES.
9507
9508 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9509
9510         * config.sub: Merge with FSF.
9511
9512 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9513
9514         * config.guess: Merge with FSF.
9515
9516 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9517
9518         * configure: Treat msdosdjgpp like go32.
9519         * configure.in: Likewise.  Don't remove gprof for go32.
9520
9521         * configure: Change Makefile.tem2 to Makefile.tm2.
9522
9523 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
9524
9525         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9526
9527 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9528
9529         * install-sh (chmodcmd): Set to null if the DST directory already
9530         exists.  Same as Nov 11th change.
9531
9532 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
9533
9534         * configure (GDB_TK): Needs itcl and tix.
9535
9536 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
9537
9538         * config.guess: Update from FSF.
9539
9540 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
9541
9542         * Makefile.in (GDB_TK): Depend on itcl and tix.
9543
9544 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9545
9546         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9547         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9548         (INSTALL_SCRIPT): New variable.
9549         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9550         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9551         to -x.
9552         * install-sh: Add support for -x option.
9553
9554 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
9555
9556         * configure.in, Makefile.in: Treat tix like itcl.
9557
9558 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
9559
9560         * Makefile.in (WINDRES): New variable.
9561         (WINDRES_FOR_TARGET): New variable.
9562         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9563         (EXTRA_HOST_FLAGS): Add WINDRES.
9564         (EXTRA_TARGET_FLAGS): Add WINDRES.
9565         (EXTRA_GCC_FLAGS): Add WINDRES.
9566         ($(DO_X)): Pass down WINDRES.
9567         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9568         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9569         DLLTOOL_FOR_TARGET.
9570
9571 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
9572
9573         * configure.in: configure sim before gdb for win32-x-ppc
9574
9575 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9576
9577         Move gperf into the toplevel, from libg++.
9578         * configure.in (target_tools): Add target-gperf.
9579         (native_only): Add target-gperf.
9580         * Makefile.in (all-target-gperf): New target, depend on
9581         all-target-libg++.
9582         (configure-target-gperf): Empty rule.
9583         (ALL_TARGET_MODULES): Add all-target-gperf.
9584         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9585         (CHECK_TARGET_MODULES): Add check-target-gperf.
9586         (INSTALL_TARGET_MODULES): Add install-target-gperf.
9587         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9588
9589 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
9590
9591         * config.sub (mn10200): Recognize new basic machine.
9592
9593 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9594
9595         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9596         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9597
9598 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9599
9600         * configure.in: If we're building mips-sgi-irix6* native, turn on
9601         ENABLE_MULTILIB and set TARGET_SUBDIR.
9602
9603 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
9604
9605         * Makefile.in (all-sn): Depend on all-grep.
9606
9607 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
9608
9609         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9610
9611         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9612         Makefile.  From Jeff Makey <jeff@cts.com>.
9613         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9614
9615         * Makefile.in (DISTBISONFILES): Remove.
9616         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
9617         $(DEFAULT_YACC).
9618
9619         * configure.in: Build itl, db, sn, etc., when building for native
9620         cygwin32.
9621
9622         * Makefile.in (LD): New variable.
9623         (EXTRA_HOST_FLAGS): Pass down LD.
9624         ($(DO_X)): Likewise.
9625
9626 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
9627
9628         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9629
9630 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
9631
9632         * configure.in (targargs): Strip out any supplied --build argument
9633         before adding our own. Always add --build.
9634
9635 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
9636
9637         * configure.in (targargs): Pass --build if we're doing
9638         a cross-compile.
9639
9640 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
9641
9642         * configure: Use '|' instead of ":" as the separator in
9643         sed. Otherwise sed chokes on NT path names with drive
9644         designators. Also look for "?:*" as the leading characters in an
9645         absolute pathname.
9646
9647 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
9648
9649         * config.sub: Support for r3900.
9650
9651 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9652
9653         * configure.in: Use install-sh, not install.sh.
9654
9655 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9656
9657         * Makefile.in (taz): Improve check for BISON so it doesn't try to
9658         apply it twice.
9659
9660 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9661
9662         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9663         install-binutils.
9664
9665 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
9666
9667         * Makefile.in: Add automake targets.
9668         * configure.in (host_tools): Add automake.
9669
9670 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9671
9672         * configure: Default CXX to c++, not gcc.
9673         * Makefile.in (CXX): Set to c++, not gcc.
9674         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9675
9676 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
9677
9678         * install-sh: try appending a .exe if source file doesn't
9679         exist
9680
9681 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9682
9683         * configure.in: Turn on multilib by default.
9684         (cross_only): Remove target-libiberty.
9685
9686         * Makefile.in (all-gcc): Don't depend on libiberty.
9687
9688 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
9689
9690         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9691
9692 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9693
9694         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9695         (DISTBISONFILES): Add ld/Makefile.in
9696
9697 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
9698
9699         * configure.in: if target is cygwin32 but host isn't cygwin32,
9700         don't configure gdb tcl tk expect, not just gdb.
9701
9702 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
9703
9704         * configure.in: Added gnuserv everywhere sn appears.
9705
9706         * Makefile.in (ALL_MODULES): Added all-gnuserv.
9707         (CROSS_CHECK_MODULES): Added check-gnuserv.
9708         (INSTALL_MODULES): Added install-gnuserv.
9709         (CLEAN_MODULES): Added clean-gnuserv.
9710         (all-gnuserv): New target.
9711
9712 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
9713
9714         * config.guess: Fixes for MIPS OpenBSD systems.
9715
9716 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9717
9718         * Makefile.in (INSTALL_XFORM): Remove.
9719         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9720
9721         * mkinstalldirs: New file, copied from automake.
9722         * Makefile.in (installdirs): Rename from install-dirs.  Use
9723         mkinstalldirs.  Change all users.
9724         (DEVO_SUPPORT): Add mkinstalldirs.
9725
9726 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9727
9728         * install-sh: Rename from install.sh.
9729         * Makefile.in (INSTALL): Change install.sh to install-sh.
9730         (DEVO_SUPPORT): Likewise.
9731
9732         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
9733         Graichen <graichen@rzpd.de>.
9734
9735 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
9736
9737         * config.guess: Recognize OpenBSD systems correctly.
9738
9739 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9740
9741         * README, Makefile.in (ETC_SUPPORT): Remove references to
9742         cfg-paper*, configure.{texi,man,info*}._
9743
9744 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
9745
9746         * Makefile.in (all.normal): Ensure that gcc is built after all
9747         the x11 - ie gdb - targets.
9748
9749 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
9750
9751         * makefile.vms: Don't run conf-a-gas.
9752
9753 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
9754
9755         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
9756
9757 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
9758
9759         * configure.in: Remove noconfigdirs case since gdb also
9760         configures and builds for tic80-coff.
9761
9762 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9763
9764         * configure: Set cache_file to config.cache.
9765         * Makefile.in (local-distclean): Remove config.cache.
9766
9767 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9768
9769         * COPYING: Update FSF address.
9770
9771 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
9772
9773         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9774         noconfigdirs.
9775
9776 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9777
9778         * Makefile.in (install-dirs): Don't crash if prefix, and hence
9779         MAKEDIRS, is empty.
9780
9781 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
9782
9783         * config.sub: Tweak mn10300 entry.
9784
9785 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
9786
9787         * configure.in (host_tools): Put sim before gdb, so gdb's
9788         configure.tgt can determine if the simulator was configured.
9789
9790 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
9791
9792         * config.sub: Move BeOS $os case to be with other Cygnus
9793         local cases.
9794
9795 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
9796
9797         * config.sub: Remove misplaced comment that broke Linux.
9798
9799 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
9800
9801         * config.sub: Add BeOS support.
9802
9803 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
9804
9805         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9806
9807 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
9808
9809         * configure.in (noconfigdirs): Remove tcl and tk from
9810         noconfigdirs for cygwin32 builds.
9811
9812 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
9813
9814         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9815
9816 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
9817
9818         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9819         make-all.com, use makefile.vms instead.
9820
9821 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
9822
9823         * config.sub: Accept -lnews*.
9824
9825 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
9826
9827         * configure.in (noconfigdirs): Disable target-newlib,
9828         target-examples and target-libiberty for d30v.
9829
9830 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9831
9832         * configure.in (noconfigdirs): Enable ld for d30v.
9833
9834 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
9835
9836         * configure.in (tic80-*-*): Build compiler.
9837
9838 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
9839
9840         * configure.in (d30v-*): Remove sim directory from list of
9841         unsupported d30v directories
9842
9843 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9844
9845         * config.sub, configure.in: Add d30v target cpu.
9846
9847 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
9848
9849         * makefile.vms: New file.
9850         * make-all.com: Remove.
9851
9852 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
9853
9854         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9855
9856 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
9857
9858         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9859
9860 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
9861
9862         * Makefile.in (ALL_MODULES): Added all-db.
9863         (CROSS_CHECK_MODULES): Addec check-db.
9864         (INSTALL_MODULES): Added install-db.
9865         (CLEAN_MODULES): Added clean-db.
9866
9867 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
9868
9869         * config.guess: Merge with latest FSF sources.
9870
9871 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
9872
9873         * Makefile.in (ALL_MODULES): Added all-itcl.
9874         (CROSS_CHECK_MODULES): Added check-itcl.
9875         (INSTALL_MODULES): Added install-itcl.
9876         (CLEAN_MODULES): Added clean-itcl.
9877
9878 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
9879
9880         * configure.in: build gdb for mn10200
9881
9882 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
9883
9884         * Makefile.in (all-target-winsup): Depend on all-target-libio.
9885
9886 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
9887
9888         * configure.in (tic80-*-*): Turn off most targets right now.
9889
9890 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
9891
9892         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9893         rather than the makeinfo program.
9894         (do-info): Depend upon all-texinfo.
9895
9896 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9897
9898         * configure.in: Remove uses of config/mh-linux.
9899
9900         * config.sub, config.guess: Merge with latest FSF sources.
9901
9902 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
9903
9904         * config.sub (case $basic_machine): Add tic80 entries.
9905
9906 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
9907
9908         * config.sub, config.guess: Merge with latest FSF sources.
9909
9910 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9911
9912         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9913         * mpw-config.in: Test for NewFolderRecursive.
9914         * mpw-install: Use symbolic name for startup filename.
9915         * mpw-README: Add various additional details.
9916
9917 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
9918
9919         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9920
9921 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
9922
9923         * configure.in: Do build gcc and the target libraries for
9924         the mn10200.
9925
9926 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
9927
9928         * configure.in: don't avoid building gdb for mn10300 any more
9929         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9930         instead of single-quoting it.
9931
9932 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
9933
9934         * configure.in: Don't use --with-stabs on IRIX 6.
9935
9936 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
9937
9938         * configure.in (m32r): Build gdb, libg++ now.
9939
9940 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9941
9942         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
9943         directories from noconfigdirs.
9944
9945 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
9946
9947         * config.sub (basic_machine): added mips16 configuration
9948
9949 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9950
9951         * config.sub: Handle d10v-unknown.
9952
9953 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
9954
9955         * config.sub: Handle v850-unknown.
9956
9957 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
9958
9959         * Makefile.in: add findutils
9960         * configure.in: add findutils to list of host_tools
9961
9962 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
9963
9964         * config.sub: Handle mn10200 and mn10300.
9965
9966 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9967
9968         * configure.in (d10v-*): Do not build librx.
9969
9970 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
9971
9972         * configure.in (mn10300): Build everything except gdb & libgloss.
9973
9974 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
9975
9976         * config.guess:  Patch for Dansk Data Elektronik servers,
9977         from Niels Skou Olsen <nso@dde.dk>.
9978
9979         For ncr, use /bin/uname rather than uname, since GNU uname does not
9980         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
9981
9982         Patch for MIPS R4000 running System V,
9983         from Eric S. Raymond <esr@snark.thyrsus.com>.
9984
9985         Fix thinko for nextstep.
9986
9987         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9988
9989         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
9990         * config.guess: Guess mips-dec-mach_bsd4.3.
9991
9992         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
9993         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
9994         release numbers.
9995         * config.guess (mips-mips-riscos*):  Emit just enough of the
9996         release number.
9997
9998         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
9999         * config.guess (sparc-auspex-sunos*):  Added.
10000         (f300-fujitsu-*): Added.
10001
10002         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
10003         * config.guess:  Recognize a Tadpole as a sparc.
10004
10005 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10006
10007         * config.guess: Don't assume that NextStep version is either 2 or
10008         3.  NextStep 4 (aka OpenStep 4) has come out now.
10009
10010 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10011
10012         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10013         From Rik Faith <faith@cs.unc.edu>.
10014
10015 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
10016
10017         * config.sub: Contributions from bug-gnu-utils to:
10018         Support plain "hppa" (no version given) architecture, reported by
10019         OpenStep.
10020         OpenBSD like NetBSD.
10021         LynxOs is not a hardware supplier.
10022
10023         * config.guess: Contributions from bug-gnu-utils to add support for:
10024         OpenBSD like NetBSD.
10025         Stratus systems.
10026         More Pyramid systems.
10027         i[n>4]86 Intel chips.
10028         M680[n>4]0 Motorola chips.
10029         Use unknown instead of lynx for hardware manufacturer.
10030
10031 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10032
10033         * install.sh (chmodcmd): Set to null if the DST directory already
10034         exists.
10035
10036 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10037
10038         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10039         not use mt-ppc target Makefile fragment any more.
10040
10041 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10042
10043         * configure.in (*-*-windows):  Exclude everything but those dirs
10044         needed to build windows.
10045
10046 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
10047
10048         * Makefile.in (all-target-winsup): Depend on all-target-librx.
10049
10050 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10051
10052         * configure.in:  Exclude mmalloc from i386-windows.
10053
10054 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10055
10056         * Undo my previous change.
10057
10058 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
10059
10060         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10061         unconditionally.
10062         (MAKEOVERRIDES): Define (revert this part of October 18 change).
10063
10064 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10065
10066         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
10067         host to add it's own flags.
10068
10069 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
10070
10071         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10072
10073 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
10074
10075         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10076         (CXX_FOR_TARGET): Likewise.
10077         (GCC_FOR_TARGET): Define.
10078         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10079         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10080         CC_FOR_TARGET was specified on the command line.
10081         (MAKEOVERRIDES): Don't define.
10082
10083 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
10084
10085         * configure.in (m32r): Fix spelling of libg++ libs.
10086
10087 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
10088
10089         * config.sub (-apple*): Remove, now redundant.
10090
10091 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
10092
10093         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10094
10095         * configure: Rework yesterday's sed script patch.
10096
10097         * config.sub: Merge with FSF.
10098
10099 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
10100
10101         * config.guess:  Merge from FSF.
10102
10103         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
10104         * config.guess: Use pc instead of unknown, for pc clone systems.
10105         Change linux to linux-gnu.
10106
10107         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10108         * config.guess: Avoid non-portable tr syntax.
10109
10110 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
10111
10112         * test-build.mk (HOLES): Add "xargs" for gdb.
10113
10114         * configure: Avoid hpux10.20 sed bug.
10115
10116 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
10117
10118         * configure.in:  Add support for windows host
10119         (that is a build done under the Microsoft build environment).
10120
10121 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
10122
10123         * Makefile.in: Replace all uses of srcroot with s, to shrink
10124         command line lengths.
10125
10126         Patches from Geoffrey Noer <noer@cygnus.com>:
10127         * configure.in: If configuring for newlib, pass --with-newlib to
10128         subdirectories.
10129         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10130         -Bnewlib/ and -Lwinsup to gcc.
10131         (CXX_FOR_TARGET): Likewise.
10132
10133 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10134
10135         * Makefile.in (ETC_SUPPORT): Add configure.
10136
10137 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
10138
10139         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10140         host configuration file.
10141
10142 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
10143
10144         * configure.in: Break mn10x00 support into separate
10145         mn10200 and mn10300 configurations.
10146         * config.sub: Likewise.
10147
10148 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
10149
10150         * configure.in: Add lots of stuff to noconfigdirs for
10151         the mn10x00 targets.
10152
10153         * config.sub, configure.in: Add mn10x00 support.
10154
10155 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
10156
10157         * make-all.com: Call conf-a-gas, not config-a-gas.
10158
10159 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
10160
10161         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10162         targets.
10163
10164 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
10165
10166         * mpw-README: Add much more detail for native PowerMac.
10167         * mpw-install: New file.
10168         * mpw-configure: Add --norecursion and --help options.
10169         * mpw-config.in: Translate readme and install files when
10170         copying to objdir.
10171         * mpw-build.in: Don't always depend on byacc and flex.
10172         (install-only-top): New action.
10173
10174 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
10175
10176         * configure.in:  You can now configure GDB for the v850.
10177
10178 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
10179
10180         * configure.in (noconfigdirs): Don't configure any C++ dirs
10181         if targeting D10V.
10182
10183 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10184
10185         * config.sub: Recognize mips64vr5000.
10186
10187 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
10188
10189         * configure.in: Use a single line for host_tools and native_only.
10190
10191 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
10192
10193         * config.sub, configure.in: Add entries for m32r.
10194
10195 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
10196
10197         * Makefile.in (inet-install): Don't run install-gzip.
10198
10199 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
10200
10201         * configure.in:  Don't config lots of things for *-*-windows*.
10202
10203 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
10204
10205         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10206         (host_libs, host_tools): Copy from configure.in.
10207         * mpw-configure: Don't complain about directories not found.
10208
10209 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10210
10211         * configure.in (i[345]86): Recognize i686 for pentium pro.
10212         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10213         file.
10214
10215         * config.guess (i[345]86): Ditto.
10216
10217 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10218
10219         * configure.in (noconfigdirs): Removed gdb for D10V.
10220
10221 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
10222
10223         * configure.in: Remove ld, target-libio, target-libg++, and
10224         target-libstdc++ from noconfigdirs.
10225
10226 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
10227
10228         * configure: Fix three locations where shell scripts were
10229         being run directly rather than with config_shell.
10230
10231 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
10232
10233         * configure.in (v850-*-*): Set up initial $noconfigdirs.
10234         * config.sub (basic_machine): Recognize v850.
10235
10236 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
10237
10238         * mpw-configure: Handle multiple enable/disable options and
10239         pass them down recursively, handle -c and -s flags appropriately
10240         depending on choice of compiler, add escape mechanism for
10241         quoted arguments to gC.
10242
10243 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10244
10245         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10246         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10247         so that -mrelocatable-lib and -mno-eabi are used.
10248
10249         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10250         not support --print-multi-lib, don't abort.
10251
10252 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
10253
10254         * make-all.com: Run config-a-gas.
10255         * setup.com: Don't copy subdirectory files around.
10256
10257 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
10258
10259         * configure.in (*-*-ose): Remove exclusion of libgloss for this
10260         target, it now compiles correctly.
10261
10262 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
10263
10264         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10265
10266 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10267
10268         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10269
10270 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10271
10272         * configure.in (native_only): Add prms.
10273
10274 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
10275
10276         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10277         (BINUTILS_SUPPORT_DIRS): Likewise.
10278
10279 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10280
10281         * configure.in (d10v-*-*): Don't configure ld or gdb until the
10282         d10v support is added.
10283
10284 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10285
10286         * configure.in (d10v-*-*): New target.
10287
10288 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
10289
10290         * config.guess (HP 9000/811): Recognize this as a PA1.1
10291         machine.
10292
10293 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
10294
10295         * Makefile.in (do-tar-gz): New target, split out from tail end of
10296         taz target.  Run each command separately, don't use pipes.
10297         (taz): Use it.
10298
10299 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
10300
10301         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10302         * mpw-build.in: No builds should depend on building byacc or flex,
10303         they are assumed to be installed already.
10304
10305 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10306
10307         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10308         variable that CC_FOR_TARGET needs.
10309
10310 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10311
10312         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10313         options have changed since the last time the subdirectory was
10314         configured, and if it has, reconfigure.
10315         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10316         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10317
10318 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
10319
10320         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10321         CLEAN_MODULES): Add bash.
10322         (all-bash): New target.
10323
10324 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
10325
10326         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10327
10328 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10329
10330         * config.sub (basic_machine): Recognize d10v as a valid processor.
10331
10332 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
10333
10334         * mpw-configure: Add support for --bindir.
10335         * mpw-build.in: Use a GCC-specific build script for GCC actions.
10336
10337 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
10338
10339         * configure.in: add bash, time, gawk to list of hosttools and things
10340         to only build for native toolchains
10341
10342 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10343
10344         * Makefile.in (docdir): Remove.
10345
10346 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10347
10348         * Makefile.in (datadir): Set to $(prefix)/share.
10349
10350 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
10351
10352         * configure.in: build diff and patch for cygwin32-hosted
10353         toolchains.
10354
10355 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
10356
10357         * config.sub: Accept -rtems*.
10358
10359 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
10360
10361         * configure.in: enable dosrel for cygwin32-hosted builds,
10362                 remove diff from the list of things not buildable
10363                 via Canadian Cross
10364
10365 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
10366
10367         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10368         don't get ". ".
10369
10370 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
10371
10372         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10373
10374 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
10375
10376         * Makefile.in (taz): Handle case where tex3patch didn't even get
10377         checked out.  Also, if it was found, put the symlink in a new util
10378         subdirectory.
10379
10380 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10381
10382         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10383
10384 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
10385
10386         * config.sub: Recognize -openvms.
10387         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10388         * make-all.com, setup.com: New files.
10389
10390 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10391
10392         * Makefile.in (taz): tex3patch moved to texinfo/util.
10393
10394 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
10395
10396         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10397         * configure.in: remove make from disable-if-Can-Cross list
10398                 enable gdb if ${host} and ${target} are cygwin32
10399
10400 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
10401
10402         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
10403         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10404
10405 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10406
10407         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
10408         distinguish sysv/svr4/bsd variants.
10409         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10410
10411 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
10412
10413         * configure.in: Added copyright notice.
10414         * move-if-change: Added copyright notice.
10415
10416 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10417
10418         * configure.in (powerpcle-*-solaris*): Until we get shared
10419         libraries working, don't build gdb, sim, make, tcl, tk, or
10420         expect.
10421
10422 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
10423
10424         * config.guess:  Merge with FSF:
10425
10426         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10427         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10428
10429         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
10430         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10431
10432         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
10433         * config.guess:  Combine two OSF1 rules.
10434         Also recognize field test versions.  From mjr@zk3.dec.com.
10435         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
10436         because GNU uname does not support -p.  From pmr@pajato.com.
10437
10438 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
10439
10440         * Makefile.in (MAKEDIRS): Removed $(tooldir).
10441
10442 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
10443
10444         * mpw-README: Document GCCIncludes.
10445
10446 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
10447
10448         * configure.in (alpha-*-linux*): Set enable_shared to yes.
10449
10450 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10451
10452         * mpw-configure: Handle --enable-FOO and --disable-FOO.
10453
10454 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
10455
10456         * configure.in (*-*-cygwin32): Configure make.
10457
10458 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
10459
10460         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10461
10462 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
10463
10464         * Makefile.in (all-inet): Depend on all-perl.
10465
10466         * Makefile.in (inet-install): New target.
10467
10468         * Makefile.in (all-inet): Depend on all-tcl.
10469         (all-inet): Depend on all-send-pr.
10470
10471 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10472
10473         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10474         temporarily.
10475
10476 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
10477
10478         * configure.in: Don't configure --with-gnu-ld on AIX.
10479
10480 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10481
10482         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10483
10484 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
10485
10486         * Makefile.in (ALL_MODULES): Added all-inet.
10487         (CROSS_CHECK_MODULES): Added check-inet.
10488         (INSTALL_MODULES): Added install-inet.
10489         (CLEAN_MODULES): Added clean-inet.
10490         (all-indent): New target.
10491
10492         * configure.in (host_tools): Added inet.
10493         (native_only): Added inet.
10494         (noconfigdirs): Added inet.
10495
10496 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
10497
10498         * configure.in: Don't configure libgloss if we are not configuring
10499         newlib.
10500
10501 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
10502
10503         * configure.in: Don't configure libgloss for unsupported
10504         architectures.
10505
10506 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10507
10508         * Makefile.in (CLEAN_MODULES): Add clean-apache.
10509
10510 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
10511
10512         * Makefile.in (ALL_MODULES): Include all-apache.
10513         (CROSS_CHECK_MODULES): Include check-apache.
10514         (INSTALL_MODULES): Include install-apache.
10515         (all-apache): New target.
10516
10517         * configure.in: Added apache everywhere perl is seen.
10518
10519 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10520
10521         * Makefile.in: Add support for clean-{module} and
10522         clean-target-{module} rules.
10523
10524 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
10525
10526         * configure.in (*-*-ose) do not build libgloss.
10527
10528 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10529
10530         * config.guess (prep*:SunOS:5.*:*): Turn into
10531         powerpele-unknown-solaris2.
10532
10533 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
10534
10535         * configure.in: Permit --enable-shared to specify a list of
10536         directories.
10537
10538 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10539
10540         * configure.in (host==solaris): Pass only the first word of $CC
10541         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10542
10543 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10544
10545         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10546
10547 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
10548
10549         * Makefile.in (ALL_MODULES): Include all-perl.
10550         (CROSS_CHECK_MODULES): Include check-perl.
10551         (INSTALL_MODULES): Include install-perl.
10552         (ALL_X11_MODULES): Include all-guile.
10553         (CHECK_X11_MODULES): Include check-guile.
10554         (INSTALL_X11_MODULES): Include install-guile.
10555         (all-perl): New target.
10556         (all-guile): New target.
10557
10558         * configure.in (host_tools): Include perl and guile.
10559         (native_only): Include perl and guile.
10560         (noconfigdirs): Don't build guile and perl; no ports have been
10561         done.
10562
10563 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
10564
10565         * configure (--enable-*): Handle quoted option lists such as
10566         --enable-sim-cflags='-g0 -O' better.
10567
10568 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10569
10570         * Makefile.in ({,inst}all-target): New rule so we can make and
10571         install all of the target directories easily.
10572
10573 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10574
10575         * configure.in: Add missing global flag in sed substitution when
10576         deleting `target-' from ${configdirs}.
10577
10578 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
10579
10580         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10581         option.
10582
10583         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10584         config/mh-necv4.
10585
10586         * install.sh: Correct misspelling of transformbasename.
10587
10588         * config.guess: Recognize mips-*-sysv*.
10589
10590 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
10591
10592         * config.sub: Recognize mon960.
10593
10594 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
10595
10596         * configure: Restore Canadian Cross handling of BISON and LEX,
10597         removed in Feb 20 change.
10598
10599 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
10600
10601         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10602         Mention make install.  Remove the old copyright date as well the
10603         clumsy and rather pointless copyright on the README file.
10604
10605 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10606
10607         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10608         Makefile after running symlink-tree, then run `make distclean' to
10609         avoid clobbering any generated files in srcdir.
10610
10611 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
10612
10613         * configure.in (m68k-*-netbsd*): Build everything now.
10614
10615 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10616
10617         * Makefile.in (taz): Fix quoting.
10618
10619 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
10620
10621         * configure.in (sparclet-*-*): Build everything now.
10622
10623 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10624
10625         * configure.in (m68k-*-linux*): New host.
10626
10627 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
10628
10629         * configure: Check for bison before byacc.
10630
10631 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
10632
10633         * Makefile.in configure:  Change the way LEX and BISON/YACC are
10634         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
10635         searching PATH.  These are used as fallbacks by Makefile.in if
10636         flex/bison/byacc aren't in objdir.
10637
10638 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
10639
10640         * Makefile.in: Make everything which depends upon all-bfd also
10641         depend upon all-opcodes, in case --with-commonbfdlib is used.
10642
10643 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10644
10645         * configure.in (host *-*-cygwin32): Don't build gdb if we are
10646         building NT native compilers on Unix.
10647
10648 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
10649
10650         * configure.in: Don't get CC from the host Makefile fragment if we
10651         can find gcc in PATH, or if this is a Canadian Cross.  Move the
10652         Solaris test for /usr/ucb/cc to the post target script, just after
10653         the compiler sanity test.
10654
10655 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
10656
10657         * config.sub: Merge with FSF.
10658
10659 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
10660
10661         * Makefile.in (RPATH_ENVVAR): New variable.
10662         (REALLY_SET_LIB_PATH): Use it.
10663         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10664
10665 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
10666
10667         * config.sub, configure.in: Recognize sparclet cpu.
10668
10669 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10670
10671         * config.guess:  Support m68k-cbm-sysv4.
10672
10673 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10674
10675         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10676         m68k-unknown-linuxaout from linker help string.  Put quotes around
10677         $ld_help_string.
10678
10679 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
10680
10681         * config.guess (powerpc-harris-powerunix): Add guess for port
10682         to new target.
10683
10684 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10685
10686         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10687
10688 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
10689
10690         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10691         $(REALLY_SET_LIB_PATH) in Makefile.
10692         * Makefile.in (SET_LIB_PATH): New variable.
10693         (REALLY_SET_LIB_PATH): New variable.
10694         ($(DO_X)): Use $(SET_LIB_PATH).
10695         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10696         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10697         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10698         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10699         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10700         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10701         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10702         (install-dosrel): Likewise.
10703         (all-opcodes): Depend upon all-libiberty.
10704
10705 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10706
10707         * config.guess (*:CYGWIN*): New
10708
10709 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10710
10711         * Makefile.in (all-target-winsup): All all-target-libiberty.
10712
10713 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10714
10715         * configure.in (noconfigdirs): Add missing # in front of comment.
10716
10717 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
10718
10719         * configure.in: add second pass to things added to noconfigdirs
10720         so *-gm-magic can exclude libgloss properly.
10721
10722 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
10723
10724         * mpw-configure (extralibs_name, rez_name): Set correctly
10725         for MWC68K compiler.
10726
10727         * mpw-README: Add more info on the necessary build tools.
10728
10729 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10730
10731         * configure.in, config.sub: Recognize cygwin32.
10732
10733 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
10734
10735         * config.guess, config.sub: Recognize A/UX.
10736
10737 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
10738
10739         * config.sub: Merge with gcc/config.sub.
10740
10741 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
10742
10743         * mpw-build.in (do-binutils): Add build of stamps.
10744
10745 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
10746
10747         * config.sub: Add recognition for mips64vr4100*-* targets.
10748
10749 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10750
10751         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10752         Add creation of gconfigargs with `--enable-shared' turned on.
10753         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10754         ($(host)-stamp-stage3-configured): Likewise.
10755         (HOLES): Add chatr and ldd.
10756         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10757
10758 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
10759
10760         * configure: Pass --nfp to recursive configures.
10761
10762 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10763
10764         * Makefile.in (DLLTOOL): New.
10765         (DLLTOOL_FOR_TARGET): New.
10766         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10767         (EXTRA_TARGET_FLAGS): Ditto.
10768         (EXTRA_GCC_FLAGS): Ditto.
10769         (CONFIGURE_TARGET_MODULES): Ditto.
10770         (DO_X): Ditto.
10771         * configure: Add DLLTOOL.
10772
10773 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
10774
10775         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10776         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10777         mh-sco, since old workarounds no longer needed, and don't
10778         build ld, since libraries have weak symbols in COFF.
10779
10780 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
10781
10782         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10783
10784 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10785
10786         * configure.in: Make sure that ${CC} can be used to compile an
10787         executable.
10788
10789 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10790
10791         * Makefile.in (all-gdb): Depend on $(GDB_TK).
10792         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10793         nothing depending on whether gdbtk is being built.
10794
10795 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
10796
10797         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10798
10799 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
10800
10801         * configure.in (noconfigdirs): Put ld or gas in this early, if the
10802         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10803
10804 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
10805
10806         * config-ml.in: Add support for
10807         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10808         Simplify setting of multidirs from --disable-foo.
10809
10810 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10811
10812         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10813         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10814         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
10815         non-empty, pass them on to the  GCC make.
10816         (all-bootstrap): New rule that is like all-gcc, except it executes
10817         the GCC bootstrap rule instead of the GCC all rule.
10818
10819 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
10820
10821         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10822
10823 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10824
10825         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10826         DG/UX support.
10827
10828 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
10829
10830         * config.sub (i*86*) Change [345] to [3456]
10831
10832 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10833
10834         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10835         --with-gnu-ld=no.
10836
10837 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10838
10839         * config-ml.in (rs6000*, powerpc*): Add switches to control which
10840         AIX multilibs get built.
10841
10842 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10843
10844         * configure.in (i386-win32): Don't build expect if we're not
10845         building the tcl subdir.
10846
10847 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
10848
10849         * Makefile.in: (configure-target-examples, all-target-examples):
10850         New targets, configure and build example programs.
10851
10852 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10853
10854         * mpw-configure: If an mpw-config.in generated a file mk.sed,
10855         use it as input to sedit the generated MPW makefile.
10856         * mpw-README: Add a suggestion about Gestalt.h.
10857
10858 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
10859
10860         * config.sub: Accept *-*-ieee*.
10861
10862 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
10863
10864         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
10865         Ronald F. Guilmette <rfg@monkeys.com>.
10866
10867 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10868
10869         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10870         for powerpc-pe native.
10871         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10872         (target==powerpc-pe): duplicate i386-win32 entry.
10873
10874 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10875
10876         * configure.in (noconfigdirs): Exclude target-newlib for all versions
10877         of vxworks, not just vxworks5.1.
10878
10879 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
10880
10881         * mpw-configure: Add support for exec-prefix.
10882
10883 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10884
10885         * config.guess: Recognize HP model 816 machines as having
10886         a PA1.1 processor.
10887
10888 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10889
10890         * configure: Ignore new autoconf configure options.
10891
10892 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10893
10894         * config.guess:  Recognize Pentium under SCO.
10895         From Robert Lipe <robertl@arnet.com>.
10896
10897 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10898
10899         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
10900
10901 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
10902
10903         * configure.in: Don't configure gas for alpha-dec-osf*.
10904
10905 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
10906
10907         * configure.in: Default to --with-stabs for some targets for which
10908         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10909         i[345]86*-*-unixware*.
10910
10911 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10912
10913         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10914         rather than basing it on the target.  Simplify handling of options
10915         controlling which directories to configure.  Remove extraneous
10916         slash in multi-clean target.
10917
10918 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
10919
10920         * config-ml.in: Prefix more variables with ml_ so they don't collide
10921         with configure's.
10922
10923 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
10924
10925         * configure: Don't turn -v into --v.
10926
10927 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
10928
10929         * configure.in (targargs): Fix typo.
10930
10931         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10932
10933 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10934
10935         * configure.in: Strip --host and --target options from
10936         CONFIG_ARGUMENTS, and always configure for --host only.  Add
10937         --with-cross-host option when building with a cross-compiler.
10938         * configure: Canonicalize the arguments put into config.status by
10939         always using `=' for an option with an argument.  Pass a presumed
10940         --host or --target explicitly.
10941
10942 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
10943
10944         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10945         into general OS recognition case.
10946
10947 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10948
10949         * configure.in (target_configdirs): add target-winsup only
10950         for win32 target systems.
10951
10952 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
10953
10954         * Makefile.in (all-target-libgloss): Depend upon
10955         configure-target-newlib, since when libgloss is built it looks to
10956         see if the newlib directory exists.
10957
10958 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
10959
10960         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10961         cfg-ml-*.in.
10962
10963 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
10964
10965         * configure: Handle LD and LD_FOR_TARGET when configuring a
10966         Canadian Cross.
10967
10968 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10969
10970         * configure.in (target_libs): add target-winsup.
10971         (target==i386-win32): add patch diff flex make to $noconfigdirs.
10972         (target==ppcle-pe): remove ld from $noconfigdirs.
10973
10974 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
10975
10976         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10977         Preserve relative path names in $srcdir.  Build symlink tree if
10978         configuring cross target dir and srcdir=. (= no VPATH support).
10979         (configure-target-libg++): Depend on configure-target-librx.
10980         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10981         * config-ml.in: New file.
10982         * symlink-tree: New file.
10983         * configure: Ensure srcdir="." if that's what it is.
10984
10985 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
10986
10987         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10988         includes and FLEX_SKELETON setting.
10989         * mpw-configure (--with-gnu-ld): New option, controls whether
10990         to use PPCLink or ld with PowerMac GCC.
10991         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10992         * mpw-config.in: Configure grez if targeting Mac.
10993
10994         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
10995         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10996         just macos.
10997         * configure.in: Configure grez resource compiler if targeting Mac.
10998         * Makefile.in (all-grez, install-grez): New targets.
10999
11000 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
11001
11002         * configure: CXX defaults to gcc, not g++.  If we find
11003         gcc in the path, set CC to gcc -O2.
11004
11005 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
11006
11007         * configure: Default ${build} correctly.  Avoid picking up extra
11008         spaces when reading CC and CXX from Makefile.  When doing a
11009         Canadian Cross, use plausible default values for numerous
11010         variables.
11011         * configure.in: When doing a Canadian Cross, don't try to
11012         configure tools whose configure script can't handle it.
11013
11014 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11015
11016         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11017
11018 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11019
11020         * configure:  Remove dubious bug reporting address.
11021
11022 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11023
11024         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
11025         configure script, run that instead of this directory's configure.
11026         In either case, print a message that we're configuring the sub-dir.
11027
11028 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11029
11030         * configure.in: Before checking for the existence of various files,
11031         use sed to filter out "target-".
11032
11033 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11034
11035         * Makefile.in (DO_X): Split rule to decrease command line length
11036         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
11037         (Philippe De Muyter).
11038
11039 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11040
11041         * Makefile.in (all-patch): depend on all-libiberty.
11042
11043 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
11044
11045         * configure.in: If the only directory in target_configdirs which
11046         actually exists is libiberty, then set target_configdirs to empty,
11047         to avoid trying to build a target libiberty in a gas or gdb
11048         distribution.
11049
11050 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
11051
11052         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11053         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11054         systems.
11055
11056 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11057
11058         * configure.in (copy_dirs): Use sys-include instead of include
11059         for --with-headers option.
11060
11061 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
11062
11063         * Makefile.in, configure.in: Make winsup builds work with
11064         new scheme.
11065
11066 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
11067
11068         * configure.in: Build the linker on AIX.
11069
11070 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11071
11072         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
11073         where needed.
11074
11075 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
11076
11077         * Makefile.in (all-gcc): Fix typo.
11078
11079 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11080
11081         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
11082
11083 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11084
11085         * configure.in:  Rename libFOO to target-libFOO, and xiberty
11086         to target-xiberty, to provide more flexibility.
11087         (target_subdir):  Define.  Create if cross.
11088         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11089         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
11090         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11091         check-libFOO -> check-target-libFOO, etc.
11092         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11093         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11094         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11095         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
11096         allow ALL_GCC="" to only configure.
11097         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
11098         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
11099         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
11100
11101 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
11102
11103         * Makefile.in (taz): Build "info" in etc explicitly.
11104
11105 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
11106
11107         * configure.in:  Make sure that CC is undefined (as opposed to
11108         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
11109         problem with autoconf trying to configure on a host without GCC.
11110
11111 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11112
11113         * mpw-configure: Set host alias from choice of host compiler,
11114         only use generic MPW Makefile sed if present, edit a file
11115         named "hacked_Makefile.in" instead of "Makefile.in" if present.
11116         * mpw-README: Add problem notes about CW6 and CW7.
11117
11118 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
11119
11120         * Makefile.in (taz): Use ";" instead of ";;".
11121
11122 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11123
11124         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
11125         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11126         DISTDOCDIRS.
11127         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
11128         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
11129
11130 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11131
11132         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
11133         and gnats, because they are now subsumed by DISTSTUFFDIRS.
11134         Move bfd to DISTSTUFFDIRS.
11135
11136 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11137
11138         * Makefile.in (X11_LIB): Removed.
11139         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11140
11141         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11142
11143 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11144
11145         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11146         names.
11147
11148 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11149
11150         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11151
11152 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
11153
11154         * configure.in (i[345]86-*-win32): Always build newlib.
11155         Don't configure cvs, autoconf or texinfo.
11156         * Makefile.in (LD_FOR_TARGET): New.
11157         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11158         Pass down LD_FOR_TARGET.
11159
11160 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11161
11162         * winsup: New directory.
11163         * Makefile.in: Build winsup.
11164         * configure.in: Winsup is configured when target is win32.
11165         Can only build win32 target GDB when native.
11166
11167 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
11168
11169         * config.guess: Recognize HP model 819 machines as having
11170         a PA 1.1 processor.
11171
11172 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11173
11174         * configure: Fix sed loop which substitutes for CC and CXX to
11175         avoid bug found in various sed implementations.
11176
11177 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11178
11179         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11180         simulator.  Use standard powerpc-*-eabi*.
11181
11182 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11183
11184         * configure.in: Stop putting gas and binutils in noconfigdirs for
11185         powerpc-*-aix* and rs6000-*-*.
11186
11187 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
11188
11189         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11190         -mcall-aixdesc libraries.
11191
11192 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
11193
11194         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11195
11196         * config.sub (arm | armel | armeb): Fix shell syntax.
11197
11198 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11199
11200         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11201         -msoft-float and -mcpu=common support.
11202         (powerpc*-*-eabisim*): Add support for building -mcall-aix
11203         libraries.
11204
11205 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11206
11207         * configure.in: Allow configuration and build of emacs19 for the alpha.
11208
11209 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11210
11211         * configure.in (CC): Get ^CC, not just any old CC, from
11212         ${host_makefile_frag}.
11213
11214 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11215
11216         * configure.in (CC): Try to get CC from
11217         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11218
11219 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11220
11221         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11222         only if it exists in $(srcdir).
11223
11224 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11225
11226         * configure: If CC and CXX are not set in the environment, set
11227         them, based on either an existing Makefile or on searching for gcc
11228         in PATH.  Substitute for CC and CXX in Makefile.
11229         * configure.in: Remove libm from target_libs.  Separate
11230         target_configdirs from configdirs.  If CC is not set in
11231         environment, try to get it from a host Makefile fragment.  Rewrite
11232         changes of configdirs to use skipdirs instead.  A few minor
11233         tweaks.  Take directories out of target_configdirs as they are
11234         taken out of configdirs.  Remove existing Makefile files from
11235         subdirectories.  Substitute for TARGET_CONFIGDIRS and
11236         CONFIG_ARGUMENTS in Makefile.
11237         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11238         by configure.in.
11239         (CONFIG_ARGUMENTS): Likewise.
11240         (CONFIGURE_TARGET_MODULES): New variable.
11241         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11242         ($(CONFIGURE_TARGET_MODULES)): New target.
11243         (configure-libg++, configure-libio): New targets.
11244         (all-libg++): Depend upon configure-libg++.
11245         (all-libio): Depend upon configure-libio.
11246         (configure-libgloss, all-libgloss): New targets.
11247         (configure-libstdc++): New target.
11248         (all-libstdc++): Depend upon configure-libstdc++.
11249         (configure-librx, all-librx): New targets.
11250         (configure-newlib): New target.
11251         (all-newlib): Depend upon configure-newlib
11252         (configure-xiberty): New target.
11253         (all-xiberty): Depend upon configure-xiberty.
11254
11255 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11256
11257         * configure.in (host i[345]86-*-win32):  Expand the
11258         noconfigdirs again.
11259
11260 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
11261
11262         * mpw-configure: Fix sed command file name.
11263
11264 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11265
11266         * configure.in (host i[345]86-*-win32): Reduce the
11267         noconfigdirs again.
11268
11269 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
11270
11271         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11272         or powerpc*-*-pe*, since they are not yet supported.
11273
11274 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11275
11276         Add PowerMac support and many other enhancements.
11277         * mpw-configure: New option --cc to select compiler to use,
11278         paste options set according to --cc into the generated
11279         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11280         if mpw-make.sed is present.
11281         * mpw-config.in: Don't test for gC1, test for mpw-touch,
11282         add forward includes for PowerPC include files.
11283         * mpw-build.in: Build using Makefile.PPC if present.
11284         (do-byacc, etc): Remove separate version resource builds.
11285         (do-gas): Build "stamps" before "all".
11286         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11287         * mpw-README: Update to reflect --cc option, PowerMac support,
11288         and recently-reported compatibility problems.
11289
11290 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11291
11292         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11293         embedded m68k systems (-aout, -coff, -elf, -vxworks).
11294         (--with-multilib-top): Pass to recursive invocations.
11295
11296 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
11297
11298         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11299         v810-*-*.
11300
11301 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11302
11303         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11304         gdb, ld and opcodes on v810-*-*.
11305
11306 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11307
11308         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11309         (local-maintainer-clean): New target.
11310         (maintainer-clean): New target.
11311         (realclean): Just depend upon maintainer-clean.
11312
11313 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11314
11315         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11316
11317 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
11318
11319         * configure.in: Build ld in mips*-*-bsd* case.
11320
11321 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
11322
11323         * config.sub: Accept -lites* OS.  From Ian Dall.
11324
11325 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
11326
11327         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11328         targets.
11329
11330 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11331
11332         * configure.in: treat i386-win32 canadian cross the same as
11333         i386-go32 canadian cross.
11334
11335 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11336
11337         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11338         running under the simulator to build a reduced set of libraries.
11339         (powerpc-*-eabiaix): Add fine grained multilib support added to
11340         other powerpc targets yesterday.
11341
11342 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11343
11344         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11345         -disable-softfloat, -disable-relocatable, -disable-aix, and
11346         -disable-sysv to control which multilib libraries get built.
11347
11348 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11349
11350         * configure: Add Makefile.tem to list of files to remove in trap
11351         handler.
11352
11353 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11354
11355         * config.guess (*Linux*):  Add missing "exit"s.
11356         Also, need specific check for alpha-unknown-linux (uses COFF).
11357
11358 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11359
11360         * config.guess:  Merge with FSF:
11361
11362         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
11363         * config.guess (AIX4): More robust release numbering discovery.
11364
11365         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
11366         * config.guess (i386-sequent-ptx): Properly get version number.
11367
11368         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
11369         * config.guess (mips:*:4*:UMIPS): New case.
11370
11371 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11372
11373         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11374         (i386-win32 host): Likewise.  Don't build readline.
11375
11376 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
11377
11378         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
11379         SUPPORT_FILES to submakes.
11380
11381 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
11382
11383         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11384         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11385         mpw-configure.
11386
11387 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
11388
11389         * configure.in (appdirs): Use =, not ==, in test expression when
11390         trying to build the text to print in the warning message for
11391         Solaris users.
11392
11393 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
11394
11395         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11396
11397 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11398
11399         * config.guess: Recognize lynx-2.3.
11400
11401 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
11402
11403         * config.sub (z8ksim): Deleted
11404         (z8k-*-coff): New, this is the one true name of the target.
11405
11406 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
11407
11408         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11409
11410 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
11411
11412         * config.guess (*:Linux:*:*): First try asking the linker what the
11413         default object file format is (elf, aout, or coff).  Then if this
11414         fails, try previous methods.
11415
11416 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11417
11418         * configure.in: Don't build newlib for *-*-vxworks5.1.
11419
11420 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11421
11422         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11423         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11424
11425 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
11426
11427         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11428
11429 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
11430
11431         * cfg-ml-com.in: New file.
11432         * cfg-ml-pos.in: New file.
11433
11434 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11435
11436         * COPYING.NEWLIB: Add HP free copyright to list.
11437
11438 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11439
11440         * config.sub: Recognize -eabi* for the system, not just -eabi.
11441
11442 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11443
11444         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11445         * config.sub, configure.in (win32): New target and host.
11446
11447 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11448
11449         * configure.in: Add i386-pe configuration.
11450
11451 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
11452
11453         * mpw-build.in (install): Install GDB after LD.
11454
11455 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
11456
11457         * mpw-config.in (elf/mips.h): Always forward-include, needed
11458         for GDB to build.
11459
11460 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11461
11462         * testsuite: New directory for customer acceptance and whole tool
11463         chain tests.
11464
11465 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11466
11467         * configure: If per-host line isn't found, but AC_OUTPUT is found
11468         and a configure script exists, run it instead.
11469
11470 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11471
11472         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
11473
11474 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11475
11476         * configure: Set build_{cpu,vendor,os,alias} to host values when
11477         --build isn't specified.
11478
11479 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11480
11481         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11482         (FLAGS_TO_PASS): Pass them.
11483         (EXTRA_TARGET_FLAGS): Ditto.
11484
11485 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11486
11487         * Makefile.in (all-libg++): Depend on all-libstdc++.
11488
11489 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11490
11491         * configure.in (noconfigdirs): Enable all packages for
11492           i386-unknown-netbsd.
11493
11494 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
11495
11496         * configure.in (noconfigdirs): Don't configure tk for i386-go32
11497         hosted builds (DOS builds)
11498
11499 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11500
11501         Changes for ARM based on patches from Richard Earnshaw:
11502         * config.sub: Handle armeb and armel.
11503         * configure.in: Omit arm linker only for riscix.
11504
11505 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11506
11507         * config.guess:  Update from FSF.
11508
11509 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
11510
11511         * config.sub: Recognize powerpcle as the little endian varient of
11512         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
11513         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
11514         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
11515         temporarily.
11516
11517 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
11518
11519         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11520
11521 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
11522
11523         * config.sub: Accept -lites* as a basic system type.
11524
11525 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
11526
11527         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11528         installed, and if so return linuxoldld as the system name.
11529
11530 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
11531
11532         * config.guess: Add hppa1.1-hp-lites support.
11533
11534 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11535
11536         * configure.in: Don't build newlib for m68k-vxworks5.1.
11537
11538 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11539
11540         * configure.in (mips-sgi-irix6): Use mh-irix5.
11541
11542 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
11543
11544         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11545
11546 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11547
11548         * test-build.mk: Enable building of shared libraries on IRIX 5 and
11549         OSF/1.  Fix compiler flags.
11550         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
11551
11552 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
11553
11554         * configure.in: Recognize --with-newlib.
11555         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11556
11557 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11558
11559         * Makefile.in: move {all,check,install}-gdb from *_MODULES
11560         to *_X11_MODULES due to gdbtk needing X include files et al.
11561
11562 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
11563
11564         Merge in support for Mac MPW as a host.
11565         (Old change descriptions retained for informational value.)
11566
11567         * mpw-config.in: Add generic include forwards for cpu-specific
11568         include files in aout and elf directories.
11569
11570         * mpw-configure: Added copyright.
11571         * mpw-config.in: Check for presence of required build tools.
11572         (target_libs): Add newlib.
11573         (target_tools): Add examples.
11574         (Read Me): Generate as "Read Me for MPW" instead.
11575         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11576         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11577         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11578
11579         * mpw-configure: Remove subdir-specific makefile hackery,
11580         delete mk.tmp after using it.
11581
11582         * mpw-build.in (all): Display start and end times.
11583
11584         * mpw-configure (host_canonical): Set.
11585         (target_cpu): Always add to makefiles.
11586         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11587         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11588         (mpw-mh-mpw): Look for in srcdir and srcroot.
11589         Use sed instead of mpw-edit-prefix to edit prefix definitions.
11590
11591         * mpw-build.in: (install-only): New target.
11592
11593         * mpw-configure (host_alias, target_alias): Rename from hostalias
11594         and targetalias, add into generated Makefile.
11595         (mk.tmp): If present, add into generated Makefile.
11596         * mpw-build.in (all-gas): Build config.h first before gas proper.
11597
11598         * mpw-configure (config.status): Write only if changed.
11599         * mpw-config.in (readline): Configure it (not built, just used for
11600         definitions).
11601
11602         * mpw-config.in (elf/mips.h): Add a forward include.
11603
11604         * mpw-config.in: Forward-include most .h files in include into
11605         extra-include.
11606         (readline): Don't build.
11607         mpw-build.in (install): Install GDB.
11608
11609         * mpw-configure (prefix, mpw_prefix): Handle it.
11610         * mpw-config.in (mmalloc, readline): Don't configure.
11611         * mpw-build.in (thisscript): Rename to ThisScript.
11612         Use mpw-build instead of BuildProgram everywhere.
11613         (mmalloc, readline): Don't build.
11614         * mpw-README: New file, basic documentation about the MPW port.
11615
11616         * mpw-config.in: Use forward-include to create include files.
11617
11618         * mpw-configure: Add more things to the top of each configured
11619         Makefile, including contents of config/mpw-mh-mpw.
11620         * mpw-config.in (extra-include): Create this directory and fill it
11621         with Posix-like include files when configuring.
11622
11623         * config.sub (apple, mac, mpw): Add various aliases.
11624
11625         * mpw-build.in: New file, top-level build script fragment for MPW.
11626         * mpw-configure: New file, configure script for MPW.
11627         * mpw-config.in: New file, config fragment for MPW.
11628
11629 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11630
11631         * configure.in (host_libs): Remove glob, since it is gone from the
11632         sources.
11633
11634 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11635
11636         * Makefile.in: define empty GDB_NLM_DEPS var.
11637
11638         * configure.in(target_makefile_frag): use config/mt-netware
11639         for netware targets.
11640
11641 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11642
11643         * config.sub: Merge in recent FSF changes.  Remove linux special
11644         cases.
11645
11646 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11647
11648         Revert this change:
11649
11650         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11651
11652                 * build-all.mk: Use CC=cc -Xs on Solaris.
11653
11654 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11655
11656         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
11657         stop using it.
11658         * Makefile.in: Nuke all references to glob subdirectory.
11659
11660 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11661
11662         * configure.in: Fix --enable-shared logic in per-host.
11663
11664 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11665
11666         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11667
11668 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11669
11670         * configure.in (noconfigdirs): Don't build gas on AIX, for
11671         powerpc*-*-aix* as well as for rs6000*-*-aix*.
11672
11673 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
11674
11675         * configure: Fix --cache-file to work if the file argument is a
11676         relative path.
11677
11678 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
11679
11680         * configure: If the --cache-file is used, pass it down to
11681         configure in subdirectories.
11682
11683 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
11684
11685         * config.sub: add vxworks29k configuration.
11686
11687 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11688
11689         * Makefile.in (taz): Do "diststuff" part quietly.
11690
11691 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11692
11693         * config.sub: Mini-merge with gcc/config.sub.
11694
11695 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11696
11697         * config.guess (IRIX): Sed - to _.
11698
11699 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11700
11701         * Makefile.in (source-vault, binary-vault): New targets.
11702
11703 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
11704
11705         * config.sub: Recognize -eabi as a basic system type.
11706
11707 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11708
11709         * configure.in (enable_shared stuff): Fix typo.
11710
11711 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
11712
11713         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11714
11715 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11716
11717         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11718
11719 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
11720
11721         * configure.in (rs6000-*-*): Don't build gas.
11722
11723 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
11724
11725         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11726         reduce command line length.
11727         (AS_FOR_TARGET): Check for as.new, not Makefile.
11728         (NM_FOR_TARGET): Check for nm.new, not Makefile.
11729
11730 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11731
11732         * config.guess:  Merge from FSF.
11733
11734 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11735
11736         * configure: Don't use $ when handling program_suffix.
11737
11738 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
11739
11740         * configure.in:  Configure tk for hppa/hpux.
11741
11742 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11743
11744         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
11745
11746 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11747
11748         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
11749         to LIBCXXFLAGS.  Tests are better run without it.
11750
11751 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
11752
11753         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11754
11755 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11756
11757         * configure.in (*-*-netware*): Don't configure xiberty.
11758
11759 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
11760
11761         * configure.in:  Remove tk from native_only list.
11762
11763 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
11764
11765         * build-all.mk: Add mips-ncd-elf target to sun4 targets
11766           for special NCD build.
11767
11768 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11769
11770         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11771         makeall.bat, they're only useful for binutils snapshots.
11772         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11773         makeall.bat to specified SUPPORT_FILES.
11774
11775 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
11776
11777         * build-all.mk: Add Ericsson targets to sun4 and solaris
11778           hosts.  Add  BNR's sun4 target to solaris host, so their
11779           build-from-source will be tested in-house first.
11780
11781 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11782
11783         * Makefile.in (LIBCFLAGS): New variable.
11784         (CFLAGS_FOR_TARGET): Ditto.
11785         (LIBCFLAGS_FOR_TARGET): Ditto.
11786         (LIBCXXFLAGS): Ditto.
11787         (CXXFLAGS_FOR_TARGET): Ditto.
11788         (LIBCXXFLAGS_FOR_TARGET): Ditto.
11789         (BASE_FLAGS_TO_PASS): Pass them.
11790         (EXTRA_TARGET_FLAGS): Ditto.
11791
11792         * configure.in: Support --enable-shared.
11793
11794 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11795
11796         * configure.in (target_libs):  Include libstdc++ again.
11797         * config.guess:  Update from FSF (for FreeBSD).
11798
11799 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11800
11801         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11802         makeall.bat.
11803         (DISTDOCDIRS): Add `etc'.
11804         (ETC_SUPPORT_PFX): New variable.
11805         (taz): Include anything from etc starting with a word in
11806         ETC_SUPPORT_PFX.
11807
11808 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11809
11810         * config.sub: Update for recent FSF changes.  Remove obsolete
11811         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
11812         spacing changes.
11813
11814 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11815
11816         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
11817
11818         * config.guess:  Merge with FSF.
11819         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11820
11821 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11822
11823         * configure: Since the "trap 0" handler will override the exit
11824         status on many systems, only use it for "exit 1", and make it set
11825         a non-zero exit status; reset it before "exit 0".  Also, check
11826         exit status of config.sub, and error out if it failed.
11827
11828 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
11829
11830         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11831         and install libgloss.
11832
11833 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11834
11835         * Makefile.in (all-binutils): Depend upon all-byacc.
11836
11837         * configure.in: Don't build emacs on Irix 5.
11838
11839 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11840
11841         * configure.in (*-*-netware*): Add libio.
11842
11843 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11844
11845         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11846         (CHECK_TARGET_MODULES): Ditto.
11847         (INSTALL_TARGET_MODULES): Ditto.
11848         (TARGET_LIBS): Ditto.
11849         (all-libstdc++): Note dependencies.
11850
11851 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11852
11853         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11854
11855 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11856
11857         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11858         -fexternal-templates.
11859
11860         * configure.in (target_libs): Add libstdc++.
11861         (noconfigdirs): Add libstdc++ as appropriate.
11862
11863 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11864
11865         * config.guess:  Update from FSF.
11866
11867 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11868
11869         * configure: Use ${config_shell} when running ${configsub}.
11870
11871 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
11872
11873         * config.sub: No longer recognize h8300h.
11874
11875 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11876
11877         * config.sub: Remove extraneous differences between config.sub and
11878         gcc/config.sub.
11879
11880 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11881
11882         * Makefile.in (DISTSTUFFDIRS): Add gas.
11883
11884 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
11885
11886         * COPYING.NEWLIB: New file.
11887
11888 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11889
11890         * config.guess (HP-UX):  Patch from Harlan Stenn
11891         <harlan@landmark.com> to also emit release level.
11892
11893 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11894
11895         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11896
11897 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11898
11899         * config.sub:  Merge nextstep cleanup from FSF.
11900
11901 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11902
11903         * configure.in (arm-*-*): Don't configure ld for this target.
11904
11905 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11906
11907         * configure.in (*-*-netware): don't configure libg++, libio,
11908           librx, or newlib.
11909
11910 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11911
11912         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
11913         configure ld--it works, but it doesn't support shared libraries.
11914
11915 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11916
11917         * config.guess (*-unknown-freebsd*):  Get rid of possible
11918         trailing "(Release)" in version string.
11919         Patch from Paul Richards <paul@isl.cf.ac.uk>.
11920
11921 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11922
11923         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11924         Fix type: *-next-neststep -> *-next-nextstep.
11925
11926         * config.guess:  Merge from FSF:
11927
11928         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
11929
11930         * config.guess: Recognize powerpc-ibm-aix3.2.5.
11931
11932         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
11933
11934         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11935         instead of UNIX_SV for UnixWare 1.0).
11936
11937 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
11938
11939         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
11940         to make gdb/nlm/* build after the compiler and linker.
11941
11942 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11943
11944         * config.guess (netbsd, freebsd, linux):  Accept any machine,
11945         not just i[34]86.
11946         (m68k-atari-sysv4):  Relocate to match FSF version.
11947
11948         * config.guess:  More merges from the FSF:
11949
11950         Add a space before function call or macro invocation.
11951
11952         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11953
11954         * config.guess: Add trap cmd to remove dummy.c and dummy when
11955         interrupted.
11956
11957         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11958
11959         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11960         (dummy): Redirect stderr from compilation of dummy.c.
11961
11962         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
11963
11964         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11965
11966 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
11967
11968         * configure: Accept and ignore --cache*, for compatibility with
11969         new autoconf.
11970
11971 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11972
11973         * config.guess:  Merge from FSF:
11974
11975         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11976
11977         * config.guess (Pyramid*:OSx*:*:*): New case.
11978         (PATH): Add /.attbin at end for finding uname.
11979         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
11980
11981         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
11982
11983         * config.guess (M88*:DolphinOS:*:*): New case.
11984
11985         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
11986
11987         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11988         to select whether to use ELF or COFF.
11989
11990         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11991
11992         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
11993
11994         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11995
11996         * config.guess: Guess the OS version for HPUX.
11997
11998         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
11999
12000         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12001
12002 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12003
12004         * configure.in: Recognize --with-headers, --with-libs, and
12005         --without-newlib.
12006         * Makefile.in (all-xiberty): Depend upon all-ld.
12007
12008 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12009
12010         * configure.in: Change i[34]86 to i[345]86.
12011
12012 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12013
12014         * configure (version): A few more tweaks to help message.
12015
12016 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12017
12018         * Makefile.in:  Remove (for now) librx as a host library,
12019         now that we're building it for target.
12020
12021 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12022
12023         * configure: Fix up help message; from karl@owl.hq.ileaf.com
12024         (Karl Berry).
12025
12026 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12027
12028         * configure.in:  Also configure librx.
12029
12030 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12031
12032         * Makefile.in:  Update various rules to reflect that librx
12033         is now needed for libg++.
12034
12035 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12036
12037         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12038
12039 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
12040
12041         * configure.in: Configure the examples directory.
12042
12043 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12044
12045         * configure: Simplify Jun 2 1994 change.
12046
12047 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12048
12049         * change CC to /usr/latest/bin/gcc for lynx host builds, since
12050         /bin/gcc isn't good enough to build gcc.
12051
12052 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
12053
12054         * Makefile.in (GDB_SUPPORT_FILES): Remove
12055         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
12056         (gdb.tar.gz): Add new rule to use standard distribution building
12057         mechanism.
12058
12059 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12060
12061         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
12062         Bill Cox <bill@cygnus.com>.
12063
12064 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12065
12066         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
12067
12068 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
12069
12070         * configure:  Search current dir first in .gdbinit.
12071
12072 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12073
12074         * config.sub:  Recognize freebsd (merged from gcc config.sub).
12075
12076 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12077
12078         * config.sub:  Refer to NeXT's operating system as nextstep.
12079
12080         * config.sub (case $basic_machine):  Re-order the cases, to match
12081         the order in the FSF version (which is mostly alphabethical).
12082         Merge in some additions and changes from the FSF.
12083
12084 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
12085
12086         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12087         * config.sub: Recognize cxux7.
12088         * configure.in: Use mh-cxux for m88k-harris-cxux*.
12089
12090 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12091
12092         * config.sub:  Fix typo powerpc -> powerpc-*.
12093
12094 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
12095
12096         * Makefile.in: `all-emacs19' depends on `all-byacc'.
12097
12098         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12099         parallel with all-emacs and install-emacs).  Top-level command
12100         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12101
12102 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12103
12104         * test-build.mk ($(host)-stamp-stage2-installed): Remove
12105         $(relbindir)/make before doing ``make install'', and use
12106         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
12107         installing over running make binary.
12108         ($(host)-stamp-stage3-installed): Likewise.
12109
12110 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12111
12112         * config.guess: Recognize Mach.
12113
12114 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12115
12116         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12117         see whether --exec-prefix was used.
12118
12119 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12120
12121         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
12122
12123 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12124
12125         * Makefile.in: Add all-librx target similar to all-libproc.
12126
12127 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
12128
12129         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
12130         with post 1.2 uname bogosity.
12131
12132 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12133
12134         * configure: Remove temporary files on receipt of a signal.
12135
12136 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
12137
12138         * configure: If there is a package_makefile_frag, remove
12139         ${subdir}/Makefile.tem after copying it in.
12140
12141 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12142
12143         * build_all.mk: support rs6000 lynx identifies itself as
12144         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
12145         since /bin/gcc is too feeble to compile a modern gcc.
12146
12147 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12148
12149         * brought devo/test-build.mk update-to-date with progressive/
12150           test-build.mk. Add lynx targets and hppa flag info.
12151
12152 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12153
12154         * configure.in:  Use mh-ncrsvr43.  Patch from
12155         Tom McConnell <tmcconne@sedona.intel.com>.
12156
12157 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12158
12159         * config.guess (i386-unknown-bsdi):  No longer need to
12160         check #if defined(__bsdi__) && defined(__i386__).
12161
12162 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12163
12164         * configure: Set program_transform_nameoption correctly.
12165
12166 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12167
12168         * brought build-all.mk update-to-date with progressive build-all.mk,
12169           added new targets and hppa info.
12170
12171 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12172
12173         * configure: If config.guess result is a prefix of the user
12174         specified target, assume a native build and use the user specified
12175         target as the host alias.  Remove SunOS patch suffix removal hack.
12176         * configure.in: Remove SunOS patch suffix removal hack.
12177
12178         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12179         in NATIVE_CHECK_MODULES.
12180
12181 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
12182
12183         * Makefile.in: Rename HOST_ONLY to NATIVE.
12184         * configure: Delete SunOs patch suffix from host_canonical
12185           and build_canonical variables that are prepended to Makefiles.
12186         * configure.in: Add comments for easier maintenance.
12187
12188 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12189
12190         * Makefile.in: Add all-libproc target similar to all-gui.
12191
12192 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
12193
12194         * Makefile.in (CHECK_MODULES): split into
12195         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12196
12197 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
12198
12199         * config.guess (i386-unknown-bsdi): New system to guess.
12200
12201 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12202
12203         * Makefile.in: Add all-gui target (but not yet build by "all").
12204
12205 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
12206
12207         * config.sub: Move deletion of patch suffix from here...
12208         * configure.in: To here, at Ian's suggestion.  The top-
12209           level scripts might need to know of a patch level.
12210
12211 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
12212
12213         * config.sub: Strip off patch suffix so rtl is recognized
12214           as a sunos4.1.3 machine, even though it's been patched.
12215
12216 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
12217
12218         * Makefile.in (INSTALL_LAST): Delete.
12219         (INSTALL_DOSREL): New.
12220
12221 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12222
12223         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12224         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12225         whether we pass down --with-gnu-ld anyhow.
12226
12227 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
12228
12229         * Makefile.in (INSTALL_LAST): Change operation so it works
12230         on more flavors of make.
12231         * configure.in (go32): Don't build libg++ or libio.
12232
12233 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
12234
12235         * Makefile.in (Move HOST_PREFIX_1 and friends up so
12236         they can be overriden by templates.
12237
12238 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
12239
12240         * configure.in (target==go32): Don't build gdb.
12241         * dosrel: New directory.
12242
12243 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
12244
12245         * configure.in (host==go32): Configure dosrel too.
12246         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12247         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12248         be set by incoming names or templates.
12249         (INSTALL_LAST): New rule.
12250
12251 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
12252
12253         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12254
12255 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12256
12257         * configure.in (appdirs): New variable.  Currently empty, but will
12258         be used in gas distribution.  If nonempty, lists a set of
12259         directories at least one of which must get configured, or top
12260         level configuration is considered to have failed.
12261         (rs6000-*-lynxos*): Use new file name.
12262
12263 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12264
12265         Eliminate XTRAFLAGS.
12266         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12267         newlib include files using -idirafter, and also use -nostdinc.
12268         (CXX_FOR_TARGET): Likewise.
12269         (XTRAFLAGS): Removed.
12270         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12271         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12272         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12273         ($(DO_X)): Don't pass down XTRAFLAGS.
12274
12275 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12276
12277         * configure.in (mips*-dec-bsd*): New target; do build linker.
12278         (mips*-*-bsd*): New target; don't build linker.
12279
12280 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12281
12282         * configure.in: support rs6000-*-lynxos* configuration.
12283         support sunos4 as a cross target.
12284
12285         * config.sub: look for lynx*, not lynx since the OS version may
12286         legitimately be part of the name.
12287
12288 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12289
12290         * configure.in (i[34]86-*-sco*): Move to be with other i386
12291         targets.
12292         (romp-*-*): New target.  Skip various binary utilities.
12293         (vax-*-*): New target.  Don't build newlib.
12294         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
12295
12296 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12297
12298         * configure.in: Only set host_makefile_frag if config
12299         directory exists.
12300
12301 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12302
12303         * install.sh: If $dstdir exists, don't check whether each
12304         component does.
12305
12306 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12307
12308         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12309
12310 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
12311
12312         * configure.in (*-*-lynxos*): Don't configure newlib for either
12313         native or cross Lynx.
12314
12315 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
12316
12317         * config.sub (sparc64-elf): Fix os.
12318         (z8k): Remove duplicate.
12319
12320 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12321
12322         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12323         gcc/stmp-fixproto, to try to prevent fixproto from being run.
12324
12325 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
12326
12327         * configure: Make file links cleanly even if Lynx fails on
12328           an NFS symlink (at least fail cleanly).
12329
12330 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12331
12332         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12333         -XNh2000.
12334
12335 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12336
12337         * configure: Unknown options are fatal again.
12338
12339 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
12340
12341         * configure: Ignore --x-includes and --x-libraries, for Autoconf
12342         compatibility.
12343
12344 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12345
12346         * build-all.mk: Add `clean' target.
12347
12348 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12349
12350         * config.guess:  Add SINIX support.
12351         * configure.in:  Add mips-*-sysv4* support.
12352
12353 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
12354
12355         * build-all.mk: Document all useful targets.
12356         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12357         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12358
12359 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12360
12361         * configure: Support --silent, --quiet.
12362
12363 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12364
12365         * configure: Support --disable-FEATURE.
12366
12367 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12368
12369         * config.guess: Recognize NCR running SVR4.3.
12370
12371 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12372
12373         * config.guess:  Make BSDI generate i386-unknown-bsd386.
12374         Patch from Paul Eggert <eggert@twinsun.com>.
12375
12376 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12377
12378         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12379
12380 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12381
12382         * configure: Make unrecognized options give nonfatal warnings
12383         instead of fatal errors, and pass them to any subdirectory
12384         configures in case they recognize them.
12385         Make --x equivalent to --with-x.
12386
12387 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12388
12389         * configure: Add --enable-* options.  Clean up usage message and
12390         some comments.
12391
12392 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
12393
12394         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12395
12396 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12397
12398         * configure.in (hppa*-*-*): Enable binutils.
12399
12400 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12401
12402         * config.sub: Recognize cisco.
12403
12404 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
12405
12406         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12407
12408 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12409
12410         * config.guess: about target *-hitachi-hiuxwe2, don't print more
12411         than one configuration name.  Add comment.
12412
12413 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
12414
12415         * config.guess: about target *-hitachi-hiuxwe2, fixed
12416         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
12417         macro is incorrect.]
12418
12419 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12420
12421         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12422         than the "make ls" stuff which used to be here.
12423
12424 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12425
12426         * config.guess:  Recognize i[34]86-unknown-freebsd.
12427         From Shawn M Carey <smcarey@rodan.syr.edu>.
12428
12429 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12430
12431         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12432
12433 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
12434
12435         * config.guess: Check for ptx.
12436
12437 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
12438
12439         * config.sub: Add os9k checking.
12440
12441 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12442
12443         * config.guess: Handle OSF1 running on HPPA processors
12444
12445 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12446
12447         * configure: If subdir configure fails, print out a message with
12448         subdirectory name, in case subdir's configure code didn't identify
12449         itself.
12450
12451 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
12452
12453         * configure.in: Remove embedded newlines from configdirs.
12454         Avoid mismatches of substrings.  Fix matching strings at end
12455         of configdirs.
12456
12457 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
12458
12459         * config.guess:  Add Lynx/rs6000 config support.
12460
12461 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12462
12463         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12464
12465 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
12466
12467         * configure.in (hppa*-*-osf*): Treat this just like most other
12468         PA configurations (eg no binutils or ld).
12469         (hppa*-*-*elf*): These configurations have binutils and ld.
12470
12471 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12472
12473         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
12474
12475 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12476
12477         * configure.in (rs6000-*-*): Build gas.
12478
12479 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12480
12481         * Makefile.in:  Avoid bug in losing hpux sed.
12482
12483 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12484
12485         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12486         for GDB and GDB has been fixed to not need it.
12487
12488 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12489
12490         * config.guess: Recognize vax hosts.
12491
12492 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12493
12494         * configure (while loop): Don't use "break 2" inside case
12495         statement -- the case statement isn't an enclosing loop.
12496
12497 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12498
12499         * config.guess:  Clean up NeXT support, to allow nextstep
12500         on Intel machines.  Make OS be nextstep.
12501
12502 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
12503
12504         * config.guess: Add alternate forms for Convex.
12505
12506 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
12507
12508         * configure:  Completely rewrite option processing.  Take
12509         advantage of pattern-matching to avoid invoking test frequently.
12510         Also clean up host and target defaulting logic.
12511
12512 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12513
12514         * Makefile.in: Replace all occurrances of "rootme" with "r" and
12515         "$${rootme}" with "$$r", to increase the likelihood that the do-*
12516         commands (plus user environment) will fit SCO limits.
12517
12518 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12519
12520         * configure.in: Don't issue warnings about directories which are
12521         not being configured if -norecursion is set.  Correct test for
12522         --with-gnu-as and --with-gnu-ld to not get confused by substring
12523         matches.
12524
12525         * configure.in: Don't build gas for alpha-dec-osf1*.
12526
12527 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
12528
12529         * configure:  Back out Per's change of 12/19/1993.  It changes the
12530         behavior of configure in unexpected and confusing ways.
12531
12532         Also, use different delim char when calculating
12533         program_transform_name so that the name can contain slashes.
12534
12535 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12536
12537         * configure.in, config.sub: Add support for VSTa micro-kernel.
12538
12539 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12540
12541         * configure.in: Nuke hacks which were used to get a special
12542         version of GAS for HPPA configurations.
12543
12544 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12545
12546         * configure:  If only ${target_alias} is given, use that
12547         as the default for ${host_alias}.
12548         * configure:  Add missing back-slashes before nested quotes.
12549
12550 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12551
12552         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12553
12554 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
12555
12556         * config.guess:  Recognize some Tektronix configurations.
12557         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12558
12559 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12560
12561         * config.sub: Match any flavor of SH.
12562
12563 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
12564
12565         * configure.in: Don't try to configure newlib for Alpha.
12566
12567 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12568
12569         * configure.in: Don't build ld for Irix 5.  Don't build gas,
12570         libg++ or libio for any Alpha target.
12571
12572         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
12573
12574 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
12575
12576         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12577         default arguments -- so it tried to compress itself.
12578
12579 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12580
12581         * configure.in (notsupp): ensure that a space is always at the end
12582           of the configdirs list, since the grep checks for an explicit space
12583
12584 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12585
12586         * configure.in (target i386-sysv4.2): don't build ld, since static
12587           versions of many libraries are not available.
12588
12589 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12590
12591         * config.guess: Recognize Apollos (using environment variables).
12592         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12593
12594 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12595
12596         * config.guess: Recognize Sony news mips running newsos.
12597
12598 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
12599
12600         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12601         "fi ; else" for bash.
12602
12603 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
12604
12605         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12606
12607 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
12608
12609         * config.sub: accept unixware as an alias for svr4.2.
12610         Fix some inconsistancies with the gcc version.
12611
12612 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12613
12614         * Makefile.in (DISTDOCDIRS):  Add gdb.
12615
12616 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12617
12618         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
12619
12620 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12621
12622         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12623         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12624         this now.
12625
12626 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12627
12628         * config.sub: Accept hiux* as an OS name.
12629
12630         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12631         etc/make-stds.texi.  The underscore came from gcc, and dje now
12632         agrees that RUNTESTFLAGS is the correct name.
12633
12634 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12635
12636         * install.sh:  Remove 'set -e'.  It makes any conditionals
12637         in the script useless.
12638
12639         * config.guess: Automatically recognize arm-acorn-riscix
12640         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12641
12642 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12643
12644         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12645
12646 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12647
12648         * Makefile.in (DISTDOCDIRS): New variable.
12649         (taz): Edit local Makefile.in sooner, instead of proto-toplev
12650         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
12651
12652 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12653
12654         * configure.in (hppa target): check the source directory for the
12655           pagas sub-directory
12656
12657 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
12658
12659         * config.sub: Allow -aout* and -elf*.
12660
12661 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12662
12663         * configure.in: Don't build ld on i386-solaris2, same as for
12664         sparc-solaris2.
12665
12666 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12667
12668         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12669
12670 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12671
12672         * configure.in:  Configure gdb for alpha.
12673
12674 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12675
12676         * Makefile.in (CXXFLAGS): Add -O.
12677
12678 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12679
12680         * config.guess: added support for DG Aviion
12681
12682 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12683
12684         * configure.in: Produce warning message for subdirectories not
12685         configurable for this host/target combination.  Don't try to
12686         configure gdb for vms.
12687
12688 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12689
12690         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12691         appropriate files before making "diststuff".
12692         (DISTBISONFILES): New var: list of files to be edited.
12693         (DISTSTUFFDIRS): Add binutils.
12694
12695 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12696
12697         * config.sub: also handle mipsel and mips64el (for little endian mips)
12698
12699 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12700
12701         * configure.in: Add * to end of all OS names.
12702
12703 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
12704
12705         * configure.in: Build newlib for LynxOS native.
12706
12707 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12708
12709         * config.guess: Add support for delta 88k running SVR3.
12710
12711         * configure.in: Add comment about HP compiler vs. emacs.
12712
12713 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12714
12715         * configure.in: don't build ld on solaris2 (not a viable option
12716           due to bugs in getpwnam & getpwuid)
12717
12718 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12719
12720         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12721         config.guess will produce a full version number.
12722
12723 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12724
12725         * configure.in: Build linker and binutils for alpha-dec-osf1.
12726
12727 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12728
12729         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12730         and gdb/testsuite/Makefile.in.
12731
12732 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12733
12734         * configure.in: recognize mips*- instead of mips-
12735
12736 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12737
12738         * config.sub: Accept linux*coff and linux*elf as operating
12739         systems.
12740
12741 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12742
12743         * config.sub: Recognize mips64, and mips3 as an alias for it.
12744
12745 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12746
12747         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12748         gdb knows how to handle OSF/1 shared libraries.
12749
12750 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12751
12752         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12753         * config.guess: Recognize Hitachi's HIUX.
12754         * config.sub: Recognize h3050r* and hppahitachi.
12755         Remove redundant cases for hp9k[23]*.
12756
12757 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12758
12759         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12760         if gas and ld are in the source tree and are in ${configdirs}.
12761         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
12762         --with options (but still pass them down on the command line,
12763         if they were explicitly specified).
12764
12765 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12766
12767         * configure: substitute SHELL value in Makefile.in with
12768         ${CONFIG_SHELL}
12769
12770 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12771
12772         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12773         *-*-solaris2* targets.
12774
12775 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12776
12777         * Makefile.in: define M4, and pass it down to sub-makes;
12778         all-autoconf now depends on all-m4
12779
12780 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12781
12782         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12783         presence of {ar,ranlib} instead of a configured directory
12784
12785 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
12786
12787         * config.guess: Accept 34?? as well as 33?? for NCR.
12788
12789 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12790
12791         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12792         of 'gas' in sed commands, since 'gash' is now in the tree as well.
12793
12794 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12795
12796         * configure: grab values for $(CC) and $(CXX) from the
12797         environment, so that someone can do "CC=gcc configure; make" and
12798         have it work right (matching the way that autoconf works now)
12799
12800         * configure.in, Makefile.in: add support for gash, the tcl
12801         interface to Galaxy
12802
12803         * config.guess: add NetBSD variants (hp300, x86)
12804
12805 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
12806
12807         * install.sh: Support -d option (in the manner of SunOS 4 install,
12808         as it is more deterministic than that of GNU install)
12809         (chmodcmd): Set file to mode 755 by default (should also do default
12810         chgrp and chown, but I don't feel like dealing with that now)
12811
12812 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
12813
12814         * config.sub: Remove h8300hhms alias.
12815
12816 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12817
12818         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12819
12820 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12821
12822         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12823         as stmp-fixinc
12824
12825 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12826
12827         * config.sub: recognize m88110-bug-coff.
12828
12829 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12830
12831         * Makefile.in (all-libio): all dependencies on the toolchain used
12832         to build this (gcc, gas, ld, etc)
12833
12834 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12835
12836         * config.guess: Deal with OSF/1 1.3 on alpha.
12837
12838 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12839
12840         * install.sh: add some 'else true' clauses for portability
12841
12842         * configure.in: don't build libio for h8[35]00-*-* targets
12843
12844 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12845
12846         * Makefile.in:  Add support for new libio.
12847
12848 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12849
12850         * install.sh: If one command fails, don't try the rest.  Don't try
12851         to remove $dsttmp (via trap) unless we have already created it.
12852         If $src doesn't exist, detect it and exit with an error.
12853
12854         * config.guess: Recognize BSD on hp300.
12855
12856 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12857
12858         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12859         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12860
12861 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
12862
12863         * Makefile.in (all-send-pr): depends on all-prms
12864
12865 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12866
12867         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12868
12869 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12870
12871         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12872         Added test for mips-mips-riscos5.
12873
12874 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12875
12876         * configure.in: use mh-hp300 for 68k HP hosts
12877
12878 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12879
12880         * configure: add support for CONFIG_SHELL, so that you can use
12881         some alternate shell for evaluating configure scripts
12882
12883 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
12884
12885         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
12886         in configure script to bug-gdb@prep.ai.mit.edu when building
12887         distribution archive.
12888         * Makefile.in (COMPRESS):  Remove def.
12889         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
12890         gdb.tar.Z and make-gdb.tar.Z respectively.
12891         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
12892         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
12893         to convergence with 'taz' target in Makefile.in.
12894
12895 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12896
12897         * install.sh (dsttmp): use trap to ensure that tmp files go
12898         away on error conditions
12899
12900 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12901
12902         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12903
12904 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12905
12906         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12907         its parent is '/' not ''.
12908
12909         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12910
12911 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
12912
12913         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12914         that ${newsrcdir}/configure.in does.
12915
12916 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12917
12918         * test-build.mk: support for CONFIG_SHELL
12919
12920 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
12921
12922         * config.sub (netware):  Add as a basic system type.
12923
12924 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12925
12926         * Makefile.in (Makefile): depend on configure.in.  Also drop the
12927           $(srcdir)/ from the dependency on Makefile.in.
12928
12929 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
12930
12931         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12932         (h8300hhms is temporary until multi-libraries are implemented).
12933         * configure.in: Handle h8300h too.
12934
12935 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12936
12937         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12938
12939 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
12940
12941         * configure:  Remove extraneous output when guessing host type.
12942         * config.guess:  Remove extraneous output when guessing using C
12943         compiler rather than uname, or when guessing fails.
12944
12945 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12946
12947         * Makefile.in: remove all.cross and install.cross targets
12948
12949         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12950           definitions
12951
12952 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
12953
12954         * configure.in (target sh): Build gprof.
12955
12956 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12957
12958         * config.sub: change -solaris to -solaris2
12959
12960 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12961
12962         * configure.in: Use config/mh-riscos for mips-*-sysv*.
12963
12964 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
12965
12966         * configure: Correct error message for missing Makefile.in to
12967         print correct directory.
12968
12969 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12970
12971         * install.sh: kludge around 386BSD shell bug
12972
12973 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
12974
12975         * config.guess:  Recognize NeXT.
12976         * config.guess:  Recognize i486-ncr-sysv4.
12977         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
12978
12979 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
12980
12981         * Makefile.in (MAKEINFOFLAGS): New variable.
12982         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12983         * build-all.mk, test-build.mk: Pass down --no-split as
12984         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
12985
12986 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
12987
12988         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
12989
12990 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
12991
12992         * Makefile.in (libg++.tar.z):  New rule.
12993         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
12994         * Makefile.in (taz):  Only do a single chmod.
12995
12996 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12997
12998         * install.sh: don't use dirname anymore (replaced with sed usage)
12999
13000 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
13001
13002         * Makefile.in:  Change extension for gzip'd files from '.z' to
13003         '.gz' per new FSF standard usage.
13004
13005 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
13006
13007         * configure: put quotes around the final value of program_transform_name
13008
13009 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13010
13011         * Makefile.in: new install.sh support; update install-info rules
13012
13013 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
13014
13015         * configure.in: Build diff for crosses, but not for go32 host.
13016
13017         * configure.in: Build gprof only for native, and don't build it
13018         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13019
13020 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
13021
13022         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13023
13024 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13025
13026         * configure.in (host_tools): Add prms.
13027
13028 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13029
13030         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13031         with $(FLAGS_TO_PASS) on the command line
13032
13033         * config.sub: Recognize lynx and lynxos
13034
13035 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13036
13037         * config.sub: Accept -ecoff*, not just -ecoff.
13038
13039 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13040
13041         * Makefile.in (taz): Use .gz suffix instead of .z.
13042         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13043         names.
13044
13045 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13046
13047         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13048
13049 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13050
13051         * Makefile.in (install-no-fixedincludes):  install gcc last, so
13052         that rebuilds that might happen during 'make install' don't get
13053         bogus gcc include files
13054
13055 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13056
13057         Change from Utah for HPPA support:
13058         * config.guess: Recognize hppa1.x-hp-bsd.
13059
13060 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
13061
13062         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
13063         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13064
13065 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13066
13067         * config.sub: Add support for rom68k and bug boot monitors.
13068
13069 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
13070
13071         * Makefile.in: Make all-opcodes depend on all-bfd.
13072
13073 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13074
13075         * config.guess: Added special check for i[34]86-univel-sysv4*.
13076
13077 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
13078
13079         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13080         the processor rather than assuming i486.
13081
13082 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13083
13084         * config.guess: Recognize SunOS6 as Solaris3.
13085
13086 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
13087
13088         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
13089         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13090
13091 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
13092
13093         * build-all.mk (all-cross): New target for Canadian Cross.
13094         Added Q2 go32 targets.
13095         * test-build.mk: Configure go32 cross sparclite-aout and
13096         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
13097         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13098
13099 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13100
13101         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13102         GO32 hosted toolchains
13103
13104 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13105
13106         * configure: change  so "-exec-prefix" gets passed down rather
13107         than "-exec_prefix" so autoconf generated Makefiles get the
13108         exec_prefix set right.
13109
13110 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13111
13112         * config.guess: get the Solaris2 minor version number
13113
13114         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13115
13116 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13117
13118         * config.guess: Recognize some Sequent platforms.
13119
13120 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13121
13122         * Makefile.in: added the vault-install target
13123
13124         * configure.in: actually use the Sun3 makefile fragment that's in
13125         config, also added the release dir to configdirs
13126
13127 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13128
13129         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13130
13131 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13132
13133         * configure.in: remove some program from Alpha targetted toolchains
13134
13135 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
13136
13137         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
13138         gprof.
13139         (taz): Run "make diststuff" in those directories instead of "make
13140         proto-dir".  Look for "VERSION=" only at start of line in subdir
13141         Makefile.  Use "gzip -9" for compression.
13142         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13143         (binutils.tar.z): New target.
13144
13145 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13146
13147         * Makefile.in (taz): Include gpl.texinfo.
13148
13149 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13150
13151         * Makefile.in (setup-dirs): Merged into "taz" target.
13152         (taz): Only do `proto-dir' stuff if a directory is actually needed
13153         for this target.
13154
13155 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
13156
13157         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13158         (FLAGS_TO_PASS): Pass down MUNCH_NM.
13159         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13160         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13161         (gcc-no-fixedincludes): Correct for current gcc Makefile.
13162
13163 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
13164
13165         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
13166         config.sub, and move-if-change to gdb testsuite distribution
13167         archive, so the testsuite can be extracted, configured, and
13168         run separately from the gdb distribution.  Blow away the Chill
13169         tests that require a Chill compiled executable, since GNU Chill
13170         is not yet publically available.
13171
13172 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13173
13174         * test-build.mk: set environment variables in a single command,
13175         instead of a list of assignments and exports
13176
13177         * config.guess: recognize Alpha/OSF1 systems
13178
13179 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13180
13181         * configure: Change help message to prefer --options rather than
13182           -options.
13183
13184 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13185
13186         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13187         zippy@ecst.csuchico.edu.
13188         * config.guess: Recognize miniframe.
13189
13190 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13191
13192        * Makefile.in: Use srcroot to find runtest rather than rootme.
13193        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13194
13195 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13196
13197         * test-build.mk: Extensive additions to support building on a
13198         machine other than the host.
13199
13200 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13201
13202         * configure (tooldir): Fix for i386-aix again.
13203
13204 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
13205
13206         * configure, Makefile.in:  Change definition of $(tooldir)
13207         to match the FSF.
13208
13209 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
13210
13211         * config.guess:  Recognize i[34]86/SVR4.
13212
13213 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13214
13215         * Makefile.in (all-gdb): gdb depends on sim.
13216
13217 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
13218
13219         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
13220         at the same time we make the prototype gdb directory.
13221         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
13222         files at the same time as the gdb base release distribution.
13223
13224 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
13225
13226         * Makefile.in (check): Use individual check targets rather than
13227         DO_X rule.
13228         (check-gcc): Added.
13229
13230 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
13231
13232         * config.sub: Use sysv3.2 not sysv32 for canonical OS
13233         for System V release 3.2.
13234
13235 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13236
13237         * config.sub: Recognize hppaosf.
13238         * configure.in: Do configure ld/binutils/gas for it.
13239
13240 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13241
13242         * configure (tooldir): Alter syntax used to set this, for systems
13243         where "\$" isn't handled right, like i386-aix.
13244
13245 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13246
13247         * configure: Pass program-transform-name, not
13248         program_transform_name, to recursive configures.
13249
13250 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
13251
13252         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13253         of gas+ld+binutils.
13254
13255 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
13256
13257         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
13258
13259 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13260
13261         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13262
13263 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13264
13265         * Makefile.in (PRMS): Set back to all-prms.
13266
13267 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13268
13269         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13270         targets, rather than for MIPS hosts.
13271
13272 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13273
13274         * configure.in: add comment for --with-x default values
13275
13276         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13277
13278         * Makefile.in: add check-* targets for each of the directories in
13279         the tree.  Add a definition of RUNTEST that will use the one we
13280         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
13281
13282 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
13283
13284         * configure.in: Removed obsolete references to bfd_target and
13285         target_makefile_frag.
13286
13287         * build-all.mk: Set assorted targets for Q2.
13288         * config.sub: Recognize z8k-sim and h8300-hms.
13289         * test-build.mk: Really don't pass host to configure.
13290         (HOLES): Added uname.
13291
13292 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
13293
13294         * configure: Handle an empty program-prefix, program-suffix or
13295         program-transform-name correctly.
13296
13297 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13298
13299         * build-all.mk: -G 8 no longer required for MIPS targets.
13300         * test-build.mk: Don't pass host argument to configure; make it
13301         guess.
13302
13303 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
13304
13305         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
13306         * Makefile.in (COMPRESS):  New macro, like GZIP.
13307
13308 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13309
13310         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13311
13312         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13313         with gas currently defaults to -G 0.
13314
13315 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
13316
13317         * Makefile.in (all-flex): flex depends on byacc.
13318
13319         * build-all.mk: If host not specified, use config.guess.  Pass TAG
13320         to test-build.mk as RELEASE_TAG.
13321         * test-build.mk (configargs): New variable containing arguments to
13322         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
13323         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13324
13325         * config.guess: Use /bin/uname when checking -X argument on SCO,
13326         to avoid invoking GNU uname which doesn't understand -X.
13327
13328         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13329
13330         * configure.in: Build gas for mips-*-*.
13331
13332 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13333
13334         * Makefile.in (all.normal): insert missing backslash.
13335
13336 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13337
13338         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13339
13340         * Makefile.in: Complete overhaul to merge many almost identical
13341         targets.
13342
13343 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13344
13345         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13346         (gdb.tar.Z): Adjusted.
13347
13348         * Makefile.in (setup-dirs, taz): New targets; should be general
13349         enough to adapt for gdb sometime.  Build only .z file.
13350         (gas.tar.z): New target.
13351
13352 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13353
13354         * build-all.mk: Use CC=cc -Xs on Solaris.
13355
13356 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
13357
13358         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
13359         for handling BISON for FSF releases.
13360
13361 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13362
13363         * configure: Actually implement the change zoo just documented.
13364
13365 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
13366
13367         * configure: when using config.guess, only set target_alias when
13368         it's not already been set (ie, on the command line)
13369
13370 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13371
13372         * Makefile.in: add installcheck target, set PRMS to install-prms
13373
13374 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13375
13376         * configure: add support for package_makefile_fragment, handle the
13377         case where a directory has a configure.in file but no Makefile.in
13378         more gracefully (with an actual understandable error message, even);
13379         add support for --without (and add this to the usage message); also
13380         explicitly add a --host=${host_alias} to the command line when
13381         config.guess is used
13382
13383 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13384
13385         * configure: Must use both --host and --target in recursive calls.
13386
13387 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13388
13389         * Makefile.in: Change deja-gnu to dejagnu.
13390
13391 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13392
13393         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13394
13395 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13396
13397         * configure.in: canonicalize all instances to *-*-solaris2*,
13398         also strip out a number of tools to not build for go32 host
13399
13400 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13401
13402         * config.guess: add GPL.
13403
13404         * Makefile.in, config.guess, config.sub, configure: bump
13405           copyrights to 93.
13406
13407 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
13408
13409         * Makefile.in (do-info): Removed obsolete check for existence of
13410         localenv file.
13411
13412         * Makefile.in (MAKEOVERRIDES): Define to be empty.
13413
13414 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13415
13416         * Makefile.in: a couple of 'else true' for decstation,
13417         support for TclX
13418
13419         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13420
13421 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
13422
13423         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13424
13425 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
13426
13427         * config.guess: Recognize i386-ibm-aix (PS/2).
13428         * configure.in: Use config/mh-aix386 file for it.
13429
13430 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
13431
13432         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13433         CC_FOR_TARGET instead.
13434         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13435
13436 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
13437
13438         * Makefile.in: Add sim to list of directories sent with gdb
13439
13440 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13441
13442         * configure.in: Put back mips-dec-bsd* case.
13443
13444 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
13445
13446         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13447         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
13448         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13449
13450 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13451
13452         * configure.in: remove no-op mips-dec-bsd* in "case $target"
13453
13454         * Makefile.in (dir.info): only run gen-info-dir if it exists,
13455         (install-info): install dir.info only if it exists,
13456         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13457
13458 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
13459
13460         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
13461         gas for mips-dec-bsd.
13462
13463 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
13464
13465         * configure (makesrcdir): If ${srcdir} is relative and not ".",
13466         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13467
13468 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13469
13470         * configure.in: Added "dejagnu" to hosttools list.
13471
13472 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
13473
13474         * config.sub, configure.in, config.guess:  Add support
13475         for Bosx, an AIX variant from Bull.
13476         Patches from F.Pierresteguy@frcl.bull.fr.
13477
13478 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13479
13480         * devo/dejagnu: Initial creation of devo/dejagnu.
13481         Migrated dejagnu testcases and support files for testing software
13482         tools to reside as subdirectories, currently called "testsuite",
13483         within the directory of the software tool.  Migrated all programs,
13484         support libraries, etc. beloging to dejagnu proper from
13485         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
13486         with no modifications.  The changes to these files which will
13487         allow them to configure, build, and execute properly will be made
13488         in a future update.
13489
13490 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13491
13492         * Makefile.in: Change send_pr to send-pr.
13493         * configure.in: Likewise.
13494         * send_pr: Renamed directory to send-pr.
13495
13496 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
13497
13498         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
13499
13500 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
13501
13502         * README:  Update for gdb-4.8 release.
13503         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
13504         gdb-xxx.tar.z (gzip'd) file also.
13505
13506 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13507
13508         * Makefile.in: make all-diff depend on all-libiberty
13509
13510 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
13511
13512         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13513
13514 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13515
13516         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13517
13518 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
13519
13520         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
13521         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
13522         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
13523
13524 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13525
13526         * Makefile.in:  makeinfo binary is in a new location
13527
13528 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
13529
13530         * config.sub: Accept -ecoff as an OS.
13531
13532         * Makefile.in: Various changes to eliminate a level of make
13533         recursion and reduce the required command line length.
13534         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13535         sub-makes.
13536         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13537         variables holding settings for specific sub-makes.
13538         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13539         in terms of BASE_FLAGS_TO_PASS.
13540         (TARGET_LIBS): New variable listing directories which use
13541         TARGET_FLAGS_TO_PASS.
13542         (subdir_do): Eliminated.
13543         (do-*): New set of targets to replace subdir_do.
13544         (various): All targets which used subdir_do now depend on do-*.
13545         (local-clean): Renamed from do_clean.
13546         (local-distclean): New target, dependency of distclean and
13547         realclean.
13548         (install-info): Don't create directories.  Depend on dir.info
13549         rather than calling make recursively.
13550         (install-dir.info): Eliminated.
13551         (install-info-dirs): Create all info directories here.
13552         (dir.info): Depend upon do-install-info.
13553
13554         * test-build.mk (HOLES): Added false.
13555
13556 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
13557
13558         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
13559
13560 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13561
13562         * Makefile.in (info): remove dependency on all-texinfo.  The
13563         problem was really in texinfo/C, not at this level.
13564
13565 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13566
13567         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13568
13569 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
13570
13571         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
13572         GDB releases.
13573
13574 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13575
13576         * configure: Include srcdir in message about target of link not
13577         being found.  Don't convert `-' to `_' in `with' options being
13578         passed to subdirs.
13579
13580 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13581
13582         * configure.in: add uudecode to host_tools
13583
13584         * Makefile.in: added {all,install}-uudecode targets, added them to
13585         the appropriate lists
13586
13587 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
13588
13589         * Makefile.in (all-gcc): Added dependency on all-gas.
13590
13591         * configure.in (mips-*-*): Build ld and binutils.
13592
13593 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13594
13595         * configure: check return code from mkdir, print error message and
13596           exit on failure.
13597
13598 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
13599
13600         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
13601
13602 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13603
13604         * test-build.mk (HOLES): Added tar, cpio and uudecode.
13605
13606 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13607
13608         * config.sub (h8500):  Recognize this as a cpu type.
13609
13610 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13611
13612         * configure: source directory missing is no longer a warning
13613
13614         * configure.in: recognize irix[34]* instead of irix[34]
13615
13616         * Makefile.in: define and pass down X11_LIB
13617
13618 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
13619
13620         * guess-systype: Renamed to ...
13621         * config.guess:  ... by popular request.
13622         * configure.in, Makefile.in:  Update accordingly.
13623
13624 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
13625
13626         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
13627         + Add Convex, Cray/Unicos, and Encore/Multimax support.
13628         + Execute ./dummy instead of assuming . is in PATH.
13629
13630 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
13631
13632         * guess-systype:  New shell script.  Attempts to guess the
13633         canonical host name of the executing host.
13634         Only a few hosts are supported so far.
13635         * configure:  Call guess-systype if no host is specified.
13636
13637 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13638
13639         * Makefile.in (gcc-no-fixedincludes): Made to work with current
13640         gcc Makefile.
13641
13642
13643 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
13644
13645         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13646         (all-gcc, install-gcc, subdir_do): Use it.
13647
13648 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13649
13650         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13651
13652 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
13653
13654         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13655           set exclusively by configure, using configure.in .
13656
13657 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13658
13659         * test-build.mk: set $PATH for all builds
13660
13661         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13662
13663 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
13664
13665         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
13666         the one used in gcc/Makefile.in, so that a null expansion doesn't
13667         override the one needed to build gcc with a native cc.
13668
13669
13670 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13671
13672         * configure: Accept -with arguments.
13673
13674 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13675
13676         * Makefile.in: added h8300sim
13677
13678 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
13679
13680         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13681         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
13682         (all-cygnus, native, build-cygnus): Make
13683         $(canonhost)-stamp-3stage-done, not $(host)....
13684         * test-build.mk (stamp-3stage-compared): Use tail +10c for
13685         i386-sco3.2v4.  Added else true to if command.
13686
13687 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
13688
13689         * config.sub: (from FSF) Sequent uses a BSD-like OS.
13690
13691 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
13692
13693         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13694
13695 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13696
13697         * configure.in: don't remove binutils from Solaris builds
13698
13699 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
13700
13701         * Makefile.in: get rid of earlier definitions for *clean,
13702         also handle the recursive info rule better
13703
13704 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
13705
13706         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
13707         do more-or-less the right thing.
13708
13709 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
13710
13711         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13712         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13713
13714 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13715
13716         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13717         $(host_canonical).
13718
13719         * configure.in: split the configdirs list into 4 categories (native
13720         v. cross, library v. tool) and handle the cross-only and native-
13721         only in more reasonable (and correct!) way.
13722
13723 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
13724
13725         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
13726         configdirs anymore.
13727
13728 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13729
13730         * Makefile.in: extensive cleanup::  removed all of the explicit
13731         clean-* targets, collapsed many wrappers around subdir_do into
13732         one, added additional targets to satisfy standards.texi, deleted
13733         some old targets, some changes for consistency
13734
13735 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13736
13737         * configure.in: handle some programs as cross-only, and others as
13738         native only
13739
13740         * test-build.mk: handle partial holes in a more generic manner
13741
13742         * Makefile.in: m4 depends on libiberty
13743
13744 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13745
13746         * configure.in: add m4, textutils, fileutils, sed, shellutils,
13747         time, wdiff, and find to configdirs
13748
13749         * Makefile.in: all, clean, and install rules for the new programs
13750         added to configure.in
13751
13752 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13753
13754         * configure.in: use mh-sun for all *-sun-* hosts
13755
13756 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13757
13758         * Makefile.in: define flags for X11 include files and library file
13759         locations, pass them down to the programs that need this info
13760
13761         * build-all.mk: added a 'native' target, to 3stage the native toolchain
13762
13763 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13764
13765         * configure.in: start building libg++ for HP-UX targets
13766
13767 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
13768
13769         * README:  Update references to files moved into etc/.
13770
13771 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
13772
13773         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
13774         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
13775
13776 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13777
13778         * configure: accept dash as well as underscore in long option
13779         names for FSF compatibility.
13780
13781 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
13782
13783         * config.sub: added -sco3.2v4 support from FSF.
13784
13785 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13786
13787         * configure.in: expand the section that adds or removes
13788         directories from the list of programs to build, to handle native
13789         vs. cross in addition to host v. native
13790
13791 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
13792
13793         * Makefile.in:  Replace C++ in macro names with CXX.
13794         This is less likely to break ...
13795
13796 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13797
13798         * test-build.mk: add -w to GNU_MAKE
13799
13800 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13801
13802         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13803         add 'sparc' to list of recognized cpus.  This needed to make
13804         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13805         Delete some redundant ose68 variants.  Recognize -wrs as an os,
13806         then changes that into $CPU-wrs-vxworks.
13807
13808         * configure.in: remove most references to gdbtest, regularize
13809         target based program removal
13810
13811         * test-build.mk: import from p3 tree (many fixes and changes)
13812
13813 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
13814
13815         * Makefile.in: added rules to handle tcl, tk, and expect
13816
13817         * configure.in: handle those directories if they exist
13818
13819 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13820
13821         * config.sub: removed bogus hppabsd and hppahpux names, since
13822         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13823
13824 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13825
13826         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
13827         depends upon all-xiberty
13828
13829         * Makefile.in: changes from p3, including:
13830
13831         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
13832
13833         * Makefile.in (XTRAFLAGS): include newlib directories if
13834         newlib/Makefile exists, rather than if host != target.
13835
13836         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
13837
13838         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13839         from the same source tree and not building a cross-compiler.  This
13840         matters for the libg++ configuration if reconfiguring a tree that
13841         has already been installed.
13842
13843         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
13844
13845         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13846         pick up the machine and system specific header files.
13847
13848         * Makefile.in: added AS_FOR_TARGET, passed down in
13849         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13850         the C compiler to use to create programs which are run in the
13851         build environment, set it to default to $(CC), and passed it down
13852         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13853
13854         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
13855
13856         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13857         We need them for unusual native builds, like systems without
13858         ranlib.
13859
13860         * configure: also define $(host_canonical) and
13861         $(target_canonical), which are the full, canonical names for the
13862         given host and target
13863
13864 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
13865
13866         * Makefile.in:  Added separate definitions for C++.
13867
13868 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
13869
13870         * configure.in (configdirs):  Add deja-gnu.
13871
13872 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
13873
13874         * README:  Update for configure.texi and gdb-4.7 release.
13875
13876 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
13877
13878         * Makefile.in:  Move "all" target to top of file.
13879         Previously, first target was ".PHONY" which caused BSD4.4 make
13880         to build .PHONY when make was run without arguments.
13881
13882 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
13883
13884         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
13885         Library-copylefted code in libiberty.
13886
13887 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
13888
13889         * config.sub:  Replace m68kmote with plain old m68k.
13890
13891 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
13892
13893         * Makefile.in:  Remove space from blank line, avoid Make complaints.
13894
13895 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
13896
13897         * config.sub: Complain if no argument is given.  Added support for
13898         386bsd as OS and target alias.
13899
13900 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
13901
13902         * Makefile.in (XTRAFLAGS): include newlib directories if
13903         newlib/Makefile exists, rather than if host != target.
13904
13905 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
13906
13907         * config.sub: recognize sparclite-wrs-vxworks.
13908
13909         * Makefile.in (install-xiberty): added *-xiberty make rules (from
13910         p3.) Added clean-xiberty to clean.
13911
13912 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13913
13914         * configure.in: use *-*-* instead of nested cases for host and target
13915
13916 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
13917
13918         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13919         from the same source tree and not building a cross-compiler.  This
13920         matters for the libg++ configuration if reconfiguring a tree that
13921         has already been installed.
13922
13923 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
13924
13925         * config.sub (i486v/i486v4):  Merge in from FSF version.
13926
13927 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
13928
13929         * configure: only set PWD if it is already set.
13930
13931 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
13932
13933         * configure: just set PWD=`pwd` at the top, since Ultrix sh
13934         doesn't have unset and all success paths (and most error paths)
13935         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13936         to just ${PWD} to avoid confusion.)
13937
13938 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
13939
13940         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13941         even for a native compilation.
13942
13943 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
13944
13945         Changes to make the gdb.tar.Z rule work better.
13946
13947         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
13948         (DEVO_SUPPORT):  Add configure.texi.
13949         (bfd-ilrt.tar.Z):  Remove ancient rule.
13950
13951 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
13952
13953         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13954         pick up the machine and system specific header files.
13955
13956         * configure.in, config.sub: added new target m68010-adobe-scout,
13957         with alias of adobe68k.  Changed configure.in to check for
13958         -scout before -sco* to avoid a false match.
13959
13960         * Makefile.in: added AS_FOR_TARGET, passed down in
13961         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13962         the C compiler to use to create programs which are run in the
13963         build environment, set it to default to $(CC), and passed it down
13964         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13965
13966 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13967
13968         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13969         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
13970         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13971         FOR_TARGET variants, to newlib and libg++.
13972
13973 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13974
13975         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13976         first.
13977
13978 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
13979
13980         * config.sub:  Accept `elf' as an environment.
13981
13982 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13983
13984         * Makefile.in (all-opcodes):  cd into the right directory
13985
13986 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
13987
13988         * configure: added -program_transform_name option, used as
13989         argument to sed when installing programs.
13990         configure.texi: added documentation for -program_prefix,
13991         -program_suffix and -program_transform_name.
13992
13993 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
13994
13995         * config.sub:  Accept i486 where i386 ok.
13996
13997 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
13998
13999         * config.sub: accept we32k
14000
14001 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
14002
14003         * config.sub, configure.in: accept OSE68000 and OSE68k.
14004
14005         * Makefile.in: don't create all directories for ``make install'';
14006         let the subdirectories create the ones they need.
14007
14008 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14009
14010         * COPYING: new file, GPL v2
14011
14012 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14013
14014         * Makefile.in: use the new gen-info-dir, which needs a template
14015         argument (which also lives in texinfo)
14016
14017         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14018
14019 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
14020
14021         * config.sub (ncr3000):  Change i386 to i486.
14022
14023 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14024
14025         * Makefile.in: add install-rcs, install-grep to
14026         install-no-fixedincludes, removed install-bison and install-libgcc
14027
14028 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
14029
14030         * configure.in: grab the HPUX makefile fragment if on HPUX
14031
14032 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14033
14034         * Makefile.in: eradicate bison spoor (ditto libgcc).
14035          configure.in: recognise m68{k,000}-ericsson-OSE.
14036          es1800 is alias for m68k-ericsson-OSE
14037
14038 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14039
14040         * configure.in: rearrange the parts that remove programs from
14041         configdirs, based now on HOST==TARGET or by canonical triple.
14042
14043 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14044
14045         * test-build.mk: recurse explicitly with -f test-build.mk when
14046           appropriate.  predicate stage3 and comparison on the existence
14047           of gcc.  That is, if gcc isn't around, we aren't three-staging.
14048           On very clean, also remove ...stamp-co.  Build in-place before
14049           doing other builds.
14050
14051 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14052
14053         * Makefile.in, configure.in: add tgas
14054
14055 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14056
14057         * Makefile.in: a number of changes merged in from progressive.
14058
14059         * configure.in: add libm.
14060
14061         * .cvsignore: ignore some stuff that comes from test-build.mk.
14062
14063 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
14064
14065         * config.sub:  Add es1800 (m68k-ericsson-es1800).
14066
14067 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14068
14069         * configure: Add program_suffix (parallel to program_prefix)
14070         * Makefile.in: adjust directory-creating script for losing decstation
14071
14072 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
14073
14074         * configure:  Minor $subdir-related fixes.
14075
14076 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14077
14078         * configure: fix various problems with propogating
14079         makefile_target_frag in subdirs.
14080         * configure.in: config libgcc if its there
14081
14082 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
14083
14084         * config.sub:  HPPA merge.
14085
14086 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
14087
14088         * Makefile.in:  Replace all-bison with all-byacc in all
14089         dependency lines for other tools (which now use byacc).
14090
14091 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
14092
14093         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
14094
14095 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
14096
14097         * Makefile.in: make gprof rules similar to byacc rules (instead of
14098         vestigal $(unsubdir) that didn't work...)
14099
14100 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
14101
14102         * config.sub:  Add support for Linux.
14103         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
14104         (at least for libg++).
14105
14106 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
14107
14108         * configure.texi: fix doc for the -nfp option to configure
14109
14110 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
14111
14112         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14113
14114 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
14115
14116         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14117         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14118         * configure.in: added solaris* host_makefile_frag hook.
14119
14120 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14121
14122         * config.sub: changed recognition of m68000 so that various
14123         m68k types can be specified via m680[01234]0
14124
14125 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14126
14127         * config.sub (basic_machine): fix sed so that '-foo' isn't
14128         completely substituted out while .+'-foo' loses the '-foo'
14129
14130 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14131
14132         * config.sub ($os): Add -aout.
14133
14134 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
14135
14136         * configure:  If host_makefile_frag is absolute, don't
14137         prefix ${invsubdir} (relevant to libg++ auto-configure).
14138
14139 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14140
14141         * Makefile.in (tooldir): Define it.
14142         (all-ld): Depend on all-flex.
14143
14144 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
14145
14146         * Makefile.in (check):  Fix libg++ special case.
14147
14148 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
14149
14150         * configure: do not bury `pwd` into config.status, thus do fewer
14151           pwd's.
14152
14153         * configure: print the "Building in" message only when building in
14154           other than "." AND verbose.
14155
14156         * configure: remove -s, rework -v to better accomodate guested
14157           configures.
14158
14159         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14160
14161 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
14162
14163         * Makefile.in: macroize flags passed on recursion.  remove
14164           fileutils.
14165
14166 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
14167
14168         * configure: get makesrcdir right for subdirs deeper than 1.
14169
14170         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14171           install.
14172
14173 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
14174
14175         * Makefile.in: don't print subdir_do or recursion lines.
14176
14177 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
14178
14179         * standards.texi: added menu item.
14180
14181         * Makefile.in: build and install standards.info.
14182
14183         * standards.texi: new file.
14184
14185 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14186
14187         * configure: test for and move config.status pieces from
14188           ${subdir}/.
14189
14190 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
14191
14192         * configure:  Test for existance of files before trying to mv
14193         them, to avoid numerous non-existance messages.
14194
14195 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
14196
14197         * configure: correct final line of config.status.
14198
14199         * configure: patch from eggert.  Avoids a protection problem if
14200           the original Makefile.in is read only.
14201
14202         * configure: use move-if-change from gcc to create config.status.
14203           Some makefiles depend on config.status to tell if a directory
14204           has been reconfigured for a different host.  This change
14205           prevents those directories from remaking everything in the case
14206           where the reconfig was only intended to rebuild a Makefile.
14207
14208         * configure: test for config.sub with "config.sub sun4" rather
14209           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
14210           host alias from a missing config.sub.
14211
14212 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14213
14214         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14215           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
14216
14217 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
14218
14219         * configure: mkdir ${subdir} as needed.
14220
14221 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
14222
14223         * Makefile.in,configure.in: added autoconf.
14224
14225 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14226
14227         * Makefile.in: no longer pass against on recursion.
14228
14229         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14230           definitions are not inherited.
14231
14232         * configure: correct makesrcdir when subdir is .
14233
14234 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
14235
14236         * configure:  Add support for 'subdirs' variable, which is
14237         like 'configdirs', except that configure doesn't re-invoke
14238         itself for subdirs, it just creates a Makefile for each subdir.
14239         * configure.texi:  Document subdirs.
14240
14241 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14242
14243         * configure.in: added flex to configdirs
14244
14245 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
14246
14247         * Makefile.in: remove clean-stamps from clean.
14248
14249 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
14250
14251         * configure.in:  Add gdbtest to configdirs.
14252
14253 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
14254
14255         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
14256         to recursive makes.
14257         * configure.in:  Recognize new ncr3000 config.
14258
14259 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
14260
14261         * Makefile.in, configure.in: removed references to gdbm.
14262
14263 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
14264
14265         * config.sub:  Don't canonicalize os value
14266         newsos* to bsd (readline needs to check for newsos).
14267         (This fix was earlier made Jan 31, but got re-broken.)
14268
14269 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
14270
14271         * configure.in:  sco is an os, not a vendor!
14272
14273         * configure:  Quote $( better.  Keep various shells happy.
14274
14275 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
14276
14277         * Makefile.in: eliminate stamp-files.
14278
14279 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
14280
14281         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
14282           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14283
14284 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
14285
14286         * config.sub:  fix iris/iris3.
14287
14288 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
14289
14290         * configure: re-add -rm.
14291
14292 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
14293
14294         * Maskefile.in: add .stmp-rcs to all.
14295
14296         * configure.in: remove gas from rs6000 build, use aix host fragment.
14297
14298 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
14299
14300         * configure: pass down site_option during recursion.
14301
14302 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
14303
14304         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
14305
14306 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
14307
14308         * configure: Change exec_prefix so that it really defaults to prefix.
14309
14310 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
14311
14312         * Makefile.in, configure.in:  Add support for mmalloc library.
14313
14314 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
14315
14316         * Makefile.in: add stmp dependencies for a few more things.
14317
14318 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
14319
14320         * configure: adjusted error message on objdir/srcdir configure
14321           collision, per john's suggestion.
14322
14323         * Makefile.in: add libiberty stmp to all and all.cross.
14324
14325 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
14326
14327         * Makefile.in: remove force dependencies, add grep to all.
14328
14329 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
14330
14331         * Makefile.in: drop flex.  make stamp files work.
14332
14333         * configure: added test for conflicting configuration in srcdir,
14334           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
14335           gets cranky.  use relative paths for configure and srcdir
14336           whenever possible.  Send some error messages to stderr that were
14337           going to stdout.
14338
14339 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
14340
14341         * Makefile.in:  Fix libg++ rule to check for gcc directory
14342         before using gcc/gcc.  Also pass XTRAFLAGS.
14343
14344 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
14345
14346         * Makefile.in: added stmp-files so that directories aren't polled
14347           when they are already built.
14348
14349         * configure.texi: fixed a node pointer problem.
14350
14351 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
14352
14353         * config.sub configure.in gdb/configure.in
14354         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14355         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14356         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
14357
14358 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14359
14360         * configure: -recurring becomes -silent.  corrected help message
14361           for -site= option.
14362
14363         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14364
14365 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14366
14367         * configure: when building Makefile for crosses, replace
14368           tooldir and program_prefix.  default srcdir from location of
14369           config.sub.  remove "for host in hosts" and "for target in
14370           targets" loops.
14371
14372 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14373
14374         * Makefile.in: Do not pass bindir or mandir to cvs.
14375
14376 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
14377
14378         * Makefile.in, configure.in: removed traces of namesubdir,
14379           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
14380           copyrights to '92, changed some from Cygnus to FSF.
14381
14382         * configure.texi: remove most references to multiple hosts,
14383           multiple targets, subdirs, etc.
14384
14385         * configure.man: removed rcsid. reference config.sub not
14386           config.subr.
14387
14388         * Makefile.in: mkdir $(infodir) on install-info.
14389
14390 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
14391
14392         * configure.texi:  Explain better about .gdbinit and about
14393         the environment that configure.in sections run in.
14394
14395 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
14396
14397         * configure.in:  Ultrix is only a decstation if it's a MIPS.
14398
14399 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
14400
14401         * README:  DOC.configure => cfg-paper.texi.
14402
14403 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
14404
14405         * config.sub (near case $os):  Don't convert newsos* to bsd!
14406
14407 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
14408
14409         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
14410         the number of copies of COPYING that go into the GDB tar file.
14411
14412 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
14413
14414         * bfd/configure.in, gdb/config/mh-i386sco,
14415         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14416         Fix SCO configuration stuff.
14417
14418 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
14419
14420         * Makefile.in:  For libg++, make sure the -I pointing
14421         to the gcc directory goes *after* all the libg++-local -I flags.
14422         Also, move just-gcc dependency from just-libg++ to all-libg++.
14423
14424 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
14425
14426         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
14427
14428 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
14429
14430         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
14431
14432 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
14433
14434         * config.sub:  Add stratus configuration frags.  Also
14435         submitted to FSF.
14436
14437 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
14438
14439         * Makefile.in (DEV_SUPPORT):  add configure.man.
14440
14441         * config.sub(Decode manufacturer-specific):  add -none*.
14442
14443 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
14444
14445         * Makefile.in:  remove form feeds to make Sun's make happy.
14446         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
14447
14448 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
14449
14450         * Makefile.in (AR_FLAGS):  Make quieter.
14451
14452 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
14453
14454         * configure.in:  Add libg++.
14455         * configure:  When verbose, don't output the command line at each
14456         level; it will be unremarkably the same as the previous version,
14457         which will be the same as what the user typed.
14458
14459 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
14460
14461         * configure.in, Makefile.in: fix clean-info, add flex.  add
14462           fileutils.
14463
14464         * configure: be less sensitive to spaces in Makefile.in.  Do not
14465           look for sources in "..".  Doing so breaks subdirectories that
14466           might have their own configure.  If a subdir has it's own
14467           configure script, use it.
14468
14469 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
14470
14471         * cfg-paper.texi: some changes suggested by rms.
14472
14473 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
14474
14475         * config.sub:  Merge in some small additions from the FSF version,
14476         taken from the gcc distribution, to bring the Cygnus and FSF
14477         versions into closer sync.
14478
14479 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
14480
14481         * configure.in:  Changed svr4 references to sysv4.
14482
14483 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
14484
14485         * configure: added -V for version number option.
14486
14487 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
14488
14489         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14490           renamed from DOC.configure to cfg-paper.texi.
14491
14492 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14493
14494         * configure, config.subr, config.sub: config.subr is now
14495           config.sub again.
14496
14497 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
14498
14499         * configure.texi: new file, in progress.
14500
14501         * Makefile.in: build info file and install the man page for
14502           configure.
14503
14504         * configure.man: new file, first cut.
14505
14506         * configure: find config.subr again now that configuration "none"
14507           has gone.  removed all traces of the -ansi option.  removed all
14508           traces of the -languages option.
14509
14510         * config.subr: resync from rms.
14511
14512 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
14513
14514         * configure, config.sub, config.subr: merge config.sub into
14515           config.subr, call the result config.subr, remove config.sub, use
14516           config.subr.
14517
14518         * Makefile.in: revised install for dir.info.
14519
14520 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
14521
14522         * configure.in: add decstation host makefile frag.
14523
14524         * Makefile.in: BISON now bison -y again.  also install-gcc on
14525           install.  clean-gdbm on clean.  infodir belongs in datadir.
14526           Make directories for info install.  Build dir.info here then
14527           install it.
14528
14529 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
14530
14531         * Makefile.in: fix for bad directory tests.
14532
14533 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
14534
14535         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
14536           regexp.  -srcdir relative was being handled incorrectly.
14537
14538         * Makefile.in: unwrapped some for loops so that parallel makes
14539           work again and so one can focus one's attention on a particular
14540           package.
14541
14542 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
14543
14544         * configure: added PWD as a stand in for `pwd` (for speed). use
14545           elif wherever possible.  make -srcdir work without -objdir.
14546           -objdir= commented out.
14547
14548 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
14549
14550         * configure: +options become --options.  -subdirs commented out.
14551           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
14552           Makefile now at top of generated Makefile.  Removed cvs log
14553           entries.  added -srcdir.  create .gdbinit only if there is one
14554           in ${srcdir}.
14555
14556         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
14557           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
14558           and mandir now keyed off datadir by default.
14559
14560 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
14561
14562         * Freshly created ChangeLog.
14563
14564 \f
14565 Local Variables:
14566 mode: change-log
14567 left-margin: 8
14568 fill-column: 76
14569 version-control: never
14570 End: