]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/blob - ChangeLog
2011-11-09 Roland McGrath <mcgrathr@google.com>
[fpga/lx-cpu1/binutils-tumbl.git] / ChangeLog
1 2011-11-09  Roland McGrath  <mcgrathr@google.com>
2
3         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4         * configure: Rebuild.
5         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
6         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
7         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
8         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
9         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
10         Add READELF.
11         * Makefile.in: Rebuild.
12
13 2011-11-08  Richard Henderson  <rth@redhat.com>
14
15         * configure.ac: Test for libitm directory present first.
16
17         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
18
19         * configure.ac: Test libitm/configure.tgt to disable libitm.
20         * configure: Rebuild.
21
22 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23
24         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
25         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
26         * Makefile.in: Regenerate.
27
28 2011-11-01  DJ Delorie  <dj@redhat.com>
29
30         * configure.ac (rl78-*-*) New case.
31         * configure: Regenerate.
32
33 2011-11-01  DJ Delorie  <dj@redhat.com>
34
35         * config.sub: Update to version 2011-10-29 (added rl78)
36
37 2011-10-27  Nick Clifton  <nickc@redhat.com>
38
39         * config.sub: Import these changes from the config project:
40
41         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
42             Ben Elliston  <bje@gnu.org>
43
44         * config.sub (epiphany): New.
45
46         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
47             Ben Elliston  <bje@gnu.org>
48
49         * config.sub (hexagon, hexagon-*): New.
50
51         2011-08-23  Roland McGrath  <mcgrathr@google.com>
52
53         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
54         64eb to be64.
55
56         2011-08-16  Roland McGrath  <mcgrathr@google.com>
57
58         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
59         (nacl): Grok as alias for 32el-unknown-nacl.
60
61 2011-08-19  Joel Brobecker  <brobecker@adacore.com>
62
63         * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
64
65 2011-08-14  Yao Qi  <yao@codesourcery.com>
66
67         Merge from gcc:
68
69         2011-08-14  Yao Qi  <yao@codesourcery.com>
70         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
71         * configure: Regenerate.
72
73 2011-07-26  Ian Lance Taylor  <iant@google.com>
74
75         Merge from gcc:
76
77         2011-07-26  Ian Lance Taylor  <iant@google.com>
78         * configure.ac: Set have_compiler based on whether gcc directory
79         exists, rather than on whether gcc is in configdirs.
80         * configure: Rebuild.
81
82         2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
83         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
84         link directories.
85         * Makefile.in: Rebuild.
86
87         2011-07-20  Ian Lance Taylor  <iant@google.com>
88         PR bootstrap/49787
89         * configure.ac: Move --enable-bootstrap handling earlier in file.
90         If --enable-bootstrap and either --enable-build-with-cxx or
91         --enable-build-poststage1-with-cxx, enable C++ automatically.
92         * configure: Rebuild.
93
94         2011-07-19  Ian Lance Taylor  <iant@google.com>
95         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
96         make C++ a boot_language.  Set and substitute
97         POSTSTAGE1_CONFIGURE_FLAGS.
98         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
99         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
100         * configure, Makefile.in: Rebuild.
101
102         2011-07-16  Jason Merrill  <jason@redhat.com>
103         * Makefile.def (language=c++): Add check-c++0x and
104         check-target-libmudflap-c++.
105         * Makefile.tpl (check-target-libmudflap-c++): New.
106         * Makefile.in: Regenerate.
107
108         2011-07-16  Matthias Klose  <doko@ubuntu.com>
109         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
110         * Makefile.def (target_modules/libjava): Pass
111         $(EXTRA_CONFIGARGS_LIBJAVA).
112         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
113         if not configured with --enable-static-libjava.
114         * Makefile.in: Regenerate.
115         * configure: Likewise.
116
117         2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
118         PR regression/47836
119         PR bootstrap/23656
120         PR other/47733
121         PR bootstrap/49247
122         PR c/48825
123         * configure.ac (target_libraries): Remove target-libiberty.
124         Remove case-statement setting skipdirs=target-libiberty for
125         multiple targets.  Remove checking target_configdirs and
126         removing target-libiberty but keeping target-libgcc if
127         otherwise empty.
128         * Makefile.def (target_modules): Don't add libiberty.
129         (dependencies): Remove all traces of target-libiberty.
130         * configure, Makefile.in: Regenerate.
131
132 2011-07-22  Jason Merrill  <jason@redhat.com>
133
134         * Makefile.def (language=c++): Add check-c++0x and
135         check-target-libmudflap-c++.
136         * Makefile.tpl (check-target-libmudflap-c++): New.
137         * Makefile.in: Regenerate.
138
139 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
140
141         * configure: Regenerate.
142
143 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
144
145         PR target/39150
146         * configure.ac (i[3456789]86-*-solaris2*): Also accept
147         x86_64-*-solaris2.1[0-9]*.
148         * configure: Regenerate.
149
150 2011-06-13  Walter Lee <walt@tilera.com>
151
152         * configure.ac (tilepro-*-*) New case.
153         (tilegx-*-*): Likewise.
154         * configure: Regenerate.
155
156 2011-06-06  Nick Clifton  <nickc@redhat.com>
157
158         * config.sub: Sync from upstream.
159
160 2011-05-08  Doug Kwan  <dougkwan@google.com>
161
162         Merge from gcc:
163
164         2011-05-08  Doug Kwan  <dougkwan@google.com>
165
166                 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
167                 * configure: Regenerated.
168                 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
169                 value from configure.
170                 * Makefile.in: Regenerated.
171
172 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
173
174         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
175         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
176         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
177         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
178         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
179         *-*-vxworks*): Disable newlib and libgloss in separate case
180         statement.
181         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
182         to separate case statement.
183         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
184         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
185         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
186         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
187         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
188         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
189         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
190         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
191         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
192         i[[3456789]]86-*-rdos*, m32r-*-*,
193         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
194         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
195         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
196         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
197         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
198         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
199         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
200         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
201         and libgloss in main case over targets.  Remove most empty cases
202         in main case over targets.
203         * configure: Regenerate.
204
205 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
206
207         * configure.ac: Remove code setting special library locations for
208         hppa*64*-*-hpux11*.  Remove code setting compiler for
209         sparc-sun-solaris2*.
210         * configure: Regenerate.
211
212 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
213
214         * configure.ac: Separate libgloss_dir settings from general case
215         over targets.
216         * configure: Regenerate.
217
218 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
219
220         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
221         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
222         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
223         cases in libgcj-disabling case statement.
224         (hppa*64*-*-linux*): Set unsupported_languages instead of
225         disabling target-zlib.
226         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
227         to hppa*64*-*-hpux*.
228         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
229         hppa*-*-hpux*.
230         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
231         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
232         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
233         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
234         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
235         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
236         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
237         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
238         libgcj-disabling case statement.
239         * configure: Regenerate.
240
241 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
242
243         * configure.ac: Disable Java for targets not supporting libffi.
244         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
245         Remove cases in Java-disabling statement.
246         (*arm-wince-pe): Change to arm-wince-pe.
247         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
248         cases in Java-disabling statement.
249         (bfin-*-*): Don't disable Java again.
250         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
251         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
252         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
253         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
254         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
255         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
256         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
257         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
258         Java-disabling statement.
259         (mmix-*-*): Don't disable Java again.
260         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
261         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
262         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
263         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
264         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
265         statement.
266         * configure: Regenerate.
267
268 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
269
270         Merge from GCC:
271
272         2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
273
274         PR lto/48086
275         * configure.ac: Re-enable LTO on *-apple-darwin9*.
276         * configure: Regenerate.
277
278 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
279
280         * configure.ac: Separate cases disabling Java and Java libraries
281         from general case over targets.
282         * configure: Regenerate.
283
284 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
285
286         * configure.ac (build_tools): Remove build-byacc.
287         (host_libs): Remove mmalloc.
288         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
289         autoconf automake libtool diff rcs fileutils shellutils time
290         textutils wdiff find uudecode hello tar gzip indent recode release
291         sed perl gawk findutils gettext zip.
292         (libgcj): Remove target-qthreads.
293         (target_tools): Remove target-examples target-gperf.
294         (YACC): Don't handle building byacc.
295         * configure: Regenerate.
296         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
297         dosutils, examples, fileutils, find, findutils, gawk, gettext,
298         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
299         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
300         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
301         handle building components.
302         * Makefile.in: Regenerate.
303
304 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
305
306         * config.sub: Sync from upstream.
307
308 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
309
310         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
311         (microblaze*): Don't disable libssp.
312         * configure: Regenerate.
313
314 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
315
316         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
317         moveifchange.
318         * configure: Regenerate.
319         * Makefile.tpl: Use @SHELL@ not @config_shell@.
320         * Makefile.in: Regenerate.
321
322 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
323
324         * configure.ac (*-*-sysv4*): Don't enable libgomp.
325         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
326         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
327         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
328         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
329         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
330         md_exec_prefix cases.
331         * configure: Regenerate.
332
333 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
334
335         * configure.ac: Separate cases disabling target-libssp,
336         target-libiberty, target-libstdc++-v3 and Fortran from general
337         case over targets.
338         * configure: Regenerate.
339
340 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
341
342         * configure.ac (*-*-chorusos): Don't disable libgcj.
343         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
344         Remove case.
345         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
346         (arm-*-coff): Don't disable libgcj.
347         (arm*-*-linux-gnueabi): Remove useless assignment.
348         (arm-*-riscix*): Don't disable libgcj.
349         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
350         configuration.
351         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
352         (c54x*-*-*): Remove case.
353         (tic54x-*-*): Don't disable GCC or GCC libraries.
354         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
355         to *.
356         (d10v-*-*): Don't disable GCC libraries.
357         (d30v-*-*): Don't disable libgcj.
358         (h8500-*-*): Don't disable GCC libraries.
359         (i960-*-*): Don't disable libgcj.
360         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
361         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
362         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
363         libgcj.
364         (m68k-*-coff*): Remove case.
365         (mmix-*-*): Don't disable libgloss on host.
366         (mn10200-*-*, mn10300-*-*): Remove cases.
367         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
368         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
369         Don't disable libgcj.
370         (romp-*-*): Remove case.
371         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
372         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
373         case.
374         (v810-*-*): Don't disable GCC libraries.
375         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
376         (ip2k-*-*): Don't disable GCC libraries.
377         * configure: Regenerate.
378
379 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
380
381         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
382         libffi on host.
383         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
384         on host.
385         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
386         * configure: Regenerate.
387
388 2011-03-26  John Marino  <binutils@marino.st>
389
390         * configure.ac: Add support for *-*-dragonfly*
391         * configure: Regenerate.
392
393 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
394
395         * configure.ac (native_only): Remove.
396         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
397         send-pr uudecode guile gnuserv on host.
398         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
399         send-pr rcs guile perl texinfo libtool on host.
400         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
401         automake send-pr rcs guile perl texinfo libtool on host.
402         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
403         (*-*-kaos*): Don't disable target-examples target-gperf on target.
404         (alpha*-dec-osf*): Don't disable fileutils on target.
405         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
406         texinfo send-pr expect dejagnu on target.
407         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
408         target-qthreads on target.
409         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
410         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
411         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
412         x86_64-*-mingw*): Don't disable expect on target.
413         (*-*-cygwin*): Don't disable target-gperf on target.
414         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
415         gnuserv on target.
416         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
417         target.
418         * configure: Regenerate.
419
420 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
421
422         * configure.ac (target_tools): Remove target-groff.
423         (native_only): Remove target-groff.
424         (hppa*64*-*-*): Don't disable byacc.
425         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
426         setting.
427         (*-*-kaos*): Don't skip target-librx and target-groff.
428         (*-*-netware*): Don't skip target-libmudflap.
429         (*-*-tpf*): Don't skip target-libmudflap.
430         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
431         directories on the host.
432         (ia64*-*-*vms*): Don't skip tix.
433         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
434         host.
435         * configure: Regenerate.
436
437 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
438
439         * configure.ac: Remove references to mt-mep, mt-netware,
440         mt-wince.
441         * Makefile.def: Add all-utils soft dependencies.
442         * Makefile.tpl: Remove GDB_NLM_DEPS.
443         * configure: Regenerate.
444         * Makefile.in: Regenerate.
445
446 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
447
448         Sync from GCC:
449
450         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
451
452         * configure.ac: Do not include mh-x86omitfp.
453         * configure: Regenerate.
454
455         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
456
457         * configure.ac: Remove empty cases.
458         * configure: Regenerate.
459
460         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
461
462         * Makefile.def: Add dependency from termcap to gdb.
463         * Makefile.in: Regenerate.
464
465         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
466
467         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
468         * configure: Regenerate.
469         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
470         * Makefile.tpl: Likewise.
471         * Makefile.in: Regenerate.
472
473         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
474
475         * configure.ac: Remove all mentions of tentative_cc.
476         * configure: Regenerate.
477
478         2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
479
480         PR lto/48086
481         * configure.ac: Re-enable LTO on *-apple-darwin9.
482         * configure: Regenerate.
483
484 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
485
486         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
487         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
488         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
489         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
490         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
491         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
492         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
493         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
494         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
495         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
496         *-*-rhapsody*): Remove host cases.
497         * configure: Regenerate.
498
499 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
500
501         * configure.ac (ppc*-*-pe): Remove host case.
502         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
503         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
504         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
505         cases.
506         * configure: Regenerate.
507
508 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
509
510         * config.sub: Update to version 2011-03-23.
511
512 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
513
514         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
515         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
516         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
517         * configure: Regenerate.
518
519 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
520
521         * config-ml.in: Don't handle arc-*-elf*.
522         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
523         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
524         handle GCC libraries.
525         * configure: Regenerate.
526
527 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
528
529         PR bootstrap/48120:
530         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
531         Add -lstdc++ -lm to LIBS.
532         * configure: Regenerate.
533
534 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
535
536         * config.guess: Update to version 2011-02-02
537         * config.sub: Update to version 2011-02-24
538         
539 2011-03-03  Sebastian Pop  <sebastian.pop@amd.com>
540
541         * configure.ac: Adjust test of with_ppl.
542         * configure: Regenerated.
543
544 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
545
546         * configure.ac: Add -lpwl to ppllibs.
547         * config/cloog.m4: Add -lisl to clooglibs.
548         * configure: Regenerated.
549
550 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
551
552         Import from Libtool and gnulib:
553
554         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
555
556         Prepare for supporting FreeBSD 10.
557         * config.rpath: Remove handling of freebsd1* which soon would
558         match FreeBSD 10.0.
559
560         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
561
562         Remove support for FreeBSD 1.x.
563         * libtool.m4 (_LT_LINKER_SHLIBS)
564         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
565         soon would incorrectly match FreeBSD 10.0.
566
567 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
568
569         PR binutils/12283
570         * MAINTAINERS (mkinstalldirs): Comes from Automake.
571         (move-if-change): Comes from gnulib.
572         * move-if-change: Import version from gnulib.
573
574 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
575
576         Sync from GCC:
577
578         2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
579
580         PR lto/47225
581         * Makefile.def (lto-plugin): Double dash for enable-shared.
582         (configure-gcc): Depend on all-lto-plugin.
583         * Makefile.in: Rebuilt.
584
585         2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
586
587         * configure.ac: Remove extra bracket.
588         * configure: Regenerate.
589
590         2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
591
592         PR lto/47225
593         * Makefile.def: Add dependency for install-gcc
594         on install-lto-plugin.
595         * Makfile.in: Regenerated
596
597         2011-01-25  Jakub Jelinek  <jakub@redhat.com>
598
599         * configure.ac: If with_ppl is no, move setting with_cloog=no
600         after CLOOG_REQUESTED check.
601         * configure: Regenerated.
602
603         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
604
605         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
606         CLooG has been requested.
607         * configure: Regenerated.
608
609         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
610
611         * configure: Regenerated.
612         * configure.ac: Check for version 0.11 (or later revision) of PPL.
613
614         2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
615
616         * configure: Regenerated.
617         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
618
619         2011-01-07  Jan Hubicka  <jh@suse.cz>
620
621         PR lto/47225
622         * Makefile.in: Regenerate.
623         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
624         configure.
625
626 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
627
628         PR libgcj/44341
629         * configure.ac: Discard --with-* flags for host when configuring
630         target libraries for cross build.
631         * configure: Rebuilt.
632
633 2011-01-21  Andreas Schwab  <schwab@redhat.com>
634
635         Sync from GCC:
636
637         2011-01-21  Andreas Schwab  <schwab@redhat.com>
638
639         * configure.ac: Use AS_HELP_STRING throughout.
640         * configure: Regenerate.
641
642         2011-01-18  Jie Zhang  <jie.zhang@analog.com>
643
644         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
645         * configure: Regenerate.
646
647 2010-12-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
648
649         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
650
651 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
652
653         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
654         for ia64-hpux.
655         * configure: Regenerate.
656
657 2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
658
659         Sync from GCC:
660         2010-12-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
661
662         * configure.ac: (picochip): Disable libiberty.
663         * configure: Regenerate.
664
665 2010-12-18  Jeff Johnston  <jjohnstn@redhat.com>
666
667         * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
668
669 2010-12-10  Ian Lance Taylor  <iant@google.com>
670
671         PR bootstrap/46819
672         * configure.ac: For --disable-libgcj clear libgcj_saved.
673         * configure: Rebuild.
674
675 2010-12-10  Tobias Burnus  <burnus@net-b.de>
676
677         PR fortran/46540
678         * configure.ac: Add --disable-libquadmath and
679         --disable-libquadmath-support.
680         * configure: Regenerate.
681
682 2010-12-10  Tristan Gingold  <gingold@adacore.com>
683
684         * src-release (ETC_SUPPORT): add gnu-oids.texi
685
686 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
687
688         PR libffi/46792
689         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
690         * configure: Regenerate.
691
692 2010-12-02  Ian Lance Taylor  <iant@google.com>
693
694         * configure.ac: Always set default for poststage1_ldflags to
695         -static-libstdc++ -static-libgcc.
696
697 2010-12-02  Jeff Johnston  <jjohnstn@redhat.com>
698
699         * COPYING.NEWLIB: Add National Semiconductor notice.
700
701 2010-11-29  Andreas Schwab  <schwab@redhat.com>
702
703         * configure.ac: Move comment to remove extra space in last argument
704         of GCC_TARGET_TOOL.
705
706 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
707
708         PR other/46026
709         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
710         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
711         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
712         (BASE_FLAGS_TO_PASS): Use it.
713         * configure: Rebuilt.
714         * Makefile.in: Rebuilt.
715
716 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
717
718         PR binutils/12258
719         * configure.ac: Correct comments for --enable-gold/--enable-ld.
720         Properly check default linker.
721         * configure: Regnerated.
722
723 2010-11-23  Matthias Klose  <doko@ubuntu.com>
724
725         * configure.ac: For --enable-gold, handle value `default' instead of
726         `both*'.   New configure option --{en,dis}able-ld.
727         * configure: Regenerate.
728
729 2010-11-20  Ian Lance Taylor  <iant@google.com>
730
731         * configure.ac: Only disable a language library if no language needs
732         it.  Don't let --disable-libgcj uncondtionally disable libffi.
733         * configure: Rebuild.
734
735 2010-11-20  Paolo Bonzini  <bonzini@gnu.org>
736
737         * configure: Regenerate.
738
739 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
740
741         PR other/46202
742         * configure.ac: Fix just-built in-tree STRIP name to be
743         binutils/strip-new.
744         * configure: Regenerate.
745         * Makefile.def (install-strip-gcc, install-strip-binutils)
746         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
747         (install-strip-sid): Mirror dependencies on non-strip variants
748         of these targets on the respective -strip prerequisites.
749         * Makefile.tpl (install-strip, install-strip-host)
750         (install-strip-target): New targets.
751         (install-strip-[+module+], install-strip-target-[+module+]):
752         New targets.
753         * Makefile.in: Regenerate.
754
755 2010-11-19  Ian Lance Taylor  <iant@google.com>
756             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
757
758         * configure.ac: Add target-libgo to target_libraries.  Set
759         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
760         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
761         (HOST_EXPORTS): Add GOC.
762         (BASE_TARGET_EXPORTS): Add GOC.
763         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
764         (GOCFLAGS_FOR_TARGET): New variable.
765         (EXTRA_HOST_FLAGS): Add GOC.
766         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
767         * Makefile.def (target_modules): Add libgo.
768         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
769         (dependencies): Add dependency from configure-target-libgo to
770         configure-target-libffi and all-target-libstdc++-v3.  Add
771         dependencies from all-target-libgo to all-target-libffi.
772         (languages): Add go.
773         * configure: Rebuild.
774         * Makefile.in: Rebuild.
775
776 2010-11-19  Ian Lance Taylor  <iant@google.com>
777
778         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
779         compiler/flag environment variables.
780
781 2010-11-18  Ian Lance Taylor  <iant@google.com>
782
783         * configure.ac: Check for lang_requires_boot_languages in
784         config-lang.in files.
785         * configure: Rebuild.
786
787 2010-11-17  Mike Frysinger  <vapier@gentoo.org>
788
789         * .gitignore: New file.
790
791 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
792             Tobias Burnus  <burnus@net-b.de>
793
794         PR fortran/32049
795         * Makefile.def: Add libquadmath; build it with language=fortran.
796         * configure.ac: Add libquadmath.
797         * Makefile.tpl: Handle multiple libs in check-[+language+].
798         * Makefile.in: Regenerate.
799         * configure: Regenerate.
800
801 2010-11-15  Andreas Schwab  <schwab@redhat.com>
802
803         * configure.ac: Fix spelling in option names.
804         * configure: Regenerated.
805
806 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
807
808         PR bootstrap/39622
809         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
810         * configure: Regenerated.
811
812 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
813
814         * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
815         define the cloog backend to use. Furthermore, only pass the ppllibs to
816         the configure checks, if necessary.
817         * configure: Regenerate.
818
819 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
820
821         * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
822         * configure: regenerate
823
824 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
825
826         * config/cloog.m4: Fix typo.  verison -> version.
827         * configure: Regenerate.
828
829 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
830
831         * config/cloog.m4: Pass ppl libraries to the CLooG version check.
832         * configure: Regenerate.
833
834 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
835
836         * configure.ac: Support official CLooG.org versions.
837         * configure: Regenerate.
838         * config/cloog.m4: New.
839
840 2010-11-05  Michael Eager  <eager@eagercon.com>
841
842         * COPYING.LIBGLOSS: Correct typo in microblaze.
843         * COPYING.NEWLIB: Same.
844
845 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
846
847         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
848         * configure: Regenerate.
849
850 2010-11-03  Ian Lance Taylor  <iant@google.com>
851             Dave Korn  <dave.korn.cygwin@gmail.com>
852
853         PR lto/46273
854         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
855         and on other supported platforms whenever LTO is enabled.
856         * configure: Rebuild.
857
858 2010-11-02  Alan Modra  <amodra@gmail.com>
859
860         PR binutils/12110
861         * configure.ac: Error when source path contains spaces.
862         * configure: Regenerate.
863
864 2010-10-20  Ian Lance Taylor  <iant@google.com>
865
866         * Makefile.def (target_modules): Set lib_path to src/.libs for
867         libstdc++-v3 module.
868         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
869         * Makefile.in: Rebuild.
870
871 2010-10-08  Bernd Schmidt  <bernds@codesourcery.com>
872             Joseph Myers  <joseph@codesourcery.com>
873
874         * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
875         notices.
876         * COPYING.NEWLIB: Add Texas Instruments notice.
877
878 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
879
880         * configure.ac (build_lto_plugin): New shell variable.
881         (--enable-lto): Turn on by default for all non-ELF platforms that
882         have had LTO support added so far.  Set build_lto_plugin appropriately
883         for both ELF and non-ELF.
884         (configdirs): Add lto-plugin or not based on build_lto_plugin.
885         * configure: Regenerate.
886
887 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
888
889         PR bootstrap/45326
890         PR bootstrap/45174
891         * configure.ac: Honor initial values of $build_configargs,
892         $host_configargs, $target_configargs.  Mark the precious, so
893         environment settings get recorded.
894         * configure: Regenerate.
895
896 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
897
898         Sync from GCC:
899
900         2010-09-30  Michael Eager  <eager@eagercon.com>
901
902         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
903         * configure: Regenerate.
904
905         2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
906
907         * configure.ac (enable-lto): Add Darwin to the list of supported lto
908         targets and amend comment.
909         * configure: Regenerate.
910
911         2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
912
913         * configure.ac: Enable LTO by default on Darwin.
914         * configure: Regenerate.
915
916         2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
917
918         PR bootstrap/44455
919         * configure.ac (extra_mpfr_configure_flags): Copy from
920         extra_mpc_gmp_configure_flags.
921         * configure: Re-generated.
922
923 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
924
925         Sync from GCC:
926
927         PR bootstrap/45796
928         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
929         Depend on all-build-libiberty.
930         * Makefile.in: Regenerate.
931
932 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
933
934         Sync from GCC:
935
936         PR bootstrap/44621
937         * configure.ac: Fix unportable shell quoting.
938         * configure: Regenerate.
939
940 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
941
942         * configure.ac: Support all v850 targets.
943         * configure: Regenerate.
944
945 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
946
947         PR target/44862
948         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
949         Provide -B option to allow for link spec %s substitutions for
950         libstdc++.a on darwin.
951         * Makefile.in: Regenerate.
952
953 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
954
955         * Makefile.def (configure-gcc): Depend on all-libelf.
956         * Makefile.in: Rebuild.
957
958 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
959
960         * config.sub, config.guess: Update from upstream sources.
961
962 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
963
964         Sync from GCC:
965
966         2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
967         * configure.ac: Allow all the versions greater than 0.10 of PPL.
968         * configure: Regenerated.
969
970         2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
971         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
972         * configure: Regenerate.
973
974         2010-04-17  Ralf Cors<E9>pius  <ralf.corsepius@rtems.org>
975         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
976         * configure: Regenerate.
977
978         2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
979         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
980         separately.
981         * configure: Regenerate.
982
983         2010-04-13  Steve Ellcey  <sje@cup.hp.com>
984         * configure: Regenerate after change to elf.m4.
985
986         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
987         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
988         * configure: Regenerated.
989
990         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
991         * configure.ac: Print "buggy but acceptable" when CLooG
992         revision is less than 9.
993         * configure: Regenerated.
994
995 2010-05-26  Dave Korn  <dave.korn.cygwin@gmail.com>
996
997         Merge from gcc:
998
999         2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1000         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1001         * configure: Regenerate.
1002
1003         2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1004         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1005         a platform that supports LTO.
1006         * configure: Regenerate.
1007
1008         2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1009         PR lto/42776
1010         * configure.ac (--enable-lto): Refactor handling so libelf tests
1011         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1012         and allow LTO to be explicitly enabled on non-ELF platforms that
1013         are known to support it inside else-clause.
1014         * configure: Regenerate.
1015
1016 2010-04-27  Roland McGrath  <roland@redhat.com>
1017             H.J. Lu  <hongjiu.lu@intel.com>
1018
1019         * configure.ac (--enable-gold): Support both, both/gold and
1020         both/bfd to add gold to configdirs without removing ld.
1021         * configure: Regenerated.
1022
1023         * Makefile.def: Add install-gold dependency to install-ld.
1024         * Makefile.in: Regenerated.
1025
1026 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1027
1028         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1029         * configure: Regenerate.
1030
1031 2010-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1032
1033         Merge from gcc:
1034         PR bootstrap/43615
1035         PR bootstrap/43328
1036         Revert:
1037         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1038         * configure.ac: Do not pass --enable-multilib nor
1039         --disable-multilib in baseargs.  Accept explicitly passed
1040         --enable_multilib.
1041         * configure: Regenerate.
1042
1043 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1044
1045         PR bootstrap/43328
1046         * configure.ac: Do not pass --enable-multilib nor
1047         --disable-multilib in baseargs.  Accept explicitly passed
1048         --enable_multilib.
1049         * configure: Regenerate.
1050
1051 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1052
1053         * configure.ac (tic6x-*-*): New case.
1054         * configure: Regenerate.
1055
1056 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1057
1058         Merge from gcc:
1059         2010-03-19  Jack Howarth <howarth@bromo.med.uc.edu>
1060         PR ada/42554
1061         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1062         * configure: Regenerate.
1063
1064 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1065
1066         * config.sub: Update to version 2010-03-22.
1067         * config.guess: Update to version 2009-12-30.
1068
1069 2010-03-14  Joseph Myers  <joseph@codesourcery.com>
1070
1071         Merge from gcc:
1072         2010-01-11  Richard Guenther  <rguenther@suse.de>
1073         PR lto/41569
1074         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1075         * Makefile.in: Regenerated.
1076
1077 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1078
1079         PR libstdc++/32499
1080         * configure.ac (RANLIB): Default to true.
1081         (STRIP): Likewise.
1082         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1083         * configure: Regenerate.
1084
1085 2010-02-17  Nick Clifton  <nickc@redhat.com>
1086
1087         PR 11238
1088         * Makefile.tpl (local-distclean): Also remove config.cache files in
1089         sub-directories as there may not be Makefiles present in the
1090         sub-directories.
1091         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1092         the config.cache files found by the find command.
1093
1094         * Makefile.in: Regenerate.
1095         * configure.ac: Revert previous delta.
1096         * configure: Regenerate.
1097
1098 2010-02-15  Nick Clifton  <nickc@redhat.com>
1099
1100         PR 11238
1101         * configure.ac: Delete config.cache files in sub-directories when
1102         deleting Makefiles.
1103         * configure: Regenerate.
1104
1105 2010-02-15  Nick Clifton  <nickc@redhat.com>
1106
1107         * configure.ac: Sync from gcc.
1108         * configure: Regenerate.
1109
1110 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1111
1112         Sync from gcc:
1113         * configure.ac: Add "recommended" version checks for GMP/MPC.
1114         Update recommended GMP/MPFR/MPC versions.
1115         * configure: Regenerate.
1116
1117 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1118
1119         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1120         * configure.ac (bootstrap_target_libs): Make inclusion of
1121         target-libgomp conditional on libgomb being in target_configdirs.
1122         * configure: Regenerate.
1123
1124 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1125
1126         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1127         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1128         * configure: Regenerate.
1129
1130 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1131
1132         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1133         * configure.ac (target_configdirs): Substitute.
1134         * Makefile.def: Bootstrap target module libgomp.
1135         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1136         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1137         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1138         * configure, Makefile.in: Regenerate.
1139
1140 2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1141
1142         * libtool.m4: Sync from git Libtool.
1143         * ltmain.sh: Likewise.
1144         * ltoptions.m4: Likewise.
1145         * ltversion.m4: Likewise.
1146         * lt~obsolete.m4: Likewise.
1147
1148 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1149             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1150
1151         PR bootstrap/42424
1152         * configure.ac: Include libtool m4 files.
1153         (_LT_CHECK_OBJDIR): Call it.
1154         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1155         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1156
1157         * configure: Regenerate.
1158
1159 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1160
1161         PR bootstrap/41818
1162         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1163         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1164         * Makefile.in: Regenerate.
1165
1166 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1167
1168         * config.sub, config.guess: Update from upstream sources.
1169
1170 2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1171
1172         * COPYING.NEWLIB: Update copyright date.
1173         * COPYING.LIBGLOSS: Ditto.
1174
1175 2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1176
1177         PR middle-end/30447
1178         PR middle-end/30789
1179         PR other/40302
1180
1181         * configure.ac: Require MPC.
1182         * configure: Regenerate.
1183
1184         * configure.ac: Update minimum MPC version to 0.8.
1185         * configure: Regenerate.
1186
1187 2009-11-20  Paolo Bonzini  <bonzini@gnu.org>
1188
1189         * config.guess: Sync with upstream and gcc.
1190         * config.sub: Sync with upstream and gcc.
1191
1192 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1193
1194         * Makefile.def: Restore host and target settings for gmp.
1195         * Makefile.in: Rebuild.
1196
1197 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1198
1199         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1200         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1201         Fix portability of test of C++ as bootstrap language.  Add
1202         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1203         * configure: Rebuild.
1204         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1205         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1206         in-tree building.
1207         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1208         (POSTSTAGE1_HOST_EXPORTS): Use it.
1209         (STAGE[+id+]_CXXFLAGS): New.
1210         (BASE_FLAGS_TO_PASS): Pass it down.
1211         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1212         extra_exports.
1213         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1214         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1215         extra_exports.
1216         * Makefile.in: Rebuild.
1217
1218 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1219
1220         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1221         paths for *-w64-mingw* and x86_64-*mingw*.
1222         * configure: Regenerated.
1223
1224 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1225
1226         * configure.ac: Disable target-winsup & co for
1227         x86_64-*-mingw* and *-w64-mingw* targets.
1228         * configure: Regenerated.
1229
1230 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1231
1232         * configure.ac (CLooG test): Use = with test.
1233         * configure: Regenerate.
1234
1235 2009-10-22  Richard Guenther  <rguenther@suse.de>
1236
1237         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1238         cloog if the ppl version check failed.  Move flags saving
1239         before setting in libelf check.
1240         * configure: Regenerate.
1241
1242 2009-10-21  Richard Guenther  <rguenther@suse.de>
1243
1244         * configure.ac: Adjust the ppl and cloog configure to work as
1245         documented.  Disable cloog if ppl was disabled.  Omit the version
1246         checks if they were disabled.
1247         * configure: Re-generate.
1248
1249 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1250
1251         * configure.ac: Add 'lto' to enable_languages, not
1252         new_enable_languages, and only if not already present.
1253         * configure: Regenerate.
1254
1255 2009-10-06  Ian Lance Taylor  <iant@google.com>
1256
1257         * Makefile.def: check-gold depends upon all-gas.
1258         * Makefile.in: Rebuild.
1259
1260 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1261
1262         * Makefile.def: all-lto-plugin depends on all-libiberty.
1263         set bootstrap=true for lto-plugin.
1264         Add lto-plugin.
1265         * Makefile.in: Regenerate.
1266         * configure.ac (host_libs): Add lto-plugin.
1267         * configure: Regenerate.
1268
1269 2009-10-03  Diego Novillo  <dnovillo@google.com>
1270
1271         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1272         (HOST_LIBELFLIBS): Define.
1273         (HOST_LIBELFINC): Define.
1274         * Makefile.in: Regenerate.
1275         * configure.ac: Add --enable-lto.
1276         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1277         If --enable-lto is used, add 'lto' to new_enable_languages.
1278         If --enable-lto is used and gold is enabled, add
1279         lto-plugin to configdirs.
1280         * configure: Regenerate.
1281
1282 2009-10-03  Simon Baldwin  <simonb@google.com>
1283
1284         * configure.ac: If --with-system-zlib, suppress local zlib and
1285         pass --with-system-zlib to subdir configure scripts.
1286         * configure: Regenerate.
1287
1288 2009-10-01  Loren J. Rittle <ljrittle@acm.org>
1289             Paolo Bonzini  <bonzini@gnu.org>
1290
1291         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1292         $(srcdir).
1293         * Makefile.in: Rebuilt.
1294
1295 2009-09-29  Paolo Bonzini  <bonzini@gnu.org>
1296
1297         Sync from gcc:
1298         2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1299
1300         * configure.ac: Update minimum MPC version to 0.7.
1301         * configure: Regenerate.
1302
1303 2009-09-25  Nick Clifton  <nickc@redhat.com>
1304
1305         * configure.ac: Pass any --cache-file=/dev/null option on to
1306         subconfigures.
1307         * configure: Regenerate.
1308
1309 2009-09-23  Nick Clifton  <nickc@redhat.com>
1310
1311         * config.sub, config.guess: Update from upstream sources.
1312
1313 2009-09-22  Loren J. Rittle <ljrittle@acm.org>
1314
1315         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1316         * Makefile.in: Rebuilt.
1317
1318 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1319
1320         PR bootstrap/32272
1321         * configure.ac: Error out if $srcdir isn't '.' but contains
1322         host-${host_noncanonical}.
1323         * configure: Regenerate.
1324
1325 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1326
1327         * configure.ac: If bootstrapping a combined tree with
1328         --enable-gold, require c++ in stage1_languages.
1329         * configure: Regenerate.
1330
1331         * configure.ac: Also add target_libs of stage1_languages to
1332         bootstrap_target_libs.
1333         * configure: Regenerate.
1334
1335         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1336         with --enable-languages not containing c++.
1337         * configure: Regenerate.
1338
1339 2009-09-16  Jie Zhang  <jie.zhang@analog.com>
1340
1341         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1342         * configure: Regenerate.
1343
1344 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1345
1346         * configure.ac: Do not use $extrasub for replacing @if/@endif
1347         parts in Makefile; instead, use additional arguments to
1348         AC_CONFIG_COMMANDS to do the replacement manually, with several
1349         sed invocations, to avoid HP-UX sed command limits.
1350         * configure: Regenerate.
1351
1352 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1353
1354         * configure.ac (with-build-config): Document.  Handle without.
1355         Handle missing argument.
1356         * configure: Rebuilt.
1357
1358 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1359
1360         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1361         Default to bootstrap-debug only if compare-debug works.
1362         * configure: Rebuilt.
1363         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1364         * Makefile.in: Rebuilt.
1365
1366 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1367
1368         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1369         * Makefile.in: Rebuilt.
1370
1371 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1372
1373         * Makefile.tpl (AWK): Fix typo.
1374         * Makefile.in: Regenerate.
1375
1376 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1377
1378         * configure.ac: Detect awk and sed.
1379         * Makefile.def (flags_to_pass): Add AWK and SED.
1380         * Makefile.tpl (AWK, SED): New.
1381         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1382         * configure: Regenerate.
1383         * Makefile.in: Regenerate.
1384
1385 2009-09-01  Tristan Gingold  <gingold@adacore.com>
1386
1387         * setup.com: Ported to Itanium VMS.  Can also build using DCL scripts.
1388         Remove logical names.
1389
1390 2009-08-31  Dave Korn  <dave.korn.cygwin@gmail.com>
1391
1392         * ltmain.sh (func_normal_abspath): New function.
1393         (func_relative_path): Likewise.
1394         (func_mode_help): Document new -bindir option for link mode.
1395         (func_mode_link): Add new -bindir option, and use it to place
1396         output DLL if specified.
1397
1398 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1399
1400         * configure.ac (AC_PREREQ): Bump to 2.64.
1401
1402 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1403
1404         * README-maintainer-mode: Point directly to upstream locations
1405         for autoconf, automake, libtool, gettext, instead of copies on
1406         sources.redhat.com.  Document required versions.
1407         * configure.ac: Do not substitute datarootdir, htmldir,
1408         pdfdir, docdir.  Do not process --with-datarootdir,
1409         --with-htmldir, --with-pdfdir, --with-docdir.
1410         * configure: Regenerate.
1411
1412         * configure: Regenerate.
1413
1414         * compile: Sync from Automake 1.11.
1415         * depcomp: Likewise.
1416         * install-sh: Likewise.
1417         * missing: Likewise.
1418         * mkinstalldirs: Likewise.
1419         * ylwrap: Likewise.
1420
1421 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1422
1423         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1424         (baseargs): Add --disable-option-checking.
1425         * configure: Regenerate.
1426
1427         * Makefile.def (configure-target-libiberty): Depend on
1428         all-binutils and all-ld.
1429         (configure-target-newlib): Likewise.
1430         * Makefile.in: Regenerate.
1431
1432 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1433
1434         Sync with GCC, merge:
1435
1436         2009-07-31  Christian Bruel  <christian.bruel@st.com>
1437
1438         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1439         * configure: Regenerate.
1440
1441         2009-07-06  Ian Lance Taylor  <iant@google.com>
1442
1443         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1444         * configure: Rebuild.
1445
1446         2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1447
1448         PR bootstrap/40338
1449         * configure.ac (comparestring): Create new variable.
1450         * Makefile.tpl (comparestring): Use to skip some comparisions.
1451         * configure: Regenerate.
1452         * Makefile.in: Regenerate.
1453
1454         2009-06-23  Ian Lance Taylor  <iant@google.com>
1455
1456         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1457         boot_languages.  Only bootstrap target libraries listed in
1458         target_libs for some boot language.  Add --with-stage1-ldflags,
1459         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1460         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1461         if not building with C++.
1462         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1463         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1464         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1465         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1466         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1467         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1468         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1469         * configure, Makefile.in: Rebuild.
1470
1471         2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1472
1473         * configure.ac: Detect MPC in default directory.
1474         * configure: Regenerate.
1475
1476         2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1477
1478         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1479         to noconfdirs.
1480         * configure: Regenerate.
1481
1482         2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1483
1484         * Makefile.def: Add MPC support and dependencies.
1485         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1486
1487         * Makefile.in, configure: Regenerate.
1488
1489         2009-05-24  Nicolas Roche  <roche@adacore.com>
1490
1491         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1492         * Makefile.in: Regenerate.
1493
1494         2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1495
1496         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1497         * configure:  Regenerate.
1498
1499         2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1500
1501         * configure.ac ($with_ppl):  Default to no if not supplied.
1502         ($with_cloog):  Likewise.
1503         configure:  Regenerate.
1504
1505         2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1506
1507         PR bootstrap/39739
1508         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1509         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1510
1511         * configure, Makefile.in: Regenerate.
1512
1513         2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1514
1515         * configure.ac: Change copyright header to refer to version
1516         3 of the GNU General Public License and to point readers at the
1517         COPYING3 file and the FSF's license web page.
1518         * Makefile.def: Likewise.
1519         * Makefile.tpl: Likewise.
1520         * Makefile.in: Regenerate.
1521
1522         2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1523
1524         * configure.ac: Restore match for darwin9 or later. Use double
1525         brackets since regeneration eats one pair.
1526         * configure: Regenerate.
1527
1528 2009-08-18  Christopher Faylor  <me+cygwin@cgf.cx>
1529
1530         * MAINTAINERS: Perform some obvious fixups.
1531
1532 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1533
1534         * config.sub, config.guess: Update from upstream sources.
1535
1536 2009-08-06  Michael Eager <eager@eagercon.com>
1537
1538         * configure.ac: Add Microblaze target.
1539         * configure: Regenerate.
1540
1541 2009-07-02  Tristan Gingold  <gingold@adacore.com>
1542
1543         * configure.ac: Do not exclude gas for i386-*-darwin.
1544         Add a case for x86_64-*-darwin.
1545         * configure: Regenerate.
1546
1547 2009-06-26  Doug Evans  <dje@sebabeach.org>
1548
1549         * Makefile.def (host_modules): Add cgen.
1550         * Makefile.in: Regenerate.
1551         * configure.ac (host_tools): Add cgen.
1552         * configure: Regenerate.
1553
1554 2009-06-17  Michael Eager <eager@eagercon.com>
1555
1556         * COPYING.LIBGLOSS: Add Xilinx license.
1557
1558 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1559
1560         * configure.ac: Define is_elf for QNX Neutrino targets.
1561         * configure: Regenerate.
1562
1563 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1564             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1565
1566         * Makefile.tpl (all): Avoid a trailing backslash.
1567         * Makefile.in: Regenerate.
1568
1569 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1570
1571         * config.sub, config.guess: Update from upstream sources.
1572
1573 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1574
1575         * Makefile.tpl ([+compare-target+]): Compare all stage
1576         directories, rather than just gcc.
1577         * Makefile.in: Rebuilt.
1578
1579 2009-05-28  Doug Kwan  <dougkwan@google.com>
1580
1581         * configure.ac: Support gold for target arm*-*-*.
1582         * configure: Regenerate.
1583
1584 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1585
1586         * Makefile.tpl (all): Avoid harmless warning in make all when
1587         gcc-bootstrap is enabled but stage_last does not exist.
1588         * Makefile.in: Rebuilt.
1589
1590 2009-05-25  Tristan Gingold  <gingold@adacore.com>
1591
1592         * setup.com: Complete the file with configuration and build.
1593
1594 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1595
1596         PR other/40159
1597         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1598         gcc-no-bootstrap are mutually exclusive.
1599         * Makefile.in: Rebuilt.
1600
1601 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1602
1603         PR other/40159
1604         * Makefile.tpl (all): Don't end with unconditional success.
1605         * Makefile.in: Rebuilt.
1606
1607 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1608
1609         PR target/37137
1610         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1611         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1612         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1613         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1614         stage_configureflags, stage_cflags and stage_libcflags into
1615         explicit Makefile macros.
1616         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1617         GFORTRAN.
1618         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1619         CC.  Set CC_FOR_BUILD from CC.
1620         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1621         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1622         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1623         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1624         and GFORTRAN.
1625         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1626         (_LIBCFLAGS): Renamed to _TFLAGS.
1627         (do-compare-debug, do-compare3-debug): Drop.
1628         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1629         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1630         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1631         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1632         (XGCC_FLAGS_FOR_TARGET): New.
1633         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1634         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1635         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1636         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1637         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1638         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1639         TFLAGS.
1640         (BUILD_CONFIG): Include if requested.
1641         (all): Set TFLAGS on bootstrap.
1642         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1643         (all-stageid-prefixmodule): Likewise.
1644         (do-clean, distclean-stageid): Set TFLAGS.
1645         (restrap): Fix whitespace.
1646         * Makefile.in: Rebuilt.
1647
1648 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1649
1650         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1651         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1652         * Makefile.in: Regenerate.
1653
1654 2009-04-24  Eli Zaretskii  <eliz@gnu.org>
1655
1656         * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1657         consistency with config.sub.  (Update from upstream sources.)
1658
1659 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
1660
1661         * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1662
1663 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1664
1665         * config.sub, config.guess: Update from upstream sources.
1666
1667 2009-04-15  Anthony Green  <green@moxielogic.com>
1668
1669         * configure.ac: Add moxie support.
1670         * configure: Rebuilt.
1671
1672 2009-04-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1673
1674         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1675         * configure: Regenerate.
1676
1677 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1678
1679         PR gas/10039
1680         * configure.ac: Require texinfo 4.7.
1681         * configure: Regenerated.
1682
1683 2009-04-09  Steve Ellcey  <sje@cup.hp.com>
1684
1685         * Makefil.def (languages): New entries.
1686         * Makefile.tpl (check-gcc-*): New generic target.
1687         * Makefile.in: Regenerate.
1688
1689 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1690
1691         * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1692         Windows builds of Sed.
1693
1694 2009-03-18  Tom Tromey  <tromey@redhat.com>
1695
1696         * configure: Rebuild.
1697         * configure.ac (host_libs): Add libiconv.
1698         * Makefile.in: Rebuild.
1699         * Makefile.def (host_modules): Add libiconv.
1700         (configure-gdb, all-gdb): Depend on libiconv.
1701
1702 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1703
1704         * configure.ac: Treat gdb as supported on x86_64-darwin.
1705         * configure: Regenerate.
1706
1707 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1708
1709         Merge from GCC:
1710
1711         2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1712
1713         * configure.ac (--with-host-libstdcxx): New option.
1714         * configure: Regenerate.
1715
1716         2009-01-29  Robert Millan  <rmh@aybabtu.com>
1717
1718         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1719         * configure: Regenerate.
1720
1721         2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
1722
1723         PR tree-optimization/38515
1724         * configure.ac (cloog-polylib): Removed.
1725         (with_ppl, with_cloog): Test for "no".
1726         * configure: Regenerated.
1727
1728 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1729
1730         Backport from git Libtool:
1731
1732         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1733         Support GNU/kOpenSolaris.
1734         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1735         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1736         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1737         GNU/kOpenSolaris.
1738
1739 2009-02-05  Andreas Schwab  <schwab@suse.de>
1740
1741         * Makefile.tpl (stage_last): Define $r and $s before using
1742         $(RECURSE_FLAGS_TO_PASS).
1743         * Makefile.in: Regenerate
1744
1745 2009-01-21  Jeff Johnston  <jjohnstn@redhat.com>
1746
1747         * COPYING.NEWLIB: Add ARM license.
1748
1749 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1750
1751         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1752         (all-opcodes): Depend on all-libiberty.
1753         * Makefile.in: Regenerate.
1754
1755 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1756
1757         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1758         * configure: Regenerate.
1759
1760 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1761
1762         Backport link test fix from upstream Libtool:
1763
1764         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1765         Add cache variables to tests that require the linker to work.
1766         For shlibpath_overrides_runpath, this also changes the semantics
1767         to let the result from the C compiler take precedence.
1768         compiler take precedence.
1769
1770 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1771
1772         * config.sub, config.guess: Update from upstream sources.
1773
1774 2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1775
1776         * COPYING.NEWLIB: Updated.
1777         * COPYING.LIBGLOSS: Ditto.
1778
1779 2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
1780
1781         Sync with GCC:
1782
1783         2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1784
1785         * configure.ac (ppllibs): Add by default the lib flags.
1786         * configure: Regenerate.
1787
1788         2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1789
1790         * configure.ac: Add double brackets on darwin[912].
1791         * configure: Regenerate.
1792
1793         2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1794
1795         * configure.ac: Expand to darwin10 and later.
1796         * configure: Regenerate.
1797
1798 2008-12-02  Andreas Schwab  <schwab@suse.de>
1799
1800         * Makefile.def: configure-target-boehm-gc depends on
1801         all-target-libstdc++-v3.
1802         * Makefile.in: Regenerate.
1803
1804 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1805
1806         * config.sub, config.guess: Update from upstream sources.
1807
1808 2008-11-27  Joseph Myers  <joseph@codesourcery.com>
1809
1810         Merge from GCC:
1811
1812         2007-12-02  Matthias Klose  <doko@ubuntu.com>
1813
1814         * config-ml.in: Remove 64bit configure tests.
1815
1816         2008-05-14  Rafael Espindola  <espindola@google.com>
1817
1818         * config-ml.in: don't handle --enable-shared and --enable-static.
1819
1820         2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1821             Tobias Grosser  <grosser@fim.uni-passau.de>
1822             Jan Sjodin  <jan.sjodin@amd.com>
1823             Harsha Jagasia  <harsha.jagasia@amd.com>
1824             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1825             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1826             Adrien Eliche  <aeliche@isty.uvsq.fr>
1827
1828         Merge from graphite branch.
1829         * configure: Regenerate.
1830         * Makefile.in: Regenerate.
1831         * configure.ac (host_libs): Add ppl and cloog.
1832         Add checks for PPL and CLooG.
1833         * Makefile.def (ppl, cloog): Added modules and dependences.
1834         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1835         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1836
1837         2008-09-03  Richard Guenther  <rguenther@suse.de>
1838
1839         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1840         cloog test.
1841         * configure: Re-generate.
1842
1843         2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1844
1845         * configure.ac (--with-cloog-polylib): New.
1846         (--disable-cloog-version-check): New.
1847         (--disable-ppl-version-check): New.
1848         * configure: Re-generate.
1849
1850         2008-09-05  Richard Guenther  <rguenther@suse.de>
1851
1852         * configure.ac: Initialize clooglibs to -lcloog.
1853         * configure: Re-generate.
1854
1855         2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1856
1857         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1858         recommended version to 2.3.2.
1859
1860         * configure: Regenerate.
1861
1862         2008-10-31  Ben Elliston  <bje@au.ibm.com>
1863
1864         * configure.ac (spu-*-*): Remove special case.
1865         * configure: Regenerate.
1866
1867         Complete comment text from GCC version of:
1868
1869         2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1870
1871         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1872         (GCC_SHLIB_SUBDIR): New.
1873         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1874         * configure: Regenerate.
1875         * Makefile.in: Regenerate.
1876
1877 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1878
1879         * configure.ac: Build gdb for i?86-*-darwin*
1880         * configure: Regenerated.
1881
1882 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1883
1884         PR bootstrap/38014
1885         PR bootstrap/37923
1886
1887         Revert:
1888
1889         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1890
1891         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1892         * Makefile.in: Regenerated.
1893
1894         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1895
1896         PR gdb/921
1897         PR gdb/1646
1898         PR gdb/2175
1899         PR gdb/2176
1900
1901         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1902         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1903         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1904         (HOST_EXPORTS): Pass CPPFLAGS.
1905         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1906         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1907         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1908         * Makefile.in, configure: Regenerated.
1909         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1910         and CPPFLAGS_FOR_BUILD.
1911
1912 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1913
1914         * configure.ac [spu-*-*]: Do not set skipdirs.
1915         * configure: Re-generate.
1916
1917 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1918
1919         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1920         * Makefile.in: Regenerated.
1921
1922 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1923
1924         PR gdb/921
1925         PR gdb/1646
1926         PR gdb/2175
1927         PR gdb/2176
1928
1929         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1930         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1931         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1932         (HOST_EXPORTS): Pass CPPFLAGS.
1933         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1934         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1935         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1936         * Makefile.in, configure: Regenerated.
1937         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1938         and CPPFLAGS_FOR_BUILD.
1939
1940 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
1941
1942         * libtool.m4: Update to libtool 2.2.6.
1943         * lt~obsolete.m4: Update to libtool 2.2.6.
1944         * ltmain.sh: Update to libtool 2.2.6.
1945         * ltsugar.m4: Update to libtool 2.2.6.
1946         * ltversion.m4: Update to libtool 2.2.6.
1947         * ltoptions.m4: Update to libtool 2.2.6.
1948         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1949
1950 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1951
1952         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1953         (GCC_SHLIB_SUBDIR): New.
1954         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1955         * configure: Regenerate.
1956         * Makefile.in: Regenerate.
1957
1958 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1959
1960         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1961         Enable bfd, binutils and opcodes.
1962         * configure: Regenerate.
1963
1964 2008-08-16  Nicolas Roche  <roche@adacore.com>
1965
1966         * Makefile.tpl: Add BOOT_ADAFLAGS.
1967         * Makefile.in: Regenerate.
1968
1969 2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
1970
1971         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1972         * configure: Regenerate.
1973
1974 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1975
1976         Sync with gcc:
1977         2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1978
1979         * configure.ac: Add makefile fragments for hpux.
1980         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1981         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1982         * configure: Regenerate.
1983         * Makefile.in: Regenerate.
1984
1985         2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1986
1987         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1988         * Makefile.in: Regenerate.
1989         * configure: Regenerate.
1990
1991 2008-06-18  Ian Lance Taylor  <iant@google.com>
1992
1993         * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
1994
1995         * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
1996
1997 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1998
1999         * configure: Regenerate.
2000
2001 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2002
2003         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2004         "$@" is still intact with both Autoconf 2.59 and 2.62.
2005         * configure: Regenerate.
2006
2007 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2008
2009         * Makefile.tpl: Fix comment errors.
2010         * Makefile.in: Regenerate.
2011
2012 2008-06-13  Julian Brown  <julian@codesourcery.com>
2013
2014         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2015         of libobjc for ARM EABI Linux.
2016         * configure: Regenerate.
2017
2018 2008-06-12  David S. Miller  <davem@davemloft.net>
2019             David Edelsohn  <edelsohn@gnu.org>
2020
2021         * configure.ac: Add powerpc*-*-* to gold supported targets.
2022         * configure: Regenerate.
2023
2024 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2025
2026         PR tree-optimization/36218
2027         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2028         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2029         (all prefix="build-"): Pass them to build-system sub-makes.
2030         * Makefile.in: Regenerate.
2031
2032 2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
2033
2034         * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2035         README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2036         mkdep, and compile.  Update comments.
2037         (ETC_SUPPORT): Add ChangeLog and update comments.
2038
2039 2008-05-11  Ian Lance Taylor  <iant@google.com>
2040
2041         * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2042
2043 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2044
2045         Sync with gcc:
2046         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2047
2048         PR bootstrap/35457
2049         * configure.ac: Include override.m4.
2050         * configure: Regenerate.
2051
2052         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2053
2054         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2055         * Makefile.in: Regenerate.
2056
2057         2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2058
2059         * configure.ac: Do not build libssp for the AVR.
2060         * configure: Regenerate.
2061
2062 2008-04-18  Nick Clifton  <nickc@redhat.com>
2063
2064         * MAINTAINERS: Replace reference to configure.in with reference to
2065         configure.ac.
2066
2067 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2068
2069         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2070         as nonconfigurable directories list.
2071         * configure: Regenerate.
2072
2073 2008-04-14  David S. Miller  <davem@davemloft.net>
2074
2075         * configure.ac: Add sparc*-*-* to gold supported targets.
2076         * configure: Regenerate.
2077
2078 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2079
2080         * config.sub, config.guess: Update from upstream sources.
2081
2082 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2083
2084         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2085         * Makefile.in: Regenerate.
2086
2087 2008-04-07  Ian Lance Taylor  <iant@google.com>
2088
2089         * Makefile.def: check-gold depends upon all-binutils.
2090         * Makefile.in: Regenerate.
2091
2092 2008-04-04  Nick Clifton  <nickc@redhat.com>
2093
2094         PR binutils/4334
2095         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2096         builds.
2097         * configure: Regenerate.
2098
2099 2008-04-04  NightStrike  <NightStrike@gmail.com>
2100
2101         PR other/35151
2102         * configure.ac: Combine rules for mingw32 and mingw64.
2103         * configure: Regenerate.
2104
2105 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2106
2107         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2108         * Makefile.in: Regenerate.
2109
2110 2008-03-20  Ian Lance Taylor  <iant@google.com>
2111
2112         * configure.ac: Add support for --enable-gold.
2113         * Makefile.def: Add gold as a directory like ld.
2114         * configure, Makefile.in: Regenerate.
2115
2116 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
2117
2118         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2119         (s390_cond_extensions): Reduced extensions to the compare related.
2120         (main): z10 cpu type option added.
2121         (expandConditionalJump): Renamed to ...
2122         (insertExpandedMnemonic): ... this.
2123
2124         * opcodes/s390-opc.c: Re-group the operand format makros.
2125         (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2126         INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2127         INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2128         INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2129         INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2130         INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2131         INSTR_SIL_RDU): New instruction formats added.
2132         (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2133         MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2134         MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2135         MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2136         MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2137         MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2138         masks added.
2139         (s390_opformats): New formats added "ris", "rrs", "sil".
2140         * opcodes/s390-opc.txt: Add the conditional jumps with the
2141         extensions removed from automatic expansion in s390-mkopc.c manually.
2142         (asi - trtre): Add new System z10 EC instructions.
2143         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2144
2145 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2146
2147         * configure.ac: m4_include config/proginstall.m4.
2148         * configure: Regenerate.
2149
2150 2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2151
2152         Backport from upstream Libtool:
2153
2154         2007-10-12  Eric Blake  <ebb9@byu.net>
2155
2156         Deal with Autoconf 2.62's semantic change in m4_append.
2157         * ltsugar.m4 (lt_append): Replace broken versions of
2158         m4_append.
2159         (lt_if_append_uniq): Don't require separator to be overquoted,
2160         and avoid broken m4_append.
2161         (lt_dict_add): Fix typo.
2162         * libtool.m4 (_LT_DECL): Don't overquote separator.
2163
2164 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2165
2166         * config.rpath: Add AIX 6 support.
2167
2168 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2169
2170         * Makefile.def (stageprofile).  Remove -fprofile-generate
2171         from stage_libcflags.
2172         * Makefile.in: Regenerate.
2173
2174 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2175
2176         * config.sub, config.guess: Update from upstream sources.
2177
2178 2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
2179
2180         * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2181         * s390-opc.txt (cmpsc): Duplicate entry removed.
2182         (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2183         cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2184         fier, cu42, cu41): Fix operand format.
2185
2186 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2187
2188         PR bootstrap/32009
2189         PR bootstrap/32161
2190
2191         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2192         * configure: Regenerate.
2193
2194         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2195         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2196         STAGE4_LIBCFLAGS): New.
2197         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2198         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2199         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2200         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2201         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2202         for target modules.  Don't export LIBCFLAGS.
2203         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2204         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2205         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2206         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2207         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2208         * Makefile.in: Regenerate.
2209
2210 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2211
2212         PR libgcj/33085
2213         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2214         Do not use -DDLL_EXPORT.  Backport from upstream.
2215
2216 2008-02-14  Nick Clifton  <nickc@redhat.com>
2217
2218         Import this patch from gcc:
2219         2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2220
2221         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2222
2223 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2224
2225         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2226         * configure: Regenerate.
2227
2228 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2229
2230         * configure.ac (xtensa*-*-*): Recognize processor variants.
2231         * configure: Regenerate.
2232
2233 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2234
2235         PR bootstrap/34922
2236         * configure.ac (PARSE_ARGS): Push suitable setting of
2237         ac_subdirs_all, for `./configure --help=recursive'.
2238         Handle `+' in generic toplevel directory disabling.
2239         * configure: Regenerate.
2240
2241 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2242
2243         * config.sub, config.guess: Update from upstream sources.
2244
2245 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2246
2247         * config.sub, config.guess: Update from upstream sources.
2248
2249 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2250
2251         * COPYING.LIBGLOSS: Update default copyright.
2252
2253 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2254
2255         * COPYING.NEWLIB: Update default copyright.
2256
2257 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2258
2259         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2260         Change recommended MPFR from 2.2.1 > 2.3.0.
2261         * configure: Regenerate.
2262
2263 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2264
2265         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2266         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2267         * Makefile.in: Regenerate.
2268
2269 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2270
2271         * configure.ac: Enable libjava for x86_64-*-darwin9.
2272         * configure: Regenerate.
2273
2274 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2275
2276         * config.sub, config.guess: Update from upstream sources.
2277
2278 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2279
2280         * config-ml.in: Robustify against white space in absolute file
2281         names.
2282
2283         * config-ml.in (multi-clean): Substitute ${Makefile}.
2284         Remove superfluous ${Makefile} in list.
2285
2286 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2287
2288         * Makefile.def (dependencies): Make configure-gdb depend on
2289         all-intl.
2290         * Makefile.in: Regenerated.
2291
2292 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
2293
2294         * Makefile.def: To avoid problems running with parallel makes,
2295         build newlib before libgloss so that target specific header
2296         files are availble.
2297         * Makefile.in: Regenerate.
2298
2299 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2300
2301         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2302         * Makefile.in: Regenerate.
2303
2304 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2305
2306         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2307         * libdecnumber: New directory, imported from GCC.
2308
2309 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2310
2311         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2312         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2313         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2314         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2315         * configure: Regenerate.
2316
2317 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2318
2319         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2320         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2321         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2322         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2323         * configure.ac: Default them to host tools for $host = $build.
2324         Subst them.
2325
2326         * configure: Regenerate.
2327         * Makefile.in: Regenerate.
2328
2329 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2330
2331         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2332         * configure: Regenerate.
2333
2334 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2335
2336         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2337         libstdc++.
2338         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2339         * configure: Regenerate.
2340         * Makefile.in: Regenerate.
2341
2342 2007-09-17  Andreas Schwab  <schwab@suse.de>
2343
2344         * configure.ac: Raise minimum makeinfo version to 4.6.
2345         * configure: Regenerate.
2346
2347 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2348
2349         * configure.ac: Correct makeinfo version check.
2350         * configure: Regenerate.
2351
2352 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2353
2354         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2355         to $skipdirs and only disable gprof for newlib.  Use the normal
2356         mips*-elf* handling in other respects.
2357         * configure: Regnerate.
2358
2359 2007-09-12  David Daney  <ddaney@avtrex.com>
2360
2361         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2362         enabling libgcj.
2363         * configure: Regenerate.
2364
2365 2007-09-12  Richard Guenther  <rguenther@suse.de>
2366
2367         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2368         nor --disable-checking is provided also turn on yes and types
2369         checking for stage1.
2370         * configure: Re-generate.
2371
2372 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2373
2374         PR target/33281
2375         * configure.ac: Use config/mh-mingw on mingw.
2376         * configure: Regenerate.
2377
2378 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2379
2380         PR other/32154
2381         * configure.ac: For libgloss targets, point the linker to the linker
2382         script, startup code and simulator library.
2383         * configure: Regenerate.
2384
2385 2007-09-09  Andrew Haley  <aph@redhat.com>
2386
2387         * configure.ac (noconfigdirs): Remove target-libffi and
2388         target-libjava.
2389
2390 2007-08-29  Nick Clifton  <nickc@redhat.com>
2391
2392         * config.sub, config.guess: Update from upstream sources.
2393
2394 2007-08-21  Richard Guenther  <rguenther@suse.de>
2395
2396         * configure.ac: Add types checking to stage1 checking flags.
2397         * configure: Regenerate.
2398
2399 2007-08-18  Paul Brook  <paul@codesourcery.com>
2400             Joseph Myers  <joseph@codesourcery.com>
2401
2402         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2403         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2404         * Makefile.in: Regenerate.
2405         * configure.ac (--with-debug-prefix-map): New.
2406         * configure: Regenerate.
2407
2408 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2409             Nigel Stephens  <nigel@mips.com>
2410
2411         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2412         as target_makefile_frag.
2413         * configure: Regenerate.
2414
2415 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2416
2417         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2418         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2419         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2420         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2421         (do-compare, do-compare3, do-compare-debug): New.
2422         ([+compare-target+]): Use them.
2423
2424 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2425
2426         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2427         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2428         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2429         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2430         (do-compare, do-compare3, do-compare-debug): New.
2431         ([+compare-target+]): Use them.
2432
2433 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2434             Ben Elliston  <bje@au.ibm.com>
2435
2436         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2437         --silent if $silent.
2438         * configure: Regenerate.
2439
2440 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
2441
2442         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2443
2444 2007-07-17  Nick Clifton  <nickc@redhat.com>
2445
2446         * COPYING3: New file.  Contains version 3 of the GNU General
2447         Public License.
2448         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2449         Lesser General Public License.
2450
2451 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
2452
2453         * configure.ac: Fix my previous change to really match GCC.
2454         * configure: Regenerate.
2455
2456 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2457
2458         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2459         * configure: Regenerate.
2460
2461 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2462
2463         * configure.ac: Add some missing m4 quotation.
2464         * configure: Regenerate.
2465
2466 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
2467
2468         * Makefile.def: Add windmc tool to build.
2469         * Makefile.tpl: Likewise.
2470         * configure.ac: Likewise.
2471         * Makefile.in: Regenerate.
2472         * configure: Regenerate.
2473
2474 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2475
2476         * lt~obsolete.m4: New. Import from 20070318 libtool.
2477
2478 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2479
2480         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2481         uclinux and linux-uclibc targets.
2482         * configure: Regenerate.
2483
2484 2007-06-28  DJ Delorie  <dj@redhat.com>
2485
2486         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2487         not building newlib.
2488         * configure: Regenerated.
2489
2490 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
2491
2492         * src-release (DEVO_SUPPORT): Correct typos.
2493
2494 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2495
2496         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2497         * Makefile.in: Regenerated.
2498
2499 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2500
2501         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2502         (distclean-stage[+id+]): Possibly delete stage_last.
2503         * Makefile.in: Regenerate.
2504
2505 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2506
2507         * config.sub, config.guess: Update from upstream sources.
2508
2509 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2510
2511         * Makefile.tpl: Fix spelling error.
2512         * Makefile.in: Regenerate.
2513
2514 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
2515
2516         Sync with gcc:
2517         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2518
2519         PR bootstrap/29382
2520         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2521         * configure: Rebuilt.
2522
2523 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2524
2525         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2526         lt_cv_sys_max_cmd_len.
2527
2528 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
2529
2530         * ltgcc.m4: Update from GCC.
2531
2532 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2533
2534         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2535
2536 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
2537
2538         * ltmain.sh: Update from GCC.
2539         * libtool.m4: Update from GCC.
2540         * ltsugar.m4: New. Update from GCC.
2541         * ltversion.m4: New. Update from GCC.
2542         * ltoptions.m4: New. Update from GCC.
2543         * ltconfig: Remove.
2544         * ltcf-c.sh: Remove.
2545         * ltcf-cxx.sh: Remove.
2546         * ltcf-gcj.sh: Remove.
2547         * src-release: Update with new libtool file list.
2548
2549 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2550
2551         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2552         stage_cflags.
2553         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2554         Remove CFLAGS/LIBCFLAGS.
2555         (configure-stage[+id+]-[+prefix+][+module+],
2556         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2557         * Makefile.in: Regenerate.
2558
2559 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2560
2561         * config-ml.in: Update from GCC.
2562
2563 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
2564
2565         * src-release (do-proto-toplev): Process the support directories before
2566         the tool directory.
2567
2568 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2569
2570         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2571         of glob.  Quote arguments with single quotes too.
2572         * configure: Regenerate.
2573
2574 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2575
2576         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2577         * Makefile.in: Regenerate
2578
2579 2007-03-07  Andreas Schwab  <schwab@suse.de>
2580
2581         * configure: Regenerate.
2582
2583 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2584
2585         * configure.ac: Add "--with-pdfdir" configure option,
2586         which defines pdfdir variable.
2587         * Makefile.def (target=fixincludes): Add install-pdf to
2588         missing targets.
2589         (recursive_targets): Add install-pdf target.
2590         (flags_to_pass): Add pdfdir.
2591         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2592         target.
2593         * configure: Regenerate
2594         * Makefile.in: Regenerate
2595
2596 2007-02-28  Eric Christopher  <echristo@apple.com>
2597
2598         Revert:
2599         2006-12-07  Mike Stump  <mrs@apple.com>
2600
2601         * Makefile.def (dependencies): Add dependency for
2602         install-target-libssp and install-target-libgomp on
2603         install-gcc.
2604         * Makefile.in: Regenerate.
2605
2606 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2607
2608         * configure: Regenerate.
2609         * configure.ac: Move statements after variable declarations.
2610
2611 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2612
2613         * configure.ac: Adjust for loop syntax.
2614         * configure: Regenerate.
2615
2616 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2617
2618         * configure: Rebuilt.
2619
2620 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2621
2622         * configure.ac: Drop multiple occurrences of --enable-languages,
2623         and fix its quoting.
2624         * configure: Rebuilt.
2625
2626 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2627             Nathan Sidwell  <nathan@codesourcery.com>
2628             Vladimir Prus  <vladimir@codesourcery.com
2629             Joseph Myers  <joseph@codesourcery.com>
2630
2631         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2632         * configure: Regenerate.
2633
2634 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2635
2636         * configure.ac (target_libraries): Move libgcc before libiberty.
2637         * configure: Regenerated.
2638
2639 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2640
2641         * configure: Regenerate again?
2642
2643 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2644
2645         * configure: Reapply PR30748 fix which was lost in the previous commit.
2646
2647 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2648             Paolo Bonzini  <bonzini@gnu.org>
2649
2650         PR bootstrap/30753
2651         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2652         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2653         * configure: Regenerated.
2654
2655 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
2656
2657         * configure: Regenerate.
2658
2659 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2660
2661         PR bootstrap/30748
2662         * configure.ac: Correct syntax for Solaris ksh.
2663         * configure: Regenerated.
2664
2665 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2666
2667         * Makefile.def: Sync with GCC.
2668         * Makefile.tpl: Sync with GCC.
2669         * Makefile.in: Regenerate.
2670         * configure: Regenerate.
2671
2672 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2673
2674         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2675         noncanonical equivalents.
2676         * configure.in: Rename to...
2677         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2678         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2679         target_noncanonical.  Use them.  Rewrite removal of configure
2680         arguments for autoconf 2.59.  Discard variable settings.  Force
2681         program_transform_name for native tools.
2682
2683         * Makefile.in: Regenerated.
2684         * configure: Regenerated with autoconf 2.59.
2685
2686         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2687
2688 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
2689
2690         * COPYING.LIBGLOSS: Reformat default Red Hat
2691         license to fit within 80 columns.
2692         * COPYING.NEWLIB: Ditto.
2693
2694 2007-02-05  Dave Brolley  <brolley@redhat.com>
2695
2696         * Contribute the following changes:
2697         2006-11-28  DJ Delorie  <dj@redhat.com>
2698
2699         * configure.in: Fix typo for mep's target_makefile_frag.
2700         * configure: Regenerated.
2701
2702         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
2703
2704         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2705         * configure: Regenerate.
2706
2707         2001-09-19  DJ Delorie  <dj@redhat.com>
2708
2709         * configure.in (target_makefile_frag): use mt-mep
2710
2711         2001-06-12  Don Howard  <dhoward@redhat.com>
2712
2713         * configure.in: Remove gdb from MeP skip list.
2714
2715         2001-04-05  DJ Delorie  <dj@redhat.com>
2716
2717         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2718
2719         2001-03-20  Ben Elliston  <bje@redhat.com>
2720
2721         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2722
2723         2001-03-19  Ben Elliston  <bje@redhat.com>
2724
2725         * config.sub (mep, mep-*): Add.
2726
2727 2007-01-31  Andreas Schwab  <schwab@suse.de>
2728
2729         * Makefile.tpl (LDFLAGS): Substitute it.
2730         * Makefile.in: Regenerate.
2731
2732 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2733
2734         * configure.in: Change == to = in test command.
2735         * configure: Regenerate.
2736
2737 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2738             Nick Clifton  <nickc@redhat.com>
2739             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2740
2741         * configure.in (build_configargs, host_configargs, target_configargs):
2742         Remove build/host/target parameters.
2743         (host_libs): Add gmp and mpfr.
2744         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2745         * Makefile.def (gmp, mpfr): New.
2746         (gcc): Remove target.
2747         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2748         target_os, target_vendor): New.
2749         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
2750         * configure: Regenerate.
2751         * Makefile.in: Regenerate.
2752
2753 2007-01-11  Matt Fago  <fago@earthlink.net>
2754
2755         * configure.in: Try to link to functions only in mpfr 2.2.x
2756         to improve robustness of configure tests.
2757         * configure: Regenerate.
2758
2759 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2760
2761         * configure.in: Add support for an x86_64-mingw* target.
2762         * configure: Regenerate.
2763
2764 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2765
2766         * Makefile.tpl (all-target): Correct @if conditional for target
2767         modules.
2768         * configure.in: Omit libiberty if building only target libgcc.
2769         * configure, Makefile.in: Regenerated.
2770
2771 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2772
2773         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2774         * configure: Regenerate.
2775
2776 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2777
2778         * Makefile.def (target_modules): Add libgcc.
2779         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2780         * Makefile.tpl (clean-target-libgcc): Delete.
2781         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2782         on gcc even for bootstrapped modules.  Rewrite handling of
2783         lang_env_dependencies to loop over target_modules.
2784         * configure.in (target_libraries): Add target-libgcc.
2785         * Makefile.in, configure: Regenerated.
2786
2787 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2788
2789         Sync with gcc:
2790         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2791
2792         * configure.in: Reorganize recognition of languages.  Add
2793         --enable-stage1-languages.  Show supported languages for the chosen
2794         target rather than all recognized languages.
2795         * configure: Regenerate.
2796
2797         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2798
2799         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2800         * Makefile.in: Regenerate.
2801
2802         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2803
2804         * configure.in: Warn that MPFR 2.2.0 is buggy.
2805         * configure: Regenerate.
2806
2807 2006-12-27  Ian Lance Taylor  <iant@google.com>
2808
2809         * configure.in: When removing Makefiles to force a reconfigure, also
2810         remove prev-DIR*/Makefile.
2811         * configure: Regenerate.
2812
2813 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
2814
2815         * config.bfd: Recognize fido.
2816
2817 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2818
2819         Sync with gcc:
2820
2821         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2822
2823         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2824         it only affects bootstrap and could be tested on "$host" as well.
2825         * configure: Regenerate.
2826         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2827
2828         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2829
2830         PR bootstrap/29544
2831         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2832         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2833         move here comment from Makefile.tpl.
2834         * Makefile.tpl: Move some definitions higher in the file.
2835         (STAGE1_CHECKING): New.
2836         * configure.in: Add --enable-stage1-checking.
2837         * configure: Regenerate.
2838         * Makefile.in: Regenerate.
2839
2840         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2841
2842         * configure.in: Update error message for missing GMP/MPFR.
2843
2844         * configure: Regenerate.
2845
2846         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2847
2848         * configure.in: Update MPFR version in error message.
2849
2850         * configure: Regenerate.
2851
2852         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2853
2854         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2855         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2856         --with-gmp-lib): New flags.
2857
2858         * configure: Regenerate.
2859
2860 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
2861
2862         PR bootstrap/30134
2863         * configure.in: Correct x86 darwin support for libjava to powerpc
2864         and i?86 only.
2865         * configure: Regenerate.
2866
2867 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2868
2869         * configure.in:  Handle spu makefile frag.
2870         * Makefile.tpl (MAINT): Define
2871         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2872         * configure: Regenerate.
2873         * Makefile.in: Regenerate.
2874
2875 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2876
2877         * config.sub, config.guess: Update from upstream sources.
2878
2879 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2880
2881         * configure.in: Sync with GCC (spu-*-*).
2882         * configure: Sync with GCC.
2883
2884 2006-12-07  Mike Stump  <mrs@apple.com>
2885
2886         * Makefile.def (dependencies): Add dependency for
2887         install-target-libssp and install-target-libgomp on
2888         install-gcc.
2889         * Makefile.in: Regenerate.
2890
2891 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2892
2893         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2894         (unstage): Test for stage_last presence.
2895
2896         PR bootstrap/29802
2897         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2898         * Makefile.in: Regenerate.
2899
2900 2006-11-14  DJ Delorie  <dj@redhat.com>
2901
2902         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2903         * Makefile.in: Sync with GCC.
2904         * configure.in: Sync with GCC (mpfr, gmp).
2905         * configure: Sync with GCC.
2906
2907 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
2908
2909         * configure.in: Remove target-libgloss from noconfigdirs for
2910         bfin-*-*.
2911         * configure: Regenerated.
2912
2913 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
2914
2915         * COPYING.NEWLIB: Add spu license.
2916         * COPYING.LIBGLOSS: Ditto.
2917
2918 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
2919
2920         * Makefile.def: Added pdf target handling.
2921         * Makefile.tpl: Added pdf target handling.
2922         * Makefile.in: Regenerated.
2923
2924 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
2925
2926         * COPYING.NEWLIB: Updated.
2927         * COPYING.LIBGLOSS: Ditto.
2928
2929 2006-09-27  Dave Brolley  <brolley@redhat.com>
2930
2931         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2932         $s instead of $r.
2933         * configure: Regenerated.
2934
2935 2006-09-26  Ben Elliston  <bje@au.ibm.com>
2936
2937         * config.sub, config.guess: Update from upstream sources.
2938
2939 2006-09-20  Thiemo Seufer  <ths@mips.com>
2940
2941         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2942         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2943         * configure: Regenerate.
2944
2945 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2946
2947         * configure.in: Never build newlib for a Mingw host.
2948         Never build newlib as Mingw target library.
2949         Test the existence of winsup/cygwin for building a Cygwin newlib,
2950         rather than just winsup.
2951         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2952         building a Mingw target.
2953         * configure: Regenerate.
2954
2955 2006-08-15  Thiemo Seufer  <ths@mips.com>
2956             Nigel Stephens  <nigel@mips.com>
2957             David Ung  <davidu@mips.com>
2958
2959         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
2960
2961 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2962
2963         Sync from GCC:
2964         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2965
2966         PR bootstrap/18058
2967         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2968         if the bootstrap compiler is a GCC version that supports it.
2969         * configure: Regenerate.
2970
2971 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2972
2973         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2974         * configure: Regenerated.
2975
2976 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
2977
2978         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2979         for stages after the first.
2980
2981 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
2982
2983         * Makefile.def: Add dependencies for configure-opcodes
2984         on configure-intl and all-opcodes on all-intl.
2985         * Makefile.in: Regenerated.
2986
2987 2006-07-04  Peter O'Gorman  <peter@pogma.com>
2988
2989         * ltconfig: chmod 644 before ranlib during install.
2990
2991 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2992
2993         * configure.in: Fix thinkos in previous check-in.
2994         * configure: Regenerate.
2995
2996 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2997
2998         Sync from gcc:
2999
3000         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
3001
3002         PR other/27063
3003         * configure.in: Test subdir_requires and give an appropriate
3004         error message.
3005         * configure: Regenerate.
3006
3007         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3008
3009         PR target/27540
3010         * configure.in: Only enable libgomp on IRIX 6.
3011         * configure: Regenerate.
3012
3013 2006-06-20  David Ayers  <d.ayers@inode.at>
3014
3015         PR bootstrap/28072
3016         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3017         whether target-libjava is being configured instead of whether the
3018         java front end is enabled.
3019         * configure: Regenerate.
3020
3021 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
3022
3023         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3024         to R_ARM_LDC_SB_G{0,1,2} respectively.
3025
3026 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3027
3028         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3029         too.
3030         * Makefile.in: Regenerate.
3031
3032 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3033
3034         Sync from gcc:
3035
3036         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3037         * configure.in: Don't enable libgomp on hpux10.
3038         * configure: Rebuilt.
3039
3040 2006-06-13  David Ayers  <d.ayers@inode.at>
3041
3042         Sync from gcc:
3043
3044         2006-06-12  David Ayers  <d.ayers@inode.at>
3045
3046         PR bootstrap/27963
3047         PR target/19970
3048         * configure.in: Remove target-boehm-gc from noconfigdirs where
3049         ${libgcj} is specified.
3050         * configure: Regenerate.
3051
3052 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
3053
3054         Sync from gcc:
3055
3056         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
3057                     Andreas Schwab  <schwab@suse.de>
3058
3059         PR bootstrap/18033
3060         * config-ml.in: Eval option if surrounded by single quotes.
3061
3062 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
3063
3064         Sync from gcc:
3065
3066         2006-06-06  David Ayers  <d.ayers@inode.at>
3067
3068         PR libobjc/13946
3069         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3070         * Makefile.in: Regenerate.
3071         * configure.in: Add --enable-objc-gc at toplevel and have it
3072         enable boehm-gc for Objective-C.
3073         Remove target-boehm-gc from libgcj.
3074         Add target-boehm-gc to target_libraries.
3075         Add target-boehm-gc to noconfigdirs where ${libgcj}
3076         is specified.
3077         Assert that boehm-gc is supported when requested for Objective-C.
3078         Only build boehm-gc if needed either for Java or Objective-C.
3079         * configure: Regenerate.
3080
3081         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3082
3083         PR 27674
3084         * Makefile.tpl (configure-[+prefix+][+module+],
3085         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3086         Remove rule to unstage bootstrapped modules.
3087         (stage_current): New.
3088         * Makefile.in: Regenerate.
3089
3090         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3091         Andreas Tobler  <a.tobler@schweiz.ch>
3092
3093         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3094         * configure: Rebuilt.
3095
3096         Revert
3097         2006-01-31  Richard Guenther  <rguenther@suse.de>
3098         Paolo Bonzini  <bonzini@gnu.org>
3099
3100         * Makefile.def (target_modules): Add libgcc-math target module.
3101         * configure.in (target_libraries): Add libgcc-math target library.
3102         (--enable-libgcc-math): New configure switch.
3103         * Makefile.in: Re-generate.
3104         * configure: Re-generate.
3105
3106 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
3107
3108         * config-ml.in: Alter CCASFLAGS to include special
3109         multilib options the same as is done for CFLAGS.
3110
3111 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3112
3113         * Makefile.def: Added dependencies from sim and gdb on intl, and
3114         added configure dependencies to everything with an all dependency
3115         on intl.
3116         * gettext.m4: Removed.
3117         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3118         (GDB_SUPPORT_DIRS): Add intl.
3119         * Makefile.in: Regenerated.
3120
3121 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
3122
3123         * src-release (DEVO_SUPPORT): Add config.rpath.
3124
3125 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3126
3127         * Makefile.def (bfd, opcodes): Fix lib_path.
3128         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3129         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3130         * Makefile.in: Regenerate.
3131
3132 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3133
3134         * configure.in: Enable gprof for cross builds.
3135         * configure: Regenerate.
3136
3137 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
3138
3139         * src-release (MAKEINFOFLAGS): Define.
3140         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3141
3142 2006-05-14  Ben Elliston  <bje@au.ibm.com>
3143
3144         * config.sub, config.guess: Update from upstream sources.
3145
3146 2006-05-12  Ben Elliston  <bje@au.ibm.com>
3147
3148         * config.sub, config.guess: Update from upstream sources.
3149
3150 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
3151
3152         * blt, iwidgets, mmalloc: Remove directories.
3153
3154 2006-05-01  DJ Delorie  <dj@redhat.com>
3155
3156         * configure.in: Restore CFLAGS if GMP isn't present.
3157         * configure: Regenerate.
3158
3159 2006-04-18  DJ Delorie  <dj@redhat.com>
3160
3161         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3162         reference libgloss so that libssp can be built in a combined
3163         tree.
3164         * configure: Regenerate.
3165
3166 2006-04-10  Ben Elliston  <bje@au.ibm.com>
3167
3168         * contrib: Remove directory.
3169
3170 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
3171
3172         * Makefile.tpl: Add install-html target.
3173         * Makefile.def: Add install-html target.
3174         * Makefile.in: Regenerate.
3175         * configure.in: Add --with-datarootdir, --with-docdir,
3176         and --with-htmldir options.
3177         * configure: Regenerate.
3178
3179 2006-03-31  Ben Elliston  <bje@au.ibm.com>
3180
3181         PR binutils/1860
3182         * configure.in: Require makeinfo 4.4 or higher.
3183         * configure: Regenerate.
3184
3185 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3186
3187         * Makefile.in: Regenerate.
3188
3189 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3190
3191         Sync with gcc:
3192         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3193
3194         * configure.in: Handle --disable-<component> generically.
3195         * configure: Regenerate.
3196
3197         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3198
3199         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3200         (TARGET_CONFIGDIRS): Remove.
3201         * configure.in: Remove AC_SUBST(target_configdirs).
3202         * Makefile.in, configure: Regenerated.
3203
3204
3205 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3206
3207         PR libgcj/17311
3208         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3209
3210 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3211
3212         PR bootstrap/25670
3213
3214         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3215
3216         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3217         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3218         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3219         BUILD_PREFIX, BUILD_PREFIX_1.
3220         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3221
3222         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3223         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3224
3225         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3226         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3227         of `cat stage_current`.  Always provide the `r' and `s' variables.
3228         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3229         a single shell execution.
3230         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3231         bootstrapped modules, make the stage1 module if the build was not
3232         started yet, else build the current stage.
3233         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3234         (all-build, all-host, all-target, [+make_target+]-host,
3235         [+make_target+]-target): Do not use \-continued lines.
3236         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3237         (current_stage, restrap, stage_last): New.
3238
3239         * Makefile.in: Regenerate.
3240         * configure: Regenerate.
3241
3242 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3243
3244         Sync from gcc:
3245
3246         2006-01-31  Richard Guenther  <rguenther@suse.de>
3247                     Paolo Bonzini  <bonzini@gnu.org>
3248
3249         * Makefile.def (target_modules): Add libgcc-math target module.
3250         * configure.in (target_libraries): Add libgcc-math target library.
3251         (--enable-libgcc-math): New configure switch.
3252         * Makefile.in: Re-generate.
3253         * configure: Re-generate.
3254         * libgcc-math: New toplevel directory.
3255
3256         2006-01-18  Richard Henderson  <rth@redhat.com>
3257                     Jakub Jelinek  <jakub@redhat.com>
3258                     Diego Novillo  <dnovillo@redhat.com>
3259
3260         * libgomp: New directory.
3261         * Makefile.def: Add target_module libgomp.
3262         * Makefile.in: Regenerate.
3263         * configure.in (target_libraries): Add target-libgomp.
3264         * configure: Regenerate.
3265
3266 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3267             Andreas Schwab  <schwab@suse.de>
3268
3269         * configure: Regenerate.
3270
3271 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
3272
3273         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3274         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3275         the assembler, linker and binutils.
3276         * configure: Regenerate.
3277
3278 2006-01-16  Nick Clifton  <nickc@redhat.com>
3279
3280         * config.sub, config.guess: Sync from config repository.
3281
3282 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3283
3284         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3285         @ from continuation.
3286         * Makefile.in: Rebuilt.
3287
3288 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3289
3290         Sync from gcc:
3291
3292         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3293
3294         PR bootstrap/24252
3295
3296         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3297         * Makefile.tpl (OBJDUMP): New.
3298         (EXTRA_HOST_FLAGS): Add it.
3299         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3300
3301         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3302         to use symbolic links between directories.  Avoid race conditions
3303         or make them harmless.
3304         * configure.in: Do not try to use symbolic links between directories.
3305
3306         * Makefile.def (LEAN): Pass.
3307         * Makefile.tpl (LEAN): Define.
3308         (stage[+id+]-start): Accept that the previous directory does not
3309         exist, if the bootstrap is lean.
3310         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3311         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3312         configure substitution.
3313         ([+compare-target+]): Likewise.
3314         ([+bootstrap-target+]-lean): New.
3315         * configure.in: Remove lean bootstrap support from here.
3316
3317         * Makefile.in: Regenerate.
3318         * configure: Regenerate.
3319
3320         2006-01-02  Andreas Schwab  <schwab@suse.de>
3321
3322         * configure.in: When reconfiguring remove Makefile in
3323         all stage directories.
3324         * configure: Regenerate.
3325
3326 2005-12-27  Leif Ekblad  <leif@rdos.net>
3327
3328         * configure.in: Add support for RDOS target.
3329         * configure: Regenerate.
3330
3331 2005-12-27  Nick Clifton  <nickc@redhat.com>
3332
3333         PR binutils/1990
3334         * libtool.m4: Synchronize with version in GCC sources.
3335
3336 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3337
3338         Revert Ada-related part of the previous change.
3339
3340         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3341         Do not pass.
3342         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3343         * Makefile.in: Regenerate.
3344         * configure.in: Do not include mt-ppc-aix target fragment.
3345         * configure: Regenerate.
3346
3347 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3348
3349         * configure.in: Select appropriate fragments for PowerPC/AIX.
3350         * configure: Regenerate.
3351
3352         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3353         BOOT_CFLAGS, BOOT_LDFLAGS.
3354         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3355         BOOT_CFLAGS, BOOT_LDFLAGS.
3356         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3357         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3358         (stage): Fail if we cannot complete the work.
3359         * Makefile.in: Regenerate.
3360
3361 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
3362
3363         * COPYING.NEWLIB: Update copyright year for default
3364         copyright.
3365
3366 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3367
3368         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3369         install-host-nogcc): Don't invoke $(stage) at the end.
3370         * Makefile.in: Regenerate.
3371
3372 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3373
3374         * configure.in: Flip the top-level bootstrap switch.
3375         * configure: Regenerate.
3376
3377         Merge from gcc:
3378
3379         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3380
3381         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3382         $(stage) and $(unstage).
3383         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3384         (all): Remove stray semicolon.
3385         (local-distclean): Don't handle multilib.tmp and multilib.out.
3386         (install.all): Set $s for consistency.
3387         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3388         check_multilibs setting.  Always make the install directory.
3389         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3390         Correct @if/@endif.
3391         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3392         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3393         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3394         (multilib.out): Remove.
3395         * Makefile.in: Regenerated.
3396
3397 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3398
3399         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3400         * configure.in: Replace ms1 arch with mt.
3401         * configure: Rebuilt.
3402
3403 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3404
3405         Sync with gcc:
3406
3407 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3408
3409         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3410         * configure.in: Replace ms1 arch with mt.
3411         * configure: Rebuilt.
3412
3413 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3414
3415         Sync with gcc:
3416
3417         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3418
3419         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3420         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3421         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3422         Find in-tree tools if available.
3423         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3424         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3425         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3426         (COMPILER_*_FOR_TARGET): New.
3427         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3428         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3429         (CONFIGURED_*, USUAL_*): Remove.
3430         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3431         STRIP): Use autoconf substitutions.
3432         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3433         COMPILER_NM_FOR_TARGET): New.
3434         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3435
3436         (all): Make all-host and all-target in parallel.
3437         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3438         that $$r and $$s are set before invoking a recursive make.
3439         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3440         ([+bootstrap-target+]): Inline most of the `all' target.
3441
3442         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3443
3444         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3445         from the gcc build directory.
3446         * Makefile.in: Regenerate.
3447
3448         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3449
3450         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3451         depend on all-libdecnumber.
3452         * configure.in (host_libs): Include libdecnumber.
3453         * Makefile.in: Regenerate.
3454         * configure: Likewise.
3455
3456         2005-11-21  Kean Johnston  <jkj@sco.com>
3457
3458         * config.sub, config.guess: Sync from upstream sources.
3459
3460 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3461
3462         * Makefile.def: Remove gdb dependencies for gdbtk.
3463         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3464         (configure-gdb, install-gdb): New rules.
3465         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3466         * Makefile.in, configure: Regenerated.
3467
3468 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3469
3470         PR bootstrap/24297
3471         * Makefile.tpl (do-[+make-target+], do-check, install,
3472         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3473         are set before recursing.
3474         * Makefile.in: Regenerate.
3475
3476 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3477
3478         PR bootstrap/18939
3479         * Makefile.def (gcc) <target>: Fix thinko.
3480         * Makefile.in: Regenerate.
3481
3482 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3483
3484         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3485         * configure: Regenerate.
3486
3487 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
3488
3489         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3490         target-libffi, target-qthreads, target-libjava, and
3491         targetlibobjc.
3492         * configure: Regenerate.
3493
3494 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3495
3496         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3497         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3498         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3499         (USUAL_OBJDUMP_FOR_TARGET): New.
3500         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3501         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3502         * configure, Makefile.in: Regenerated.
3503
3504 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3505
3506         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3507         before other host packages.
3508
3509 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3510
3511         PR bootstrap/22340
3512
3513         * configure.in (default_target): Remove.
3514         * Makefile.tpl (all): Do not use prerequisites as subroutines
3515         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3516         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3517         use prerequisites as subroutines.
3518         (check-host, check-target): New.
3519         (bootstrap configure & all targets): Do not use stage*-start
3520         if the directory layout is already ok.
3521         (non-bootstrap configure & all targets): Prepend a $(unstage).
3522         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3523         (NOTPARALLEL): Remove.
3524         (unstage, stage variables): New variables.
3525         (unstage, stage targets): Simply expand to those variables.
3526
3527         * configure: Regenerate.
3528         * Makefile.in: Regenerate.
3529
3530 2005-10-04  James E Wilson  <wilson@specifix.com>
3531
3532         * Makefile.def (lang_env_dependencies): Add libmudflap.
3533         * Makefile.in: Regenerate.
3534
3535 2005-10-03  Catherine Moore  <clm@cm00re.com>
3536
3537         * configure.in (bfin-*-*): Support bfin.
3538         * configure: Regenerated.
3539
3540 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
3541
3542         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3543         * configure: Regenerated.
3544
3545 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3546
3547         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3548         (LIPO_FOR_TARGET): New.
3549         (CONFIGURED_LIPO_FOR_TARGET): New.
3550         (USUAL_LIPO_FOR_TARGET): New.
3551         (STRIP_FOR_TARGET): New.
3552         (CONFIGURED_STRIP_FOR_TARGET): New.
3553         (USUAL_STRIP_FOR_TARGET): New.
3554         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3555         STRIP_FOR_TARGET.
3556         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3557         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3558         * Makefile.in: Regenerate.
3559         * configure: Regenerate.
3560
3561 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3562
3563         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3564         (rs6000-*-aix*): Same.
3565         * configure: Regenerate.
3566
3567 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3568
3569         * configure.in: Recognize f95 in the --enable-languages option,
3570         and substitute it for fortran, issuing a warning.
3571         * configure: Regenerate.
3572
3573 2005-09-07  Ben Elliston  <bje@au.ibm.com>
3574
3575         Import from Autoconf sources:
3576
3577         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3578         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3579         Elliston.  Handle weird characters correctly.
3580
3581 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3582
3583         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3584         * configure:  Regenerated.
3585
3586 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3587
3588         * Makefile.def (libssp): Add to lang_env_dependencies.
3589         * Makefile.in: Regenerate.
3590
3591 2005-08-17  Christian Groessler  <chris@groessler.org>
3592
3593         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3594         * Makefile.in: Regenerate.
3595
3596 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3597
3598         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3599         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3600         Look for alternate names of the target cc and c++
3601         * configure: Regenerate.
3602
3603 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3604
3605         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3606         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3607         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3608         tools; remove code to manually set them.
3609         (Target tools): Look in the environment for them.
3610         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3611         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3612         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3613         build directory.
3614         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3615         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3616         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3617         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3618         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3619         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3620         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3621         * configure: Regenerate.
3622         * Makefile.in: Regenerate.
3623
3624 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3625
3626         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3627         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3628         * Makefile.in: Regenerated.
3629
3630 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3631
3632         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3633         (CFLAGS_FOR_TARGET): Use it.
3634         (CXXFLAGS_FOR_TARGET): Likewise.
3635         * Makefile.in: Regenerated.
3636         * configure.in (--with-build-sysroot): New option.
3637         * configure: Regenerated.
3638
3639 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3640
3641         * Makefile.tpl: Wrap install between unstage and stage
3642         * Makefile.in: Regenerate.
3643
3644 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3645
3646         * all files: Update FSF address.
3647
3648 2005-07-14  Jim Blandy  <jimb@redhat.com>
3649
3650         * configure.in: Add cases for Renesas m32c.
3651         * configure: Regenerated.
3652
3653 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3654
3655         * COPYING, compile, config-ml.in, config.guess,
3656         config.sub, install-sh, missing, mkinstalldirs,
3657         symlink-tree, ylwrap: Sync from upstream sources.
3658
3659 2005-07-13  Eric Christopher  <echristo@redhat.com>
3660
3661         * configure.in: Add toplevel noconfigdir support for tpf.
3662         * configure: Regenerate.
3663
3664 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
3665
3666         * Makefile.def (target_modules): Add libssp.
3667         * configure.in (target_libraries): Add target-libssp.
3668         * configure: Rebuilt.
3669         * Makefile.in: Rebuilt.
3670
3671 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3672
3673         PR ada/22340
3674
3675         * Makefile.def: Sync with gcc.
3676         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3677         * Makefile.in: Regenerate.
3678
3679 2005-07-07  Andreas Schwab  <schwab@suse.de>
3680
3681         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3682         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3683         * Makefile.in: Regenerated.
3684
3685 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
3686
3687         * configure.in: Add --enable-libssp and --disable-libssp.
3688         * configure: Regenerate with autoconf-2.13.
3689
3690 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3691
3692         * configure.in: Don't build sim or rda when targetting darwin.
3693         * configure: Regenerate.
3694
3695 2005-07-04  Ben Elliston  <bje@gnu.org>
3696
3697         * src-release (do-proto-toplev): Remove dejagnu bits.
3698         (DEJAGNU_SUPPORT_DIRS): Remove.
3699         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3700         (GDBD_SUPPORT_DIRS): Likewise.
3701         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3702         (INSIGHTD_SUPPORT_DIRS): Likewise.
3703         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3704
3705 2005-06-30  Ben Elliston  <bje@gnu.org>
3706
3707         * setup.com (mpw): Remove unused directive.
3708
3709 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3710
3711         * Makefile.def (stagefeedback): Come after profile.
3712         Define profiledbootstrap target.
3713         * Makefile.tpl (profiledbootstrap): Remove.
3714         (stageprofile-end): Zap stagefeedback.
3715         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3716         * Makefile.in: Regenerate.
3717
3718 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3719
3720         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3721         In 'cpp' stanza, support '#line' as well as '# '.
3722
3723 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3724
3725         * configure.in (unsupported_languages): New macro.
3726         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3727         non-ported target libraries in noconfigdirs.
3728         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3729         non-linux-gnu.  Remove libgcj_ex_libffi.
3730         <lang_frag loop>: Set add_this_lang=no if the language is in
3731         unsupported_languages.
3732         * configure: Regenerate.
3733
3734 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3735
3736         * configure.in: Fix typo in handling of --with-mpfr-dir.
3737         * configure: Regenerate.
3738
3739 2005-06-02  Jim Blandy  <jimb@redhat.com>
3740
3741         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3742         accepted into the master sources.)
3743
3744 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3745             Michael Snyder  <msnyder@redhat.com>
3746             Stan Cox  <scox@redhat.com>
3747
3748         * configure.in: Set noconfigdirs for ms1.
3749
3750         * configure: Regenerate.
3751
3752 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3753
3754         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3755         (Dependencies): Consider target modules for bootstrap dependencies.
3756         Make target bootstrap modules depend on each stage's gcc.
3757         * Makefile.in: Regenerate.
3758
3759 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3760
3761         * Makefile.def (configure-gcc): Depend on binutils having been built.
3762         (all-gcc): No need to do it here.
3763         * Makefile.in: Regenerate.
3764
3765 2005-05-19  Paul Brook  <paul@codesourcery.com>
3766
3767         * configure.in: Rewrite misleading error message when requested
3768         language cannot be built.
3769         * configure: Regenerate.
3770
3771 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3772
3773         * ylwrap: Import from Automake 1.9.5.
3774
3775 2005-05-04  Mike Stump  <mrs@apple.com>
3776
3777         * configure.in: Always pass --target to target configures as
3778         otherwise rebuilds that do --recheck will fail.
3779         * configure: Rebuilt.
3780
3781 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3782
3783         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3784         STAGE_HOST_EXPORTS.
3785         (configure, all): Add bootstrap support.
3786         (Host modules, target modules): Pass post-stage1 flags and exports.
3787         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3788         * Makefile.in: Regenerate.
3789
3790 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
3791
3792         Sync from gcc:
3793
3794         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
3795
3796         * config.sub: Update from master copy.
3797
3798         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
3799
3800         * configure.in <crisv32-*-*, cris-*-*>: New local variable
3801         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
3802         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
3803         "*-*-elf" and "*-*-linux*".
3804         * configure: Regenerate.
3805
3806 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
3807
3808         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3809         (TARGET_CONFIGARGS): Include --with-target-subdir.
3810         (configure, all): New macros.  Use them throughout.
3811
3812 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
3813
3814         * Makefile.tpl: Sync with gcc.
3815         * Makefile.in: Regenerate.
3816
3817 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
3818
3819         * config/mh-mingw32: Delete.
3820         * configure.in: Don't use it.
3821         * configure: Regenerate.
3822
3823 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
3824
3825         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3826         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3827         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3828         (HOST_LIB_PATH): Generate from Makefile.def.
3829         (TARGET_LIB_PATH): Likewise.
3830         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3831         * Makefile.in: Regenerate.
3832         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3833         (RPATH_ENVVAR): Include Darwin case.
3834         * configure: Regenerate.
3835
3836 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
3837
3838         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3839         * configure: Regenerate.
3840
3841 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
3842
3843         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3844         gcc_version, and gcc_version_trigger from set of flags to pass.
3845         * Makefile.tpl: Remove definitions of above variables.
3846         (config.status): Remove dependency on $(gcc_version_trigger).
3847         * Makefile.in: Regenerate.
3848         * configure.in: Do not reference config/gcc-version.m4 nor
3849         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
3850         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
3851         * configure: Regenerate.
3852
3853 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
3854             Andrew Pinski <pinskia@physics.uc.edu>
3855
3856         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3857         * Makefile.in: Regenerate.
3858
3859 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
3860
3861         PR libgcj/20160
3862         * ltmain.sh: Avoid creating archives with components that have
3863         duplicate basenames.
3864
3865 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3866
3867         PR bootstrap/20250
3868         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3869         instead of check.
3870         * Makefile.in: Regenerate.
3871
3872 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3873
3874         Sync from gcc.
3875
3876         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3877
3878         PR bootstrap/17383
3879         * Makefile.def (target_modules): Remove "stage", now unnecessary.
3880         * Makefile.tpl (HOST_SUBDIR): New substitution.
3881         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3882         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3883         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3884         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3885         (Host modules, Bootstrapped modules): Use it.
3886         (Build modules, Target modules): Do not create symlink trees,
3887         always configure out-of-srcdir.
3888         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3889         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3890         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3891         $(HOST_SUBDIR).  Create a symlink for host_subdir.
3892
3893         * Makefile.in: Regenerate.
3894         * configure: Regenerate.
3895
3896         Merged from libada-gnattools-branch:
3897         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3898
3899         * Makefile.def: Add gnattools as a module, depending on target-libada.
3900         * Makefile.in: Regenerate.
3901         * configure.in: Include gnattools in host_tools; disable it if ada
3902         is disabled.
3903         * configure: Regenerate.
3904
3905 2005-02-23  Nick Clifton  <nickc@redhat.com>
3906
3907         * configure: Regenerate.
3908
3909 2005-02-22  Paul Schlie  <schlie@comcast.net>
3910
3911         * configure.in: Allow darwin targeted ports to build tk, itcl and
3912         libgui.
3913
3914 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3915
3916         PR libgcj/10353
3917         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3918         * configure: Regenerate.
3919
3920 2005-02-08  Andrew Cagney  <cagney@gnu.org>
3921
3922         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3923         gdb/ section.  Update GDB's URL.
3924
3925 2005-01-31  Andrew Cagney  <cagney@gnu.org>
3926
3927         * gettext.m4: Only set ENABLE_NLS when gettext is present.
3928
3929 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3930
3931         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3932         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3933         target-libgloss when not *-*-elf and *-*-aout.
3934         * configure: Regenerate.
3935
3936 2005-01-27  Andrew Cagney  <cagney@gnu.org>
3937
3938         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3939
3940 2005-01-24  Andrew Cagney  <cagney@gnu.org>
3941
3942         * gettext.m4: Only fall back to ../intl/ when it's present.
3943
3944 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3945
3946         * install-sh, config.sub: Import from upstream.
3947
3948 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3949
3950         PR bootstrap/18222
3951         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3952         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3953         * Makefile.in: Regenerate.
3954
3955 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
3956
3957         Revert 2004-12-28 Makefile changes, a better fix will be
3958         applied to mainline and src after GCC 4.0 branches.
3959
3960 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
3961
3962         PR bootstrap/17383
3963
3964         * Makefile.def (target_modules): Remove stage parameter,
3965         it is always true now.
3966         * Makefile.tpl (configure-build-[+module+],
3967         configure-target-[+module+]): Always build symlink tree
3968         for the directory and for include.  BUILD_SUBDIR and
3969         TARGET_SUBDIR cannot be . anymore.
3970         * Makefile.in: Regenerate.
3971
3972 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
3973
3974         Revert 2004-12-08 Makefile changes.
3975
3976 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
3977
3978         * configure.in (sh64-*-*): Reenable gprof.
3979         * configure: Regenerate.
3980
3981 2004-12-09  Jim Blandy  <jimb@redhat.com>
3982
3983         * MAINTAINERS: List 'depcomp' as part of automake.
3984
3985 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
3986
3987         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3988         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3989         (EXTRA_TARGET_FLAGS): Add PICFLAG.
3990         * Makefile.in: Regenerate.
3991
3992 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
3993
3994         * Makefile.tpl: Generate normal dependencies if the LHS module is
3995         not bootstrapped.
3996         * Makefile.in: Regenerate.
3997
3998 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3999
4000         * configure.in: Include config/gxx-include-dir.m4.  Use
4001         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4002         * configure: Regenerate.
4003
4004 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4005
4006         * config.if: Delete.
4007         * configure.in: Set libstdcxx_incdir directly.
4008         * configure: Regenerate.
4009         * MAINTAINERS: Remove mention of config.if.
4010         * src-release (DEVO_SUPPORT): Remove config.if.
4011
4012 2004-12-02  Eric Christopher  <echristo@redhat.com>
4013
4014         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4015         of things to remove.
4016         * Makefile.in: Regenerate.
4017
4018 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4019
4020         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4021         * configure: Regenerate.
4022
4023 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4024
4025         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4026         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4027         * configure: Regenerate.
4028
4029 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4030
4031         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4032         (hppa*64*-*-*): Delete incorrect comment.
4033         * configure: Rebuilt.
4034
4035 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4036
4037         * install-sh, compile: Import from automake.
4038
4039 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4040
4041         * config.guess, config.sub:  Import from savannnah.
4042
4043 2004-11-12  Mike Stump  <mrs@apple.com>
4044
4045         * Makefile.def: Add html support.
4046         * Makefile.tpl: Likewise.
4047         * Makefile.in: Regenerate.
4048
4049 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4050
4051         PR 18423
4052         * configure.in: Remove all instances of build-fixincludes from
4053         noconfigdirs.
4054         (build_configargs): Supply --target to subdirectories.
4055         * configure: Regenerate.
4056
4057         * Makefile.def: Make gcc install depend on fixincludes install.
4058         * Makefile.in: Regenerate.
4059
4060 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4061
4062         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4063         target-libgfortran.
4064         * configure: Regenerate.
4065
4066 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4067
4068         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4069         like CC.
4070
4071 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4072
4073         * Makefile.def (host fixincludes): Specify missing targets.
4074         * Makefile.in: Regenerate.
4075
4076 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4077
4078         PR other/17783
4079         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4080         * configure: Regenerated.
4081
4082 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4083
4084         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4085         * configure: Regenerated.
4086
4087 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4088
4089         PR target/18151
4090         * configure.in (case ${target}): Do not build fixincludes for avr.
4091         * configure: Regenerated.
4092
4093 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4094
4095         * configure.in (case ${target}): Do not build fixincludes
4096         on platforms where it is not used.
4097         * configure: Regenerated.
4098
4099 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4100
4101         * configure.in: Use an absolute path to install-sh.
4102         * configure: Regenerated.
4103
4104 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4105
4106         * src-release (do-djunpack, do-md5sum): Install the generated file
4107         directly into the proto-toplev/ directory.
4108
4109 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4110
4111         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4112
4113 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4114
4115         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4116         * configure: Regenerate.
4117
4118 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4119
4120         Fix wrong conflict resolution in:
4121
4122         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4123
4124         * Makefile.in: Regenerate.
4125         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4126         in the recursive `make', instead of hardwiring `all'.
4127         (Autogenerated TARGET-* variables): New.
4128
4129 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4130
4131         Merged from GCC / libtool upstream:
4132         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4133         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4134         * ltcf-cxx.sh (tpf*): Likewise.
4135         * ltconfig (tpf*): Add TPF OS configuration support.
4136
4137 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
4138
4139         * configure.in: Enable target-libgloss for crx-*-*.
4140         * configure: Regenerate.
4141
4142 2004-09-24  Michael Roth  <mroth@nessie.de>
4143
4144         * configure.in (--without-headers): Add missing double quotes.
4145         * configure: Regenerate.
4146
4147 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
4148
4149         * ylwrap: Revert to previous version.
4150
4151 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4152
4153         PR bootstrap/17369
4154         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4155         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4156         SET_GCC_LIB_PATH_CMD.
4157         (BASE_TARGET_EXPORTS): Likewise.
4158         * Makefile.in: Regenerated.
4159
4160         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4161         * configure: Regenerated.
4162
4163 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4164
4165         * config.guess: New upstream version
4166         * compile, depcomp, install-sh, ylwrap: Likewise.
4167
4168 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4169
4170         * config/mh-x86omitfp: New host makefile fragment.  Add
4171         -fomit-frame-pointer to the default BOOT_CFLAGS.
4172         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4173         * configure: Regenerate.
4174
4175 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4176
4177         PR target/11572
4178         * configure.in (*-*-darwin*): Renable libobjc.
4179         * configure: Regenerate.
4180
4181 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4182
4183         * Makefile.def: Remove libbanshee.
4184         * Makefile.tpl: Ditto.
4185         * configure.in: Ditto.
4186         * Makefile.in: Regen.
4187         * configure: Ditto.
4188
4189 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4190
4191         * missing: Import latest version from master repository.
4192
4193 2004-09-04  Nick Clifton  <nickc@redhat.com>
4194
4195         * config.sub: Import latest version from master repository.
4196         * config.guess: Likewise.
4197         This includes these changes:
4198
4199         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4200
4201         * config.sub: Handle crisv32, alias etraxfs.
4202         * config.guess (crisv32:Linux:*:*): Handle.
4203
4204         2004-08-13  Brad Smith  <brad@comstyle.com>
4205
4206         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4207         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4208
4209         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4210
4211         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4212         assume the processor is a powerpc.  This is because coreutils
4213         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4214         in this case, due to a MacOS X bug that causes
4215         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4216         to return a negative number.
4217         Problem reported by Petter Reinholdtsen in:
4218         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4219
4220         2004-07-19  Ben Elliston  <bje@gnu.org>
4221
4222         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4223
4224         2004-06-24  Ben Elliston  <bje@gnu.org>
4225
4226         * config.guess: Update copyright years.
4227         * config.sub: Likewise.
4228
4229         2004-06-22  Robert Millan  <robertmh@gnu.org>
4230
4231         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4232         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4233
4234         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4235
4236         * config.guess (*:*VMS:*:*): New entry. Replaces
4237         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4238         manufacturer.
4239
4240         2004-06-22  Ben Elliston  <bje@gnu.org>
4241
4242         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4243         * config.sub: Likewise.
4244
4245         2004-06-22  Ben Elliston  <bje@gnu.org>
4246
4247         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4248         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4249
4250         2004-06-11  Ben Elliston  <bje@gnu.org>
4251
4252         * config.guess (pegasos:OpenBSD:*:*): Remove.
4253
4254         2004-06-11  Ben Elliston  <bje@gnu.org>
4255
4256         From Wouter Verhelst <wouter@grep.be>:
4257         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4258
4259         2004-06-11  Ben Elliston  <bje@gnu.org>
4260
4261         * config.guess (luna88k:OpenBSD:*:*): New.
4262
4263         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4264
4265         * config.guess (m32r*:Linux:*:*): New case.
4266         * config.sub: Handle m32rle.
4267
4268         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4269
4270         From Jens Petersen  <petersen@redhat.com>:
4271         * config.sub: Handle sparcv8.
4272
4273         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4274
4275         From Tom Smith <smith@cag.lkg.hp.com>:
4276         * config.guess: Version suffixes are equally significant on Tru64
4277         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4278         prefix of "P" (patched kernel).
4279
4280         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4281
4282         * config.sub: Add support for National Semiconductor CRX target.
4283
4284 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4285
4286         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4287         *-*-netware, but add target-libmudflap.
4288         Consolidate *-*-netware targets (of which really only i?86 exists)
4289         into a single entry.
4290         * configure: Likewise.
4291
4292 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4293
4294         * Makefile.tpl (sorry): Remove.
4295         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4296         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4297         (do-clean): Clean per-stage directories too.
4298         (do-distclean): Run distclean-stage1 too.
4299         (.NOTPARALLEL): Enable during toplevel bootstrap.
4300         (stage[+id+]-bubble): Enable parallel execution during
4301         the recursive invocation.
4302         * Makefile.in: Regenerate.
4303
4304         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4305
4306         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
4307
4308         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4309         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4310         * configure: regenerate
4311         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4312         -mdynamic-no-pic
4313
4314 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4315
4316         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4317         include.
4318         * configure.in: Fix indentation.
4319         * configure: Regenerate.
4320
4321 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4322
4323         * Makefile.def (build_modules): Add fixincludes.
4324         (dependencies): Make gcc depend on fixincludes.
4325         * configure.in (build_tools): Add fixincludes.
4326         (build_configdirs): Always include build_libs.
4327         * Makefile.in: Regenerate.
4328         * configure: Regenerate.
4329
4330 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4331
4332         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4333         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4334         phony targets; do not generate timestamp files.
4335         (distclean-stageN): Remove references to their timestamp files.
4336         (restageN, touch-stageN): Remove.
4337         (stageN-bubble): Rewritten.
4338         (compare): Support lean bootstraps.
4339         * Makefile.in: Regenerate.
4340
4341         * configure.in: Only warn when bootstrapping but
4342         build != host or build != target.  Support lean bootstraps.
4343         * configure: Regenerate.
4344
4345         Sync from gcc:
4346         2004-08-26  Phil Edwards  <phil@codesourcery.com>
4347
4348         * configure.in:  Give a better error message if GMP/MPFR are missing
4349         and a language needing them has been requested.
4350         * configure:  Regenerated.
4351
4352         2004-08-25  Phil Edwards  <phil@codesourcery.com>
4353
4354         * configure.in:  Print a list of available language front-ends if
4355         a requested one is missing.  Tidy stray tab characters.
4356         * configure:  Regenerated.
4357
4358 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
4359
4360         * Makefile.in: Regenerate.
4361         * configure: Regenerate.
4362
4363         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4364         stage_*_flags.
4365         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4366         for bootstrapped modules if toplevel bootstrap is going.
4367         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4368         modules.  Adjust for changes in Makefile.def.  Enable several
4369         rules even in non-bootstrap mode, just to avoid peppering the
4370         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4371         (stage-[+prev+]-bubble): Remove.
4372
4373         * Makefile.def (Dependencies): Depend on all-build-bison,
4374         all-build-flex, all-build-byacc, all-build-texinfo, rather
4375         than the host variations.
4376         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4377         with BUILD_SUBDIR.
4378         (BISON): Update for recent Bisons.
4379         (YACC): Fix typo.
4380         (cross): Depend on all-build.
4381         (all): Do not depend on all-build.
4382         (prebootstrap): Remove.
4383         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4384         (Prebootstrap dependencies): Add them to the per-stage targets
4385         and to all-prebootstrap.
4386         * configure.in (build_configdirs): Always enable build_tools.
4387         (BUILD_DIR_PREFIX): Remove.
4388
4389         * Makefile.def (gcc): Add target variable.
4390         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4391         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4392         in the recursive `make', instead of hardwiring `all'.
4393         (Autogenerated TARGET-* variables): New.
4394
4395 2004-08-17  Robert Millan  <robertmh@gnu.org>
4396
4397         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4398         (instead of FreeBSD).
4399         * configure: Regenerate.
4400
4401 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4402
4403         * Makefile.def, configure.in, src-release: Remove useless, bogus
4404         references to tix.
4405         * Makefile.in, configure: Regenerate.
4406
4407         * src-release: Stop distributing mmalloc with gdb (which doesn't
4408         use it).
4409         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4410         * Makefile.in: Regenerate.
4411
4412 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4413
4414         * configure.in (arm*-*-eabi*): New target.
4415         * configure: Regenerate.
4416
4417 2004-08-01  Robert Millan  <robertmh@gnu.org>
4418
4419         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4420         libmudflap for all GNU-based systems (with Glibc).
4421         * configure: Regenerate.
4422
4423 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4424
4425         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4426         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4427         (Dependencies): New section.
4428         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4429         (configure-target-[+module+]): Depend on maybe-all-gcc
4430         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4431         (toplevel profiledbootstrap): Fix dependencies.
4432         * Makefile.in: Regenerate.
4433
4434 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4435
4436         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4437         target-libiberty to noconfigdirs.
4438
4439 2004-08-03  Paul Brook  <paul@codesourcery.com>
4440
4441         * configure.in: Check for MPFR as well as GMP.
4442         * configure: Regenerate.
4443
4444 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4445
4446         * Makefile.def (host-modules): Add gcc.
4447         * Makefile.in: Regenerate.
4448         * Makefile.tpl (sorry): New rule.
4449         (configure-host, all-host, [+make_target+]-host, do-check,
4450         install-host): Do not add gcc as a special case.
4451         (host modules): Add a small special-casing for gcc.  Export
4452         extra_make_flags through the environment.
4453         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4454         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4455         other recursive targets for gcc): Remove.
4456
4457         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4458         (stage, unstage): New rules.
4459         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4460         distclean-stage[+id+]): Use stage_current.
4461         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4462         the stage*-start rules.
4463
4464 2004-07-19  Robert Millan  <robertmh@gnu.org>
4465
4466         Synced from gcc:
4467
4468         2004-04-26  Robert Millan  <robertmh@gnu.org>
4469
4470         Add patches from libtool CVS.
4471         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4472         * ltconfig: Likewise.
4473         * ltcf-c.sh: Likewise.
4474         * ltcf-cxx.sh: Likewise.
4475         * ltcf-gcj.sh: Likewise.
4476
4477 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4478
4479         * configure.in: Add noconfigdirs for crx-*-*.
4480         * configure: Regenerate.
4481
4482 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4483
4484         Synced from gcc:
4485
4486         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
4487
4488         * configure.in: Build libmudflap by default on FreeBSD.
4489         * configure: Regenerated.
4490
4491         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4492
4493         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4494         systems.
4495         * configure: Regenerated.
4496
4497         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4498
4499         PR target/16344
4500         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4501         feedback based compiler.
4502         * Makefile.in: Rebuilt.
4503
4504         2004-07-05  Phil Edwards  <phil@codesourcery.com>
4505
4506         * configure.in:  Do not prepend $srcdir to /dev/null in
4507         makefile fragments.
4508         * configure:  Regenerate.
4509
4510 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4511
4512         * Makefile.def (host_modules): Set bootstrap=true for flex.
4513         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4514         * Makefile.in: Rebuilt.
4515
4516 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4517
4518         * Makefile.def (build_modules): Add bison, byacc, flex,
4519         m4, texinfo.
4520         (flags_to_pass): Add FLEX.
4521         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4522         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4523         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4524         DEFAULT_MAKEINFO): Remove.
4525         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4526         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4527         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4528         objdir or else use configured tool.
4529         (all-build): New.
4530         (all): Depend on it.
4531         (Build module dependencies): Add.
4532         * Makefile.in: Regenerate.
4533         * configure.in: Better support for multiple build modules,
4534         matching what is done for host/target modules.  Do not look
4535         for "plausible" locations of build tools if Canadian cross.
4536         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4537         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4538         * configure: Regenerate.
4539
4540 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4541
4542         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4543         * Makefile.in: Regenerate.
4544
4545 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4546
4547         * Makefile.tpl (configure-build-[+module+],
4548         configure-[+module+], configure-target-[+module+]): Pass
4549         [+extra_configure_args+].
4550         (all-build-[+module+], all-[+module+], check-[+module+],
4551         install-[+module+], [+make_target+]-[+module+],
4552         all-target-[+module+], check-target-[+module+],
4553         install-target-[+module+], [+make_target+]-target-[+module+]):
4554         Pass [+extra_make_args+].
4555         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4556         (GCC_HOST_EXPORTS): Remove.
4557         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4558         cross, check-gcc, check-gcc-c++, install-gcc,
4559         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4560         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4561         * Makefile.in: Regenerate.
4562
4563 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
4564
4565         * configure.in: Check for srcdir/winsup rather than build directory
4566         winsup.
4567         * configure: Regenerate.
4568
4569 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
4570
4571         * configure.in: Don't build Cygwin native newlib if winsup
4572         directory is missing.  Emit warning instead.
4573         * configure: Regenerate.
4574
4575 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
4576
4577         * Makefile.tpl (touch-stage[+id+]): New.
4578         (restage[+prev+]): Depend on touch-stage[+id+].
4579
4580         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4581         Use it throughout.
4582
4583         * Makefile.def: Add profile and feedback bootstrap stages.
4584         Remove next field from bootstrap stages.
4585         * Makefile.tpl (LN, LN_S): Substitute.
4586         (stageN-start, stageN-end): Use double-colon rules, to
4587         provide a hook for additional setup commands.
4588         (distclean-stageN-gcc, restageN): Create dependencies from
4589         [+prev+], not from [+next+].
4590         (stageN-bubble): Add commands for successive stages from
4591         [+prev+], using double-colon rules.
4592         (all-stageN-gcc): Fix typo.
4593         (stagefeedback-start, profiledbootstrap): New.
4594         * Makefile.in: Regenerate.
4595         * configure.in: Call ACX_PROG_LN.
4596         * configure: Regenerate.
4597
4598 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
4599
4600         * configure.in: Fix --enable-bootstrap breakage introduced in trees
4601         without gcc.
4602         * configure: Regenerate.
4603
4604 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4605
4606         * Makefile.tpl: Fix typo.
4607         * Makefile.in: Regenerate.
4608
4609 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4610
4611         * configure.in: Remove new- prefix from toplevel
4612         bootstrap targets.
4613         * configure: Regenerate.
4614
4615 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4616
4617         Merge this patch from the gcc tree:
4618
4619         2004-05-30  Andreas Jaeger  <aj@suse.de>
4620                     Jim Wilson <wilson@specifixinc.com>
4621
4622         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4623         like CC.
4624
4625 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4626
4627         * Makefile.tpl (all.normal): Rename to all.
4628         (all): Replace with a rule to pick the default
4629         target from configure.
4630         (all-gcc, configure-gcc): Use conditionals to
4631         do nothing when toplevel bootstrap is going on.
4632         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4633         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4634         * configure.in: Support --enable-bootstrap.
4635
4636         * Makefile.def: Remove new- prefix from toplevel
4637         bootstrap targets.
4638         * Makefile.tpl: Likewise.
4639
4640         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
4641         target.
4642
4643         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4644         $(RECURSE_FLAGS) to recursive invocation of make.
4645
4646         * Makefile.in: Regenerate.
4647         * configure: Regenerate.
4648
4649 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
4650
4651         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4652         * configure: Regenerate.
4653
4654 2004-05-25  Daniel Jacobowitz  <drow@false.org>
4655
4656         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4657         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4658         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
4659         targets.
4660         * Makefile.in: Regenerate.
4661
4662 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
4663
4664         * configure.in: Test the ability to symlink directories.
4665         * configure: Regenerate.
4666
4667         * Makefile.def (bootstrap-stage): New definitions.
4668         * Makefile.tpl (configure-stage1-gcc,
4669         configure-stage2-gcc, configure-stage3-gcc,
4670         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4671         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4672         new-restage3, compare): Autogenerate, see Makefile.in
4673         entry for behavioral changes.
4674         (distclean-stage1, new-stage1-start, new-stage1-end,
4675         new-stage1-bubble, distclean-stage2, new-stage2-start,
4676         new-stage2-end, new-stage2-bubble, distclean-stage3,
4677         new-stage3-start, new-stage3-end): New autogenerated targets.
4678         (objext, prebootstrap, BOOT_CFLAGS,
4679         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4680         targets.
4681
4682         * Makefile.in: Regenerate.
4683         (distclean-stage1, new-stage1-start, new-stage1-end,
4684         new-stage1-bubble, distclean-stage2, new-stage2-start,
4685         new-stage2-end, new-stage2-bubble, distclean-stage3,
4686         new-stage3-start, new-stage3-end): New targets.
4687         (all-stage1-gcc): Move prebootstrap dependency from here...
4688         (configure-stage1-gcc): ...to here.
4689         (new-bootstrap): Use bubble targets.
4690         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4691         Use per-stage distclean targets.
4692         (configure-stage1-gcc, configure-stage2-gcc,
4693         configure-stage3-gcc, all-stage1-gcc,
4694         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4695         Use new-stageN-start to prepare the tree.
4696
4697 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4698
4699         * Makefile.def (host_modules): add libcpp.
4700         * Makefile.tpl: Add dependencies on and for libcpp.
4701         * Makefile.in: Regenerate.
4702         * configure.in: Add libcpp host module.
4703         * configure: Regenerate.
4704
4705 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4706
4707         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4708         of libf2c.
4709         * configure, Makefile.in: Regenerate.
4710
4711 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4712
4713         Merge from tree-ssa-20020619-branch.
4714
4715         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4716         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4717         (HOST_GMPLIBS): Define.
4718         (HOST_GMPINC): Define.
4719         (TARGET_LIB_PATH): Add libmudflap.
4720         (GFORTRAN_FOR_TARGET): Define.
4721         (configure-build*): Export GFORTRAN.
4722         (configure-gcc): Export GMPLIBS and GMPINC.
4723         (all-gcc): Add maybe-all-libbanshee.
4724         (configure-target-libgfortran): Define.
4725         * Makefile.in: Regenerate.
4726         * configure.in (host_libs): Add libbanshee.
4727         (target_libraries): Add target-libmudflap and target-libgfortran.
4728         Add --with-libbanshee.
4729         Handle --disable-libmudflap.
4730         (*-*-freebsd*): Use with_gmp.
4731         Add $(libgcj) to noconfigdirs.
4732         * configure: Regenerate.
4733         * depcomp: New file.
4734         * MAINTAINERS: Add tree-ssa maintainers.
4735
4736 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
4737
4738         * config/acx.m4: Fix fastcompare support for new-bootstrap.
4739         * configure: Regenerate.
4740
4741 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4742
4743         Revert:
4744         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4745
4746         * Makefile.def (flags_to_pass): Remove *dir variables that
4747         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4748         as well as prefix and exec_prefix.
4749         * Makefile.in: Regenerate.
4750
4751 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4752
4753         * Makefile.def (host_modules): Mark with the bootstrap
4754         flag packages on which gcc depends.
4755         * Makefile.tpl (all-bootstrap): Use it.
4756         * Makefile.in: Regenerate.
4757
4758 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4759
4760         * Makefile.def (flags_to_pass): Remove *dir variables that
4761         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4762         as well as prefix and exec_prefix.
4763         * Makefile.in: Regenerate.
4764
4765 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4766
4767         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4768         * configure: Regenerate.
4769         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4770         * gcc/Makefile.tpl (compare): Use the result of the test.
4771         * gcc/Makefile.in: Regenerate.
4772
4773 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
4774
4775         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4776         Always relocate gcc and prev-gcc to the original names, even
4777         if the build fails.
4778         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4779         New targets.
4780
4781 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4782
4783         * configure.in (mips*-*-irix5*): Enable ld.
4784         * configure: Regenerate.
4785
4786 2004-04-15  James E Wilson  <wilson@specifixinc.com>
4787
4788         * Makefile.tpl (configure-[+module+], configure-gcc,
4789         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4790         Set and export LDFLAGS.
4791         * Makefile.in: Regenerate.
4792
4793 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4794
4795         PR bootstrap/14871
4796         * Makefile.tpl: If we don't have built-in-tree target tools,
4797         use the ones found by configure rather than hacking around with
4798         program_transform_name.
4799         * configure.in: Give Makefile.tpl the information necessary
4800         to do that.
4801         * Makefile.in: Regenerate.
4802         * configure: Regenerate.
4803
4804 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
4805
4806         PR bootstrap/14760
4807         * configure.in: When computing baseargs, strip *all* copies of
4808         offending options.  Also, don't match/substitute the trailing space,
4809         so that this actually works when two similar options are separated by
4810         only one space.
4811         * configure: Regenerate.
4812
4813 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
4814
4815         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4816         (rs6000-*-aix*): Same.
4817         * configure: Regenerate.
4818
4819 2004-03-25  Stan Shebs  <shebs@apple.com>
4820
4821         Remove MPW support, no longer used.
4822         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4823         mpw-install: Remove files.
4824         * src-release (DEVO_SUPPORT): Remove names of removed files.
4825         * MAINTAINERS: Likewise.
4826
4827 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
4828
4829         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4830         STRICT_WARN, WARN_CFLAGS flags passed down to make.
4831         * Makefile.in: Regenerate.
4832
4833         * configure.in (top level bootstrap support): Rework --enable-werror
4834         to set @stage2_werror_flag@.
4835         * configure: Regenerate.
4836         * Makefile.tpl (top level bootstrap support): Pass
4837         @stage2_werror_flag@ down to configure in stages 2 and 3.
4838         * Makefile.in: Regenerate.
4839
4840 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4841
4842         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4843         for stages 2 and 3 as well as in make.  As a consequence, remove
4844         OUTPUT_OPTION (now detected by configure) from the flags passed down
4845         to make.
4846         * Makefile.in: Regenerate.
4847
4848         * Makefile.tpl (new-bootstrap): Fix typo.
4849         * Makefile.in: Regenerate.
4850
4851 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4852
4853         * Makefile.tpl: Rearrange by moving recursive_targets rules
4854         into their proper sections.
4855         * Makefile.tpl (top level bootstrap support): Move disabling
4856         of coverage flags from 'make' to 'configure'; improve comments.
4857         * Makefile.in: Regenerate.
4858
4859         * Makefile.tpl (experimental top level bootstrap) Move stage1
4860         language setting from all- target to configure- target; disable
4861         intermodule optimization in stage 1; prevent gratuitous rebuilds
4862         of stage 1.
4863         * Makefile.in: Regenerate.
4864         * configure.in: Comma-separate stage 1 language list for top
4865         level bootstrap.
4866         * configure: Regenerate.
4867
4868         * Makefile.tpl: Clean up experimental top level bootstrap support:
4869         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4870         prev-gcc in configure- targets as well as all- targets.
4871         * Makefile.in: Regenerate.
4872
4873 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
4874
4875         * configure.in: Remove symbolic link section.
4876         * configure: Regenerate.
4877         * Makefile.tpl (links): Remove.
4878         * Makefile.in: Regenerate.
4879
4880 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
4881             Nathanael Nerode  <neroden@gcc.gnu.org>
4882
4883         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
4884         Set with AC_CHECK_PROGS.
4885         * configure.in: Fix comment typo from last patch.
4886         * configure: Regenerate.
4887
4888 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4889
4890         * Makefile.tpl: Introduce experimental top level bootstrap support.
4891         * Makefile.in: Regenerate.
4892         * configure.in: Introduce support for top level bootstrap.
4893         * configure: Regenerate.
4894
4895 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4896             Paolo Bonzini  <bonzini@gnu.org>
4897
4898         PR bootstrap/14522
4899         * configure.in: Cope with shells that do not support unquoted ^
4900         * configure: Regenerate.
4901
4902 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4903             Paolo Bonzini  <bonzini@gnu.org>
4904
4905         PR bootstrap/14522
4906         * configure.in: Cope with shell that do not support nesting
4907         quotes inside quoted backquote substitutions.
4908         * configure: Regenerate.
4909
4910 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
4911
4912         PR bootstrap/14522
4913         * configure.in: Fix escaping of $.
4914         * configure: Regenerate.
4915
4916 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4917
4918         * configure: Regenerate.
4919
4920 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
4921
4922         PR ada/14131
4923         Move language detection to the top level.
4924         * configure.in: Find default values for the tools as
4925         soon as possible.  Disable ada if GNAT is not found.
4926         Emit error message about missing languages.  Expand
4927         --enable-languages=all for the gcc subdirectory.
4928
4929 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
4930
4931         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4932         and disable libgcj.
4933         * configure: Regenerated.
4934
4935 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4936
4937         PR bootstrap/7087
4938         * Makefile.tpl: Guard XFOO sed statements better.
4939         * Makefile.tpl: Add dependency for configure-target-libada.
4940         * Makefile.in: Regenerate (incidentally fixes broken
4941         commit when libada-branch was merged).
4942
4943 2004-02-28  Andrew Cagney  <cagney@redhat.com>
4944
4945         * src-release (CVS_NAMES): Define.
4946         (do-tar, do-tar): Prune $(CVS_NAMES).
4947
4948 2004-02-23  Andrew Cagney  <cagney@redhat.com>
4949
4950         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
4951         2004-02-19.09.
4952
4953 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4954
4955         PR bootstrap/11932
4956         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4957
4958 2004-02-19  Andrew Cagney  <cagney@redhat.com>
4959
4960         * config.guess: Update from version 2003-06-12 to 2004-02-16.
4961         * config.sub: Update from version 2003-06-13 to 2004-02-16.
4962
4963 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
4964
4965         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4966         (rs6000-*-aix*): Same.
4967         * configure: Regenerate.
4968
4969 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
4970
4971         * configure.in (host): Add in missing $noconfigdirs to defines.
4972         * configure: Regenerate.
4973
4974 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
4975             Nathanael Nerode  <neroden@gcc.gnu.org>
4976
4977         PR ada/6637, PR ada/5911
4978         Merge with libada-branch:
4979         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4980         with appropriate dependencies. Add --enable-libada configure switch.
4981         * configure, Makefile.in: Regenerate.
4982
4983 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4984
4985         * configure.in: Don't pass --with-stabs on IRIX 5 either.
4986         * configure: Regenerate.
4987
4988 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
4989
4990         * COPYING.NEWLIB: Update Red Hat license to 2004.
4991
4992 2004-01-23  DJ Delorie  <dj@redhat.com>
4993
4994         * Makefile.def (target_modules) [libiberty]: Don't stage.
4995         * Makefile.in: Rebuilt.
4996
4997 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
4998
4999         * COPYING.NEWLIB: Update to include copyrights for new
5000         iconv code.
5001
5002 2004-01-15  Andrew Cagney  <cagney@redhat.com>
5003
5004         * src-release: Update copyright year.
5005         (do-proto-toplev): Configure using i686-pc-linux-gnu.
5006         (NEWLIB_SUPPORT_DIRS): Delete macro.
5007         (newlib.tar.bz2): Delete rule.
5008
5009 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
5010
5011         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5012         * Makefile.tpl (configure-target-[+module+]): Support stage.
5013         * Makefile.in: Rebuilt.
5014
5015 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5016
5017         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5018         throughout.
5019
5020 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5021
5022         * configure.in: Use ./config.cache, not config.cache.
5023         * configure: Regenerate.
5024         * Makefile.tpl: Special-casing not needed for GCC any more.
5025         * Makefile.in: Regenerate.
5026
5027         * configure.in: Don't share a cache file for host dirs.
5028         * configure: Regenerate.
5029
5030         * config-ml.in: Don't mess with the cache file.
5031
5032 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5033
5034         * Makefile.tpl: Make GCC use a separate config.cache.
5035         * Makefile.in: Regenerate.
5036
5037         PR bootstrap/11932, PR bootstrap/11933
5038         (I don't know if it will fix either of them, but it relates
5039         to them.)
5040         * configure.in: Don't use shared config.cache for target
5041         directories.
5042         * configure: Regenerate.
5043
5044 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5045
5046         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5047         * configure: Regenerated.
5048
5049 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5050
5051         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5052         * configure: Regenerated.
5053
5054 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5055
5056         Port change over from GCC:
5057         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5058         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5059         (configure-build-[+module+], configure-[+module+]): Likewise.
5060         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5061         * Makefile.in: Regenerate.
5062
5063 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5064
5065         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5066         * configure: Regenerate.
5067
5068 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
5069
5070         * COPYING.NEWLIB: Add license info for long long routines added to
5071         stdlib.
5072
5073 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5074
5075         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5076         * Makefile.in: Regenerate.
5077
5078 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5079
5080         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5081         * configure:  Regenerate.
5082
5083 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5084
5085         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5086         HOST_FLAGS_TO_PASS.
5087         * Makefile.in: Regenerate.
5088
5089 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5090
5091         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5092         * configure: Rebuilt
5093         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5094         * Makefile.in: Rebuilt
5095
5096 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5097
5098         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5099
5100 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
5101
5102         * config-ml.in:  Use ac_configure_args directly instead of
5103         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5104         actually seen.
5105
5106 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5107
5108         * config-ml.in: Propagate INSTALL variables.
5109
5110 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5111
5112         * configure.in: Pass a computed --program-transform-name
5113         to subconfigures.
5114         * configure: Regenerated.
5115
5116 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5117
5118         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5119         * Makefile.in: Regenerate.
5120
5121         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5122         * Makefile.in: Regenerate.
5123
5124 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5125
5126         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5127         quoting.
5128         * configure: Regenerated.
5129
5130 2003-09-12  Michael Chastain  <mec@shout.net>
5131
5132         Fix PR gdb/857.
5133         * src-release (do-proto-topleve): Remove junk files
5134         intl/config.cache, intl/config.status,
5135         intl/config.h, intl/stamp-h.
5136
5137 2003-09-14  Andrew Cagney  <cagney@redhat.com>
5138
5139         * src-release (dejagnu.tar): New target.
5140         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5141         (do-djunpack): Use $(PACKAGE) for the package name.
5142
5143 2003-09-04  DJ Delorie  <dj@redhat.com>
5144
5145         * configure: Regenerate.
5146
5147 2003-09-04  Robert Millan  <robertmh@gnu.org>
5148
5149         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5150
5151 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5152
5153         * configure.in: Ensure arguments to sed are properly spaced.
5154         * configure: Regenerate.
5155
5156 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
5157
5158         Merge from gcc:
5159         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5160         * install-sh:  Update to newer upstream versions (associated with
5161         aclocal 1.7).
5162         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5163
5164 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5165
5166         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5167         * configure: Regenerated.
5168
5169 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5170
5171         * configure.in:  Use newline instead of semicolon when assuming
5172         shell arguments in a for loop.
5173         * configure:  Regenerated.
5174
5175 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5176
5177         PR 8180
5178         * configure.in: When testing with_libs and with_headers, treat
5179         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5180         * configure: Regenerate.
5181
5182         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5183         make, shell, etc.
5184         (baseargs): Likewise.
5185         * configure: Regenerate.
5186
5187 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5188
5189         * configure.in: Disable libgcj for darwin not on powerpc.
5190         * configure: Rebuild.
5191
5192 2003-08-15  Michael Chastain  <mec@shout.net>
5193
5194         * src-release (do-proto-toplev): Remove junk files
5195         dejagnu/example/calc/config.status,
5196         dejagnu/example/calc/config.log.
5197
5198 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5199
5200         * config-ml.in, symlink-tree: Add license.
5201
5202 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5203
5204         Merge from gcc:
5205
5206         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5207         * Makefile.tpl (check, check-c++): Express dependencies using
5208         dependencies rather than commands.
5209         * Makefile.in: Regenerate.
5210
5211         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5212         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5213         * Makefile.in: Update.
5214
5215 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5216
5217         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5218         * configure: Ditto.
5219
5220 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5221
5222         * configure.in: Enable libgcj for darwin.
5223         * configure: Rebuild.
5224
5225 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5226
5227         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5228
5229 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5230
5231         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5232         creating target and build subdirs to build all parent dirs as needed.
5233         * Makefile.in: Rebuild.
5234         * configure.in: Don't build dirs explicitly here.
5235         * configure: Rebuild.
5236
5237 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5238
5239         * Makefile.tpl (all-make): Depend on intl.
5240         * Makefile.in: Rebuilt.
5241
5242 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5243
5244         * config.if: Remove unused libc_interface determination.
5245
5246 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5247
5248         * Makefile.in: Regenerate, correctly this time.
5249
5250 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5251
5252         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5253         unused INSTALL_PROGRAM_ARGS.
5254         * configure.in: Use AC_PROG_INSTALL.
5255         * Makefile.in: Regenerate.
5256         * configure: Regenerate.
5257
5258 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5259
5260         * configure: Rebuilt.
5261         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5262         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5263         newlib nor libgloss.
5264         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5265         * configure.in (am33_2.0-*-linux*): Added.
5266
5267 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5268
5269         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5270         * configure: Regenerate.
5271
5272 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
5273
5274         * config-ml.in: Replace PWD with PWD_COMMAND.
5275         * Makefile.tpl: Likewise.
5276         * Makefile.in: Regenerated.
5277
5278 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5279
5280         * configure.in: Clean up config-lang.in handling.  Delete
5281         useless assignment to "subdirs".
5282         * configure: Regenerate.
5283
5284 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5285
5286         * configure.in: Rename 'target_libs' to 'target_libraries'.
5287         Remove useless reference to 'target_libs'.
5288         * configure: Regenerate.
5289
5290 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5291
5292         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5293         * Makefile.in: Regenerate.
5294
5295 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5296
5297         * Makefile.def: Introduce flags_to_pass.
5298         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5299         * Makefile.in: Regenerate.
5300
5301 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
5302
5303         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5304         and target-libgloss.
5305         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5306         <h8300*-*-*>: Disable libf2c and ${libgcj}.
5307         * configure: Regenerate.
5308
5309 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
5310
5311         * configure.in: Update testsuite_flags to new location.
5312         * configure. Regenerate.
5313
5314 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5315
5316         * Makefile.tpl: Remove BUILD_CC stuff.
5317         * Makefile.in: Regenerate.
5318
5319 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
5320
5321         * config.guess: Update to 2003-06-12 version.
5322         * config.sub: Update to 2003-06-13 version.
5323
5324 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5325
5326         * MAINTAINERS: Add myself as MIPS co-maintainer.
5327
5328 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
5329
5330         * config.guess: Update to 2003-06-06 version.
5331         * config.sub: Update to 2003-06-06 version.
5332
5333 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5334
5335         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5336         * configure. Regenerate.
5337
5338 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5339
5340         * configure.in: Disable serial configure by default.
5341         * configure: Regenerate.
5342         * Makefile.tpl: Abolish .NOTPARALLEL.
5343         * Makefile.in: Regenerate.
5344
5345         * Makefile.tpl: Replace {build,host,target}_canonical by
5346         {build,host,target}.
5347         * Makefile.in: Regenerate.
5348
5349         * Makefile.tpl: Fix stupid pasto.
5350         * Makefile.in: Regenerate.
5351
5352 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5353
5354         * Makefile.tpl: Remove bogus conditional.
5355         * Makefile.in: Regenerate.
5356
5357 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5358
5359         * Makefile.tpl: Make 'recursive targets' using autogen rather
5360         than shell loop.  Remove duplicate 'clean' targets and false
5361         comments.
5362         * Makefile.def: Add systematic dependencies to 'recursive' targets.
5363         Add systematic method of specifying missing targets in subdirs.
5364         Add copyright boilerplate.
5365         * Makefile.in: Regenerate.
5366         * configure.in: Add 'recursive targets' to maybe list.
5367         * configure: Regenerate.
5368
5369         * Makefile.tpl: Rename [+target+] to [+make_target+].
5370         * Makefile.def: Rename 'target' to 'make_target'.
5371
5372 2003-05-30  Nick Clifton  <nickc@redhat.com>
5373
5374         * README-maintainer-mode: Update URL for locating blessed config
5375         tools.
5376
5377 2003-05-29  Robert Millan  <rmh@debian.org>
5378
5379         * ltconfig: Import this patch and modify for use with current
5380         version of ltconfig:
5381
5382         2003-05-21  Bruno Haible  <bruno@clisp.org>
5383
5384         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5385         GNU/FreeBSD.
5386
5387 2003-05-28  DJ Delorie  <dj@redhat.com>
5388
5389         * Makefile.tpl: Make maybe-check-gcc .PHONY.
5390         * Makefile.in: Regenerate.
5391
5392 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
5393
5394         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
5395
5396 2003-05-21  DJ Delorie  <dj@redhat.com>
5397
5398         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5399         newlib or libgloss.
5400         * Makefile.in: Regenerate.
5401
5402 2003-05-21  DJ Delorie  <dj@redhat.com>
5403
5404         * Makefile.tpl: Add missing empty maybe-check-gcc target.
5405         * Makefile.in: Regenerate.
5406
5407 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5408
5409         * configure.in: Use curly braces in the definition of tooldir.
5410         * configure: Regenerate.
5411
5412 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5413
5414         * configure.in: Switch more things to use maybe dependencies.
5415         * Makefile.tpl: Switch more things to use maybe dependencies.
5416         Factor out common code from autogen IF statements.
5417         * configure: Regenerate.
5418         * Makefile.in: Regenerate.
5419
5420 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
5421
5422         * configure.in: Accept i[3456789]86 for machine type.
5423         * configure: Regenerate.
5424
5425 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5426
5427         * configure.in: Switch more things to use maybe dependencies.
5428         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
5429         * configure: Regenerate.
5430         * Makefile.tpl: Switch more things to use maybe dependencies.
5431         * Makefile.in: Regenerate.
5432
5433 2003-05-16  Andreas Schwab  <schwab@suse.de>
5434
5435         * Makefile.tpl (install-opcodes): Define.
5436         * Makefile.in: Rebuild.
5437
5438 2003-05-13  Andreas Jaeger  <aj@suse.de>
5439
5440         * config.guess: Update to 2003-05-09 version.
5441         * config.sub: Update to 2003-05-09 version.
5442
5443 2003-05-13  Michael Eager <eager@mvista.com>
5444
5445         * configure.in: Correct sed script so that options in quotes are not
5446         deleted.
5447         * configure: Rebuild.
5448
5449 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
5450
5451         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5452         and $$s/newlib/libc/sys/cygwin32 include paths.
5453         * configure: Ditto.
5454
5455 2003-05-05  H.J. Lu <hjl@gnu.org>
5456
5457         * config-ml.in: Restored from gcc repository.
5458
5459 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
5460
5461         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5462         * Makefile.in: Regenerate.
5463
5464 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5465
5466         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5467         and Makefile.def.
5468
5469 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5470
5471         * Makefile.tpl: Clean $(BUILD_SUBDIR).
5472         * Makefile.in: Regenerated.
5473
5474 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5475
5476         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5477         * Makefile.in: Regenerate.
5478
5479 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
5480
5481         * configure.in (powerpc64*-*-linux*): Remove.
5482         * configure: Rebuilt.
5483
5484 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
5485
5486         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
5487         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5488         and restrap.
5489         * Makefile.in:  Regenerate.
5490
5491 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
5492
5493         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5494         * configure: Regenerated.
5495
5496 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
5497
5498         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5499         * */configure: Rebuilt.
5500
5501 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5502
5503         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5504         * Makefile.in: Regenerate.
5505
5506 2003-03-14  Michael Chastain  <mec@shout.net>
5507
5508         * Makefile.in: Regenerate with correct Makefile.def.
5509
5510 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5511
5512         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
5513         Make macro.
5514         * Makefile.in: Regenerate.
5515         * configure.in: Clean up gxx_include_dir logic.
5516         * configure: Regenerate.
5517
5518 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5519
5520         * configure.in (gxx_include_dir): Fix typo.
5521         * configure: Regenerated.
5522
5523 2003-03-06  Andrew Cagney  <cagney@redhat.com>
5524
5525         * texinfo/texinfo.tex: Import version 2003-02-03.16.
5526
5527 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
5528
5529         * configure.in: Include $(build_tooldir)/sys-include in
5530         FLAGS_FOR_TARGET.
5531         * configure: Regenerated.
5532
5533 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5534
5535         * Makefile.tpl: Reindent.
5536         * Makefile.in: Regenerate.
5537         * configure.in: Reindent.  Don't set unused variables.
5538         * configure: Regenerate.
5539
5540         * Makefile.tpl: Always pass down RANLIB.
5541         * Makefile.in: Regenerate.
5542
5543         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5544         * Makefile.in: Regenerate.
5545         * configure.in: Remove unused logic relating to --enable-shared
5546         and --enable-threads.  Remove bogus comments.  Remove redundant
5547         noconfigdirs.
5548         * configure: Regenerate.
5549
5550         * configure.in: Replace ${libstdcxx_version} by its value.
5551         Remove reference to mh-dgux.
5552         * configure: Regenerate.
5553
5554 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5555
5556         * Makefile.tpl: Rearrange.
5557         * Makefile.in: Regenerate.
5558
5559 2003-02-25  Nick Clifton  <nickc@redhat.com>
5560
5561         * configure: Remove site-file supprot - it is obsolete.
5562
5563 2003-02-24  Uwe Stieber <uwe@wwws.de>
5564
5565         * configure.in: Add support for kaOS as cross build target system.
5566         * configure: Regenerated.
5567
5568 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
5569
5570         * Makefile.tpl: Add definition of CPPFLAGS to pass into
5571         configure-target-* as some target builds may require additional
5572         flags for preprocessor tests.
5573         * Makefile.in: Regenerated.
5574
5575 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5576
5577         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5578         * ltconfig: Handle it.
5579         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5580         auto-detecting it.
5581
5582 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5583
5584         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5585         it is used as argument to $CC.
5586         * ltcf-gcj.sh: Likewise.
5587
5588 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5589
5590         * configure.in: Introduce --enable-maintainer-mode.
5591         * configure: Rebuilt.
5592         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5593         for maintainer mode.
5594         * Makefile.in: Rebuilt.
5595
5596 2003-02-19  Andrew Cagney <ac131313@redhat.com>
5597
5598         * configure: Regenerate using autoconf 2.13.
5599
5600 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
5601
5602         * config.guess: Import latest version.
5603         * config.sub: Import latest version.
5604
5605 2003-02-18  Jason Merrill  <jason@redhat.com>
5606
5607         * Makefile.tpl (check-c++): Allow parallelism.
5608
5609 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
5610
5611         * configure: Regenerate using autoconf 000227.
5612
5613 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
5614
5615         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5616         don't configure target-libobjc.
5617         * configure: Regenerate.
5618
5619 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5620
5621         * Makefile.tpl (RANLIB): Define.
5622         * Makefile.in: Regenerate.
5623
5624 2003-02-06  Keith R Seitz  <keiths@redhat.com>
5625
5626         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5627         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5628         * Makefile.in: Regenerated.
5629         * configure.in: Remove all traces of snavigator, db, and grep.
5630         * configure: Regenerated.
5631
5632 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
5633
5634         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5635         * Makefile.in: Regenerated.
5636
5637 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
5638
5639         * config.if: Copy from GCC.
5640
5641 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
5642
5643         * configure.in:  Revert 24Jan change.
5644         * configure:  Regenerate.
5645
5646 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5647
5648         * configure.in: Revert previous change.
5649         * configure: Regenerate.
5650
5651 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5652
5653         * configure.in: Make rda native-only.
5654         * configure: Regenerate.
5655
5656 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5657
5658         * configure.in: Add missing \.
5659         * configure: Rebuilt.
5660
5661 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
5662
5663         * configure.in (baseargs): Avoid using \| in sed regular
5664         expressions.
5665         * configure: Rebuilt.
5666
5667 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
5668
5669         * configure.in (baseargs): Remove all supported forms of
5670         --cache-file, --srcdir, --host, --build and --target options
5671         from argument lists.
5672         * configure: Rebuilt.
5673
5674 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
5675
5676         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5677         * configure: Rebuilt.
5678
5679 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5680
5681         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5682         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5683         * Makefile.in: Regenerate.
5684         * configure: Regenerate.
5685
5686 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5687
5688         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5689         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5690         * Makefile.in: Regenerate.
5691
5692 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
5693
5694         * configure.in: Remove Makefile in build, host and target modules
5695         unless configure was run with --no-recursion.
5696         * configure: Rebuilt.
5697
5698 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
5699
5700         * config.guess: Update to 2003-01-03 version.
5701         * config.sub: Update to 2003-01-03 version.
5702
5703 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5704
5705         * configure: Regenerate with proper autoconf 2.13.
5706
5707 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5708
5709         * configure.in: Add AC_PREREQ for consistency.
5710         * configure: Regenerate.
5711
5712 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
5713
5714         * configure.in (GDB_TK): Add tcl directories conditional on
5715         gdb/gdbtk directory being present.
5716         * configure: Regenerate.
5717
5718 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
5719
5720         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
5721         by gcc if LD is not defined and we are not doing a Canadian Cross.
5722         * configure: Rebuilt.
5723
5724 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
5725
5726         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5727
5728 2002-12-31  Tom Tromey  <tromey@redhat.com>
5729
5730         * Makefile.in: Rebuilt.
5731         * Makefile.def (target_modules) [libffi]: Allow installation.
5732
5733 2002-12-31  Andreas Schwab  <schwab@suse.de>
5734
5735         * configure.in: Fix use of $program_transform_name.
5736         * configure: Regenerated.
5737
5738 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
5739
5740         * configure.in (baseargs): Don't remove first configure argument.
5741         * configure: Regenerated.
5742
5743 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
5744
5745         * Makefile.tpl (local-distclean): Don't remove...
5746         (multilib.ts): ... this.  Moved into...
5747         (multilib.out): ... this.  Don't use sub-make.
5748         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5749         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5750         (configure-build-[+module+], configure-[+module+],
5751         configure-target-[+module+], configure-gcc): ... these.  Test
5752         for Makefile existence.  Drop config.status from dependencies.
5753         * Makefile.in: Rebuilt.
5754         * configure.in: Move gcc-version-trigger to the end of
5755         ac_configure_args.  Add comments to maybedep.tmp and
5756         serdep.tmp.  Introduce --disable-serial-configure.  Remove
5757         nonopt from baseargs, matching and removing corresponding
5758         whitespace while at it.
5759         * configure: Rebuilt.
5760
5761 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5762
5763         * configure.in (host_configargs): Replace reference to
5764         no-longer-defined buildopts with --build=${build_alias}.
5765         * configure: Rebuilt.
5766
5767 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5768
5769         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
5770         program_transform_name to standard idiom.
5771         (AUTOGEN, AUTOCONF): Define.
5772         (Makefile.in): Use $(AUTOGEN).
5773         (Makefile): Depend on config.status, and use autoconf-style rule to
5774         build it.  Move original commands to...
5775         (config.status): ... this new target.
5776         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
5777         $(AUTOCONF).
5778         * Makefile.in: Rebuilt.
5779
5780 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5781
5782         * Makefile.tpl: Fix dramatic bustage due to change in
5783         program_transform_name.
5784         * Makefile.in: Regenerate.
5785
5786         * configure.in: Remove unnecessary PATH setting.
5787         * configure: Regnerate.
5788
5789         * configure.in: Don't default to unprefixed tools unless
5790         the native tools will work.
5791         * configure: Regenerate.
5792
5793         * configure.in: Convert to autoconf script.  Blow away lots
5794         of now-redundant Makefile fragments.
5795         * configure: Generate using Autoconf.
5796         * Makefile.tpl: Rewrite to reflect autoconfiscation.
5797         * Makefile.in: Regenerate.
5798
5799 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5800
5801         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
5802         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5803
5804         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
5805         where they belong.
5806
5807 2002-12-24  Andreas Schwab  <schwab@suse.de>
5808
5809         * Makefile.tpl (multilib.out): Fix missing space.
5810         * Makefile.in: Regenerate.
5811
5812 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5813
5814         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
5815         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
5816         * Makefile.in: Regenerate.
5817         * configure.in: Remove unnecessary leftovers.
5818
5819 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
5820
5821         * configure.in (extra_ranlibflags_for_target): New variable.
5822         (*-*-darwin): Add -c to ranlib commands.
5823         * configure (tooldir): Handle extra_ranlibflags_for_target.
5824
5825 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
5826
5827         * COPYING.NEWLIB: Updated.
5828         * COPYING.LIBGLOSS: Ditto.
5829
5830 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5831
5832         * Makefile.tpl: Revert HJL's change.
5833         * Makefile.in: Regenerated.
5834         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5835         always.
5836
5837 2002-12-19  Andreas Schwab  <schwab@suse.de>
5838
5839         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5840         * Makefile.in: Regenerate.
5841
5842 2002-12-18  H.J. Lu <hjl@gnu.org>
5843
5844         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5845         * Makefile.in: Regenerated.
5846
5847         * configure.in (build_prefix): New. Substitute.
5848
5849 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5850
5851         * Makefile.tpl: Don't let real targets depend on phony targets.
5852         * Makefile.in: Regenerate.
5853
5854         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5855         * Makefile.in: Regenerate.
5856
5857 2002-12-16  Jason Merrill  <jason@redhat.com>
5858
5859         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5860         previous 'make bootstrap'.
5861         * Makefile.in: Regenerate.
5862
5863 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
5864
5865         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5866
5867 2002-12-13  Jason Merrill  <jason@redhat.com>
5868
5869         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
5870         library tests.
5871         (check-c++): Just depend on it and check-target-libstdc++-v3.
5872         * Makefile.in: Regenerate.
5873
5874 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5875
5876         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5877         * Makefile.in: Regenerate.
5878
5879 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
5880
5881         * COPYING.NEWLIB: Update list of alternate Regent of California
5882         licenses and discuss official revoking of advertising clause.
5883         * COPYING.LIBGLOSS: Ditto.
5884
5885 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5886
5887         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5888         * Makefile.in: Rebuilt.
5889
5890 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5891
5892         * configure: Fix bug put in by gremlins.
5893
5894         * Makefile.tpl: Substitute more autoconfily.
5895         * configure: Substitute more autoconfily.
5896         * Makefile.in: Regenerate.
5897
5898 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
5899
5900         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5901         * Makefile.in (all-sim): Ditto.
5902
5903 2002-12-06  DJ Delorie  <dj@redhat.com>
5904
5905         * Makefile.tpl: Change configure dependencies to not have real
5906         targets depend on phony targets.
5907
5908 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
5909
5910         * configure.in: Revert unintentional change.
5911
5912         * src-release: Configure host subdirs.
5913
5914         * Makefile.tpl: Change dependency for */multilib.out so that
5915         it works when gcc isn't in the tree.
5916
5917         * configure.in: Substitute more.
5918         * configure: Run subconfigures from the Makefile.
5919         * Makefile.tpl: Run subconfigures from the Makefile; add a few
5920         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
5921
5922 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5923
5924         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5925         and corresponding dependencies.
5926         * Makefile.in: Regenerate.
5927
5928         * configure.in (host_tools): Order binutils, gas and ld for
5929         convenience in running the testsuites.
5930
5931         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5932         * Makefile.in: Regenerate.
5933         * configure.in: Introduce rules to serialize subconfigure runs.
5934
5935         * configure.in: Introduce BASE_CC_FOR_TARGET.
5936         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
5937         Realize configure-build-* targets.  Realize configure-target-* targets.
5938         * Makefile.in: Regenerate.
5939
5940 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5941
5942         * configure: Move gcc_version_trigger stuff from here...
5943         * configure.in: ...to here.
5944
5945         * configure.in: Separate subconfigure options added by this file from
5946         options given by the user.  Add machinery to put args for host
5947         subconfigures into the Makefile.
5948
5949         * Makefile.tpl: Remove 'vault' targets.
5950         * Makefile.tpl: Reorder and comment dependencies.
5951         * Makefile.in: Regenerate.
5952
5953 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
5954
5955         * configure.in: Move host-specific darwin noconfigdirs into
5956         the host-specific section.
5957
5958 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5959
5960         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
5961         during replay.
5962         * Makefile.in: Regenerate.
5963
5964         (finishing slow-motion replay)
5965         * configure: Remove skip-this-dir support.
5966         * Makefile.tpl: Remove skip-this-dir support.
5967
5968         * Makefile.tpl: Remove leftover support for non-autoconfiscated
5969         subdirectories.
5970         * Makefile.in: Regenerate.
5971
5972         * Makefile.tpl: Strip out useless setting of 'dir'.
5973         * Makefile.in: Regenerate.
5974
5975 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5976
5977         (finishing slow-motion replay)
5978         * configure.in: Fix deeply stupid bug.
5979
5980         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5981         shell code in CXX_FOR_TARGET
5982         * Makefile.def: Introduce raw_cxx.
5983         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
5984         RAW_CXX_FOR_TARGET.
5985         * Makefile.in: Regenerate.
5986
5987 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5988
5989         (finishing slow-motion replay)
5990         * Makefile.tpl: Remove unnecessary ifs.
5991         * Makefile.in: Regenerate.
5992
5993         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
5994         dependencies.  Maybe-ize build-libiberty.  Create dummy install
5995         targets for 'no_install' modules.
5996         * configure: Move GDB_TK substitution to configure.in.  Move
5997         build_modules stuff to configure.in.
5998         * configure.in: Implement soft dependency machinery.  Maybe-ize
5999         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6000         * Makefile.in: Regenerate.
6001
6002 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6003
6004         (continuing slow-motion replay)
6005         * Makefile.tpl: Make all-target, install-target behave similarly
6006         to all, install (only hitting configured targets).  Eliminate
6007         unused macro defintions.
6008
6009         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6010         build != host.
6011
6012         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6013
6014         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6015
6016         * configure.in: Produce lists of subdir targets we're actually
6017         configuring.  Remove references to "dosrel".
6018         * Makefile.tpl: Let configure set which subdir targets are hit.
6019         Remove install-cross; clean up install; remove ALL.  Remove
6020         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6021         Autogenerate host module targets.  Remove empty dependency lines
6022         and redundant dependency; rearrange slightly.
6023         * Makefile.def: Add host-side libtermcap, utils.
6024
6025         * Makefile.in: Regenerate.
6026
6027 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6028
6029         (Continuing slow-motion replay)
6030         * Makefile.def: Add list of recursive targets to autogenerate.
6031         Add build_modules.
6032         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6033         targets.  Autogenerate *-build-* targets.
6034         * Makefile.in: Regenerate.
6035
6036 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6037
6038         (Continuing slow-motion replay)
6039         * configure: More autoconf-style substitutions.
6040         * Makefile.tpl: More autoconf-style substitutions.
6041         * Makefile.in: Regenerate.
6042
6043 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6044
6045         (Continuing slow-motion replay)
6046         * configure: Substitute more variables in a more autoconf-friendly
6047         way.  Simplify slightly.
6048         * Makefile.tpl: Make more variables substitutable in an
6049         autoconf-friendly way.
6050         * Makefile.in: Regenerate.
6051
6052 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6053
6054         (Continuing slow-motion replay)
6055         * configure.in (v810*): Remove special setting of tools.
6056
6057         * configure: Add support for extra required flags for ar or nm.
6058         * configure.in (aix4.3+): Use above support for target-specific
6059         issues, rather than using config/mt-aix43.
6060
6061 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6062
6063         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6064         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6065         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6066         with $srcdir.  Reformat indentation.  Substitute some variables
6067         formerly hard-coded in the Makefile for build=host.
6068         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6069         * Makefile.def: Autogenerate more.
6070         * Makefile.in: Regenerate.
6071
6072 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6073
6074         * Makefile.tpl: syntactic cleanup
6075
6076 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6077
6078         * Makefile.def (host_modules): Add rda.
6079         * Makefile.in: Regenerate.
6080         * configure.in (target_tool): Add target-rda to list.
6081
6082 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6083
6084         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6085         and restrap targets to this rule.
6086         * Makefile.in:  Regenerate.
6087
6088 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6089
6090         * configure.in (i[3456]86-*-linux*): Add check to disable
6091         ${libgcj} for glibc1.
6092
6093 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6094
6095         * configure.in: Add tic4x target.
6096
6097 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6098
6099         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6100         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6101         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6102         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6103         * Makefile.in: Regenerate.
6104
6105 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6106
6107         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6108         * Makefile.in: Regenerate.
6109
6110         * Makefile.def: Remove order dependency comments.
6111         * Makefile.tpl: Add explicit install-install dependencies.
6112         * Makefile.in: Regenerate.
6113
6114         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6115         * Makefile.in: Regenerate.
6116
6117         * configure: Restore my original patch by syncing with gcc version.
6118
6119         * Bring following over from gcc:
6120
6121 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
6122
6123         * configure.in (s390*-*-linux*): Enable libgcj.
6124
6125 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6126
6127         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
6128
6129 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
6130
6131         * configure: Move stray lines back to where they belong.
6132
6133 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6134
6135         * Makefile.tpl: Insert configure-target target, for src-release.
6136
6137         * configure: Finish reverting change which Andrew Cagney started
6138         reverting.  Should fix bustage.
6139
6140         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6141         * src-release: New file.  Contains material for making net
6142         releases for gdb, binutils, et al., formerly in Makefile.in.
6143
6144 2002-09-30  Nick Clifton  <nickc@redhat.com>
6145
6146         * cpu: New top level directory.  Intended to hold input files for
6147         CGEN which have FSF copyright assignment.
6148         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6149
6150 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
6151
6152         Revert below (note that src does not contain Makefile.tpl):
6153         * Makefile.tpl: Make subsituted variables more autoconfy.
6154         * Makefile.in: Regenerate.
6155
6156 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6157
6158         * configure: Revert accidentally applied changes.
6159
6160         * Makefile.tpl: Make more autoconf-friendly.
6161         * Makefile.in: Regenerate.
6162         * configure: Make substitution more autoconf-like.
6163
6164 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
6165
6166         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6167         single entry to handle all these.
6168         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
6169         libjava on arm-*-elf.
6170
6171 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
6172
6173         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6174         things that depend on them.
6175
6176 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6177
6178         * Makefile.tpl: Make subsituted variables more autoconfy.
6179         * Makefile.in: Regenerate.
6180         * configure: Make seds more autoconfy.
6181
6182 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6183
6184         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6185         * Makefile.in: Regenerate.
6186         * configure.in: Rewrite sed statements to look autoconfy.
6187
6188         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6189         all-target-foo on configure-target-foo.
6190         * Makefile.def: Ditto.
6191         * Makefile.in: Rebuild.
6192
6193 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6194
6195         * Makefile.def: New file.
6196         * Makefile.tpl: New file.
6197         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6198
6199         * configure.in: Minor rearrangement.  Simplify tests.
6200
6201 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
6202
6203         * configure.in (with_headers): Skip copy if value is "yes".
6204         (with_libs): Likewise.
6205
6206 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6207
6208         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6209         * configure.in (sh*-*-pe*): Ditto.
6210         * configure.in (mips*-*-pe*): Ditto.
6211         * configure.in (*arm-wince-pe): Ditto.
6212
6213         * configure.in: Rearrange.
6214
6215 2002-09-12  Nick Clifton  <nickc@redhat.com>
6216
6217         * Import these changes from the config master repository:
6218
6219         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
6220
6221                 * config.sub: Add tic4x target.
6222
6223         2002-09-03  Ben Elliston  <bje@redhat.com>
6224
6225                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6226                 Reported by <Duncan_Stodart@insession.com>.
6227
6228 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
6229
6230         * COPYING.NEWLIB: More updates.
6231
6232 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
6233
6234         * COPYING.NEWLIB: Update.
6235
6236 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
6237
6238         * texinfo/texinfo.tex: Import version 2002-06-04.06.
6239
6240         * config.guess: Import version 2002-08-23.
6241         * config.sub: Import version 2002-08-22.
6242
6243 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
6244
6245         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6246         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6247         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6248
6249 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
6250
6251         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6252
6253 2002-08-04  H.J. Lu  (hjl@gnu.org)
6254
6255         * configure.in (mips*-*-linux*): Don't skip target-libffi.
6256
6257 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
6258
6259         * configure.in: Move generic linux case to end.  Copy generic
6260         linux noconfigdirs to mips*-*-linux* entry and new
6261         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
6262
6263 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
6264
6265         * MAINTAINERS: Clarify on config.guess and config.sub, and add
6266         one instance of them which was missed to the list to update.
6267
6268 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
6269
6270         * config.guess: Update to 2002-07-09 version.
6271         * config.sub: Update to 2002-07-03 version.
6272
6273 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6274
6275         * configure.in: Remove two redundant tests.
6276
6277 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6278
6279         * configure.in (mips*-*-irix6*o32): Enable stabs.
6280
6281 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6282
6283         * configure.in: Don't build grez.
6284         * Makefile.in: Ditto.
6285
6286         * Makefile.in: Remove references to bsp, cygmon, libstub.
6287         * configure.in: Ditto.
6288
6289         * configure.in: Remove leftover reference to gdbtest.
6290
6291 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
6292
6293         * configure.in (gxx_include_dir):  Change to match versioned
6294         C++ headers if --enable-version-specific-runtime-libs is used.
6295
6296 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
6297
6298         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6299
6300 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6301
6302         * configure.in: Make --without-x work.
6303
6304 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
6305
6306         * contrib: New directory.  Created to contain a copy of the
6307         texi2pod.pl script so that it is in the same place as the version in
6308         the FSF GCC sources.
6309
6310 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6311
6312         * configure.in: Rearrange target Makefile fragment collection.
6313
6314         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6315         cvs[src].
6316         * configure.in: Ditto.
6317
6318 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
6319
6320         * Makefile.in: Eliminate 'apache' targets.
6321         * configure.in: Eliminate 'apache' targets.
6322
6323         * configure.in: Eliminate redundant tests.  Reorganize.
6324
6325         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6326
6327         * config-ml.in: Eliminate references to Cygnus configure.
6328
6329         * Makefile.in: Eliminate references to building emacs.
6330
6331 2002-07-01  Denis Chertykov  <denisc@overta.ru>
6332
6333         * configure.in: Add support for ip2k.
6334
6335 2002-06-24  Ben Elliston  <bje@redhat.com>
6336
6337         * configure.in (host_tools): Remove cgen.
6338
6339         * Makefile.in (all-cgen): Remove; runs from its source directory.
6340         (check-cgen, install-cgen, clean-cgen): Likewise.
6341         (all-opcodes): No not depend on all-cgen.
6342         (all-sim): Likewise.
6343
6344 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
6345
6346         * configure.in: Fix AIX configury bug.
6347
6348 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6349
6350         * configure.in: Replace ${topsrcdir} with ${srcdir}.
6351
6352         * configure.in: Move definition of libstdcxx_flags right above
6353         usage, rather than way earlier.
6354
6355         * configure.in: Pull definition of is_cross_compiler earlier.
6356
6357         * configure.in: Rearrange a little.
6358
6359         * configure.in: Remove references to librx.
6360         * Makefile.in: Remove references to librx.
6361
6362 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6363
6364         * configure.in: Eliminate ${gasdir} variable.
6365
6366 2002-06-18  Dave Brolley  <brolley@redhat.com>
6367
6368         * configure.in: Add support for frv.
6369         * config.sub: Add support for frv.
6370
6371 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6372
6373         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6374
6375 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
6376
6377         * configure.in (vax-*-netbsd*): Re-enable gas.
6378
6379 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
6380
6381         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6382         BUILD_PREFIX_1, to correct nomenclature.
6383         * configure: Likewise.
6384
6385         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6386         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6387
6388 2002-05-31  Olaf Hering  <olh@suse.de>
6389
6390         * config-ml.in: Propogate DESTDIR also.
6391
6392 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
6393
6394         * configure.in (vax-*-netbsd*): Don't build gas for this
6395         platform.
6396
6397 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6398
6399         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6400         and libgcj for AVR.
6401
6402 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
6403
6404         * config.sub: Add DLX target.
6405
6406 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6407
6408         * config.guess: Update to 2002-05-22 version.
6409         * config.sub: Likewise.
6410
6411 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6412
6413         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6414         * config-ml.in: Likewise.
6415         * configure: Likewise.
6416         * configure.in: Likewise.
6417
6418 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
6419
6420         * configure.in: Simplify makefile fragment collection.
6421
6422         * configure.in: Remove code to build emacs.
6423
6424         * configure.in : Remove --srcdir argument from targargs and buildargs
6425         (it's always overridden in the Makefile anyway).  Rearrange a bit.
6426
6427         * configure: Move some logic to configure.in.
6428         * configure.in: Move some logic from configure.
6429
6430 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
6431
6432         * COPYING.LIBGLOSS: New file.
6433
6434 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
6435
6436         * Makefile.in: Honour DESTDIR.
6437
6438 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
6439
6440         * configure.in (noconfigdirs): Don't disable libgcj on
6441         sparc64-*-solaris* and sparcv9-*-solaris*.
6442
6443 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
6444
6445         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6446
6447 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
6448
6449         * configure.in (FLAGS_FOR_TARGET): Do not add
6450         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6451         on i[3456]86-*-linux*.
6452
6453 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
6454
6455         * configure.in (noconfigdirs): Replace [ ] with test.
6456
6457         * configure.in (noconfigdirs): Do not add target-newlib if
6458         target == i[3456]86-*-linux*, and host == target.
6459
6460 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
6461
6462         * config.guess: Updated to 2002-04-26's version.
6463         * config.sub: Updated to 2002-04-26's version.
6464
6465 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
6466
6467         * configure.in: delete reference to absent file
6468
6469         * configure.in: replace '[' with 'test'
6470
6471         * configure.in: Eliminate references to gash.
6472         * Makefile.in: Eliminate references to gash.
6473
6474         * configure.in: remove useless references to 'pic' makefile fragments.
6475
6476         * configure.in: (*-*-windows*) Finish removing.
6477
6478         * configure.in: Eliminate redundant test for libgui.
6479
6480 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
6481
6482         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6483         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6484
6485 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
6486
6487         * configure.in: remove references to dead files
6488
6489 2002-04-18  Tom Tromey  <tromey@redhat.com>
6490
6491         * configure.in: Disallow configuring libgcj when it is already
6492         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
6493         Solaris 2.8 by default.  For PR libgcj/6158.
6494
6495 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6496
6497         * configure.in:  Move default CC setting out of config/mh-* fragments
6498         directly into here.
6499
6500 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6501
6502         * configure.in: don't even try to configure or make a subdirectory
6503         if there's no configure script for it.
6504
6505 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
6506
6507         * MAINTAINERS: Remove chill maintainers.
6508         * Makefile.in (CHILLFLAGS): Remove.
6509         (CHILL_LIB): Remove.
6510         (TARGET_CONFIGDIRS): Remove libchill.
6511         (CHILL_FOR_TARGET): Remove.
6512         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6513         CHILL_LIB.
6514         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6515         (CHECK_TARGET_MODULES): Likewise.
6516         (INSTALL_TARGET_MODULES): Likewise.
6517         (CLEAN_TARGET_MODULES): Likewise.
6518         (configure-target-libchill): Remove.
6519         (all-target-libchill): Remove.
6520         * configure.in (target_libs): Remove target-libchill.
6521         Do not compute CHILL_FOR_TARGET.
6522         * libchill: Remove directory.
6523
6524 2002-04-15  DJ Delorie  <dj@redhat.com>
6525
6526         * Makefile.in, configure.in, configure: Sync with gcc, entries
6527         follow...
6528
6529 2002-04-08  Tom Tromey  <tromey@redhat.com>
6530
6531         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6532         Fixes PR libgcj/6068.
6533
6534 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
6535
6536         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6537
6538 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6539
6540         * configure.in (alpha*-dec-osf*): Enable libgcj.
6541
6542 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
6543
6544         Fix for: PR bootstrap/3591, target/5676
6545         * configure.in (mcore-pe): Disable the configuration of
6546         libstdc++-v3 since exceptions are not supported.
6547
6548 2002-03-20  Anthony Green  <green@redhat.com>
6549
6550         * configure.in: Enable libgcj for xscale-elf target.
6551
6552 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6553
6554         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6555         libjava.
6556         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6557
6558 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
6559
6560         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6561         libstdc++-v3 and libjava.
6562
6563 2002-02-11  Adam Megacz <adam@xwt.org>
6564
6565         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6566         boehm-gc
6567
6568 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6569
6570         * config.guess: Updated to 2002-01-30's version.
6571         * config.sub: Updated to 2002-02-01's version.
6572         Contribute sh64-elf.
6573         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6574         * configure.in: Added sh64-*-*.
6575
6576 2002-01-17  H.J. Lu <hjl@gnu.org>
6577
6578         * Makefile.in (all-fastjar): Also depend on all-libiberty.
6579         (all-target-fastjar): Also depend on all-target-libiberty.
6580
6581 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
6582
6583         * configure, configure.in: Use temp file for long sed commands.
6584
6585 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
6586
6587         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6588         libf2c.
6589
6590 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
6591
6592         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6593
6594 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6595
6596         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6597
6598 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6599
6600         * configure: Handle temporary files securely using mkdir.
6601
6602 2001-09-26  Will Cohen <wcohen@redhat.com>
6603
6604         * configure.in (*-*-linux*): Disable configuration of target-newlib
6605         and target-libgloss.
6606
6607 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6608
6609         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6610         RANLIB.
6611
6612 2001-08-11  Graham Stott  <grahams@redhat.com>
6613
6614         * Makefile.in (check-c++): Add missing semicolon.
6615
6616 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
6617
6618         * configure.in (sh-*-linux*): New.
6619
6620 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6621
6622         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6623         and libgcj on m68hc11/m68hc12.
6624
6625 2001-06-27  H.J. Lu  (hjl@gnu.org)
6626
6627         * Makefile (CFLAGS_FOR_BUILD): New.
6628         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6629
6630 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
6631
6632         * configure.in (libstdcxx_flags): Do not try to execute
6633         libstdc++-v3/testsuite_flags until it exists.
6634
6635 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
6636
6637         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6638
6639 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
6640
6641         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6642
6643 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
6644
6645         * configure.in: Move *-chorusos target case to the proper switch.
6646         Disable libgcj.
6647
6648 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6649
6650         * Makefile.in (STAGE1_CFLAGS): Pass down.
6651
6652 2001-04-13  Alan Modra  <amodra@one.net.au>
6653
6654         * config.guess: Add hppa64-linux support.  Note for next import that
6655         this is already in the master file.
6656         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
6657
6658 2001-03-22  Colin Howell  <chowell@redhat.com>
6659
6660         * Makefile.in (DO_X): Do not backslash single-quotes in
6661         backquotes (two places).
6662
6663 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
6664
6665         * Makefile.in (DO_X): Quote nested quotes.
6666
6667 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
6668
6669         * Makefile.in (DO_X): Use double quotes for quoting
6670         "RANLIB=$${RANLIB}".
6671
6672 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
6673
6674         * configure.in: Only use `lang_requires' for languages athat are
6675         actually enabled.
6676
6677 2001-03-07  Tom Tromey  <tromey@redhat.com>
6678
6679         * configure.in: Allow config-lang.in to set `lang_requires' to list
6680         of other required languages.
6681
6682 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
6683
6684         * Makefile.in: Remove RANLIB definition. Use RANLIB
6685         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6686         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6687
6688 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
6689             Alexandre Oliva  <aoliva@redhat.com>
6690
6691         * Makefile.in (check-c++): Use tabs, not spaces.
6692
6693 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
6694
6695         * Makefile.in (check-c++): New rule.
6696
6697         * configure.in (target_libs): Remove libg++.
6698         (noconfigdirs): Remove libg++.
6699         (noconfigdirs): Same.
6700         (noconfigdirs): Same.
6701         (noconfigdirs): Same.
6702
6703         * config-ml.in: Remove libg++ references.
6704
6705         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6706         (ALL_TARGET_MODULES): Same.
6707         (configure-target-libg++): Remove.
6708         (all-target-libg++): Remove.
6709         (configure-target-libio): Remove.
6710         (all-target-libio): Remove.
6711         (check-target-libio): Remove.
6712         (.PHONY): Remove.
6713         (libg++.tar.bz2): Remove.
6714         (all-target-cygmon): Remove libio.
6715         (all-target-libstdc++): Remove.
6716         (configure-target-libstdc++): Remove.
6717         (TARGET_LIB_PATH): Remove libstdc++.
6718         (ALL_GCC_CXX): Remove libstdc++.
6719         (all-target-gperf): Correct.
6720
6721 2001-02-15  Anthony Green  <green@redhat.com>
6722
6723         * configure: Introduce GCJ_FOR_TARGET.
6724         * configure.in: Ditto.
6725         * Makefile.in: Ditto.
6726
6727 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
6728
6729         * configure.in: for *-chorusos, don't config target-newlib and
6730         target-libgloss.
6731
6732 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
6733
6734         Remove V2 C++ library.
6735         * configure.in: Remove --enable-libstdcxx_v3 support.
6736
6737 2001-01-27  Richard Henderson  <rth@redhat.com>
6738
6739         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6740
6741 2001-01-26  Tom Tromey  <tromey@redhat.com>
6742
6743         * configure.in: Allow libgcj to be built on Sparc Solaris.
6744
6745 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
6746
6747         * configure.in: Enable libgcj on several additional platforms.
6748
6749 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
6750
6751         * configure.in: Enable libgcj for linux targets.
6752
6753 2001-01-09  Mike Stump  <mrs@wrs.com>
6754
6755         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6756         failures of subdirectories.
6757
6758 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6759
6760         * configure: handle DOS-style absolute paths.
6761
6762 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6763
6764         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6765
6766 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
6767
6768         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6769         (libstdcxx_incdir): Pass down.
6770         * config.if: Remove expired bits for cxx_interface, add stub.
6771         (libstdcxx_incdir): Add variable for g++ include directory.
6772         * configure.in (gxx_include_dir): Use it.
6773
6774 2000-12-15  Andreas Jaeger  <aj@suse.de>
6775
6776         * configure.in: Handle lang_dirs.
6777
6778 2000-12-13  Anthony Green  <green@redhat.com>
6779
6780         * configure.in: Disable libgcj for any target not specifically
6781         listed.  Disable libgcj for x86 and Alpha Linux until compatible
6782         with g++ abi.
6783
6784 2000-12-13  Mike Stump  <mrs@wrs.com>
6785
6786         * Makefile.in (local-distclean): Also remove fastjar.
6787
6788 2000-12-10  Anthony Green  <green@redhat.com>
6789
6790         * configure.in: Define libgcj.  Disable libgcj target libraries for
6791         most targets.
6792
6793 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6794
6795         * configure.in (target_libs): Revert 2000-12-08 patch.
6796         (noconfigdirs): Added target-libjava.
6797
6798 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6799
6800         * Makefile.in: handle DOS-style absolute paths.
6801
6802 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6803
6804         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6805         libjava.
6806         * configure.in (target_libs): Removed `target-libjava'.
6807
6808 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6809
6810         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6811         (ALL_MODULES): Added fastjar.
6812         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6813         (all-target-libjava): all-fastjar replaces all-zip.
6814         (all-fastjar): Added.
6815         (configure-target-fastjar, all-target-fastjar): Likewise.
6816         * configure.in (host_tools): Added fastjar.
6817
6818 2000-12-07  Mike Stump  <mrs@wrs.com>
6819
6820         * Makefile.in (local-distclean): Remove leftover built files.
6821
6822 2000-11-16  Fred Fish  <fnf@be.com>
6823
6824         * configure.in (enable_libstdcxx_v3): Fix typo,
6825         libstd++ -> libstdc++.
6826
6827 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6828
6829         * configure: Provide the original toplevel configure arguments
6830         (including $0) to subprocesses in the environment rather than
6831         through gcc/configargs.h.
6832
6833 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
6834
6835         * configure: Turn on libstdc++ V3 by default.
6836
6837 2000-10-16  Michael Meissner  <meissner@redhat.com>
6838
6839         * configure (gcc/configargs.h): Only create if there is a build GCC
6840         directory created.
6841
6842 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
6843
6844         * configure: Save configure arguments to gcc/configargs.h.
6845
6846 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
6847
6848         * Makefile.in (bootstrap): avoid recursion if subdir missing
6849         (cross): ditto
6850         (do-proto-toplev): ditto
6851
6852 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
6853
6854         * configure.in: Do not build byacc for hppa64.  Provide paths to the
6855         X11 libraries for hppa64.
6856
6857 2000-09-02  Anthony Green  <green@cygnus.com>
6858
6859         * Makefile.in (all-gcc): Depend on all-zlib.
6860         (CLEAN_MODULES): Add clean-zlib.
6861         (ALL_MODULES): Add all-zlib.
6862         * configure.in (host_libs): Add zlib.
6863
6864 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
6865
6866         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6867         $targargs to tell whether newlib is going to be built.
6868
6869         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6870         $$r/TARGET_SUBDIR/libio for _G_config.h.
6871
6872 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
6873
6874         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6875
6876         * configure: Make enable_threads and enable_shared defaults
6877         explicit.  Substitute enable_threads into generated Makefiles.
6878         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6879         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6880
6881 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
6882
6883         * configure.in: Re-enable all references to libg++ and librx.
6884
6885 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
6886
6887         * configure.in: Add *-*-freebsd* configurations.
6888
6889 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6890
6891         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
6892         (do-tar, do-bz2): New rules.
6893         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
6894         (gdb-tar): New rule.
6895         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
6896         (insight_dejagnu.tar): New rule.
6897         (insight.tar): New rule.
6898         (gdb+dejagnu.tar): New rule.
6899         (gdb.tar): New rule.
6900
6901 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6902
6903         * MAINTAINERS: Update dejagnu/
6904
6905 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
6906
6907         * ltmain.sh (relink_command): Fix typo in previous change.
6908
6909 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
6910
6911         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
6912         (relink_command): Added --tag flags.
6913         (mode=install): If relinking fails; error out.
6914
6915 2002-03-12  Richard Henderson  <rth@redhat.com>
6916
6917         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
6918         .NOTPARALLEL tag.
6919         (do-check): Rename from check.
6920         (check): Allow parallel check.
6921
6922 2002-03-11  Richard Henderson  <rth@redhat.com>
6923
6924         * Makefile.in (.NOTPARALLEL): Add fake tag.
6925
6926 2002-03-07  H.J. Lu  (hjl@gnu.org)
6927
6928         * configure.in: Enable gprof for mips*-*-linux*.
6929
6930 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6931
6932         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6933         libjava.
6934         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6935
6936 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
6937
6938         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6939
6940 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
6941
6942         * config.guess: Import from master sources, rev 1.232.
6943         * config.sub: Import from master sources, rev 1.246.
6944
6945 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
6946
6947         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6948         because its Makefile is there; test for the executable instead.
6949
6950 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6951
6952         Contribute sh64-elf.
6953         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6954         * configure.in: Added sh64-*-*.
6955
6956 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
6957
6958         * COPYING.NEWLIB: Remove advertising clause from
6959         Berkeley and Red Hat licenses.
6960
6961 2002-02-01  Mo DeJong  <supermo@bayarea.net>
6962
6963         * Makefile.in: Add all-tix to deps for all-snavigator
6964         so that tix is built when building snavigator.
6965
6966 2002-02-01  Ben Elliston  <bje@redhat.com>
6967
6968         * config.guess: Import from master sources, rev 1.229.
6969         * config.sub: Import from master sources, rev 1.240.
6970
6971 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
6972
6973         From Steve Ellcey <sje@cup.hp.com>:
6974         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6975         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6976         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6977         IA64.
6978         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6979         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6980         soname_spec, sys_lib_search_path_spec): Ditto.
6981
6982 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
6983
6984         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
6985         target-libiberty, and target-libgloss.  Skip Java-related
6986         libraries if not supported for NetBSD on target CPU.
6987
6988 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
6989
6990         * configure.in: Import StrongARM and XScale target_configdirs from
6991         FSF GCC version.
6992
6993 2002-01-16  H.J. Lu  (hjl@gnu.org)
6994
6995         * config.guess: Import from master sources, rev 1.225.
6996         * config.sub: Import from master sources, rev 1.238.
6997
6998         * MAINTAINERS: Updated notes on config.guess and config.sub.
6999
7000 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7001
7002         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7003         ld and gdb are not supported.
7004
7005 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
7006
7007         * Change reference to Cygnus Solutions to be Red Hat.
7008
7009 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
7010
7011         * COPYING.NEWLIB: Update generic copyright date.
7012
7013 2002-01-07  Mark Salter  <msalter@redhat.com>
7014
7015         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7016           Allow target-libgloss to be built for arm, strongarm, and xscale.
7017
7018 2002-01-03  Ben Elliston  <bje@redhat.com>
7019
7020         * MAINTAINERS: Update URL for config.* scripts.
7021
7022 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
7023
7024         * config.sub: Import latest version.
7025         * config.guess: Likewise.
7026
7027 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7028
7029         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7030         options for i[3456]86-pc-linux* native builds.
7031
7032 2001-12-05  Laurent Guerby  <guerby@acm.org>
7033
7034         * MAINTAINERS: gcc adopts symlink-tree, refer more to
7035         libiberty.
7036
7037         Import this patch from gcc:
7038
7039         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7040
7041             * symlink-tree: handle DOS-style absolute paths.
7042
7043 2001-11-28  DJ Delorie <dj@redhat.com>
7044             Zack Weinberg  <zack@codesourcery.com>
7045
7046         When build != host, create libiberty for the build machine.
7047
7048         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7049         CONFIG_ARGUMENTS.
7050         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7051         New variables.
7052         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7053         and rules.
7054         (all.normal): Depend on ALL_BUILD_MODULES.
7055         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7056         (all-build-libiberty): Depend on configure-build-libiberty.
7057
7058         * configure: Calculate and substitute proper value for
7059         ALL_BUILD_MODULES.
7060         * configure.in: Create the build subdirectory.
7061         Calculate and substitute TARGET_CONFIGARGS (formerly
7062         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7063
7064 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
7065
7066         * config.sub: Update to version 1.232 on subversion.
7067
7068 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7069
7070         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7071         files from .po files for a distribution.
7072
7073 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
7074
7075         * COPYING.NEWLIB: Mention preserved notice in specific parts.
7076
7077 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7078
7079         Merged from net gcc:
7080         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7081         * ltcf-c.sh: Use $objext, not $ac_objext.
7082         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7083         * ltcf-cxx.sh: Add support for GNU.
7084         2001-07-22  Timothy Wall  <twall@redhat.com>
7085         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7086         default settings if using GNU tools with that configuration.
7087         * ltcf-cxx.sh: Ditto.
7088         * ltcf-gcj.sh: Ditto.
7089         2001-07-21  Michael Chastain  <chastain@redhat.com>
7090         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7091         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7092         * ltmain.sh: Mark as gcc-local.
7093
7094 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7095
7096         * Makefile.in (all-bison): Revert 2001-10-24.
7097         Don't depend on texinfo.
7098
7099 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
7100
7101         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7102
7103 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7104
7105         * configure.in (--enable-languages): Be more permissive about
7106         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7107
7108 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7109
7110         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7111
7112 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
7113
7114         Makefile.in (all-bison): Don't depend on texinfo.
7115
7116 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
7117
7118         * gettext.m4: Test po/POTFILES.in exists before trying to read.
7119
7120 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7121
7122         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7123
7124 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
7125
7126         * config.sub, config.guess: Import latest from subversions.
7127
7128 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7129
7130         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7131         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7132         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7133         avoid quotes nesting problems.
7134         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7135         (DO_X): Export only variables that are set.
7136
7137 2001-09-19  Ben Elliston  <bje@redhat.com>
7138
7139         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7140         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7141         semantics.  Use the shell built-in "type" command instead.
7142
7143 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7144
7145         * config.sub: Reverted the earlier change, this version is not the
7146         master file.
7147
7148 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7149
7150         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7151         Add support for mips64.
7152
7153 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7154
7155         * configure.in: Enable libstdc++-v3 for h8300 targets.
7156
7157 2001-08-30  Eric Christopher  <echristo@redhat.com>
7158             Jason Eckhardt  <jle@redhat.com>
7159
7160         * config.sub: Add support for mipsisa32.
7161
7162 2001-08-30  Eric Christopher  <echristo@redhat.com>
7163
7164         * config.sub, config.guess: Import latest from subversions.
7165
7166 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
7167
7168         * config.sub, config.guess: Import latest from subversions.
7169
7170 2001-07-26  DJ Delorie  <dj@redhat.com>
7171
7172         * MAINTAINERS: Clarify libiberty merge rules and procedures.
7173
7174 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7175
7176         * Makefile.in: Revert 2001-06-17.
7177         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7178
7179 2001-06-17  H.J. Lu <hjl@gnu.org>
7180
7181         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7182         (gas+binutils.tar.bz2): Likewise.
7183         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7184
7185 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7186
7187         * Makefile.in (VER): When present, extract the version number from
7188         the file version.in.
7189
7190 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
7191
7192         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7193         gcc/xgcc is built, use -print-prog-name to find out the program
7194         name to use.
7195
7196 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
7197
7198         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7199         with_gcc]: Use `gcc -shared' to build a shared library.
7200
7201 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7202
7203         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7204         archives.
7205
7206 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
7207
7208         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
7209         libraries when using g++ with native linker.
7210
7211 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
7212
7213         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7214
7215 2001-05-24  Tom Rix <trix@redhat.com>
7216
7217         * configure.in : enable ld for aix
7218
7219 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
7220
7221         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7222         [aix4*|aix5*]: Prepend blank.
7223
7224 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
7225
7226         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7227         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
7228         of subdir/configure scripts to use the new libtool.m4.
7229
7230 2001-05-14  H.J. Lu <hjl@gnu.org>
7231
7232         * config.if (libc_interface): Set to -libc6.2- for cross
7233         compiling to Linux/glibc 2.2.
7234
7235 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7236
7237         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7238         libgcj.
7239
7240 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7241
7242         * configure.in (noconfigdirs): Don't reset it from scratch in the
7243         target case; only append to it.
7244
7245 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7246
7247         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7248         sparc-*-solaris2.8]: Disable ${libgcj}.
7249
7250 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
7251
7252         * configure.in (libgcj_saved): Copy from $libgcj.
7253         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7254         --disable-libgcj.
7255
7256 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
7257
7258         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7259         1.641.2.228.
7260
7261 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7262
7263         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7264         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7265
7266 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
7267
7268         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7269         New macros.
7270         (bootstrap, cross): Use RECURSE_FLAGS.
7271         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7272
7273 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
7274
7275         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7276
7277 2001-03-23  Nick Clifton  <nickc@redhat.com>
7278
7279         * README-maintainer-mode: Add note about inability to use "make
7280         distclean" in maintainer mode.
7281
7282 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7283
7284         Re-installed:
7285         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7286         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7287         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7288         * ltcf-cxx.sh: Likewise.
7289         * ltcf-gcj.sh: Likewise.
7290
7291 2001-03-22  Philip Blundell  <philb@gnu.org>
7292
7293         * config.sub, config.guess: Import latest from subversions.
7294
7295 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7296
7297         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7298         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7299
7300 2001-03-20  Michael Chastain  <chastain@redhat.com>
7301
7302         * Makefile.in: all-m4 depends on all-texinfo.
7303
7304 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
7305
7306         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7307
7308 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
7309
7310         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7311         longer valid.
7312
7313 2001-02-16  Nick Clifton  <nickc@redhat.com>
7314
7315         * configure.in (noconfigdirs): Allow configuration of texinfo
7316         for Cygwin hosts.
7317
7318 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7319
7320         * config.guess: Add linux target for S/390.
7321         * config.sub: Likewise.
7322         * configure.in: Likewise.
7323
7324 2001-02-06  Ben Elliston  <bje@redhat.com>
7325
7326         * configure: Output host type to stdout, not stderr.
7327
7328 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7329
7330         * config.guess: Import from subversions.gnu.org (revision 1.181).
7331         * config.sub: Import from subversions.gnu.org (revision 1.199).
7332
7333 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
7334
7335         * config.guess: Handle hppa64-linux systems.
7336
7337 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7338
7339         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7340         Don't unset, it's non-portable and no longer necessary, set to empty
7341         instead.
7342
7343 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7344
7345         * ltconfig: Shell portability fix for the tagname validity check.
7346
7347 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7348
7349         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7350
7351 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
7352
7353         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7354         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7355
7356 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7357
7358         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7359         keep at least one of build_libtool_libs or build_old_libs set to
7360         yes.
7361
7362 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7363
7364         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7365         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7366
7367 2000-11-07  Philip Blundell  <pb@futuretv.com>
7368
7369         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7370
7371 2000-11-03  Philip Blundell  <pb@futuretv.com>
7372
7373         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7374         files.
7375
7376 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
7377
7378         * COPYING.NEWLIB: Put into source repository.
7379
7380 2001-01-15  Ben Elliston  <bje@redhat.com>
7381
7382         * configure.in (host_tools): Add sid.
7383         Always configure cgen.
7384         * Makefile.in (all-sid): New target.
7385         (check-sid, clean-sid, install-sid): Likewise.
7386
7387 2001-01-07  Andreas Jaeger  <aj@suse.de>
7388
7389         * config.sub, config.guess: Update from subversions.
7390
7391 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
7392
7393         * configure.in: Disable language-specific target libraries for
7394         languages that aren't enabled.
7395
7396 2000-11-24  Nick Clifton  <nickc@redhat.com>
7397
7398         * configure.in (xscale-elf): Add target.
7399         (xscale-coff): Add target.
7400         (c4x, c5x, tic54x): Move after ARM targets.
7401
7402 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
7403
7404         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7405
7406 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
7407
7408         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7409
7410 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7411
7412         * Makefile.in: Merge with GCC and libgcj.
7413         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
7414         configure-target-<library> when their configure scripts need the C
7415         or C++ library to have already been built to work properly.
7416         (do_proto_toplev): Set them to an empty string.
7417
7418 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7419
7420         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7421         (REALLY_SET_LIB_PATH): Use them.
7422
7423 2000-11-06  Christopher Faylor <cgf@cygnus.com>
7424
7425         * config.sub: Add support for Sun Chorus
7426
7427 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
7428
7429         * config.sub: Add support for the *-storm-chaos OS.
7430
7431 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
7432
7433         * configure.in (noconfigdirs): Don't compile some
7434         of the libraries for 68HC11 & 68hc12 targets.
7435
7436 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
7437
7438         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7439         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
7440         all affected `configure' scripts.
7441
7442 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
7443
7444         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7445         ltcf-c.sh.
7446
7447 2000-09-12  Philip Blundell  <philb@gnu.org>
7448
7449         * config.sub, config.guess: Update from subversions.
7450
7451 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
7452
7453         * Makefile.in (all-zlib): Added dummy target.
7454
7455         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7456         multi-language branch.
7457
7458 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
7459
7460         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7461         (bootstrap*): Depend on all-bootstrap.
7462
7463 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
7464
7465         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7466         crosses, but add gcc/include to the header search path for them.
7467
7468 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
7469
7470         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7471         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7472         * gettext.m4: New file, extracted from aclocal.m4.
7473
7474 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
7475
7476         * config-ml.in (CC, CXX): Avoid trailing whitespace.
7477         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7478         sub-configures.
7479
7480 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7481
7482         * Makefile.in (ALL_MODULES): Add all-cgen.
7483         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7484         (all-cgen): New target.
7485         (all-opcodes,all-sim): Depend on all-cgen.
7486         * configure.in (host_tools): Add cgen.
7487         Only configure cgen if --enable-cgen-maint.
7488
7489 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
7490
7491         * config-ml.in (CC, CXX): Don't introduce a leading space.
7492
7493 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
7494
7495         * configure.in (libstdcxx_flags): Use
7496         libstdc++-v3/src/libstdc++.INC.
7497
7498 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
7499
7500         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7501
7502 2000-08-11  Jason Merrill  <jason@redhat.com>
7503
7504         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7505         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7506         (FLAGS_FOR_TARGET): Not here.
7507         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7508
7509 2000-08-07  DJ Delorie  <dj@redhat.com>
7510
7511         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7512         "if we're also building gcc, and it's a gcc that will run on the
7513         build machine, we want to use its includes instead of the system's
7514         default includes".
7515
7516 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
7517
7518         * configure.in (libstdcxx_flags): Don't use `"'.
7519
7520         * config-ml.in: Adjust multilib search paths to the
7521         appropriate multilib tree.
7522
7523 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
7524
7525         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7526         commas in $LANGUAGES.
7527
7528 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
7529
7530         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7531
7532 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
7533
7534         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7535         CXX_FOR_TARGET for sed.
7536
7537 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
7538
7539         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7540         Do not override if already set in the environment or in configure.
7541         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7542         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7543
7544 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
7545
7546         * Makefile.in (FLAGS_FOR_TARGET): New macro.
7547         (GCC_FOR_TARGET): Use it.
7548         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7549         * configure.in: ... here.
7550         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
7551         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7552
7553 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
7554
7555         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7556         (configure-target-libchill, configure-target-libobjc): Likewise.
7557
7558         * configure.in: Use the same cache file for all target libs.
7559         * config-ml.in: But different cache files per multilib variant.
7560
7561 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7562
7563         * configure (topsrcdir): Don't use dirname.
7564
7565 2000-07-20  Jason Merrill  <jason@redhat.com>
7566
7567         * configure.in: Remove all references to libg++ and librx.
7568
7569         * configure, configure.in, Makefile.in: Unify gcc and binutils.
7570
7571 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
7572
7573         * config.sub: Update to subversions version 2000-07-06.
7574
7575 2000-07-12  Andrew Haley  <aph@cygnus.com>
7576
7577         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7578         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7579
7580 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
7581
7582         * symlink-tree:  Check number of arguments.
7583
7584 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
7585
7586         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7587
7588 2000-07-05  Jim Wilson  <wilson@cygnus.com>
7589
7590         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7591         search path for a g++ extracted from the build tree.  This
7592         will allow link tests run by configure scripts in
7593         subdirectories to succeed.
7594
7595 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
7596
7597         * ltconfig: Add support for mips-dde-sysv4.2MP
7598
7599 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
7600
7601         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7602         `os2'. Force ac_cv_exeext to be ".exe" in that case.
7603
7604 2000-06-19  Timothy Wall  <twall@cygnus.com>
7605
7606         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7607         * config.sub: Add tic54x target.
7608
7609 2000-06-07  Phillip Thomas  <pthomas@suse.de>
7610
7611         * README-maintainer-mode: New file: Contains notes on using
7612         --enable-maintainer-mode with binutils.
7613
7614 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
7615
7616         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7617
7618 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
7619
7620         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7621         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7622
7623 20000-05-21  H.J. Lu  (hjl@gnu.org)
7624
7625         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7626         directory are used if they exist. Make sure
7627         $(build_tooldir)/include is searched for header files,
7628         $(build_tooldir)/lib/ for library files.
7629         (GCC_FOR_TARGET): Likewise.
7630         (CXX_FOR_TARGET): Likewise.
7631
7632 2000-05-18  Jeffrey A Law  (law@cygnus.com)
7633
7634         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7635
7636 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
7637
7638         * Makefile.in (configure-target-libiberty): Depend on
7639         configure-target-newlib.
7640
7641 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
7642
7643         * configure.in, Makefile.in: Merge all libffi-related
7644         configury stuff from the libgcj tree.
7645
7646 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7647
7648         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7649         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7650
7651 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7652
7653         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7654         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
7655         current version information.  Add to proto-toplev directory.
7656         (gdb-taz): Build do-djunpack.
7657
7658 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
7659
7660         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7661
7662 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7663
7664         * ltmain.sh: Preserve in relink_command any environment
7665         variables that may affect the linker behavior.
7666
7667 2000-05-12  Jeffrey A Law  (law@cygnus.com)
7668
7669         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7670
7671 2000-05-10  Jim Wilson  <wilson@cygnus.com>
7672
7673         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7674
7675 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7676
7677         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
7678         with the version name.
7679
7680 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
7681
7682         * config.if: Tweak.
7683
7684 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
7685
7686         * djunpack.bat: New file.
7687
7688 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
7689
7690         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
7691         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7692         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7693         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
7694
7695 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7696
7697         * config.sub (case $basic_machine): Change default for "ibm-*"
7698         to "openedition".
7699
7700 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
7701
7702         * Makefile.in (gdb-taz): New target.  GDB specific archive.
7703         (do-md5sum): New target.
7704         (MD5PROG): Define.
7705         (PACKAGE): Default to TOOL.
7706         (VER): Default to a shell script.
7707         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
7708         md5 checksum generation.
7709         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7710         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7711         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
7712         insight.tar.bz2): Use gdb-taz to create archive.
7713
7714 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
7715
7716         * configure (warn_cflags): Delete.
7717
7718 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
7719             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
7720
7721         * configure.in (enable_libstdcxx_v3): Add.
7722         (target_libs): Add bits here to switch between libstdc++-v2 and
7723         libstdc++-v3.
7724         * config.if: And this file too.
7725         * Makefile.in: Add libstdc++-v3 targets.
7726
7727 2000-04-05  Michael Meissner  <meissner@redhat.com>
7728
7729         * config.sub (d30v): Add d30v as a basic machine type.
7730
7731 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
7732
7733         * configure.in: -linux-gnu*, not -linux-gnu.
7734
7735 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
7736
7737         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7738         (do-tar-bz2): Replace TOOL with PACKAGE.
7739         (gdb.tar.bz2): Remove GDBTK from GDB package.
7740         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
7741         dejagnu.tar.bz2): New packages.
7742
7743 2000-02-27  Andreas Jaeger  <aj@suse.de>
7744
7745         * configure.in: Add entry for mips*-*-linux*, move catch all
7746         *-*-*linux* entry below this one.
7747
7748 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
7749
7750         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7751
7752 2000-02-24  Nick Clifton  <nickc@cygnus.com>
7753
7754         * config.sub: Support an OS of "wince".
7755
7756 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
7757
7758         * config.guess, config.sub: Updated to match config's 2000-02-15
7759         version.
7760
7761 2000-02-23  Linas Vepstas <linas@linas.org>
7762
7763         * config.sub: Add support for Linux/IBM 370.
7764         * configure.in: Likewise.
7765
7766 2000-02-22  Nick Clifton  <nickc@cygnus.com>
7767
7768         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7769
7770 2000-02-20  Christopher Faylor <cgf@cygnus.com>
7771
7772         * config.guess: Guess "cygwin" rather than "cygwin32".
7773
7774 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7775
7776         * configure (gcc_version): When setting, narrow search to
7777         lines containing `version_string'.
7778
7779 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7780
7781         * config.sub: Add support for avr target.
7782
7783 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
7784
7785         * config.sub: Add mmix-knuth-mmixware.
7786
7787 2000-01-27  Christopher Faylor <cgf@redhat.com>
7788
7789         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7790         structure stuff to -L library search.
7791         (CXX_FOR_TARGET): Ditto.
7792         (CROSS_CHECK_MODULES): Fix spelling mistake.
7793
7794 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
7795
7796         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7797         the C++ compiler.
7798
7799 2000-01-12  Richard Henderson  <rth@cygnus.com>
7800
7801         * configure.in: Don't build some bits for beos.
7802
7803 2000-01-12  Joel Sherrill (joel@OARcorp.com)
7804
7805         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7806         as include files.
7807
7808 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
7809
7810         * configure.in: Use mt-aix43 to handle *_TARGET defs,
7811         not mh-aix43.
7812
7813 1999-12-14  Richard Henderson  <rth@cygnus.com>
7814
7815         * config.guess (alpha-osf, alpha-linux): Detect ev67.
7816         * config.sub: Accept alphaev[78], alphaev8.
7817
7818 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7819
7820         * config.guess, config.sub: Update from autoconf.
7821
7822 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7823
7824         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7825         necessary libraries are missing.
7826
7827 1999-10-25  Andreas Schwab  <schwab@suse.de>
7828
7829         * configure: Fix quoting inside arguments of eval.
7830
7831 1999-10-21  Nick Clifton  <nickc@cygnus.com>
7832
7833         * config-ml.in: Allow suppression of some ARM multilibs.
7834
7835 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
7836
7837         * config.guess: Add OS/390 match pattern.
7838         * config.sub: Add mvs, openedition targets.
7839         * configure.in (i370-ibm-opened*): New.
7840
7841 1999-09-04  Steve Chamberlain  <sac@pobox.com>
7842
7843         * config.sub: Add support for configuring for pj.
7844
7845 1999-08-31  Nick Clifton  <nickc@cygnus.com>
7846
7847         * config.sub (maybe_os): Add support for configuring for fr30.
7848
7849 1999-08-25  Nick Clifton  <nickc@cygnus.com>
7850
7851         * configure.in: Do not configure or build ld for AIX
7852         platforms.  ld is known to be broken on these platforms.
7853
7854 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7855
7856         * config-ml.in: Pass compiler flag corresponding to multidirs to
7857         subdir configures.
7858
7859 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
7860
7861         * Makefile.in (LDFLAGS): Define.
7862
7863 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
7864
7865         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7866         noconfigdirs.
7867         (*-*-cygwin*): Likewise.
7868
7869 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
7870
7871         * mkdep: New file.
7872         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7873         (BINUTILS_SUPPORT_DIRS): Add mkdep.
7874
7875         From Eli Zaretskii <eliz@is.elta.co.il>:
7876         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7877         long file name when using DJGPP on MS-DOS.
7878
7879 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
7880
7881         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7882
7883 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
7884
7885         * Makefile.in (check-target-libio): Remove all-target-libstdc++
7886         dependency as this causes "make check" to globally "make all"
7887
7888 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
7889
7890         * configure.in (target_libs): Added target-zlib.
7891         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7892         (CONFIGURE_TARGET_MODULES): Likewise.
7893         (CHECK_TARGET_MODULES): Likewise.
7894         (INSTALL_TARGET_MODULES): Likewise.
7895         (CLEAN_TARGET_MODULES): Likewise.
7896         (configure-target-zlib): New target.
7897         (all-target-zlib): Likewise.
7898         (all-target-libjava): Depend on all-target-zlib.
7899         (configure-target-libjava): Depend on configure-target-zlib.
7900
7901         * Makefile.in (configure-target-libjava): Depend on
7902         configure-target-newlib.
7903         (configure-target-boehm-gc): New target.
7904         (configure-target-qthreads): New target.
7905
7906         * configure.in (target_libs): Added target-qthreads.
7907         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7908         (CONFIGURE_TARGET_MODULES): Likewise.
7909         (CHECK_TARGET_MODULES): Likewise.
7910         (INSTALL_TARGET_MODULES): Likewise.
7911         (CLEAN_TARGET_MODULES): Likewise.
7912         (all-target-qthreads): New target.
7913         (configure-target-libjava): Depend on configure-target-qthreads.
7914         (all-target-libjava): Depend on all-target-qthreads.
7915
7916         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7917         (CONFIGURE_TARGET_MODULES): Likewise.
7918         (CHECK_TARGET_MODULES): Likewise.
7919         (INSTALL_TARGET_MODULES): Likewise.
7920         (CLEAN_TARGET_MODULES): Likewise.
7921         (all-target-libjava): New target.
7922         (all-target-boehm-gc): Likewise.
7923         * configure.in (target_libs): Added libjava, boehm-gc.
7924
7925 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
7926
7927         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7928         configure.bat in SUPPORT_FILES.
7929         (gas+binutils.tar.bz2): Likewise.
7930
7931         * makeall.bat: Remove; obsolete.
7932
7933 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
7934
7935         From Mark Elbrecht:
7936         * configure.bat: Remove; obsolete.
7937
7938 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
7939
7940         * configure: Add -W -Wall to the default CFLAGS when compiling with
7941         gcc.
7942
7943 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
7944
7945         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7946
7947 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
7948
7949         * configure.in: Build ld on IRIX6.
7950
7951 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
7952
7953         * Makefile.in: Change distribution targets to use bzip2 instead of
7954         gzip.
7955         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
7956         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
7957
7958 1999-06-04  Nick Clifton  <nickc@cygnus.com>
7959
7960         * config.sub: Add mcore target.
7961
7962 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
7963
7964         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
7965
7966 1999-05-25  H.J. Lu  (hjl@gnu.org)
7967
7968         * config.guess (dummy): Changed to $dummy.
7969
7970 1999-05-24  Nick Clifton  <nickc@cygnus.com>
7971
7972         * config.sub: Tidied up case statements.
7973
7974 1999-05-22  Ben Elliston  <bje@cygnus.com>
7975
7976         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
7977         <jiro@din.or.jp>.
7978
7979         * config.guess: Merge with FSF version. Future changes will be
7980         more accurately recorded in this ChangeLog.
7981         * config.sub: Likewise.
7982
7983 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
7984
7985          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
7986
7987 1999-04-30  Tom Tromey  <tromey@cygnus.com>
7988
7989         * ltmain.sh: [mode link] Always use CC given by ltconfig.
7990
7991 1999-04-23  Tom Tromey  <tromey@cygnus.com>
7992
7993         * ltconfig, ltmain.sh: Update to libtool 1.2f.
7994
7995 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
7996
7997         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
7998         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
7999         Bad merge removed these two changes.
8000
8001 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
8002                           Martin Heller (Ing.-Buero_Heller@t-online.de)
8003
8004         * config.guess (interix Alpha): Add.
8005
8006 1999-04-11  Richard Henderson  <rth@cygnus.com>
8007
8008         * configure.in (i?86-*-beos*): Do config gperf; don't config
8009         gdb, newlib, or libgloss.
8010
8011 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
8012
8013         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8014         link a trivial program with -mabi=64.  If it fails, remove mabi=64
8015         from multidirs.
8016
8017 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
8018
8019         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8020
8021 1999-04-08  Nick Clifton  <nickc@cygnus.com>
8022
8023         * config.sub: Add support for mcore targets.
8024
8025 1999-04-07  Michael Meissner  <meissner@cygnus.com>
8026
8027         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8028         not mt-ospace, in order to shut up assembler warning about using
8029         symbols that are named the same as registers.
8030
8031 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
8032
8033         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8034         dependency list for all-target-cygmon.
8035
8036 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
8037
8038         * config-ml.in: Check $host, not $target, for selective multilibs.
8039         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8040         thumb interworking, and underscore prefix multilibs.
8041
8042 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
8043
8044         * missing: Update to version from current automake.
8045
8046 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
8047
8048         * configure (gxx_include_dir): Removed.
8049
8050         * configure.in (gxx_include_dir): Handle it.
8051         * Makefile.in: Likewise.
8052
8053 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
8054
8055         * config.sub (mips64vr4111,mips64vr4111el) Add.
8056
8057 1999-03-21  Ben Elliston  <bje@cygnus.com>
8058
8059         * config.guess: Correct typo for detecting ELF on FreeBSD.
8060
8061 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
8062
8063         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8064         config/mh-djgpp.
8065
8066 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
8067
8068         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8069         all-target-newlib to dependency list for all-target-bsp.
8070
8071 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8072
8073         * config.sub: Add i386-uwin support.
8074         * config.guess: Likewise.
8075
8076 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8077
8078         * configure.in: cleanup, add mh-*pic handling for arm, special
8079         case powerpc*-*-aix*
8080
8081 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
8082
8083         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8084         can be built.
8085
8086 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
8087
8088         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8089         targets.
8090
8091 1999-03-02  Nick Clifton  <nickc@cygnus.com>
8092
8093         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8094
8095 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
8096
8097         * config.sub: Check for "cygwin*" rather than "cygwin32*"
8098
8099 1999-02-24  Nick Clifton  <nickc@cygnus.com>
8100
8101         * config.sub: Fix typo in arm recognition.
8102
8103 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
8104
8105         * configure.in (noconfigdirs): Changed target_configdirs to
8106         include target-bsp only for m68k-*-elf* and m68k-*-coff*
8107         rather than m68k-*-* since it is not known to work on
8108         m68k-aout. Ditto for arm-*-*oabi.
8109
8110 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
8111
8112         * configure.in (*-*-windows*): Remove, no longer used.
8113
8114 1999-02-19  Ben Elliston <bje@cygnus.com>
8115
8116         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8117         Smart and improved by Andrew Cagney.
8118
8119 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
8120
8121         * config.guess: Recognize openbsd-*-hppa.
8122
8123 1999-02-17  H.J. Lu  (hjl@gnu.org)
8124
8125         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8126         only if it is not empty.
8127
8128 1999-02-17  Nick Clifton  <nickc@cygnus.com>
8129
8130         Patch from: Scott Bambrough <scottb@corelcomputer.com>
8131
8132         * config.guess: Modified to recognize uname's armv* syntax.
8133
8134         * config.sub: Modified to recognize uname's armv* syntax.
8135
8136 1999-02-17  Mark Salter  <msalter@cygnus.com>
8137
8138         * configure.in: Added target-bsp for sparclite.
8139
8140 1999-02-08  Richard Henderson  <rth@cygnus.com>
8141
8142         * config.sub: Recognize alphapca5[67] and up to alphaev8.
8143
8144 1999-02-08  Nick Clifton  <nickc@cygnus.com>
8145
8146         * configure.in: Add support for strongarm port.
8147         * config.sub: Add support for strongarm target.
8148
8149 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
8150
8151         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8152         the old name config/mh-cygwin32.
8153         Enable texinfo.
8154
8155 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
8156
8157         * configure.in: Do build ld for ix86 Solaris.
8158
8159 1999-02-02  Jim Wilson  <wilson@cygnus.com>
8160
8161         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
8162         $AR_FOR_TARGET.  Likewise for RANLIB.
8163
8164 1999-02-02  Catherine Moore  <clm@cygnus.com>
8165
8166         * config.sub (oabi):  Recognize.
8167         * configure.in (arm-*-oabi):  Handle.
8168
8169 1999-01-30  Robert Lipe  (robertlipe@usa.net)
8170
8171         * config.guess: Improve detection of i686 on UnixWare 7.
8172
8173 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
8174
8175         * config.guess: Add support for i386-pc-interix.
8176         * config.sub: Likewise.
8177         * configure.in: Likewise.
8178
8179 1999-01-18  Christopher Faylor <cgf@cygnus.com>
8180
8181         * Makefile.in: Remove unneeded all-target-libio from
8182         from all-target-winsup target since it is now unneeded.
8183         Add all-target-libtermcap in its place since it is now
8184         needed.
8185
8186 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8187
8188         * configure.in: makefile stub for cygwin target is probably
8189         unnecessary.  Remove it for now.
8190
8191 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8192
8193         * configure.in: libtermcap.a should be built when cygwin is the
8194         target as well as the host.
8195         * config.guess: Allow mixed case in cygwin uname output.
8196         * Makefile.in: Add libtermcap target.
8197
8198 1998-12-23  Jeffrey A Law  (law@cygnus.com)
8199
8200         * config.sub: Clean up handling of hppa2.0.
8201
8202 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
8203
8204         * config.guess: Use C code to identify more HP machines.
8205
8206 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
8207
8208         * config.sub: Handle hppa2.0.
8209
8210 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
8211
8212         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8213         cygmon for all sparclite targets, regardless of object format.
8214
8215 1998-12-15  Mark Salter  <msalter@cygnus.com>
8216
8217         * configure.in: Added target-bsp for several target architectures.
8218
8219         * Makefile.in: Added rules for bsp.
8220
8221 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
8222
8223         * config.guess: Improve detection of hppa2.0 processors.
8224
8225 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
8226
8227         * config.guess: Recognize FreeBSD using ELF automatically.
8228
8229 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
8230
8231         * configure (skip-this-dir): Add handling for new shell script, which
8232         might be created by a sub-directory's configure to indicate, this particular
8233         directory is "unwanted".
8234         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8235
8236 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
8237
8238         * ltconfig: import from libtool, after changing libtool to
8239         account for the cygwin name change.
8240
8241 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
8242
8243         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8244         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8245
8246 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
8247
8248         * configure.in: Add libtermcap to list of cygwin dependencies.
8249
8250 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
8251
8252         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8253         they include winsup/include when it's a cygwin target.
8254
8255 1998-11-12  Tom Tromey  <tromey@cygnus.com>
8256
8257         * configure.in (host_tools): Added zip.
8258         * Makefile.in (all-target-libjava): Depend on all-zip.
8259         (all-zip): New target.
8260         (ALL_MODULES): Added all-zip.
8261         (NATIVE_CHECK_MODULES): Added check-zip.
8262         (INSTALL_MODULES): Added install-zip.
8263         (CLEAN_MODULES): Added clean-zip.
8264
8265 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
8266
8267         * Makefile.in: lose "32" from comment about cygwin.
8268
8269 1998-11-05  Nick Clifton  <nickc@cygnus.com>
8270
8271         * configure.in: Use -Os to build target libraries for the fr30.
8272
8273 1998-11-04  Dave Brolley  <brolley@cygnus.com>
8274
8275         * config.sub: Add fr30.
8276
8277 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
8278
8279         * configure.in: drop "32" from config/mh-cygwin32.  Check
8280         cygwin* instead of cygwin32*.
8281         * config.sub: Check cygwin* instead of cygwin32*.
8282
8283 1998-10-22  Robert Lipe  <robertl@dgii.com>
8284
8285         * config.guess: Match any version of Unixware7.
8286
8287 1998-10-20  Syd Polk  <spolk@cygnus.com>
8288
8289         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8290         if desired.
8291
8292 1998-10-18  Jeffrey A Law  (law@cygnus.com)
8293
8294         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8295         these if the appropriate directories and files to not exist.
8296
8297 1998-10-14  Jeffrey A Law  (law@cygnus.com)
8298
8299         * Makefile.in (DEVO_SUPPORT): Add config.if.
8300
8301 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
8302
8303         * configure: Add pattern to replace "build_tooldir"'s
8304         definition in the generated Makefile with "tooldir"'s
8305         actual value.
8306
8307 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
8308
8309         * config.sub: Bring back lost sparcv9.
8310
8311         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8312
8313 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
8314
8315         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8316         CC_FOR_TARGET and friends.
8317
8318 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
8319
8320         * Makefile.in (build_tooldir): New variable, same as tooldir.
8321         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8322         -B$(build_tooldir)/bin/.
8323         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8324
8325 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
8326
8327         * config.sub: Add support for i[34567]86-pc-udk.
8328         * configure.in: Likewise.
8329
8330 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
8331
8332         * Makefile.in: add bzip2 package building bits for user
8333         tools module
8334         * configure.in: ditto
8335
8336 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
8337
8338         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8339         (ALL_TARGET_MODULES): Add all-target-libobjc.
8340         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8341         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8342         (all-target-libchill): Add dependencies.
8343         * configure.in (target_libs): Add libchill.
8344
8345 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
8346
8347         * configure.in (target_subdir): Remove duplicate line.
8348
8349 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
8350
8351         * Makefile.in (all-automake): fix dependencies.
8352
8353 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
8354
8355         * configure.in: Minor cleanups for building in the $(target_alias)
8356         subdir.
8357
8358 1998-09-22  Jim Wilson  <wilson@cygnus.com>
8359
8360         * Makefile.in (bootstrap): Set r and s before make all.  Use
8361         BASE_FLAGS_TO_PASS in make all.
8362         (cross): Likewise.
8363
8364 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
8365
8366         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8367
8368 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
8369
8370         * config.sub: Fix typo in last change.
8371
8372 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8373
8374         * config.sub: Add support for C4x target.
8375         * configure.in: Likewise.
8376
8377 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
8378
8379         * config.sub: Recognize sparcv9 just like sparc64.
8380
8381 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
8382
8383         * config.guess: Match "Pent II" or "PentII" for OpenServer.
8384
8385 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
8386
8387         * config.guess: Correctly identify Pentium II sco boxes.
8388
8389         * config.guess: Fix "tr" code.  From Weiwen Liu.
8390
8391 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
8392
8393         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8394         stabs.
8395
8396 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
8397
8398         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8399         (ALL_TARGET_MODULES): Add all-target-libchill.
8400         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8401         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8402         (all-target-libchill): Add dependencies.
8403         * configure.in (target_libs): Add libchill.
8404
8405 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8406
8407         * config.guess: Avoid assumptions about "tr" behaves when
8408         LANG is set to something other than English.
8409
8410 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
8411
8412         * configure (gxx_include_dir): Changed to
8413         '${prefix}/include/g++'-${libstdcxx_interface}.
8414
8415         * config.if: New to determine the interfaces.
8416
8417 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
8418
8419         * config.guess: Detect and handle MPE/IX.
8420         * config.sub: Deal with MPE/IX.
8421
8422 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
8423
8424         * configure.in: Use mh-aix43.
8425
8426 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
8427
8428         * configure: Fix --without/--disable cases for gxx-include-dir.
8429
8430 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
8431
8432         * mdata-sh:  Imported.  Needed for automake support.
8433
8434 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
8435
8436         * Makefile.in (taz): Try "chmod -R og=u ." before
8437         "chmod og=u `find . -print`".
8438
8439 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
8440
8441         * configure.in: Add arm-elf and thumb-elf support.
8442
8443 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
8444
8445         * Makefile.in: Undo previous patch.
8446
8447 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
8448
8449         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8450         to here ...
8451         (install-no-fixedincludes): and here
8452         (INSTALL_MODULES): ... from here.
8453
8454 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8455
8456         * config.sub: Merge with FSF.
8457
8458         * config.guess: Merge with FSF.
8459
8460 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
8461
8462         * configure (extraconfigdirs): New variable.
8463         (SUBDIRS): Add extraconfigdirs and recurse on them too.
8464         * Makefile.in (all): Move higher in file.
8465         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8466         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8467         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8468         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8469         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8470
8471 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
8472
8473         * Makefile.in (all-target-libjava): Depend on all-gcc and
8474         all-target-newlib.
8475         (configure-target-libjava): Depend on $(ALL_GCC).
8476
8477 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
8478
8479         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8480         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8481
8482 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8483
8484         * ylwrap: Change absolute path checks to check for DOS style path
8485         names.
8486
8487         * ylwrap: Don't use a full path name if the source file is in the
8488         same directory.  From hjl@lucon.org (H.J. Lu).
8489
8490         * config-ml.in: Default to being verbose, to match Feb 18 change to
8491         configure.
8492
8493 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
8494
8495         Brought over from egcs:
8496
8497         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8498
8499         * configure.in (target_subdir): Set to ${target_alias} instead
8500         of "libraries".
8501
8502         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8503
8504         * configure.in (target_subdir): Set to libraries if enable_multilib.
8505
8506 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
8507
8508         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8509         multilibs, force reconfiguration the first time we create
8510         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8511
8512 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
8513
8514         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8515         avoid confusion with --no-recursion.
8516
8517 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
8518
8519         * configure.in: Win32 hosts shouldn't use install -x
8520         * install-sh: remove -x option, and special .exe-handling
8521         hack.
8522
8523 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
8524
8525         * config.guess: Recognize i586-pc-beos.
8526         * configure.in: Don't build some bits for beos.
8527
8528 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8529
8530         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8531         CFLAGS default to -O2.
8532
8533         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8534         when using GNU ld.
8535
8536 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
8537
8538         * ltmain.sh: Correct install when using a different shell.
8539
8540 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8541
8542         * ltconfig, ltmain.sh: Update to libtool 1.2b.
8543
8544 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
8545
8546         * makefile.vms: Update to build binutils/makefile.vms.  Add install
8547         target.
8548
8549 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
8550
8551         * ltconfig: Update to correct AIX handling.
8552
8553 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8554
8555         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8556
8557         * configure.in (target_subdir): Set to ${target_alias} instead
8558         of "libraries".
8559
8560 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
8561
8562         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8563         (Makefile): Depend on $(gcc_version_trigger).
8564
8565         * configure (gcc_version): Change default initializer to empty
8566         string.
8567         (gcc_version_trigger): New variable; pass this variable down
8568         to subdir configures to enable them checking gcc's version
8569         themselves. Emit make macros for both gcc_version vars.
8570         (topsrcdir): Initialize reliably.
8571         (recursion line): Remove --with-gcc-version=${gcc_version}.
8572
8573 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8574
8575         * configure (enable_version_specific_runtime_libs): Implement new flag
8576         --enable-version-specific-runtime-libs which installs C++ runtime stuff
8577         in $(libsubdir); emit definition in each generated Makefile.
8578         (gxx_include_dir): Initialize depending on
8579         $enable_version_specific_runtime_libs.
8580
8581 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8582
8583         * configure (gcc_version): Initialize properly depending on
8584         how and where configure is started.
8585         (recursion line): Pass a --with-gcc-version=${gcc_version}
8586         to configures in subdirs.
8587
8588 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
8589
8590         * configure.in (noconfigdirs): Add configure pattern for mips tx39
8591         cygmon
8592
8593 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
8594
8595         * configure.in: Add cygmon and libstub support for mn10200.
8596
8597 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
8598
8599         * configure (gcc_version): Add new variable describing the
8600         particular gcc version we're building.
8601         * Makefile.in (libsubdir): Add new macro for the directory
8602         in which the compiler finds executables, libraries, etc.
8603         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8604         and libsubdir.
8605
8606 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8607
8608         * Makefile.in (local-clean): Remove *.log.
8609         (warning.log): Built with warn_summary from build.log.
8610         (mail-report.log): Run test_summary.
8611         (mail-report-with-warnings.log): Run test_summary including
8612         warning.log in the report.
8613
8614 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
8615
8616         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8617
8618 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8619
8620         * Makefile.in (grep): Grep no longer depends on libiberty.
8621
8622 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
8623
8624         * Makefile.in: all-snavigator needs all-libgui.
8625
8626 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
8627
8628         * configure.in: Add cygmon and libstub support for mn10300.
8629
8630 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
8631
8632         * missing: Update to version from automake 1.3.
8633
8634         * ltmain.sh: On installation, don't get confused if the same name
8635         appears more than once in the list of library names.
8636
8637 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8638
8639         * config.sub: Accept m68060 and m5200 as CPU names.
8640
8641 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
8642
8643         * configure: Use && rather than using -a in test, because odd
8644         strings can confuse test.
8645         * configure.in: Likewise.
8646
8647 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8648
8649         * ltconfig, ltmain.sh: Bring in Visual C++ support.
8650
8651 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8652
8653         * Makefile.in (boostrap2-lean, bootstrap3-lean,
8654         bootstrap4-lean): New targets.
8655
8656 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
8657
8658         * mpw-* Delete.  Not used.
8659
8660 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
8661
8662         * COPYING.LIB: Update FSF address.
8663
8664 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
8665
8666         * ltconfig, ltmain.sh: Update to libtool 1.2a.
8667
8668         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8669         GAS_SUPPORT_DIRS.
8670
8671 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
8672
8673         * ltconfig, ltmain.sh: Avoid producing a version number if
8674         -version-info was not used.
8675
8676 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8677
8678         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8679         building with newlib.
8680
8681 1998-04-30  Paul Eggert  <eggert@twinsun.com>
8682
8683         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
8684         Solaris `make' causes it to continue to next definition.
8685
8686 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8687
8688         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8689         the right GUI libraries and files are installed along with GDB.
8690
8691 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8692
8693         * configure.in: Change alpha to alpha* in several places.
8694
8695 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
8696
8697         * config.sub: Recognize sparc86x.
8698
8699 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
8700
8701         * configure.in (--enable-target-optspace): Remove debug echo.
8702
8703 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
8704
8705         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8706
8707 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8708
8709         * ltconfig: Update cygwin32 support.
8710
8711         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8712         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8713         (GDB_SUPPORT_DIRS): Likewise.
8714
8715 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
8716
8717         * configure.in (target_makefile_frag): If --enable-target-optspace,
8718         use -Os to compile target libraries rather than -O2.  Default to
8719         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8720         not used.
8721         * configure.in (target_cflags): Ditto for d30v.
8722
8723 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
8724
8725         * Makefile.in (all-bfd): Depend on all-intl.
8726         (all-binutils): Likewise.
8727         (all-gas): Likewise.
8728         (all-gprof): Likewise.
8729         (all-ld): Likewise.
8730
8731 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
8732
8733         * configure.in (host_tools): Fix typo, lbtool -> libtool.
8734
8735 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8736
8737         * Makefile.in (all-bfd): Depend upon all-libiberty.
8738
8739         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8740
8741 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
8742
8743         * Makefile.in: Add libstub.
8744
8745         * configure.in: Ditto. Build libstub for targets that have cygmon
8746         support.
8747
8748 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
8749
8750         * configure.in: Don't set PICFLAG on ix86-cygwin32.
8751
8752 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
8753
8754         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8755         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
8756
8757 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
8758
8759         * configure: Define DEFAULT_M4 by searching PATH.
8760         * Makfile.in: Use DEFAULT_M4.
8761
8762 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8763
8764         * ltconfig: Add cygwin32 support.
8765
8766         * Makefile.in, configure.in: Add libtool as a native only directory
8767         to configure and build.
8768
8769 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
8770
8771         * Makefile.in (INSTALL_MODULES): Remove texinfo.
8772
8773 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
8774
8775         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8776
8777 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
8778
8779         * Makefile.in: add ash make rules
8780         * configure.in: add ash to native_only and host_tools lists
8781
8782 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
8783
8784         * Makefile.in (all-gettext, all-intl): New targets.
8785         (ALL_MODULES): Added all-gettext, all-intl.
8786         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8787         (INSTALL_MODULES): Added install-gettext, install-intl.
8788         (CLEAN_MODULES): Added clean-gettext, clean-intl.
8789
8790         * configure.in (host_tools): Added gettext.
8791         (native_only): Likewise.
8792         (noconfigdirs) [various cases]: Likewise.
8793         (host_libs): Added intl.
8794
8795 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
8796
8797         * configure: Do not disable building gdbtk for cygwin32 hosts.
8798
8799 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
8800
8801         * configure.in: Add thumb-coff target.
8802         * config.sub: Add thumb-coff target.
8803
8804 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8805
8806         * Makefile.in: Revert yesterday's change.
8807         (all-target-winsup):  all-target-librx stays out of here.
8808
8809 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8810
8811         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8812         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8813         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
8814         Remove references to librx and libg++.
8815
8816 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
8817
8818         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8819         recursive makes
8820
8821 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
8822
8823         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8824         for newlib directory.
8825         (CXX_FOR_TARGET): Likewise.
8826
8827 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
8828
8829         * ltconfig: Update after libtool/ltconfig.in change for
8830         hpux11.
8831
8832 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
8833
8834         * ltconfig, ltmain.sh: Update to libtool 1.2.
8835
8836 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8837
8838         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8839         (install-gcc-cross): Instead, override LANGUAGES here.
8840
8841 1998-03-18  Dave Love  <d.love@dl.ac.uk>
8842
8843         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8844         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8845
8846 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
8847
8848         * configure.in: Add Thumb-pe target.
8849
8850 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
8851
8852         * Makefile.in - changed sn targets to snavigator
8853         * configure.in - changed sn targets to snavigator
8854
8855 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8856
8857         * config-ml.in: After building symlink tree call make distclean
8858         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8859         to be the case for libiberty.
8860
8861 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
8862
8863         * configure: When making link, also check the current
8864         directory. The configure scripts may create one.
8865
8866 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
8867
8868         * config.sub: Accept alphapca56 and alphaev6 properly.
8869
8870 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8871
8872         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8873
8874 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8875
8876         * config.sub (sco5): Fix typo.
8877
8878 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
8879
8880         * Makefile.in (INSTALL_MODULES): Move install-tcl before
8881         install-itcl.
8882         (install-itcl): Remove dependency on install-tcl.
8883
8884 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
8885
8886         * configure.in: Remove libgloss from noconfigdirs for MN10300.
8887
8888 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
8889
8890         * configure.in: Don't build libgui for a cygwin32 target when not on
8891         a cygwin32 host.
8892
8893 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8894
8895         * configure (redirect): Set to null, so default behavior of
8896         configure is now --verbose.
8897
8898 1998-02-16  Dave Love  <d.love@dl.ac.uk>
8899
8900         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8901         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8902
8903 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
8904
8905         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8906         this change to sync Makefile.in with its ChangeLog entries.
8907
8908 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
8909
8910         * ltmain.sh (mkdir): Check that the directory doesn't exist
8911         before we exit with error, so that we don't get races during
8912         parallel builds.
8913
8914 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8915
8916         * ltconfig, ltmain.sh: Update from libtool 1.0i.
8917
8918 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8919
8920         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8921         PICFLAG_FOR_TARGET.
8922         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8923
8924         * configure: Emit a definition for the new macro enable_shared
8925         into each Makefile.
8926
8927 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8928
8929         * configure.in (host_tools, native_only): Add libtool.
8930
8931 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
8932
8933         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8934         Fix typo in ming config comment.
8935
8936 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8937
8938         * ltconfig, ltmain.sh: Update from libtool 1.0h.
8939
8940 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
8941
8942         * config.sub: Add tic30 cases, and map c30 to tic30.
8943
8944 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
8945
8946         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8947         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8948         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8949         (CLEAN_TARGET_MODULES): Similarly
8950         (all-target-libf2c): Add dependences.
8951         * configure.in (target_libs): Add libf2c.
8952
8953 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
8954
8955         * configure.in: Remove expect from noconfigdirs when target
8956         is cygwin32.  OK to build expect and dejagnu with Canadian
8957         Cross.
8958
8959 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
8960
8961         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
8962         host.
8963
8964         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
8965         and mingw32.
8966
8967 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8968
8969         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
8970         here as it is not defined in the toplevel Makefile.
8971
8972 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8973
8974         * configure (package_makefile_rules_frag): New variable, which names
8975         a file with generic rules, ...
8976         Change comment to mention we now have FIVE parts.
8977         * configure: Undo last change.
8978
8979 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
8980
8981         * config.guess: More accurate determination of HP processor types.
8982         * config.sub: More accurate determination of HP processor types.
8983
8984 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8985
8986         * configure (package_makefile_frag): Move inserting the
8987         ${package_makefile_frag} to where it should be according
8988         to the comment.
8989
8990 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
8991
8992         * config.guess: Add support for Linux/ARM.
8993
8994 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
8995
8996         * .cvsignore: Remove *-info and *-install since they match
8997         release-info and mpw-install, which we don't want to just ignore.
8998
8999 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
9000
9001         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9002
9003 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
9004
9005         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9006         local_prefix to sub-make invocations.
9007
9008 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
9009
9010         * configure.in: Check makefile fragments in the source
9011         directory.
9012
9013 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9014
9015         * configure.in: Check whether host and target makefile
9016         fragments exist before adding them to *_makefile_frag.
9017
9018 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
9019
9020         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9021
9022 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
9023
9024         * configure.in: Make sure we only replace RPATH_ENVVAR on
9025         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9026         regexp to sed.
9027
9028         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9029         to sub-makes.
9030
9031 1998-01-13  Lee Iverson   (leei@ai.sri.com)
9032
9033         * config-ml.in (multi-do): LDFLAGS must include multilib
9034         designator.
9035
9036 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
9037
9038         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9039
9040 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
9041
9042         * config.sub: Add mingw32 support.
9043         * configure.in: Likewise.
9044
9045 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9046
9047         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9048
9049 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
9050
9051         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9052         * configure (gxx_include_dir): Provide a definition for subdirs
9053         which do not use autoconf.
9054
9055 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
9056
9057         * config.guess: Sync with egcs.  Picks up new alpha support,
9058         BeOS & some additional linux support.
9059
9060 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
9061
9062         * config.guess: HP 9000/803 is a PA1.1 machine.
9063
9064 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
9065
9066         * configure.in: It's alpha*-...
9067
9068 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9069
9070         * configure.in (host_makefile_frag, target_makefile_frag):
9071         Handle multiple config files.
9072         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9073         alpha-*-*.
9074
9075 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
9076
9077         * mkdep: New file.
9078
9079 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
9080
9081         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9082
9083 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9084
9085         * Makefile.in: Add libgui directory.
9086         (GDB_TK): Add all-libgui.
9087         * configure.in: Add libgui directory.
9088         * configure: Add all-libgui to GDB_TK.
9089
9090 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
9091
9092         * config-ml.in (multidirs): Add m32r to multilib list.
9093
9094 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
9095
9096         * Makefile.in (all-target-gperf): Change dependency to
9097         all-target-libstdc++.
9098
9099 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
9100
9101         * config.guess: Add BeOS support.
9102
9103 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9104
9105         Source directory cvs renamed to cvssrc:
9106         * configure.in (host_tools): Change cvs to cvssrc.
9107         (native_only): Likewise.
9108         (noconfigdirs) [various cases]: Likewise.
9109         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9110         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9111         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9112         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9113         (all-cvssrc): Rename target from all-cvs.
9114
9115 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
9116
9117         * configure (gxx_include_dir): Fix thinko.
9118
9119 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
9120
9121         * Makefile.in (INSTALL_TARGET_CROSS): Define.
9122         (install-cross, install-gcc-cross): New targets.
9123
9124 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
9125
9126         * configure.in (noconfigdirs): Add support for Thumb target.
9127
9128         * config.sub (maybe_os): Add support for Thumb target.
9129
9130 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
9131
9132         * Makefile.in: Add rules for cygmon.
9133
9134         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9135
9136 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
9137
9138         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9139         * configure (gxx_include_dir): Provide a definition for subdirs
9140         which do not use autoconf.
9141
9142 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
9143
9144         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9145         11/18/97 build
9146
9147 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
9148
9149         * From Franz Sirl.
9150         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9151         found on RedHat Linux systems.
9152
9153 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
9154
9155         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9156         guesses.
9157
9158 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
9159
9160         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9161
9162 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
9163
9164         * ltmain.sh: If mkdir fails, check whether the directory was created
9165         anyhow by some other process.
9166
9167 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
9168
9169         * configure.in (d30v-*-*): Configure all directories.
9170
9171 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
9172
9173         * configure.in (d30v-*-*): Configure newlib, libiberty directories
9174         for the D30V.
9175
9176 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
9177
9178         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9179
9180 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
9181
9182         * include/libiberty.h: Add extern "C" { so it can be used with C++
9183         progrms.
9184         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
9185         programs.
9186
9187 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
9188
9189         * configure.in (d30v-*-*): Configure GCC now.
9190
9191 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
9192
9193         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9194         is no longer needed.
9195
9196 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9197
9198         * Makefile.in: check-target-libio depends on all-target-libstdc++.
9199
9200 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
9201
9202         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9203         targets using "$@" to provide support for similar but not identical
9204         targets without having to duplicate code.
9205
9206 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
9207
9208         * makefile.vms: Fix to work with DEC C.
9209
9210 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
9211
9212         * config.sub: Add mips-tx39-elf to marketing names.
9213
9214 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
9215
9216         * ltmain.sh: Handle symlinks in generated script.
9217
9218 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
9219
9220         * configure: Handle autoconf style directory options: --bindir,
9221         --datadir, --includedir, --infodir, --libdir, --libexecdir,
9222         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9223         --sysconfdir.
9224         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9225         (sharedstatedir, localstatedir, oldincludedir): New variables.
9226         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9227         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9228         sbindir, sharedstatedir, and sysconfdir.
9229
9230 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9231
9232         * Makefile.in (bootstrap-lean): New target.
9233
9234 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
9235
9236         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
9237         sn, and gnuserv from noconfigdirs.
9238
9239 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
9240
9241         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9242
9243 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
9244
9245         * Makefile.in (cross): New target.
9246
9247 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9248                           Jeff Law         <law@cygnus.com>
9249
9250         * Makefile.in (bootstrap2, bootstrap3): New targets.
9251         (all-bootstrap): Remove outdated and confusing target.
9252         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9253
9254 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9255
9256         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9257         windows.  Consistent with gdb/configure.
9258
9259 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
9260
9261         * configure.in: Name Linux target fragment.
9262
9263         * configure: Rewrite so that project Makefile fragment is inserted
9264         first and appears last in the resulting Makefile.
9265
9266 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9267
9268         * Makefile.in (install-itcl): Install tcl first.
9269
9270 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
9271
9272         * configure.in: remove bison from noconfigdirs for Cygwin32 host
9273
9274 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9275
9276         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9277
9278         * configure.in (skipdirs): Add target-librx for Linux.
9279         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9280
9281 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
9282
9283         * Makefile.in (bootstrap): New target.
9284
9285 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9286
9287         * config.sub: Accept 'amigados' for backward compatability.
9288
9289 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
9290
9291         * config.guess: Merge with FSF.
9292
9293 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9294
9295         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9296
9297 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
9298
9299         * config.sub: Add "marketing-names" patch.
9300
9301 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
9302
9303         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9304
9305 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
9306
9307         * config.sub: Handle v850-elf.
9308
9309 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
9310
9311         * .cvsignore (*-install): Remove.
9312
9313 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
9314
9315         * ltconfig: Set CONFIG_SHELL in libtool.
9316         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9317
9318 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9319
9320         * configure.in (target_subdir): Set to libraries if enable_multilib.
9321
9322 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
9323
9324         * config.guess: Update from gcc directory.
9325
9326 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9327
9328         * Makefile.in (all-sim): Depends on all-readline.
9329
9330 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9331
9332         * Makefile.in (BISON, YACC): Use $$s.
9333         (all-bison): Depend on all-texinfo.
9334
9335 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
9336
9337         * Makefile.in (BISON): Add -L flag.
9338         (YACC): Likewise.
9339
9340 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9341
9342         * configure.in (noconfigdirs): Add support for v850e target.
9343
9344         * config.sub (maybe_os): Add support for v850e target.
9345
9346 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9347
9348         * configure.in (noconfigdirs): Add support for v850ea target.
9349
9350         * config.sub (maybe_os): Add support for v850ea target.
9351
9352 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
9353
9354         * config.sub: Add mipstx39.  Delete r3900.
9355
9356 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9357
9358         * Makefile.in (all-autoconf): Depends on all-texinfo.
9359
9360 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
9361
9362         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9363         eabi targets.
9364
9365 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
9366
9367         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9368
9369         * configure: When handling a Canadian Cross, handle YACC as well as
9370         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
9371         * Makefile.in (all-bison): Depend upon all-texinfo.
9372
9373 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
9374
9375         * Makefile.in (BISON): bison, not byacc or bison -y.
9376         (YACC): bison -y or byacc or yacc.
9377         (various): Add *-bison as appropriate.
9378         (taz): No need to mess with BISON anymore.
9379
9380 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
9381
9382         * configure: If OSTYPE matches *win32*, try to find a good value for
9383         CONFIG_SHELL.
9384
9385 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
9386
9387         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9388         configure.in if it is present.
9389
9390 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
9391
9392         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9393
9394 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
9395
9396         * config.sub: Recognize `arc' cpu.
9397         * configure.in: Likewise.
9398         * config-ml.in: Likewise.
9399
9400 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
9401
9402         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9403
9404 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
9405
9406         * configure: Changed sed delimiter from ':' to '|' when
9407         attempting to substitute ${config_shell} for SHELL. On
9408         NT ${config_shell} may contain a ':' in it.
9409
9410 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
9411
9412         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9413
9414 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
9415
9416         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9417
9418 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9419
9420         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9421
9422         * ylwrap: If the program is a relative path, force it to be
9423         absolute.
9424
9425 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9426
9427         * configure (tooldir): Set BISON to `bison -y' and not just bison.
9428
9429 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9430
9431         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
9432         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9433         for libraries.
9434
9435 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
9436
9437         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
9438         separated by spaces.
9439
9440 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
9441
9442         * ylwrap: New file.
9443         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9444
9445         * ltmain.sh: Handle /bin/sh at start of install program.
9446
9447         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9448
9449         * ltconfig, ltmain.sh: New files, from libtool 1.0.
9450         * missing: New file, from automake 1.2.
9451
9452 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
9453
9454         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
9455         check-tk to CHECK_X11_MODULES.
9456
9457 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9458
9459         * config.sub: Merge with FSF.
9460
9461 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9462
9463         * config.guess: Merge with FSF.
9464
9465 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9466
9467         * configure: Treat msdosdjgpp like go32.
9468         * configure.in: Likewise.  Don't remove gprof for go32.
9469
9470         * configure: Change Makefile.tem2 to Makefile.tm2.
9471
9472 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
9473
9474         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9475
9476 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9477
9478         * install-sh (chmodcmd): Set to null if the DST directory already
9479         exists.  Same as Nov 11th change.
9480
9481 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
9482
9483         * configure (GDB_TK): Needs itcl and tix.
9484
9485 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
9486
9487         * config.guess: Update from FSF.
9488
9489 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
9490
9491         * Makefile.in (GDB_TK): Depend on itcl and tix.
9492
9493 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9494
9495         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9496         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9497         (INSTALL_SCRIPT): New variable.
9498         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9499         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9500         to -x.
9501         * install-sh: Add support for -x option.
9502
9503 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
9504
9505         * configure.in, Makefile.in: Treat tix like itcl.
9506
9507 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
9508
9509         * Makefile.in (WINDRES): New variable.
9510         (WINDRES_FOR_TARGET): New variable.
9511         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9512         (EXTRA_HOST_FLAGS): Add WINDRES.
9513         (EXTRA_TARGET_FLAGS): Add WINDRES.
9514         (EXTRA_GCC_FLAGS): Add WINDRES.
9515         ($(DO_X)): Pass down WINDRES.
9516         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9517         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9518         DLLTOOL_FOR_TARGET.
9519
9520 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
9521
9522         * configure.in: configure sim before gdb for win32-x-ppc
9523
9524 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9525
9526         Move gperf into the toplevel, from libg++.
9527         * configure.in (target_tools): Add target-gperf.
9528         (native_only): Add target-gperf.
9529         * Makefile.in (all-target-gperf): New target, depend on
9530         all-target-libg++.
9531         (configure-target-gperf): Empty rule.
9532         (ALL_TARGET_MODULES): Add all-target-gperf.
9533         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9534         (CHECK_TARGET_MODULES): Add check-target-gperf.
9535         (INSTALL_TARGET_MODULES): Add install-target-gperf.
9536         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9537
9538 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
9539
9540         * config.sub (mn10200): Recognize new basic machine.
9541
9542 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9543
9544         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9545         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9546
9547 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9548
9549         * configure.in: If we're building mips-sgi-irix6* native, turn on
9550         ENABLE_MULTILIB and set TARGET_SUBDIR.
9551
9552 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
9553
9554         * Makefile.in (all-sn): Depend on all-grep.
9555
9556 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
9557
9558         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9559
9560         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9561         Makefile.  From Jeff Makey <jeff@cts.com>.
9562         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9563
9564         * Makefile.in (DISTBISONFILES): Remove.
9565         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
9566         $(DEFAULT_YACC).
9567
9568         * configure.in: Build itl, db, sn, etc., when building for native
9569         cygwin32.
9570
9571         * Makefile.in (LD): New variable.
9572         (EXTRA_HOST_FLAGS): Pass down LD.
9573         ($(DO_X)): Likewise.
9574
9575 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
9576
9577         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9578
9579 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
9580
9581         * configure.in (targargs): Strip out any supplied --build argument
9582         before adding our own. Always add --build.
9583
9584 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
9585
9586         * configure.in (targargs): Pass --build if we're doing
9587         a cross-compile.
9588
9589 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
9590
9591         * configure: Use '|' instead of ":" as the separator in
9592         sed. Otherwise sed chokes on NT path names with drive
9593         designators. Also look for "?:*" as the leading characters in an
9594         absolute pathname.
9595
9596 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
9597
9598         * config.sub: Support for r3900.
9599
9600 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9601
9602         * configure.in: Use install-sh, not install.sh.
9603
9604 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9605
9606         * Makefile.in (taz): Improve check for BISON so it doesn't try to
9607         apply it twice.
9608
9609 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9610
9611         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9612         install-binutils.
9613
9614 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
9615
9616         * Makefile.in: Add automake targets.
9617         * configure.in (host_tools): Add automake.
9618
9619 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9620
9621         * configure: Default CXX to c++, not gcc.
9622         * Makefile.in (CXX): Set to c++, not gcc.
9623         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9624
9625 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
9626
9627         * install-sh: try appending a .exe if source file doesn't
9628         exist
9629
9630 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9631
9632         * configure.in: Turn on multilib by default.
9633         (cross_only): Remove target-libiberty.
9634
9635         * Makefile.in (all-gcc): Don't depend on libiberty.
9636
9637 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
9638
9639         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9640
9641 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9642
9643         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9644         (DISTBISONFILES): Add ld/Makefile.in
9645
9646 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
9647
9648         * configure.in: if target is cygwin32 but host isn't cygwin32,
9649         don't configure gdb tcl tk expect, not just gdb.
9650
9651 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
9652
9653         * configure.in: Added gnuserv everywhere sn appears.
9654
9655         * Makefile.in (ALL_MODULES): Added all-gnuserv.
9656         (CROSS_CHECK_MODULES): Added check-gnuserv.
9657         (INSTALL_MODULES): Added install-gnuserv.
9658         (CLEAN_MODULES): Added clean-gnuserv.
9659         (all-gnuserv): New target.
9660
9661 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
9662
9663         * config.guess: Fixes for MIPS OpenBSD systems.
9664
9665 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9666
9667         * Makefile.in (INSTALL_XFORM): Remove.
9668         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9669
9670         * mkinstalldirs: New file, copied from automake.
9671         * Makefile.in (installdirs): Rename from install-dirs.  Use
9672         mkinstalldirs.  Change all users.
9673         (DEVO_SUPPORT): Add mkinstalldirs.
9674
9675 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9676
9677         * install-sh: Rename from install.sh.
9678         * Makefile.in (INSTALL): Change install.sh to install-sh.
9679         (DEVO_SUPPORT): Likewise.
9680
9681         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
9682         Graichen <graichen@rzpd.de>.
9683
9684 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
9685
9686         * config.guess: Recognize OpenBSD systems correctly.
9687
9688 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9689
9690         * README, Makefile.in (ETC_SUPPORT): Remove references to
9691         cfg-paper*, configure.{texi,man,info*}._
9692
9693 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
9694
9695         * Makefile.in (all.normal): Ensure that gcc is built after all
9696         the x11 - ie gdb - targets.
9697
9698 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
9699
9700         * makefile.vms: Don't run conf-a-gas.
9701
9702 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
9703
9704         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
9705
9706 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
9707
9708         * configure.in: Remove noconfigdirs case since gdb also
9709         configures and builds for tic80-coff.
9710
9711 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9712
9713         * configure: Set cache_file to config.cache.
9714         * Makefile.in (local-distclean): Remove config.cache.
9715
9716 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9717
9718         * COPYING: Update FSF address.
9719
9720 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
9721
9722         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9723         noconfigdirs.
9724
9725 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9726
9727         * Makefile.in (install-dirs): Don't crash if prefix, and hence
9728         MAKEDIRS, is empty.
9729
9730 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
9731
9732         * config.sub: Tweak mn10300 entry.
9733
9734 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
9735
9736         * configure.in (host_tools): Put sim before gdb, so gdb's
9737         configure.tgt can determine if the simulator was configured.
9738
9739 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
9740
9741         * config.sub: Move BeOS $os case to be with other Cygnus
9742         local cases.
9743
9744 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
9745
9746         * config.sub: Remove misplaced comment that broke Linux.
9747
9748 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
9749
9750         * config.sub: Add BeOS support.
9751
9752 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
9753
9754         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9755
9756 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
9757
9758         * configure.in (noconfigdirs): Remove tcl and tk from
9759         noconfigdirs for cygwin32 builds.
9760
9761 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
9762
9763         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9764
9765 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
9766
9767         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9768         make-all.com, use makefile.vms instead.
9769
9770 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
9771
9772         * config.sub: Accept -lnews*.
9773
9774 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
9775
9776         * configure.in (noconfigdirs): Disable target-newlib,
9777         target-examples and target-libiberty for d30v.
9778
9779 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9780
9781         * configure.in (noconfigdirs): Enable ld for d30v.
9782
9783 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
9784
9785         * configure.in (tic80-*-*): Build compiler.
9786
9787 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
9788
9789         * configure.in (d30v-*): Remove sim directory from list of
9790         unsupported d30v directories
9791
9792 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9793
9794         * config.sub, configure.in: Add d30v target cpu.
9795
9796 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
9797
9798         * makefile.vms: New file.
9799         * make-all.com: Remove.
9800
9801 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
9802
9803         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9804
9805 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
9806
9807         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9808
9809 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
9810
9811         * Makefile.in (ALL_MODULES): Added all-db.
9812         (CROSS_CHECK_MODULES): Addec check-db.
9813         (INSTALL_MODULES): Added install-db.
9814         (CLEAN_MODULES): Added clean-db.
9815
9816 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
9817
9818         * config.guess: Merge with latest FSF sources.
9819
9820 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
9821
9822         * Makefile.in (ALL_MODULES): Added all-itcl.
9823         (CROSS_CHECK_MODULES): Added check-itcl.
9824         (INSTALL_MODULES): Added install-itcl.
9825         (CLEAN_MODULES): Added clean-itcl.
9826
9827 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
9828
9829         * configure.in: build gdb for mn10200
9830
9831 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
9832
9833         * Makefile.in (all-target-winsup): Depend on all-target-libio.
9834
9835 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
9836
9837         * configure.in (tic80-*-*): Turn off most targets right now.
9838
9839 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
9840
9841         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9842         rather than the makeinfo program.
9843         (do-info): Depend upon all-texinfo.
9844
9845 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9846
9847         * configure.in: Remove uses of config/mh-linux.
9848
9849         * config.sub, config.guess: Merge with latest FSF sources.
9850
9851 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
9852
9853         * config.sub (case $basic_machine): Add tic80 entries.
9854
9855 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
9856
9857         * config.sub, config.guess: Merge with latest FSF sources.
9858
9859 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9860
9861         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9862         * mpw-config.in: Test for NewFolderRecursive.
9863         * mpw-install: Use symbolic name for startup filename.
9864         * mpw-README: Add various additional details.
9865
9866 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
9867
9868         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9869
9870 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
9871
9872         * configure.in: Do build gcc and the target libraries for
9873         the mn10200.
9874
9875 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
9876
9877         * configure.in: don't avoid building gdb for mn10300 any more
9878         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9879         instead of single-quoting it.
9880
9881 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
9882
9883         * configure.in: Don't use --with-stabs on IRIX 6.
9884
9885 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
9886
9887         * configure.in (m32r): Build gdb, libg++ now.
9888
9889 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9890
9891         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
9892         directories from noconfigdirs.
9893
9894 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
9895
9896         * config.sub (basic_machine): added mips16 configuration
9897
9898 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9899
9900         * config.sub: Handle d10v-unknown.
9901
9902 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
9903
9904         * config.sub: Handle v850-unknown.
9905
9906 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
9907
9908         * Makefile.in: add findutils
9909         * configure.in: add findutils to list of host_tools
9910
9911 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
9912
9913         * config.sub: Handle mn10200 and mn10300.
9914
9915 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9916
9917         * configure.in (d10v-*): Do not build librx.
9918
9919 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
9920
9921         * configure.in (mn10300): Build everything except gdb & libgloss.
9922
9923 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
9924
9925         * config.guess:  Patch for Dansk Data Elektronik servers,
9926         from Niels Skou Olsen <nso@dde.dk>.
9927
9928         For ncr, use /bin/uname rather than uname, since GNU uname does not
9929         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
9930
9931         Patch for MIPS R4000 running System V,
9932         from Eric S. Raymond <esr@snark.thyrsus.com>.
9933
9934         Fix thinko for nextstep.
9935
9936         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9937
9938         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
9939         * config.guess: Guess mips-dec-mach_bsd4.3.
9940
9941         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
9942         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
9943         release numbers.
9944         * config.guess (mips-mips-riscos*):  Emit just enough of the
9945         release number.
9946
9947         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
9948         * config.guess (sparc-auspex-sunos*):  Added.
9949         (f300-fujitsu-*): Added.
9950
9951         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
9952         * config.guess:  Recognize a Tadpole as a sparc.
9953
9954 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9955
9956         * config.guess: Don't assume that NextStep version is either 2 or
9957         3.  NextStep 4 (aka OpenStep 4) has come out now.
9958
9959 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9960
9961         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
9962         From Rik Faith <faith@cs.unc.edu>.
9963
9964 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
9965
9966         * config.sub: Contributions from bug-gnu-utils to:
9967         Support plain "hppa" (no version given) architecture, reported by
9968         OpenStep.
9969         OpenBSD like NetBSD.
9970         LynxOs is not a hardware supplier.
9971
9972         * config.guess: Contributions from bug-gnu-utils to add support for:
9973         OpenBSD like NetBSD.
9974         Stratus systems.
9975         More Pyramid systems.
9976         i[n>4]86 Intel chips.
9977         M680[n>4]0 Motorola chips.
9978         Use unknown instead of lynx for hardware manufacturer.
9979
9980 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9981
9982         * install.sh (chmodcmd): Set to null if the DST directory already
9983         exists.
9984
9985 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9986
9987         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
9988         not use mt-ppc target Makefile fragment any more.
9989
9990 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
9991
9992         * configure.in (*-*-windows):  Exclude everything but those dirs
9993         needed to build windows.
9994
9995 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
9996
9997         * Makefile.in (all-target-winsup): Depend on all-target-librx.
9998
9999 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10000
10001         * configure.in:  Exclude mmalloc from i386-windows.
10002
10003 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10004
10005         * Undo my previous change.
10006
10007 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
10008
10009         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10010         unconditionally.
10011         (MAKEOVERRIDES): Define (revert this part of October 18 change).
10012
10013 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10014
10015         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
10016         host to add it's own flags.
10017
10018 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
10019
10020         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10021
10022 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
10023
10024         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10025         (CXX_FOR_TARGET): Likewise.
10026         (GCC_FOR_TARGET): Define.
10027         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10028         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10029         CC_FOR_TARGET was specified on the command line.
10030         (MAKEOVERRIDES): Don't define.
10031
10032 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
10033
10034         * configure.in (m32r): Fix spelling of libg++ libs.
10035
10036 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
10037
10038         * config.sub (-apple*): Remove, now redundant.
10039
10040 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
10041
10042         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10043
10044         * configure: Rework yesterday's sed script patch.
10045
10046         * config.sub: Merge with FSF.
10047
10048 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
10049
10050         * config.guess:  Merge from FSF.
10051
10052         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
10053         * config.guess: Use pc instead of unknown, for pc clone systems.
10054         Change linux to linux-gnu.
10055
10056         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10057         * config.guess: Avoid non-portable tr syntax.
10058
10059 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
10060
10061         * test-build.mk (HOLES): Add "xargs" for gdb.
10062
10063         * configure: Avoid hpux10.20 sed bug.
10064
10065 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
10066
10067         * configure.in:  Add support for windows host
10068         (that is a build done under the Microsoft build environment).
10069
10070 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
10071
10072         * Makefile.in: Replace all uses of srcroot with s, to shrink
10073         command line lengths.
10074
10075         Patches from Geoffrey Noer <noer@cygnus.com>:
10076         * configure.in: If configuring for newlib, pass --with-newlib to
10077         subdirectories.
10078         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10079         -Bnewlib/ and -Lwinsup to gcc.
10080         (CXX_FOR_TARGET): Likewise.
10081
10082 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10083
10084         * Makefile.in (ETC_SUPPORT): Add configure.
10085
10086 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
10087
10088         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10089         host configuration file.
10090
10091 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
10092
10093         * configure.in: Break mn10x00 support into separate
10094         mn10200 and mn10300 configurations.
10095         * config.sub: Likewise.
10096
10097 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
10098
10099         * configure.in: Add lots of stuff to noconfigdirs for
10100         the mn10x00 targets.
10101
10102         * config.sub, configure.in: Add mn10x00 support.
10103
10104 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
10105
10106         * make-all.com: Call conf-a-gas, not config-a-gas.
10107
10108 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
10109
10110         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10111         targets.
10112
10113 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
10114
10115         * mpw-README: Add much more detail for native PowerMac.
10116         * mpw-install: New file.
10117         * mpw-configure: Add --norecursion and --help options.
10118         * mpw-config.in: Translate readme and install files when
10119         copying to objdir.
10120         * mpw-build.in: Don't always depend on byacc and flex.
10121         (install-only-top): New action.
10122
10123 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
10124
10125         * configure.in:  You can now configure GDB for the v850.
10126
10127 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
10128
10129         * configure.in (noconfigdirs): Don't configure any C++ dirs
10130         if targeting D10V.
10131
10132 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10133
10134         * config.sub: Recognize mips64vr5000.
10135
10136 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
10137
10138         * configure.in: Use a single line for host_tools and native_only.
10139
10140 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
10141
10142         * config.sub, configure.in: Add entries for m32r.
10143
10144 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
10145
10146         * Makefile.in (inet-install): Don't run install-gzip.
10147
10148 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
10149
10150         * configure.in:  Don't config lots of things for *-*-windows*.
10151
10152 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
10153
10154         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10155         (host_libs, host_tools): Copy from configure.in.
10156         * mpw-configure: Don't complain about directories not found.
10157
10158 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10159
10160         * configure.in (i[345]86): Recognize i686 for pentium pro.
10161         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10162         file.
10163
10164         * config.guess (i[345]86): Ditto.
10165
10166 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10167
10168         * configure.in (noconfigdirs): Removed gdb for D10V.
10169
10170 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
10171
10172         * configure.in: Remove ld, target-libio, target-libg++, and
10173         target-libstdc++ from noconfigdirs.
10174
10175 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
10176
10177         * configure: Fix three locations where shell scripts were
10178         being run directly rather than with config_shell.
10179
10180 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
10181
10182         * configure.in (v850-*-*): Set up initial $noconfigdirs.
10183         * config.sub (basic_machine): Recognize v850.
10184
10185 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
10186
10187         * mpw-configure: Handle multiple enable/disable options and
10188         pass them down recursively, handle -c and -s flags appropriately
10189         depending on choice of compiler, add escape mechanism for
10190         quoted arguments to gC.
10191
10192 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10193
10194         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10195         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10196         so that -mrelocatable-lib and -mno-eabi are used.
10197
10198         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10199         not support --print-multi-lib, don't abort.
10200
10201 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
10202
10203         * make-all.com: Run config-a-gas.
10204         * setup.com: Don't copy subdirectory files around.
10205
10206 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
10207
10208         * configure.in (*-*-ose): Remove exclusion of libgloss for this
10209         target, it now compiles correctly.
10210
10211 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
10212
10213         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10214
10215 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10216
10217         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10218
10219 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10220
10221         * configure.in (native_only): Add prms.
10222
10223 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
10224
10225         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10226         (BINUTILS_SUPPORT_DIRS): Likewise.
10227
10228 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10229
10230         * configure.in (d10v-*-*): Don't configure ld or gdb until the
10231         d10v support is added.
10232
10233 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10234
10235         * configure.in (d10v-*-*): New target.
10236
10237 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
10238
10239         * config.guess (HP 9000/811): Recognize this as a PA1.1
10240         machine.
10241
10242 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
10243
10244         * Makefile.in (do-tar-gz): New target, split out from tail end of
10245         taz target.  Run each command separately, don't use pipes.
10246         (taz): Use it.
10247
10248 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
10249
10250         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10251         * mpw-build.in: No builds should depend on building byacc or flex,
10252         they are assumed to be installed already.
10253
10254 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10255
10256         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10257         variable that CC_FOR_TARGET needs.
10258
10259 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10260
10261         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10262         options have changed since the last time the subdirectory was
10263         configured, and if it has, reconfigure.
10264         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10265         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10266
10267 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
10268
10269         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10270         CLEAN_MODULES): Add bash.
10271         (all-bash): New target.
10272
10273 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
10274
10275         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10276
10277 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10278
10279         * config.sub (basic_machine): Recognize d10v as a valid processor.
10280
10281 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
10282
10283         * mpw-configure: Add support for --bindir.
10284         * mpw-build.in: Use a GCC-specific build script for GCC actions.
10285
10286 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
10287
10288         * configure.in: add bash, time, gawk to list of hosttools and things
10289         to only build for native toolchains
10290
10291 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10292
10293         * Makefile.in (docdir): Remove.
10294
10295 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10296
10297         * Makefile.in (datadir): Set to $(prefix)/share.
10298
10299 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
10300
10301         * configure.in: build diff and patch for cygwin32-hosted
10302         toolchains.
10303
10304 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
10305
10306         * config.sub: Accept -rtems*.
10307
10308 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
10309
10310         * configure.in: enable dosrel for cygwin32-hosted builds,
10311                 remove diff from the list of things not buildable
10312                 via Canadian Cross
10313
10314 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
10315
10316         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10317         don't get ". ".
10318
10319 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
10320
10321         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10322
10323 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
10324
10325         * Makefile.in (taz): Handle case where tex3patch didn't even get
10326         checked out.  Also, if it was found, put the symlink in a new util
10327         subdirectory.
10328
10329 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10330
10331         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10332
10333 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
10334
10335         * config.sub: Recognize -openvms.
10336         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10337         * make-all.com, setup.com: New files.
10338
10339 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10340
10341         * Makefile.in (taz): tex3patch moved to texinfo/util.
10342
10343 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
10344
10345         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10346         * configure.in: remove make from disable-if-Can-Cross list
10347                 enable gdb if ${host} and ${target} are cygwin32
10348
10349 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
10350
10351         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
10352         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10353
10354 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10355
10356         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
10357         distinguish sysv/svr4/bsd variants.
10358         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10359
10360 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
10361
10362         * configure.in: Added copyright notice.
10363         * move-if-change: Added copyright notice.
10364
10365 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10366
10367         * configure.in (powerpcle-*-solaris*): Until we get shared
10368         libraries working, don't build gdb, sim, make, tcl, tk, or
10369         expect.
10370
10371 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
10372
10373         * config.guess:  Merge with FSF:
10374
10375         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10376         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10377
10378         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
10379         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10380
10381         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
10382         * config.guess:  Combine two OSF1 rules.
10383         Also recognize field test versions.  From mjr@zk3.dec.com.
10384         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
10385         because GNU uname does not support -p.  From pmr@pajato.com.
10386
10387 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
10388
10389         * Makefile.in (MAKEDIRS): Removed $(tooldir).
10390
10391 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
10392
10393         * mpw-README: Document GCCIncludes.
10394
10395 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
10396
10397         * configure.in (alpha-*-linux*): Set enable_shared to yes.
10398
10399 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10400
10401         * mpw-configure: Handle --enable-FOO and --disable-FOO.
10402
10403 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
10404
10405         * configure.in (*-*-cygwin32): Configure make.
10406
10407 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
10408
10409         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10410
10411 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
10412
10413         * Makefile.in (all-inet): Depend on all-perl.
10414
10415         * Makefile.in (inet-install): New target.
10416
10417         * Makefile.in (all-inet): Depend on all-tcl.
10418         (all-inet): Depend on all-send-pr.
10419
10420 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10421
10422         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10423         temporarily.
10424
10425 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
10426
10427         * configure.in: Don't configure --with-gnu-ld on AIX.
10428
10429 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10430
10431         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10432
10433 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
10434
10435         * Makefile.in (ALL_MODULES): Added all-inet.
10436         (CROSS_CHECK_MODULES): Added check-inet.
10437         (INSTALL_MODULES): Added install-inet.
10438         (CLEAN_MODULES): Added clean-inet.
10439         (all-indent): New target.
10440
10441         * configure.in (host_tools): Added inet.
10442         (native_only): Added inet.
10443         (noconfigdirs): Added inet.
10444
10445 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
10446
10447         * configure.in: Don't configure libgloss if we are not configuring
10448         newlib.
10449
10450 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
10451
10452         * configure.in: Don't configure libgloss for unsupported
10453         architectures.
10454
10455 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10456
10457         * Makefile.in (CLEAN_MODULES): Add clean-apache.
10458
10459 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
10460
10461         * Makefile.in (ALL_MODULES): Include all-apache.
10462         (CROSS_CHECK_MODULES): Include check-apache.
10463         (INSTALL_MODULES): Include install-apache.
10464         (all-apache): New target.
10465
10466         * configure.in: Added apache everywhere perl is seen.
10467
10468 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10469
10470         * Makefile.in: Add support for clean-{module} and
10471         clean-target-{module} rules.
10472
10473 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
10474
10475         * configure.in (*-*-ose) do not build libgloss.
10476
10477 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10478
10479         * config.guess (prep*:SunOS:5.*:*): Turn into
10480         powerpele-unknown-solaris2.
10481
10482 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
10483
10484         * configure.in: Permit --enable-shared to specify a list of
10485         directories.
10486
10487 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10488
10489         * configure.in (host==solaris): Pass only the first word of $CC
10490         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10491
10492 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10493
10494         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10495
10496 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
10497
10498         * Makefile.in (ALL_MODULES): Include all-perl.
10499         (CROSS_CHECK_MODULES): Include check-perl.
10500         (INSTALL_MODULES): Include install-perl.
10501         (ALL_X11_MODULES): Include all-guile.
10502         (CHECK_X11_MODULES): Include check-guile.
10503         (INSTALL_X11_MODULES): Include install-guile.
10504         (all-perl): New target.
10505         (all-guile): New target.
10506
10507         * configure.in (host_tools): Include perl and guile.
10508         (native_only): Include perl and guile.
10509         (noconfigdirs): Don't build guile and perl; no ports have been
10510         done.
10511
10512 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
10513
10514         * configure (--enable-*): Handle quoted option lists such as
10515         --enable-sim-cflags='-g0 -O' better.
10516
10517 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10518
10519         * Makefile.in ({,inst}all-target): New rule so we can make and
10520         install all of the target directories easily.
10521
10522 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10523
10524         * configure.in: Add missing global flag in sed substitution when
10525         deleting `target-' from ${configdirs}.
10526
10527 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
10528
10529         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10530         option.
10531
10532         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10533         config/mh-necv4.
10534
10535         * install.sh: Correct misspelling of transformbasename.
10536
10537         * config.guess: Recognize mips-*-sysv*.
10538
10539 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
10540
10541         * config.sub: Recognize mon960.
10542
10543 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
10544
10545         * configure: Restore Canadian Cross handling of BISON and LEX,
10546         removed in Feb 20 change.
10547
10548 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
10549
10550         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10551         Mention make install.  Remove the old copyright date as well the
10552         clumsy and rather pointless copyright on the README file.
10553
10554 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10555
10556         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10557         Makefile after running symlink-tree, then run `make distclean' to
10558         avoid clobbering any generated files in srcdir.
10559
10560 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
10561
10562         * configure.in (m68k-*-netbsd*): Build everything now.
10563
10564 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10565
10566         * Makefile.in (taz): Fix quoting.
10567
10568 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
10569
10570         * configure.in (sparclet-*-*): Build everything now.
10571
10572 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10573
10574         * configure.in (m68k-*-linux*): New host.
10575
10576 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
10577
10578         * configure: Check for bison before byacc.
10579
10580 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
10581
10582         * Makefile.in configure:  Change the way LEX and BISON/YACC are
10583         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
10584         searching PATH.  These are used as fallbacks by Makefile.in if
10585         flex/bison/byacc aren't in objdir.
10586
10587 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
10588
10589         * Makefile.in: Make everything which depends upon all-bfd also
10590         depend upon all-opcodes, in case --with-commonbfdlib is used.
10591
10592 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10593
10594         * configure.in (host *-*-cygwin32): Don't build gdb if we are
10595         building NT native compilers on Unix.
10596
10597 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
10598
10599         * configure.in: Don't get CC from the host Makefile fragment if we
10600         can find gcc in PATH, or if this is a Canadian Cross.  Move the
10601         Solaris test for /usr/ucb/cc to the post target script, just after
10602         the compiler sanity test.
10603
10604 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
10605
10606         * config.sub: Merge with FSF.
10607
10608 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
10609
10610         * Makefile.in (RPATH_ENVVAR): New variable.
10611         (REALLY_SET_LIB_PATH): Use it.
10612         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10613
10614 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
10615
10616         * config.sub, configure.in: Recognize sparclet cpu.
10617
10618 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10619
10620         * config.guess:  Support m68k-cbm-sysv4.
10621
10622 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10623
10624         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10625         m68k-unknown-linuxaout from linker help string.  Put quotes around
10626         $ld_help_string.
10627
10628 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
10629
10630         * config.guess (powerpc-harris-powerunix): Add guess for port
10631         to new target.
10632
10633 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10634
10635         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10636
10637 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
10638
10639         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10640         $(REALLY_SET_LIB_PATH) in Makefile.
10641         * Makefile.in (SET_LIB_PATH): New variable.
10642         (REALLY_SET_LIB_PATH): New variable.
10643         ($(DO_X)): Use $(SET_LIB_PATH).
10644         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10645         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10646         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10647         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10648         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10649         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10650         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10651         (install-dosrel): Likewise.
10652         (all-opcodes): Depend upon all-libiberty.
10653
10654 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10655
10656         * config.guess (*:CYGWIN*): New
10657
10658 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10659
10660         * Makefile.in (all-target-winsup): All all-target-libiberty.
10661
10662 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10663
10664         * configure.in (noconfigdirs): Add missing # in front of comment.
10665
10666 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
10667
10668         * configure.in: add second pass to things added to noconfigdirs
10669         so *-gm-magic can exclude libgloss properly.
10670
10671 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
10672
10673         * mpw-configure (extralibs_name, rez_name): Set correctly
10674         for MWC68K compiler.
10675
10676         * mpw-README: Add more info on the necessary build tools.
10677
10678 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10679
10680         * configure.in, config.sub: Recognize cygwin32.
10681
10682 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
10683
10684         * config.guess, config.sub: Recognize A/UX.
10685
10686 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
10687
10688         * config.sub: Merge with gcc/config.sub.
10689
10690 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
10691
10692         * mpw-build.in (do-binutils): Add build of stamps.
10693
10694 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
10695
10696         * config.sub: Add recognition for mips64vr4100*-* targets.
10697
10698 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10699
10700         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10701         Add creation of gconfigargs with `--enable-shared' turned on.
10702         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10703         ($(host)-stamp-stage3-configured): Likewise.
10704         (HOLES): Add chatr and ldd.
10705         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10706
10707 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
10708
10709         * configure: Pass --nfp to recursive configures.
10710
10711 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10712
10713         * Makefile.in (DLLTOOL): New.
10714         (DLLTOOL_FOR_TARGET): New.
10715         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10716         (EXTRA_TARGET_FLAGS): Ditto.
10717         (EXTRA_GCC_FLAGS): Ditto.
10718         (CONFIGURE_TARGET_MODULES): Ditto.
10719         (DO_X): Ditto.
10720         * configure: Add DLLTOOL.
10721
10722 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
10723
10724         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10725         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10726         mh-sco, since old workarounds no longer needed, and don't
10727         build ld, since libraries have weak symbols in COFF.
10728
10729 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
10730
10731         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10732
10733 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10734
10735         * configure.in: Make sure that ${CC} can be used to compile an
10736         executable.
10737
10738 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10739
10740         * Makefile.in (all-gdb): Depend on $(GDB_TK).
10741         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10742         nothing depending on whether gdbtk is being built.
10743
10744 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
10745
10746         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10747
10748 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
10749
10750         * configure.in (noconfigdirs): Put ld or gas in this early, if the
10751         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10752
10753 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
10754
10755         * config-ml.in: Add support for
10756         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10757         Simplify setting of multidirs from --disable-foo.
10758
10759 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10760
10761         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10762         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10763         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
10764         non-empty, pass them on to the  GCC make.
10765         (all-bootstrap): New rule that is like all-gcc, except it executes
10766         the GCC bootstrap rule instead of the GCC all rule.
10767
10768 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
10769
10770         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10771
10772 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10773
10774         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10775         DG/UX support.
10776
10777 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
10778
10779         * config.sub (i*86*) Change [345] to [3456]
10780
10781 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10782
10783         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10784         --with-gnu-ld=no.
10785
10786 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10787
10788         * config-ml.in (rs6000*, powerpc*): Add switches to control which
10789         AIX multilibs get built.
10790
10791 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10792
10793         * configure.in (i386-win32): Don't build expect if we're not
10794         building the tcl subdir.
10795
10796 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
10797
10798         * Makefile.in: (configure-target-examples, all-target-examples):
10799         New targets, configure and build example programs.
10800
10801 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10802
10803         * mpw-configure: If an mpw-config.in generated a file mk.sed,
10804         use it as input to sedit the generated MPW makefile.
10805         * mpw-README: Add a suggestion about Gestalt.h.
10806
10807 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
10808
10809         * config.sub: Accept *-*-ieee*.
10810
10811 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
10812
10813         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
10814         Ronald F. Guilmette <rfg@monkeys.com>.
10815
10816 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10817
10818         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10819         for powerpc-pe native.
10820         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10821         (target==powerpc-pe): duplicate i386-win32 entry.
10822
10823 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10824
10825         * configure.in (noconfigdirs): Exclude target-newlib for all versions
10826         of vxworks, not just vxworks5.1.
10827
10828 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
10829
10830         * mpw-configure: Add support for exec-prefix.
10831
10832 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10833
10834         * config.guess: Recognize HP model 816 machines as having
10835         a PA1.1 processor.
10836
10837 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10838
10839         * configure: Ignore new autoconf configure options.
10840
10841 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10842
10843         * config.guess:  Recognize Pentium under SCO.
10844         From Robert Lipe <robertl@arnet.com>.
10845
10846 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10847
10848         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
10849
10850 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
10851
10852         * configure.in: Don't configure gas for alpha-dec-osf*.
10853
10854 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
10855
10856         * configure.in: Default to --with-stabs for some targets for which
10857         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10858         i[345]86*-*-unixware*.
10859
10860 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10861
10862         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10863         rather than basing it on the target.  Simplify handling of options
10864         controlling which directories to configure.  Remove extraneous
10865         slash in multi-clean target.
10866
10867 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
10868
10869         * config-ml.in: Prefix more variables with ml_ so they don't collide
10870         with configure's.
10871
10872 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
10873
10874         * configure: Don't turn -v into --v.
10875
10876 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
10877
10878         * configure.in (targargs): Fix typo.
10879
10880         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10881
10882 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10883
10884         * configure.in: Strip --host and --target options from
10885         CONFIG_ARGUMENTS, and always configure for --host only.  Add
10886         --with-cross-host option when building with a cross-compiler.
10887         * configure: Canonicalize the arguments put into config.status by
10888         always using `=' for an option with an argument.  Pass a presumed
10889         --host or --target explicitly.
10890
10891 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
10892
10893         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10894         into general OS recognition case.
10895
10896 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10897
10898         * configure.in (target_configdirs): add target-winsup only
10899         for win32 target systems.
10900
10901 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
10902
10903         * Makefile.in (all-target-libgloss): Depend upon
10904         configure-target-newlib, since when libgloss is built it looks to
10905         see if the newlib directory exists.
10906
10907 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
10908
10909         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10910         cfg-ml-*.in.
10911
10912 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
10913
10914         * configure: Handle LD and LD_FOR_TARGET when configuring a
10915         Canadian Cross.
10916
10917 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10918
10919         * configure.in (target_libs): add target-winsup.
10920         (target==i386-win32): add patch diff flex make to $noconfigdirs.
10921         (target==ppcle-pe): remove ld from $noconfigdirs.
10922
10923 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
10924
10925         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10926         Preserve relative path names in $srcdir.  Build symlink tree if
10927         configuring cross target dir and srcdir=. (= no VPATH support).
10928         (configure-target-libg++): Depend on configure-target-librx.
10929         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10930         * config-ml.in: New file.
10931         * symlink-tree: New file.
10932         * configure: Ensure srcdir="." if that's what it is.
10933
10934 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
10935
10936         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10937         includes and FLEX_SKELETON setting.
10938         * mpw-configure (--with-gnu-ld): New option, controls whether
10939         to use PPCLink or ld with PowerMac GCC.
10940         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10941         * mpw-config.in: Configure grez if targeting Mac.
10942
10943         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
10944         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10945         just macos.
10946         * configure.in: Configure grez resource compiler if targeting Mac.
10947         * Makefile.in (all-grez, install-grez): New targets.
10948
10949 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
10950
10951         * configure: CXX defaults to gcc, not g++.  If we find
10952         gcc in the path, set CC to gcc -O2.
10953
10954 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
10955
10956         * configure: Default ${build} correctly.  Avoid picking up extra
10957         spaces when reading CC and CXX from Makefile.  When doing a
10958         Canadian Cross, use plausible default values for numerous
10959         variables.
10960         * configure.in: When doing a Canadian Cross, don't try to
10961         configure tools whose configure script can't handle it.
10962
10963 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10964
10965         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
10966
10967 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10968
10969         * configure:  Remove dubious bug reporting address.
10970
10971 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10972
10973         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
10974         configure script, run that instead of this directory's configure.
10975         In either case, print a message that we're configuring the sub-dir.
10976
10977 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10978
10979         * configure.in: Before checking for the existence of various files,
10980         use sed to filter out "target-".
10981
10982 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
10983
10984         * Makefile.in (DO_X): Split rule to decrease command line length
10985         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
10986         (Philippe De Muyter).
10987
10988 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10989
10990         * Makefile.in (all-patch): depend on all-libiberty.
10991
10992 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
10993
10994         * configure.in: If the only directory in target_configdirs which
10995         actually exists is libiberty, then set target_configdirs to empty,
10996         to avoid trying to build a target libiberty in a gas or gdb
10997         distribution.
10998
10999 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
11000
11001         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11002         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11003         systems.
11004
11005 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11006
11007         * configure.in (copy_dirs): Use sys-include instead of include
11008         for --with-headers option.
11009
11010 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
11011
11012         * Makefile.in, configure.in: Make winsup builds work with
11013         new scheme.
11014
11015 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
11016
11017         * configure.in: Build the linker on AIX.
11018
11019 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11020
11021         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
11022         where needed.
11023
11024 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
11025
11026         * Makefile.in (all-gcc): Fix typo.
11027
11028 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11029
11030         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
11031
11032 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11033
11034         * configure.in:  Rename libFOO to target-libFOO, and xiberty
11035         to target-xiberty, to provide more flexibility.
11036         (target_subdir):  Define.  Create if cross.
11037         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11038         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
11039         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11040         check-libFOO -> check-target-libFOO, etc.
11041         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11042         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11043         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11044         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
11045         allow ALL_GCC="" to only configure.
11046         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
11047         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
11048         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
11049
11050 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
11051
11052         * Makefile.in (taz): Build "info" in etc explicitly.
11053
11054 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
11055
11056         * configure.in:  Make sure that CC is undefined (as opposed to
11057         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
11058         problem with autoconf trying to configure on a host without GCC.
11059
11060 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11061
11062         * mpw-configure: Set host alias from choice of host compiler,
11063         only use generic MPW Makefile sed if present, edit a file
11064         named "hacked_Makefile.in" instead of "Makefile.in" if present.
11065         * mpw-README: Add problem notes about CW6 and CW7.
11066
11067 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
11068
11069         * Makefile.in (taz): Use ";" instead of ";;".
11070
11071 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11072
11073         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
11074         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11075         DISTDOCDIRS.
11076         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
11077         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
11078
11079 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11080
11081         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
11082         and gnats, because they are now subsumed by DISTSTUFFDIRS.
11083         Move bfd to DISTSTUFFDIRS.
11084
11085 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11086
11087         * Makefile.in (X11_LIB): Removed.
11088         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11089
11090         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11091
11092 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11093
11094         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11095         names.
11096
11097 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11098
11099         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11100
11101 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
11102
11103         * configure.in (i[345]86-*-win32): Always build newlib.
11104         Don't configure cvs, autoconf or texinfo.
11105         * Makefile.in (LD_FOR_TARGET): New.
11106         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11107         Pass down LD_FOR_TARGET.
11108
11109 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11110
11111         * winsup: New directory.
11112         * Makefile.in: Build winsup.
11113         * configure.in: Winsup is configured when target is win32.
11114         Can only build win32 target GDB when native.
11115
11116 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
11117
11118         * config.guess: Recognize HP model 819 machines as having
11119         a PA 1.1 processor.
11120
11121 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11122
11123         * configure: Fix sed loop which substitutes for CC and CXX to
11124         avoid bug found in various sed implementations.
11125
11126 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11127
11128         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11129         simulator.  Use standard powerpc-*-eabi*.
11130
11131 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11132
11133         * configure.in: Stop putting gas and binutils in noconfigdirs for
11134         powerpc-*-aix* and rs6000-*-*.
11135
11136 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
11137
11138         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11139         -mcall-aixdesc libraries.
11140
11141 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
11142
11143         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11144
11145         * config.sub (arm | armel | armeb): Fix shell syntax.
11146
11147 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11148
11149         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11150         -msoft-float and -mcpu=common support.
11151         (powerpc*-*-eabisim*): Add support for building -mcall-aix
11152         libraries.
11153
11154 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11155
11156         * configure.in: Allow configuration and build of emacs19 for the alpha.
11157
11158 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11159
11160         * configure.in (CC): Get ^CC, not just any old CC, from
11161         ${host_makefile_frag}.
11162
11163 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11164
11165         * configure.in (CC): Try to get CC from
11166         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11167
11168 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11169
11170         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11171         only if it exists in $(srcdir).
11172
11173 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11174
11175         * configure: If CC and CXX are not set in the environment, set
11176         them, based on either an existing Makefile or on searching for gcc
11177         in PATH.  Substitute for CC and CXX in Makefile.
11178         * configure.in: Remove libm from target_libs.  Separate
11179         target_configdirs from configdirs.  If CC is not set in
11180         environment, try to get it from a host Makefile fragment.  Rewrite
11181         changes of configdirs to use skipdirs instead.  A few minor
11182         tweaks.  Take directories out of target_configdirs as they are
11183         taken out of configdirs.  Remove existing Makefile files from
11184         subdirectories.  Substitute for TARGET_CONFIGDIRS and
11185         CONFIG_ARGUMENTS in Makefile.
11186         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11187         by configure.in.
11188         (CONFIG_ARGUMENTS): Likewise.
11189         (CONFIGURE_TARGET_MODULES): New variable.
11190         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11191         ($(CONFIGURE_TARGET_MODULES)): New target.
11192         (configure-libg++, configure-libio): New targets.
11193         (all-libg++): Depend upon configure-libg++.
11194         (all-libio): Depend upon configure-libio.
11195         (configure-libgloss, all-libgloss): New targets.
11196         (configure-libstdc++): New target.
11197         (all-libstdc++): Depend upon configure-libstdc++.
11198         (configure-librx, all-librx): New targets.
11199         (configure-newlib): New target.
11200         (all-newlib): Depend upon configure-newlib
11201         (configure-xiberty): New target.
11202         (all-xiberty): Depend upon configure-xiberty.
11203
11204 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11205
11206         * configure.in (host i[345]86-*-win32):  Expand the
11207         noconfigdirs again.
11208
11209 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
11210
11211         * mpw-configure: Fix sed command file name.
11212
11213 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11214
11215         * configure.in (host i[345]86-*-win32): Reduce the
11216         noconfigdirs again.
11217
11218 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
11219
11220         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11221         or powerpc*-*-pe*, since they are not yet supported.
11222
11223 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11224
11225         Add PowerMac support and many other enhancements.
11226         * mpw-configure: New option --cc to select compiler to use,
11227         paste options set according to --cc into the generated
11228         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11229         if mpw-make.sed is present.
11230         * mpw-config.in: Don't test for gC1, test for mpw-touch,
11231         add forward includes for PowerPC include files.
11232         * mpw-build.in: Build using Makefile.PPC if present.
11233         (do-byacc, etc): Remove separate version resource builds.
11234         (do-gas): Build "stamps" before "all".
11235         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11236         * mpw-README: Update to reflect --cc option, PowerMac support,
11237         and recently-reported compatibility problems.
11238
11239 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11240
11241         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11242         embedded m68k systems (-aout, -coff, -elf, -vxworks).
11243         (--with-multilib-top): Pass to recursive invocations.
11244
11245 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
11246
11247         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11248         v810-*-*.
11249
11250 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11251
11252         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11253         gdb, ld and opcodes on v810-*-*.
11254
11255 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11256
11257         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11258         (local-maintainer-clean): New target.
11259         (maintainer-clean): New target.
11260         (realclean): Just depend upon maintainer-clean.
11261
11262 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11263
11264         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11265
11266 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
11267
11268         * configure.in: Build ld in mips*-*-bsd* case.
11269
11270 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
11271
11272         * config.sub: Accept -lites* OS.  From Ian Dall.
11273
11274 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
11275
11276         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11277         targets.
11278
11279 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11280
11281         * configure.in: treat i386-win32 canadian cross the same as
11282         i386-go32 canadian cross.
11283
11284 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11285
11286         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11287         running under the simulator to build a reduced set of libraries.
11288         (powerpc-*-eabiaix): Add fine grained multilib support added to
11289         other powerpc targets yesterday.
11290
11291 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11292
11293         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11294         -disable-softfloat, -disable-relocatable, -disable-aix, and
11295         -disable-sysv to control which multilib libraries get built.
11296
11297 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11298
11299         * configure: Add Makefile.tem to list of files to remove in trap
11300         handler.
11301
11302 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11303
11304         * config.guess (*Linux*):  Add missing "exit"s.
11305         Also, need specific check for alpha-unknown-linux (uses COFF).
11306
11307 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11308
11309         * config.guess:  Merge with FSF:
11310
11311         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
11312         * config.guess (AIX4): More robust release numbering discovery.
11313
11314         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
11315         * config.guess (i386-sequent-ptx): Properly get version number.
11316
11317         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
11318         * config.guess (mips:*:4*:UMIPS): New case.
11319
11320 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11321
11322         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11323         (i386-win32 host): Likewise.  Don't build readline.
11324
11325 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
11326
11327         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
11328         SUPPORT_FILES to submakes.
11329
11330 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
11331
11332         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11333         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11334         mpw-configure.
11335
11336 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
11337
11338         * configure.in (appdirs): Use =, not ==, in test expression when
11339         trying to build the text to print in the warning message for
11340         Solaris users.
11341
11342 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
11343
11344         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11345
11346 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11347
11348         * config.guess: Recognize lynx-2.3.
11349
11350 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
11351
11352         * config.sub (z8ksim): Deleted
11353         (z8k-*-coff): New, this is the one true name of the target.
11354
11355 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
11356
11357         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11358
11359 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
11360
11361         * config.guess (*:Linux:*:*): First try asking the linker what the
11362         default object file format is (elf, aout, or coff).  Then if this
11363         fails, try previous methods.
11364
11365 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11366
11367         * configure.in: Don't build newlib for *-*-vxworks5.1.
11368
11369 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11370
11371         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11372         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11373
11374 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
11375
11376         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11377
11378 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
11379
11380         * cfg-ml-com.in: New file.
11381         * cfg-ml-pos.in: New file.
11382
11383 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11384
11385         * COPYING.NEWLIB: Add HP free copyright to list.
11386
11387 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11388
11389         * config.sub: Recognize -eabi* for the system, not just -eabi.
11390
11391 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11392
11393         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11394         * config.sub, configure.in (win32): New target and host.
11395
11396 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11397
11398         * configure.in: Add i386-pe configuration.
11399
11400 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
11401
11402         * mpw-build.in (install): Install GDB after LD.
11403
11404 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
11405
11406         * mpw-config.in (elf/mips.h): Always forward-include, needed
11407         for GDB to build.
11408
11409 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11410
11411         * testsuite: New directory for customer acceptance and whole tool
11412         chain tests.
11413
11414 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11415
11416         * configure: If per-host line isn't found, but AC_OUTPUT is found
11417         and a configure script exists, run it instead.
11418
11419 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11420
11421         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
11422
11423 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11424
11425         * configure: Set build_{cpu,vendor,os,alias} to host values when
11426         --build isn't specified.
11427
11428 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11429
11430         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11431         (FLAGS_TO_PASS): Pass them.
11432         (EXTRA_TARGET_FLAGS): Ditto.
11433
11434 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11435
11436         * Makefile.in (all-libg++): Depend on all-libstdc++.
11437
11438 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11439
11440         * configure.in (noconfigdirs): Enable all packages for
11441           i386-unknown-netbsd.
11442
11443 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
11444
11445         * configure.in (noconfigdirs): Don't configure tk for i386-go32
11446         hosted builds (DOS builds)
11447
11448 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11449
11450         Changes for ARM based on patches from Richard Earnshaw:
11451         * config.sub: Handle armeb and armel.
11452         * configure.in: Omit arm linker only for riscix.
11453
11454 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11455
11456         * config.guess:  Update from FSF.
11457
11458 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
11459
11460         * config.sub: Recognize powerpcle as the little endian varient of
11461         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
11462         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
11463         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
11464         temporarily.
11465
11466 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
11467
11468         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11469
11470 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
11471
11472         * config.sub: Accept -lites* as a basic system type.
11473
11474 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
11475
11476         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11477         installed, and if so return linuxoldld as the system name.
11478
11479 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
11480
11481         * config.guess: Add hppa1.1-hp-lites support.
11482
11483 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11484
11485         * configure.in: Don't build newlib for m68k-vxworks5.1.
11486
11487 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11488
11489         * configure.in (mips-sgi-irix6): Use mh-irix5.
11490
11491 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
11492
11493         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11494
11495 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11496
11497         * test-build.mk: Enable building of shared libraries on IRIX 5 and
11498         OSF/1.  Fix compiler flags.
11499         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
11500
11501 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
11502
11503         * configure.in: Recognize --with-newlib.
11504         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11505
11506 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11507
11508         * Makefile.in: move {all,check,install}-gdb from *_MODULES
11509         to *_X11_MODULES due to gdbtk needing X include files et al.
11510
11511 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
11512
11513         Merge in support for Mac MPW as a host.
11514         (Old change descriptions retained for informational value.)
11515
11516         * mpw-config.in: Add generic include forwards for cpu-specific
11517         include files in aout and elf directories.
11518
11519         * mpw-configure: Added copyright.
11520         * mpw-config.in: Check for presence of required build tools.
11521         (target_libs): Add newlib.
11522         (target_tools): Add examples.
11523         (Read Me): Generate as "Read Me for MPW" instead.
11524         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11525         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11526         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11527
11528         * mpw-configure: Remove subdir-specific makefile hackery,
11529         delete mk.tmp after using it.
11530
11531         * mpw-build.in (all): Display start and end times.
11532
11533         * mpw-configure (host_canonical): Set.
11534         (target_cpu): Always add to makefiles.
11535         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11536         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11537         (mpw-mh-mpw): Look for in srcdir and srcroot.
11538         Use sed instead of mpw-edit-prefix to edit prefix definitions.
11539
11540         * mpw-build.in: (install-only): New target.
11541
11542         * mpw-configure (host_alias, target_alias): Rename from hostalias
11543         and targetalias, add into generated Makefile.
11544         (mk.tmp): If present, add into generated Makefile.
11545         * mpw-build.in (all-gas): Build config.h first before gas proper.
11546
11547         * mpw-configure (config.status): Write only if changed.
11548         * mpw-config.in (readline): Configure it (not built, just used for
11549         definitions).
11550
11551         * mpw-config.in (elf/mips.h): Add a forward include.
11552
11553         * mpw-config.in: Forward-include most .h files in include into
11554         extra-include.
11555         (readline): Don't build.
11556         mpw-build.in (install): Install GDB.
11557
11558         * mpw-configure (prefix, mpw_prefix): Handle it.
11559         * mpw-config.in (mmalloc, readline): Don't configure.
11560         * mpw-build.in (thisscript): Rename to ThisScript.
11561         Use mpw-build instead of BuildProgram everywhere.
11562         (mmalloc, readline): Don't build.
11563         * mpw-README: New file, basic documentation about the MPW port.
11564
11565         * mpw-config.in: Use forward-include to create include files.
11566
11567         * mpw-configure: Add more things to the top of each configured
11568         Makefile, including contents of config/mpw-mh-mpw.
11569         * mpw-config.in (extra-include): Create this directory and fill it
11570         with Posix-like include files when configuring.
11571
11572         * config.sub (apple, mac, mpw): Add various aliases.
11573
11574         * mpw-build.in: New file, top-level build script fragment for MPW.
11575         * mpw-configure: New file, configure script for MPW.
11576         * mpw-config.in: New file, config fragment for MPW.
11577
11578 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11579
11580         * configure.in (host_libs): Remove glob, since it is gone from the
11581         sources.
11582
11583 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11584
11585         * Makefile.in: define empty GDB_NLM_DEPS var.
11586
11587         * configure.in(target_makefile_frag): use config/mt-netware
11588         for netware targets.
11589
11590 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11591
11592         * config.sub: Merge in recent FSF changes.  Remove linux special
11593         cases.
11594
11595 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11596
11597         Revert this change:
11598
11599         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11600
11601                 * build-all.mk: Use CC=cc -Xs on Solaris.
11602
11603 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11604
11605         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
11606         stop using it.
11607         * Makefile.in: Nuke all references to glob subdirectory.
11608
11609 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11610
11611         * configure.in: Fix --enable-shared logic in per-host.
11612
11613 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11614
11615         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11616
11617 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11618
11619         * configure.in (noconfigdirs): Don't build gas on AIX, for
11620         powerpc*-*-aix* as well as for rs6000*-*-aix*.
11621
11622 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
11623
11624         * configure: Fix --cache-file to work if the file argument is a
11625         relative path.
11626
11627 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
11628
11629         * configure: If the --cache-file is used, pass it down to
11630         configure in subdirectories.
11631
11632 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
11633
11634         * config.sub: add vxworks29k configuration.
11635
11636 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11637
11638         * Makefile.in (taz): Do "diststuff" part quietly.
11639
11640 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11641
11642         * config.sub: Mini-merge with gcc/config.sub.
11643
11644 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11645
11646         * config.guess (IRIX): Sed - to _.
11647
11648 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11649
11650         * Makefile.in (source-vault, binary-vault): New targets.
11651
11652 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
11653
11654         * config.sub: Recognize -eabi as a basic system type.
11655
11656 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11657
11658         * configure.in (enable_shared stuff): Fix typo.
11659
11660 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
11661
11662         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11663
11664 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11665
11666         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11667
11668 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
11669
11670         * configure.in (rs6000-*-*): Don't build gas.
11671
11672 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
11673
11674         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11675         reduce command line length.
11676         (AS_FOR_TARGET): Check for as.new, not Makefile.
11677         (NM_FOR_TARGET): Check for nm.new, not Makefile.
11678
11679 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11680
11681         * config.guess:  Merge from FSF.
11682
11683 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11684
11685         * configure: Don't use $ when handling program_suffix.
11686
11687 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
11688
11689         * configure.in:  Configure tk for hppa/hpux.
11690
11691 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11692
11693         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
11694
11695 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11696
11697         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
11698         to LIBCXXFLAGS.  Tests are better run without it.
11699
11700 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
11701
11702         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11703
11704 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11705
11706         * configure.in (*-*-netware*): Don't configure xiberty.
11707
11708 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
11709
11710         * configure.in:  Remove tk from native_only list.
11711
11712 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
11713
11714         * build-all.mk: Add mips-ncd-elf target to sun4 targets
11715           for special NCD build.
11716
11717 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11718
11719         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11720         makeall.bat, they're only useful for binutils snapshots.
11721         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11722         makeall.bat to specified SUPPORT_FILES.
11723
11724 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
11725
11726         * build-all.mk: Add Ericsson targets to sun4 and solaris
11727           hosts.  Add  BNR's sun4 target to solaris host, so their
11728           build-from-source will be tested in-house first.
11729
11730 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11731
11732         * Makefile.in (LIBCFLAGS): New variable.
11733         (CFLAGS_FOR_TARGET): Ditto.
11734         (LIBCFLAGS_FOR_TARGET): Ditto.
11735         (LIBCXXFLAGS): Ditto.
11736         (CXXFLAGS_FOR_TARGET): Ditto.
11737         (LIBCXXFLAGS_FOR_TARGET): Ditto.
11738         (BASE_FLAGS_TO_PASS): Pass them.
11739         (EXTRA_TARGET_FLAGS): Ditto.
11740
11741         * configure.in: Support --enable-shared.
11742
11743 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11744
11745         * configure.in (target_libs):  Include libstdc++ again.
11746         * config.guess:  Update from FSF (for FreeBSD).
11747
11748 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11749
11750         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11751         makeall.bat.
11752         (DISTDOCDIRS): Add `etc'.
11753         (ETC_SUPPORT_PFX): New variable.
11754         (taz): Include anything from etc starting with a word in
11755         ETC_SUPPORT_PFX.
11756
11757 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11758
11759         * config.sub: Update for recent FSF changes.  Remove obsolete
11760         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
11761         spacing changes.
11762
11763 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11764
11765         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
11766
11767         * config.guess:  Merge with FSF.
11768         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11769
11770 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11771
11772         * configure: Since the "trap 0" handler will override the exit
11773         status on many systems, only use it for "exit 1", and make it set
11774         a non-zero exit status; reset it before "exit 0".  Also, check
11775         exit status of config.sub, and error out if it failed.
11776
11777 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
11778
11779         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11780         and install libgloss.
11781
11782 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11783
11784         * Makefile.in (all-binutils): Depend upon all-byacc.
11785
11786         * configure.in: Don't build emacs on Irix 5.
11787
11788 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11789
11790         * configure.in (*-*-netware*): Add libio.
11791
11792 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11793
11794         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11795         (CHECK_TARGET_MODULES): Ditto.
11796         (INSTALL_TARGET_MODULES): Ditto.
11797         (TARGET_LIBS): Ditto.
11798         (all-libstdc++): Note dependencies.
11799
11800 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11801
11802         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11803
11804 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11805
11806         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11807         -fexternal-templates.
11808
11809         * configure.in (target_libs): Add libstdc++.
11810         (noconfigdirs): Add libstdc++ as appropriate.
11811
11812 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11813
11814         * config.guess:  Update from FSF.
11815
11816 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11817
11818         * configure: Use ${config_shell} when running ${configsub}.
11819
11820 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
11821
11822         * config.sub: No longer recognize h8300h.
11823
11824 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11825
11826         * config.sub: Remove extraneous differences between config.sub and
11827         gcc/config.sub.
11828
11829 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11830
11831         * Makefile.in (DISTSTUFFDIRS): Add gas.
11832
11833 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
11834
11835         * COPYING.NEWLIB: New file.
11836
11837 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11838
11839         * config.guess (HP-UX):  Patch from Harlan Stenn
11840         <harlan@landmark.com> to also emit release level.
11841
11842 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11843
11844         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11845
11846 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11847
11848         * config.sub:  Merge nextstep cleanup from FSF.
11849
11850 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11851
11852         * configure.in (arm-*-*): Don't configure ld for this target.
11853
11854 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11855
11856         * configure.in (*-*-netware): don't configure libg++, libio,
11857           librx, or newlib.
11858
11859 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11860
11861         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
11862         configure ld--it works, but it doesn't support shared libraries.
11863
11864 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11865
11866         * config.guess (*-unknown-freebsd*):  Get rid of possible
11867         trailing "(Release)" in version string.
11868         Patch from Paul Richards <paul@isl.cf.ac.uk>.
11869
11870 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11871
11872         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11873         Fix type: *-next-neststep -> *-next-nextstep.
11874
11875         * config.guess:  Merge from FSF:
11876
11877         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
11878
11879         * config.guess: Recognize powerpc-ibm-aix3.2.5.
11880
11881         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
11882
11883         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11884         instead of UNIX_SV for UnixWare 1.0).
11885
11886 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
11887
11888         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
11889         to make gdb/nlm/* build after the compiler and linker.
11890
11891 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11892
11893         * config.guess (netbsd, freebsd, linux):  Accept any machine,
11894         not just i[34]86.
11895         (m68k-atari-sysv4):  Relocate to match FSF version.
11896
11897         * config.guess:  More merges from the FSF:
11898
11899         Add a space before function call or macro invocation.
11900
11901         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11902
11903         * config.guess: Add trap cmd to remove dummy.c and dummy when
11904         interrupted.
11905
11906         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11907
11908         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11909         (dummy): Redirect stderr from compilation of dummy.c.
11910
11911         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
11912
11913         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11914
11915 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
11916
11917         * configure: Accept and ignore --cache*, for compatibility with
11918         new autoconf.
11919
11920 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11921
11922         * config.guess:  Merge from FSF:
11923
11924         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11925
11926         * config.guess (Pyramid*:OSx*:*:*): New case.
11927         (PATH): Add /.attbin at end for finding uname.
11928         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
11929
11930         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
11931
11932         * config.guess (M88*:DolphinOS:*:*): New case.
11933
11934         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
11935
11936         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11937         to select whether to use ELF or COFF.
11938
11939         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11940
11941         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
11942
11943         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11944
11945         * config.guess: Guess the OS version for HPUX.
11946
11947         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
11948
11949         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11950
11951 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11952
11953         * configure.in: Recognize --with-headers, --with-libs, and
11954         --without-newlib.
11955         * Makefile.in (all-xiberty): Depend upon all-ld.
11956
11957 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11958
11959         * configure.in: Change i[34]86 to i[345]86.
11960
11961 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11962
11963         * configure (version): A few more tweaks to help message.
11964
11965 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11966
11967         * Makefile.in:  Remove (for now) librx as a host library,
11968         now that we're building it for target.
11969
11970 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11971
11972         * configure: Fix up help message; from karl@owl.hq.ileaf.com
11973         (Karl Berry).
11974
11975 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11976
11977         * configure.in:  Also configure librx.
11978
11979 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11980
11981         * Makefile.in:  Update various rules to reflect that librx
11982         is now needed for libg++.
11983
11984 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11985
11986         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
11987
11988 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11989
11990         * configure.in: Configure the examples directory.
11991
11992 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11993
11994         * configure: Simplify Jun 2 1994 change.
11995
11996 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11997
11998         * change CC to /usr/latest/bin/gcc for lynx host builds, since
11999         /bin/gcc isn't good enough to build gcc.
12000
12001 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
12002
12003         * Makefile.in (GDB_SUPPORT_FILES): Remove
12004         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
12005         (gdb.tar.gz): Add new rule to use standard distribution building
12006         mechanism.
12007
12008 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12009
12010         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
12011         Bill Cox <bill@cygnus.com>.
12012
12013 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12014
12015         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
12016
12017 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
12018
12019         * configure:  Search current dir first in .gdbinit.
12020
12021 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12022
12023         * config.sub:  Recognize freebsd (merged from gcc config.sub).
12024
12025 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12026
12027         * config.sub:  Refer to NeXT's operating system as nextstep.
12028
12029         * config.sub (case $basic_machine):  Re-order the cases, to match
12030         the order in the FSF version (which is mostly alphabethical).
12031         Merge in some additions and changes from the FSF.
12032
12033 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
12034
12035         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12036         * config.sub: Recognize cxux7.
12037         * configure.in: Use mh-cxux for m88k-harris-cxux*.
12038
12039 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12040
12041         * config.sub:  Fix typo powerpc -> powerpc-*.
12042
12043 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
12044
12045         * Makefile.in: `all-emacs19' depends on `all-byacc'.
12046
12047         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12048         parallel with all-emacs and install-emacs).  Top-level command
12049         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12050
12051 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12052
12053         * test-build.mk ($(host)-stamp-stage2-installed): Remove
12054         $(relbindir)/make before doing ``make install'', and use
12055         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
12056         installing over running make binary.
12057         ($(host)-stamp-stage3-installed): Likewise.
12058
12059 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12060
12061         * config.guess: Recognize Mach.
12062
12063 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12064
12065         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12066         see whether --exec-prefix was used.
12067
12068 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12069
12070         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
12071
12072 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12073
12074         * Makefile.in: Add all-librx target similar to all-libproc.
12075
12076 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
12077
12078         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
12079         with post 1.2 uname bogosity.
12080
12081 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12082
12083         * configure: Remove temporary files on receipt of a signal.
12084
12085 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
12086
12087         * configure: If there is a package_makefile_frag, remove
12088         ${subdir}/Makefile.tem after copying it in.
12089
12090 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12091
12092         * build_all.mk: support rs6000 lynx identifies itself as
12093         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
12094         since /bin/gcc is too feeble to compile a modern gcc.
12095
12096 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12097
12098         * brought devo/test-build.mk update-to-date with progressive/
12099           test-build.mk. Add lynx targets and hppa flag info.
12100
12101 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12102
12103         * configure.in:  Use mh-ncrsvr43.  Patch from
12104         Tom McConnell <tmcconne@sedona.intel.com>.
12105
12106 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12107
12108         * config.guess (i386-unknown-bsdi):  No longer need to
12109         check #if defined(__bsdi__) && defined(__i386__).
12110
12111 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12112
12113         * configure: Set program_transform_nameoption correctly.
12114
12115 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12116
12117         * brought build-all.mk update-to-date with progressive build-all.mk,
12118           added new targets and hppa info.
12119
12120 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12121
12122         * configure: If config.guess result is a prefix of the user
12123         specified target, assume a native build and use the user specified
12124         target as the host alias.  Remove SunOS patch suffix removal hack.
12125         * configure.in: Remove SunOS patch suffix removal hack.
12126
12127         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12128         in NATIVE_CHECK_MODULES.
12129
12130 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
12131
12132         * Makefile.in: Rename HOST_ONLY to NATIVE.
12133         * configure: Delete SunOs patch suffix from host_canonical
12134           and build_canonical variables that are prepended to Makefiles.
12135         * configure.in: Add comments for easier maintenance.
12136
12137 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12138
12139         * Makefile.in: Add all-libproc target similar to all-gui.
12140
12141 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
12142
12143         * Makefile.in (CHECK_MODULES): split into
12144         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12145
12146 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
12147
12148         * config.guess (i386-unknown-bsdi): New system to guess.
12149
12150 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12151
12152         * Makefile.in: Add all-gui target (but not yet build by "all").
12153
12154 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
12155
12156         * config.sub: Move deletion of patch suffix from here...
12157         * configure.in: To here, at Ian's suggestion.  The top-
12158           level scripts might need to know of a patch level.
12159
12160 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
12161
12162         * config.sub: Strip off patch suffix so rtl is recognized
12163           as a sunos4.1.3 machine, even though it's been patched.
12164
12165 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
12166
12167         * Makefile.in (INSTALL_LAST): Delete.
12168         (INSTALL_DOSREL): New.
12169
12170 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12171
12172         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12173         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12174         whether we pass down --with-gnu-ld anyhow.
12175
12176 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
12177
12178         * Makefile.in (INSTALL_LAST): Change operation so it works
12179         on more flavors of make.
12180         * configure.in (go32): Don't build libg++ or libio.
12181
12182 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
12183
12184         * Makefile.in (Move HOST_PREFIX_1 and friends up so
12185         they can be overriden by templates.
12186
12187 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
12188
12189         * configure.in (target==go32): Don't build gdb.
12190         * dosrel: New directory.
12191
12192 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
12193
12194         * configure.in (host==go32): Configure dosrel too.
12195         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12196         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12197         be set by incoming names or templates.
12198         (INSTALL_LAST): New rule.
12199
12200 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
12201
12202         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12203
12204 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12205
12206         * configure.in (appdirs): New variable.  Currently empty, but will
12207         be used in gas distribution.  If nonempty, lists a set of
12208         directories at least one of which must get configured, or top
12209         level configuration is considered to have failed.
12210         (rs6000-*-lynxos*): Use new file name.
12211
12212 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12213
12214         Eliminate XTRAFLAGS.
12215         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12216         newlib include files using -idirafter, and also use -nostdinc.
12217         (CXX_FOR_TARGET): Likewise.
12218         (XTRAFLAGS): Removed.
12219         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12220         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12221         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12222         ($(DO_X)): Don't pass down XTRAFLAGS.
12223
12224 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12225
12226         * configure.in (mips*-dec-bsd*): New target; do build linker.
12227         (mips*-*-bsd*): New target; don't build linker.
12228
12229 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12230
12231         * configure.in: support rs6000-*-lynxos* configuration.
12232         support sunos4 as a cross target.
12233
12234         * config.sub: look for lynx*, not lynx since the OS version may
12235         legitimately be part of the name.
12236
12237 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12238
12239         * configure.in (i[34]86-*-sco*): Move to be with other i386
12240         targets.
12241         (romp-*-*): New target.  Skip various binary utilities.
12242         (vax-*-*): New target.  Don't build newlib.
12243         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
12244
12245 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12246
12247         * configure.in: Only set host_makefile_frag if config
12248         directory exists.
12249
12250 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12251
12252         * install.sh: If $dstdir exists, don't check whether each
12253         component does.
12254
12255 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12256
12257         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12258
12259 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
12260
12261         * configure.in (*-*-lynxos*): Don't configure newlib for either
12262         native or cross Lynx.
12263
12264 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
12265
12266         * config.sub (sparc64-elf): Fix os.
12267         (z8k): Remove duplicate.
12268
12269 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12270
12271         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12272         gcc/stmp-fixproto, to try to prevent fixproto from being run.
12273
12274 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
12275
12276         * configure: Make file links cleanly even if Lynx fails on
12277           an NFS symlink (at least fail cleanly).
12278
12279 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12280
12281         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12282         -XNh2000.
12283
12284 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12285
12286         * configure: Unknown options are fatal again.
12287
12288 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
12289
12290         * configure: Ignore --x-includes and --x-libraries, for Autoconf
12291         compatibility.
12292
12293 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12294
12295         * build-all.mk: Add `clean' target.
12296
12297 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12298
12299         * config.guess:  Add SINIX support.
12300         * configure.in:  Add mips-*-sysv4* support.
12301
12302 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
12303
12304         * build-all.mk: Document all useful targets.
12305         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12306         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12307
12308 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12309
12310         * configure: Support --silent, --quiet.
12311
12312 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12313
12314         * configure: Support --disable-FEATURE.
12315
12316 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12317
12318         * config.guess: Recognize NCR running SVR4.3.
12319
12320 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12321
12322         * config.guess:  Make BSDI generate i386-unknown-bsd386.
12323         Patch from Paul Eggert <eggert@twinsun.com>.
12324
12325 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12326
12327         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12328
12329 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12330
12331         * configure: Make unrecognized options give nonfatal warnings
12332         instead of fatal errors, and pass them to any subdirectory
12333         configures in case they recognize them.
12334         Make --x equivalent to --with-x.
12335
12336 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12337
12338         * configure: Add --enable-* options.  Clean up usage message and
12339         some comments.
12340
12341 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
12342
12343         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12344
12345 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12346
12347         * configure.in (hppa*-*-*): Enable binutils.
12348
12349 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12350
12351         * config.sub: Recognize cisco.
12352
12353 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
12354
12355         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12356
12357 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12358
12359         * config.guess: about target *-hitachi-hiuxwe2, don't print more
12360         than one configuration name.  Add comment.
12361
12362 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
12363
12364         * config.guess: about target *-hitachi-hiuxwe2, fixed
12365         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
12366         macro is incorrect.]
12367
12368 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12369
12370         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12371         than the "make ls" stuff which used to be here.
12372
12373 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12374
12375         * config.guess:  Recognize i[34]86-unknown-freebsd.
12376         From Shawn M Carey <smcarey@rodan.syr.edu>.
12377
12378 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12379
12380         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12381
12382 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
12383
12384         * config.guess: Check for ptx.
12385
12386 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
12387
12388         * config.sub: Add os9k checking.
12389
12390 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12391
12392         * config.guess: Handle OSF1 running on HPPA processors
12393
12394 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12395
12396         * configure: If subdir configure fails, print out a message with
12397         subdirectory name, in case subdir's configure code didn't identify
12398         itself.
12399
12400 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
12401
12402         * configure.in: Remove embedded newlines from configdirs.
12403         Avoid mismatches of substrings.  Fix matching strings at end
12404         of configdirs.
12405
12406 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
12407
12408         * config.guess:  Add Lynx/rs6000 config support.
12409
12410 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12411
12412         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12413
12414 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
12415
12416         * configure.in (hppa*-*-osf*): Treat this just like most other
12417         PA configurations (eg no binutils or ld).
12418         (hppa*-*-*elf*): These configurations have binutils and ld.
12419
12420 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12421
12422         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
12423
12424 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12425
12426         * configure.in (rs6000-*-*): Build gas.
12427
12428 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12429
12430         * Makefile.in:  Avoid bug in losing hpux sed.
12431
12432 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12433
12434         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12435         for GDB and GDB has been fixed to not need it.
12436
12437 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12438
12439         * config.guess: Recognize vax hosts.
12440
12441 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12442
12443         * configure (while loop): Don't use "break 2" inside case
12444         statement -- the case statement isn't an enclosing loop.
12445
12446 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12447
12448         * config.guess:  Clean up NeXT support, to allow nextstep
12449         on Intel machines.  Make OS be nextstep.
12450
12451 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
12452
12453         * config.guess: Add alternate forms for Convex.
12454
12455 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
12456
12457         * configure:  Completely rewrite option processing.  Take
12458         advantage of pattern-matching to avoid invoking test frequently.
12459         Also clean up host and target defaulting logic.
12460
12461 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12462
12463         * Makefile.in: Replace all occurrances of "rootme" with "r" and
12464         "$${rootme}" with "$$r", to increase the likelihood that the do-*
12465         commands (plus user environment) will fit SCO limits.
12466
12467 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12468
12469         * configure.in: Don't issue warnings about directories which are
12470         not being configured if -norecursion is set.  Correct test for
12471         --with-gnu-as and --with-gnu-ld to not get confused by substring
12472         matches.
12473
12474         * configure.in: Don't build gas for alpha-dec-osf1*.
12475
12476 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
12477
12478         * configure:  Back out Per's change of 12/19/1993.  It changes the
12479         behavior of configure in unexpected and confusing ways.
12480
12481         Also, use different delim char when calculating
12482         program_transform_name so that the name can contain slashes.
12483
12484 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12485
12486         * configure.in, config.sub: Add support for VSTa micro-kernel.
12487
12488 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12489
12490         * configure.in: Nuke hacks which were used to get a special
12491         version of GAS for HPPA configurations.
12492
12493 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12494
12495         * configure:  If only ${target_alias} is given, use that
12496         as the default for ${host_alias}.
12497         * configure:  Add missing back-slashes before nested quotes.
12498
12499 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12500
12501         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12502
12503 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
12504
12505         * config.guess:  Recognize some Tektronix configurations.
12506         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12507
12508 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12509
12510         * config.sub: Match any flavor of SH.
12511
12512 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
12513
12514         * configure.in: Don't try to configure newlib for Alpha.
12515
12516 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12517
12518         * configure.in: Don't build ld for Irix 5.  Don't build gas,
12519         libg++ or libio for any Alpha target.
12520
12521         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
12522
12523 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
12524
12525         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12526         default arguments -- so it tried to compress itself.
12527
12528 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12529
12530         * configure.in (notsupp): ensure that a space is always at the end
12531           of the configdirs list, since the grep checks for an explicit space
12532
12533 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12534
12535         * configure.in (target i386-sysv4.2): don't build ld, since static
12536           versions of many libraries are not available.
12537
12538 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12539
12540         * config.guess: Recognize Apollos (using environment variables).
12541         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12542
12543 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12544
12545         * config.guess: Recognize Sony news mips running newsos.
12546
12547 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
12548
12549         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12550         "fi ; else" for bash.
12551
12552 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
12553
12554         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12555
12556 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
12557
12558         * config.sub: accept unixware as an alias for svr4.2.
12559         Fix some inconsistancies with the gcc version.
12560
12561 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12562
12563         * Makefile.in (DISTDOCDIRS):  Add gdb.
12564
12565 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12566
12567         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
12568
12569 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12570
12571         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12572         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12573         this now.
12574
12575 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12576
12577         * config.sub: Accept hiux* as an OS name.
12578
12579         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12580         etc/make-stds.texi.  The underscore came from gcc, and dje now
12581         agrees that RUNTESTFLAGS is the correct name.
12582
12583 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12584
12585         * install.sh:  Remove 'set -e'.  It makes any conditionals
12586         in the script useless.
12587
12588         * config.guess: Automatically recognize arm-acorn-riscix
12589         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12590
12591 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12592
12593         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12594
12595 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12596
12597         * Makefile.in (DISTDOCDIRS): New variable.
12598         (taz): Edit local Makefile.in sooner, instead of proto-toplev
12599         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
12600
12601 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12602
12603         * configure.in (hppa target): check the source directory for the
12604           pagas sub-directory
12605
12606 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
12607
12608         * config.sub: Allow -aout* and -elf*.
12609
12610 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12611
12612         * configure.in: Don't build ld on i386-solaris2, same as for
12613         sparc-solaris2.
12614
12615 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12616
12617         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12618
12619 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12620
12621         * configure.in:  Configure gdb for alpha.
12622
12623 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12624
12625         * Makefile.in (CXXFLAGS): Add -O.
12626
12627 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12628
12629         * config.guess: added support for DG Aviion
12630
12631 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12632
12633         * configure.in: Produce warning message for subdirectories not
12634         configurable for this host/target combination.  Don't try to
12635         configure gdb for vms.
12636
12637 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12638
12639         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12640         appropriate files before making "diststuff".
12641         (DISTBISONFILES): New var: list of files to be edited.
12642         (DISTSTUFFDIRS): Add binutils.
12643
12644 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12645
12646         * config.sub: also handle mipsel and mips64el (for little endian mips)
12647
12648 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12649
12650         * configure.in: Add * to end of all OS names.
12651
12652 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
12653
12654         * configure.in: Build newlib for LynxOS native.
12655
12656 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12657
12658         * config.guess: Add support for delta 88k running SVR3.
12659
12660         * configure.in: Add comment about HP compiler vs. emacs.
12661
12662 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12663
12664         * configure.in: don't build ld on solaris2 (not a viable option
12665           due to bugs in getpwnam & getpwuid)
12666
12667 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12668
12669         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12670         config.guess will produce a full version number.
12671
12672 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12673
12674         * configure.in: Build linker and binutils for alpha-dec-osf1.
12675
12676 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12677
12678         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12679         and gdb/testsuite/Makefile.in.
12680
12681 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12682
12683         * configure.in: recognize mips*- instead of mips-
12684
12685 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12686
12687         * config.sub: Accept linux*coff and linux*elf as operating
12688         systems.
12689
12690 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12691
12692         * config.sub: Recognize mips64, and mips3 as an alias for it.
12693
12694 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12695
12696         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12697         gdb knows how to handle OSF/1 shared libraries.
12698
12699 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12700
12701         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12702         * config.guess: Recognize Hitachi's HIUX.
12703         * config.sub: Recognize h3050r* and hppahitachi.
12704         Remove redundant cases for hp9k[23]*.
12705
12706 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12707
12708         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12709         if gas and ld are in the source tree and are in ${configdirs}.
12710         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
12711         --with options (but still pass them down on the command line,
12712         if they were explicitly specified).
12713
12714 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12715
12716         * configure: substitute SHELL value in Makefile.in with
12717         ${CONFIG_SHELL}
12718
12719 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12720
12721         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12722         *-*-solaris2* targets.
12723
12724 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12725
12726         * Makefile.in: define M4, and pass it down to sub-makes;
12727         all-autoconf now depends on all-m4
12728
12729 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12730
12731         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12732         presence of {ar,ranlib} instead of a configured directory
12733
12734 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
12735
12736         * config.guess: Accept 34?? as well as 33?? for NCR.
12737
12738 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12739
12740         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12741         of 'gas' in sed commands, since 'gash' is now in the tree as well.
12742
12743 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12744
12745         * configure: grab values for $(CC) and $(CXX) from the
12746         environment, so that someone can do "CC=gcc configure; make" and
12747         have it work right (matching the way that autoconf works now)
12748
12749         * configure.in, Makefile.in: add support for gash, the tcl
12750         interface to Galaxy
12751
12752         * config.guess: add NetBSD variants (hp300, x86)
12753
12754 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
12755
12756         * install.sh: Support -d option (in the manner of SunOS 4 install,
12757         as it is more deterministic than that of GNU install)
12758         (chmodcmd): Set file to mode 755 by default (should also do default
12759         chgrp and chown, but I don't feel like dealing with that now)
12760
12761 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
12762
12763         * config.sub: Remove h8300hhms alias.
12764
12765 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12766
12767         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12768
12769 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12770
12771         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12772         as stmp-fixinc
12773
12774 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12775
12776         * config.sub: recognize m88110-bug-coff.
12777
12778 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12779
12780         * Makefile.in (all-libio): all dependencies on the toolchain used
12781         to build this (gcc, gas, ld, etc)
12782
12783 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12784
12785         * config.guess: Deal with OSF/1 1.3 on alpha.
12786
12787 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12788
12789         * install.sh: add some 'else true' clauses for portability
12790
12791         * configure.in: don't build libio for h8[35]00-*-* targets
12792
12793 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12794
12795         * Makefile.in:  Add support for new libio.
12796
12797 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12798
12799         * install.sh: If one command fails, don't try the rest.  Don't try
12800         to remove $dsttmp (via trap) unless we have already created it.
12801         If $src doesn't exist, detect it and exit with an error.
12802
12803         * config.guess: Recognize BSD on hp300.
12804
12805 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12806
12807         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12808         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12809
12810 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
12811
12812         * Makefile.in (all-send-pr): depends on all-prms
12813
12814 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12815
12816         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12817
12818 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12819
12820         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12821         Added test for mips-mips-riscos5.
12822
12823 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12824
12825         * configure.in: use mh-hp300 for 68k HP hosts
12826
12827 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12828
12829         * configure: add support for CONFIG_SHELL, so that you can use
12830         some alternate shell for evaluating configure scripts
12831
12832 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
12833
12834         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
12835         in configure script to bug-gdb@prep.ai.mit.edu when building
12836         distribution archive.
12837         * Makefile.in (COMPRESS):  Remove def.
12838         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
12839         gdb.tar.Z and make-gdb.tar.Z respectively.
12840         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
12841         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
12842         to convergence with 'taz' target in Makefile.in.
12843
12844 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12845
12846         * install.sh (dsttmp): use trap to ensure that tmp files go
12847         away on error conditions
12848
12849 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12850
12851         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12852
12853 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12854
12855         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12856         its parent is '/' not ''.
12857
12858         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12859
12860 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
12861
12862         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12863         that ${newsrcdir}/configure.in does.
12864
12865 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12866
12867         * test-build.mk: support for CONFIG_SHELL
12868
12869 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
12870
12871         * config.sub (netware):  Add as a basic system type.
12872
12873 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12874
12875         * Makefile.in (Makefile): depend on configure.in.  Also drop the
12876           $(srcdir)/ from the dependency on Makefile.in.
12877
12878 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
12879
12880         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12881         (h8300hhms is temporary until multi-libraries are implemented).
12882         * configure.in: Handle h8300h too.
12883
12884 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12885
12886         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12887
12888 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
12889
12890         * configure:  Remove extraneous output when guessing host type.
12891         * config.guess:  Remove extraneous output when guessing using C
12892         compiler rather than uname, or when guessing fails.
12893
12894 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12895
12896         * Makefile.in: remove all.cross and install.cross targets
12897
12898         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12899           definitions
12900
12901 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
12902
12903         * configure.in (target sh): Build gprof.
12904
12905 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12906
12907         * config.sub: change -solaris to -solaris2
12908
12909 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12910
12911         * configure.in: Use config/mh-riscos for mips-*-sysv*.
12912
12913 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
12914
12915         * configure: Correct error message for missing Makefile.in to
12916         print correct directory.
12917
12918 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12919
12920         * install.sh: kludge around 386BSD shell bug
12921
12922 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
12923
12924         * config.guess:  Recognize NeXT.
12925         * config.guess:  Recognize i486-ncr-sysv4.
12926         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
12927
12928 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
12929
12930         * Makefile.in (MAKEINFOFLAGS): New variable.
12931         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12932         * build-all.mk, test-build.mk: Pass down --no-split as
12933         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
12934
12935 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
12936
12937         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
12938
12939 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
12940
12941         * Makefile.in (libg++.tar.z):  New rule.
12942         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
12943         * Makefile.in (taz):  Only do a single chmod.
12944
12945 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12946
12947         * install.sh: don't use dirname anymore (replaced with sed usage)
12948
12949 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
12950
12951         * Makefile.in:  Change extension for gzip'd files from '.z' to
12952         '.gz' per new FSF standard usage.
12953
12954 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12955
12956         * configure: put quotes around the final value of program_transform_name
12957
12958 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12959
12960         * Makefile.in: new install.sh support; update install-info rules
12961
12962 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
12963
12964         * configure.in: Build diff for crosses, but not for go32 host.
12965
12966         * configure.in: Build gprof only for native, and don't build it
12967         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
12968
12969 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
12970
12971         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
12972
12973 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12974
12975         * configure.in (host_tools): Add prms.
12976
12977 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12978
12979         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
12980         with $(FLAGS_TO_PASS) on the command line
12981
12982         * config.sub: Recognize lynx and lynxos
12983
12984 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
12985
12986         * config.sub: Accept -ecoff*, not just -ecoff.
12987
12988 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12989
12990         * Makefile.in (taz): Use .gz suffix instead of .z.
12991         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
12992         names.
12993
12994 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12995
12996         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
12997
12998 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12999
13000         * Makefile.in (install-no-fixedincludes):  install gcc last, so
13001         that rebuilds that might happen during 'make install' don't get
13002         bogus gcc include files
13003
13004 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13005
13006         Change from Utah for HPPA support:
13007         * config.guess: Recognize hppa1.x-hp-bsd.
13008
13009 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
13010
13011         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
13012         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13013
13014 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13015
13016         * config.sub: Add support for rom68k and bug boot monitors.
13017
13018 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
13019
13020         * Makefile.in: Make all-opcodes depend on all-bfd.
13021
13022 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13023
13024         * config.guess: Added special check for i[34]86-univel-sysv4*.
13025
13026 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
13027
13028         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13029         the processor rather than assuming i486.
13030
13031 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13032
13033         * config.guess: Recognize SunOS6 as Solaris3.
13034
13035 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
13036
13037         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
13038         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13039
13040 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
13041
13042         * build-all.mk (all-cross): New target for Canadian Cross.
13043         Added Q2 go32 targets.
13044         * test-build.mk: Configure go32 cross sparclite-aout and
13045         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
13046         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13047
13048 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13049
13050         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13051         GO32 hosted toolchains
13052
13053 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13054
13055         * configure: change  so "-exec-prefix" gets passed down rather
13056         than "-exec_prefix" so autoconf generated Makefiles get the
13057         exec_prefix set right.
13058
13059 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13060
13061         * config.guess: get the Solaris2 minor version number
13062
13063         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13064
13065 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13066
13067         * config.guess: Recognize some Sequent platforms.
13068
13069 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13070
13071         * Makefile.in: added the vault-install target
13072
13073         * configure.in: actually use the Sun3 makefile fragment that's in
13074         config, also added the release dir to configdirs
13075
13076 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13077
13078         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13079
13080 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13081
13082         * configure.in: remove some program from Alpha targetted toolchains
13083
13084 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
13085
13086         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
13087         gprof.
13088         (taz): Run "make diststuff" in those directories instead of "make
13089         proto-dir".  Look for "VERSION=" only at start of line in subdir
13090         Makefile.  Use "gzip -9" for compression.
13091         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13092         (binutils.tar.z): New target.
13093
13094 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13095
13096         * Makefile.in (taz): Include gpl.texinfo.
13097
13098 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13099
13100         * Makefile.in (setup-dirs): Merged into "taz" target.
13101         (taz): Only do `proto-dir' stuff if a directory is actually needed
13102         for this target.
13103
13104 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
13105
13106         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13107         (FLAGS_TO_PASS): Pass down MUNCH_NM.
13108         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13109         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13110         (gcc-no-fixedincludes): Correct for current gcc Makefile.
13111
13112 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
13113
13114         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
13115         config.sub, and move-if-change to gdb testsuite distribution
13116         archive, so the testsuite can be extracted, configured, and
13117         run separately from the gdb distribution.  Blow away the Chill
13118         tests that require a Chill compiled executable, since GNU Chill
13119         is not yet publically available.
13120
13121 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13122
13123         * test-build.mk: set environment variables in a single command,
13124         instead of a list of assignments and exports
13125
13126         * config.guess: recognize Alpha/OSF1 systems
13127
13128 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13129
13130         * configure: Change help message to prefer --options rather than
13131           -options.
13132
13133 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13134
13135         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13136         zippy@ecst.csuchico.edu.
13137         * config.guess: Recognize miniframe.
13138
13139 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13140
13141        * Makefile.in: Use srcroot to find runtest rather than rootme.
13142        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13143
13144 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13145
13146         * test-build.mk: Extensive additions to support building on a
13147         machine other than the host.
13148
13149 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13150
13151         * configure (tooldir): Fix for i386-aix again.
13152
13153 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
13154
13155         * configure, Makefile.in:  Change definition of $(tooldir)
13156         to match the FSF.
13157
13158 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
13159
13160         * config.guess:  Recognize i[34]86/SVR4.
13161
13162 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13163
13164         * Makefile.in (all-gdb): gdb depends on sim.
13165
13166 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
13167
13168         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
13169         at the same time we make the prototype gdb directory.
13170         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
13171         files at the same time as the gdb base release distribution.
13172
13173 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
13174
13175         * Makefile.in (check): Use individual check targets rather than
13176         DO_X rule.
13177         (check-gcc): Added.
13178
13179 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
13180
13181         * config.sub: Use sysv3.2 not sysv32 for canonical OS
13182         for System V release 3.2.
13183
13184 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13185
13186         * config.sub: Recognize hppaosf.
13187         * configure.in: Do configure ld/binutils/gas for it.
13188
13189 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13190
13191         * configure (tooldir): Alter syntax used to set this, for systems
13192         where "\$" isn't handled right, like i386-aix.
13193
13194 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13195
13196         * configure: Pass program-transform-name, not
13197         program_transform_name, to recursive configures.
13198
13199 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
13200
13201         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13202         of gas+ld+binutils.
13203
13204 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
13205
13206         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
13207
13208 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13209
13210         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13211
13212 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13213
13214         * Makefile.in (PRMS): Set back to all-prms.
13215
13216 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13217
13218         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13219         targets, rather than for MIPS hosts.
13220
13221 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13222
13223         * configure.in: add comment for --with-x default values
13224
13225         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13226
13227         * Makefile.in: add check-* targets for each of the directories in
13228         the tree.  Add a definition of RUNTEST that will use the one we
13229         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
13230
13231 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
13232
13233         * configure.in: Removed obsolete references to bfd_target and
13234         target_makefile_frag.
13235
13236         * build-all.mk: Set assorted targets for Q2.
13237         * config.sub: Recognize z8k-sim and h8300-hms.
13238         * test-build.mk: Really don't pass host to configure.
13239         (HOLES): Added uname.
13240
13241 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
13242
13243         * configure: Handle an empty program-prefix, program-suffix or
13244         program-transform-name correctly.
13245
13246 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13247
13248         * build-all.mk: -G 8 no longer required for MIPS targets.
13249         * test-build.mk: Don't pass host argument to configure; make it
13250         guess.
13251
13252 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
13253
13254         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
13255         * Makefile.in (COMPRESS):  New macro, like GZIP.
13256
13257 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13258
13259         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13260
13261         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13262         with gas currently defaults to -G 0.
13263
13264 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
13265
13266         * Makefile.in (all-flex): flex depends on byacc.
13267
13268         * build-all.mk: If host not specified, use config.guess.  Pass TAG
13269         to test-build.mk as RELEASE_TAG.
13270         * test-build.mk (configargs): New variable containing arguments to
13271         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
13272         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13273
13274         * config.guess: Use /bin/uname when checking -X argument on SCO,
13275         to avoid invoking GNU uname which doesn't understand -X.
13276
13277         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13278
13279         * configure.in: Build gas for mips-*-*.
13280
13281 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13282
13283         * Makefile.in (all.normal): insert missing backslash.
13284
13285 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13286
13287         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13288
13289         * Makefile.in: Complete overhaul to merge many almost identical
13290         targets.
13291
13292 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13293
13294         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13295         (gdb.tar.Z): Adjusted.
13296
13297         * Makefile.in (setup-dirs, taz): New targets; should be general
13298         enough to adapt for gdb sometime.  Build only .z file.
13299         (gas.tar.z): New target.
13300
13301 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13302
13303         * build-all.mk: Use CC=cc -Xs on Solaris.
13304
13305 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
13306
13307         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
13308         for handling BISON for FSF releases.
13309
13310 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13311
13312         * configure: Actually implement the change zoo just documented.
13313
13314 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
13315
13316         * configure: when using config.guess, only set target_alias when
13317         it's not already been set (ie, on the command line)
13318
13319 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13320
13321         * Makefile.in: add installcheck target, set PRMS to install-prms
13322
13323 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13324
13325         * configure: add support for package_makefile_fragment, handle the
13326         case where a directory has a configure.in file but no Makefile.in
13327         more gracefully (with an actual understandable error message, even);
13328         add support for --without (and add this to the usage message); also
13329         explicitly add a --host=${host_alias} to the command line when
13330         config.guess is used
13331
13332 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13333
13334         * configure: Must use both --host and --target in recursive calls.
13335
13336 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13337
13338         * Makefile.in: Change deja-gnu to dejagnu.
13339
13340 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13341
13342         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13343
13344 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13345
13346         * configure.in: canonicalize all instances to *-*-solaris2*,
13347         also strip out a number of tools to not build for go32 host
13348
13349 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13350
13351         * config.guess: add GPL.
13352
13353         * Makefile.in, config.guess, config.sub, configure: bump
13354           copyrights to 93.
13355
13356 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
13357
13358         * Makefile.in (do-info): Removed obsolete check for existence of
13359         localenv file.
13360
13361         * Makefile.in (MAKEOVERRIDES): Define to be empty.
13362
13363 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13364
13365         * Makefile.in: a couple of 'else true' for decstation,
13366         support for TclX
13367
13368         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13369
13370 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
13371
13372         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13373
13374 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
13375
13376         * config.guess: Recognize i386-ibm-aix (PS/2).
13377         * configure.in: Use config/mh-aix386 file for it.
13378
13379 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
13380
13381         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13382         CC_FOR_TARGET instead.
13383         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13384
13385 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
13386
13387         * Makefile.in: Add sim to list of directories sent with gdb
13388
13389 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13390
13391         * configure.in: Put back mips-dec-bsd* case.
13392
13393 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
13394
13395         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13396         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
13397         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13398
13399 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13400
13401         * configure.in: remove no-op mips-dec-bsd* in "case $target"
13402
13403         * Makefile.in (dir.info): only run gen-info-dir if it exists,
13404         (install-info): install dir.info only if it exists,
13405         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13406
13407 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
13408
13409         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
13410         gas for mips-dec-bsd.
13411
13412 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
13413
13414         * configure (makesrcdir): If ${srcdir} is relative and not ".",
13415         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13416
13417 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13418
13419         * configure.in: Added "dejagnu" to hosttools list.
13420
13421 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
13422
13423         * config.sub, configure.in, config.guess:  Add support
13424         for Bosx, an AIX variant from Bull.
13425         Patches from F.Pierresteguy@frcl.bull.fr.
13426
13427 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13428
13429         * devo/dejagnu: Initial creation of devo/dejagnu.
13430         Migrated dejagnu testcases and support files for testing software
13431         tools to reside as subdirectories, currently called "testsuite",
13432         within the directory of the software tool.  Migrated all programs,
13433         support libraries, etc. beloging to dejagnu proper from
13434         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
13435         with no modifications.  The changes to these files which will
13436         allow them to configure, build, and execute properly will be made
13437         in a future update.
13438
13439 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13440
13441         * Makefile.in: Change send_pr to send-pr.
13442         * configure.in: Likewise.
13443         * send_pr: Renamed directory to send-pr.
13444
13445 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
13446
13447         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
13448
13449 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
13450
13451         * README:  Update for gdb-4.8 release.
13452         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
13453         gdb-xxx.tar.z (gzip'd) file also.
13454
13455 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13456
13457         * Makefile.in: make all-diff depend on all-libiberty
13458
13459 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
13460
13461         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13462
13463 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13464
13465         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13466
13467 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
13468
13469         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
13470         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
13471         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
13472
13473 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13474
13475         * Makefile.in:  makeinfo binary is in a new location
13476
13477 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
13478
13479         * config.sub: Accept -ecoff as an OS.
13480
13481         * Makefile.in: Various changes to eliminate a level of make
13482         recursion and reduce the required command line length.
13483         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13484         sub-makes.
13485         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13486         variables holding settings for specific sub-makes.
13487         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13488         in terms of BASE_FLAGS_TO_PASS.
13489         (TARGET_LIBS): New variable listing directories which use
13490         TARGET_FLAGS_TO_PASS.
13491         (subdir_do): Eliminated.
13492         (do-*): New set of targets to replace subdir_do.
13493         (various): All targets which used subdir_do now depend on do-*.
13494         (local-clean): Renamed from do_clean.
13495         (local-distclean): New target, dependency of distclean and
13496         realclean.
13497         (install-info): Don't create directories.  Depend on dir.info
13498         rather than calling make recursively.
13499         (install-dir.info): Eliminated.
13500         (install-info-dirs): Create all info directories here.
13501         (dir.info): Depend upon do-install-info.
13502
13503         * test-build.mk (HOLES): Added false.
13504
13505 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
13506
13507         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
13508
13509 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13510
13511         * Makefile.in (info): remove dependency on all-texinfo.  The
13512         problem was really in texinfo/C, not at this level.
13513
13514 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13515
13516         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13517
13518 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
13519
13520         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
13521         GDB releases.
13522
13523 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13524
13525         * configure: Include srcdir in message about target of link not
13526         being found.  Don't convert `-' to `_' in `with' options being
13527         passed to subdirs.
13528
13529 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13530
13531         * configure.in: add uudecode to host_tools
13532
13533         * Makefile.in: added {all,install}-uudecode targets, added them to
13534         the appropriate lists
13535
13536 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
13537
13538         * Makefile.in (all-gcc): Added dependency on all-gas.
13539
13540         * configure.in (mips-*-*): Build ld and binutils.
13541
13542 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13543
13544         * configure: check return code from mkdir, print error message and
13545           exit on failure.
13546
13547 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
13548
13549         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
13550
13551 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13552
13553         * test-build.mk (HOLES): Added tar, cpio and uudecode.
13554
13555 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13556
13557         * config.sub (h8500):  Recognize this as a cpu type.
13558
13559 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13560
13561         * configure: source directory missing is no longer a warning
13562
13563         * configure.in: recognize irix[34]* instead of irix[34]
13564
13565         * Makefile.in: define and pass down X11_LIB
13566
13567 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
13568
13569         * guess-systype: Renamed to ...
13570         * config.guess:  ... by popular request.
13571         * configure.in, Makefile.in:  Update accordingly.
13572
13573 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
13574
13575         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
13576         + Add Convex, Cray/Unicos, and Encore/Multimax support.
13577         + Execute ./dummy instead of assuming . is in PATH.
13578
13579 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
13580
13581         * guess-systype:  New shell script.  Attempts to guess the
13582         canonical host name of the executing host.
13583         Only a few hosts are supported so far.
13584         * configure:  Call guess-systype if no host is specified.
13585
13586 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13587
13588         * Makefile.in (gcc-no-fixedincludes): Made to work with current
13589         gcc Makefile.
13590
13591
13592 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
13593
13594         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13595         (all-gcc, install-gcc, subdir_do): Use it.
13596
13597 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13598
13599         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13600
13601 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
13602
13603         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13604           set exclusively by configure, using configure.in .
13605
13606 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13607
13608         * test-build.mk: set $PATH for all builds
13609
13610         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13611
13612 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
13613
13614         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
13615         the one used in gcc/Makefile.in, so that a null expansion doesn't
13616         override the one needed to build gcc with a native cc.
13617
13618
13619 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13620
13621         * configure: Accept -with arguments.
13622
13623 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13624
13625         * Makefile.in: added h8300sim
13626
13627 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
13628
13629         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13630         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
13631         (all-cygnus, native, build-cygnus): Make
13632         $(canonhost)-stamp-3stage-done, not $(host)....
13633         * test-build.mk (stamp-3stage-compared): Use tail +10c for
13634         i386-sco3.2v4.  Added else true to if command.
13635
13636 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
13637
13638         * config.sub: (from FSF) Sequent uses a BSD-like OS.
13639
13640 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
13641
13642         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13643
13644 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13645
13646         * configure.in: don't remove binutils from Solaris builds
13647
13648 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
13649
13650         * Makefile.in: get rid of earlier definitions for *clean,
13651         also handle the recursive info rule better
13652
13653 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
13654
13655         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
13656         do more-or-less the right thing.
13657
13658 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
13659
13660         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13661         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13662
13663 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13664
13665         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13666         $(host_canonical).
13667
13668         * configure.in: split the configdirs list into 4 categories (native
13669         v. cross, library v. tool) and handle the cross-only and native-
13670         only in more reasonable (and correct!) way.
13671
13672 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
13673
13674         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
13675         configdirs anymore.
13676
13677 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13678
13679         * Makefile.in: extensive cleanup::  removed all of the explicit
13680         clean-* targets, collapsed many wrappers around subdir_do into
13681         one, added additional targets to satisfy standards.texi, deleted
13682         some old targets, some changes for consistency
13683
13684 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13685
13686         * configure.in: handle some programs as cross-only, and others as
13687         native only
13688
13689         * test-build.mk: handle partial holes in a more generic manner
13690
13691         * Makefile.in: m4 depends on libiberty
13692
13693 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13694
13695         * configure.in: add m4, textutils, fileutils, sed, shellutils,
13696         time, wdiff, and find to configdirs
13697
13698         * Makefile.in: all, clean, and install rules for the new programs
13699         added to configure.in
13700
13701 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13702
13703         * configure.in: use mh-sun for all *-sun-* hosts
13704
13705 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13706
13707         * Makefile.in: define flags for X11 include files and library file
13708         locations, pass them down to the programs that need this info
13709
13710         * build-all.mk: added a 'native' target, to 3stage the native toolchain
13711
13712 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13713
13714         * configure.in: start building libg++ for HP-UX targets
13715
13716 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
13717
13718         * README:  Update references to files moved into etc/.
13719
13720 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
13721
13722         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
13723         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
13724
13725 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13726
13727         * configure: accept dash as well as underscore in long option
13728         names for FSF compatibility.
13729
13730 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
13731
13732         * config.sub: added -sco3.2v4 support from FSF.
13733
13734 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13735
13736         * configure.in: expand the section that adds or removes
13737         directories from the list of programs to build, to handle native
13738         vs. cross in addition to host v. native
13739
13740 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
13741
13742         * Makefile.in:  Replace C++ in macro names with CXX.
13743         This is less likely to break ...
13744
13745 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13746
13747         * test-build.mk: add -w to GNU_MAKE
13748
13749 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13750
13751         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13752         add 'sparc' to list of recognized cpus.  This needed to make
13753         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13754         Delete some redundant ose68 variants.  Recognize -wrs as an os,
13755         then changes that into $CPU-wrs-vxworks.
13756
13757         * configure.in: remove most references to gdbtest, regularize
13758         target based program removal
13759
13760         * test-build.mk: import from p3 tree (many fixes and changes)
13761
13762 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
13763
13764         * Makefile.in: added rules to handle tcl, tk, and expect
13765
13766         * configure.in: handle those directories if they exist
13767
13768 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13769
13770         * config.sub: removed bogus hppabsd and hppahpux names, since
13771         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13772
13773 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13774
13775         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
13776         depends upon all-xiberty
13777
13778         * Makefile.in: changes from p3, including:
13779
13780         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
13781
13782         * Makefile.in (XTRAFLAGS): include newlib directories if
13783         newlib/Makefile exists, rather than if host != target.
13784
13785         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
13786
13787         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13788         from the same source tree and not building a cross-compiler.  This
13789         matters for the libg++ configuration if reconfiguring a tree that
13790         has already been installed.
13791
13792         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
13793
13794         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13795         pick up the machine and system specific header files.
13796
13797         * Makefile.in: added AS_FOR_TARGET, passed down in
13798         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13799         the C compiler to use to create programs which are run in the
13800         build environment, set it to default to $(CC), and passed it down
13801         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13802
13803         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
13804
13805         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13806         We need them for unusual native builds, like systems without
13807         ranlib.
13808
13809         * configure: also define $(host_canonical) and
13810         $(target_canonical), which are the full, canonical names for the
13811         given host and target
13812
13813 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
13814
13815         * Makefile.in:  Added separate definitions for C++.
13816
13817 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
13818
13819         * configure.in (configdirs):  Add deja-gnu.
13820
13821 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
13822
13823         * README:  Update for configure.texi and gdb-4.7 release.
13824
13825 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
13826
13827         * Makefile.in:  Move "all" target to top of file.
13828         Previously, first target was ".PHONY" which caused BSD4.4 make
13829         to build .PHONY when make was run without arguments.
13830
13831 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
13832
13833         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
13834         Library-copylefted code in libiberty.
13835
13836 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
13837
13838         * config.sub:  Replace m68kmote with plain old m68k.
13839
13840 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
13841
13842         * Makefile.in:  Remove space from blank line, avoid Make complaints.
13843
13844 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
13845
13846         * config.sub: Complain if no argument is given.  Added support for
13847         386bsd as OS and target alias.
13848
13849 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
13850
13851         * Makefile.in (XTRAFLAGS): include newlib directories if
13852         newlib/Makefile exists, rather than if host != target.
13853
13854 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
13855
13856         * config.sub: recognize sparclite-wrs-vxworks.
13857
13858         * Makefile.in (install-xiberty): added *-xiberty make rules (from
13859         p3.) Added clean-xiberty to clean.
13860
13861 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13862
13863         * configure.in: use *-*-* instead of nested cases for host and target
13864
13865 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
13866
13867         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13868         from the same source tree and not building a cross-compiler.  This
13869         matters for the libg++ configuration if reconfiguring a tree that
13870         has already been installed.
13871
13872 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
13873
13874         * config.sub (i486v/i486v4):  Merge in from FSF version.
13875
13876 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
13877
13878         * configure: only set PWD if it is already set.
13879
13880 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
13881
13882         * configure: just set PWD=`pwd` at the top, since Ultrix sh
13883         doesn't have unset and all success paths (and most error paths)
13884         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13885         to just ${PWD} to avoid confusion.)
13886
13887 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
13888
13889         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13890         even for a native compilation.
13891
13892 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
13893
13894         Changes to make the gdb.tar.Z rule work better.
13895
13896         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
13897         (DEVO_SUPPORT):  Add configure.texi.
13898         (bfd-ilrt.tar.Z):  Remove ancient rule.
13899
13900 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
13901
13902         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13903         pick up the machine and system specific header files.
13904
13905         * configure.in, config.sub: added new target m68010-adobe-scout,
13906         with alias of adobe68k.  Changed configure.in to check for
13907         -scout before -sco* to avoid a false match.
13908
13909         * Makefile.in: added AS_FOR_TARGET, passed down in
13910         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13911         the C compiler to use to create programs which are run in the
13912         build environment, set it to default to $(CC), and passed it down
13913         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13914
13915 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13916
13917         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13918         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
13919         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13920         FOR_TARGET variants, to newlib and libg++.
13921
13922 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13923
13924         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13925         first.
13926
13927 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
13928
13929         * config.sub:  Accept `elf' as an environment.
13930
13931 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13932
13933         * Makefile.in (all-opcodes):  cd into the right directory
13934
13935 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
13936
13937         * configure: added -program_transform_name option, used as
13938         argument to sed when installing programs.
13939         configure.texi: added documentation for -program_prefix,
13940         -program_suffix and -program_transform_name.
13941
13942 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
13943
13944         * config.sub:  Accept i486 where i386 ok.
13945
13946 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
13947
13948         * config.sub: accept we32k
13949
13950 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
13951
13952         * config.sub, configure.in: accept OSE68000 and OSE68k.
13953
13954         * Makefile.in: don't create all directories for ``make install'';
13955         let the subdirectories create the ones they need.
13956
13957 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13958
13959         * COPYING: new file, GPL v2
13960
13961 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13962
13963         * Makefile.in: use the new gen-info-dir, which needs a template
13964         argument (which also lives in texinfo)
13965
13966         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
13967
13968 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
13969
13970         * config.sub (ncr3000):  Change i386 to i486.
13971
13972 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13973
13974         * Makefile.in: add install-rcs, install-grep to
13975         install-no-fixedincludes, removed install-bison and install-libgcc
13976
13977 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
13978
13979         * configure.in: grab the HPUX makefile fragment if on HPUX
13980
13981 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
13982
13983         * Makefile.in: eradicate bison spoor (ditto libgcc).
13984          configure.in: recognise m68{k,000}-ericsson-OSE.
13985          es1800 is alias for m68k-ericsson-OSE
13986
13987 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13988
13989         * configure.in: rearrange the parts that remove programs from
13990         configdirs, based now on HOST==TARGET or by canonical triple.
13991
13992 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13993
13994         * test-build.mk: recurse explicitly with -f test-build.mk when
13995           appropriate.  predicate stage3 and comparison on the existence
13996           of gcc.  That is, if gcc isn't around, we aren't three-staging.
13997           On very clean, also remove ...stamp-co.  Build in-place before
13998           doing other builds.
13999
14000 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14001
14002         * Makefile.in, configure.in: add tgas
14003
14004 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14005
14006         * Makefile.in: a number of changes merged in from progressive.
14007
14008         * configure.in: add libm.
14009
14010         * .cvsignore: ignore some stuff that comes from test-build.mk.
14011
14012 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
14013
14014         * config.sub:  Add es1800 (m68k-ericsson-es1800).
14015
14016 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14017
14018         * configure: Add program_suffix (parallel to program_prefix)
14019         * Makefile.in: adjust directory-creating script for losing decstation
14020
14021 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
14022
14023         * configure:  Minor $subdir-related fixes.
14024
14025 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14026
14027         * configure: fix various problems with propogating
14028         makefile_target_frag in subdirs.
14029         * configure.in: config libgcc if its there
14030
14031 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
14032
14033         * config.sub:  HPPA merge.
14034
14035 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
14036
14037         * Makefile.in:  Replace all-bison with all-byacc in all
14038         dependency lines for other tools (which now use byacc).
14039
14040 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
14041
14042         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
14043
14044 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
14045
14046         * Makefile.in: make gprof rules similar to byacc rules (instead of
14047         vestigal $(unsubdir) that didn't work...)
14048
14049 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
14050
14051         * config.sub:  Add support for Linux.
14052         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
14053         (at least for libg++).
14054
14055 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
14056
14057         * configure.texi: fix doc for the -nfp option to configure
14058
14059 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
14060
14061         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14062
14063 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
14064
14065         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14066         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14067         * configure.in: added solaris* host_makefile_frag hook.
14068
14069 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14070
14071         * config.sub: changed recognition of m68000 so that various
14072         m68k types can be specified via m680[01234]0
14073
14074 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14075
14076         * config.sub (basic_machine): fix sed so that '-foo' isn't
14077         completely substituted out while .+'-foo' loses the '-foo'
14078
14079 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14080
14081         * config.sub ($os): Add -aout.
14082
14083 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
14084
14085         * configure:  If host_makefile_frag is absolute, don't
14086         prefix ${invsubdir} (relevant to libg++ auto-configure).
14087
14088 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14089
14090         * Makefile.in (tooldir): Define it.
14091         (all-ld): Depend on all-flex.
14092
14093 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
14094
14095         * Makefile.in (check):  Fix libg++ special case.
14096
14097 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
14098
14099         * configure: do not bury `pwd` into config.status, thus do fewer
14100           pwd's.
14101
14102         * configure: print the "Building in" message only when building in
14103           other than "." AND verbose.
14104
14105         * configure: remove -s, rework -v to better accomodate guested
14106           configures.
14107
14108         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14109
14110 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
14111
14112         * Makefile.in: macroize flags passed on recursion.  remove
14113           fileutils.
14114
14115 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
14116
14117         * configure: get makesrcdir right for subdirs deeper than 1.
14118
14119         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14120           install.
14121
14122 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
14123
14124         * Makefile.in: don't print subdir_do or recursion lines.
14125
14126 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
14127
14128         * standards.texi: added menu item.
14129
14130         * Makefile.in: build and install standards.info.
14131
14132         * standards.texi: new file.
14133
14134 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14135
14136         * configure: test for and move config.status pieces from
14137           ${subdir}/.
14138
14139 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
14140
14141         * configure:  Test for existance of files before trying to mv
14142         them, to avoid numerous non-existance messages.
14143
14144 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
14145
14146         * configure: correct final line of config.status.
14147
14148         * configure: patch from eggert.  Avoids a protection problem if
14149           the original Makefile.in is read only.
14150
14151         * configure: use move-if-change from gcc to create config.status.
14152           Some makefiles depend on config.status to tell if a directory
14153           has been reconfigured for a different host.  This change
14154           prevents those directories from remaking everything in the case
14155           where the reconfig was only intended to rebuild a Makefile.
14156
14157         * configure: test for config.sub with "config.sub sun4" rather
14158           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
14159           host alias from a missing config.sub.
14160
14161 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14162
14163         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14164           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
14165
14166 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
14167
14168         * configure: mkdir ${subdir} as needed.
14169
14170 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
14171
14172         * Makefile.in,configure.in: added autoconf.
14173
14174 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14175
14176         * Makefile.in: no longer pass against on recursion.
14177
14178         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14179           definitions are not inherited.
14180
14181         * configure: correct makesrcdir when subdir is .
14182
14183 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
14184
14185         * configure:  Add support for 'subdirs' variable, which is
14186         like 'configdirs', except that configure doesn't re-invoke
14187         itself for subdirs, it just creates a Makefile for each subdir.
14188         * configure.texi:  Document subdirs.
14189
14190 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14191
14192         * configure.in: added flex to configdirs
14193
14194 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
14195
14196         * Makefile.in: remove clean-stamps from clean.
14197
14198 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
14199
14200         * configure.in:  Add gdbtest to configdirs.
14201
14202 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
14203
14204         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
14205         to recursive makes.
14206         * configure.in:  Recognize new ncr3000 config.
14207
14208 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
14209
14210         * Makefile.in, configure.in: removed references to gdbm.
14211
14212 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
14213
14214         * config.sub:  Don't canonicalize os value
14215         newsos* to bsd (readline needs to check for newsos).
14216         (This fix was earlier made Jan 31, but got re-broken.)
14217
14218 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
14219
14220         * configure.in:  sco is an os, not a vendor!
14221
14222         * configure:  Quote $( better.  Keep various shells happy.
14223
14224 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
14225
14226         * Makefile.in: eliminate stamp-files.
14227
14228 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
14229
14230         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
14231           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14232
14233 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
14234
14235         * config.sub:  fix iris/iris3.
14236
14237 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
14238
14239         * configure: re-add -rm.
14240
14241 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
14242
14243         * Maskefile.in: add .stmp-rcs to all.
14244
14245         * configure.in: remove gas from rs6000 build, use aix host fragment.
14246
14247 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
14248
14249         * configure: pass down site_option during recursion.
14250
14251 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
14252
14253         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
14254
14255 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
14256
14257         * configure: Change exec_prefix so that it really defaults to prefix.
14258
14259 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
14260
14261         * Makefile.in, configure.in:  Add support for mmalloc library.
14262
14263 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
14264
14265         * Makefile.in: add stmp dependencies for a few more things.
14266
14267 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
14268
14269         * configure: adjusted error message on objdir/srcdir configure
14270           collision, per john's suggestion.
14271
14272         * Makefile.in: add libiberty stmp to all and all.cross.
14273
14274 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
14275
14276         * Makefile.in: remove force dependencies, add grep to all.
14277
14278 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
14279
14280         * Makefile.in: drop flex.  make stamp files work.
14281
14282         * configure: added test for conflicting configuration in srcdir,
14283           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
14284           gets cranky.  use relative paths for configure and srcdir
14285           whenever possible.  Send some error messages to stderr that were
14286           going to stdout.
14287
14288 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
14289
14290         * Makefile.in:  Fix libg++ rule to check for gcc directory
14291         before using gcc/gcc.  Also pass XTRAFLAGS.
14292
14293 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
14294
14295         * Makefile.in: added stmp-files so that directories aren't polled
14296           when they are already built.
14297
14298         * configure.texi: fixed a node pointer problem.
14299
14300 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
14301
14302         * config.sub configure.in gdb/configure.in
14303         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14304         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14305         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
14306
14307 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14308
14309         * configure: -recurring becomes -silent.  corrected help message
14310           for -site= option.
14311
14312         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14313
14314 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14315
14316         * configure: when building Makefile for crosses, replace
14317           tooldir and program_prefix.  default srcdir from location of
14318           config.sub.  remove "for host in hosts" and "for target in
14319           targets" loops.
14320
14321 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14322
14323         * Makefile.in: Do not pass bindir or mandir to cvs.
14324
14325 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
14326
14327         * Makefile.in, configure.in: removed traces of namesubdir,
14328           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
14329           copyrights to '92, changed some from Cygnus to FSF.
14330
14331         * configure.texi: remove most references to multiple hosts,
14332           multiple targets, subdirs, etc.
14333
14334         * configure.man: removed rcsid. reference config.sub not
14335           config.subr.
14336
14337         * Makefile.in: mkdir $(infodir) on install-info.
14338
14339 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
14340
14341         * configure.texi:  Explain better about .gdbinit and about
14342         the environment that configure.in sections run in.
14343
14344 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
14345
14346         * configure.in:  Ultrix is only a decstation if it's a MIPS.
14347
14348 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
14349
14350         * README:  DOC.configure => cfg-paper.texi.
14351
14352 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
14353
14354         * config.sub (near case $os):  Don't convert newsos* to bsd!
14355
14356 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
14357
14358         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
14359         the number of copies of COPYING that go into the GDB tar file.
14360
14361 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
14362
14363         * bfd/configure.in, gdb/config/mh-i386sco,
14364         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14365         Fix SCO configuration stuff.
14366
14367 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
14368
14369         * Makefile.in:  For libg++, make sure the -I pointing
14370         to the gcc directory goes *after* all the libg++-local -I flags.
14371         Also, move just-gcc dependency from just-libg++ to all-libg++.
14372
14373 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
14374
14375         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
14376
14377 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
14378
14379         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
14380
14381 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
14382
14383         * config.sub:  Add stratus configuration frags.  Also
14384         submitted to FSF.
14385
14386 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
14387
14388         * Makefile.in (DEV_SUPPORT):  add configure.man.
14389
14390         * config.sub(Decode manufacturer-specific):  add -none*.
14391
14392 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
14393
14394         * Makefile.in:  remove form feeds to make Sun's make happy.
14395         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
14396
14397 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
14398
14399         * Makefile.in (AR_FLAGS):  Make quieter.
14400
14401 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
14402
14403         * configure.in:  Add libg++.
14404         * configure:  When verbose, don't output the command line at each
14405         level; it will be unremarkably the same as the previous version,
14406         which will be the same as what the user typed.
14407
14408 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
14409
14410         * configure.in, Makefile.in: fix clean-info, add flex.  add
14411           fileutils.
14412
14413         * configure: be less sensitive to spaces in Makefile.in.  Do not
14414           look for sources in "..".  Doing so breaks subdirectories that
14415           might have their own configure.  If a subdir has it's own
14416           configure script, use it.
14417
14418 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
14419
14420         * cfg-paper.texi: some changes suggested by rms.
14421
14422 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
14423
14424         * config.sub:  Merge in some small additions from the FSF version,
14425         taken from the gcc distribution, to bring the Cygnus and FSF
14426         versions into closer sync.
14427
14428 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
14429
14430         * configure.in:  Changed svr4 references to sysv4.
14431
14432 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
14433
14434         * configure: added -V for version number option.
14435
14436 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
14437
14438         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14439           renamed from DOC.configure to cfg-paper.texi.
14440
14441 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14442
14443         * configure, config.subr, config.sub: config.subr is now
14444           config.sub again.
14445
14446 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
14447
14448         * configure.texi: new file, in progress.
14449
14450         * Makefile.in: build info file and install the man page for
14451           configure.
14452
14453         * configure.man: new file, first cut.
14454
14455         * configure: find config.subr again now that configuration "none"
14456           has gone.  removed all traces of the -ansi option.  removed all
14457           traces of the -languages option.
14458
14459         * config.subr: resync from rms.
14460
14461 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
14462
14463         * configure, config.sub, config.subr: merge config.sub into
14464           config.subr, call the result config.subr, remove config.sub, use
14465           config.subr.
14466
14467         * Makefile.in: revised install for dir.info.
14468
14469 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
14470
14471         * configure.in: add decstation host makefile frag.
14472
14473         * Makefile.in: BISON now bison -y again.  also install-gcc on
14474           install.  clean-gdbm on clean.  infodir belongs in datadir.
14475           Make directories for info install.  Build dir.info here then
14476           install it.
14477
14478 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
14479
14480         * Makefile.in: fix for bad directory tests.
14481
14482 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
14483
14484         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
14485           regexp.  -srcdir relative was being handled incorrectly.
14486
14487         * Makefile.in: unwrapped some for loops so that parallel makes
14488           work again and so one can focus one's attention on a particular
14489           package.
14490
14491 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
14492
14493         * configure: added PWD as a stand in for `pwd` (for speed). use
14494           elif wherever possible.  make -srcdir work without -objdir.
14495           -objdir= commented out.
14496
14497 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
14498
14499         * configure: +options become --options.  -subdirs commented out.
14500           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
14501           Makefile now at top of generated Makefile.  Removed cvs log
14502           entries.  added -srcdir.  create .gdbinit only if there is one
14503           in ${srcdir}.
14504
14505         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
14506           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
14507           and mandir now keyed off datadir by default.
14508
14509 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
14510
14511         * Freshly created ChangeLog.
14512
14513 \f
14514 Local Variables:
14515 mode: change-log
14516 left-margin: 8
14517 fill-column: 76
14518 version-control: never
14519 End: