OSDN Git Service

Merge libitm changes to configure.ac from gcc master.
[pf3gnuchains/pf3gnuchains4x.git] / ChangeLog
1 2011-11-08  Richard Henderson  <rth@redhat.com>
2
3         * configure.ac: Test for libitm directory present first.
4
5         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
6
7         * configure.ac: Test libitm/configure.tgt to disable libitm.
8         * configure: Rebuild.
9
10 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11
12         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
13         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
14         * Makefile.in: Regenerate.
15
16 2011-11-01  DJ Delorie  <dj@redhat.com>
17
18         * configure.ac (rl78-*-*) New case.
19         * configure: Regenerate.
20
21 2011-11-01  DJ Delorie  <dj@redhat.com>
22
23         * config.sub: Update to version 2011-10-29 (added rl78)
24
25 2011-10-27  Nick Clifton  <nickc@redhat.com>
26
27         * config.sub: Import these changes from the config project:
28
29         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
30             Ben Elliston  <bje@gnu.org>
31
32         * config.sub (epiphany): New.
33
34         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
35             Ben Elliston  <bje@gnu.org>
36
37         * config.sub (hexagon, hexagon-*): New.
38
39         2011-08-23  Roland McGrath  <mcgrathr@google.com>
40
41         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
42         64eb to be64.
43
44         2011-08-16  Roland McGrath  <mcgrathr@google.com>
45
46         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
47         (nacl): Grok as alias for 32el-unknown-nacl.
48
49 2011-08-19  Joel Brobecker  <brobecker@adacore.com>
50
51         * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
52
53 2011-08-14  Yao Qi  <yao@codesourcery.com>
54
55         Merge from gcc:
56
57         2011-08-14  Yao Qi  <yao@codesourcery.com>
58         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
59         * configure: Regenerate.
60
61 2011-07-26  Ian Lance Taylor  <iant@google.com>
62
63         Merge from gcc:
64
65         2011-07-26  Ian Lance Taylor  <iant@google.com>
66         * configure.ac: Set have_compiler based on whether gcc directory
67         exists, rather than on whether gcc is in configdirs.
68         * configure: Rebuild.
69
70         2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
71         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
72         link directories.
73         * Makefile.in: Rebuild.
74
75         2011-07-20  Ian Lance Taylor  <iant@google.com>
76         PR bootstrap/49787
77         * configure.ac: Move --enable-bootstrap handling earlier in file.
78         If --enable-bootstrap and either --enable-build-with-cxx or
79         --enable-build-poststage1-with-cxx, enable C++ automatically.
80         * configure: Rebuild.
81
82         2011-07-19  Ian Lance Taylor  <iant@google.com>
83         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
84         make C++ a boot_language.  Set and substitute
85         POSTSTAGE1_CONFIGURE_FLAGS.
86         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
87         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
88         * configure, Makefile.in: Rebuild.
89
90         2011-07-16  Jason Merrill  <jason@redhat.com>
91         * Makefile.def (language=c++): Add check-c++0x and
92         check-target-libmudflap-c++.
93         * Makefile.tpl (check-target-libmudflap-c++): New.
94         * Makefile.in: Regenerate.
95
96         2011-07-16  Matthias Klose  <doko@ubuntu.com>
97         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
98         * Makefile.def (target_modules/libjava): Pass
99         $(EXTRA_CONFIGARGS_LIBJAVA).
100         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
101         if not configured with --enable-static-libjava.
102         * Makefile.in: Regenerate.
103         * configure: Likewise.
104
105         2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
106         PR regression/47836
107         PR bootstrap/23656
108         PR other/47733
109         PR bootstrap/49247
110         PR c/48825
111         * configure.ac (target_libraries): Remove target-libiberty.
112         Remove case-statement setting skipdirs=target-libiberty for
113         multiple targets.  Remove checking target_configdirs and
114         removing target-libiberty but keeping target-libgcc if
115         otherwise empty.
116         * Makefile.def (target_modules): Don't add libiberty.
117         (dependencies): Remove all traces of target-libiberty.
118         * configure, Makefile.in: Regenerate.
119
120 2011-07-22  Jason Merrill  <jason@redhat.com>
121
122         * Makefile.def (language=c++): Add check-c++0x and
123         check-target-libmudflap-c++.
124         * Makefile.tpl (check-target-libmudflap-c++): New.
125         * Makefile.in: Regenerate.
126
127 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
128
129         * configure: Regenerate.
130
131 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
132
133         PR target/39150
134         * configure.ac (i[3456789]86-*-solaris2*): Also accept
135         x86_64-*-solaris2.1[0-9]*.
136         * configure: Regenerate.
137
138 2011-06-13  Walter Lee <walt@tilera.com>
139
140         * configure.ac (tilepro-*-*) New case.
141         (tilegx-*-*): Likewise.
142         * configure: Regenerate.
143
144 2011-06-06  Nick Clifton  <nickc@redhat.com>
145
146         * config.sub: Sync from upstream.
147
148 2011-05-08  Doug Kwan  <dougkwan@google.com>
149
150         Merge from gcc:
151
152         2011-05-08  Doug Kwan  <dougkwan@google.com>
153
154                 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
155                 * configure: Regenerated.
156                 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
157                 value from configure.
158                 * Makefile.in: Regenerated.
159
160 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
161
162         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
163         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
164         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
165         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
166         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
167         *-*-vxworks*): Disable newlib and libgloss in separate case
168         statement.
169         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
170         to separate case statement.
171         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
172         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
173         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
174         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
175         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
176         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
177         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
178         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
179         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
180         i[[3456789]]86-*-rdos*, m32r-*-*,
181         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
182         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
183         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
184         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
185         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
186         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
187         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
188         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
189         and libgloss in main case over targets.  Remove most empty cases
190         in main case over targets.
191         * configure: Regenerate.
192
193 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
194
195         * configure.ac: Remove code setting special library locations for
196         hppa*64*-*-hpux11*.  Remove code setting compiler for
197         sparc-sun-solaris2*.
198         * configure: Regenerate.
199
200 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
201
202         * configure.ac: Separate libgloss_dir settings from general case
203         over targets.
204         * configure: Regenerate.
205
206 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
207
208         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
209         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
210         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
211         cases in libgcj-disabling case statement.
212         (hppa*64*-*-linux*): Set unsupported_languages instead of
213         disabling target-zlib.
214         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
215         to hppa*64*-*-hpux*.
216         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
217         hppa*-*-hpux*.
218         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
219         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
220         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
221         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
222         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
223         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
224         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
225         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
226         libgcj-disabling case statement.
227         * configure: Regenerate.
228
229 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
230
231         * configure.ac: Disable Java for targets not supporting libffi.
232         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
233         Remove cases in Java-disabling statement.
234         (*arm-wince-pe): Change to arm-wince-pe.
235         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
236         cases in Java-disabling statement.
237         (bfin-*-*): Don't disable Java again.
238         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
239         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
240         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
241         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
242         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
243         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
244         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
245         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
246         Java-disabling statement.
247         (mmix-*-*): Don't disable Java again.
248         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
249         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
250         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
251         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
252         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
253         statement.
254         * configure: Regenerate.
255
256 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
257
258         Merge from GCC:
259
260         2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
261
262         PR lto/48086
263         * configure.ac: Re-enable LTO on *-apple-darwin9*.
264         * configure: Regenerate.
265
266 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
267
268         * configure.ac: Separate cases disabling Java and Java libraries
269         from general case over targets.
270         * configure: Regenerate.
271
272 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
273
274         * configure.ac (build_tools): Remove build-byacc.
275         (host_libs): Remove mmalloc.
276         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
277         autoconf automake libtool diff rcs fileutils shellutils time
278         textutils wdiff find uudecode hello tar gzip indent recode release
279         sed perl gawk findutils gettext zip.
280         (libgcj): Remove target-qthreads.
281         (target_tools): Remove target-examples target-gperf.
282         (YACC): Don't handle building byacc.
283         * configure: Regenerate.
284         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
285         dosutils, examples, fileutils, find, findutils, gawk, gettext,
286         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
287         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
288         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
289         handle building components.
290         * Makefile.in: Regenerate.
291
292 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
293
294         * config.sub: Sync from upstream.
295
296 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
297
298         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
299         (microblaze*): Don't disable libssp.
300         * configure: Regenerate.
301
302 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
303
304         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
305         moveifchange.
306         * configure: Regenerate.
307         * Makefile.tpl: Use @SHELL@ not @config_shell@.
308         * Makefile.in: Regenerate.
309
310 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
311
312         * configure.ac (*-*-sysv4*): Don't enable libgomp.
313         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
314         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
315         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
316         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
317         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
318         md_exec_prefix cases.
319         * configure: Regenerate.
320
321 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
322
323         * configure.ac: Separate cases disabling target-libssp,
324         target-libiberty, target-libstdc++-v3 and Fortran from general
325         case over targets.
326         * configure: Regenerate.
327
328 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
329
330         * configure.ac (*-*-chorusos): Don't disable libgcj.
331         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
332         Remove case.
333         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
334         (arm-*-coff): Don't disable libgcj.
335         (arm*-*-linux-gnueabi): Remove useless assignment.
336         (arm-*-riscix*): Don't disable libgcj.
337         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
338         configuration.
339         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
340         (c54x*-*-*): Remove case.
341         (tic54x-*-*): Don't disable GCC or GCC libraries.
342         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
343         to *.
344         (d10v-*-*): Don't disable GCC libraries.
345         (d30v-*-*): Don't disable libgcj.
346         (h8500-*-*): Don't disable GCC libraries.
347         (i960-*-*): Don't disable libgcj.
348         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
349         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
350         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
351         libgcj.
352         (m68k-*-coff*): Remove case.
353         (mmix-*-*): Don't disable libgloss on host.
354         (mn10200-*-*, mn10300-*-*): Remove cases.
355         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
356         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
357         Don't disable libgcj.
358         (romp-*-*): Remove case.
359         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
360         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
361         case.
362         (v810-*-*): Don't disable GCC libraries.
363         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
364         (ip2k-*-*): Don't disable GCC libraries.
365         * configure: Regenerate.
366
367 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
368
369         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
370         libffi on host.
371         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
372         on host.
373         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
374         * configure: Regenerate.
375
376 2011-03-26  John Marino  <binutils@marino.st>
377
378         * configure.ac: Add support for *-*-dragonfly*
379         * configure: Regenerate.
380
381 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
382
383         * configure.ac (native_only): Remove.
384         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
385         send-pr uudecode guile gnuserv on host.
386         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
387         send-pr rcs guile perl texinfo libtool on host.
388         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
389         automake send-pr rcs guile perl texinfo libtool on host.
390         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
391         (*-*-kaos*): Don't disable target-examples target-gperf on target.
392         (alpha*-dec-osf*): Don't disable fileutils on target.
393         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
394         texinfo send-pr expect dejagnu on target.
395         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
396         target-qthreads on target.
397         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
398         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
399         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
400         x86_64-*-mingw*): Don't disable expect on target.
401         (*-*-cygwin*): Don't disable target-gperf on target.
402         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
403         gnuserv on target.
404         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
405         target.
406         * configure: Regenerate.
407
408 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
409
410         * configure.ac (target_tools): Remove target-groff.
411         (native_only): Remove target-groff.
412         (hppa*64*-*-*): Don't disable byacc.
413         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
414         setting.
415         (*-*-kaos*): Don't skip target-librx and target-groff.
416         (*-*-netware*): Don't skip target-libmudflap.
417         (*-*-tpf*): Don't skip target-libmudflap.
418         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
419         directories on the host.
420         (ia64*-*-*vms*): Don't skip tix.
421         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
422         host.
423         * configure: Regenerate.
424
425 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
426
427         * configure.ac: Remove references to mt-mep, mt-netware,
428         mt-wince.
429         * Makefile.def: Add all-utils soft dependencies.
430         * Makefile.tpl: Remove GDB_NLM_DEPS.
431         * configure: Regenerate.
432         * Makefile.in: Regenerate.
433
434 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
435
436         Sync from GCC:
437
438         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
439
440         * configure.ac: Do not include mh-x86omitfp.
441         * configure: Regenerate.
442
443         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
444
445         * configure.ac: Remove empty cases.
446         * configure: Regenerate.
447
448         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
449
450         * Makefile.def: Add dependency from termcap to gdb.
451         * Makefile.in: Regenerate.
452
453         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
454
455         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
456         * configure: Regenerate.
457         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
458         * Makefile.tpl: Likewise.
459         * Makefile.in: Regenerate.
460
461         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
462
463         * configure.ac: Remove all mentions of tentative_cc.
464         * configure: Regenerate.
465
466         2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
467
468         PR lto/48086
469         * configure.ac: Re-enable LTO on *-apple-darwin9.
470         * configure: Regenerate.
471
472 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
473
474         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
475         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
476         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
477         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
478         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
479         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
480         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
481         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
482         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
483         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
484         *-*-rhapsody*): Remove host cases.
485         * configure: Regenerate.
486
487 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
488
489         * configure.ac (ppc*-*-pe): Remove host case.
490         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
491         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
492         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
493         cases.
494         * configure: Regenerate.
495
496 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
497
498         * config.sub: Update to version 2011-03-23.
499
500 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
501
502         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
503         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
504         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
505         * configure: Regenerate.
506
507 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
508
509         * config-ml.in: Don't handle arc-*-elf*.
510         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
511         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
512         handle GCC libraries.
513         * configure: Regenerate.
514
515 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
516
517         PR bootstrap/48120:
518         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
519         Add -lstdc++ -lm to LIBS.
520         * configure: Regenerate.
521
522 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
523
524         * config.guess: Update to version 2011-02-02
525         * config.sub: Update to version 2011-02-24
526         
527 2011-03-03  Sebastian Pop  <sebastian.pop@amd.com>
528
529         * configure.ac: Adjust test of with_ppl.
530         * configure: Regenerated.
531
532 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
533
534         * configure.ac: Add -lpwl to ppllibs.
535         * config/cloog.m4: Add -lisl to clooglibs.
536         * configure: Regenerated.
537
538 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
539
540         Import from Libtool and gnulib:
541
542         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
543
544         Prepare for supporting FreeBSD 10.
545         * config.rpath: Remove handling of freebsd1* which soon would
546         match FreeBSD 10.0.
547
548         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
549
550         Remove support for FreeBSD 1.x.
551         * libtool.m4 (_LT_LINKER_SHLIBS)
552         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
553         soon would incorrectly match FreeBSD 10.0.
554
555 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
556
557         PR binutils/12283
558         * MAINTAINERS (mkinstalldirs): Comes from Automake.
559         (move-if-change): Comes from gnulib.
560         * move-if-change: Import version from gnulib.
561
562 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
563
564         Sync from GCC:
565
566         2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
567
568         PR lto/47225
569         * Makefile.def (lto-plugin): Double dash for enable-shared.
570         (configure-gcc): Depend on all-lto-plugin.
571         * Makefile.in: Rebuilt.
572
573         2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
574
575         * configure.ac: Remove extra bracket.
576         * configure: Regenerate.
577
578         2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
579
580         PR lto/47225
581         * Makefile.def: Add dependency for install-gcc
582         on install-lto-plugin.
583         * Makfile.in: Regenerated
584
585         2011-01-25  Jakub Jelinek  <jakub@redhat.com>
586
587         * configure.ac: If with_ppl is no, move setting with_cloog=no
588         after CLOOG_REQUESTED check.
589         * configure: Regenerated.
590
591         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
592
593         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
594         CLooG has been requested.
595         * configure: Regenerated.
596
597         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
598
599         * configure: Regenerated.
600         * configure.ac: Check for version 0.11 (or later revision) of PPL.
601
602         2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
603
604         * configure: Regenerated.
605         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
606
607         2011-01-07  Jan Hubicka  <jh@suse.cz>
608
609         PR lto/47225
610         * Makefile.in: Regenerate.
611         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
612         configure.
613
614 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
615
616         PR libgcj/44341
617         * configure.ac: Discard --with-* flags for host when configuring
618         target libraries for cross build.
619         * configure: Rebuilt.
620
621 2011-01-21  Andreas Schwab  <schwab@redhat.com>
622
623         Sync from GCC:
624
625         2011-01-21  Andreas Schwab  <schwab@redhat.com>
626
627         * configure.ac: Use AS_HELP_STRING throughout.
628         * configure: Regenerate.
629
630         2011-01-18  Jie Zhang  <jie.zhang@analog.com>
631
632         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
633         * configure: Regenerate.
634
635 2010-12-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
636
637         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
638
639 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
640
641         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
642         for ia64-hpux.
643         * configure: Regenerate.
644
645 2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
646
647         Sync from GCC:
648         2010-12-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
649
650         * configure.ac: (picochip): Disable libiberty.
651         * configure: Regenerate.
652
653 2010-12-18  Jeff Johnston  <jjohnstn@redhat.com>
654
655         * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
656
657 2010-12-10  Ian Lance Taylor  <iant@google.com>
658
659         PR bootstrap/46819
660         * configure.ac: For --disable-libgcj clear libgcj_saved.
661         * configure: Rebuild.
662
663 2010-12-10  Tobias Burnus  <burnus@net-b.de>
664
665         PR fortran/46540
666         * configure.ac: Add --disable-libquadmath and
667         --disable-libquadmath-support.
668         * configure: Regenerate.
669
670 2010-12-10  Tristan Gingold  <gingold@adacore.com>
671
672         * src-release (ETC_SUPPORT): add gnu-oids.texi
673
674 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
675
676         PR libffi/46792
677         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
678         * configure: Regenerate.
679
680 2010-12-02  Ian Lance Taylor  <iant@google.com>
681
682         * configure.ac: Always set default for poststage1_ldflags to
683         -static-libstdc++ -static-libgcc.
684
685 2010-12-02  Jeff Johnston  <jjohnstn@redhat.com>
686
687         * COPYING.NEWLIB: Add National Semiconductor notice.
688
689 2010-11-29  Andreas Schwab  <schwab@redhat.com>
690
691         * configure.ac: Move comment to remove extra space in last argument
692         of GCC_TARGET_TOOL.
693
694 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
695
696         PR other/46026
697         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
698         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
699         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
700         (BASE_FLAGS_TO_PASS): Use it.
701         * configure: Rebuilt.
702         * Makefile.in: Rebuilt.
703
704 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
705
706         PR binutils/12258
707         * configure.ac: Correct comments for --enable-gold/--enable-ld.
708         Properly check default linker.
709         * configure: Regnerated.
710
711 2010-11-23  Matthias Klose  <doko@ubuntu.com>
712
713         * configure.ac: For --enable-gold, handle value `default' instead of
714         `both*'.   New configure option --{en,dis}able-ld.
715         * configure: Regenerate.
716
717 2010-11-20  Ian Lance Taylor  <iant@google.com>
718
719         * configure.ac: Only disable a language library if no language needs
720         it.  Don't let --disable-libgcj uncondtionally disable libffi.
721         * configure: Rebuild.
722
723 2010-11-20  Paolo Bonzini  <bonzini@gnu.org>
724
725         * configure: Regenerate.
726
727 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
728
729         PR other/46202
730         * configure.ac: Fix just-built in-tree STRIP name to be
731         binutils/strip-new.
732         * configure: Regenerate.
733         * Makefile.def (install-strip-gcc, install-strip-binutils)
734         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
735         (install-strip-sid): Mirror dependencies on non-strip variants
736         of these targets on the respective -strip prerequisites.
737         * Makefile.tpl (install-strip, install-strip-host)
738         (install-strip-target): New targets.
739         (install-strip-[+module+], install-strip-target-[+module+]):
740         New targets.
741         * Makefile.in: Regenerate.
742
743 2010-11-19  Ian Lance Taylor  <iant@google.com>
744             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
745
746         * configure.ac: Add target-libgo to target_libraries.  Set
747         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
748         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
749         (HOST_EXPORTS): Add GOC.
750         (BASE_TARGET_EXPORTS): Add GOC.
751         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
752         (GOCFLAGS_FOR_TARGET): New variable.
753         (EXTRA_HOST_FLAGS): Add GOC.
754         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
755         * Makefile.def (target_modules): Add libgo.
756         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
757         (dependencies): Add dependency from configure-target-libgo to
758         configure-target-libffi and all-target-libstdc++-v3.  Add
759         dependencies from all-target-libgo to all-target-libffi.
760         (languages): Add go.
761         * configure: Rebuild.
762         * Makefile.in: Rebuild.
763
764 2010-11-19  Ian Lance Taylor  <iant@google.com>
765
766         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
767         compiler/flag environment variables.
768
769 2010-11-18  Ian Lance Taylor  <iant@google.com>
770
771         * configure.ac: Check for lang_requires_boot_languages in
772         config-lang.in files.
773         * configure: Rebuild.
774
775 2010-11-17  Mike Frysinger  <vapier@gentoo.org>
776
777         * .gitignore: New file.
778
779 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
780             Tobias Burnus  <burnus@net-b.de>
781
782         PR fortran/32049
783         * Makefile.def: Add libquadmath; build it with language=fortran.
784         * configure.ac: Add libquadmath.
785         * Makefile.tpl: Handle multiple libs in check-[+language+].
786         * Makefile.in: Regenerate.
787         * configure: Regenerate.
788
789 2010-11-15  Andreas Schwab  <schwab@redhat.com>
790
791         * configure.ac: Fix spelling in option names.
792         * configure: Regenerated.
793
794 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
795
796         PR bootstrap/39622
797         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
798         * configure: Regenerated.
799
800 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
801
802         * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
803         define the cloog backend to use. Furthermore, only pass the ppllibs to
804         the configure checks, if necessary.
805         * configure: Regenerate.
806
807 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
808
809         * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
810         * configure: regenerate
811
812 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
813
814         * config/cloog.m4: Fix typo.  verison -> version.
815         * configure: Regenerate.
816
817 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
818
819         * config/cloog.m4: Pass ppl libraries to the CLooG version check.
820         * configure: Regenerate.
821
822 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
823
824         * configure.ac: Support official CLooG.org versions.
825         * configure: Regenerate.
826         * config/cloog.m4: New.
827
828 2010-11-05  Michael Eager  <eager@eagercon.com>
829
830         * COPYING.LIBGLOSS: Correct typo in microblaze.
831         * COPYING.NEWLIB: Same.
832
833 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
834
835         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
836         * configure: Regenerate.
837
838 2010-11-03  Ian Lance Taylor  <iant@google.com>
839             Dave Korn  <dave.korn.cygwin@gmail.com>
840
841         PR lto/46273
842         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
843         and on other supported platforms whenever LTO is enabled.
844         * configure: Rebuild.
845
846 2010-11-02  Alan Modra  <amodra@gmail.com>
847
848         PR binutils/12110
849         * configure.ac: Error when source path contains spaces.
850         * configure: Regenerate.
851
852 2010-10-20  Ian Lance Taylor  <iant@google.com>
853
854         * Makefile.def (target_modules): Set lib_path to src/.libs for
855         libstdc++-v3 module.
856         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
857         * Makefile.in: Rebuild.
858
859 2010-10-08  Bernd Schmidt  <bernds@codesourcery.com>
860             Joseph Myers  <joseph@codesourcery.com>
861
862         * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
863         notices.
864         * COPYING.NEWLIB: Add Texas Instruments notice.
865
866 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
867
868         * configure.ac (build_lto_plugin): New shell variable.
869         (--enable-lto): Turn on by default for all non-ELF platforms that
870         have had LTO support added so far.  Set build_lto_plugin appropriately
871         for both ELF and non-ELF.
872         (configdirs): Add lto-plugin or not based on build_lto_plugin.
873         * configure: Regenerate.
874
875 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
876
877         PR bootstrap/45326
878         PR bootstrap/45174
879         * configure.ac: Honor initial values of $build_configargs,
880         $host_configargs, $target_configargs.  Mark the precious, so
881         environment settings get recorded.
882         * configure: Regenerate.
883
884 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
885
886         Sync from GCC:
887
888         2010-09-30  Michael Eager  <eager@eagercon.com>
889
890         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
891         * configure: Regenerate.
892
893         2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
894
895         * configure.ac (enable-lto): Add Darwin to the list of supported lto
896         targets and amend comment.
897         * configure: Regenerate.
898
899         2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
900
901         * configure.ac: Enable LTO by default on Darwin.
902         * configure: Regenerate.
903
904         2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
905
906         PR bootstrap/44455
907         * configure.ac (extra_mpfr_configure_flags): Copy from
908         extra_mpc_gmp_configure_flags.
909         * configure: Re-generated.
910
911 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
912
913         Sync from GCC:
914
915         PR bootstrap/45796
916         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
917         Depend on all-build-libiberty.
918         * Makefile.in: Regenerate.
919
920 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
921
922         Sync from GCC:
923
924         PR bootstrap/44621
925         * configure.ac: Fix unportable shell quoting.
926         * configure: Regenerate.
927
928 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
929
930         * configure.ac: Support all v850 targets.
931         * configure: Regenerate.
932
933 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
934
935         PR target/44862
936         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
937         Provide -B option to allow for link spec %s substitutions for
938         libstdc++.a on darwin.
939         * Makefile.in: Regenerate.
940
941 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
942
943         * Makefile.def (configure-gcc): Depend on all-libelf.
944         * Makefile.in: Rebuild.
945
946 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
947
948         * config.sub, config.guess: Update from upstream sources.
949
950 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
951
952         Sync from GCC:
953
954         2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
955         * configure.ac: Allow all the versions greater than 0.10 of PPL.
956         * configure: Regenerated.
957
958         2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
959         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
960         * configure: Regenerate.
961
962         2010-04-17  Ralf Cors<E9>pius  <ralf.corsepius@rtems.org>
963         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
964         * configure: Regenerate.
965
966         2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
967         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
968         separately.
969         * configure: Regenerate.
970
971         2010-04-13  Steve Ellcey  <sje@cup.hp.com>
972         * configure: Regenerate after change to elf.m4.
973
974         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
975         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
976         * configure: Regenerated.
977
978         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
979         * configure.ac: Print "buggy but acceptable" when CLooG
980         revision is less than 9.
981         * configure: Regenerated.
982
983 2010-05-26  Dave Korn  <dave.korn.cygwin@gmail.com>
984
985         Merge from gcc:
986
987         2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
988         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
989         * configure: Regenerate.
990
991         2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
992         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
993         a platform that supports LTO.
994         * configure: Regenerate.
995
996         2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
997         PR lto/42776
998         * configure.ac (--enable-lto): Refactor handling so libelf tests
999         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1000         and allow LTO to be explicitly enabled on non-ELF platforms that
1001         are known to support it inside else-clause.
1002         * configure: Regenerate.
1003
1004 2010-04-27  Roland McGrath  <roland@redhat.com>
1005             H.J. Lu  <hongjiu.lu@intel.com>
1006
1007         * configure.ac (--enable-gold): Support both, both/gold and
1008         both/bfd to add gold to configdirs without removing ld.
1009         * configure: Regenerated.
1010
1011         * Makefile.def: Add install-gold dependency to install-ld.
1012         * Makefile.in: Regenerated.
1013
1014 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1015
1016         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1017         * configure: Regenerate.
1018
1019 2010-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1020
1021         Merge from gcc:
1022         PR bootstrap/43615
1023         PR bootstrap/43328
1024         Revert:
1025         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1026         * configure.ac: Do not pass --enable-multilib nor
1027         --disable-multilib in baseargs.  Accept explicitly passed
1028         --enable_multilib.
1029         * configure: Regenerate.
1030
1031 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1032
1033         PR bootstrap/43328
1034         * configure.ac: Do not pass --enable-multilib nor
1035         --disable-multilib in baseargs.  Accept explicitly passed
1036         --enable_multilib.
1037         * configure: Regenerate.
1038
1039 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1040
1041         * configure.ac (tic6x-*-*): New case.
1042         * configure: Regenerate.
1043
1044 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1045
1046         Merge from gcc:
1047         2010-03-19  Jack Howarth <howarth@bromo.med.uc.edu>
1048         PR ada/42554
1049         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1050         * configure: Regenerate.
1051
1052 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1053
1054         * config.sub: Update to version 2010-03-22.
1055         * config.guess: Update to version 2009-12-30.
1056
1057 2010-03-14  Joseph Myers  <joseph@codesourcery.com>
1058
1059         Merge from gcc:
1060         2010-01-11  Richard Guenther  <rguenther@suse.de>
1061         PR lto/41569
1062         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1063         * Makefile.in: Regenerated.
1064
1065 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1066
1067         PR libstdc++/32499
1068         * configure.ac (RANLIB): Default to true.
1069         (STRIP): Likewise.
1070         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1071         * configure: Regenerate.
1072
1073 2010-02-17  Nick Clifton  <nickc@redhat.com>
1074
1075         PR 11238
1076         * Makefile.tpl (local-distclean): Also remove config.cache files in
1077         sub-directories as there may not be Makefiles present in the
1078         sub-directories.
1079         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1080         the config.cache files found by the find command.
1081
1082         * Makefile.in: Regenerate.
1083         * configure.ac: Revert previous delta.
1084         * configure: Regenerate.
1085
1086 2010-02-15  Nick Clifton  <nickc@redhat.com>
1087
1088         PR 11238
1089         * configure.ac: Delete config.cache files in sub-directories when
1090         deleting Makefiles.
1091         * configure: Regenerate.
1092
1093 2010-02-15  Nick Clifton  <nickc@redhat.com>
1094
1095         * configure.ac: Sync from gcc.
1096         * configure: Regenerate.
1097
1098 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1099
1100         Sync from gcc:
1101         * configure.ac: Add "recommended" version checks for GMP/MPC.
1102         Update recommended GMP/MPFR/MPC versions.
1103         * configure: Regenerate.
1104
1105 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1106
1107         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1108         * configure.ac (bootstrap_target_libs): Make inclusion of
1109         target-libgomp conditional on libgomb being in target_configdirs.
1110         * configure: Regenerate.
1111
1112 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1113
1114         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1115         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1116         * configure: Regenerate.
1117
1118 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1119
1120         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1121         * configure.ac (target_configdirs): Substitute.
1122         * Makefile.def: Bootstrap target module libgomp.
1123         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1124         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1125         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1126         * configure, Makefile.in: Regenerate.
1127
1128 2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1129
1130         * libtool.m4: Sync from git Libtool.
1131         * ltmain.sh: Likewise.
1132         * ltoptions.m4: Likewise.
1133         * ltversion.m4: Likewise.
1134         * lt~obsolete.m4: Likewise.
1135
1136 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1137             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1138
1139         PR bootstrap/42424
1140         * configure.ac: Include libtool m4 files.
1141         (_LT_CHECK_OBJDIR): Call it.
1142         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1143         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1144
1145         * configure: Regenerate.
1146
1147 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1148
1149         PR bootstrap/41818
1150         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1151         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1152         * Makefile.in: Regenerate.
1153
1154 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1155
1156         * config.sub, config.guess: Update from upstream sources.
1157
1158 2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1159
1160         * COPYING.NEWLIB: Update copyright date.
1161         * COPYING.LIBGLOSS: Ditto.
1162
1163 2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1164
1165         PR middle-end/30447
1166         PR middle-end/30789
1167         PR other/40302
1168
1169         * configure.ac: Require MPC.
1170         * configure: Regenerate.
1171
1172         * configure.ac: Update minimum MPC version to 0.8.
1173         * configure: Regenerate.
1174
1175 2009-11-20  Paolo Bonzini  <bonzini@gnu.org>
1176
1177         * config.guess: Sync with upstream and gcc.
1178         * config.sub: Sync with upstream and gcc.
1179
1180 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1181
1182         * Makefile.def: Restore host and target settings for gmp.
1183         * Makefile.in: Rebuild.
1184
1185 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1186
1187         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1188         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1189         Fix portability of test of C++ as bootstrap language.  Add
1190         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1191         * configure: Rebuild.
1192         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1193         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1194         in-tree building.
1195         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1196         (POSTSTAGE1_HOST_EXPORTS): Use it.
1197         (STAGE[+id+]_CXXFLAGS): New.
1198         (BASE_FLAGS_TO_PASS): Pass it down.
1199         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1200         extra_exports.
1201         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1202         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1203         extra_exports.
1204         * Makefile.in: Rebuild.
1205
1206 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1207
1208         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1209         paths for *-w64-mingw* and x86_64-*mingw*.
1210         * configure: Regenerated.
1211
1212 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1213
1214         * configure.ac: Disable target-winsup & co for
1215         x86_64-*-mingw* and *-w64-mingw* targets.
1216         * configure: Regenerated.
1217
1218 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1219
1220         * configure.ac (CLooG test): Use = with test.
1221         * configure: Regenerate.
1222
1223 2009-10-22  Richard Guenther  <rguenther@suse.de>
1224
1225         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1226         cloog if the ppl version check failed.  Move flags saving
1227         before setting in libelf check.
1228         * configure: Regenerate.
1229
1230 2009-10-21  Richard Guenther  <rguenther@suse.de>
1231
1232         * configure.ac: Adjust the ppl and cloog configure to work as
1233         documented.  Disable cloog if ppl was disabled.  Omit the version
1234         checks if they were disabled.
1235         * configure: Re-generate.
1236
1237 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1238
1239         * configure.ac: Add 'lto' to enable_languages, not
1240         new_enable_languages, and only if not already present.
1241         * configure: Regenerate.
1242
1243 2009-10-06  Ian Lance Taylor  <iant@google.com>
1244
1245         * Makefile.def: check-gold depends upon all-gas.
1246         * Makefile.in: Rebuild.
1247
1248 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1249
1250         * Makefile.def: all-lto-plugin depends on all-libiberty.
1251         set bootstrap=true for lto-plugin.
1252         Add lto-plugin.
1253         * Makefile.in: Regenerate.
1254         * configure.ac (host_libs): Add lto-plugin.
1255         * configure: Regenerate.
1256
1257 2009-10-03  Diego Novillo  <dnovillo@google.com>
1258
1259         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1260         (HOST_LIBELFLIBS): Define.
1261         (HOST_LIBELFINC): Define.
1262         * Makefile.in: Regenerate.
1263         * configure.ac: Add --enable-lto.
1264         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1265         If --enable-lto is used, add 'lto' to new_enable_languages.
1266         If --enable-lto is used and gold is enabled, add
1267         lto-plugin to configdirs.
1268         * configure: Regenerate.
1269
1270 2009-10-03  Simon Baldwin  <simonb@google.com>
1271
1272         * configure.ac: If --with-system-zlib, suppress local zlib and
1273         pass --with-system-zlib to subdir configure scripts.
1274         * configure: Regenerate.
1275
1276 2009-10-01  Loren J. Rittle <ljrittle@acm.org>
1277             Paolo Bonzini  <bonzini@gnu.org>
1278
1279         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1280         $(srcdir).
1281         * Makefile.in: Rebuilt.
1282
1283 2009-09-29  Paolo Bonzini  <bonzini@gnu.org>
1284
1285         Sync from gcc:
1286         2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1287
1288         * configure.ac: Update minimum MPC version to 0.7.
1289         * configure: Regenerate.
1290
1291 2009-09-25  Nick Clifton  <nickc@redhat.com>
1292
1293         * configure.ac: Pass any --cache-file=/dev/null option on to
1294         subconfigures.
1295         * configure: Regenerate.
1296
1297 2009-09-23  Nick Clifton  <nickc@redhat.com>
1298
1299         * config.sub, config.guess: Update from upstream sources.
1300
1301 2009-09-22  Loren J. Rittle <ljrittle@acm.org>
1302
1303         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1304         * Makefile.in: Rebuilt.
1305
1306 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1307
1308         PR bootstrap/32272
1309         * configure.ac: Error out if $srcdir isn't '.' but contains
1310         host-${host_noncanonical}.
1311         * configure: Regenerate.
1312
1313 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1314
1315         * configure.ac: If bootstrapping a combined tree with
1316         --enable-gold, require c++ in stage1_languages.
1317         * configure: Regenerate.
1318
1319         * configure.ac: Also add target_libs of stage1_languages to
1320         bootstrap_target_libs.
1321         * configure: Regenerate.
1322
1323         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1324         with --enable-languages not containing c++.
1325         * configure: Regenerate.
1326
1327 2009-09-16  Jie Zhang  <jie.zhang@analog.com>
1328
1329         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1330         * configure: Regenerate.
1331
1332 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1333
1334         * configure.ac: Do not use $extrasub for replacing @if/@endif
1335         parts in Makefile; instead, use additional arguments to
1336         AC_CONFIG_COMMANDS to do the replacement manually, with several
1337         sed invocations, to avoid HP-UX sed command limits.
1338         * configure: Regenerate.
1339
1340 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1341
1342         * configure.ac (with-build-config): Document.  Handle without.
1343         Handle missing argument.
1344         * configure: Rebuilt.
1345
1346 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1347
1348         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1349         Default to bootstrap-debug only if compare-debug works.
1350         * configure: Rebuilt.
1351         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1352         * Makefile.in: Rebuilt.
1353
1354 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1355
1356         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1357         * Makefile.in: Rebuilt.
1358
1359 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1360
1361         * Makefile.tpl (AWK): Fix typo.
1362         * Makefile.in: Regenerate.
1363
1364 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1365
1366         * configure.ac: Detect awk and sed.
1367         * Makefile.def (flags_to_pass): Add AWK and SED.
1368         * Makefile.tpl (AWK, SED): New.
1369         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1370         * configure: Regenerate.
1371         * Makefile.in: Regenerate.
1372
1373 2009-09-01  Tristan Gingold  <gingold@adacore.com>
1374
1375         * setup.com: Ported to Itanium VMS.  Can also build using DCL scripts.
1376         Remove logical names.
1377
1378 2009-08-31  Dave Korn  <dave.korn.cygwin@gmail.com>
1379
1380         * ltmain.sh (func_normal_abspath): New function.
1381         (func_relative_path): Likewise.
1382         (func_mode_help): Document new -bindir option for link mode.
1383         (func_mode_link): Add new -bindir option, and use it to place
1384         output DLL if specified.
1385
1386 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1387
1388         * configure.ac (AC_PREREQ): Bump to 2.64.
1389
1390 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1391
1392         * README-maintainer-mode: Point directly to upstream locations
1393         for autoconf, automake, libtool, gettext, instead of copies on
1394         sources.redhat.com.  Document required versions.
1395         * configure.ac: Do not substitute datarootdir, htmldir,
1396         pdfdir, docdir.  Do not process --with-datarootdir,
1397         --with-htmldir, --with-pdfdir, --with-docdir.
1398         * configure: Regenerate.
1399
1400         * configure: Regenerate.
1401
1402         * compile: Sync from Automake 1.11.
1403         * depcomp: Likewise.
1404         * install-sh: Likewise.
1405         * missing: Likewise.
1406         * mkinstalldirs: Likewise.
1407         * ylwrap: Likewise.
1408
1409 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1410
1411         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1412         (baseargs): Add --disable-option-checking.
1413         * configure: Regenerate.
1414
1415         * Makefile.def (configure-target-libiberty): Depend on
1416         all-binutils and all-ld.
1417         (configure-target-newlib): Likewise.
1418         * Makefile.in: Regenerate.
1419
1420 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1421
1422         Sync with GCC, merge:
1423
1424         2009-07-31  Christian Bruel  <christian.bruel@st.com>
1425
1426         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1427         * configure: Regenerate.
1428
1429         2009-07-06  Ian Lance Taylor  <iant@google.com>
1430
1431         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1432         * configure: Rebuild.
1433
1434         2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1435
1436         PR bootstrap/40338
1437         * configure.ac (comparestring): Create new variable.
1438         * Makefile.tpl (comparestring): Use to skip some comparisions.
1439         * configure: Regenerate.
1440         * Makefile.in: Regenerate.
1441
1442         2009-06-23  Ian Lance Taylor  <iant@google.com>
1443
1444         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1445         boot_languages.  Only bootstrap target libraries listed in
1446         target_libs for some boot language.  Add --with-stage1-ldflags,
1447         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1448         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1449         if not building with C++.
1450         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1451         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1452         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1453         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1454         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1455         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1456         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1457         * configure, Makefile.in: Rebuild.
1458
1459         2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1460
1461         * configure.ac: Detect MPC in default directory.
1462         * configure: Regenerate.
1463
1464         2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1465
1466         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1467         to noconfdirs.
1468         * configure: Regenerate.
1469
1470         2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1471
1472         * Makefile.def: Add MPC support and dependencies.
1473         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1474
1475         * Makefile.in, configure: Regenerate.
1476
1477         2009-05-24  Nicolas Roche  <roche@adacore.com>
1478
1479         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1480         * Makefile.in: Regenerate.
1481
1482         2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1483
1484         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1485         * configure:  Regenerate.
1486
1487         2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1488
1489         * configure.ac ($with_ppl):  Default to no if not supplied.
1490         ($with_cloog):  Likewise.
1491         configure:  Regenerate.
1492
1493         2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1494
1495         PR bootstrap/39739
1496         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1497         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1498
1499         * configure, Makefile.in: Regenerate.
1500
1501         2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1502
1503         * configure.ac: Change copyright header to refer to version
1504         3 of the GNU General Public License and to point readers at the
1505         COPYING3 file and the FSF's license web page.
1506         * Makefile.def: Likewise.
1507         * Makefile.tpl: Likewise.
1508         * Makefile.in: Regenerate.
1509
1510         2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1511
1512         * configure.ac: Restore match for darwin9 or later. Use double
1513         brackets since regeneration eats one pair.
1514         * configure: Regenerate.
1515
1516 2009-08-18  Christopher Faylor  <me+cygwin@cgf.cx>
1517
1518         * MAINTAINERS: Perform some obvious fixups.
1519
1520 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1521
1522         * config.sub, config.guess: Update from upstream sources.
1523
1524 2009-08-06  Michael Eager <eager@eagercon.com>
1525
1526         * configure.ac: Add Microblaze target.
1527         * configure: Regenerate.
1528
1529 2009-07-02  Tristan Gingold  <gingold@adacore.com>
1530
1531         * configure.ac: Do not exclude gas for i386-*-darwin.
1532         Add a case for x86_64-*-darwin.
1533         * configure: Regenerate.
1534
1535 2009-06-26  Doug Evans  <dje@sebabeach.org>
1536
1537         * Makefile.def (host_modules): Add cgen.
1538         * Makefile.in: Regenerate.
1539         * configure.ac (host_tools): Add cgen.
1540         * configure: Regenerate.
1541
1542 2009-06-17  Michael Eager <eager@eagercon.com>
1543
1544         * COPYING.LIBGLOSS: Add Xilinx license.
1545
1546 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1547
1548         * configure.ac: Define is_elf for QNX Neutrino targets.
1549         * configure: Regenerate.
1550
1551 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1552             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1553
1554         * Makefile.tpl (all): Avoid a trailing backslash.
1555         * Makefile.in: Regenerate.
1556
1557 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1558
1559         * config.sub, config.guess: Update from upstream sources.
1560
1561 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1562
1563         * Makefile.tpl ([+compare-target+]): Compare all stage
1564         directories, rather than just gcc.
1565         * Makefile.in: Rebuilt.
1566
1567 2009-05-28  Doug Kwan  <dougkwan@google.com>
1568
1569         * configure.ac: Support gold for target arm*-*-*.
1570         * configure: Regenerate.
1571
1572 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1573
1574         * Makefile.tpl (all): Avoid harmless warning in make all when
1575         gcc-bootstrap is enabled but stage_last does not exist.
1576         * Makefile.in: Rebuilt.
1577
1578 2009-05-25  Tristan Gingold  <gingold@adacore.com>
1579
1580         * setup.com: Complete the file with configuration and build.
1581
1582 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1583
1584         PR other/40159
1585         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1586         gcc-no-bootstrap are mutually exclusive.
1587         * Makefile.in: Rebuilt.
1588
1589 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1590
1591         PR other/40159
1592         * Makefile.tpl (all): Don't end with unconditional success.
1593         * Makefile.in: Rebuilt.
1594
1595 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1596
1597         PR target/37137
1598         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1599         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1600         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1601         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1602         stage_configureflags, stage_cflags and stage_libcflags into
1603         explicit Makefile macros.
1604         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1605         GFORTRAN.
1606         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1607         CC.  Set CC_FOR_BUILD from CC.
1608         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1609         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1610         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1611         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1612         and GFORTRAN.
1613         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1614         (_LIBCFLAGS): Renamed to _TFLAGS.
1615         (do-compare-debug, do-compare3-debug): Drop.
1616         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1617         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1618         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1619         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1620         (XGCC_FLAGS_FOR_TARGET): New.
1621         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1622         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1623         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1624         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1625         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1626         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1627         TFLAGS.
1628         (BUILD_CONFIG): Include if requested.
1629         (all): Set TFLAGS on bootstrap.
1630         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1631         (all-stageid-prefixmodule): Likewise.
1632         (do-clean, distclean-stageid): Set TFLAGS.
1633         (restrap): Fix whitespace.
1634         * Makefile.in: Rebuilt.
1635
1636 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1637
1638         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1639         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1640         * Makefile.in: Regenerate.
1641
1642 2009-04-24  Eli Zaretskii  <eliz@gnu.org>
1643
1644         * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1645         consistency with config.sub.  (Update from upstream sources.)
1646
1647 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
1648
1649         * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1650
1651 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1652
1653         * config.sub, config.guess: Update from upstream sources.
1654
1655 2009-04-15  Anthony Green  <green@moxielogic.com>
1656
1657         * configure.ac: Add moxie support.
1658         * configure: Rebuilt.
1659
1660 2009-04-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1661
1662         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1663         * configure: Regenerate.
1664
1665 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1666
1667         PR gas/10039
1668         * configure.ac: Require texinfo 4.7.
1669         * configure: Regenerated.
1670
1671 2009-04-09  Steve Ellcey  <sje@cup.hp.com>
1672
1673         * Makefil.def (languages): New entries.
1674         * Makefile.tpl (check-gcc-*): New generic target.
1675         * Makefile.in: Regenerate.
1676
1677 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1678
1679         * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1680         Windows builds of Sed.
1681
1682 2009-03-18  Tom Tromey  <tromey@redhat.com>
1683
1684         * configure: Rebuild.
1685         * configure.ac (host_libs): Add libiconv.
1686         * Makefile.in: Rebuild.
1687         * Makefile.def (host_modules): Add libiconv.
1688         (configure-gdb, all-gdb): Depend on libiconv.
1689
1690 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1691
1692         * configure.ac: Treat gdb as supported on x86_64-darwin.
1693         * configure: Regenerate.
1694
1695 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1696
1697         Merge from GCC:
1698
1699         2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1700
1701         * configure.ac (--with-host-libstdcxx): New option.
1702         * configure: Regenerate.
1703
1704         2009-01-29  Robert Millan  <rmh@aybabtu.com>
1705
1706         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1707         * configure: Regenerate.
1708
1709         2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
1710
1711         PR tree-optimization/38515
1712         * configure.ac (cloog-polylib): Removed.
1713         (with_ppl, with_cloog): Test for "no".
1714         * configure: Regenerated.
1715
1716 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1717
1718         Backport from git Libtool:
1719
1720         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1721         Support GNU/kOpenSolaris.
1722         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1723         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1724         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1725         GNU/kOpenSolaris.
1726
1727 2009-02-05  Andreas Schwab  <schwab@suse.de>
1728
1729         * Makefile.tpl (stage_last): Define $r and $s before using
1730         $(RECURSE_FLAGS_TO_PASS).
1731         * Makefile.in: Regenerate
1732
1733 2009-01-21  Jeff Johnston  <jjohnstn@redhat.com>
1734
1735         * COPYING.NEWLIB: Add ARM license.
1736
1737 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1738
1739         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1740         (all-opcodes): Depend on all-libiberty.
1741         * Makefile.in: Regenerate.
1742
1743 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1744
1745         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1746         * configure: Regenerate.
1747
1748 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1749
1750         Backport link test fix from upstream Libtool:
1751
1752         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1753         Add cache variables to tests that require the linker to work.
1754         For shlibpath_overrides_runpath, this also changes the semantics
1755         to let the result from the C compiler take precedence.
1756         compiler take precedence.
1757
1758 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1759
1760         * config.sub, config.guess: Update from upstream sources.
1761
1762 2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1763
1764         * COPYING.NEWLIB: Updated.
1765         * COPYING.LIBGLOSS: Ditto.
1766
1767 2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
1768
1769         Sync with GCC:
1770
1771         2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1772
1773         * configure.ac (ppllibs): Add by default the lib flags.
1774         * configure: Regenerate.
1775
1776         2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1777
1778         * configure.ac: Add double brackets on darwin[912].
1779         * configure: Regenerate.
1780
1781         2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1782
1783         * configure.ac: Expand to darwin10 and later.
1784         * configure: Regenerate.
1785
1786 2008-12-02  Andreas Schwab  <schwab@suse.de>
1787
1788         * Makefile.def: configure-target-boehm-gc depends on
1789         all-target-libstdc++-v3.
1790         * Makefile.in: Regenerate.
1791
1792 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1793
1794         * config.sub, config.guess: Update from upstream sources.
1795
1796 2008-11-27  Joseph Myers  <joseph@codesourcery.com>
1797
1798         Merge from GCC:
1799
1800         2007-12-02  Matthias Klose  <doko@ubuntu.com>
1801
1802         * config-ml.in: Remove 64bit configure tests.
1803
1804         2008-05-14  Rafael Espindola  <espindola@google.com>
1805
1806         * config-ml.in: don't handle --enable-shared and --enable-static.
1807
1808         2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1809             Tobias Grosser  <grosser@fim.uni-passau.de>
1810             Jan Sjodin  <jan.sjodin@amd.com>
1811             Harsha Jagasia  <harsha.jagasia@amd.com>
1812             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1813             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1814             Adrien Eliche  <aeliche@isty.uvsq.fr>
1815
1816         Merge from graphite branch.
1817         * configure: Regenerate.
1818         * Makefile.in: Regenerate.
1819         * configure.ac (host_libs): Add ppl and cloog.
1820         Add checks for PPL and CLooG.
1821         * Makefile.def (ppl, cloog): Added modules and dependences.
1822         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1823         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1824
1825         2008-09-03  Richard Guenther  <rguenther@suse.de>
1826
1827         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1828         cloog test.
1829         * configure: Re-generate.
1830
1831         2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1832
1833         * configure.ac (--with-cloog-polylib): New.
1834         (--disable-cloog-version-check): New.
1835         (--disable-ppl-version-check): New.
1836         * configure: Re-generate.
1837
1838         2008-09-05  Richard Guenther  <rguenther@suse.de>
1839
1840         * configure.ac: Initialize clooglibs to -lcloog.
1841         * configure: Re-generate.
1842
1843         2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1844
1845         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1846         recommended version to 2.3.2.
1847
1848         * configure: Regenerate.
1849
1850         2008-10-31  Ben Elliston  <bje@au.ibm.com>
1851
1852         * configure.ac (spu-*-*): Remove special case.
1853         * configure: Regenerate.
1854
1855         Complete comment text from GCC version of:
1856
1857         2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1858
1859         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1860         (GCC_SHLIB_SUBDIR): New.
1861         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1862         * configure: Regenerate.
1863         * Makefile.in: Regenerate.
1864
1865 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1866
1867         * configure.ac: Build gdb for i?86-*-darwin*
1868         * configure: Regenerated.
1869
1870 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1871
1872         PR bootstrap/38014
1873         PR bootstrap/37923
1874
1875         Revert:
1876
1877         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1878
1879         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1880         * Makefile.in: Regenerated.
1881
1882         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1883
1884         PR gdb/921
1885         PR gdb/1646
1886         PR gdb/2175
1887         PR gdb/2176
1888
1889         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1890         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1891         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1892         (HOST_EXPORTS): Pass CPPFLAGS.
1893         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1894         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1895         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1896         * Makefile.in, configure: Regenerated.
1897         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1898         and CPPFLAGS_FOR_BUILD.
1899
1900 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1901
1902         * configure.ac [spu-*-*]: Do not set skipdirs.
1903         * configure: Re-generate.
1904
1905 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1906
1907         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1908         * Makefile.in: Regenerated.
1909
1910 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1911
1912         PR gdb/921
1913         PR gdb/1646
1914         PR gdb/2175
1915         PR gdb/2176
1916
1917         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1918         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1919         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1920         (HOST_EXPORTS): Pass CPPFLAGS.
1921         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1922         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1923         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1924         * Makefile.in, configure: Regenerated.
1925         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1926         and CPPFLAGS_FOR_BUILD.
1927
1928 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
1929
1930         * libtool.m4: Update to libtool 2.2.6.
1931         * lt~obsolete.m4: Update to libtool 2.2.6.
1932         * ltmain.sh: Update to libtool 2.2.6.
1933         * ltsugar.m4: Update to libtool 2.2.6.
1934         * ltversion.m4: Update to libtool 2.2.6.
1935         * ltoptions.m4: Update to libtool 2.2.6.
1936         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1937
1938 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1939
1940         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1941         (GCC_SHLIB_SUBDIR): New.
1942         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1943         * configure: Regenerate.
1944         * Makefile.in: Regenerate.
1945
1946 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1947
1948         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1949         Enable bfd, binutils and opcodes.
1950         * configure: Regenerate.
1951
1952 2008-08-16  Nicolas Roche  <roche@adacore.com>
1953
1954         * Makefile.tpl: Add BOOT_ADAFLAGS.
1955         * Makefile.in: Regenerate.
1956
1957 2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
1958
1959         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1960         * configure: Regenerate.
1961
1962 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1963
1964         Sync with gcc:
1965         2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1966
1967         * configure.ac: Add makefile fragments for hpux.
1968         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1969         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1970         * configure: Regenerate.
1971         * Makefile.in: Regenerate.
1972
1973         2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1974
1975         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1976         * Makefile.in: Regenerate.
1977         * configure: Regenerate.
1978
1979 2008-06-18  Ian Lance Taylor  <iant@google.com>
1980
1981         * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
1982
1983         * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
1984
1985 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1986
1987         * configure: Regenerate.
1988
1989 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1990
1991         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1992         "$@" is still intact with both Autoconf 2.59 and 2.62.
1993         * configure: Regenerate.
1994
1995 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1996
1997         * Makefile.tpl: Fix comment errors.
1998         * Makefile.in: Regenerate.
1999
2000 2008-06-13  Julian Brown  <julian@codesourcery.com>
2001
2002         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2003         of libobjc for ARM EABI Linux.
2004         * configure: Regenerate.
2005
2006 2008-06-12  David S. Miller  <davem@davemloft.net>
2007             David Edelsohn  <edelsohn@gnu.org>
2008
2009         * configure.ac: Add powerpc*-*-* to gold supported targets.
2010         * configure: Regenerate.
2011
2012 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2013
2014         PR tree-optimization/36218
2015         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2016         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2017         (all prefix="build-"): Pass them to build-system sub-makes.
2018         * Makefile.in: Regenerate.
2019
2020 2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
2021
2022         * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2023         README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2024         mkdep, and compile.  Update comments.
2025         (ETC_SUPPORT): Add ChangeLog and update comments.
2026
2027 2008-05-11  Ian Lance Taylor  <iant@google.com>
2028
2029         * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2030
2031 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2032
2033         Sync with gcc:
2034         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2035
2036         PR bootstrap/35457
2037         * configure.ac: Include override.m4.
2038         * configure: Regenerate.
2039
2040         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2041
2042         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2043         * Makefile.in: Regenerate.
2044
2045         2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2046
2047         * configure.ac: Do not build libssp for the AVR.
2048         * configure: Regenerate.
2049
2050 2008-04-18  Nick Clifton  <nickc@redhat.com>
2051
2052         * MAINTAINERS: Replace reference to configure.in with reference to
2053         configure.ac.
2054
2055 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2056
2057         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2058         as nonconfigurable directories list.
2059         * configure: Regenerate.
2060
2061 2008-04-14  David S. Miller  <davem@davemloft.net>
2062
2063         * configure.ac: Add sparc*-*-* to gold supported targets.
2064         * configure: Regenerate.
2065
2066 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2067
2068         * config.sub, config.guess: Update from upstream sources.
2069
2070 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2071
2072         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2073         * Makefile.in: Regenerate.
2074
2075 2008-04-07  Ian Lance Taylor  <iant@google.com>
2076
2077         * Makefile.def: check-gold depends upon all-binutils.
2078         * Makefile.in: Regenerate.
2079
2080 2008-04-04  Nick Clifton  <nickc@redhat.com>
2081
2082         PR binutils/4334
2083         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2084         builds.
2085         * configure: Regenerate.
2086
2087 2008-04-04  NightStrike  <NightStrike@gmail.com>
2088
2089         PR other/35151
2090         * configure.ac: Combine rules for mingw32 and mingw64.
2091         * configure: Regenerate.
2092
2093 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2094
2095         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2096         * Makefile.in: Regenerate.
2097
2098 2008-03-20  Ian Lance Taylor  <iant@google.com>
2099
2100         * configure.ac: Add support for --enable-gold.
2101         * Makefile.def: Add gold as a directory like ld.
2102         * configure, Makefile.in: Regenerate.
2103
2104 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
2105
2106         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2107         (s390_cond_extensions): Reduced extensions to the compare related.
2108         (main): z10 cpu type option added.
2109         (expandConditionalJump): Renamed to ...
2110         (insertExpandedMnemonic): ... this.
2111
2112         * opcodes/s390-opc.c: Re-group the operand format makros.
2113         (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2114         INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2115         INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2116         INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2117         INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2118         INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2119         INSTR_SIL_RDU): New instruction formats added.
2120         (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2121         MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2122         MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2123         MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2124         MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2125         MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2126         masks added.
2127         (s390_opformats): New formats added "ris", "rrs", "sil".
2128         * opcodes/s390-opc.txt: Add the conditional jumps with the
2129         extensions removed from automatic expansion in s390-mkopc.c manually.
2130         (asi - trtre): Add new System z10 EC instructions.
2131         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2132
2133 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2134
2135         * configure.ac: m4_include config/proginstall.m4.
2136         * configure: Regenerate.
2137
2138 2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2139
2140         Backport from upstream Libtool:
2141
2142         2007-10-12  Eric Blake  <ebb9@byu.net>
2143
2144         Deal with Autoconf 2.62's semantic change in m4_append.
2145         * ltsugar.m4 (lt_append): Replace broken versions of
2146         m4_append.
2147         (lt_if_append_uniq): Don't require separator to be overquoted,
2148         and avoid broken m4_append.
2149         (lt_dict_add): Fix typo.
2150         * libtool.m4 (_LT_DECL): Don't overquote separator.
2151
2152 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2153
2154         * config.rpath: Add AIX 6 support.
2155
2156 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2157
2158         * Makefile.def (stageprofile).  Remove -fprofile-generate
2159         from stage_libcflags.
2160         * Makefile.in: Regenerate.
2161
2162 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2163
2164         * config.sub, config.guess: Update from upstream sources.
2165
2166 2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
2167
2168         * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2169         * s390-opc.txt (cmpsc): Duplicate entry removed.
2170         (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2171         cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2172         fier, cu42, cu41): Fix operand format.
2173
2174 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2175
2176         PR bootstrap/32009
2177         PR bootstrap/32161
2178
2179         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2180         * configure: Regenerate.
2181
2182         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2183         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2184         STAGE4_LIBCFLAGS): New.
2185         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2186         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2187         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2188         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2189         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2190         for target modules.  Don't export LIBCFLAGS.
2191         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2192         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2193         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2194         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2195         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2196         * Makefile.in: Regenerate.
2197
2198 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2199
2200         PR libgcj/33085
2201         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2202         Do not use -DDLL_EXPORT.  Backport from upstream.
2203
2204 2008-02-14  Nick Clifton  <nickc@redhat.com>
2205
2206         Import this patch from gcc:
2207         2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2208
2209         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2210
2211 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2212
2213         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2214         * configure: Regenerate.
2215
2216 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2217
2218         * configure.ac (xtensa*-*-*): Recognize processor variants.
2219         * configure: Regenerate.
2220
2221 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2222
2223         PR bootstrap/34922
2224         * configure.ac (PARSE_ARGS): Push suitable setting of
2225         ac_subdirs_all, for `./configure --help=recursive'.
2226         Handle `+' in generic toplevel directory disabling.
2227         * configure: Regenerate.
2228
2229 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2230
2231         * config.sub, config.guess: Update from upstream sources.
2232
2233 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2234
2235         * config.sub, config.guess: Update from upstream sources.
2236
2237 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2238
2239         * COPYING.LIBGLOSS: Update default copyright.
2240
2241 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2242
2243         * COPYING.NEWLIB: Update default copyright.
2244
2245 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2246
2247         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2248         Change recommended MPFR from 2.2.1 > 2.3.0.
2249         * configure: Regenerate.
2250
2251 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2252
2253         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2254         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2255         * Makefile.in: Regenerate.
2256
2257 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2258
2259         * configure.ac: Enable libjava for x86_64-*-darwin9.
2260         * configure: Regenerate.
2261
2262 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2263
2264         * config.sub, config.guess: Update from upstream sources.
2265
2266 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2267
2268         * config-ml.in: Robustify against white space in absolute file
2269         names.
2270
2271         * config-ml.in (multi-clean): Substitute ${Makefile}.
2272         Remove superfluous ${Makefile} in list.
2273
2274 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2275
2276         * Makefile.def (dependencies): Make configure-gdb depend on
2277         all-intl.
2278         * Makefile.in: Regenerated.
2279
2280 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
2281
2282         * Makefile.def: To avoid problems running with parallel makes,
2283         build newlib before libgloss so that target specific header
2284         files are availble.
2285         * Makefile.in: Regenerate.
2286
2287 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2288
2289         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2290         * Makefile.in: Regenerate.
2291
2292 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2293
2294         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2295         * libdecnumber: New directory, imported from GCC.
2296
2297 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2298
2299         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2300         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2301         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2302         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2303         * configure: Regenerate.
2304
2305 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2306
2307         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2308         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2309         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2310         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2311         * configure.ac: Default them to host tools for $host = $build.
2312         Subst them.
2313
2314         * configure: Regenerate.
2315         * Makefile.in: Regenerate.
2316
2317 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2318
2319         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2320         * configure: Regenerate.
2321
2322 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2323
2324         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2325         libstdc++.
2326         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2327         * configure: Regenerate.
2328         * Makefile.in: Regenerate.
2329
2330 2007-09-17  Andreas Schwab  <schwab@suse.de>
2331
2332         * configure.ac: Raise minimum makeinfo version to 4.6.
2333         * configure: Regenerate.
2334
2335 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2336
2337         * configure.ac: Correct makeinfo version check.
2338         * configure: Regenerate.
2339
2340 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2341
2342         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2343         to $skipdirs and only disable gprof for newlib.  Use the normal
2344         mips*-elf* handling in other respects.
2345         * configure: Regnerate.
2346
2347 2007-09-12  David Daney  <ddaney@avtrex.com>
2348
2349         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2350         enabling libgcj.
2351         * configure: Regenerate.
2352
2353 2007-09-12  Richard Guenther  <rguenther@suse.de>
2354
2355         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2356         nor --disable-checking is provided also turn on yes and types
2357         checking for stage1.
2358         * configure: Re-generate.
2359
2360 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2361
2362         PR target/33281
2363         * configure.ac: Use config/mh-mingw on mingw.
2364         * configure: Regenerate.
2365
2366 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2367
2368         PR other/32154
2369         * configure.ac: For libgloss targets, point the linker to the linker
2370         script, startup code and simulator library.
2371         * configure: Regenerate.
2372
2373 2007-09-09  Andrew Haley  <aph@redhat.com>
2374
2375         * configure.ac (noconfigdirs): Remove target-libffi and
2376         target-libjava.
2377
2378 2007-08-29  Nick Clifton  <nickc@redhat.com>
2379
2380         * config.sub, config.guess: Update from upstream sources.
2381
2382 2007-08-21  Richard Guenther  <rguenther@suse.de>
2383
2384         * configure.ac: Add types checking to stage1 checking flags.
2385         * configure: Regenerate.
2386
2387 2007-08-18  Paul Brook  <paul@codesourcery.com>
2388             Joseph Myers  <joseph@codesourcery.com>
2389
2390         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2391         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2392         * Makefile.in: Regenerate.
2393         * configure.ac (--with-debug-prefix-map): New.
2394         * configure: Regenerate.
2395
2396 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2397             Nigel Stephens  <nigel@mips.com>
2398
2399         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2400         as target_makefile_frag.
2401         * configure: Regenerate.
2402
2403 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2404
2405         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2406         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2407         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2408         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2409         (do-compare, do-compare3, do-compare-debug): New.
2410         ([+compare-target+]): Use them.
2411
2412 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2413
2414         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2415         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2416         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2417         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2418         (do-compare, do-compare3, do-compare-debug): New.
2419         ([+compare-target+]): Use them.
2420
2421 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2422             Ben Elliston  <bje@au.ibm.com>
2423
2424         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2425         --silent if $silent.
2426         * configure: Regenerate.
2427
2428 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
2429
2430         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2431
2432 2007-07-17  Nick Clifton  <nickc@redhat.com>
2433
2434         * COPYING3: New file.  Contains version 3 of the GNU General
2435         Public License.
2436         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2437         Lesser General Public License.
2438
2439 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
2440
2441         * configure.ac: Fix my previous change to really match GCC.
2442         * configure: Regenerate.
2443
2444 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2445
2446         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2447         * configure: Regenerate.
2448
2449 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2450
2451         * configure.ac: Add some missing m4 quotation.
2452         * configure: Regenerate.
2453
2454 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
2455
2456         * Makefile.def: Add windmc tool to build.
2457         * Makefile.tpl: Likewise.
2458         * configure.ac: Likewise.
2459         * Makefile.in: Regenerate.
2460         * configure: Regenerate.
2461
2462 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2463
2464         * lt~obsolete.m4: New. Import from 20070318 libtool.
2465
2466 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2467
2468         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2469         uclinux and linux-uclibc targets.
2470         * configure: Regenerate.
2471
2472 2007-06-28  DJ Delorie  <dj@redhat.com>
2473
2474         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2475         not building newlib.
2476         * configure: Regenerated.
2477
2478 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
2479
2480         * src-release (DEVO_SUPPORT): Correct typos.
2481
2482 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2483
2484         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2485         * Makefile.in: Regenerated.
2486
2487 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2488
2489         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2490         (distclean-stage[+id+]): Possibly delete stage_last.
2491         * Makefile.in: Regenerate.
2492
2493 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2494
2495         * config.sub, config.guess: Update from upstream sources.
2496
2497 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2498
2499         * Makefile.tpl: Fix spelling error.
2500         * Makefile.in: Regenerate.
2501
2502 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
2503
2504         Sync with gcc:
2505         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2506
2507         PR bootstrap/29382
2508         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2509         * configure: Rebuilt.
2510
2511 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2512
2513         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2514         lt_cv_sys_max_cmd_len.
2515
2516 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
2517
2518         * ltgcc.m4: Update from GCC.
2519
2520 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2521
2522         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2523
2524 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
2525
2526         * ltmain.sh: Update from GCC.
2527         * libtool.m4: Update from GCC.
2528         * ltsugar.m4: New. Update from GCC.
2529         * ltversion.m4: New. Update from GCC.
2530         * ltoptions.m4: New. Update from GCC.
2531         * ltconfig: Remove.
2532         * ltcf-c.sh: Remove.
2533         * ltcf-cxx.sh: Remove.
2534         * ltcf-gcj.sh: Remove.
2535         * src-release: Update with new libtool file list.
2536
2537 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2538
2539         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2540         stage_cflags.
2541         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2542         Remove CFLAGS/LIBCFLAGS.
2543         (configure-stage[+id+]-[+prefix+][+module+],
2544         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2545         * Makefile.in: Regenerate.
2546
2547 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2548
2549         * config-ml.in: Update from GCC.
2550
2551 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
2552
2553         * src-release (do-proto-toplev): Process the support directories before
2554         the tool directory.
2555
2556 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2557
2558         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2559         of glob.  Quote arguments with single quotes too.
2560         * configure: Regenerate.
2561
2562 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2563
2564         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2565         * Makefile.in: Regenerate
2566
2567 2007-03-07  Andreas Schwab  <schwab@suse.de>
2568
2569         * configure: Regenerate.
2570
2571 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2572
2573         * configure.ac: Add "--with-pdfdir" configure option,
2574         which defines pdfdir variable.
2575         * Makefile.def (target=fixincludes): Add install-pdf to
2576         missing targets.
2577         (recursive_targets): Add install-pdf target.
2578         (flags_to_pass): Add pdfdir.
2579         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2580         target.
2581         * configure: Regenerate
2582         * Makefile.in: Regenerate
2583
2584 2007-02-28  Eric Christopher  <echristo@apple.com>
2585
2586         Revert:
2587         2006-12-07  Mike Stump  <mrs@apple.com>
2588
2589         * Makefile.def (dependencies): Add dependency for
2590         install-target-libssp and install-target-libgomp on
2591         install-gcc.
2592         * Makefile.in: Regenerate.
2593
2594 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2595
2596         * configure: Regenerate.
2597         * configure.ac: Move statements after variable declarations.
2598
2599 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2600
2601         * configure.ac: Adjust for loop syntax.
2602         * configure: Regenerate.
2603
2604 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2605
2606         * configure: Rebuilt.
2607
2608 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2609
2610         * configure.ac: Drop multiple occurrences of --enable-languages,
2611         and fix its quoting.
2612         * configure: Rebuilt.
2613
2614 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2615             Nathan Sidwell  <nathan@codesourcery.com>
2616             Vladimir Prus  <vladimir@codesourcery.com
2617             Joseph Myers  <joseph@codesourcery.com>
2618
2619         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2620         * configure: Regenerate.
2621
2622 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2623
2624         * configure.ac (target_libraries): Move libgcc before libiberty.
2625         * configure: Regenerated.
2626
2627 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2628
2629         * configure: Regenerate again?
2630
2631 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2632
2633         * configure: Reapply PR30748 fix which was lost in the previous commit.
2634
2635 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2636             Paolo Bonzini  <bonzini@gnu.org>
2637
2638         PR bootstrap/30753
2639         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2640         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2641         * configure: Regenerated.
2642
2643 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
2644
2645         * configure: Regenerate.
2646
2647 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2648
2649         PR bootstrap/30748
2650         * configure.ac: Correct syntax for Solaris ksh.
2651         * configure: Regenerated.
2652
2653 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2654
2655         * Makefile.def: Sync with GCC.
2656         * Makefile.tpl: Sync with GCC.
2657         * Makefile.in: Regenerate.
2658         * configure: Regenerate.
2659
2660 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2661
2662         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2663         noncanonical equivalents.
2664         * configure.in: Rename to...
2665         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2666         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2667         target_noncanonical.  Use them.  Rewrite removal of configure
2668         arguments for autoconf 2.59.  Discard variable settings.  Force
2669         program_transform_name for native tools.
2670
2671         * Makefile.in: Regenerated.
2672         * configure: Regenerated with autoconf 2.59.
2673
2674         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2675
2676 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
2677
2678         * COPYING.LIBGLOSS: Reformat default Red Hat
2679         license to fit within 80 columns.
2680         * COPYING.NEWLIB: Ditto.
2681
2682 2007-02-05  Dave Brolley  <brolley@redhat.com>
2683
2684         * Contribute the following changes:
2685         2006-11-28  DJ Delorie  <dj@redhat.com>
2686
2687         * configure.in: Fix typo for mep's target_makefile_frag.
2688         * configure: Regenerated.
2689
2690         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
2691
2692         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2693         * configure: Regenerate.
2694
2695         2001-09-19  DJ Delorie  <dj@redhat.com>
2696
2697         * configure.in (target_makefile_frag): use mt-mep
2698
2699         2001-06-12  Don Howard  <dhoward@redhat.com>
2700
2701         * configure.in: Remove gdb from MeP skip list.
2702
2703         2001-04-05  DJ Delorie  <dj@redhat.com>
2704
2705         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2706
2707         2001-03-20  Ben Elliston  <bje@redhat.com>
2708
2709         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2710
2711         2001-03-19  Ben Elliston  <bje@redhat.com>
2712
2713         * config.sub (mep, mep-*): Add.
2714
2715 2007-01-31  Andreas Schwab  <schwab@suse.de>
2716
2717         * Makefile.tpl (LDFLAGS): Substitute it.
2718         * Makefile.in: Regenerate.
2719
2720 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2721
2722         * configure.in: Change == to = in test command.
2723         * configure: Regenerate.
2724
2725 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2726             Nick Clifton  <nickc@redhat.com>
2727             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2728
2729         * configure.in (build_configargs, host_configargs, target_configargs):
2730         Remove build/host/target parameters.
2731         (host_libs): Add gmp and mpfr.
2732         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2733         * Makefile.def (gmp, mpfr): New.
2734         (gcc): Remove target.
2735         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2736         target_os, target_vendor): New.
2737         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
2738         * configure: Regenerate.
2739         * Makefile.in: Regenerate.
2740
2741 2007-01-11  Matt Fago  <fago@earthlink.net>
2742
2743         * configure.in: Try to link to functions only in mpfr 2.2.x
2744         to improve robustness of configure tests.
2745         * configure: Regenerate.
2746
2747 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2748
2749         * configure.in: Add support for an x86_64-mingw* target.
2750         * configure: Regenerate.
2751
2752 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2753
2754         * Makefile.tpl (all-target): Correct @if conditional for target
2755         modules.
2756         * configure.in: Omit libiberty if building only target libgcc.
2757         * configure, Makefile.in: Regenerated.
2758
2759 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2760
2761         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2762         * configure: Regenerate.
2763
2764 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2765
2766         * Makefile.def (target_modules): Add libgcc.
2767         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2768         * Makefile.tpl (clean-target-libgcc): Delete.
2769         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2770         on gcc even for bootstrapped modules.  Rewrite handling of
2771         lang_env_dependencies to loop over target_modules.
2772         * configure.in (target_libraries): Add target-libgcc.
2773         * Makefile.in, configure: Regenerated.
2774
2775 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2776
2777         Sync with gcc:
2778         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2779
2780         * configure.in: Reorganize recognition of languages.  Add
2781         --enable-stage1-languages.  Show supported languages for the chosen
2782         target rather than all recognized languages.
2783         * configure: Regenerate.
2784
2785         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2786
2787         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2788         * Makefile.in: Regenerate.
2789
2790         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2791
2792         * configure.in: Warn that MPFR 2.2.0 is buggy.
2793         * configure: Regenerate.
2794
2795 2006-12-27  Ian Lance Taylor  <iant@google.com>
2796
2797         * configure.in: When removing Makefiles to force a reconfigure, also
2798         remove prev-DIR*/Makefile.
2799         * configure: Regenerate.
2800
2801 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
2802
2803         * config.bfd: Recognize fido.
2804
2805 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2806
2807         Sync with gcc:
2808
2809         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2810
2811         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2812         it only affects bootstrap and could be tested on "$host" as well.
2813         * configure: Regenerate.
2814         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2815
2816         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2817
2818         PR bootstrap/29544
2819         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2820         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2821         move here comment from Makefile.tpl.
2822         * Makefile.tpl: Move some definitions higher in the file.
2823         (STAGE1_CHECKING): New.
2824         * configure.in: Add --enable-stage1-checking.
2825         * configure: Regenerate.
2826         * Makefile.in: Regenerate.
2827
2828         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2829
2830         * configure.in: Update error message for missing GMP/MPFR.
2831
2832         * configure: Regenerate.
2833
2834         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2835
2836         * configure.in: Update MPFR version in error message.
2837
2838         * configure: Regenerate.
2839
2840         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2841
2842         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2843         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2844         --with-gmp-lib): New flags.
2845
2846         * configure: Regenerate.
2847
2848 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
2849
2850         PR bootstrap/30134
2851         * configure.in: Correct x86 darwin support for libjava to powerpc
2852         and i?86 only.
2853         * configure: Regenerate.
2854
2855 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2856
2857         * configure.in:  Handle spu makefile frag.
2858         * Makefile.tpl (MAINT): Define
2859         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2860         * configure: Regenerate.
2861         * Makefile.in: Regenerate.
2862
2863 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2864
2865         * config.sub, config.guess: Update from upstream sources.
2866
2867 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2868
2869         * configure.in: Sync with GCC (spu-*-*).
2870         * configure: Sync with GCC.
2871
2872 2006-12-07  Mike Stump  <mrs@apple.com>
2873
2874         * Makefile.def (dependencies): Add dependency for
2875         install-target-libssp and install-target-libgomp on
2876         install-gcc.
2877         * Makefile.in: Regenerate.
2878
2879 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2880
2881         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2882         (unstage): Test for stage_last presence.
2883
2884         PR bootstrap/29802
2885         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2886         * Makefile.in: Regenerate.
2887
2888 2006-11-14  DJ Delorie  <dj@redhat.com>
2889
2890         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2891         * Makefile.in: Sync with GCC.
2892         * configure.in: Sync with GCC (mpfr, gmp).
2893         * configure: Sync with GCC.
2894
2895 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
2896
2897         * configure.in: Remove target-libgloss from noconfigdirs for
2898         bfin-*-*.
2899         * configure: Regenerated.
2900
2901 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
2902
2903         * COPYING.NEWLIB: Add spu license.
2904         * COPYING.LIBGLOSS: Ditto.
2905
2906 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
2907
2908         * Makefile.def: Added pdf target handling.
2909         * Makefile.tpl: Added pdf target handling.
2910         * Makefile.in: Regenerated.
2911
2912 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
2913
2914         * COPYING.NEWLIB: Updated.
2915         * COPYING.LIBGLOSS: Ditto.
2916
2917 2006-09-27  Dave Brolley  <brolley@redhat.com>
2918
2919         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2920         $s instead of $r.
2921         * configure: Regenerated.
2922
2923 2006-09-26  Ben Elliston  <bje@au.ibm.com>
2924
2925         * config.sub, config.guess: Update from upstream sources.
2926
2927 2006-09-20  Thiemo Seufer  <ths@mips.com>
2928
2929         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2930         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2931         * configure: Regenerate.
2932
2933 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2934
2935         * configure.in: Never build newlib for a Mingw host.
2936         Never build newlib as Mingw target library.
2937         Test the existence of winsup/cygwin for building a Cygwin newlib,
2938         rather than just winsup.
2939         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2940         building a Mingw target.
2941         * configure: Regenerate.
2942
2943 2006-08-15  Thiemo Seufer  <ths@mips.com>
2944             Nigel Stephens  <nigel@mips.com>
2945             David Ung  <davidu@mips.com>
2946
2947         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
2948
2949 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2950
2951         Sync from GCC:
2952         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2953
2954         PR bootstrap/18058
2955         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2956         if the bootstrap compiler is a GCC version that supports it.
2957         * configure: Regenerate.
2958
2959 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2960
2961         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2962         * configure: Regenerated.
2963
2964 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
2965
2966         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2967         for stages after the first.
2968
2969 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
2970
2971         * Makefile.def: Add dependencies for configure-opcodes
2972         on configure-intl and all-opcodes on all-intl.
2973         * Makefile.in: Regenerated.
2974
2975 2006-07-04  Peter O'Gorman  <peter@pogma.com>
2976
2977         * ltconfig: chmod 644 before ranlib during install.
2978
2979 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2980
2981         * configure.in: Fix thinkos in previous check-in.
2982         * configure: Regenerate.
2983
2984 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2985
2986         Sync from gcc:
2987
2988         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
2989
2990         PR other/27063
2991         * configure.in: Test subdir_requires and give an appropriate
2992         error message.
2993         * configure: Regenerate.
2994
2995         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2996
2997         PR target/27540
2998         * configure.in: Only enable libgomp on IRIX 6.
2999         * configure: Regenerate.
3000
3001 2006-06-20  David Ayers  <d.ayers@inode.at>
3002
3003         PR bootstrap/28072
3004         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3005         whether target-libjava is being configured instead of whether the
3006         java front end is enabled.
3007         * configure: Regenerate.
3008
3009 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
3010
3011         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3012         to R_ARM_LDC_SB_G{0,1,2} respectively.
3013
3014 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3015
3016         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3017         too.
3018         * Makefile.in: Regenerate.
3019
3020 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3021
3022         Sync from gcc:
3023
3024         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3025         * configure.in: Don't enable libgomp on hpux10.
3026         * configure: Rebuilt.
3027
3028 2006-06-13  David Ayers  <d.ayers@inode.at>
3029
3030         Sync from gcc:
3031
3032         2006-06-12  David Ayers  <d.ayers@inode.at>
3033
3034         PR bootstrap/27963
3035         PR target/19970
3036         * configure.in: Remove target-boehm-gc from noconfigdirs where
3037         ${libgcj} is specified.
3038         * configure: Regenerate.
3039
3040 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
3041
3042         Sync from gcc:
3043
3044         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
3045                     Andreas Schwab  <schwab@suse.de>
3046
3047         PR bootstrap/18033
3048         * config-ml.in: Eval option if surrounded by single quotes.
3049
3050 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
3051
3052         Sync from gcc:
3053
3054         2006-06-06  David Ayers  <d.ayers@inode.at>
3055
3056         PR libobjc/13946
3057         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3058         * Makefile.in: Regenerate.
3059         * configure.in: Add --enable-objc-gc at toplevel and have it
3060         enable boehm-gc for Objective-C.
3061         Remove target-boehm-gc from libgcj.
3062         Add target-boehm-gc to target_libraries.
3063         Add target-boehm-gc to noconfigdirs where ${libgcj}
3064         is specified.
3065         Assert that boehm-gc is supported when requested for Objective-C.
3066         Only build boehm-gc if needed either for Java or Objective-C.
3067         * configure: Regenerate.
3068
3069         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3070
3071         PR 27674
3072         * Makefile.tpl (configure-[+prefix+][+module+],
3073         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3074         Remove rule to unstage bootstrapped modules.
3075         (stage_current): New.
3076         * Makefile.in: Regenerate.
3077
3078         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3079         Andreas Tobler  <a.tobler@schweiz.ch>
3080
3081         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3082         * configure: Rebuilt.
3083
3084         Revert
3085         2006-01-31  Richard Guenther  <rguenther@suse.de>
3086         Paolo Bonzini  <bonzini@gnu.org>
3087
3088         * Makefile.def (target_modules): Add libgcc-math target module.
3089         * configure.in (target_libraries): Add libgcc-math target library.
3090         (--enable-libgcc-math): New configure switch.
3091         * Makefile.in: Re-generate.
3092         * configure: Re-generate.
3093
3094 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
3095
3096         * config-ml.in: Alter CCASFLAGS to include special
3097         multilib options the same as is done for CFLAGS.
3098
3099 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3100
3101         * Makefile.def: Added dependencies from sim and gdb on intl, and
3102         added configure dependencies to everything with an all dependency
3103         on intl.
3104         * gettext.m4: Removed.
3105         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3106         (GDB_SUPPORT_DIRS): Add intl.
3107         * Makefile.in: Regenerated.
3108
3109 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
3110
3111         * src-release (DEVO_SUPPORT): Add config.rpath.
3112
3113 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3114
3115         * Makefile.def (bfd, opcodes): Fix lib_path.
3116         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3117         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3118         * Makefile.in: Regenerate.
3119
3120 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3121
3122         * configure.in: Enable gprof for cross builds.
3123         * configure: Regenerate.
3124
3125 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
3126
3127         * src-release (MAKEINFOFLAGS): Define.
3128         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3129
3130 2006-05-14  Ben Elliston  <bje@au.ibm.com>
3131
3132         * config.sub, config.guess: Update from upstream sources.
3133
3134 2006-05-12  Ben Elliston  <bje@au.ibm.com>
3135
3136         * config.sub, config.guess: Update from upstream sources.
3137
3138 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
3139
3140         * blt, iwidgets, mmalloc: Remove directories.
3141
3142 2006-05-01  DJ Delorie  <dj@redhat.com>
3143
3144         * configure.in: Restore CFLAGS if GMP isn't present.
3145         * configure: Regenerate.
3146
3147 2006-04-18  DJ Delorie  <dj@redhat.com>
3148
3149         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3150         reference libgloss so that libssp can be built in a combined
3151         tree.
3152         * configure: Regenerate.
3153
3154 2006-04-10  Ben Elliston  <bje@au.ibm.com>
3155
3156         * contrib: Remove directory.
3157
3158 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
3159
3160         * Makefile.tpl: Add install-html target.
3161         * Makefile.def: Add install-html target.
3162         * Makefile.in: Regenerate.
3163         * configure.in: Add --with-datarootdir, --with-docdir,
3164         and --with-htmldir options.
3165         * configure: Regenerate.
3166
3167 2006-03-31  Ben Elliston  <bje@au.ibm.com>
3168
3169         PR binutils/1860
3170         * configure.in: Require makeinfo 4.4 or higher.
3171         * configure: Regenerate.
3172
3173 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3174
3175         * Makefile.in: Regenerate.
3176
3177 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3178
3179         Sync with gcc:
3180         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3181
3182         * configure.in: Handle --disable-<component> generically.
3183         * configure: Regenerate.
3184
3185         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3186
3187         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3188         (TARGET_CONFIGDIRS): Remove.
3189         * configure.in: Remove AC_SUBST(target_configdirs).
3190         * Makefile.in, configure: Regenerated.
3191
3192
3193 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3194
3195         PR libgcj/17311
3196         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3197
3198 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3199
3200         PR bootstrap/25670
3201
3202         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3203
3204         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3205         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3206         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3207         BUILD_PREFIX, BUILD_PREFIX_1.
3208         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3209
3210         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3211         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3212
3213         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3214         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3215         of `cat stage_current`.  Always provide the `r' and `s' variables.
3216         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3217         a single shell execution.
3218         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3219         bootstrapped modules, make the stage1 module if the build was not
3220         started yet, else build the current stage.
3221         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3222         (all-build, all-host, all-target, [+make_target+]-host,
3223         [+make_target+]-target): Do not use \-continued lines.
3224         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3225         (current_stage, restrap, stage_last): New.
3226
3227         * Makefile.in: Regenerate.
3228         * configure: Regenerate.
3229
3230 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3231
3232         Sync from gcc:
3233
3234         2006-01-31  Richard Guenther  <rguenther@suse.de>
3235                     Paolo Bonzini  <bonzini@gnu.org>
3236
3237         * Makefile.def (target_modules): Add libgcc-math target module.
3238         * configure.in (target_libraries): Add libgcc-math target library.
3239         (--enable-libgcc-math): New configure switch.
3240         * Makefile.in: Re-generate.
3241         * configure: Re-generate.
3242         * libgcc-math: New toplevel directory.
3243
3244         2006-01-18  Richard Henderson  <rth@redhat.com>
3245                     Jakub Jelinek  <jakub@redhat.com>
3246                     Diego Novillo  <dnovillo@redhat.com>
3247
3248         * libgomp: New directory.
3249         * Makefile.def: Add target_module libgomp.
3250         * Makefile.in: Regenerate.
3251         * configure.in (target_libraries): Add target-libgomp.
3252         * configure: Regenerate.
3253
3254 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3255             Andreas Schwab  <schwab@suse.de>
3256
3257         * configure: Regenerate.
3258
3259 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
3260
3261         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3262         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3263         the assembler, linker and binutils.
3264         * configure: Regenerate.
3265
3266 2006-01-16  Nick Clifton  <nickc@redhat.com>
3267
3268         * config.sub, config.guess: Sync from config repository.
3269
3270 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3271
3272         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3273         @ from continuation.
3274         * Makefile.in: Rebuilt.
3275
3276 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3277
3278         Sync from gcc:
3279
3280         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3281
3282         PR bootstrap/24252
3283
3284         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3285         * Makefile.tpl (OBJDUMP): New.
3286         (EXTRA_HOST_FLAGS): Add it.
3287         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3288
3289         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3290         to use symbolic links between directories.  Avoid race conditions
3291         or make them harmless.
3292         * configure.in: Do not try to use symbolic links between directories.
3293
3294         * Makefile.def (LEAN): Pass.
3295         * Makefile.tpl (LEAN): Define.
3296         (stage[+id+]-start): Accept that the previous directory does not
3297         exist, if the bootstrap is lean.
3298         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3299         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3300         configure substitution.
3301         ([+compare-target+]): Likewise.
3302         ([+bootstrap-target+]-lean): New.
3303         * configure.in: Remove lean bootstrap support from here.
3304
3305         * Makefile.in: Regenerate.
3306         * configure: Regenerate.
3307
3308         2006-01-02  Andreas Schwab  <schwab@suse.de>
3309
3310         * configure.in: When reconfiguring remove Makefile in
3311         all stage directories.
3312         * configure: Regenerate.
3313
3314 2005-12-27  Leif Ekblad  <leif@rdos.net>
3315
3316         * configure.in: Add support for RDOS target.
3317         * configure: Regenerate.
3318
3319 2005-12-27  Nick Clifton  <nickc@redhat.com>
3320
3321         PR binutils/1990
3322         * libtool.m4: Synchronize with version in GCC sources.
3323
3324 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3325
3326         Revert Ada-related part of the previous change.
3327
3328         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3329         Do not pass.
3330         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3331         * Makefile.in: Regenerate.
3332         * configure.in: Do not include mt-ppc-aix target fragment.
3333         * configure: Regenerate.
3334
3335 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3336
3337         * configure.in: Select appropriate fragments for PowerPC/AIX.
3338         * configure: Regenerate.
3339
3340         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3341         BOOT_CFLAGS, BOOT_LDFLAGS.
3342         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3343         BOOT_CFLAGS, BOOT_LDFLAGS.
3344         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3345         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3346         (stage): Fail if we cannot complete the work.
3347         * Makefile.in: Regenerate.
3348
3349 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
3350
3351         * COPYING.NEWLIB: Update copyright year for default
3352         copyright.
3353
3354 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3355
3356         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3357         install-host-nogcc): Don't invoke $(stage) at the end.
3358         * Makefile.in: Regenerate.
3359
3360 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3361
3362         * configure.in: Flip the top-level bootstrap switch.
3363         * configure: Regenerate.
3364
3365         Merge from gcc:
3366
3367         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3368
3369         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3370         $(stage) and $(unstage).
3371         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3372         (all): Remove stray semicolon.
3373         (local-distclean): Don't handle multilib.tmp and multilib.out.
3374         (install.all): Set $s for consistency.
3375         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3376         check_multilibs setting.  Always make the install directory.
3377         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3378         Correct @if/@endif.
3379         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3380         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3381         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3382         (multilib.out): Remove.
3383         * Makefile.in: Regenerated.
3384
3385 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3386
3387         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3388         * configure.in: Replace ms1 arch with mt.
3389         * configure: Rebuilt.
3390
3391 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3392
3393         Sync with gcc:
3394
3395 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3396
3397         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3398         * configure.in: Replace ms1 arch with mt.
3399         * configure: Rebuilt.
3400
3401 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3402
3403         Sync with gcc:
3404
3405         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3406
3407         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3408         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3409         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3410         Find in-tree tools if available.
3411         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3412         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3413         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3414         (COMPILER_*_FOR_TARGET): New.
3415         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3416         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3417         (CONFIGURED_*, USUAL_*): Remove.
3418         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3419         STRIP): Use autoconf substitutions.
3420         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3421         COMPILER_NM_FOR_TARGET): New.
3422         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3423
3424         (all): Make all-host and all-target in parallel.
3425         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3426         that $$r and $$s are set before invoking a recursive make.
3427         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3428         ([+bootstrap-target+]): Inline most of the `all' target.
3429
3430         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3431
3432         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3433         from the gcc build directory.
3434         * Makefile.in: Regenerate.
3435
3436         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3437
3438         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3439         depend on all-libdecnumber.
3440         * configure.in (host_libs): Include libdecnumber.
3441         * Makefile.in: Regenerate.
3442         * configure: Likewise.
3443
3444         2005-11-21  Kean Johnston  <jkj@sco.com>
3445
3446         * config.sub, config.guess: Sync from upstream sources.
3447
3448 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3449
3450         * Makefile.def: Remove gdb dependencies for gdbtk.
3451         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3452         (configure-gdb, install-gdb): New rules.
3453         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3454         * Makefile.in, configure: Regenerated.
3455
3456 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3457
3458         PR bootstrap/24297
3459         * Makefile.tpl (do-[+make-target+], do-check, install,
3460         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3461         are set before recursing.
3462         * Makefile.in: Regenerate.
3463
3464 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3465
3466         PR bootstrap/18939
3467         * Makefile.def (gcc) <target>: Fix thinko.
3468         * Makefile.in: Regenerate.
3469
3470 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3471
3472         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3473         * configure: Regenerate.
3474
3475 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
3476
3477         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3478         target-libffi, target-qthreads, target-libjava, and
3479         targetlibobjc.
3480         * configure: Regenerate.
3481
3482 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3483
3484         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3485         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3486         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3487         (USUAL_OBJDUMP_FOR_TARGET): New.
3488         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3489         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3490         * configure, Makefile.in: Regenerated.
3491
3492 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3493
3494         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3495         before other host packages.
3496
3497 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3498
3499         PR bootstrap/22340
3500
3501         * configure.in (default_target): Remove.
3502         * Makefile.tpl (all): Do not use prerequisites as subroutines
3503         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3504         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3505         use prerequisites as subroutines.
3506         (check-host, check-target): New.
3507         (bootstrap configure & all targets): Do not use stage*-start
3508         if the directory layout is already ok.
3509         (non-bootstrap configure & all targets): Prepend a $(unstage).
3510         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3511         (NOTPARALLEL): Remove.
3512         (unstage, stage variables): New variables.
3513         (unstage, stage targets): Simply expand to those variables.
3514
3515         * configure: Regenerate.
3516         * Makefile.in: Regenerate.
3517
3518 2005-10-04  James E Wilson  <wilson@specifix.com>
3519
3520         * Makefile.def (lang_env_dependencies): Add libmudflap.
3521         * Makefile.in: Regenerate.
3522
3523 2005-10-03  Catherine Moore  <clm@cm00re.com>
3524
3525         * configure.in (bfin-*-*): Support bfin.
3526         * configure: Regenerated.
3527
3528 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
3529
3530         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3531         * configure: Regenerated.
3532
3533 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3534
3535         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3536         (LIPO_FOR_TARGET): New.
3537         (CONFIGURED_LIPO_FOR_TARGET): New.
3538         (USUAL_LIPO_FOR_TARGET): New.
3539         (STRIP_FOR_TARGET): New.
3540         (CONFIGURED_STRIP_FOR_TARGET): New.
3541         (USUAL_STRIP_FOR_TARGET): New.
3542         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3543         STRIP_FOR_TARGET.
3544         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3545         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3546         * Makefile.in: Regenerate.
3547         * configure: Regenerate.
3548
3549 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3550
3551         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3552         (rs6000-*-aix*): Same.
3553         * configure: Regenerate.
3554
3555 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3556
3557         * configure.in: Recognize f95 in the --enable-languages option,
3558         and substitute it for fortran, issuing a warning.
3559         * configure: Regenerate.
3560
3561 2005-09-07  Ben Elliston  <bje@au.ibm.com>
3562
3563         Import from Autoconf sources:
3564
3565         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3566         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3567         Elliston.  Handle weird characters correctly.
3568
3569 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3570
3571         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3572         * configure:  Regenerated.
3573
3574 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3575
3576         * Makefile.def (libssp): Add to lang_env_dependencies.
3577         * Makefile.in: Regenerate.
3578
3579 2005-08-17  Christian Groessler  <chris@groessler.org>
3580
3581         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3582         * Makefile.in: Regenerate.
3583
3584 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3585
3586         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3587         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3588         Look for alternate names of the target cc and c++
3589         * configure: Regenerate.
3590
3591 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3592
3593         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3594         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3595         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3596         tools; remove code to manually set them.
3597         (Target tools): Look in the environment for them.
3598         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3599         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3600         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3601         build directory.
3602         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3603         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3604         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3605         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3606         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3607         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3608         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3609         * configure: Regenerate.
3610         * Makefile.in: Regenerate.
3611
3612 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3613
3614         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3615         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3616         * Makefile.in: Regenerated.
3617
3618 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3619
3620         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3621         (CFLAGS_FOR_TARGET): Use it.
3622         (CXXFLAGS_FOR_TARGET): Likewise.
3623         * Makefile.in: Regenerated.
3624         * configure.in (--with-build-sysroot): New option.
3625         * configure: Regenerated.
3626
3627 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3628
3629         * Makefile.tpl: Wrap install between unstage and stage
3630         * Makefile.in: Regenerate.
3631
3632 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3633
3634         * all files: Update FSF address.
3635
3636 2005-07-14  Jim Blandy  <jimb@redhat.com>
3637
3638         * configure.in: Add cases for Renesas m32c.
3639         * configure: Regenerated.
3640
3641 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3642
3643         * COPYING, compile, config-ml.in, config.guess,
3644         config.sub, install-sh, missing, mkinstalldirs,
3645         symlink-tree, ylwrap: Sync from upstream sources.
3646
3647 2005-07-13  Eric Christopher  <echristo@redhat.com>
3648
3649         * configure.in: Add toplevel noconfigdir support for tpf.
3650         * configure: Regenerate.
3651
3652 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
3653
3654         * Makefile.def (target_modules): Add libssp.
3655         * configure.in (target_libraries): Add target-libssp.
3656         * configure: Rebuilt.
3657         * Makefile.in: Rebuilt.
3658
3659 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3660
3661         PR ada/22340
3662
3663         * Makefile.def: Sync with gcc.
3664         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3665         * Makefile.in: Regenerate.
3666
3667 2005-07-07  Andreas Schwab  <schwab@suse.de>
3668
3669         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3670         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3671         * Makefile.in: Regenerated.
3672
3673 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
3674
3675         * configure.in: Add --enable-libssp and --disable-libssp.
3676         * configure: Regenerate with autoconf-2.13.
3677
3678 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3679
3680         * configure.in: Don't build sim or rda when targetting darwin.
3681         * configure: Regenerate.
3682
3683 2005-07-04  Ben Elliston  <bje@gnu.org>
3684
3685         * src-release (do-proto-toplev): Remove dejagnu bits.
3686         (DEJAGNU_SUPPORT_DIRS): Remove.
3687         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3688         (GDBD_SUPPORT_DIRS): Likewise.
3689         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3690         (INSIGHTD_SUPPORT_DIRS): Likewise.
3691         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3692
3693 2005-06-30  Ben Elliston  <bje@gnu.org>
3694
3695         * setup.com (mpw): Remove unused directive.
3696
3697 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3698
3699         * Makefile.def (stagefeedback): Come after profile.
3700         Define profiledbootstrap target.
3701         * Makefile.tpl (profiledbootstrap): Remove.
3702         (stageprofile-end): Zap stagefeedback.
3703         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3704         * Makefile.in: Regenerate.
3705
3706 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3707
3708         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3709         In 'cpp' stanza, support '#line' as well as '# '.
3710
3711 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3712
3713         * configure.in (unsupported_languages): New macro.
3714         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3715         non-ported target libraries in noconfigdirs.
3716         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3717         non-linux-gnu.  Remove libgcj_ex_libffi.
3718         <lang_frag loop>: Set add_this_lang=no if the language is in
3719         unsupported_languages.
3720         * configure: Regenerate.
3721
3722 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3723
3724         * configure.in: Fix typo in handling of --with-mpfr-dir.
3725         * configure: Regenerate.
3726
3727 2005-06-02  Jim Blandy  <jimb@redhat.com>
3728
3729         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3730         accepted into the master sources.)
3731
3732 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3733             Michael Snyder  <msnyder@redhat.com>
3734             Stan Cox  <scox@redhat.com>
3735
3736         * configure.in: Set noconfigdirs for ms1.
3737
3738         * configure: Regenerate.
3739
3740 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3741
3742         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3743         (Dependencies): Consider target modules for bootstrap dependencies.
3744         Make target bootstrap modules depend on each stage's gcc.
3745         * Makefile.in: Regenerate.
3746
3747 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3748
3749         * Makefile.def (configure-gcc): Depend on binutils having been built.
3750         (all-gcc): No need to do it here.
3751         * Makefile.in: Regenerate.
3752
3753 2005-05-19  Paul Brook  <paul@codesourcery.com>
3754
3755         * configure.in: Rewrite misleading error message when requested
3756         language cannot be built.
3757         * configure: Regenerate.
3758
3759 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3760
3761         * ylwrap: Import from Automake 1.9.5.
3762
3763 2005-05-04  Mike Stump  <mrs@apple.com>
3764
3765         * configure.in: Always pass --target to target configures as
3766         otherwise rebuilds that do --recheck will fail.
3767         * configure: Rebuilt.
3768
3769 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3770
3771         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3772         STAGE_HOST_EXPORTS.
3773         (configure, all): Add bootstrap support.
3774         (Host modules, target modules): Pass post-stage1 flags and exports.
3775         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3776         * Makefile.in: Regenerate.
3777
3778 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
3779
3780         Sync from gcc:
3781
3782         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
3783
3784         * config.sub: Update from master copy.
3785
3786         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
3787
3788         * configure.in <crisv32-*-*, cris-*-*>: New local variable
3789         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
3790         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
3791         "*-*-elf" and "*-*-linux*".
3792         * configure: Regenerate.
3793
3794 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
3795
3796         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3797         (TARGET_CONFIGARGS): Include --with-target-subdir.
3798         (configure, all): New macros.  Use them throughout.
3799
3800 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
3801
3802         * Makefile.tpl: Sync with gcc.
3803         * Makefile.in: Regenerate.
3804
3805 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
3806
3807         * config/mh-mingw32: Delete.
3808         * configure.in: Don't use it.
3809         * configure: Regenerate.
3810
3811 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
3812
3813         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3814         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3815         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3816         (HOST_LIB_PATH): Generate from Makefile.def.
3817         (TARGET_LIB_PATH): Likewise.
3818         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3819         * Makefile.in: Regenerate.
3820         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3821         (RPATH_ENVVAR): Include Darwin case.
3822         * configure: Regenerate.
3823
3824 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
3825
3826         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3827         * configure: Regenerate.
3828
3829 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
3830
3831         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3832         gcc_version, and gcc_version_trigger from set of flags to pass.
3833         * Makefile.tpl: Remove definitions of above variables.
3834         (config.status): Remove dependency on $(gcc_version_trigger).
3835         * Makefile.in: Regenerate.
3836         * configure.in: Do not reference config/gcc-version.m4 nor
3837         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
3838         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
3839         * configure: Regenerate.
3840
3841 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
3842             Andrew Pinski <pinskia@physics.uc.edu>
3843
3844         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3845         * Makefile.in: Regenerate.
3846
3847 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
3848
3849         PR libgcj/20160
3850         * ltmain.sh: Avoid creating archives with components that have
3851         duplicate basenames.
3852
3853 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3854
3855         PR bootstrap/20250
3856         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3857         instead of check.
3858         * Makefile.in: Regenerate.
3859
3860 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3861
3862         Sync from gcc.
3863
3864         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3865
3866         PR bootstrap/17383
3867         * Makefile.def (target_modules): Remove "stage", now unnecessary.
3868         * Makefile.tpl (HOST_SUBDIR): New substitution.
3869         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3870         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3871         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3872         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3873         (Host modules, Bootstrapped modules): Use it.
3874         (Build modules, Target modules): Do not create symlink trees,
3875         always configure out-of-srcdir.
3876         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3877         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3878         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3879         $(HOST_SUBDIR).  Create a symlink for host_subdir.
3880
3881         * Makefile.in: Regenerate.
3882         * configure: Regenerate.
3883
3884         Merged from libada-gnattools-branch:
3885         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3886
3887         * Makefile.def: Add gnattools as a module, depending on target-libada.
3888         * Makefile.in: Regenerate.
3889         * configure.in: Include gnattools in host_tools; disable it if ada
3890         is disabled.
3891         * configure: Regenerate.
3892
3893 2005-02-23  Nick Clifton  <nickc@redhat.com>
3894
3895         * configure: Regenerate.
3896
3897 2005-02-22  Paul Schlie  <schlie@comcast.net>
3898
3899         * configure.in: Allow darwin targeted ports to build tk, itcl and
3900         libgui.
3901
3902 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3903
3904         PR libgcj/10353
3905         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3906         * configure: Regenerate.
3907
3908 2005-02-08  Andrew Cagney  <cagney@gnu.org>
3909
3910         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3911         gdb/ section.  Update GDB's URL.
3912
3913 2005-01-31  Andrew Cagney  <cagney@gnu.org>
3914
3915         * gettext.m4: Only set ENABLE_NLS when gettext is present.
3916
3917 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3918
3919         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3920         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3921         target-libgloss when not *-*-elf and *-*-aout.
3922         * configure: Regenerate.
3923
3924 2005-01-27  Andrew Cagney  <cagney@gnu.org>
3925
3926         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3927
3928 2005-01-24  Andrew Cagney  <cagney@gnu.org>
3929
3930         * gettext.m4: Only fall back to ../intl/ when it's present.
3931
3932 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3933
3934         * install-sh, config.sub: Import from upstream.
3935
3936 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3937
3938         PR bootstrap/18222
3939         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3940         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3941         * Makefile.in: Regenerate.
3942
3943 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
3944
3945         Revert 2004-12-28 Makefile changes, a better fix will be
3946         applied to mainline and src after GCC 4.0 branches.
3947
3948 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
3949
3950         PR bootstrap/17383
3951
3952         * Makefile.def (target_modules): Remove stage parameter,
3953         it is always true now.
3954         * Makefile.tpl (configure-build-[+module+],
3955         configure-target-[+module+]): Always build symlink tree
3956         for the directory and for include.  BUILD_SUBDIR and
3957         TARGET_SUBDIR cannot be . anymore.
3958         * Makefile.in: Regenerate.
3959
3960 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
3961
3962         Revert 2004-12-08 Makefile changes.
3963
3964 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
3965
3966         * configure.in (sh64-*-*): Reenable gprof.
3967         * configure: Regenerate.
3968
3969 2004-12-09  Jim Blandy  <jimb@redhat.com>
3970
3971         * MAINTAINERS: List 'depcomp' as part of automake.
3972
3973 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
3974
3975         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3976         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3977         (EXTRA_TARGET_FLAGS): Add PICFLAG.
3978         * Makefile.in: Regenerate.
3979
3980 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
3981
3982         * Makefile.tpl: Generate normal dependencies if the LHS module is
3983         not bootstrapped.
3984         * Makefile.in: Regenerate.
3985
3986 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3987
3988         * configure.in: Include config/gxx-include-dir.m4.  Use
3989         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
3990         * configure: Regenerate.
3991
3992 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3993
3994         * config.if: Delete.
3995         * configure.in: Set libstdcxx_incdir directly.
3996         * configure: Regenerate.
3997         * MAINTAINERS: Remove mention of config.if.
3998         * src-release (DEVO_SUPPORT): Remove config.if.
3999
4000 2004-12-02  Eric Christopher  <echristo@redhat.com>
4001
4002         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4003         of things to remove.
4004         * Makefile.in: Regenerate.
4005
4006 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4007
4008         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4009         * configure: Regenerate.
4010
4011 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4012
4013         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4014         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4015         * configure: Regenerate.
4016
4017 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4018
4019         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4020         (hppa*64*-*-*): Delete incorrect comment.
4021         * configure: Rebuilt.
4022
4023 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4024
4025         * install-sh, compile: Import from automake.
4026
4027 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4028
4029         * config.guess, config.sub:  Import from savannnah.
4030
4031 2004-11-12  Mike Stump  <mrs@apple.com>
4032
4033         * Makefile.def: Add html support.
4034         * Makefile.tpl: Likewise.
4035         * Makefile.in: Regenerate.
4036
4037 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4038
4039         PR 18423
4040         * configure.in: Remove all instances of build-fixincludes from
4041         noconfigdirs.
4042         (build_configargs): Supply --target to subdirectories.
4043         * configure: Regenerate.
4044
4045         * Makefile.def: Make gcc install depend on fixincludes install.
4046         * Makefile.in: Regenerate.
4047
4048 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4049
4050         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4051         target-libgfortran.
4052         * configure: Regenerate.
4053
4054 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4055
4056         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4057         like CC.
4058
4059 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4060
4061         * Makefile.def (host fixincludes): Specify missing targets.
4062         * Makefile.in: Regenerate.
4063
4064 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4065
4066         PR other/17783
4067         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4068         * configure: Regenerated.
4069
4070 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4071
4072         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4073         * configure: Regenerated.
4074
4075 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4076
4077         PR target/18151
4078         * configure.in (case ${target}): Do not build fixincludes for avr.
4079         * configure: Regenerated.
4080
4081 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4082
4083         * configure.in (case ${target}): Do not build fixincludes
4084         on platforms where it is not used.
4085         * configure: Regenerated.
4086
4087 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4088
4089         * configure.in: Use an absolute path to install-sh.
4090         * configure: Regenerated.
4091
4092 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4093
4094         * src-release (do-djunpack, do-md5sum): Install the generated file
4095         directly into the proto-toplev/ directory.
4096
4097 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4098
4099         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4100
4101 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4102
4103         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4104         * configure: Regenerate.
4105
4106 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4107
4108         Fix wrong conflict resolution in:
4109
4110         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4111
4112         * Makefile.in: Regenerate.
4113         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4114         in the recursive `make', instead of hardwiring `all'.
4115         (Autogenerated TARGET-* variables): New.
4116
4117 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4118
4119         Merged from GCC / libtool upstream:
4120         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4121         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4122         * ltcf-cxx.sh (tpf*): Likewise.
4123         * ltconfig (tpf*): Add TPF OS configuration support.
4124
4125 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
4126
4127         * configure.in: Enable target-libgloss for crx-*-*.
4128         * configure: Regenerate.
4129
4130 2004-09-24  Michael Roth  <mroth@nessie.de>
4131
4132         * configure.in (--without-headers): Add missing double quotes.
4133         * configure: Regenerate.
4134
4135 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
4136
4137         * ylwrap: Revert to previous version.
4138
4139 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4140
4141         PR bootstrap/17369
4142         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4143         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4144         SET_GCC_LIB_PATH_CMD.
4145         (BASE_TARGET_EXPORTS): Likewise.
4146         * Makefile.in: Regenerated.
4147
4148         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4149         * configure: Regenerated.
4150
4151 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4152
4153         * config.guess: New upstream version
4154         * compile, depcomp, install-sh, ylwrap: Likewise.
4155
4156 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4157
4158         * config/mh-x86omitfp: New host makefile fragment.  Add
4159         -fomit-frame-pointer to the default BOOT_CFLAGS.
4160         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4161         * configure: Regenerate.
4162
4163 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4164
4165         PR target/11572
4166         * configure.in (*-*-darwin*): Renable libobjc.
4167         * configure: Regenerate.
4168
4169 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4170
4171         * Makefile.def: Remove libbanshee.
4172         * Makefile.tpl: Ditto.
4173         * configure.in: Ditto.
4174         * Makefile.in: Regen.
4175         * configure: Ditto.
4176
4177 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4178
4179         * missing: Import latest version from master repository.
4180
4181 2004-09-04  Nick Clifton  <nickc@redhat.com>
4182
4183         * config.sub: Import latest version from master repository.
4184         * config.guess: Likewise.
4185         This includes these changes:
4186
4187         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4188
4189         * config.sub: Handle crisv32, alias etraxfs.
4190         * config.guess (crisv32:Linux:*:*): Handle.
4191
4192         2004-08-13  Brad Smith  <brad@comstyle.com>
4193
4194         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4195         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4196
4197         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4198
4199         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4200         assume the processor is a powerpc.  This is because coreutils
4201         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4202         in this case, due to a MacOS X bug that causes
4203         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4204         to return a negative number.
4205         Problem reported by Petter Reinholdtsen in:
4206         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4207
4208         2004-07-19  Ben Elliston  <bje@gnu.org>
4209
4210         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4211
4212         2004-06-24  Ben Elliston  <bje@gnu.org>
4213
4214         * config.guess: Update copyright years.
4215         * config.sub: Likewise.
4216
4217         2004-06-22  Robert Millan  <robertmh@gnu.org>
4218
4219         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4220         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4221
4222         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4223
4224         * config.guess (*:*VMS:*:*): New entry. Replaces
4225         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4226         manufacturer.
4227
4228         2004-06-22  Ben Elliston  <bje@gnu.org>
4229
4230         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4231         * config.sub: Likewise.
4232
4233         2004-06-22  Ben Elliston  <bje@gnu.org>
4234
4235         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4236         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4237
4238         2004-06-11  Ben Elliston  <bje@gnu.org>
4239
4240         * config.guess (pegasos:OpenBSD:*:*): Remove.
4241
4242         2004-06-11  Ben Elliston  <bje@gnu.org>
4243
4244         From Wouter Verhelst <wouter@grep.be>:
4245         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4246
4247         2004-06-11  Ben Elliston  <bje@gnu.org>
4248
4249         * config.guess (luna88k:OpenBSD:*:*): New.
4250
4251         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4252
4253         * config.guess (m32r*:Linux:*:*): New case.
4254         * config.sub: Handle m32rle.
4255
4256         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4257
4258         From Jens Petersen  <petersen@redhat.com>:
4259         * config.sub: Handle sparcv8.
4260
4261         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4262
4263         From Tom Smith <smith@cag.lkg.hp.com>:
4264         * config.guess: Version suffixes are equally significant on Tru64
4265         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4266         prefix of "P" (patched kernel).
4267
4268         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4269
4270         * config.sub: Add support for National Semiconductor CRX target.
4271
4272 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4273
4274         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4275         *-*-netware, but add target-libmudflap.
4276         Consolidate *-*-netware targets (of which really only i?86 exists)
4277         into a single entry.
4278         * configure: Likewise.
4279
4280 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4281
4282         * Makefile.tpl (sorry): Remove.
4283         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4284         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4285         (do-clean): Clean per-stage directories too.
4286         (do-distclean): Run distclean-stage1 too.
4287         (.NOTPARALLEL): Enable during toplevel bootstrap.
4288         (stage[+id+]-bubble): Enable parallel execution during
4289         the recursive invocation.
4290         * Makefile.in: Regenerate.
4291
4292         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4293
4294         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
4295
4296         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4297         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4298         * configure: regenerate
4299         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4300         -mdynamic-no-pic
4301
4302 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4303
4304         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4305         include.
4306         * configure.in: Fix indentation.
4307         * configure: Regenerate.
4308
4309 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4310
4311         * Makefile.def (build_modules): Add fixincludes.
4312         (dependencies): Make gcc depend on fixincludes.
4313         * configure.in (build_tools): Add fixincludes.
4314         (build_configdirs): Always include build_libs.
4315         * Makefile.in: Regenerate.
4316         * configure: Regenerate.
4317
4318 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4319
4320         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4321         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4322         phony targets; do not generate timestamp files.
4323         (distclean-stageN): Remove references to their timestamp files.
4324         (restageN, touch-stageN): Remove.
4325         (stageN-bubble): Rewritten.
4326         (compare): Support lean bootstraps.
4327         * Makefile.in: Regenerate.
4328
4329         * configure.in: Only warn when bootstrapping but
4330         build != host or build != target.  Support lean bootstraps.
4331         * configure: Regenerate.
4332
4333         Sync from gcc:
4334         2004-08-26  Phil Edwards  <phil@codesourcery.com>
4335
4336         * configure.in:  Give a better error message if GMP/MPFR are missing
4337         and a language needing them has been requested.
4338         * configure:  Regenerated.
4339
4340         2004-08-25  Phil Edwards  <phil@codesourcery.com>
4341
4342         * configure.in:  Print a list of available language front-ends if
4343         a requested one is missing.  Tidy stray tab characters.
4344         * configure:  Regenerated.
4345
4346 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
4347
4348         * Makefile.in: Regenerate.
4349         * configure: Regenerate.
4350
4351         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4352         stage_*_flags.
4353         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4354         for bootstrapped modules if toplevel bootstrap is going.
4355         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4356         modules.  Adjust for changes in Makefile.def.  Enable several
4357         rules even in non-bootstrap mode, just to avoid peppering the
4358         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4359         (stage-[+prev+]-bubble): Remove.
4360
4361         * Makefile.def (Dependencies): Depend on all-build-bison,
4362         all-build-flex, all-build-byacc, all-build-texinfo, rather
4363         than the host variations.
4364         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4365         with BUILD_SUBDIR.
4366         (BISON): Update for recent Bisons.
4367         (YACC): Fix typo.
4368         (cross): Depend on all-build.
4369         (all): Do not depend on all-build.
4370         (prebootstrap): Remove.
4371         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4372         (Prebootstrap dependencies): Add them to the per-stage targets
4373         and to all-prebootstrap.
4374         * configure.in (build_configdirs): Always enable build_tools.
4375         (BUILD_DIR_PREFIX): Remove.
4376
4377         * Makefile.def (gcc): Add target variable.
4378         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4379         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4380         in the recursive `make', instead of hardwiring `all'.
4381         (Autogenerated TARGET-* variables): New.
4382
4383 2004-08-17  Robert Millan  <robertmh@gnu.org>
4384
4385         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4386         (instead of FreeBSD).
4387         * configure: Regenerate.
4388
4389 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4390
4391         * Makefile.def, configure.in, src-release: Remove useless, bogus
4392         references to tix.
4393         * Makefile.in, configure: Regenerate.
4394
4395         * src-release: Stop distributing mmalloc with gdb (which doesn't
4396         use it).
4397         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4398         * Makefile.in: Regenerate.
4399
4400 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4401
4402         * configure.in (arm*-*-eabi*): New target.
4403         * configure: Regenerate.
4404
4405 2004-08-01  Robert Millan  <robertmh@gnu.org>
4406
4407         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4408         libmudflap for all GNU-based systems (with Glibc).
4409         * configure: Regenerate.
4410
4411 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4412
4413         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4414         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4415         (Dependencies): New section.
4416         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4417         (configure-target-[+module+]): Depend on maybe-all-gcc
4418         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4419         (toplevel profiledbootstrap): Fix dependencies.
4420         * Makefile.in: Regenerate.
4421
4422 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4423
4424         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4425         target-libiberty to noconfigdirs.
4426
4427 2004-08-03  Paul Brook  <paul@codesourcery.com>
4428
4429         * configure.in: Check for MPFR as well as GMP.
4430         * configure: Regenerate.
4431
4432 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4433
4434         * Makefile.def (host-modules): Add gcc.
4435         * Makefile.in: Regenerate.
4436         * Makefile.tpl (sorry): New rule.
4437         (configure-host, all-host, [+make_target+]-host, do-check,
4438         install-host): Do not add gcc as a special case.
4439         (host modules): Add a small special-casing for gcc.  Export
4440         extra_make_flags through the environment.
4441         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4442         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4443         other recursive targets for gcc): Remove.
4444
4445         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4446         (stage, unstage): New rules.
4447         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4448         distclean-stage[+id+]): Use stage_current.
4449         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4450         the stage*-start rules.
4451
4452 2004-07-19  Robert Millan  <robertmh@gnu.org>
4453
4454         Synced from gcc:
4455
4456         2004-04-26  Robert Millan  <robertmh@gnu.org>
4457
4458         Add patches from libtool CVS.
4459         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4460         * ltconfig: Likewise.
4461         * ltcf-c.sh: Likewise.
4462         * ltcf-cxx.sh: Likewise.
4463         * ltcf-gcj.sh: Likewise.
4464
4465 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4466
4467         * configure.in: Add noconfigdirs for crx-*-*.
4468         * configure: Regenerate.
4469
4470 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4471
4472         Synced from gcc:
4473
4474         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
4475
4476         * configure.in: Build libmudflap by default on FreeBSD.
4477         * configure: Regenerated.
4478
4479         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4480
4481         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4482         systems.
4483         * configure: Regenerated.
4484
4485         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4486
4487         PR target/16344
4488         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4489         feedback based compiler.
4490         * Makefile.in: Rebuilt.
4491
4492         2004-07-05  Phil Edwards  <phil@codesourcery.com>
4493
4494         * configure.in:  Do not prepend $srcdir to /dev/null in
4495         makefile fragments.
4496         * configure:  Regenerate.
4497
4498 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4499
4500         * Makefile.def (host_modules): Set bootstrap=true for flex.
4501         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4502         * Makefile.in: Rebuilt.
4503
4504 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4505
4506         * Makefile.def (build_modules): Add bison, byacc, flex,
4507         m4, texinfo.
4508         (flags_to_pass): Add FLEX.
4509         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4510         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4511         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4512         DEFAULT_MAKEINFO): Remove.
4513         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4514         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4515         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4516         objdir or else use configured tool.
4517         (all-build): New.
4518         (all): Depend on it.
4519         (Build module dependencies): Add.
4520         * Makefile.in: Regenerate.
4521         * configure.in: Better support for multiple build modules,
4522         matching what is done for host/target modules.  Do not look
4523         for "plausible" locations of build tools if Canadian cross.
4524         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4525         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4526         * configure: Regenerate.
4527
4528 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4529
4530         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4531         * Makefile.in: Regenerate.
4532
4533 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4534
4535         * Makefile.tpl (configure-build-[+module+],
4536         configure-[+module+], configure-target-[+module+]): Pass
4537         [+extra_configure_args+].
4538         (all-build-[+module+], all-[+module+], check-[+module+],
4539         install-[+module+], [+make_target+]-[+module+],
4540         all-target-[+module+], check-target-[+module+],
4541         install-target-[+module+], [+make_target+]-target-[+module+]):
4542         Pass [+extra_make_args+].
4543         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4544         (GCC_HOST_EXPORTS): Remove.
4545         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4546         cross, check-gcc, check-gcc-c++, install-gcc,
4547         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4548         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4549         * Makefile.in: Regenerate.
4550
4551 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
4552
4553         * configure.in: Check for srcdir/winsup rather than build directory
4554         winsup.
4555         * configure: Regenerate.
4556
4557 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
4558
4559         * configure.in: Don't build Cygwin native newlib if winsup
4560         directory is missing.  Emit warning instead.
4561         * configure: Regenerate.
4562
4563 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
4564
4565         * Makefile.tpl (touch-stage[+id+]): New.
4566         (restage[+prev+]): Depend on touch-stage[+id+].
4567
4568         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4569         Use it throughout.
4570
4571         * Makefile.def: Add profile and feedback bootstrap stages.
4572         Remove next field from bootstrap stages.
4573         * Makefile.tpl (LN, LN_S): Substitute.
4574         (stageN-start, stageN-end): Use double-colon rules, to
4575         provide a hook for additional setup commands.
4576         (distclean-stageN-gcc, restageN): Create dependencies from
4577         [+prev+], not from [+next+].
4578         (stageN-bubble): Add commands for successive stages from
4579         [+prev+], using double-colon rules.
4580         (all-stageN-gcc): Fix typo.
4581         (stagefeedback-start, profiledbootstrap): New.
4582         * Makefile.in: Regenerate.
4583         * configure.in: Call ACX_PROG_LN.
4584         * configure: Regenerate.
4585
4586 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
4587
4588         * configure.in: Fix --enable-bootstrap breakage introduced in trees
4589         without gcc.
4590         * configure: Regenerate.
4591
4592 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4593
4594         * Makefile.tpl: Fix typo.
4595         * Makefile.in: Regenerate.
4596
4597 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4598
4599         * configure.in: Remove new- prefix from toplevel
4600         bootstrap targets.
4601         * configure: Regenerate.
4602
4603 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4604
4605         Merge this patch from the gcc tree:
4606
4607         2004-05-30  Andreas Jaeger  <aj@suse.de>
4608                     Jim Wilson <wilson@specifixinc.com>
4609
4610         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4611         like CC.
4612
4613 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4614
4615         * Makefile.tpl (all.normal): Rename to all.
4616         (all): Replace with a rule to pick the default
4617         target from configure.
4618         (all-gcc, configure-gcc): Use conditionals to
4619         do nothing when toplevel bootstrap is going on.
4620         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4621         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4622         * configure.in: Support --enable-bootstrap.
4623
4624         * Makefile.def: Remove new- prefix from toplevel
4625         bootstrap targets.
4626         * Makefile.tpl: Likewise.
4627
4628         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
4629         target.
4630
4631         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4632         $(RECURSE_FLAGS) to recursive invocation of make.
4633
4634         * Makefile.in: Regenerate.
4635         * configure: Regenerate.
4636
4637 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
4638
4639         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4640         * configure: Regenerate.
4641
4642 2004-05-25  Daniel Jacobowitz  <drow@false.org>
4643
4644         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4645         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4646         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
4647         targets.
4648         * Makefile.in: Regenerate.
4649
4650 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
4651
4652         * configure.in: Test the ability to symlink directories.
4653         * configure: Regenerate.
4654
4655         * Makefile.def (bootstrap-stage): New definitions.
4656         * Makefile.tpl (configure-stage1-gcc,
4657         configure-stage2-gcc, configure-stage3-gcc,
4658         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4659         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4660         new-restage3, compare): Autogenerate, see Makefile.in
4661         entry for behavioral changes.
4662         (distclean-stage1, new-stage1-start, new-stage1-end,
4663         new-stage1-bubble, distclean-stage2, new-stage2-start,
4664         new-stage2-end, new-stage2-bubble, distclean-stage3,
4665         new-stage3-start, new-stage3-end): New autogenerated targets.
4666         (objext, prebootstrap, BOOT_CFLAGS,
4667         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4668         targets.
4669
4670         * Makefile.in: Regenerate.
4671         (distclean-stage1, new-stage1-start, new-stage1-end,
4672         new-stage1-bubble, distclean-stage2, new-stage2-start,
4673         new-stage2-end, new-stage2-bubble, distclean-stage3,
4674         new-stage3-start, new-stage3-end): New targets.
4675         (all-stage1-gcc): Move prebootstrap dependency from here...
4676         (configure-stage1-gcc): ...to here.
4677         (new-bootstrap): Use bubble targets.
4678         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4679         Use per-stage distclean targets.
4680         (configure-stage1-gcc, configure-stage2-gcc,
4681         configure-stage3-gcc, all-stage1-gcc,
4682         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4683         Use new-stageN-start to prepare the tree.
4684
4685 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4686
4687         * Makefile.def (host_modules): add libcpp.
4688         * Makefile.tpl: Add dependencies on and for libcpp.
4689         * Makefile.in: Regenerate.
4690         * configure.in: Add libcpp host module.
4691         * configure: Regenerate.
4692
4693 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4694
4695         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4696         of libf2c.
4697         * configure, Makefile.in: Regenerate.
4698
4699 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4700
4701         Merge from tree-ssa-20020619-branch.
4702
4703         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4704         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4705         (HOST_GMPLIBS): Define.
4706         (HOST_GMPINC): Define.
4707         (TARGET_LIB_PATH): Add libmudflap.
4708         (GFORTRAN_FOR_TARGET): Define.
4709         (configure-build*): Export GFORTRAN.
4710         (configure-gcc): Export GMPLIBS and GMPINC.
4711         (all-gcc): Add maybe-all-libbanshee.
4712         (configure-target-libgfortran): Define.
4713         * Makefile.in: Regenerate.
4714         * configure.in (host_libs): Add libbanshee.
4715         (target_libraries): Add target-libmudflap and target-libgfortran.
4716         Add --with-libbanshee.
4717         Handle --disable-libmudflap.
4718         (*-*-freebsd*): Use with_gmp.
4719         Add $(libgcj) to noconfigdirs.
4720         * configure: Regenerate.
4721         * depcomp: New file.
4722         * MAINTAINERS: Add tree-ssa maintainers.
4723
4724 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
4725
4726         * config/acx.m4: Fix fastcompare support for new-bootstrap.
4727         * configure: Regenerate.
4728
4729 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4730
4731         Revert:
4732         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4733
4734         * Makefile.def (flags_to_pass): Remove *dir variables that
4735         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4736         as well as prefix and exec_prefix.
4737         * Makefile.in: Regenerate.
4738
4739 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4740
4741         * Makefile.def (host_modules): Mark with the bootstrap
4742         flag packages on which gcc depends.
4743         * Makefile.tpl (all-bootstrap): Use it.
4744         * Makefile.in: Regenerate.
4745
4746 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4747
4748         * Makefile.def (flags_to_pass): Remove *dir variables that
4749         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4750         as well as prefix and exec_prefix.
4751         * Makefile.in: Regenerate.
4752
4753 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4754
4755         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4756         * configure: Regenerate.
4757         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4758         * gcc/Makefile.tpl (compare): Use the result of the test.
4759         * gcc/Makefile.in: Regenerate.
4760
4761 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
4762
4763         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4764         Always relocate gcc and prev-gcc to the original names, even
4765         if the build fails.
4766         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4767         New targets.
4768
4769 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4770
4771         * configure.in (mips*-*-irix5*): Enable ld.
4772         * configure: Regenerate.
4773
4774 2004-04-15  James E Wilson  <wilson@specifixinc.com>
4775
4776         * Makefile.tpl (configure-[+module+], configure-gcc,
4777         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4778         Set and export LDFLAGS.
4779         * Makefile.in: Regenerate.
4780
4781 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4782
4783         PR bootstrap/14871
4784         * Makefile.tpl: If we don't have built-in-tree target tools,
4785         use the ones found by configure rather than hacking around with
4786         program_transform_name.
4787         * configure.in: Give Makefile.tpl the information necessary
4788         to do that.
4789         * Makefile.in: Regenerate.
4790         * configure: Regenerate.
4791
4792 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
4793
4794         PR bootstrap/14760
4795         * configure.in: When computing baseargs, strip *all* copies of
4796         offending options.  Also, don't match/substitute the trailing space,
4797         so that this actually works when two similar options are separated by
4798         only one space.
4799         * configure: Regenerate.
4800
4801 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
4802
4803         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4804         (rs6000-*-aix*): Same.
4805         * configure: Regenerate.
4806
4807 2004-03-25  Stan Shebs  <shebs@apple.com>
4808
4809         Remove MPW support, no longer used.
4810         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4811         mpw-install: Remove files.
4812         * src-release (DEVO_SUPPORT): Remove names of removed files.
4813         * MAINTAINERS: Likewise.
4814
4815 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
4816
4817         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4818         STRICT_WARN, WARN_CFLAGS flags passed down to make.
4819         * Makefile.in: Regenerate.
4820
4821         * configure.in (top level bootstrap support): Rework --enable-werror
4822         to set @stage2_werror_flag@.
4823         * configure: Regenerate.
4824         * Makefile.tpl (top level bootstrap support): Pass
4825         @stage2_werror_flag@ down to configure in stages 2 and 3.
4826         * Makefile.in: Regenerate.
4827
4828 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4829
4830         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4831         for stages 2 and 3 as well as in make.  As a consequence, remove
4832         OUTPUT_OPTION (now detected by configure) from the flags passed down
4833         to make.
4834         * Makefile.in: Regenerate.
4835
4836         * Makefile.tpl (new-bootstrap): Fix typo.
4837         * Makefile.in: Regenerate.
4838
4839 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4840
4841         * Makefile.tpl: Rearrange by moving recursive_targets rules
4842         into their proper sections.
4843         * Makefile.tpl (top level bootstrap support): Move disabling
4844         of coverage flags from 'make' to 'configure'; improve comments.
4845         * Makefile.in: Regenerate.
4846
4847         * Makefile.tpl (experimental top level bootstrap) Move stage1
4848         language setting from all- target to configure- target; disable
4849         intermodule optimization in stage 1; prevent gratuitous rebuilds
4850         of stage 1.
4851         * Makefile.in: Regenerate.
4852         * configure.in: Comma-separate stage 1 language list for top
4853         level bootstrap.
4854         * configure: Regenerate.
4855
4856         * Makefile.tpl: Clean up experimental top level bootstrap support:
4857         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4858         prev-gcc in configure- targets as well as all- targets.
4859         * Makefile.in: Regenerate.
4860
4861 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
4862
4863         * configure.in: Remove symbolic link section.
4864         * configure: Regenerate.
4865         * Makefile.tpl (links): Remove.
4866         * Makefile.in: Regenerate.
4867
4868 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
4869             Nathanael Nerode  <neroden@gcc.gnu.org>
4870
4871         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
4872         Set with AC_CHECK_PROGS.
4873         * configure.in: Fix comment typo from last patch.
4874         * configure: Regenerate.
4875
4876 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4877
4878         * Makefile.tpl: Introduce experimental top level bootstrap support.
4879         * Makefile.in: Regenerate.
4880         * configure.in: Introduce support for top level bootstrap.
4881         * configure: Regenerate.
4882
4883 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4884             Paolo Bonzini  <bonzini@gnu.org>
4885
4886         PR bootstrap/14522
4887         * configure.in: Cope with shells that do not support unquoted ^
4888         * configure: Regenerate.
4889
4890 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4891             Paolo Bonzini  <bonzini@gnu.org>
4892
4893         PR bootstrap/14522
4894         * configure.in: Cope with shell that do not support nesting
4895         quotes inside quoted backquote substitutions.
4896         * configure: Regenerate.
4897
4898 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
4899
4900         PR bootstrap/14522
4901         * configure.in: Fix escaping of $.
4902         * configure: Regenerate.
4903
4904 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4905
4906         * configure: Regenerate.
4907
4908 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
4909
4910         PR ada/14131
4911         Move language detection to the top level.
4912         * configure.in: Find default values for the tools as
4913         soon as possible.  Disable ada if GNAT is not found.
4914         Emit error message about missing languages.  Expand
4915         --enable-languages=all for the gcc subdirectory.
4916
4917 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
4918
4919         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4920         and disable libgcj.
4921         * configure: Regenerated.
4922
4923 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4924
4925         PR bootstrap/7087
4926         * Makefile.tpl: Guard XFOO sed statements better.
4927         * Makefile.tpl: Add dependency for configure-target-libada.
4928         * Makefile.in: Regenerate (incidentally fixes broken
4929         commit when libada-branch was merged).
4930
4931 2004-02-28  Andrew Cagney  <cagney@redhat.com>
4932
4933         * src-release (CVS_NAMES): Define.
4934         (do-tar, do-tar): Prune $(CVS_NAMES).
4935
4936 2004-02-23  Andrew Cagney  <cagney@redhat.com>
4937
4938         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
4939         2004-02-19.09.
4940
4941 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4942
4943         PR bootstrap/11932
4944         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4945
4946 2004-02-19  Andrew Cagney  <cagney@redhat.com>
4947
4948         * config.guess: Update from version 2003-06-12 to 2004-02-16.
4949         * config.sub: Update from version 2003-06-13 to 2004-02-16.
4950
4951 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
4952
4953         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4954         (rs6000-*-aix*): Same.
4955         * configure: Regenerate.
4956
4957 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
4958
4959         * configure.in (host): Add in missing $noconfigdirs to defines.
4960         * configure: Regenerate.
4961
4962 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
4963             Nathanael Nerode  <neroden@gcc.gnu.org>
4964
4965         PR ada/6637, PR ada/5911
4966         Merge with libada-branch:
4967         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4968         with appropriate dependencies. Add --enable-libada configure switch.
4969         * configure, Makefile.in: Regenerate.
4970
4971 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4972
4973         * configure.in: Don't pass --with-stabs on IRIX 5 either.
4974         * configure: Regenerate.
4975
4976 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
4977
4978         * COPYING.NEWLIB: Update Red Hat license to 2004.
4979
4980 2004-01-23  DJ Delorie  <dj@redhat.com>
4981
4982         * Makefile.def (target_modules) [libiberty]: Don't stage.
4983         * Makefile.in: Rebuilt.
4984
4985 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
4986
4987         * COPYING.NEWLIB: Update to include copyrights for new
4988         iconv code.
4989
4990 2004-01-15  Andrew Cagney  <cagney@redhat.com>
4991
4992         * src-release: Update copyright year.
4993         (do-proto-toplev): Configure using i686-pc-linux-gnu.
4994         (NEWLIB_SUPPORT_DIRS): Delete macro.
4995         (newlib.tar.bz2): Delete rule.
4996
4997 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
4998
4999         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5000         * Makefile.tpl (configure-target-[+module+]): Support stage.
5001         * Makefile.in: Rebuilt.
5002
5003 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5004
5005         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5006         throughout.
5007
5008 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5009
5010         * configure.in: Use ./config.cache, not config.cache.
5011         * configure: Regenerate.
5012         * Makefile.tpl: Special-casing not needed for GCC any more.
5013         * Makefile.in: Regenerate.
5014
5015         * configure.in: Don't share a cache file for host dirs.
5016         * configure: Regenerate.
5017
5018         * config-ml.in: Don't mess with the cache file.
5019
5020 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5021
5022         * Makefile.tpl: Make GCC use a separate config.cache.
5023         * Makefile.in: Regenerate.
5024
5025         PR bootstrap/11932, PR bootstrap/11933
5026         (I don't know if it will fix either of them, but it relates
5027         to them.)
5028         * configure.in: Don't use shared config.cache for target
5029         directories.
5030         * configure: Regenerate.
5031
5032 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5033
5034         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5035         * configure: Regenerated.
5036
5037 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5038
5039         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5040         * configure: Regenerated.
5041
5042 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5043
5044         Port change over from GCC:
5045         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5046         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5047         (configure-build-[+module+], configure-[+module+]): Likewise.
5048         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5049         * Makefile.in: Regenerate.
5050
5051 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5052
5053         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5054         * configure: Regenerate.
5055
5056 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
5057
5058         * COPYING.NEWLIB: Add license info for long long routines added to
5059         stdlib.
5060
5061 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5062
5063         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5064         * Makefile.in: Regenerate.
5065
5066 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5067
5068         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5069         * configure:  Regenerate.
5070
5071 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5072
5073         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5074         HOST_FLAGS_TO_PASS.
5075         * Makefile.in: Regenerate.
5076
5077 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5078
5079         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5080         * configure: Rebuilt
5081         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5082         * Makefile.in: Rebuilt
5083
5084 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5085
5086         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5087
5088 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
5089
5090         * config-ml.in:  Use ac_configure_args directly instead of
5091         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5092         actually seen.
5093
5094 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5095
5096         * config-ml.in: Propagate INSTALL variables.
5097
5098 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5099
5100         * configure.in: Pass a computed --program-transform-name
5101         to subconfigures.
5102         * configure: Regenerated.
5103
5104 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5105
5106         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5107         * Makefile.in: Regenerate.
5108
5109         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5110         * Makefile.in: Regenerate.
5111
5112 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5113
5114         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5115         quoting.
5116         * configure: Regenerated.
5117
5118 2003-09-12  Michael Chastain  <mec@shout.net>
5119
5120         Fix PR gdb/857.
5121         * src-release (do-proto-topleve): Remove junk files
5122         intl/config.cache, intl/config.status,
5123         intl/config.h, intl/stamp-h.
5124
5125 2003-09-14  Andrew Cagney  <cagney@redhat.com>
5126
5127         * src-release (dejagnu.tar): New target.
5128         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5129         (do-djunpack): Use $(PACKAGE) for the package name.
5130
5131 2003-09-04  DJ Delorie  <dj@redhat.com>
5132
5133         * configure: Regenerate.
5134
5135 2003-09-04  Robert Millan  <robertmh@gnu.org>
5136
5137         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5138
5139 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5140
5141         * configure.in: Ensure arguments to sed are properly spaced.
5142         * configure: Regenerate.
5143
5144 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
5145
5146         Merge from gcc:
5147         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5148         * install-sh:  Update to newer upstream versions (associated with
5149         aclocal 1.7).
5150         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5151
5152 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5153
5154         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5155         * configure: Regenerated.
5156
5157 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5158
5159         * configure.in:  Use newline instead of semicolon when assuming
5160         shell arguments in a for loop.
5161         * configure:  Regenerated.
5162
5163 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5164
5165         PR 8180
5166         * configure.in: When testing with_libs and with_headers, treat
5167         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5168         * configure: Regenerate.
5169
5170         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5171         make, shell, etc.
5172         (baseargs): Likewise.
5173         * configure: Regenerate.
5174
5175 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5176
5177         * configure.in: Disable libgcj for darwin not on powerpc.
5178         * configure: Rebuild.
5179
5180 2003-08-15  Michael Chastain  <mec@shout.net>
5181
5182         * src-release (do-proto-toplev): Remove junk files
5183         dejagnu/example/calc/config.status,
5184         dejagnu/example/calc/config.log.
5185
5186 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5187
5188         * config-ml.in, symlink-tree: Add license.
5189
5190 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5191
5192         Merge from gcc:
5193
5194         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5195         * Makefile.tpl (check, check-c++): Express dependencies using
5196         dependencies rather than commands.
5197         * Makefile.in: Regenerate.
5198
5199         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5200         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5201         * Makefile.in: Update.
5202
5203 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5204
5205         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5206         * configure: Ditto.
5207
5208 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5209
5210         * configure.in: Enable libgcj for darwin.
5211         * configure: Rebuild.
5212
5213 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5214
5215         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5216
5217 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5218
5219         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5220         creating target and build subdirs to build all parent dirs as needed.
5221         * Makefile.in: Rebuild.
5222         * configure.in: Don't build dirs explicitly here.
5223         * configure: Rebuild.
5224
5225 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5226
5227         * Makefile.tpl (all-make): Depend on intl.
5228         * Makefile.in: Rebuilt.
5229
5230 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5231
5232         * config.if: Remove unused libc_interface determination.
5233
5234 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5235
5236         * Makefile.in: Regenerate, correctly this time.
5237
5238 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5239
5240         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5241         unused INSTALL_PROGRAM_ARGS.
5242         * configure.in: Use AC_PROG_INSTALL.
5243         * Makefile.in: Regenerate.
5244         * configure: Regenerate.
5245
5246 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5247
5248         * configure: Rebuilt.
5249         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5250         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5251         newlib nor libgloss.
5252         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5253         * configure.in (am33_2.0-*-linux*): Added.
5254
5255 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5256
5257         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5258         * configure: Regenerate.
5259
5260 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
5261
5262         * config-ml.in: Replace PWD with PWD_COMMAND.
5263         * Makefile.tpl: Likewise.
5264         * Makefile.in: Regenerated.
5265
5266 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5267
5268         * configure.in: Clean up config-lang.in handling.  Delete
5269         useless assignment to "subdirs".
5270         * configure: Regenerate.
5271
5272 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5273
5274         * configure.in: Rename 'target_libs' to 'target_libraries'.
5275         Remove useless reference to 'target_libs'.
5276         * configure: Regenerate.
5277
5278 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5279
5280         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5281         * Makefile.in: Regenerate.
5282
5283 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5284
5285         * Makefile.def: Introduce flags_to_pass.
5286         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5287         * Makefile.in: Regenerate.
5288
5289 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
5290
5291         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5292         and target-libgloss.
5293         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5294         <h8300*-*-*>: Disable libf2c and ${libgcj}.
5295         * configure: Regenerate.
5296
5297 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
5298
5299         * configure.in: Update testsuite_flags to new location.
5300         * configure. Regenerate.
5301
5302 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5303
5304         * Makefile.tpl: Remove BUILD_CC stuff.
5305         * Makefile.in: Regenerate.
5306
5307 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
5308
5309         * config.guess: Update to 2003-06-12 version.
5310         * config.sub: Update to 2003-06-13 version.
5311
5312 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5313
5314         * MAINTAINERS: Add myself as MIPS co-maintainer.
5315
5316 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
5317
5318         * config.guess: Update to 2003-06-06 version.
5319         * config.sub: Update to 2003-06-06 version.
5320
5321 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5322
5323         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5324         * configure. Regenerate.
5325
5326 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5327
5328         * configure.in: Disable serial configure by default.
5329         * configure: Regenerate.
5330         * Makefile.tpl: Abolish .NOTPARALLEL.
5331         * Makefile.in: Regenerate.
5332
5333         * Makefile.tpl: Replace {build,host,target}_canonical by
5334         {build,host,target}.
5335         * Makefile.in: Regenerate.
5336
5337         * Makefile.tpl: Fix stupid pasto.
5338         * Makefile.in: Regenerate.
5339
5340 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5341
5342         * Makefile.tpl: Remove bogus conditional.
5343         * Makefile.in: Regenerate.
5344
5345 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5346
5347         * Makefile.tpl: Make 'recursive targets' using autogen rather
5348         than shell loop.  Remove duplicate 'clean' targets and false
5349         comments.
5350         * Makefile.def: Add systematic dependencies to 'recursive' targets.
5351         Add systematic method of specifying missing targets in subdirs.
5352         Add copyright boilerplate.
5353         * Makefile.in: Regenerate.
5354         * configure.in: Add 'recursive targets' to maybe list.
5355         * configure: Regenerate.
5356
5357         * Makefile.tpl: Rename [+target+] to [+make_target+].
5358         * Makefile.def: Rename 'target' to 'make_target'.
5359
5360 2003-05-30  Nick Clifton  <nickc@redhat.com>
5361
5362         * README-maintainer-mode: Update URL for locating blessed config
5363         tools.
5364
5365 2003-05-29  Robert Millan  <rmh@debian.org>
5366
5367         * ltconfig: Import this patch and modify for use with current
5368         version of ltconfig:
5369
5370         2003-05-21  Bruno Haible  <bruno@clisp.org>
5371
5372         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5373         GNU/FreeBSD.
5374
5375 2003-05-28  DJ Delorie  <dj@redhat.com>
5376
5377         * Makefile.tpl: Make maybe-check-gcc .PHONY.
5378         * Makefile.in: Regenerate.
5379
5380 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
5381
5382         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
5383
5384 2003-05-21  DJ Delorie  <dj@redhat.com>
5385
5386         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5387         newlib or libgloss.
5388         * Makefile.in: Regenerate.
5389
5390 2003-05-21  DJ Delorie  <dj@redhat.com>
5391
5392         * Makefile.tpl: Add missing empty maybe-check-gcc target.
5393         * Makefile.in: Regenerate.
5394
5395 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5396
5397         * configure.in: Use curly braces in the definition of tooldir.
5398         * configure: Regenerate.
5399
5400 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5401
5402         * configure.in: Switch more things to use maybe dependencies.
5403         * Makefile.tpl: Switch more things to use maybe dependencies.
5404         Factor out common code from autogen IF statements.
5405         * configure: Regenerate.
5406         * Makefile.in: Regenerate.
5407
5408 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
5409
5410         * configure.in: Accept i[3456789]86 for machine type.
5411         * configure: Regenerate.
5412
5413 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5414
5415         * configure.in: Switch more things to use maybe dependencies.
5416         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
5417         * configure: Regenerate.
5418         * Makefile.tpl: Switch more things to use maybe dependencies.
5419         * Makefile.in: Regenerate.
5420
5421 2003-05-16  Andreas Schwab  <schwab@suse.de>
5422
5423         * Makefile.tpl (install-opcodes): Define.
5424         * Makefile.in: Rebuild.
5425
5426 2003-05-13  Andreas Jaeger  <aj@suse.de>
5427
5428         * config.guess: Update to 2003-05-09 version.
5429         * config.sub: Update to 2003-05-09 version.
5430
5431 2003-05-13  Michael Eager <eager@mvista.com>
5432
5433         * configure.in: Correct sed script so that options in quotes are not
5434         deleted.
5435         * configure: Rebuild.
5436
5437 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
5438
5439         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5440         and $$s/newlib/libc/sys/cygwin32 include paths.
5441         * configure: Ditto.
5442
5443 2003-05-05  H.J. Lu <hjl@gnu.org>
5444
5445         * config-ml.in: Restored from gcc repository.
5446
5447 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
5448
5449         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5450         * Makefile.in: Regenerate.
5451
5452 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5453
5454         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5455         and Makefile.def.
5456
5457 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5458
5459         * Makefile.tpl: Clean $(BUILD_SUBDIR).
5460         * Makefile.in: Regenerated.
5461
5462 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5463
5464         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5465         * Makefile.in: Regenerate.
5466
5467 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
5468
5469         * configure.in (powerpc64*-*-linux*): Remove.
5470         * configure: Rebuilt.
5471
5472 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
5473
5474         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
5475         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5476         and restrap.
5477         * Makefile.in:  Regenerate.
5478
5479 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
5480
5481         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5482         * configure: Regenerated.
5483
5484 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
5485
5486         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5487         * */configure: Rebuilt.
5488
5489 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5490
5491         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5492         * Makefile.in: Regenerate.
5493
5494 2003-03-14  Michael Chastain  <mec@shout.net>
5495
5496         * Makefile.in: Regenerate with correct Makefile.def.
5497
5498 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5499
5500         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
5501         Make macro.
5502         * Makefile.in: Regenerate.
5503         * configure.in: Clean up gxx_include_dir logic.
5504         * configure: Regenerate.
5505
5506 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5507
5508         * configure.in (gxx_include_dir): Fix typo.
5509         * configure: Regenerated.
5510
5511 2003-03-06  Andrew Cagney  <cagney@redhat.com>
5512
5513         * texinfo/texinfo.tex: Import version 2003-02-03.16.
5514
5515 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
5516
5517         * configure.in: Include $(build_tooldir)/sys-include in
5518         FLAGS_FOR_TARGET.
5519         * configure: Regenerated.
5520
5521 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5522
5523         * Makefile.tpl: Reindent.
5524         * Makefile.in: Regenerate.
5525         * configure.in: Reindent.  Don't set unused variables.
5526         * configure: Regenerate.
5527
5528         * Makefile.tpl: Always pass down RANLIB.
5529         * Makefile.in: Regenerate.
5530
5531         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5532         * Makefile.in: Regenerate.
5533         * configure.in: Remove unused logic relating to --enable-shared
5534         and --enable-threads.  Remove bogus comments.  Remove redundant
5535         noconfigdirs.
5536         * configure: Regenerate.
5537
5538         * configure.in: Replace ${libstdcxx_version} by its value.
5539         Remove reference to mh-dgux.
5540         * configure: Regenerate.
5541
5542 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5543
5544         * Makefile.tpl: Rearrange.
5545         * Makefile.in: Regenerate.
5546
5547 2003-02-25  Nick Clifton  <nickc@redhat.com>
5548
5549         * configure: Remove site-file supprot - it is obsolete.
5550
5551 2003-02-24  Uwe Stieber <uwe@wwws.de>
5552
5553         * configure.in: Add support for kaOS as cross build target system.
5554         * configure: Regenerated.
5555
5556 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
5557
5558         * Makefile.tpl: Add definition of CPPFLAGS to pass into
5559         configure-target-* as some target builds may require additional
5560         flags for preprocessor tests.
5561         * Makefile.in: Regenerated.
5562
5563 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5564
5565         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5566         * ltconfig: Handle it.
5567         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5568         auto-detecting it.
5569
5570 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5571
5572         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5573         it is used as argument to $CC.
5574         * ltcf-gcj.sh: Likewise.
5575
5576 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5577
5578         * configure.in: Introduce --enable-maintainer-mode.
5579         * configure: Rebuilt.
5580         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5581         for maintainer mode.
5582         * Makefile.in: Rebuilt.
5583
5584 2003-02-19  Andrew Cagney <ac131313@redhat.com>
5585
5586         * configure: Regenerate using autoconf 2.13.
5587
5588 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
5589
5590         * config.guess: Import latest version.
5591         * config.sub: Import latest version.
5592
5593 2003-02-18  Jason Merrill  <jason@redhat.com>
5594
5595         * Makefile.tpl (check-c++): Allow parallelism.
5596
5597 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
5598
5599         * configure: Regenerate using autoconf 000227.
5600
5601 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
5602
5603         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5604         don't configure target-libobjc.
5605         * configure: Regenerate.
5606
5607 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5608
5609         * Makefile.tpl (RANLIB): Define.
5610         * Makefile.in: Regenerate.
5611
5612 2003-02-06  Keith R Seitz  <keiths@redhat.com>
5613
5614         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5615         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5616         * Makefile.in: Regenerated.
5617         * configure.in: Remove all traces of snavigator, db, and grep.
5618         * configure: Regenerated.
5619
5620 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
5621
5622         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5623         * Makefile.in: Regenerated.
5624
5625 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
5626
5627         * config.if: Copy from GCC.
5628
5629 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
5630
5631         * configure.in:  Revert 24Jan change.
5632         * configure:  Regenerate.
5633
5634 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5635
5636         * configure.in: Revert previous change.
5637         * configure: Regenerate.
5638
5639 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5640
5641         * configure.in: Make rda native-only.
5642         * configure: Regenerate.
5643
5644 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5645
5646         * configure.in: Add missing \.
5647         * configure: Rebuilt.
5648
5649 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
5650
5651         * configure.in (baseargs): Avoid using \| in sed regular
5652         expressions.
5653         * configure: Rebuilt.
5654
5655 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
5656
5657         * configure.in (baseargs): Remove all supported forms of
5658         --cache-file, --srcdir, --host, --build and --target options
5659         from argument lists.
5660         * configure: Rebuilt.
5661
5662 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
5663
5664         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5665         * configure: Rebuilt.
5666
5667 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5668
5669         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5670         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5671         * Makefile.in: Regenerate.
5672         * configure: Regenerate.
5673
5674 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5675
5676         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5677         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5678         * Makefile.in: Regenerate.
5679
5680 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
5681
5682         * configure.in: Remove Makefile in build, host and target modules
5683         unless configure was run with --no-recursion.
5684         * configure: Rebuilt.
5685
5686 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
5687
5688         * config.guess: Update to 2003-01-03 version.
5689         * config.sub: Update to 2003-01-03 version.
5690
5691 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5692
5693         * configure: Regenerate with proper autoconf 2.13.
5694
5695 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5696
5697         * configure.in: Add AC_PREREQ for consistency.
5698         * configure: Regenerate.
5699
5700 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
5701
5702         * configure.in (GDB_TK): Add tcl directories conditional on
5703         gdb/gdbtk directory being present.
5704         * configure: Regenerate.
5705
5706 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
5707
5708         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
5709         by gcc if LD is not defined and we are not doing a Canadian Cross.
5710         * configure: Rebuilt.
5711
5712 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
5713
5714         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5715
5716 2002-12-31  Tom Tromey  <tromey@redhat.com>
5717
5718         * Makefile.in: Rebuilt.
5719         * Makefile.def (target_modules) [libffi]: Allow installation.
5720
5721 2002-12-31  Andreas Schwab  <schwab@suse.de>
5722
5723         * configure.in: Fix use of $program_transform_name.
5724         * configure: Regenerated.
5725
5726 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
5727
5728         * configure.in (baseargs): Don't remove first configure argument.
5729         * configure: Regenerated.
5730
5731 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
5732
5733         * Makefile.tpl (local-distclean): Don't remove...
5734         (multilib.ts): ... this.  Moved into...
5735         (multilib.out): ... this.  Don't use sub-make.
5736         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5737         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5738         (configure-build-[+module+], configure-[+module+],
5739         configure-target-[+module+], configure-gcc): ... these.  Test
5740         for Makefile existence.  Drop config.status from dependencies.
5741         * Makefile.in: Rebuilt.
5742         * configure.in: Move gcc-version-trigger to the end of
5743         ac_configure_args.  Add comments to maybedep.tmp and
5744         serdep.tmp.  Introduce --disable-serial-configure.  Remove
5745         nonopt from baseargs, matching and removing corresponding
5746         whitespace while at it.
5747         * configure: Rebuilt.
5748
5749 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5750
5751         * configure.in (host_configargs): Replace reference to
5752         no-longer-defined buildopts with --build=${build_alias}.
5753         * configure: Rebuilt.
5754
5755 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5756
5757         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
5758         program_transform_name to standard idiom.
5759         (AUTOGEN, AUTOCONF): Define.
5760         (Makefile.in): Use $(AUTOGEN).
5761         (Makefile): Depend on config.status, and use autoconf-style rule to
5762         build it.  Move original commands to...
5763         (config.status): ... this new target.
5764         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
5765         $(AUTOCONF).
5766         * Makefile.in: Rebuilt.
5767
5768 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5769
5770         * Makefile.tpl: Fix dramatic bustage due to change in
5771         program_transform_name.
5772         * Makefile.in: Regenerate.
5773
5774         * configure.in: Remove unnecessary PATH setting.
5775         * configure: Regnerate.
5776
5777         * configure.in: Don't default to unprefixed tools unless
5778         the native tools will work.
5779         * configure: Regenerate.
5780
5781         * configure.in: Convert to autoconf script.  Blow away lots
5782         of now-redundant Makefile fragments.
5783         * configure: Generate using Autoconf.
5784         * Makefile.tpl: Rewrite to reflect autoconfiscation.
5785         * Makefile.in: Regenerate.
5786
5787 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5788
5789         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
5790         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5791
5792         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
5793         where they belong.
5794
5795 2002-12-24  Andreas Schwab  <schwab@suse.de>
5796
5797         * Makefile.tpl (multilib.out): Fix missing space.
5798         * Makefile.in: Regenerate.
5799
5800 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5801
5802         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
5803         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
5804         * Makefile.in: Regenerate.
5805         * configure.in: Remove unnecessary leftovers.
5806
5807 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
5808
5809         * configure.in (extra_ranlibflags_for_target): New variable.
5810         (*-*-darwin): Add -c to ranlib commands.
5811         * configure (tooldir): Handle extra_ranlibflags_for_target.
5812
5813 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
5814
5815         * COPYING.NEWLIB: Updated.
5816         * COPYING.LIBGLOSS: Ditto.
5817
5818 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5819
5820         * Makefile.tpl: Revert HJL's change.
5821         * Makefile.in: Regenerated.
5822         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5823         always.
5824
5825 2002-12-19  Andreas Schwab  <schwab@suse.de>
5826
5827         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5828         * Makefile.in: Regenerate.
5829
5830 2002-12-18  H.J. Lu <hjl@gnu.org>
5831
5832         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5833         * Makefile.in: Regenerated.
5834
5835         * configure.in (build_prefix): New. Substitute.
5836
5837 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5838
5839         * Makefile.tpl: Don't let real targets depend on phony targets.
5840         * Makefile.in: Regenerate.
5841
5842         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5843         * Makefile.in: Regenerate.
5844
5845 2002-12-16  Jason Merrill  <jason@redhat.com>
5846
5847         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5848         previous 'make bootstrap'.
5849         * Makefile.in: Regenerate.
5850
5851 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
5852
5853         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5854
5855 2002-12-13  Jason Merrill  <jason@redhat.com>
5856
5857         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
5858         library tests.
5859         (check-c++): Just depend on it and check-target-libstdc++-v3.
5860         * Makefile.in: Regenerate.
5861
5862 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5863
5864         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5865         * Makefile.in: Regenerate.
5866
5867 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
5868
5869         * COPYING.NEWLIB: Update list of alternate Regent of California
5870         licenses and discuss official revoking of advertising clause.
5871         * COPYING.LIBGLOSS: Ditto.
5872
5873 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5874
5875         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5876         * Makefile.in: Rebuilt.
5877
5878 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5879
5880         * configure: Fix bug put in by gremlins.
5881
5882         * Makefile.tpl: Substitute more autoconfily.
5883         * configure: Substitute more autoconfily.
5884         * Makefile.in: Regenerate.
5885
5886 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
5887
5888         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5889         * Makefile.in (all-sim): Ditto.
5890
5891 2002-12-06  DJ Delorie  <dj@redhat.com>
5892
5893         * Makefile.tpl: Change configure dependencies to not have real
5894         targets depend on phony targets.
5895
5896 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
5897
5898         * configure.in: Revert unintentional change.
5899
5900         * src-release: Configure host subdirs.
5901
5902         * Makefile.tpl: Change dependency for */multilib.out so that
5903         it works when gcc isn't in the tree.
5904
5905         * configure.in: Substitute more.
5906         * configure: Run subconfigures from the Makefile.
5907         * Makefile.tpl: Run subconfigures from the Makefile; add a few
5908         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
5909
5910 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5911
5912         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5913         and corresponding dependencies.
5914         * Makefile.in: Regenerate.
5915
5916         * configure.in (host_tools): Order binutils, gas and ld for
5917         convenience in running the testsuites.
5918
5919         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5920         * Makefile.in: Regenerate.
5921         * configure.in: Introduce rules to serialize subconfigure runs.
5922
5923         * configure.in: Introduce BASE_CC_FOR_TARGET.
5924         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
5925         Realize configure-build-* targets.  Realize configure-target-* targets.
5926         * Makefile.in: Regenerate.
5927
5928 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5929
5930         * configure: Move gcc_version_trigger stuff from here...
5931         * configure.in: ...to here.
5932
5933         * configure.in: Separate subconfigure options added by this file from
5934         options given by the user.  Add machinery to put args for host
5935         subconfigures into the Makefile.
5936
5937         * Makefile.tpl: Remove 'vault' targets.
5938         * Makefile.tpl: Reorder and comment dependencies.
5939         * Makefile.in: Regenerate.
5940
5941 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
5942
5943         * configure.in: Move host-specific darwin noconfigdirs into
5944         the host-specific section.
5945
5946 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5947
5948         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
5949         during replay.
5950         * Makefile.in: Regenerate.
5951
5952         (finishing slow-motion replay)
5953         * configure: Remove skip-this-dir support.
5954         * Makefile.tpl: Remove skip-this-dir support.
5955
5956         * Makefile.tpl: Remove leftover support for non-autoconfiscated
5957         subdirectories.
5958         * Makefile.in: Regenerate.
5959
5960         * Makefile.tpl: Strip out useless setting of 'dir'.
5961         * Makefile.in: Regenerate.
5962
5963 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5964
5965         (finishing slow-motion replay)
5966         * configure.in: Fix deeply stupid bug.
5967
5968         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5969         shell code in CXX_FOR_TARGET
5970         * Makefile.def: Introduce raw_cxx.
5971         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
5972         RAW_CXX_FOR_TARGET.
5973         * Makefile.in: Regenerate.
5974
5975 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5976
5977         (finishing slow-motion replay)
5978         * Makefile.tpl: Remove unnecessary ifs.
5979         * Makefile.in: Regenerate.
5980
5981         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
5982         dependencies.  Maybe-ize build-libiberty.  Create dummy install
5983         targets for 'no_install' modules.
5984         * configure: Move GDB_TK substitution to configure.in.  Move
5985         build_modules stuff to configure.in.
5986         * configure.in: Implement soft dependency machinery.  Maybe-ize
5987         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
5988         * Makefile.in: Regenerate.
5989
5990 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5991
5992         (continuing slow-motion replay)
5993         * Makefile.tpl: Make all-target, install-target behave similarly
5994         to all, install (only hitting configured targets).  Eliminate
5995         unused macro defintions.
5996
5997         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
5998         build != host.
5999
6000         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6001
6002         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6003
6004         * configure.in: Produce lists of subdir targets we're actually
6005         configuring.  Remove references to "dosrel".
6006         * Makefile.tpl: Let configure set which subdir targets are hit.
6007         Remove install-cross; clean up install; remove ALL.  Remove
6008         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6009         Autogenerate host module targets.  Remove empty dependency lines
6010         and redundant dependency; rearrange slightly.
6011         * Makefile.def: Add host-side libtermcap, utils.
6012
6013         * Makefile.in: Regenerate.
6014
6015 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6016
6017         (Continuing slow-motion replay)
6018         * Makefile.def: Add list of recursive targets to autogenerate.
6019         Add build_modules.
6020         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6021         targets.  Autogenerate *-build-* targets.
6022         * Makefile.in: Regenerate.
6023
6024 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6025
6026         (Continuing slow-motion replay)
6027         * configure: More autoconf-style substitutions.
6028         * Makefile.tpl: More autoconf-style substitutions.
6029         * Makefile.in: Regenerate.
6030
6031 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6032
6033         (Continuing slow-motion replay)
6034         * configure: Substitute more variables in a more autoconf-friendly
6035         way.  Simplify slightly.
6036         * Makefile.tpl: Make more variables substitutable in an
6037         autoconf-friendly way.
6038         * Makefile.in: Regenerate.
6039
6040 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6041
6042         (Continuing slow-motion replay)
6043         * configure.in (v810*): Remove special setting of tools.
6044
6045         * configure: Add support for extra required flags for ar or nm.
6046         * configure.in (aix4.3+): Use above support for target-specific
6047         issues, rather than using config/mt-aix43.
6048
6049 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6050
6051         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6052         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6053         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6054         with $srcdir.  Reformat indentation.  Substitute some variables
6055         formerly hard-coded in the Makefile for build=host.
6056         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6057         * Makefile.def: Autogenerate more.
6058         * Makefile.in: Regenerate.
6059
6060 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6061
6062         * Makefile.tpl: syntactic cleanup
6063
6064 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6065
6066         * Makefile.def (host_modules): Add rda.
6067         * Makefile.in: Regenerate.
6068         * configure.in (target_tool): Add target-rda to list.
6069
6070 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6071
6072         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6073         and restrap targets to this rule.
6074         * Makefile.in:  Regenerate.
6075
6076 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6077
6078         * configure.in (i[3456]86-*-linux*): Add check to disable
6079         ${libgcj} for glibc1.
6080
6081 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6082
6083         * configure.in: Add tic4x target.
6084
6085 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6086
6087         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6088         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6089         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6090         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6091         * Makefile.in: Regenerate.
6092
6093 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6094
6095         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6096         * Makefile.in: Regenerate.
6097
6098         * Makefile.def: Remove order dependency comments.
6099         * Makefile.tpl: Add explicit install-install dependencies.
6100         * Makefile.in: Regenerate.
6101
6102         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6103         * Makefile.in: Regenerate.
6104
6105         * configure: Restore my original patch by syncing with gcc version.
6106
6107         * Bring following over from gcc:
6108
6109 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
6110
6111         * configure.in (s390*-*-linux*): Enable libgcj.
6112
6113 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6114
6115         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
6116
6117 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
6118
6119         * configure: Move stray lines back to where they belong.
6120
6121 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6122
6123         * Makefile.tpl: Insert configure-target target, for src-release.
6124
6125         * configure: Finish reverting change which Andrew Cagney started
6126         reverting.  Should fix bustage.
6127
6128         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6129         * src-release: New file.  Contains material for making net
6130         releases for gdb, binutils, et al., formerly in Makefile.in.
6131
6132 2002-09-30  Nick Clifton  <nickc@redhat.com>
6133
6134         * cpu: New top level directory.  Intended to hold input files for
6135         CGEN which have FSF copyright assignment.
6136         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6137
6138 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
6139
6140         Revert below (note that src does not contain Makefile.tpl):
6141         * Makefile.tpl: Make subsituted variables more autoconfy.
6142         * Makefile.in: Regenerate.
6143
6144 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6145
6146         * configure: Revert accidentally applied changes.
6147
6148         * Makefile.tpl: Make more autoconf-friendly.
6149         * Makefile.in: Regenerate.
6150         * configure: Make substitution more autoconf-like.
6151
6152 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
6153
6154         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6155         single entry to handle all these.
6156         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
6157         libjava on arm-*-elf.
6158
6159 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
6160
6161         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6162         things that depend on them.
6163
6164 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6165
6166         * Makefile.tpl: Make subsituted variables more autoconfy.
6167         * Makefile.in: Regenerate.
6168         * configure: Make seds more autoconfy.
6169
6170 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6171
6172         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6173         * Makefile.in: Regenerate.
6174         * configure.in: Rewrite sed statements to look autoconfy.
6175
6176         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6177         all-target-foo on configure-target-foo.
6178         * Makefile.def: Ditto.
6179         * Makefile.in: Rebuild.
6180
6181 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6182
6183         * Makefile.def: New file.
6184         * Makefile.tpl: New file.
6185         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6186
6187         * configure.in: Minor rearrangement.  Simplify tests.
6188
6189 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
6190
6191         * configure.in (with_headers): Skip copy if value is "yes".
6192         (with_libs): Likewise.
6193
6194 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6195
6196         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6197         * configure.in (sh*-*-pe*): Ditto.
6198         * configure.in (mips*-*-pe*): Ditto.
6199         * configure.in (*arm-wince-pe): Ditto.
6200
6201         * configure.in: Rearrange.
6202
6203 2002-09-12  Nick Clifton  <nickc@redhat.com>
6204
6205         * Import these changes from the config master repository:
6206
6207         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
6208
6209                 * config.sub: Add tic4x target.
6210
6211         2002-09-03  Ben Elliston  <bje@redhat.com>
6212
6213                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6214                 Reported by <Duncan_Stodart@insession.com>.
6215
6216 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
6217
6218         * COPYING.NEWLIB: More updates.
6219
6220 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
6221
6222         * COPYING.NEWLIB: Update.
6223
6224 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
6225
6226         * texinfo/texinfo.tex: Import version 2002-06-04.06.
6227
6228         * config.guess: Import version 2002-08-23.
6229         * config.sub: Import version 2002-08-22.
6230
6231 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
6232
6233         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6234         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6235         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6236
6237 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
6238
6239         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6240
6241 2002-08-04  H.J. Lu  (hjl@gnu.org)
6242
6243         * configure.in (mips*-*-linux*): Don't skip target-libffi.
6244
6245 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
6246
6247         * configure.in: Move generic linux case to end.  Copy generic
6248         linux noconfigdirs to mips*-*-linux* entry and new
6249         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
6250
6251 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
6252
6253         * MAINTAINERS: Clarify on config.guess and config.sub, and add
6254         one instance of them which was missed to the list to update.
6255
6256 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
6257
6258         * config.guess: Update to 2002-07-09 version.
6259         * config.sub: Update to 2002-07-03 version.
6260
6261 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6262
6263         * configure.in: Remove two redundant tests.
6264
6265 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6266
6267         * configure.in (mips*-*-irix6*o32): Enable stabs.
6268
6269 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6270
6271         * configure.in: Don't build grez.
6272         * Makefile.in: Ditto.
6273
6274         * Makefile.in: Remove references to bsp, cygmon, libstub.
6275         * configure.in: Ditto.
6276
6277         * configure.in: Remove leftover reference to gdbtest.
6278
6279 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
6280
6281         * configure.in (gxx_include_dir):  Change to match versioned
6282         C++ headers if --enable-version-specific-runtime-libs is used.
6283
6284 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
6285
6286         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6287
6288 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6289
6290         * configure.in: Make --without-x work.
6291
6292 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
6293
6294         * contrib: New directory.  Created to contain a copy of the
6295         texi2pod.pl script so that it is in the same place as the version in
6296         the FSF GCC sources.
6297
6298 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6299
6300         * configure.in: Rearrange target Makefile fragment collection.
6301
6302         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6303         cvs[src].
6304         * configure.in: Ditto.
6305
6306 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
6307
6308         * Makefile.in: Eliminate 'apache' targets.
6309         * configure.in: Eliminate 'apache' targets.
6310
6311         * configure.in: Eliminate redundant tests.  Reorganize.
6312
6313         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6314
6315         * config-ml.in: Eliminate references to Cygnus configure.
6316
6317         * Makefile.in: Eliminate references to building emacs.
6318
6319 2002-07-01  Denis Chertykov  <denisc@overta.ru>
6320
6321         * configure.in: Add support for ip2k.
6322
6323 2002-06-24  Ben Elliston  <bje@redhat.com>
6324
6325         * configure.in (host_tools): Remove cgen.
6326
6327         * Makefile.in (all-cgen): Remove; runs from its source directory.
6328         (check-cgen, install-cgen, clean-cgen): Likewise.
6329         (all-opcodes): No not depend on all-cgen.
6330         (all-sim): Likewise.
6331
6332 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
6333
6334         * configure.in: Fix AIX configury bug.
6335
6336 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6337
6338         * configure.in: Replace ${topsrcdir} with ${srcdir}.
6339
6340         * configure.in: Move definition of libstdcxx_flags right above
6341         usage, rather than way earlier.
6342
6343         * configure.in: Pull definition of is_cross_compiler earlier.
6344
6345         * configure.in: Rearrange a little.
6346
6347         * configure.in: Remove references to librx.
6348         * Makefile.in: Remove references to librx.
6349
6350 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6351
6352         * configure.in: Eliminate ${gasdir} variable.
6353
6354 2002-06-18  Dave Brolley  <brolley@redhat.com>
6355
6356         * configure.in: Add support for frv.
6357         * config.sub: Add support for frv.
6358
6359 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6360
6361         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6362
6363 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
6364
6365         * configure.in (vax-*-netbsd*): Re-enable gas.
6366
6367 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
6368
6369         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6370         BUILD_PREFIX_1, to correct nomenclature.
6371         * configure: Likewise.
6372
6373         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6374         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6375
6376 2002-05-31  Olaf Hering  <olh@suse.de>
6377
6378         * config-ml.in: Propogate DESTDIR also.
6379
6380 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
6381
6382         * configure.in (vax-*-netbsd*): Don't build gas for this
6383         platform.
6384
6385 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6386
6387         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6388         and libgcj for AVR.
6389
6390 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
6391
6392         * config.sub: Add DLX target.
6393
6394 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6395
6396         * config.guess: Update to 2002-05-22 version.
6397         * config.sub: Likewise.
6398
6399 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6400
6401         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6402         * config-ml.in: Likewise.
6403         * configure: Likewise.
6404         * configure.in: Likewise.
6405
6406 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
6407
6408         * configure.in: Simplify makefile fragment collection.
6409
6410         * configure.in: Remove code to build emacs.
6411
6412         * configure.in : Remove --srcdir argument from targargs and buildargs
6413         (it's always overridden in the Makefile anyway).  Rearrange a bit.
6414
6415         * configure: Move some logic to configure.in.
6416         * configure.in: Move some logic from configure.
6417
6418 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
6419
6420         * COPYING.LIBGLOSS: New file.
6421
6422 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
6423
6424         * Makefile.in: Honour DESTDIR.
6425
6426 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
6427
6428         * configure.in (noconfigdirs): Don't disable libgcj on
6429         sparc64-*-solaris* and sparcv9-*-solaris*.
6430
6431 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
6432
6433         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6434
6435 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
6436
6437         * configure.in (FLAGS_FOR_TARGET): Do not add
6438         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6439         on i[3456]86-*-linux*.
6440
6441 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
6442
6443         * configure.in (noconfigdirs): Replace [ ] with test.
6444
6445         * configure.in (noconfigdirs): Do not add target-newlib if
6446         target == i[3456]86-*-linux*, and host == target.
6447
6448 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
6449
6450         * config.guess: Updated to 2002-04-26's version.
6451         * config.sub: Updated to 2002-04-26's version.
6452
6453 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
6454
6455         * configure.in: delete reference to absent file
6456
6457         * configure.in: replace '[' with 'test'
6458
6459         * configure.in: Eliminate references to gash.
6460         * Makefile.in: Eliminate references to gash.
6461
6462         * configure.in: remove useless references to 'pic' makefile fragments.
6463
6464         * configure.in: (*-*-windows*) Finish removing.
6465
6466         * configure.in: Eliminate redundant test for libgui.
6467
6468 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
6469
6470         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6471         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6472
6473 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
6474
6475         * configure.in: remove references to dead files
6476
6477 2002-04-18  Tom Tromey  <tromey@redhat.com>
6478
6479         * configure.in: Disallow configuring libgcj when it is already
6480         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
6481         Solaris 2.8 by default.  For PR libgcj/6158.
6482
6483 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6484
6485         * configure.in:  Move default CC setting out of config/mh-* fragments
6486         directly into here.
6487
6488 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6489
6490         * configure.in: don't even try to configure or make a subdirectory
6491         if there's no configure script for it.
6492
6493 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
6494
6495         * MAINTAINERS: Remove chill maintainers.
6496         * Makefile.in (CHILLFLAGS): Remove.
6497         (CHILL_LIB): Remove.
6498         (TARGET_CONFIGDIRS): Remove libchill.
6499         (CHILL_FOR_TARGET): Remove.
6500         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6501         CHILL_LIB.
6502         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6503         (CHECK_TARGET_MODULES): Likewise.
6504         (INSTALL_TARGET_MODULES): Likewise.
6505         (CLEAN_TARGET_MODULES): Likewise.
6506         (configure-target-libchill): Remove.
6507         (all-target-libchill): Remove.
6508         * configure.in (target_libs): Remove target-libchill.
6509         Do not compute CHILL_FOR_TARGET.
6510         * libchill: Remove directory.
6511
6512 2002-04-15  DJ Delorie  <dj@redhat.com>
6513
6514         * Makefile.in, configure.in, configure: Sync with gcc, entries
6515         follow...
6516
6517 2002-04-08  Tom Tromey  <tromey@redhat.com>
6518
6519         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6520         Fixes PR libgcj/6068.
6521
6522 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
6523
6524         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6525
6526 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6527
6528         * configure.in (alpha*-dec-osf*): Enable libgcj.
6529
6530 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
6531
6532         Fix for: PR bootstrap/3591, target/5676
6533         * configure.in (mcore-pe): Disable the configuration of
6534         libstdc++-v3 since exceptions are not supported.
6535
6536 2002-03-20  Anthony Green  <green@redhat.com>
6537
6538         * configure.in: Enable libgcj for xscale-elf target.
6539
6540 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6541
6542         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6543         libjava.
6544         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6545
6546 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
6547
6548         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6549         libstdc++-v3 and libjava.
6550
6551 2002-02-11  Adam Megacz <adam@xwt.org>
6552
6553         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6554         boehm-gc
6555
6556 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6557
6558         * config.guess: Updated to 2002-01-30's version.
6559         * config.sub: Updated to 2002-02-01's version.
6560         Contribute sh64-elf.
6561         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6562         * configure.in: Added sh64-*-*.
6563
6564 2002-01-17  H.J. Lu <hjl@gnu.org>
6565
6566         * Makefile.in (all-fastjar): Also depend on all-libiberty.
6567         (all-target-fastjar): Also depend on all-target-libiberty.
6568
6569 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
6570
6571         * configure, configure.in: Use temp file for long sed commands.
6572
6573 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
6574
6575         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6576         libf2c.
6577
6578 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
6579
6580         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6581
6582 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6583
6584         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6585
6586 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6587
6588         * configure: Handle temporary files securely using mkdir.
6589
6590 2001-09-26  Will Cohen <wcohen@redhat.com>
6591
6592         * configure.in (*-*-linux*): Disable configuration of target-newlib
6593         and target-libgloss.
6594
6595 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6596
6597         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6598         RANLIB.
6599
6600 2001-08-11  Graham Stott  <grahams@redhat.com>
6601
6602         * Makefile.in (check-c++): Add missing semicolon.
6603
6604 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
6605
6606         * configure.in (sh-*-linux*): New.
6607
6608 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6609
6610         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6611         and libgcj on m68hc11/m68hc12.
6612
6613 2001-06-27  H.J. Lu  (hjl@gnu.org)
6614
6615         * Makefile (CFLAGS_FOR_BUILD): New.
6616         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6617
6618 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
6619
6620         * configure.in (libstdcxx_flags): Do not try to execute
6621         libstdc++-v3/testsuite_flags until it exists.
6622
6623 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
6624
6625         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6626
6627 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
6628
6629         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6630
6631 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
6632
6633         * configure.in: Move *-chorusos target case to the proper switch.
6634         Disable libgcj.
6635
6636 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6637
6638         * Makefile.in (STAGE1_CFLAGS): Pass down.
6639
6640 2001-04-13  Alan Modra  <amodra@one.net.au>
6641
6642         * config.guess: Add hppa64-linux support.  Note for next import that
6643         this is already in the master file.
6644         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
6645
6646 2001-03-22  Colin Howell  <chowell@redhat.com>
6647
6648         * Makefile.in (DO_X): Do not backslash single-quotes in
6649         backquotes (two places).
6650
6651 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
6652
6653         * Makefile.in (DO_X): Quote nested quotes.
6654
6655 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
6656
6657         * Makefile.in (DO_X): Use double quotes for quoting
6658         "RANLIB=$${RANLIB}".
6659
6660 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
6661
6662         * configure.in: Only use `lang_requires' for languages athat are
6663         actually enabled.
6664
6665 2001-03-07  Tom Tromey  <tromey@redhat.com>
6666
6667         * configure.in: Allow config-lang.in to set `lang_requires' to list
6668         of other required languages.
6669
6670 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
6671
6672         * Makefile.in: Remove RANLIB definition. Use RANLIB
6673         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6674         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6675
6676 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
6677             Alexandre Oliva  <aoliva@redhat.com>
6678
6679         * Makefile.in (check-c++): Use tabs, not spaces.
6680
6681 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
6682
6683         * Makefile.in (check-c++): New rule.
6684
6685         * configure.in (target_libs): Remove libg++.
6686         (noconfigdirs): Remove libg++.
6687         (noconfigdirs): Same.
6688         (noconfigdirs): Same.
6689         (noconfigdirs): Same.
6690
6691         * config-ml.in: Remove libg++ references.
6692
6693         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6694         (ALL_TARGET_MODULES): Same.
6695         (configure-target-libg++): Remove.
6696         (all-target-libg++): Remove.
6697         (configure-target-libio): Remove.
6698         (all-target-libio): Remove.
6699         (check-target-libio): Remove.
6700         (.PHONY): Remove.
6701         (libg++.tar.bz2): Remove.
6702         (all-target-cygmon): Remove libio.
6703         (all-target-libstdc++): Remove.
6704         (configure-target-libstdc++): Remove.
6705         (TARGET_LIB_PATH): Remove libstdc++.
6706         (ALL_GCC_CXX): Remove libstdc++.
6707         (all-target-gperf): Correct.
6708
6709 2001-02-15  Anthony Green  <green@redhat.com>
6710
6711         * configure: Introduce GCJ_FOR_TARGET.
6712         * configure.in: Ditto.
6713         * Makefile.in: Ditto.
6714
6715 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
6716
6717         * configure.in: for *-chorusos, don't config target-newlib and
6718         target-libgloss.
6719
6720 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
6721
6722         Remove V2 C++ library.
6723         * configure.in: Remove --enable-libstdcxx_v3 support.
6724
6725 2001-01-27  Richard Henderson  <rth@redhat.com>
6726
6727         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6728
6729 2001-01-26  Tom Tromey  <tromey@redhat.com>
6730
6731         * configure.in: Allow libgcj to be built on Sparc Solaris.
6732
6733 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
6734
6735         * configure.in: Enable libgcj on several additional platforms.
6736
6737 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
6738
6739         * configure.in: Enable libgcj for linux targets.
6740
6741 2001-01-09  Mike Stump  <mrs@wrs.com>
6742
6743         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6744         failures of subdirectories.
6745
6746 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6747
6748         * configure: handle DOS-style absolute paths.
6749
6750 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6751
6752         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6753
6754 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
6755
6756         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6757         (libstdcxx_incdir): Pass down.
6758         * config.if: Remove expired bits for cxx_interface, add stub.
6759         (libstdcxx_incdir): Add variable for g++ include directory.
6760         * configure.in (gxx_include_dir): Use it.
6761
6762 2000-12-15  Andreas Jaeger  <aj@suse.de>
6763
6764         * configure.in: Handle lang_dirs.
6765
6766 2000-12-13  Anthony Green  <green@redhat.com>
6767
6768         * configure.in: Disable libgcj for any target not specifically
6769         listed.  Disable libgcj for x86 and Alpha Linux until compatible
6770         with g++ abi.
6771
6772 2000-12-13  Mike Stump  <mrs@wrs.com>
6773
6774         * Makefile.in (local-distclean): Also remove fastjar.
6775
6776 2000-12-10  Anthony Green  <green@redhat.com>
6777
6778         * configure.in: Define libgcj.  Disable libgcj target libraries for
6779         most targets.
6780
6781 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6782
6783         * configure.in (target_libs): Revert 2000-12-08 patch.
6784         (noconfigdirs): Added target-libjava.
6785
6786 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6787
6788         * Makefile.in: handle DOS-style absolute paths.
6789
6790 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6791
6792         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6793         libjava.
6794         * configure.in (target_libs): Removed `target-libjava'.
6795
6796 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6797
6798         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6799         (ALL_MODULES): Added fastjar.
6800         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6801         (all-target-libjava): all-fastjar replaces all-zip.
6802         (all-fastjar): Added.
6803         (configure-target-fastjar, all-target-fastjar): Likewise.
6804         * configure.in (host_tools): Added fastjar.
6805
6806 2000-12-07  Mike Stump  <mrs@wrs.com>
6807
6808         * Makefile.in (local-distclean): Remove leftover built files.
6809
6810 2000-11-16  Fred Fish  <fnf@be.com>
6811
6812         * configure.in (enable_libstdcxx_v3): Fix typo,
6813         libstd++ -> libstdc++.
6814
6815 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6816
6817         * configure: Provide the original toplevel configure arguments
6818         (including $0) to subprocesses in the environment rather than
6819         through gcc/configargs.h.
6820
6821 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
6822
6823         * configure: Turn on libstdc++ V3 by default.
6824
6825 2000-10-16  Michael Meissner  <meissner@redhat.com>
6826
6827         * configure (gcc/configargs.h): Only create if there is a build GCC
6828         directory created.
6829
6830 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
6831
6832         * configure: Save configure arguments to gcc/configargs.h.
6833
6834 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
6835
6836         * Makefile.in (bootstrap): avoid recursion if subdir missing
6837         (cross): ditto
6838         (do-proto-toplev): ditto
6839
6840 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
6841
6842         * configure.in: Do not build byacc for hppa64.  Provide paths to the
6843         X11 libraries for hppa64.
6844
6845 2000-09-02  Anthony Green  <green@cygnus.com>
6846
6847         * Makefile.in (all-gcc): Depend on all-zlib.
6848         (CLEAN_MODULES): Add clean-zlib.
6849         (ALL_MODULES): Add all-zlib.
6850         * configure.in (host_libs): Add zlib.
6851
6852 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
6853
6854         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6855         $targargs to tell whether newlib is going to be built.
6856
6857         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6858         $$r/TARGET_SUBDIR/libio for _G_config.h.
6859
6860 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
6861
6862         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6863
6864         * configure: Make enable_threads and enable_shared defaults
6865         explicit.  Substitute enable_threads into generated Makefiles.
6866         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6867         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6868
6869 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
6870
6871         * configure.in: Re-enable all references to libg++ and librx.
6872
6873 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
6874
6875         * configure.in: Add *-*-freebsd* configurations.
6876
6877 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6878
6879         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
6880         (do-tar, do-bz2): New rules.
6881         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
6882         (gdb-tar): New rule.
6883         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
6884         (insight_dejagnu.tar): New rule.
6885         (insight.tar): New rule.
6886         (gdb+dejagnu.tar): New rule.
6887         (gdb.tar): New rule.
6888
6889 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6890
6891         * MAINTAINERS: Update dejagnu/
6892
6893 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
6894
6895         * ltmain.sh (relink_command): Fix typo in previous change.
6896
6897 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
6898
6899         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
6900         (relink_command): Added --tag flags.
6901         (mode=install): If relinking fails; error out.
6902
6903 2002-03-12  Richard Henderson  <rth@redhat.com>
6904
6905         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
6906         .NOTPARALLEL tag.
6907         (do-check): Rename from check.
6908         (check): Allow parallel check.
6909
6910 2002-03-11  Richard Henderson  <rth@redhat.com>
6911
6912         * Makefile.in (.NOTPARALLEL): Add fake tag.
6913
6914 2002-03-07  H.J. Lu  (hjl@gnu.org)
6915
6916         * configure.in: Enable gprof for mips*-*-linux*.
6917
6918 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6919
6920         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6921         libjava.
6922         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6923
6924 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
6925
6926         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6927
6928 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
6929
6930         * config.guess: Import from master sources, rev 1.232.
6931         * config.sub: Import from master sources, rev 1.246.
6932
6933 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
6934
6935         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6936         because its Makefile is there; test for the executable instead.
6937
6938 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6939
6940         Contribute sh64-elf.
6941         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6942         * configure.in: Added sh64-*-*.
6943
6944 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
6945
6946         * COPYING.NEWLIB: Remove advertising clause from
6947         Berkeley and Red Hat licenses.
6948
6949 2002-02-01  Mo DeJong  <supermo@bayarea.net>
6950
6951         * Makefile.in: Add all-tix to deps for all-snavigator
6952         so that tix is built when building snavigator.
6953
6954 2002-02-01  Ben Elliston  <bje@redhat.com>
6955
6956         * config.guess: Import from master sources, rev 1.229.
6957         * config.sub: Import from master sources, rev 1.240.
6958
6959 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
6960
6961         From Steve Ellcey <sje@cup.hp.com>:
6962         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6963         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6964         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6965         IA64.
6966         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6967         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6968         soname_spec, sys_lib_search_path_spec): Ditto.
6969
6970 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
6971
6972         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
6973         target-libiberty, and target-libgloss.  Skip Java-related
6974         libraries if not supported for NetBSD on target CPU.
6975
6976 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
6977
6978         * configure.in: Import StrongARM and XScale target_configdirs from
6979         FSF GCC version.
6980
6981 2002-01-16  H.J. Lu  (hjl@gnu.org)
6982
6983         * config.guess: Import from master sources, rev 1.225.
6984         * config.sub: Import from master sources, rev 1.238.
6985
6986         * MAINTAINERS: Updated notes on config.guess and config.sub.
6987
6988 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
6989
6990         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6991         ld and gdb are not supported.
6992
6993 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
6994
6995         * Change reference to Cygnus Solutions to be Red Hat.
6996
6997 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
6998
6999         * COPYING.NEWLIB: Update generic copyright date.
7000
7001 2002-01-07  Mark Salter  <msalter@redhat.com>
7002
7003         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7004           Allow target-libgloss to be built for arm, strongarm, and xscale.
7005
7006 2002-01-03  Ben Elliston  <bje@redhat.com>
7007
7008         * MAINTAINERS: Update URL for config.* scripts.
7009
7010 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
7011
7012         * config.sub: Import latest version.
7013         * config.guess: Likewise.
7014
7015 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7016
7017         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7018         options for i[3456]86-pc-linux* native builds.
7019
7020 2001-12-05  Laurent Guerby  <guerby@acm.org>
7021
7022         * MAINTAINERS: gcc adopts symlink-tree, refer more to
7023         libiberty.
7024
7025         Import this patch from gcc:
7026
7027         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7028
7029             * symlink-tree: handle DOS-style absolute paths.
7030
7031 2001-11-28  DJ Delorie <dj@redhat.com>
7032             Zack Weinberg  <zack@codesourcery.com>
7033
7034         When build != host, create libiberty for the build machine.
7035
7036         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7037         CONFIG_ARGUMENTS.
7038         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7039         New variables.
7040         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7041         and rules.
7042         (all.normal): Depend on ALL_BUILD_MODULES.
7043         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7044         (all-build-libiberty): Depend on configure-build-libiberty.
7045
7046         * configure: Calculate and substitute proper value for
7047         ALL_BUILD_MODULES.
7048         * configure.in: Create the build subdirectory.
7049         Calculate and substitute TARGET_CONFIGARGS (formerly
7050         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7051
7052 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
7053
7054         * config.sub: Update to version 1.232 on subversion.
7055
7056 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7057
7058         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7059         files from .po files for a distribution.
7060
7061 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
7062
7063         * COPYING.NEWLIB: Mention preserved notice in specific parts.
7064
7065 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7066
7067         Merged from net gcc:
7068         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7069         * ltcf-c.sh: Use $objext, not $ac_objext.
7070         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7071         * ltcf-cxx.sh: Add support for GNU.
7072         2001-07-22  Timothy Wall  <twall@redhat.com>
7073         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7074         default settings if using GNU tools with that configuration.
7075         * ltcf-cxx.sh: Ditto.
7076         * ltcf-gcj.sh: Ditto.
7077         2001-07-21  Michael Chastain  <chastain@redhat.com>
7078         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7079         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7080         * ltmain.sh: Mark as gcc-local.
7081
7082 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7083
7084         * Makefile.in (all-bison): Revert 2001-10-24.
7085         Don't depend on texinfo.
7086
7087 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
7088
7089         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7090
7091 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7092
7093         * configure.in (--enable-languages): Be more permissive about
7094         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7095
7096 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7097
7098         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7099
7100 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
7101
7102         Makefile.in (all-bison): Don't depend on texinfo.
7103
7104 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
7105
7106         * gettext.m4: Test po/POTFILES.in exists before trying to read.
7107
7108 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7109
7110         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7111
7112 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
7113
7114         * config.sub, config.guess: Import latest from subversions.
7115
7116 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7117
7118         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7119         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7120         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7121         avoid quotes nesting problems.
7122         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7123         (DO_X): Export only variables that are set.
7124
7125 2001-09-19  Ben Elliston  <bje@redhat.com>
7126
7127         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7128         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7129         semantics.  Use the shell built-in "type" command instead.
7130
7131 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7132
7133         * config.sub: Reverted the earlier change, this version is not the
7134         master file.
7135
7136 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7137
7138         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7139         Add support for mips64.
7140
7141 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7142
7143         * configure.in: Enable libstdc++-v3 for h8300 targets.
7144
7145 2001-08-30  Eric Christopher  <echristo@redhat.com>
7146             Jason Eckhardt  <jle@redhat.com>
7147
7148         * config.sub: Add support for mipsisa32.
7149
7150 2001-08-30  Eric Christopher  <echristo@redhat.com>
7151
7152         * config.sub, config.guess: Import latest from subversions.
7153
7154 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
7155
7156         * config.sub, config.guess: Import latest from subversions.
7157
7158 2001-07-26  DJ Delorie  <dj@redhat.com>
7159
7160         * MAINTAINERS: Clarify libiberty merge rules and procedures.
7161
7162 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7163
7164         * Makefile.in: Revert 2001-06-17.
7165         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7166
7167 2001-06-17  H.J. Lu <hjl@gnu.org>
7168
7169         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7170         (gas+binutils.tar.bz2): Likewise.
7171         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7172
7173 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7174
7175         * Makefile.in (VER): When present, extract the version number from
7176         the file version.in.
7177
7178 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
7179
7180         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7181         gcc/xgcc is built, use -print-prog-name to find out the program
7182         name to use.
7183
7184 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
7185
7186         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7187         with_gcc]: Use `gcc -shared' to build a shared library.
7188
7189 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7190
7191         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7192         archives.
7193
7194 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
7195
7196         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
7197         libraries when using g++ with native linker.
7198
7199 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
7200
7201         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7202
7203 2001-05-24  Tom Rix <trix@redhat.com>
7204
7205         * configure.in : enable ld for aix
7206
7207 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
7208
7209         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7210         [aix4*|aix5*]: Prepend blank.
7211
7212 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
7213
7214         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7215         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
7216         of subdir/configure scripts to use the new libtool.m4.
7217
7218 2001-05-14  H.J. Lu <hjl@gnu.org>
7219
7220         * config.if (libc_interface): Set to -libc6.2- for cross
7221         compiling to Linux/glibc 2.2.
7222
7223 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7224
7225         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7226         libgcj.
7227
7228 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7229
7230         * configure.in (noconfigdirs): Don't reset it from scratch in the
7231         target case; only append to it.
7232
7233 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7234
7235         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7236         sparc-*-solaris2.8]: Disable ${libgcj}.
7237
7238 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
7239
7240         * configure.in (libgcj_saved): Copy from $libgcj.
7241         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7242         --disable-libgcj.
7243
7244 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
7245
7246         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7247         1.641.2.228.
7248
7249 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7250
7251         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7252         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7253
7254 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
7255
7256         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7257         New macros.
7258         (bootstrap, cross): Use RECURSE_FLAGS.
7259         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7260
7261 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
7262
7263         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7264
7265 2001-03-23  Nick Clifton  <nickc@redhat.com>
7266
7267         * README-maintainer-mode: Add note about inability to use "make
7268         distclean" in maintainer mode.
7269
7270 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7271
7272         Re-installed:
7273         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7274         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7275         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7276         * ltcf-cxx.sh: Likewise.
7277         * ltcf-gcj.sh: Likewise.
7278
7279 2001-03-22  Philip Blundell  <philb@gnu.org>
7280
7281         * config.sub, config.guess: Import latest from subversions.
7282
7283 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7284
7285         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7286         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7287
7288 2001-03-20  Michael Chastain  <chastain@redhat.com>
7289
7290         * Makefile.in: all-m4 depends on all-texinfo.
7291
7292 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
7293
7294         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7295
7296 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
7297
7298         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7299         longer valid.
7300
7301 2001-02-16  Nick Clifton  <nickc@redhat.com>
7302
7303         * configure.in (noconfigdirs): Allow configuration of texinfo
7304         for Cygwin hosts.
7305
7306 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7307
7308         * config.guess: Add linux target for S/390.
7309         * config.sub: Likewise.
7310         * configure.in: Likewise.
7311
7312 2001-02-06  Ben Elliston  <bje@redhat.com>
7313
7314         * configure: Output host type to stdout, not stderr.
7315
7316 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7317
7318         * config.guess: Import from subversions.gnu.org (revision 1.181).
7319         * config.sub: Import from subversions.gnu.org (revision 1.199).
7320
7321 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
7322
7323         * config.guess: Handle hppa64-linux systems.
7324
7325 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7326
7327         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7328         Don't unset, it's non-portable and no longer necessary, set to empty
7329         instead.
7330
7331 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7332
7333         * ltconfig: Shell portability fix for the tagname validity check.
7334
7335 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7336
7337         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7338
7339 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
7340
7341         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7342         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7343
7344 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7345
7346         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7347         keep at least one of build_libtool_libs or build_old_libs set to
7348         yes.
7349
7350 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7351
7352         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7353         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7354
7355 2000-11-07  Philip Blundell  <pb@futuretv.com>
7356
7357         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7358
7359 2000-11-03  Philip Blundell  <pb@futuretv.com>
7360
7361         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7362         files.
7363
7364 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
7365
7366         * COPYING.NEWLIB: Put into source repository.
7367
7368 2001-01-15  Ben Elliston  <bje@redhat.com>
7369
7370         * configure.in (host_tools): Add sid.
7371         Always configure cgen.
7372         * Makefile.in (all-sid): New target.
7373         (check-sid, clean-sid, install-sid): Likewise.
7374
7375 2001-01-07  Andreas Jaeger  <aj@suse.de>
7376
7377         * config.sub, config.guess: Update from subversions.
7378
7379 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
7380
7381         * configure.in: Disable language-specific target libraries for
7382         languages that aren't enabled.
7383
7384 2000-11-24  Nick Clifton  <nickc@redhat.com>
7385
7386         * configure.in (xscale-elf): Add target.
7387         (xscale-coff): Add target.
7388         (c4x, c5x, tic54x): Move after ARM targets.
7389
7390 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
7391
7392         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7393
7394 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
7395
7396         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7397
7398 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7399
7400         * Makefile.in: Merge with GCC and libgcj.
7401         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
7402         configure-target-<library> when their configure scripts need the C
7403         or C++ library to have already been built to work properly.
7404         (do_proto_toplev): Set them to an empty string.
7405
7406 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7407
7408         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7409         (REALLY_SET_LIB_PATH): Use them.
7410
7411 2000-11-06  Christopher Faylor <cgf@cygnus.com>
7412
7413         * config.sub: Add support for Sun Chorus
7414
7415 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
7416
7417         * config.sub: Add support for the *-storm-chaos OS.
7418
7419 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
7420
7421         * configure.in (noconfigdirs): Don't compile some
7422         of the libraries for 68HC11 & 68hc12 targets.
7423
7424 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
7425
7426         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7427         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
7428         all affected `configure' scripts.
7429
7430 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
7431
7432         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7433         ltcf-c.sh.
7434
7435 2000-09-12  Philip Blundell  <philb@gnu.org>
7436
7437         * config.sub, config.guess: Update from subversions.
7438
7439 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
7440
7441         * Makefile.in (all-zlib): Added dummy target.
7442
7443         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7444         multi-language branch.
7445
7446 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
7447
7448         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7449         (bootstrap*): Depend on all-bootstrap.
7450
7451 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
7452
7453         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7454         crosses, but add gcc/include to the header search path for them.
7455
7456 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
7457
7458         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7459         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7460         * gettext.m4: New file, extracted from aclocal.m4.
7461
7462 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
7463
7464         * config-ml.in (CC, CXX): Avoid trailing whitespace.
7465         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7466         sub-configures.
7467
7468 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7469
7470         * Makefile.in (ALL_MODULES): Add all-cgen.
7471         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7472         (all-cgen): New target.
7473         (all-opcodes,all-sim): Depend on all-cgen.
7474         * configure.in (host_tools): Add cgen.
7475         Only configure cgen if --enable-cgen-maint.
7476
7477 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
7478
7479         * config-ml.in (CC, CXX): Don't introduce a leading space.
7480
7481 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
7482
7483         * configure.in (libstdcxx_flags): Use
7484         libstdc++-v3/src/libstdc++.INC.
7485
7486 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
7487
7488         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7489
7490 2000-08-11  Jason Merrill  <jason@redhat.com>
7491
7492         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7493         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7494         (FLAGS_FOR_TARGET): Not here.
7495         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7496
7497 2000-08-07  DJ Delorie  <dj@redhat.com>
7498
7499         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7500         "if we're also building gcc, and it's a gcc that will run on the
7501         build machine, we want to use its includes instead of the system's
7502         default includes".
7503
7504 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
7505
7506         * configure.in (libstdcxx_flags): Don't use `"'.
7507
7508         * config-ml.in: Adjust multilib search paths to the
7509         appropriate multilib tree.
7510
7511 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
7512
7513         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7514         commas in $LANGUAGES.
7515
7516 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
7517
7518         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7519
7520 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
7521
7522         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7523         CXX_FOR_TARGET for sed.
7524
7525 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
7526
7527         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7528         Do not override if already set in the environment or in configure.
7529         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7530         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7531
7532 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
7533
7534         * Makefile.in (FLAGS_FOR_TARGET): New macro.
7535         (GCC_FOR_TARGET): Use it.
7536         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7537         * configure.in: ... here.
7538         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
7539         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7540
7541 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
7542
7543         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7544         (configure-target-libchill, configure-target-libobjc): Likewise.
7545
7546         * configure.in: Use the same cache file for all target libs.
7547         * config-ml.in: But different cache files per multilib variant.
7548
7549 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7550
7551         * configure (topsrcdir): Don't use dirname.
7552
7553 2000-07-20  Jason Merrill  <jason@redhat.com>
7554
7555         * configure.in: Remove all references to libg++ and librx.
7556
7557         * configure, configure.in, Makefile.in: Unify gcc and binutils.
7558
7559 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
7560
7561         * config.sub: Update to subversions version 2000-07-06.
7562
7563 2000-07-12  Andrew Haley  <aph@cygnus.com>
7564
7565         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7566         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7567
7568 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
7569
7570         * symlink-tree:  Check number of arguments.
7571
7572 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
7573
7574         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7575
7576 2000-07-05  Jim Wilson  <wilson@cygnus.com>
7577
7578         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7579         search path for a g++ extracted from the build tree.  This
7580         will allow link tests run by configure scripts in
7581         subdirectories to succeed.
7582
7583 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
7584
7585         * ltconfig: Add support for mips-dde-sysv4.2MP
7586
7587 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
7588
7589         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7590         `os2'. Force ac_cv_exeext to be ".exe" in that case.
7591
7592 2000-06-19  Timothy Wall  <twall@cygnus.com>
7593
7594         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7595         * config.sub: Add tic54x target.
7596
7597 2000-06-07  Phillip Thomas  <pthomas@suse.de>
7598
7599         * README-maintainer-mode: New file: Contains notes on using
7600         --enable-maintainer-mode with binutils.
7601
7602 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
7603
7604         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7605
7606 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
7607
7608         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7609         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7610
7611 20000-05-21  H.J. Lu  (hjl@gnu.org)
7612
7613         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7614         directory are used if they exist. Make sure
7615         $(build_tooldir)/include is searched for header files,
7616         $(build_tooldir)/lib/ for library files.
7617         (GCC_FOR_TARGET): Likewise.
7618         (CXX_FOR_TARGET): Likewise.
7619
7620 2000-05-18  Jeffrey A Law  (law@cygnus.com)
7621
7622         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7623
7624 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
7625
7626         * Makefile.in (configure-target-libiberty): Depend on
7627         configure-target-newlib.
7628
7629 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
7630
7631         * configure.in, Makefile.in: Merge all libffi-related
7632         configury stuff from the libgcj tree.
7633
7634 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7635
7636         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7637         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7638
7639 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7640
7641         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7642         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
7643         current version information.  Add to proto-toplev directory.
7644         (gdb-taz): Build do-djunpack.
7645
7646 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
7647
7648         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7649
7650 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7651
7652         * ltmain.sh: Preserve in relink_command any environment
7653         variables that may affect the linker behavior.
7654
7655 2000-05-12  Jeffrey A Law  (law@cygnus.com)
7656
7657         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7658
7659 2000-05-10  Jim Wilson  <wilson@cygnus.com>
7660
7661         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7662
7663 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7664
7665         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
7666         with the version name.
7667
7668 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
7669
7670         * config.if: Tweak.
7671
7672 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
7673
7674         * djunpack.bat: New file.
7675
7676 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
7677
7678         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
7679         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7680         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7681         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
7682
7683 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7684
7685         * config.sub (case $basic_machine): Change default for "ibm-*"
7686         to "openedition".
7687
7688 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
7689
7690         * Makefile.in (gdb-taz): New target.  GDB specific archive.
7691         (do-md5sum): New target.
7692         (MD5PROG): Define.
7693         (PACKAGE): Default to TOOL.
7694         (VER): Default to a shell script.
7695         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
7696         md5 checksum generation.
7697         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7698         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7699         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
7700         insight.tar.bz2): Use gdb-taz to create archive.
7701
7702 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
7703
7704         * configure (warn_cflags): Delete.
7705
7706 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
7707             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
7708
7709         * configure.in (enable_libstdcxx_v3): Add.
7710         (target_libs): Add bits here to switch between libstdc++-v2 and
7711         libstdc++-v3.
7712         * config.if: And this file too.
7713         * Makefile.in: Add libstdc++-v3 targets.
7714
7715 2000-04-05  Michael Meissner  <meissner@redhat.com>
7716
7717         * config.sub (d30v): Add d30v as a basic machine type.
7718
7719 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
7720
7721         * configure.in: -linux-gnu*, not -linux-gnu.
7722
7723 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
7724
7725         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7726         (do-tar-bz2): Replace TOOL with PACKAGE.
7727         (gdb.tar.bz2): Remove GDBTK from GDB package.
7728         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
7729         dejagnu.tar.bz2): New packages.
7730
7731 2000-02-27  Andreas Jaeger  <aj@suse.de>
7732
7733         * configure.in: Add entry for mips*-*-linux*, move catch all
7734         *-*-*linux* entry below this one.
7735
7736 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
7737
7738         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7739
7740 2000-02-24  Nick Clifton  <nickc@cygnus.com>
7741
7742         * config.sub: Support an OS of "wince".
7743
7744 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
7745
7746         * config.guess, config.sub: Updated to match config's 2000-02-15
7747         version.
7748
7749 2000-02-23  Linas Vepstas <linas@linas.org>
7750
7751         * config.sub: Add support for Linux/IBM 370.
7752         * configure.in: Likewise.
7753
7754 2000-02-22  Nick Clifton  <nickc@cygnus.com>
7755
7756         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7757
7758 2000-02-20  Christopher Faylor <cgf@cygnus.com>
7759
7760         * config.guess: Guess "cygwin" rather than "cygwin32".
7761
7762 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7763
7764         * configure (gcc_version): When setting, narrow search to
7765         lines containing `version_string'.
7766
7767 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7768
7769         * config.sub: Add support for avr target.
7770
7771 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
7772
7773         * config.sub: Add mmix-knuth-mmixware.
7774
7775 2000-01-27  Christopher Faylor <cgf@redhat.com>
7776
7777         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7778         structure stuff to -L library search.
7779         (CXX_FOR_TARGET): Ditto.
7780         (CROSS_CHECK_MODULES): Fix spelling mistake.
7781
7782 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
7783
7784         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7785         the C++ compiler.
7786
7787 2000-01-12  Richard Henderson  <rth@cygnus.com>
7788
7789         * configure.in: Don't build some bits for beos.
7790
7791 2000-01-12  Joel Sherrill (joel@OARcorp.com)
7792
7793         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7794         as include files.
7795
7796 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
7797
7798         * configure.in: Use mt-aix43 to handle *_TARGET defs,
7799         not mh-aix43.
7800
7801 1999-12-14  Richard Henderson  <rth@cygnus.com>
7802
7803         * config.guess (alpha-osf, alpha-linux): Detect ev67.
7804         * config.sub: Accept alphaev[78], alphaev8.
7805
7806 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7807
7808         * config.guess, config.sub: Update from autoconf.
7809
7810 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7811
7812         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7813         necessary libraries are missing.
7814
7815 1999-10-25  Andreas Schwab  <schwab@suse.de>
7816
7817         * configure: Fix quoting inside arguments of eval.
7818
7819 1999-10-21  Nick Clifton  <nickc@cygnus.com>
7820
7821         * config-ml.in: Allow suppression of some ARM multilibs.
7822
7823 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
7824
7825         * config.guess: Add OS/390 match pattern.
7826         * config.sub: Add mvs, openedition targets.
7827         * configure.in (i370-ibm-opened*): New.
7828
7829 1999-09-04  Steve Chamberlain  <sac@pobox.com>
7830
7831         * config.sub: Add support for configuring for pj.
7832
7833 1999-08-31  Nick Clifton  <nickc@cygnus.com>
7834
7835         * config.sub (maybe_os): Add support for configuring for fr30.
7836
7837 1999-08-25  Nick Clifton  <nickc@cygnus.com>
7838
7839         * configure.in: Do not configure or build ld for AIX
7840         platforms.  ld is known to be broken on these platforms.
7841
7842 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7843
7844         * config-ml.in: Pass compiler flag corresponding to multidirs to
7845         subdir configures.
7846
7847 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
7848
7849         * Makefile.in (LDFLAGS): Define.
7850
7851 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
7852
7853         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7854         noconfigdirs.
7855         (*-*-cygwin*): Likewise.
7856
7857 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
7858
7859         * mkdep: New file.
7860         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7861         (BINUTILS_SUPPORT_DIRS): Add mkdep.
7862
7863         From Eli Zaretskii <eliz@is.elta.co.il>:
7864         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7865         long file name when using DJGPP on MS-DOS.
7866
7867 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
7868
7869         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7870
7871 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
7872
7873         * Makefile.in (check-target-libio): Remove all-target-libstdc++
7874         dependency as this causes "make check" to globally "make all"
7875
7876 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
7877
7878         * configure.in (target_libs): Added target-zlib.
7879         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7880         (CONFIGURE_TARGET_MODULES): Likewise.
7881         (CHECK_TARGET_MODULES): Likewise.
7882         (INSTALL_TARGET_MODULES): Likewise.
7883         (CLEAN_TARGET_MODULES): Likewise.
7884         (configure-target-zlib): New target.
7885         (all-target-zlib): Likewise.
7886         (all-target-libjava): Depend on all-target-zlib.
7887         (configure-target-libjava): Depend on configure-target-zlib.
7888
7889         * Makefile.in (configure-target-libjava): Depend on
7890         configure-target-newlib.
7891         (configure-target-boehm-gc): New target.
7892         (configure-target-qthreads): New target.
7893
7894         * configure.in (target_libs): Added target-qthreads.
7895         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7896         (CONFIGURE_TARGET_MODULES): Likewise.
7897         (CHECK_TARGET_MODULES): Likewise.
7898         (INSTALL_TARGET_MODULES): Likewise.
7899         (CLEAN_TARGET_MODULES): Likewise.
7900         (all-target-qthreads): New target.
7901         (configure-target-libjava): Depend on configure-target-qthreads.
7902         (all-target-libjava): Depend on all-target-qthreads.
7903
7904         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7905         (CONFIGURE_TARGET_MODULES): Likewise.
7906         (CHECK_TARGET_MODULES): Likewise.
7907         (INSTALL_TARGET_MODULES): Likewise.
7908         (CLEAN_TARGET_MODULES): Likewise.
7909         (all-target-libjava): New target.
7910         (all-target-boehm-gc): Likewise.
7911         * configure.in (target_libs): Added libjava, boehm-gc.
7912
7913 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
7914
7915         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7916         configure.bat in SUPPORT_FILES.
7917         (gas+binutils.tar.bz2): Likewise.
7918
7919         * makeall.bat: Remove; obsolete.
7920
7921 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
7922
7923         From Mark Elbrecht:
7924         * configure.bat: Remove; obsolete.
7925
7926 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
7927
7928         * configure: Add -W -Wall to the default CFLAGS when compiling with
7929         gcc.
7930
7931 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
7932
7933         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7934
7935 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
7936
7937         * configure.in: Build ld on IRIX6.
7938
7939 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
7940
7941         * Makefile.in: Change distribution targets to use bzip2 instead of
7942         gzip.
7943         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
7944         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
7945
7946 1999-06-04  Nick Clifton  <nickc@cygnus.com>
7947
7948         * config.sub: Add mcore target.
7949
7950 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
7951
7952         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
7953
7954 1999-05-25  H.J. Lu  (hjl@gnu.org)
7955
7956         * config.guess (dummy): Changed to $dummy.
7957
7958 1999-05-24  Nick Clifton  <nickc@cygnus.com>
7959
7960         * config.sub: Tidied up case statements.
7961
7962 1999-05-22  Ben Elliston  <bje@cygnus.com>
7963
7964         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
7965         <jiro@din.or.jp>.
7966
7967         * config.guess: Merge with FSF version. Future changes will be
7968         more accurately recorded in this ChangeLog.
7969         * config.sub: Likewise.
7970
7971 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
7972
7973          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
7974
7975 1999-04-30  Tom Tromey  <tromey@cygnus.com>
7976
7977         * ltmain.sh: [mode link] Always use CC given by ltconfig.
7978
7979 1999-04-23  Tom Tromey  <tromey@cygnus.com>
7980
7981         * ltconfig, ltmain.sh: Update to libtool 1.2f.
7982
7983 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
7984
7985         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
7986         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
7987         Bad merge removed these two changes.
7988
7989 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
7990                           Martin Heller (Ing.-Buero_Heller@t-online.de)
7991
7992         * config.guess (interix Alpha): Add.
7993
7994 1999-04-11  Richard Henderson  <rth@cygnus.com>
7995
7996         * configure.in (i?86-*-beos*): Do config gperf; don't config
7997         gdb, newlib, or libgloss.
7998
7999 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
8000
8001         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8002         link a trivial program with -mabi=64.  If it fails, remove mabi=64
8003         from multidirs.
8004
8005 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
8006
8007         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8008
8009 1999-04-08  Nick Clifton  <nickc@cygnus.com>
8010
8011         * config.sub: Add support for mcore targets.
8012
8013 1999-04-07  Michael Meissner  <meissner@cygnus.com>
8014
8015         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8016         not mt-ospace, in order to shut up assembler warning about using
8017         symbols that are named the same as registers.
8018
8019 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
8020
8021         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8022         dependency list for all-target-cygmon.
8023
8024 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
8025
8026         * config-ml.in: Check $host, not $target, for selective multilibs.
8027         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8028         thumb interworking, and underscore prefix multilibs.
8029
8030 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
8031
8032         * missing: Update to version from current automake.
8033
8034 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
8035
8036         * configure (gxx_include_dir): Removed.
8037
8038         * configure.in (gxx_include_dir): Handle it.
8039         * Makefile.in: Likewise.
8040
8041 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
8042
8043         * config.sub (mips64vr4111,mips64vr4111el) Add.
8044
8045 1999-03-21  Ben Elliston  <bje@cygnus.com>
8046
8047         * config.guess: Correct typo for detecting ELF on FreeBSD.
8048
8049 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
8050
8051         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8052         config/mh-djgpp.
8053
8054 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
8055
8056         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8057         all-target-newlib to dependency list for all-target-bsp.
8058
8059 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8060
8061         * config.sub: Add i386-uwin support.
8062         * config.guess: Likewise.
8063
8064 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8065
8066         * configure.in: cleanup, add mh-*pic handling for arm, special
8067         case powerpc*-*-aix*
8068
8069 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
8070
8071         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8072         can be built.
8073
8074 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
8075
8076         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8077         targets.
8078
8079 1999-03-02  Nick Clifton  <nickc@cygnus.com>
8080
8081         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8082
8083 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
8084
8085         * config.sub: Check for "cygwin*" rather than "cygwin32*"
8086
8087 1999-02-24  Nick Clifton  <nickc@cygnus.com>
8088
8089         * config.sub: Fix typo in arm recognition.
8090
8091 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
8092
8093         * configure.in (noconfigdirs): Changed target_configdirs to
8094         include target-bsp only for m68k-*-elf* and m68k-*-coff*
8095         rather than m68k-*-* since it is not known to work on
8096         m68k-aout. Ditto for arm-*-*oabi.
8097
8098 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
8099
8100         * configure.in (*-*-windows*): Remove, no longer used.
8101
8102 1999-02-19  Ben Elliston <bje@cygnus.com>
8103
8104         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8105         Smart and improved by Andrew Cagney.
8106
8107 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
8108
8109         * config.guess: Recognize openbsd-*-hppa.
8110
8111 1999-02-17  H.J. Lu  (hjl@gnu.org)
8112
8113         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8114         only if it is not empty.
8115
8116 1999-02-17  Nick Clifton  <nickc@cygnus.com>
8117
8118         Patch from: Scott Bambrough <scottb@corelcomputer.com>
8119
8120         * config.guess: Modified to recognize uname's armv* syntax.
8121
8122         * config.sub: Modified to recognize uname's armv* syntax.
8123
8124 1999-02-17  Mark Salter  <msalter@cygnus.com>
8125
8126         * configure.in: Added target-bsp for sparclite.
8127
8128 1999-02-08  Richard Henderson  <rth@cygnus.com>
8129
8130         * config.sub: Recognize alphapca5[67] and up to alphaev8.
8131
8132 1999-02-08  Nick Clifton  <nickc@cygnus.com>
8133
8134         * configure.in: Add support for strongarm port.
8135         * config.sub: Add support for strongarm target.
8136
8137 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
8138
8139         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8140         the old name config/mh-cygwin32.
8141         Enable texinfo.
8142
8143 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
8144
8145         * configure.in: Do build ld for ix86 Solaris.
8146
8147 1999-02-02  Jim Wilson  <wilson@cygnus.com>
8148
8149         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
8150         $AR_FOR_TARGET.  Likewise for RANLIB.
8151
8152 1999-02-02  Catherine Moore  <clm@cygnus.com>
8153
8154         * config.sub (oabi):  Recognize.
8155         * configure.in (arm-*-oabi):  Handle.
8156
8157 1999-01-30  Robert Lipe  (robertlipe@usa.net)
8158
8159         * config.guess: Improve detection of i686 on UnixWare 7.
8160
8161 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
8162
8163         * config.guess: Add support for i386-pc-interix.
8164         * config.sub: Likewise.
8165         * configure.in: Likewise.
8166
8167 1999-01-18  Christopher Faylor <cgf@cygnus.com>
8168
8169         * Makefile.in: Remove unneeded all-target-libio from
8170         from all-target-winsup target since it is now unneeded.
8171         Add all-target-libtermcap in its place since it is now
8172         needed.
8173
8174 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8175
8176         * configure.in: makefile stub for cygwin target is probably
8177         unnecessary.  Remove it for now.
8178
8179 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8180
8181         * configure.in: libtermcap.a should be built when cygwin is the
8182         target as well as the host.
8183         * config.guess: Allow mixed case in cygwin uname output.
8184         * Makefile.in: Add libtermcap target.
8185
8186 1998-12-23  Jeffrey A Law  (law@cygnus.com)
8187
8188         * config.sub: Clean up handling of hppa2.0.
8189
8190 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
8191
8192         * config.guess: Use C code to identify more HP machines.
8193
8194 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
8195
8196         * config.sub: Handle hppa2.0.
8197
8198 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
8199
8200         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8201         cygmon for all sparclite targets, regardless of object format.
8202
8203 1998-12-15  Mark Salter  <msalter@cygnus.com>
8204
8205         * configure.in: Added target-bsp for several target architectures.
8206
8207         * Makefile.in: Added rules for bsp.
8208
8209 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
8210
8211         * config.guess: Improve detection of hppa2.0 processors.
8212
8213 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
8214
8215         * config.guess: Recognize FreeBSD using ELF automatically.
8216
8217 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
8218
8219         * configure (skip-this-dir): Add handling for new shell script, which
8220         might be created by a sub-directory's configure to indicate, this particular
8221         directory is "unwanted".
8222         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8223
8224 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
8225
8226         * ltconfig: import from libtool, after changing libtool to
8227         account for the cygwin name change.
8228
8229 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
8230
8231         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8232         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8233
8234 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
8235
8236         * configure.in: Add libtermcap to list of cygwin dependencies.
8237
8238 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
8239
8240         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8241         they include winsup/include when it's a cygwin target.
8242
8243 1998-11-12  Tom Tromey  <tromey@cygnus.com>
8244
8245         * configure.in (host_tools): Added zip.
8246         * Makefile.in (all-target-libjava): Depend on all-zip.
8247         (all-zip): New target.
8248         (ALL_MODULES): Added all-zip.
8249         (NATIVE_CHECK_MODULES): Added check-zip.
8250         (INSTALL_MODULES): Added install-zip.
8251         (CLEAN_MODULES): Added clean-zip.
8252
8253 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
8254
8255         * Makefile.in: lose "32" from comment about cygwin.
8256
8257 1998-11-05  Nick Clifton  <nickc@cygnus.com>
8258
8259         * configure.in: Use -Os to build target libraries for the fr30.
8260
8261 1998-11-04  Dave Brolley  <brolley@cygnus.com>
8262
8263         * config.sub: Add fr30.
8264
8265 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
8266
8267         * configure.in: drop "32" from config/mh-cygwin32.  Check
8268         cygwin* instead of cygwin32*.
8269         * config.sub: Check cygwin* instead of cygwin32*.
8270
8271 1998-10-22  Robert Lipe  <robertl@dgii.com>
8272
8273         * config.guess: Match any version of Unixware7.
8274
8275 1998-10-20  Syd Polk  <spolk@cygnus.com>
8276
8277         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8278         if desired.
8279
8280 1998-10-18  Jeffrey A Law  (law@cygnus.com)
8281
8282         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8283         these if the appropriate directories and files to not exist.
8284
8285 1998-10-14  Jeffrey A Law  (law@cygnus.com)
8286
8287         * Makefile.in (DEVO_SUPPORT): Add config.if.
8288
8289 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
8290
8291         * configure: Add pattern to replace "build_tooldir"'s
8292         definition in the generated Makefile with "tooldir"'s
8293         actual value.
8294
8295 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
8296
8297         * config.sub: Bring back lost sparcv9.
8298
8299         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8300
8301 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
8302
8303         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8304         CC_FOR_TARGET and friends.
8305
8306 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
8307
8308         * Makefile.in (build_tooldir): New variable, same as tooldir.
8309         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8310         -B$(build_tooldir)/bin/.
8311         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8312
8313 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
8314
8315         * config.sub: Add support for i[34567]86-pc-udk.
8316         * configure.in: Likewise.
8317
8318 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
8319
8320         * Makefile.in: add bzip2 package building bits for user
8321         tools module
8322         * configure.in: ditto
8323
8324 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
8325
8326         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8327         (ALL_TARGET_MODULES): Add all-target-libobjc.
8328         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8329         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8330         (all-target-libchill): Add dependencies.
8331         * configure.in (target_libs): Add libchill.
8332
8333 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
8334
8335         * configure.in (target_subdir): Remove duplicate line.
8336
8337 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
8338
8339         * Makefile.in (all-automake): fix dependencies.
8340
8341 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
8342
8343         * configure.in: Minor cleanups for building in the $(target_alias)
8344         subdir.
8345
8346 1998-09-22  Jim Wilson  <wilson@cygnus.com>
8347
8348         * Makefile.in (bootstrap): Set r and s before make all.  Use
8349         BASE_FLAGS_TO_PASS in make all.
8350         (cross): Likewise.
8351
8352 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
8353
8354         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8355
8356 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
8357
8358         * config.sub: Fix typo in last change.
8359
8360 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8361
8362         * config.sub: Add support for C4x target.
8363         * configure.in: Likewise.
8364
8365 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
8366
8367         * config.sub: Recognize sparcv9 just like sparc64.
8368
8369 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
8370
8371         * config.guess: Match "Pent II" or "PentII" for OpenServer.
8372
8373 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
8374
8375         * config.guess: Correctly identify Pentium II sco boxes.
8376
8377         * config.guess: Fix "tr" code.  From Weiwen Liu.
8378
8379 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
8380
8381         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8382         stabs.
8383
8384 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
8385
8386         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8387         (ALL_TARGET_MODULES): Add all-target-libchill.
8388         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8389         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8390         (all-target-libchill): Add dependencies.
8391         * configure.in (target_libs): Add libchill.
8392
8393 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8394
8395         * config.guess: Avoid assumptions about "tr" behaves when
8396         LANG is set to something other than English.
8397
8398 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
8399
8400         * configure (gxx_include_dir): Changed to
8401         '${prefix}/include/g++'-${libstdcxx_interface}.
8402
8403         * config.if: New to determine the interfaces.
8404
8405 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
8406
8407         * config.guess: Detect and handle MPE/IX.
8408         * config.sub: Deal with MPE/IX.
8409
8410 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
8411
8412         * configure.in: Use mh-aix43.
8413
8414 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
8415
8416         * configure: Fix --without/--disable cases for gxx-include-dir.
8417
8418 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
8419
8420         * mdata-sh:  Imported.  Needed for automake support.
8421
8422 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
8423
8424         * Makefile.in (taz): Try "chmod -R og=u ." before
8425         "chmod og=u `find . -print`".
8426
8427 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
8428
8429         * configure.in: Add arm-elf and thumb-elf support.
8430
8431 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
8432
8433         * Makefile.in: Undo previous patch.
8434
8435 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
8436
8437         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8438         to here ...
8439         (install-no-fixedincludes): and here
8440         (INSTALL_MODULES): ... from here.
8441
8442 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8443
8444         * config.sub: Merge with FSF.
8445
8446         * config.guess: Merge with FSF.
8447
8448 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
8449
8450         * configure (extraconfigdirs): New variable.
8451         (SUBDIRS): Add extraconfigdirs and recurse on them too.
8452         * Makefile.in (all): Move higher in file.
8453         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8454         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8455         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8456         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8457         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8458
8459 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
8460
8461         * Makefile.in (all-target-libjava): Depend on all-gcc and
8462         all-target-newlib.
8463         (configure-target-libjava): Depend on $(ALL_GCC).
8464
8465 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
8466
8467         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8468         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8469
8470 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8471
8472         * ylwrap: Change absolute path checks to check for DOS style path
8473         names.
8474
8475         * ylwrap: Don't use a full path name if the source file is in the
8476         same directory.  From hjl@lucon.org (H.J. Lu).
8477
8478         * config-ml.in: Default to being verbose, to match Feb 18 change to
8479         configure.
8480
8481 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
8482
8483         Brought over from egcs:
8484
8485         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8486
8487         * configure.in (target_subdir): Set to ${target_alias} instead
8488         of "libraries".
8489
8490         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8491
8492         * configure.in (target_subdir): Set to libraries if enable_multilib.
8493
8494 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
8495
8496         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8497         multilibs, force reconfiguration the first time we create
8498         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8499
8500 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
8501
8502         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8503         avoid confusion with --no-recursion.
8504
8505 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
8506
8507         * configure.in: Win32 hosts shouldn't use install -x
8508         * install-sh: remove -x option, and special .exe-handling
8509         hack.
8510
8511 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
8512
8513         * config.guess: Recognize i586-pc-beos.
8514         * configure.in: Don't build some bits for beos.
8515
8516 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8517
8518         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8519         CFLAGS default to -O2.
8520
8521         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8522         when using GNU ld.
8523
8524 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
8525
8526         * ltmain.sh: Correct install when using a different shell.
8527
8528 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8529
8530         * ltconfig, ltmain.sh: Update to libtool 1.2b.
8531
8532 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
8533
8534         * makefile.vms: Update to build binutils/makefile.vms.  Add install
8535         target.
8536
8537 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
8538
8539         * ltconfig: Update to correct AIX handling.
8540
8541 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8542
8543         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8544
8545         * configure.in (target_subdir): Set to ${target_alias} instead
8546         of "libraries".
8547
8548 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
8549
8550         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8551         (Makefile): Depend on $(gcc_version_trigger).
8552
8553         * configure (gcc_version): Change default initializer to empty
8554         string.
8555         (gcc_version_trigger): New variable; pass this variable down
8556         to subdir configures to enable them checking gcc's version
8557         themselves. Emit make macros for both gcc_version vars.
8558         (topsrcdir): Initialize reliably.
8559         (recursion line): Remove --with-gcc-version=${gcc_version}.
8560
8561 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8562
8563         * configure (enable_version_specific_runtime_libs): Implement new flag
8564         --enable-version-specific-runtime-libs which installs C++ runtime stuff
8565         in $(libsubdir); emit definition in each generated Makefile.
8566         (gxx_include_dir): Initialize depending on
8567         $enable_version_specific_runtime_libs.
8568
8569 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8570
8571         * configure (gcc_version): Initialize properly depending on
8572         how and where configure is started.
8573         (recursion line): Pass a --with-gcc-version=${gcc_version}
8574         to configures in subdirs.
8575
8576 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
8577
8578         * configure.in (noconfigdirs): Add configure pattern for mips tx39
8579         cygmon
8580
8581 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
8582
8583         * configure.in: Add cygmon and libstub support for mn10200.
8584
8585 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
8586
8587         * configure (gcc_version): Add new variable describing the
8588         particular gcc version we're building.
8589         * Makefile.in (libsubdir): Add new macro for the directory
8590         in which the compiler finds executables, libraries, etc.
8591         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8592         and libsubdir.
8593
8594 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8595
8596         * Makefile.in (local-clean): Remove *.log.
8597         (warning.log): Built with warn_summary from build.log.
8598         (mail-report.log): Run test_summary.
8599         (mail-report-with-warnings.log): Run test_summary including
8600         warning.log in the report.
8601
8602 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
8603
8604         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8605
8606 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8607
8608         * Makefile.in (grep): Grep no longer depends on libiberty.
8609
8610 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
8611
8612         * Makefile.in: all-snavigator needs all-libgui.
8613
8614 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
8615
8616         * configure.in: Add cygmon and libstub support for mn10300.
8617
8618 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
8619
8620         * missing: Update to version from automake 1.3.
8621
8622         * ltmain.sh: On installation, don't get confused if the same name
8623         appears more than once in the list of library names.
8624
8625 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8626
8627         * config.sub: Accept m68060 and m5200 as CPU names.
8628
8629 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
8630
8631         * configure: Use && rather than using -a in test, because odd
8632         strings can confuse test.
8633         * configure.in: Likewise.
8634
8635 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8636
8637         * ltconfig, ltmain.sh: Bring in Visual C++ support.
8638
8639 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8640
8641         * Makefile.in (boostrap2-lean, bootstrap3-lean,
8642         bootstrap4-lean): New targets.
8643
8644 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
8645
8646         * mpw-* Delete.  Not used.
8647
8648 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
8649
8650         * COPYING.LIB: Update FSF address.
8651
8652 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
8653
8654         * ltconfig, ltmain.sh: Update to libtool 1.2a.
8655
8656         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8657         GAS_SUPPORT_DIRS.
8658
8659 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
8660
8661         * ltconfig, ltmain.sh: Avoid producing a version number if
8662         -version-info was not used.
8663
8664 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8665
8666         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8667         building with newlib.
8668
8669 1998-04-30  Paul Eggert  <eggert@twinsun.com>
8670
8671         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
8672         Solaris `make' causes it to continue to next definition.
8673
8674 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8675
8676         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8677         the right GUI libraries and files are installed along with GDB.
8678
8679 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8680
8681         * configure.in: Change alpha to alpha* in several places.
8682
8683 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
8684
8685         * config.sub: Recognize sparc86x.
8686
8687 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
8688
8689         * configure.in (--enable-target-optspace): Remove debug echo.
8690
8691 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
8692
8693         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8694
8695 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8696
8697         * ltconfig: Update cygwin32 support.
8698
8699         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8700         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8701         (GDB_SUPPORT_DIRS): Likewise.
8702
8703 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
8704
8705         * configure.in (target_makefile_frag): If --enable-target-optspace,
8706         use -Os to compile target libraries rather than -O2.  Default to
8707         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8708         not used.
8709         * configure.in (target_cflags): Ditto for d30v.
8710
8711 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
8712
8713         * Makefile.in (all-bfd): Depend on all-intl.
8714         (all-binutils): Likewise.
8715         (all-gas): Likewise.
8716         (all-gprof): Likewise.
8717         (all-ld): Likewise.
8718
8719 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
8720
8721         * configure.in (host_tools): Fix typo, lbtool -> libtool.
8722
8723 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8724
8725         * Makefile.in (all-bfd): Depend upon all-libiberty.
8726
8727         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8728
8729 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
8730
8731         * Makefile.in: Add libstub.
8732
8733         * configure.in: Ditto. Build libstub for targets that have cygmon
8734         support.
8735
8736 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
8737
8738         * configure.in: Don't set PICFLAG on ix86-cygwin32.
8739
8740 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
8741
8742         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8743         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
8744
8745 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
8746
8747         * configure: Define DEFAULT_M4 by searching PATH.
8748         * Makfile.in: Use DEFAULT_M4.
8749
8750 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8751
8752         * ltconfig: Add cygwin32 support.
8753
8754         * Makefile.in, configure.in: Add libtool as a native only directory
8755         to configure and build.
8756
8757 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
8758
8759         * Makefile.in (INSTALL_MODULES): Remove texinfo.
8760
8761 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
8762
8763         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8764
8765 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
8766
8767         * Makefile.in: add ash make rules
8768         * configure.in: add ash to native_only and host_tools lists
8769
8770 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
8771
8772         * Makefile.in (all-gettext, all-intl): New targets.
8773         (ALL_MODULES): Added all-gettext, all-intl.
8774         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8775         (INSTALL_MODULES): Added install-gettext, install-intl.
8776         (CLEAN_MODULES): Added clean-gettext, clean-intl.
8777
8778         * configure.in (host_tools): Added gettext.
8779         (native_only): Likewise.
8780         (noconfigdirs) [various cases]: Likewise.
8781         (host_libs): Added intl.
8782
8783 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
8784
8785         * configure: Do not disable building gdbtk for cygwin32 hosts.
8786
8787 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
8788
8789         * configure.in: Add thumb-coff target.
8790         * config.sub: Add thumb-coff target.
8791
8792 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8793
8794         * Makefile.in: Revert yesterday's change.
8795         (all-target-winsup):  all-target-librx stays out of here.
8796
8797 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8798
8799         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8800         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8801         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
8802         Remove references to librx and libg++.
8803
8804 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
8805
8806         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8807         recursive makes
8808
8809 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
8810
8811         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8812         for newlib directory.
8813         (CXX_FOR_TARGET): Likewise.
8814
8815 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
8816
8817         * ltconfig: Update after libtool/ltconfig.in change for
8818         hpux11.
8819
8820 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
8821
8822         * ltconfig, ltmain.sh: Update to libtool 1.2.
8823
8824 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8825
8826         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8827         (install-gcc-cross): Instead, override LANGUAGES here.
8828
8829 1998-03-18  Dave Love  <d.love@dl.ac.uk>
8830
8831         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8832         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8833
8834 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
8835
8836         * configure.in: Add Thumb-pe target.
8837
8838 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
8839
8840         * Makefile.in - changed sn targets to snavigator
8841         * configure.in - changed sn targets to snavigator
8842
8843 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8844
8845         * config-ml.in: After building symlink tree call make distclean
8846         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8847         to be the case for libiberty.
8848
8849 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
8850
8851         * configure: When making link, also check the current
8852         directory. The configure scripts may create one.
8853
8854 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
8855
8856         * config.sub: Accept alphapca56 and alphaev6 properly.
8857
8858 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8859
8860         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8861
8862 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8863
8864         * config.sub (sco5): Fix typo.
8865
8866 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
8867
8868         * Makefile.in (INSTALL_MODULES): Move install-tcl before
8869         install-itcl.
8870         (install-itcl): Remove dependency on install-tcl.
8871
8872 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
8873
8874         * configure.in: Remove libgloss from noconfigdirs for MN10300.
8875
8876 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
8877
8878         * configure.in: Don't build libgui for a cygwin32 target when not on
8879         a cygwin32 host.
8880
8881 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8882
8883         * configure (redirect): Set to null, so default behavior of
8884         configure is now --verbose.
8885
8886 1998-02-16  Dave Love  <d.love@dl.ac.uk>
8887
8888         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8889         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8890
8891 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
8892
8893         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8894         this change to sync Makefile.in with its ChangeLog entries.
8895
8896 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
8897
8898         * ltmain.sh (mkdir): Check that the directory doesn't exist
8899         before we exit with error, so that we don't get races during
8900         parallel builds.
8901
8902 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8903
8904         * ltconfig, ltmain.sh: Update from libtool 1.0i.
8905
8906 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8907
8908         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8909         PICFLAG_FOR_TARGET.
8910         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8911
8912         * configure: Emit a definition for the new macro enable_shared
8913         into each Makefile.
8914
8915 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8916
8917         * configure.in (host_tools, native_only): Add libtool.
8918
8919 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
8920
8921         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8922         Fix typo in ming config comment.
8923
8924 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8925
8926         * ltconfig, ltmain.sh: Update from libtool 1.0h.
8927
8928 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
8929
8930         * config.sub: Add tic30 cases, and map c30 to tic30.
8931
8932 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
8933
8934         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8935         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8936         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8937         (CLEAN_TARGET_MODULES): Similarly
8938         (all-target-libf2c): Add dependences.
8939         * configure.in (target_libs): Add libf2c.
8940
8941 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
8942
8943         * configure.in: Remove expect from noconfigdirs when target
8944         is cygwin32.  OK to build expect and dejagnu with Canadian
8945         Cross.
8946
8947 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
8948
8949         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
8950         host.
8951
8952         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
8953         and mingw32.
8954
8955 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8956
8957         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
8958         here as it is not defined in the toplevel Makefile.
8959
8960 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8961
8962         * configure (package_makefile_rules_frag): New variable, which names
8963         a file with generic rules, ...
8964         Change comment to mention we now have FIVE parts.
8965         * configure: Undo last change.
8966
8967 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
8968
8969         * config.guess: More accurate determination of HP processor types.
8970         * config.sub: More accurate determination of HP processor types.
8971
8972 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8973
8974         * configure (package_makefile_frag): Move inserting the
8975         ${package_makefile_frag} to where it should be according
8976         to the comment.
8977
8978 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
8979
8980         * config.guess: Add support for Linux/ARM.
8981
8982 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
8983
8984         * .cvsignore: Remove *-info and *-install since they match
8985         release-info and mpw-install, which we don't want to just ignore.
8986
8987 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
8988
8989         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
8990
8991 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
8992
8993         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
8994         local_prefix to sub-make invocations.
8995
8996 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
8997
8998         * configure.in: Check makefile fragments in the source
8999         directory.
9000
9001 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9002
9003         * configure.in: Check whether host and target makefile
9004         fragments exist before adding them to *_makefile_frag.
9005
9006 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
9007
9008         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9009
9010 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
9011
9012         * configure.in: Make sure we only replace RPATH_ENVVAR on
9013         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9014         regexp to sed.
9015
9016         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9017         to sub-makes.
9018
9019 1998-01-13  Lee Iverson   (leei@ai.sri.com)
9020
9021         * config-ml.in (multi-do): LDFLAGS must include multilib
9022         designator.
9023
9024 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
9025
9026         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9027
9028 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
9029
9030         * config.sub: Add mingw32 support.
9031         * configure.in: Likewise.
9032
9033 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9034
9035         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9036
9037 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
9038
9039         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9040         * configure (gxx_include_dir): Provide a definition for subdirs
9041         which do not use autoconf.
9042
9043 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
9044
9045         * config.guess: Sync with egcs.  Picks up new alpha support,
9046         BeOS & some additional linux support.
9047
9048 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
9049
9050         * config.guess: HP 9000/803 is a PA1.1 machine.
9051
9052 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
9053
9054         * configure.in: It's alpha*-...
9055
9056 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9057
9058         * configure.in (host_makefile_frag, target_makefile_frag):
9059         Handle multiple config files.
9060         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9061         alpha-*-*.
9062
9063 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
9064
9065         * mkdep: New file.
9066
9067 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
9068
9069         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9070
9071 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9072
9073         * Makefile.in: Add libgui directory.
9074         (GDB_TK): Add all-libgui.
9075         * configure.in: Add libgui directory.
9076         * configure: Add all-libgui to GDB_TK.
9077
9078 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
9079
9080         * config-ml.in (multidirs): Add m32r to multilib list.
9081
9082 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
9083
9084         * Makefile.in (all-target-gperf): Change dependency to
9085         all-target-libstdc++.
9086
9087 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
9088
9089         * config.guess: Add BeOS support.
9090
9091 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9092
9093         Source directory cvs renamed to cvssrc:
9094         * configure.in (host_tools): Change cvs to cvssrc.
9095         (native_only): Likewise.
9096         (noconfigdirs) [various cases]: Likewise.
9097         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9098         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9099         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9100         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9101         (all-cvssrc): Rename target from all-cvs.
9102
9103 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
9104
9105         * configure (gxx_include_dir): Fix thinko.
9106
9107 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
9108
9109         * Makefile.in (INSTALL_TARGET_CROSS): Define.
9110         (install-cross, install-gcc-cross): New targets.
9111
9112 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
9113
9114         * configure.in (noconfigdirs): Add support for Thumb target.
9115
9116         * config.sub (maybe_os): Add support for Thumb target.
9117
9118 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
9119
9120         * Makefile.in: Add rules for cygmon.
9121
9122         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9123
9124 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
9125
9126         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9127         * configure (gxx_include_dir): Provide a definition for subdirs
9128         which do not use autoconf.
9129
9130 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
9131
9132         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9133         11/18/97 build
9134
9135 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
9136
9137         * From Franz Sirl.
9138         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9139         found on RedHat Linux systems.
9140
9141 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
9142
9143         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9144         guesses.
9145
9146 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
9147
9148         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9149
9150 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
9151
9152         * ltmain.sh: If mkdir fails, check whether the directory was created
9153         anyhow by some other process.
9154
9155 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
9156
9157         * configure.in (d30v-*-*): Configure all directories.
9158
9159 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
9160
9161         * configure.in (d30v-*-*): Configure newlib, libiberty directories
9162         for the D30V.
9163
9164 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
9165
9166         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9167
9168 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
9169
9170         * include/libiberty.h: Add extern "C" { so it can be used with C++
9171         progrms.
9172         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
9173         programs.
9174
9175 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
9176
9177         * configure.in (d30v-*-*): Configure GCC now.
9178
9179 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
9180
9181         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9182         is no longer needed.
9183
9184 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9185
9186         * Makefile.in: check-target-libio depends on all-target-libstdc++.
9187
9188 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
9189
9190         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9191         targets using "$@" to provide support for similar but not identical
9192         targets without having to duplicate code.
9193
9194 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
9195
9196         * makefile.vms: Fix to work with DEC C.
9197
9198 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
9199
9200         * config.sub: Add mips-tx39-elf to marketing names.
9201
9202 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
9203
9204         * ltmain.sh: Handle symlinks in generated script.
9205
9206 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
9207
9208         * configure: Handle autoconf style directory options: --bindir,
9209         --datadir, --includedir, --infodir, --libdir, --libexecdir,
9210         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9211         --sysconfdir.
9212         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9213         (sharedstatedir, localstatedir, oldincludedir): New variables.
9214         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9215         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9216         sbindir, sharedstatedir, and sysconfdir.
9217
9218 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9219
9220         * Makefile.in (bootstrap-lean): New target.
9221
9222 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
9223
9224         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
9225         sn, and gnuserv from noconfigdirs.
9226
9227 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
9228
9229         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9230
9231 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
9232
9233         * Makefile.in (cross): New target.
9234
9235 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9236                           Jeff Law         <law@cygnus.com>
9237
9238         * Makefile.in (bootstrap2, bootstrap3): New targets.
9239         (all-bootstrap): Remove outdated and confusing target.
9240         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9241
9242 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9243
9244         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9245         windows.  Consistent with gdb/configure.
9246
9247 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
9248
9249         * configure.in: Name Linux target fragment.
9250
9251         * configure: Rewrite so that project Makefile fragment is inserted
9252         first and appears last in the resulting Makefile.
9253
9254 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9255
9256         * Makefile.in (install-itcl): Install tcl first.
9257
9258 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
9259
9260         * configure.in: remove bison from noconfigdirs for Cygwin32 host
9261
9262 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9263
9264         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9265
9266         * configure.in (skipdirs): Add target-librx for Linux.
9267         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9268
9269 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
9270
9271         * Makefile.in (bootstrap): New target.
9272
9273 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9274
9275         * config.sub: Accept 'amigados' for backward compatability.
9276
9277 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
9278
9279         * config.guess: Merge with FSF.
9280
9281 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9282
9283         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9284
9285 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
9286
9287         * config.sub: Add "marketing-names" patch.
9288
9289 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
9290
9291         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9292
9293 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
9294
9295         * config.sub: Handle v850-elf.
9296
9297 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
9298
9299         * .cvsignore (*-install): Remove.
9300
9301 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
9302
9303         * ltconfig: Set CONFIG_SHELL in libtool.
9304         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9305
9306 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9307
9308         * configure.in (target_subdir): Set to libraries if enable_multilib.
9309
9310 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
9311
9312         * config.guess: Update from gcc directory.
9313
9314 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9315
9316         * Makefile.in (all-sim): Depends on all-readline.
9317
9318 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9319
9320         * Makefile.in (BISON, YACC): Use $$s.
9321         (all-bison): Depend on all-texinfo.
9322
9323 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
9324
9325         * Makefile.in (BISON): Add -L flag.
9326         (YACC): Likewise.
9327
9328 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9329
9330         * configure.in (noconfigdirs): Add support for v850e target.
9331
9332         * config.sub (maybe_os): Add support for v850e target.
9333
9334 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9335
9336         * configure.in (noconfigdirs): Add support for v850ea target.
9337
9338         * config.sub (maybe_os): Add support for v850ea target.
9339
9340 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
9341
9342         * config.sub: Add mipstx39.  Delete r3900.
9343
9344 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9345
9346         * Makefile.in (all-autoconf): Depends on all-texinfo.
9347
9348 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
9349
9350         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9351         eabi targets.
9352
9353 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
9354
9355         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9356
9357         * configure: When handling a Canadian Cross, handle YACC as well as
9358         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
9359         * Makefile.in (all-bison): Depend upon all-texinfo.
9360
9361 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
9362
9363         * Makefile.in (BISON): bison, not byacc or bison -y.
9364         (YACC): bison -y or byacc or yacc.
9365         (various): Add *-bison as appropriate.
9366         (taz): No need to mess with BISON anymore.
9367
9368 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
9369
9370         * configure: If OSTYPE matches *win32*, try to find a good value for
9371         CONFIG_SHELL.
9372
9373 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
9374
9375         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9376         configure.in if it is present.
9377
9378 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
9379
9380         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9381
9382 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
9383
9384         * config.sub: Recognize `arc' cpu.
9385         * configure.in: Likewise.
9386         * config-ml.in: Likewise.
9387
9388 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
9389
9390         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9391
9392 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
9393
9394         * configure: Changed sed delimiter from ':' to '|' when
9395         attempting to substitute ${config_shell} for SHELL. On
9396         NT ${config_shell} may contain a ':' in it.
9397
9398 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
9399
9400         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9401
9402 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
9403
9404         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9405
9406 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9407
9408         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9409
9410         * ylwrap: If the program is a relative path, force it to be
9411         absolute.
9412
9413 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9414
9415         * configure (tooldir): Set BISON to `bison -y' and not just bison.
9416
9417 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9418
9419         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
9420         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9421         for libraries.
9422
9423 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
9424
9425         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
9426         separated by spaces.
9427
9428 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
9429
9430         * ylwrap: New file.
9431         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9432
9433         * ltmain.sh: Handle /bin/sh at start of install program.
9434
9435         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9436
9437         * ltconfig, ltmain.sh: New files, from libtool 1.0.
9438         * missing: New file, from automake 1.2.
9439
9440 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
9441
9442         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
9443         check-tk to CHECK_X11_MODULES.
9444
9445 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9446
9447         * config.sub: Merge with FSF.
9448
9449 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9450
9451         * config.guess: Merge with FSF.
9452
9453 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9454
9455         * configure: Treat msdosdjgpp like go32.
9456         * configure.in: Likewise.  Don't remove gprof for go32.
9457
9458         * configure: Change Makefile.tem2 to Makefile.tm2.
9459
9460 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
9461
9462         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9463
9464 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9465
9466         * install-sh (chmodcmd): Set to null if the DST directory already
9467         exists.  Same as Nov 11th change.
9468
9469 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
9470
9471         * configure (GDB_TK): Needs itcl and tix.
9472
9473 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
9474
9475         * config.guess: Update from FSF.
9476
9477 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
9478
9479         * Makefile.in (GDB_TK): Depend on itcl and tix.
9480
9481 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9482
9483         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9484         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9485         (INSTALL_SCRIPT): New variable.
9486         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9487         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9488         to -x.
9489         * install-sh: Add support for -x option.
9490
9491 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
9492
9493         * configure.in, Makefile.in: Treat tix like itcl.
9494
9495 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
9496
9497         * Makefile.in (WINDRES): New variable.
9498         (WINDRES_FOR_TARGET): New variable.
9499         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9500         (EXTRA_HOST_FLAGS): Add WINDRES.
9501         (EXTRA_TARGET_FLAGS): Add WINDRES.
9502         (EXTRA_GCC_FLAGS): Add WINDRES.
9503         ($(DO_X)): Pass down WINDRES.
9504         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9505         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9506         DLLTOOL_FOR_TARGET.
9507
9508 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
9509
9510         * configure.in: configure sim before gdb for win32-x-ppc
9511
9512 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9513
9514         Move gperf into the toplevel, from libg++.
9515         * configure.in (target_tools): Add target-gperf.
9516         (native_only): Add target-gperf.
9517         * Makefile.in (all-target-gperf): New target, depend on
9518         all-target-libg++.
9519         (configure-target-gperf): Empty rule.
9520         (ALL_TARGET_MODULES): Add all-target-gperf.
9521         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9522         (CHECK_TARGET_MODULES): Add check-target-gperf.
9523         (INSTALL_TARGET_MODULES): Add install-target-gperf.
9524         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9525
9526 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
9527
9528         * config.sub (mn10200): Recognize new basic machine.
9529
9530 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9531
9532         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9533         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9534
9535 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9536
9537         * configure.in: If we're building mips-sgi-irix6* native, turn on
9538         ENABLE_MULTILIB and set TARGET_SUBDIR.
9539
9540 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
9541
9542         * Makefile.in (all-sn): Depend on all-grep.
9543
9544 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
9545
9546         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9547
9548         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9549         Makefile.  From Jeff Makey <jeff@cts.com>.
9550         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9551
9552         * Makefile.in (DISTBISONFILES): Remove.
9553         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
9554         $(DEFAULT_YACC).
9555
9556         * configure.in: Build itl, db, sn, etc., when building for native
9557         cygwin32.
9558
9559         * Makefile.in (LD): New variable.
9560         (EXTRA_HOST_FLAGS): Pass down LD.
9561         ($(DO_X)): Likewise.
9562
9563 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
9564
9565         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9566
9567 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
9568
9569         * configure.in (targargs): Strip out any supplied --build argument
9570         before adding our own. Always add --build.
9571
9572 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
9573
9574         * configure.in (targargs): Pass --build if we're doing
9575         a cross-compile.
9576
9577 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
9578
9579         * configure: Use '|' instead of ":" as the separator in
9580         sed. Otherwise sed chokes on NT path names with drive
9581         designators. Also look for "?:*" as the leading characters in an
9582         absolute pathname.
9583
9584 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
9585
9586         * config.sub: Support for r3900.
9587
9588 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9589
9590         * configure.in: Use install-sh, not install.sh.
9591
9592 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9593
9594         * Makefile.in (taz): Improve check for BISON so it doesn't try to
9595         apply it twice.
9596
9597 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9598
9599         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9600         install-binutils.
9601
9602 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
9603
9604         * Makefile.in: Add automake targets.
9605         * configure.in (host_tools): Add automake.
9606
9607 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9608
9609         * configure: Default CXX to c++, not gcc.
9610         * Makefile.in (CXX): Set to c++, not gcc.
9611         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9612
9613 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
9614
9615         * install-sh: try appending a .exe if source file doesn't
9616         exist
9617
9618 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9619
9620         * configure.in: Turn on multilib by default.
9621         (cross_only): Remove target-libiberty.
9622
9623         * Makefile.in (all-gcc): Don't depend on libiberty.
9624
9625 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
9626
9627         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9628
9629 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9630
9631         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9632         (DISTBISONFILES): Add ld/Makefile.in
9633
9634 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
9635
9636         * configure.in: if target is cygwin32 but host isn't cygwin32,
9637         don't configure gdb tcl tk expect, not just gdb.
9638
9639 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
9640
9641         * configure.in: Added gnuserv everywhere sn appears.
9642
9643         * Makefile.in (ALL_MODULES): Added all-gnuserv.
9644         (CROSS_CHECK_MODULES): Added check-gnuserv.
9645         (INSTALL_MODULES): Added install-gnuserv.
9646         (CLEAN_MODULES): Added clean-gnuserv.
9647         (all-gnuserv): New target.
9648
9649 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
9650
9651         * config.guess: Fixes for MIPS OpenBSD systems.
9652
9653 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9654
9655         * Makefile.in (INSTALL_XFORM): Remove.
9656         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9657
9658         * mkinstalldirs: New file, copied from automake.
9659         * Makefile.in (installdirs): Rename from install-dirs.  Use
9660         mkinstalldirs.  Change all users.
9661         (DEVO_SUPPORT): Add mkinstalldirs.
9662
9663 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9664
9665         * install-sh: Rename from install.sh.
9666         * Makefile.in (INSTALL): Change install.sh to install-sh.
9667         (DEVO_SUPPORT): Likewise.
9668
9669         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
9670         Graichen <graichen@rzpd.de>.
9671
9672 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
9673
9674         * config.guess: Recognize OpenBSD systems correctly.
9675
9676 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9677
9678         * README, Makefile.in (ETC_SUPPORT): Remove references to
9679         cfg-paper*, configure.{texi,man,info*}._
9680
9681 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
9682
9683         * Makefile.in (all.normal): Ensure that gcc is built after all
9684         the x11 - ie gdb - targets.
9685
9686 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
9687
9688         * makefile.vms: Don't run conf-a-gas.
9689
9690 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
9691
9692         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
9693
9694 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
9695
9696         * configure.in: Remove noconfigdirs case since gdb also
9697         configures and builds for tic80-coff.
9698
9699 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9700
9701         * configure: Set cache_file to config.cache.
9702         * Makefile.in (local-distclean): Remove config.cache.
9703
9704 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9705
9706         * COPYING: Update FSF address.
9707
9708 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
9709
9710         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9711         noconfigdirs.
9712
9713 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9714
9715         * Makefile.in (install-dirs): Don't crash if prefix, and hence
9716         MAKEDIRS, is empty.
9717
9718 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
9719
9720         * config.sub: Tweak mn10300 entry.
9721
9722 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
9723
9724         * configure.in (host_tools): Put sim before gdb, so gdb's
9725         configure.tgt can determine if the simulator was configured.
9726
9727 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
9728
9729         * config.sub: Move BeOS $os case to be with other Cygnus
9730         local cases.
9731
9732 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
9733
9734         * config.sub: Remove misplaced comment that broke Linux.
9735
9736 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
9737
9738         * config.sub: Add BeOS support.
9739
9740 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
9741
9742         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9743
9744 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
9745
9746         * configure.in (noconfigdirs): Remove tcl and tk from
9747         noconfigdirs for cygwin32 builds.
9748
9749 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
9750
9751         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9752
9753 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
9754
9755         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9756         make-all.com, use makefile.vms instead.
9757
9758 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
9759
9760         * config.sub: Accept -lnews*.
9761
9762 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
9763
9764         * configure.in (noconfigdirs): Disable target-newlib,
9765         target-examples and target-libiberty for d30v.
9766
9767 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9768
9769         * configure.in (noconfigdirs): Enable ld for d30v.
9770
9771 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
9772
9773         * configure.in (tic80-*-*): Build compiler.
9774
9775 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
9776
9777         * configure.in (d30v-*): Remove sim directory from list of
9778         unsupported d30v directories
9779
9780 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9781
9782         * config.sub, configure.in: Add d30v target cpu.
9783
9784 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
9785
9786         * makefile.vms: New file.
9787         * make-all.com: Remove.
9788
9789 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
9790
9791         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9792
9793 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
9794
9795         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9796
9797 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
9798
9799         * Makefile.in (ALL_MODULES): Added all-db.
9800         (CROSS_CHECK_MODULES): Addec check-db.
9801         (INSTALL_MODULES): Added install-db.
9802         (CLEAN_MODULES): Added clean-db.
9803
9804 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
9805
9806         * config.guess: Merge with latest FSF sources.
9807
9808 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
9809
9810         * Makefile.in (ALL_MODULES): Added all-itcl.
9811         (CROSS_CHECK_MODULES): Added check-itcl.
9812         (INSTALL_MODULES): Added install-itcl.
9813         (CLEAN_MODULES): Added clean-itcl.
9814
9815 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
9816
9817         * configure.in: build gdb for mn10200
9818
9819 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
9820
9821         * Makefile.in (all-target-winsup): Depend on all-target-libio.
9822
9823 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
9824
9825         * configure.in (tic80-*-*): Turn off most targets right now.
9826
9827 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
9828
9829         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9830         rather than the makeinfo program.
9831         (do-info): Depend upon all-texinfo.
9832
9833 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9834
9835         * configure.in: Remove uses of config/mh-linux.
9836
9837         * config.sub, config.guess: Merge with latest FSF sources.
9838
9839 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
9840
9841         * config.sub (case $basic_machine): Add tic80 entries.
9842
9843 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
9844
9845         * config.sub, config.guess: Merge with latest FSF sources.
9846
9847 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9848
9849         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9850         * mpw-config.in: Test for NewFolderRecursive.
9851         * mpw-install: Use symbolic name for startup filename.
9852         * mpw-README: Add various additional details.
9853
9854 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
9855
9856         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9857
9858 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
9859
9860         * configure.in: Do build gcc and the target libraries for
9861         the mn10200.
9862
9863 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
9864
9865         * configure.in: don't avoid building gdb for mn10300 any more
9866         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9867         instead of single-quoting it.
9868
9869 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
9870
9871         * configure.in: Don't use --with-stabs on IRIX 6.
9872
9873 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
9874
9875         * configure.in (m32r): Build gdb, libg++ now.
9876
9877 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9878
9879         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
9880         directories from noconfigdirs.
9881
9882 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
9883
9884         * config.sub (basic_machine): added mips16 configuration
9885
9886 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9887
9888         * config.sub: Handle d10v-unknown.
9889
9890 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
9891
9892         * config.sub: Handle v850-unknown.
9893
9894 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
9895
9896         * Makefile.in: add findutils
9897         * configure.in: add findutils to list of host_tools
9898
9899 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
9900
9901         * config.sub: Handle mn10200 and mn10300.
9902
9903 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9904
9905         * configure.in (d10v-*): Do not build librx.
9906
9907 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
9908
9909         * configure.in (mn10300): Build everything except gdb & libgloss.
9910
9911 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
9912
9913         * config.guess:  Patch for Dansk Data Elektronik servers,
9914         from Niels Skou Olsen <nso@dde.dk>.
9915
9916         For ncr, use /bin/uname rather than uname, since GNU uname does not
9917         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
9918
9919         Patch for MIPS R4000 running System V,
9920         from Eric S. Raymond <esr@snark.thyrsus.com>.
9921
9922         Fix thinko for nextstep.
9923
9924         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9925
9926         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
9927         * config.guess: Guess mips-dec-mach_bsd4.3.
9928
9929         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
9930         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
9931         release numbers.
9932         * config.guess (mips-mips-riscos*):  Emit just enough of the
9933         release number.
9934
9935         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
9936         * config.guess (sparc-auspex-sunos*):  Added.
9937         (f300-fujitsu-*): Added.
9938
9939         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
9940         * config.guess:  Recognize a Tadpole as a sparc.
9941
9942 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9943
9944         * config.guess: Don't assume that NextStep version is either 2 or
9945         3.  NextStep 4 (aka OpenStep 4) has come out now.
9946
9947 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9948
9949         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
9950         From Rik Faith <faith@cs.unc.edu>.
9951
9952 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
9953
9954         * config.sub: Contributions from bug-gnu-utils to:
9955         Support plain "hppa" (no version given) architecture, reported by
9956         OpenStep.
9957         OpenBSD like NetBSD.
9958         LynxOs is not a hardware supplier.
9959
9960         * config.guess: Contributions from bug-gnu-utils to add support for:
9961         OpenBSD like NetBSD.
9962         Stratus systems.
9963         More Pyramid systems.
9964         i[n>4]86 Intel chips.
9965         M680[n>4]0 Motorola chips.
9966         Use unknown instead of lynx for hardware manufacturer.
9967
9968 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9969
9970         * install.sh (chmodcmd): Set to null if the DST directory already
9971         exists.
9972
9973 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9974
9975         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
9976         not use mt-ppc target Makefile fragment any more.
9977
9978 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
9979
9980         * configure.in (*-*-windows):  Exclude everything but those dirs
9981         needed to build windows.
9982
9983 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
9984
9985         * Makefile.in (all-target-winsup): Depend on all-target-librx.
9986
9987 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9988
9989         * configure.in:  Exclude mmalloc from i386-windows.
9990
9991 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9992
9993         * Undo my previous change.
9994
9995 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
9996
9997         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
9998         unconditionally.
9999         (MAKEOVERRIDES): Define (revert this part of October 18 change).
10000
10001 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10002
10003         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
10004         host to add it's own flags.
10005
10006 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
10007
10008         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10009
10010 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
10011
10012         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10013         (CXX_FOR_TARGET): Likewise.
10014         (GCC_FOR_TARGET): Define.
10015         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10016         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10017         CC_FOR_TARGET was specified on the command line.
10018         (MAKEOVERRIDES): Don't define.
10019
10020 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
10021
10022         * configure.in (m32r): Fix spelling of libg++ libs.
10023
10024 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
10025
10026         * config.sub (-apple*): Remove, now redundant.
10027
10028 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
10029
10030         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10031
10032         * configure: Rework yesterday's sed script patch.
10033
10034         * config.sub: Merge with FSF.
10035
10036 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
10037
10038         * config.guess:  Merge from FSF.
10039
10040         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
10041         * config.guess: Use pc instead of unknown, for pc clone systems.
10042         Change linux to linux-gnu.
10043
10044         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10045         * config.guess: Avoid non-portable tr syntax.
10046
10047 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
10048
10049         * test-build.mk (HOLES): Add "xargs" for gdb.
10050
10051         * configure: Avoid hpux10.20 sed bug.
10052
10053 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
10054
10055         * configure.in:  Add support for windows host
10056         (that is a build done under the Microsoft build environment).
10057
10058 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
10059
10060         * Makefile.in: Replace all uses of srcroot with s, to shrink
10061         command line lengths.
10062
10063         Patches from Geoffrey Noer <noer@cygnus.com>:
10064         * configure.in: If configuring for newlib, pass --with-newlib to
10065         subdirectories.
10066         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10067         -Bnewlib/ and -Lwinsup to gcc.
10068         (CXX_FOR_TARGET): Likewise.
10069
10070 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10071
10072         * Makefile.in (ETC_SUPPORT): Add configure.
10073
10074 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
10075
10076         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10077         host configuration file.
10078
10079 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
10080
10081         * configure.in: Break mn10x00 support into separate
10082         mn10200 and mn10300 configurations.
10083         * config.sub: Likewise.
10084
10085 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
10086
10087         * configure.in: Add lots of stuff to noconfigdirs for
10088         the mn10x00 targets.
10089
10090         * config.sub, configure.in: Add mn10x00 support.
10091
10092 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
10093
10094         * make-all.com: Call conf-a-gas, not config-a-gas.
10095
10096 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
10097
10098         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10099         targets.
10100
10101 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
10102
10103         * mpw-README: Add much more detail for native PowerMac.
10104         * mpw-install: New file.
10105         * mpw-configure: Add --norecursion and --help options.
10106         * mpw-config.in: Translate readme and install files when
10107         copying to objdir.
10108         * mpw-build.in: Don't always depend on byacc and flex.
10109         (install-only-top): New action.
10110
10111 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
10112
10113         * configure.in:  You can now configure GDB for the v850.
10114
10115 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
10116
10117         * configure.in (noconfigdirs): Don't configure any C++ dirs
10118         if targeting D10V.
10119
10120 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10121
10122         * config.sub: Recognize mips64vr5000.
10123
10124 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
10125
10126         * configure.in: Use a single line for host_tools and native_only.
10127
10128 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
10129
10130         * config.sub, configure.in: Add entries for m32r.
10131
10132 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
10133
10134         * Makefile.in (inet-install): Don't run install-gzip.
10135
10136 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
10137
10138         * configure.in:  Don't config lots of things for *-*-windows*.
10139
10140 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
10141
10142         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10143         (host_libs, host_tools): Copy from configure.in.
10144         * mpw-configure: Don't complain about directories not found.
10145
10146 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10147
10148         * configure.in (i[345]86): Recognize i686 for pentium pro.
10149         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10150         file.
10151
10152         * config.guess (i[345]86): Ditto.
10153
10154 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10155
10156         * configure.in (noconfigdirs): Removed gdb for D10V.
10157
10158 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
10159
10160         * configure.in: Remove ld, target-libio, target-libg++, and
10161         target-libstdc++ from noconfigdirs.
10162
10163 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
10164
10165         * configure: Fix three locations where shell scripts were
10166         being run directly rather than with config_shell.
10167
10168 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
10169
10170         * configure.in (v850-*-*): Set up initial $noconfigdirs.
10171         * config.sub (basic_machine): Recognize v850.
10172
10173 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
10174
10175         * mpw-configure: Handle multiple enable/disable options and
10176         pass them down recursively, handle -c and -s flags appropriately
10177         depending on choice of compiler, add escape mechanism for
10178         quoted arguments to gC.
10179
10180 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10181
10182         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10183         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10184         so that -mrelocatable-lib and -mno-eabi are used.
10185
10186         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10187         not support --print-multi-lib, don't abort.
10188
10189 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
10190
10191         * make-all.com: Run config-a-gas.
10192         * setup.com: Don't copy subdirectory files around.
10193
10194 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
10195
10196         * configure.in (*-*-ose): Remove exclusion of libgloss for this
10197         target, it now compiles correctly.
10198
10199 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
10200
10201         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10202
10203 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10204
10205         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10206
10207 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10208
10209         * configure.in (native_only): Add prms.
10210
10211 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
10212
10213         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10214         (BINUTILS_SUPPORT_DIRS): Likewise.
10215
10216 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10217
10218         * configure.in (d10v-*-*): Don't configure ld or gdb until the
10219         d10v support is added.
10220
10221 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10222
10223         * configure.in (d10v-*-*): New target.
10224
10225 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
10226
10227         * config.guess (HP 9000/811): Recognize this as a PA1.1
10228         machine.
10229
10230 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
10231
10232         * Makefile.in (do-tar-gz): New target, split out from tail end of
10233         taz target.  Run each command separately, don't use pipes.
10234         (taz): Use it.
10235
10236 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
10237
10238         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10239         * mpw-build.in: No builds should depend on building byacc or flex,
10240         they are assumed to be installed already.
10241
10242 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10243
10244         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10245         variable that CC_FOR_TARGET needs.
10246
10247 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10248
10249         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10250         options have changed since the last time the subdirectory was
10251         configured, and if it has, reconfigure.
10252         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10253         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10254
10255 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
10256
10257         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10258         CLEAN_MODULES): Add bash.
10259         (all-bash): New target.
10260
10261 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
10262
10263         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10264
10265 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10266
10267         * config.sub (basic_machine): Recognize d10v as a valid processor.
10268
10269 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
10270
10271         * mpw-configure: Add support for --bindir.
10272         * mpw-build.in: Use a GCC-specific build script for GCC actions.
10273
10274 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
10275
10276         * configure.in: add bash, time, gawk to list of hosttools and things
10277         to only build for native toolchains
10278
10279 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10280
10281         * Makefile.in (docdir): Remove.
10282
10283 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10284
10285         * Makefile.in (datadir): Set to $(prefix)/share.
10286
10287 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
10288
10289         * configure.in: build diff and patch for cygwin32-hosted
10290         toolchains.
10291
10292 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
10293
10294         * config.sub: Accept -rtems*.
10295
10296 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
10297
10298         * configure.in: enable dosrel for cygwin32-hosted builds,
10299                 remove diff from the list of things not buildable
10300                 via Canadian Cross
10301
10302 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
10303
10304         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10305         don't get ". ".
10306
10307 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
10308
10309         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10310
10311 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
10312
10313         * Makefile.in (taz): Handle case where tex3patch didn't even get
10314         checked out.  Also, if it was found, put the symlink in a new util
10315         subdirectory.
10316
10317 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10318
10319         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10320
10321 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
10322
10323         * config.sub: Recognize -openvms.
10324         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10325         * make-all.com, setup.com: New files.
10326
10327 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10328
10329         * Makefile.in (taz): tex3patch moved to texinfo/util.
10330
10331 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
10332
10333         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10334         * configure.in: remove make from disable-if-Can-Cross list
10335                 enable gdb if ${host} and ${target} are cygwin32
10336
10337 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
10338
10339         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
10340         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10341
10342 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10343
10344         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
10345         distinguish sysv/svr4/bsd variants.
10346         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10347
10348 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
10349
10350         * configure.in: Added copyright notice.
10351         * move-if-change: Added copyright notice.
10352
10353 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10354
10355         * configure.in (powerpcle-*-solaris*): Until we get shared
10356         libraries working, don't build gdb, sim, make, tcl, tk, or
10357         expect.
10358
10359 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
10360
10361         * config.guess:  Merge with FSF:
10362
10363         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10364         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10365
10366         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
10367         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10368
10369         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
10370         * config.guess:  Combine two OSF1 rules.
10371         Also recognize field test versions.  From mjr@zk3.dec.com.
10372         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
10373         because GNU uname does not support -p.  From pmr@pajato.com.
10374
10375 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
10376
10377         * Makefile.in (MAKEDIRS): Removed $(tooldir).
10378
10379 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
10380
10381         * mpw-README: Document GCCIncludes.
10382
10383 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
10384
10385         * configure.in (alpha-*-linux*): Set enable_shared to yes.
10386
10387 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10388
10389         * mpw-configure: Handle --enable-FOO and --disable-FOO.
10390
10391 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
10392
10393         * configure.in (*-*-cygwin32): Configure make.
10394
10395 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
10396
10397         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10398
10399 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
10400
10401         * Makefile.in (all-inet): Depend on all-perl.
10402
10403         * Makefile.in (inet-install): New target.
10404
10405         * Makefile.in (all-inet): Depend on all-tcl.
10406         (all-inet): Depend on all-send-pr.
10407
10408 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10409
10410         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10411         temporarily.
10412
10413 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
10414
10415         * configure.in: Don't configure --with-gnu-ld on AIX.
10416
10417 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10418
10419         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10420
10421 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
10422
10423         * Makefile.in (ALL_MODULES): Added all-inet.
10424         (CROSS_CHECK_MODULES): Added check-inet.
10425         (INSTALL_MODULES): Added install-inet.
10426         (CLEAN_MODULES): Added clean-inet.
10427         (all-indent): New target.
10428
10429         * configure.in (host_tools): Added inet.
10430         (native_only): Added inet.
10431         (noconfigdirs): Added inet.
10432
10433 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
10434
10435         * configure.in: Don't configure libgloss if we are not configuring
10436         newlib.
10437
10438 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
10439
10440         * configure.in: Don't configure libgloss for unsupported
10441         architectures.
10442
10443 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10444
10445         * Makefile.in (CLEAN_MODULES): Add clean-apache.
10446
10447 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
10448
10449         * Makefile.in (ALL_MODULES): Include all-apache.
10450         (CROSS_CHECK_MODULES): Include check-apache.
10451         (INSTALL_MODULES): Include install-apache.
10452         (all-apache): New target.
10453
10454         * configure.in: Added apache everywhere perl is seen.
10455
10456 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10457
10458         * Makefile.in: Add support for clean-{module} and
10459         clean-target-{module} rules.
10460
10461 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
10462
10463         * configure.in (*-*-ose) do not build libgloss.
10464
10465 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10466
10467         * config.guess (prep*:SunOS:5.*:*): Turn into
10468         powerpele-unknown-solaris2.
10469
10470 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
10471
10472         * configure.in: Permit --enable-shared to specify a list of
10473         directories.
10474
10475 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10476
10477         * configure.in (host==solaris): Pass only the first word of $CC
10478         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10479
10480 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10481
10482         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10483
10484 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
10485
10486         * Makefile.in (ALL_MODULES): Include all-perl.
10487         (CROSS_CHECK_MODULES): Include check-perl.
10488         (INSTALL_MODULES): Include install-perl.
10489         (ALL_X11_MODULES): Include all-guile.
10490         (CHECK_X11_MODULES): Include check-guile.
10491         (INSTALL_X11_MODULES): Include install-guile.
10492         (all-perl): New target.
10493         (all-guile): New target.
10494
10495         * configure.in (host_tools): Include perl and guile.
10496         (native_only): Include perl and guile.
10497         (noconfigdirs): Don't build guile and perl; no ports have been
10498         done.
10499
10500 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
10501
10502         * configure (--enable-*): Handle quoted option lists such as
10503         --enable-sim-cflags='-g0 -O' better.
10504
10505 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10506
10507         * Makefile.in ({,inst}all-target): New rule so we can make and
10508         install all of the target directories easily.
10509
10510 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10511
10512         * configure.in: Add missing global flag in sed substitution when
10513         deleting `target-' from ${configdirs}.
10514
10515 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
10516
10517         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10518         option.
10519
10520         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10521         config/mh-necv4.
10522
10523         * install.sh: Correct misspelling of transformbasename.
10524
10525         * config.guess: Recognize mips-*-sysv*.
10526
10527 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
10528
10529         * config.sub: Recognize mon960.
10530
10531 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
10532
10533         * configure: Restore Canadian Cross handling of BISON and LEX,
10534         removed in Feb 20 change.
10535
10536 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
10537
10538         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10539         Mention make install.  Remove the old copyright date as well the
10540         clumsy and rather pointless copyright on the README file.
10541
10542 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10543
10544         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10545         Makefile after running symlink-tree, then run `make distclean' to
10546         avoid clobbering any generated files in srcdir.
10547
10548 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
10549
10550         * configure.in (m68k-*-netbsd*): Build everything now.
10551
10552 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10553
10554         * Makefile.in (taz): Fix quoting.
10555
10556 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
10557
10558         * configure.in (sparclet-*-*): Build everything now.
10559
10560 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10561
10562         * configure.in (m68k-*-linux*): New host.
10563
10564 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
10565
10566         * configure: Check for bison before byacc.
10567
10568 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
10569
10570         * Makefile.in configure:  Change the way LEX and BISON/YACC are
10571         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
10572         searching PATH.  These are used as fallbacks by Makefile.in if
10573         flex/bison/byacc aren't in objdir.
10574
10575 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
10576
10577         * Makefile.in: Make everything which depends upon all-bfd also
10578         depend upon all-opcodes, in case --with-commonbfdlib is used.
10579
10580 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10581
10582         * configure.in (host *-*-cygwin32): Don't build gdb if we are
10583         building NT native compilers on Unix.
10584
10585 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
10586
10587         * configure.in: Don't get CC from the host Makefile fragment if we
10588         can find gcc in PATH, or if this is a Canadian Cross.  Move the
10589         Solaris test for /usr/ucb/cc to the post target script, just after
10590         the compiler sanity test.
10591
10592 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
10593
10594         * config.sub: Merge with FSF.
10595
10596 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
10597
10598         * Makefile.in (RPATH_ENVVAR): New variable.
10599         (REALLY_SET_LIB_PATH): Use it.
10600         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10601
10602 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
10603
10604         * config.sub, configure.in: Recognize sparclet cpu.
10605
10606 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10607
10608         * config.guess:  Support m68k-cbm-sysv4.
10609
10610 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10611
10612         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10613         m68k-unknown-linuxaout from linker help string.  Put quotes around
10614         $ld_help_string.
10615
10616 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
10617
10618         * config.guess (powerpc-harris-powerunix): Add guess for port
10619         to new target.
10620
10621 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10622
10623         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10624
10625 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
10626
10627         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10628         $(REALLY_SET_LIB_PATH) in Makefile.
10629         * Makefile.in (SET_LIB_PATH): New variable.
10630         (REALLY_SET_LIB_PATH): New variable.
10631         ($(DO_X)): Use $(SET_LIB_PATH).
10632         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10633         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10634         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10635         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10636         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10637         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10638         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10639         (install-dosrel): Likewise.
10640         (all-opcodes): Depend upon all-libiberty.
10641
10642 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10643
10644         * config.guess (*:CYGWIN*): New
10645
10646 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10647
10648         * Makefile.in (all-target-winsup): All all-target-libiberty.
10649
10650 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10651
10652         * configure.in (noconfigdirs): Add missing # in front of comment.
10653
10654 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
10655
10656         * configure.in: add second pass to things added to noconfigdirs
10657         so *-gm-magic can exclude libgloss properly.
10658
10659 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
10660
10661         * mpw-configure (extralibs_name, rez_name): Set correctly
10662         for MWC68K compiler.
10663
10664         * mpw-README: Add more info on the necessary build tools.
10665
10666 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10667
10668         * configure.in, config.sub: Recognize cygwin32.
10669
10670 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
10671
10672         * config.guess, config.sub: Recognize A/UX.
10673
10674 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
10675
10676         * config.sub: Merge with gcc/config.sub.
10677
10678 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
10679
10680         * mpw-build.in (do-binutils): Add build of stamps.
10681
10682 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
10683
10684         * config.sub: Add recognition for mips64vr4100*-* targets.
10685
10686 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10687
10688         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10689         Add creation of gconfigargs with `--enable-shared' turned on.
10690         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10691         ($(host)-stamp-stage3-configured): Likewise.
10692         (HOLES): Add chatr and ldd.
10693         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10694
10695 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
10696
10697         * configure: Pass --nfp to recursive configures.
10698
10699 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10700
10701         * Makefile.in (DLLTOOL): New.
10702         (DLLTOOL_FOR_TARGET): New.
10703         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10704         (EXTRA_TARGET_FLAGS): Ditto.
10705         (EXTRA_GCC_FLAGS): Ditto.
10706         (CONFIGURE_TARGET_MODULES): Ditto.
10707         (DO_X): Ditto.
10708         * configure: Add DLLTOOL.
10709
10710 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
10711
10712         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10713         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10714         mh-sco, since old workarounds no longer needed, and don't
10715         build ld, since libraries have weak symbols in COFF.
10716
10717 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
10718
10719         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10720
10721 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10722
10723         * configure.in: Make sure that ${CC} can be used to compile an
10724         executable.
10725
10726 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10727
10728         * Makefile.in (all-gdb): Depend on $(GDB_TK).
10729         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10730         nothing depending on whether gdbtk is being built.
10731
10732 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
10733
10734         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10735
10736 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
10737
10738         * configure.in (noconfigdirs): Put ld or gas in this early, if the
10739         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10740
10741 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
10742
10743         * config-ml.in: Add support for
10744         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10745         Simplify setting of multidirs from --disable-foo.
10746
10747 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10748
10749         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10750         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10751         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
10752         non-empty, pass them on to the  GCC make.
10753         (all-bootstrap): New rule that is like all-gcc, except it executes
10754         the GCC bootstrap rule instead of the GCC all rule.
10755
10756 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
10757
10758         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10759
10760 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10761
10762         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10763         DG/UX support.
10764
10765 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
10766
10767         * config.sub (i*86*) Change [345] to [3456]
10768
10769 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10770
10771         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10772         --with-gnu-ld=no.
10773
10774 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10775
10776         * config-ml.in (rs6000*, powerpc*): Add switches to control which
10777         AIX multilibs get built.
10778
10779 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10780
10781         * configure.in (i386-win32): Don't build expect if we're not
10782         building the tcl subdir.
10783
10784 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
10785
10786         * Makefile.in: (configure-target-examples, all-target-examples):
10787         New targets, configure and build example programs.
10788
10789 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10790
10791         * mpw-configure: If an mpw-config.in generated a file mk.sed,
10792         use it as input to sedit the generated MPW makefile.
10793         * mpw-README: Add a suggestion about Gestalt.h.
10794
10795 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
10796
10797         * config.sub: Accept *-*-ieee*.
10798
10799 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
10800
10801         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
10802         Ronald F. Guilmette <rfg@monkeys.com>.
10803
10804 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10805
10806         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10807         for powerpc-pe native.
10808         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10809         (target==powerpc-pe): duplicate i386-win32 entry.
10810
10811 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10812
10813         * configure.in (noconfigdirs): Exclude target-newlib for all versions
10814         of vxworks, not just vxworks5.1.
10815
10816 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
10817
10818         * mpw-configure: Add support for exec-prefix.
10819
10820 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10821
10822         * config.guess: Recognize HP model 816 machines as having
10823         a PA1.1 processor.
10824
10825 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10826
10827         * configure: Ignore new autoconf configure options.
10828
10829 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10830
10831         * config.guess:  Recognize Pentium under SCO.
10832         From Robert Lipe <robertl@arnet.com>.
10833
10834 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10835
10836         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
10837
10838 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
10839
10840         * configure.in: Don't configure gas for alpha-dec-osf*.
10841
10842 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
10843
10844         * configure.in: Default to --with-stabs for some targets for which
10845         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10846         i[345]86*-*-unixware*.
10847
10848 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10849
10850         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10851         rather than basing it on the target.  Simplify handling of options
10852         controlling which directories to configure.  Remove extraneous
10853         slash in multi-clean target.
10854
10855 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
10856
10857         * config-ml.in: Prefix more variables with ml_ so they don't collide
10858         with configure's.
10859
10860 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
10861
10862         * configure: Don't turn -v into --v.
10863
10864 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
10865
10866         * configure.in (targargs): Fix typo.
10867
10868         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10869
10870 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10871
10872         * configure.in: Strip --host and --target options from
10873         CONFIG_ARGUMENTS, and always configure for --host only.  Add
10874         --with-cross-host option when building with a cross-compiler.
10875         * configure: Canonicalize the arguments put into config.status by
10876         always using `=' for an option with an argument.  Pass a presumed
10877         --host or --target explicitly.
10878
10879 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
10880
10881         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10882         into general OS recognition case.
10883
10884 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10885
10886         * configure.in (target_configdirs): add target-winsup only
10887         for win32 target systems.
10888
10889 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
10890
10891         * Makefile.in (all-target-libgloss): Depend upon
10892         configure-target-newlib, since when libgloss is built it looks to
10893         see if the newlib directory exists.
10894
10895 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
10896
10897         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10898         cfg-ml-*.in.
10899
10900 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
10901
10902         * configure: Handle LD and LD_FOR_TARGET when configuring a
10903         Canadian Cross.
10904
10905 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10906
10907         * configure.in (target_libs): add target-winsup.
10908         (target==i386-win32): add patch diff flex make to $noconfigdirs.
10909         (target==ppcle-pe): remove ld from $noconfigdirs.
10910
10911 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
10912
10913         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10914         Preserve relative path names in $srcdir.  Build symlink tree if
10915         configuring cross target dir and srcdir=. (= no VPATH support).
10916         (configure-target-libg++): Depend on configure-target-librx.
10917         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10918         * config-ml.in: New file.
10919         * symlink-tree: New file.
10920         * configure: Ensure srcdir="." if that's what it is.
10921
10922 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
10923
10924         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10925         includes and FLEX_SKELETON setting.
10926         * mpw-configure (--with-gnu-ld): New option, controls whether
10927         to use PPCLink or ld with PowerMac GCC.
10928         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10929         * mpw-config.in: Configure grez if targeting Mac.
10930
10931         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
10932         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10933         just macos.
10934         * configure.in: Configure grez resource compiler if targeting Mac.
10935         * Makefile.in (all-grez, install-grez): New targets.
10936
10937 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
10938
10939         * configure: CXX defaults to gcc, not g++.  If we find
10940         gcc in the path, set CC to gcc -O2.
10941
10942 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
10943
10944         * configure: Default ${build} correctly.  Avoid picking up extra
10945         spaces when reading CC and CXX from Makefile.  When doing a
10946         Canadian Cross, use plausible default values for numerous
10947         variables.
10948         * configure.in: When doing a Canadian Cross, don't try to
10949         configure tools whose configure script can't handle it.
10950
10951 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10952
10953         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
10954
10955 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10956
10957         * configure:  Remove dubious bug reporting address.
10958
10959 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10960
10961         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
10962         configure script, run that instead of this directory's configure.
10963         In either case, print a message that we're configuring the sub-dir.
10964
10965 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10966
10967         * configure.in: Before checking for the existence of various files,
10968         use sed to filter out "target-".
10969
10970 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
10971
10972         * Makefile.in (DO_X): Split rule to decrease command line length
10973         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
10974         (Philippe De Muyter).
10975
10976 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10977
10978         * Makefile.in (all-patch): depend on all-libiberty.
10979
10980 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
10981
10982         * configure.in: If the only directory in target_configdirs which
10983         actually exists is libiberty, then set target_configdirs to empty,
10984         to avoid trying to build a target libiberty in a gas or gdb
10985         distribution.
10986
10987 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
10988
10989         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
10990         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
10991         systems.
10992
10993 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10994
10995         * configure.in (copy_dirs): Use sys-include instead of include
10996         for --with-headers option.
10997
10998 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
10999
11000         * Makefile.in, configure.in: Make winsup builds work with
11001         new scheme.
11002
11003 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
11004
11005         * configure.in: Build the linker on AIX.
11006
11007 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11008
11009         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
11010         where needed.
11011
11012 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
11013
11014         * Makefile.in (all-gcc): Fix typo.
11015
11016 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11017
11018         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
11019
11020 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11021
11022         * configure.in:  Rename libFOO to target-libFOO, and xiberty
11023         to target-xiberty, to provide more flexibility.
11024         (target_subdir):  Define.  Create if cross.
11025         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11026         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
11027         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11028         check-libFOO -> check-target-libFOO, etc.
11029         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11030         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11031         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11032         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
11033         allow ALL_GCC="" to only configure.
11034         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
11035         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
11036         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
11037
11038 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
11039
11040         * Makefile.in (taz): Build "info" in etc explicitly.
11041
11042 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
11043
11044         * configure.in:  Make sure that CC is undefined (as opposed to
11045         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
11046         problem with autoconf trying to configure on a host without GCC.
11047
11048 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11049
11050         * mpw-configure: Set host alias from choice of host compiler,
11051         only use generic MPW Makefile sed if present, edit a file
11052         named "hacked_Makefile.in" instead of "Makefile.in" if present.
11053         * mpw-README: Add problem notes about CW6 and CW7.
11054
11055 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
11056
11057         * Makefile.in (taz): Use ";" instead of ";;".
11058
11059 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11060
11061         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
11062         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11063         DISTDOCDIRS.
11064         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
11065         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
11066
11067 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11068
11069         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
11070         and gnats, because they are now subsumed by DISTSTUFFDIRS.
11071         Move bfd to DISTSTUFFDIRS.
11072
11073 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11074
11075         * Makefile.in (X11_LIB): Removed.
11076         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11077
11078         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11079
11080 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11081
11082         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11083         names.
11084
11085 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11086
11087         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11088
11089 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
11090
11091         * configure.in (i[345]86-*-win32): Always build newlib.
11092         Don't configure cvs, autoconf or texinfo.
11093         * Makefile.in (LD_FOR_TARGET): New.
11094         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11095         Pass down LD_FOR_TARGET.
11096
11097 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11098
11099         * winsup: New directory.
11100         * Makefile.in: Build winsup.
11101         * configure.in: Winsup is configured when target is win32.
11102         Can only build win32 target GDB when native.
11103
11104 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
11105
11106         * config.guess: Recognize HP model 819 machines as having
11107         a PA 1.1 processor.
11108
11109 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11110
11111         * configure: Fix sed loop which substitutes for CC and CXX to
11112         avoid bug found in various sed implementations.
11113
11114 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11115
11116         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11117         simulator.  Use standard powerpc-*-eabi*.
11118
11119 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11120
11121         * configure.in: Stop putting gas and binutils in noconfigdirs for
11122         powerpc-*-aix* and rs6000-*-*.
11123
11124 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
11125
11126         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11127         -mcall-aixdesc libraries.
11128
11129 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
11130
11131         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11132
11133         * config.sub (arm | armel | armeb): Fix shell syntax.
11134
11135 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11136
11137         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11138         -msoft-float and -mcpu=common support.
11139         (powerpc*-*-eabisim*): Add support for building -mcall-aix
11140         libraries.
11141
11142 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11143
11144         * configure.in: Allow configuration and build of emacs19 for the alpha.
11145
11146 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11147
11148         * configure.in (CC): Get ^CC, not just any old CC, from
11149         ${host_makefile_frag}.
11150
11151 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11152
11153         * configure.in (CC): Try to get CC from
11154         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11155
11156 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11157
11158         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11159         only if it exists in $(srcdir).
11160
11161 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11162
11163         * configure: If CC and CXX are not set in the environment, set
11164         them, based on either an existing Makefile or on searching for gcc
11165         in PATH.  Substitute for CC and CXX in Makefile.
11166         * configure.in: Remove libm from target_libs.  Separate
11167         target_configdirs from configdirs.  If CC is not set in
11168         environment, try to get it from a host Makefile fragment.  Rewrite
11169         changes of configdirs to use skipdirs instead.  A few minor
11170         tweaks.  Take directories out of target_configdirs as they are
11171         taken out of configdirs.  Remove existing Makefile files from
11172         subdirectories.  Substitute for TARGET_CONFIGDIRS and
11173         CONFIG_ARGUMENTS in Makefile.
11174         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11175         by configure.in.
11176         (CONFIG_ARGUMENTS): Likewise.
11177         (CONFIGURE_TARGET_MODULES): New variable.
11178         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11179         ($(CONFIGURE_TARGET_MODULES)): New target.
11180         (configure-libg++, configure-libio): New targets.
11181         (all-libg++): Depend upon configure-libg++.
11182         (all-libio): Depend upon configure-libio.
11183         (configure-libgloss, all-libgloss): New targets.
11184         (configure-libstdc++): New target.
11185         (all-libstdc++): Depend upon configure-libstdc++.
11186         (configure-librx, all-librx): New targets.
11187         (configure-newlib): New target.
11188         (all-newlib): Depend upon configure-newlib
11189         (configure-xiberty): New target.
11190         (all-xiberty): Depend upon configure-xiberty.
11191
11192 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11193
11194         * configure.in (host i[345]86-*-win32):  Expand the
11195         noconfigdirs again.
11196
11197 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
11198
11199         * mpw-configure: Fix sed command file name.
11200
11201 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11202
11203         * configure.in (host i[345]86-*-win32): Reduce the
11204         noconfigdirs again.
11205
11206 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
11207
11208         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11209         or powerpc*-*-pe*, since they are not yet supported.
11210
11211 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11212
11213         Add PowerMac support and many other enhancements.
11214         * mpw-configure: New option --cc to select compiler to use,
11215         paste options set according to --cc into the generated
11216         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11217         if mpw-make.sed is present.
11218         * mpw-config.in: Don't test for gC1, test for mpw-touch,
11219         add forward includes for PowerPC include files.
11220         * mpw-build.in: Build using Makefile.PPC if present.
11221         (do-byacc, etc): Remove separate version resource builds.
11222         (do-gas): Build "stamps" before "all".
11223         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11224         * mpw-README: Update to reflect --cc option, PowerMac support,
11225         and recently-reported compatibility problems.
11226
11227 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11228
11229         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11230         embedded m68k systems (-aout, -coff, -elf, -vxworks).
11231         (--with-multilib-top): Pass to recursive invocations.
11232
11233 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
11234
11235         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11236         v810-*-*.
11237
11238 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11239
11240         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11241         gdb, ld and opcodes on v810-*-*.
11242
11243 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11244
11245         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11246         (local-maintainer-clean): New target.
11247         (maintainer-clean): New target.
11248         (realclean): Just depend upon maintainer-clean.
11249
11250 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11251
11252         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11253
11254 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
11255
11256         * configure.in: Build ld in mips*-*-bsd* case.
11257
11258 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
11259
11260         * config.sub: Accept -lites* OS.  From Ian Dall.
11261
11262 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
11263
11264         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11265         targets.
11266
11267 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11268
11269         * configure.in: treat i386-win32 canadian cross the same as
11270         i386-go32 canadian cross.
11271
11272 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11273
11274         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11275         running under the simulator to build a reduced set of libraries.
11276         (powerpc-*-eabiaix): Add fine grained multilib support added to
11277         other powerpc targets yesterday.
11278
11279 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11280
11281         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11282         -disable-softfloat, -disable-relocatable, -disable-aix, and
11283         -disable-sysv to control which multilib libraries get built.
11284
11285 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11286
11287         * configure: Add Makefile.tem to list of files to remove in trap
11288         handler.
11289
11290 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11291
11292         * config.guess (*Linux*):  Add missing "exit"s.
11293         Also, need specific check for alpha-unknown-linux (uses COFF).
11294
11295 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11296
11297         * config.guess:  Merge with FSF:
11298
11299         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
11300         * config.guess (AIX4): More robust release numbering discovery.
11301
11302         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
11303         * config.guess (i386-sequent-ptx): Properly get version number.
11304
11305         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
11306         * config.guess (mips:*:4*:UMIPS): New case.
11307
11308 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11309
11310         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11311         (i386-win32 host): Likewise.  Don't build readline.
11312
11313 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
11314
11315         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
11316         SUPPORT_FILES to submakes.
11317
11318 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
11319
11320         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11321         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11322         mpw-configure.
11323
11324 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
11325
11326         * configure.in (appdirs): Use =, not ==, in test expression when
11327         trying to build the text to print in the warning message for
11328         Solaris users.
11329
11330 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
11331
11332         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11333
11334 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11335
11336         * config.guess: Recognize lynx-2.3.
11337
11338 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
11339
11340         * config.sub (z8ksim): Deleted
11341         (z8k-*-coff): New, this is the one true name of the target.
11342
11343 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
11344
11345         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11346
11347 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
11348
11349         * config.guess (*:Linux:*:*): First try asking the linker what the
11350         default object file format is (elf, aout, or coff).  Then if this
11351         fails, try previous methods.
11352
11353 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11354
11355         * configure.in: Don't build newlib for *-*-vxworks5.1.
11356
11357 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11358
11359         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11360         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11361
11362 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
11363
11364         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11365
11366 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
11367
11368         * cfg-ml-com.in: New file.
11369         * cfg-ml-pos.in: New file.
11370
11371 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11372
11373         * COPYING.NEWLIB: Add HP free copyright to list.
11374
11375 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11376
11377         * config.sub: Recognize -eabi* for the system, not just -eabi.
11378
11379 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11380
11381         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11382         * config.sub, configure.in (win32): New target and host.
11383
11384 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11385
11386         * configure.in: Add i386-pe configuration.
11387
11388 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
11389
11390         * mpw-build.in (install): Install GDB after LD.
11391
11392 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
11393
11394         * mpw-config.in (elf/mips.h): Always forward-include, needed
11395         for GDB to build.
11396
11397 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11398
11399         * testsuite: New directory for customer acceptance and whole tool
11400         chain tests.
11401
11402 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11403
11404         * configure: If per-host line isn't found, but AC_OUTPUT is found
11405         and a configure script exists, run it instead.
11406
11407 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11408
11409         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
11410
11411 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11412
11413         * configure: Set build_{cpu,vendor,os,alias} to host values when
11414         --build isn't specified.
11415
11416 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11417
11418         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11419         (FLAGS_TO_PASS): Pass them.
11420         (EXTRA_TARGET_FLAGS): Ditto.
11421
11422 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11423
11424         * Makefile.in (all-libg++): Depend on all-libstdc++.
11425
11426 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11427
11428         * configure.in (noconfigdirs): Enable all packages for
11429           i386-unknown-netbsd.
11430
11431 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
11432
11433         * configure.in (noconfigdirs): Don't configure tk for i386-go32
11434         hosted builds (DOS builds)
11435
11436 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11437
11438         Changes for ARM based on patches from Richard Earnshaw:
11439         * config.sub: Handle armeb and armel.
11440         * configure.in: Omit arm linker only for riscix.
11441
11442 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11443
11444         * config.guess:  Update from FSF.
11445
11446 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
11447
11448         * config.sub: Recognize powerpcle as the little endian varient of
11449         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
11450         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
11451         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
11452         temporarily.
11453
11454 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
11455
11456         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11457
11458 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
11459
11460         * config.sub: Accept -lites* as a basic system type.
11461
11462 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
11463
11464         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11465         installed, and if so return linuxoldld as the system name.
11466
11467 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
11468
11469         * config.guess: Add hppa1.1-hp-lites support.
11470
11471 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11472
11473         * configure.in: Don't build newlib for m68k-vxworks5.1.
11474
11475 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11476
11477         * configure.in (mips-sgi-irix6): Use mh-irix5.
11478
11479 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
11480
11481         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11482
11483 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11484
11485         * test-build.mk: Enable building of shared libraries on IRIX 5 and
11486         OSF/1.  Fix compiler flags.
11487         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
11488
11489 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
11490
11491         * configure.in: Recognize --with-newlib.
11492         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11493
11494 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11495
11496         * Makefile.in: move {all,check,install}-gdb from *_MODULES
11497         to *_X11_MODULES due to gdbtk needing X include files et al.
11498
11499 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
11500
11501         Merge in support for Mac MPW as a host.
11502         (Old change descriptions retained for informational value.)
11503
11504         * mpw-config.in: Add generic include forwards for cpu-specific
11505         include files in aout and elf directories.
11506
11507         * mpw-configure: Added copyright.
11508         * mpw-config.in: Check for presence of required build tools.
11509         (target_libs): Add newlib.
11510         (target_tools): Add examples.
11511         (Read Me): Generate as "Read Me for MPW" instead.
11512         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11513         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11514         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11515
11516         * mpw-configure: Remove subdir-specific makefile hackery,
11517         delete mk.tmp after using it.
11518
11519         * mpw-build.in (all): Display start and end times.
11520
11521         * mpw-configure (host_canonical): Set.
11522         (target_cpu): Always add to makefiles.
11523         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11524         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11525         (mpw-mh-mpw): Look for in srcdir and srcroot.
11526         Use sed instead of mpw-edit-prefix to edit prefix definitions.
11527
11528         * mpw-build.in: (install-only): New target.
11529
11530         * mpw-configure (host_alias, target_alias): Rename from hostalias
11531         and targetalias, add into generated Makefile.
11532         (mk.tmp): If present, add into generated Makefile.
11533         * mpw-build.in (all-gas): Build config.h first before gas proper.
11534
11535         * mpw-configure (config.status): Write only if changed.
11536         * mpw-config.in (readline): Configure it (not built, just used for
11537         definitions).
11538
11539         * mpw-config.in (elf/mips.h): Add a forward include.
11540
11541         * mpw-config.in: Forward-include most .h files in include into
11542         extra-include.
11543         (readline): Don't build.
11544         mpw-build.in (install): Install GDB.
11545
11546         * mpw-configure (prefix, mpw_prefix): Handle it.
11547         * mpw-config.in (mmalloc, readline): Don't configure.
11548         * mpw-build.in (thisscript): Rename to ThisScript.
11549         Use mpw-build instead of BuildProgram everywhere.
11550         (mmalloc, readline): Don't build.
11551         * mpw-README: New file, basic documentation about the MPW port.
11552
11553         * mpw-config.in: Use forward-include to create include files.
11554
11555         * mpw-configure: Add more things to the top of each configured
11556         Makefile, including contents of config/mpw-mh-mpw.
11557         * mpw-config.in (extra-include): Create this directory and fill it
11558         with Posix-like include files when configuring.
11559
11560         * config.sub (apple, mac, mpw): Add various aliases.
11561
11562         * mpw-build.in: New file, top-level build script fragment for MPW.
11563         * mpw-configure: New file, configure script for MPW.
11564         * mpw-config.in: New file, config fragment for MPW.
11565
11566 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11567
11568         * configure.in (host_libs): Remove glob, since it is gone from the
11569         sources.
11570
11571 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11572
11573         * Makefile.in: define empty GDB_NLM_DEPS var.
11574
11575         * configure.in(target_makefile_frag): use config/mt-netware
11576         for netware targets.
11577
11578 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11579
11580         * config.sub: Merge in recent FSF changes.  Remove linux special
11581         cases.
11582
11583 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11584
11585         Revert this change:
11586
11587         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11588
11589                 * build-all.mk: Use CC=cc -Xs on Solaris.
11590
11591 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11592
11593         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
11594         stop using it.
11595         * Makefile.in: Nuke all references to glob subdirectory.
11596
11597 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11598
11599         * configure.in: Fix --enable-shared logic in per-host.
11600
11601 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11602
11603         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11604
11605 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11606
11607         * configure.in (noconfigdirs): Don't build gas on AIX, for
11608         powerpc*-*-aix* as well as for rs6000*-*-aix*.
11609
11610 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
11611
11612         * configure: Fix --cache-file to work if the file argument is a
11613         relative path.
11614
11615 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
11616
11617         * configure: If the --cache-file is used, pass it down to
11618         configure in subdirectories.
11619
11620 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
11621
11622         * config.sub: add vxworks29k configuration.
11623
11624 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11625
11626         * Makefile.in (taz): Do "diststuff" part quietly.
11627
11628 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11629
11630         * config.sub: Mini-merge with gcc/config.sub.
11631
11632 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11633
11634         * config.guess (IRIX): Sed - to _.
11635
11636 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11637
11638         * Makefile.in (source-vault, binary-vault): New targets.
11639
11640 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
11641
11642         * config.sub: Recognize -eabi as a basic system type.
11643
11644 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11645
11646         * configure.in (enable_shared stuff): Fix typo.
11647
11648 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
11649
11650         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11651
11652 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11653
11654         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11655
11656 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
11657
11658         * configure.in (rs6000-*-*): Don't build gas.
11659
11660 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
11661
11662         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11663         reduce command line length.
11664         (AS_FOR_TARGET): Check for as.new, not Makefile.
11665         (NM_FOR_TARGET): Check for nm.new, not Makefile.
11666
11667 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11668
11669         * config.guess:  Merge from FSF.
11670
11671 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11672
11673         * configure: Don't use $ when handling program_suffix.
11674
11675 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
11676
11677         * configure.in:  Configure tk for hppa/hpux.
11678
11679 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11680
11681         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
11682
11683 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11684
11685         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
11686         to LIBCXXFLAGS.  Tests are better run without it.
11687
11688 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
11689
11690         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11691
11692 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11693
11694         * configure.in (*-*-netware*): Don't configure xiberty.
11695
11696 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
11697
11698         * configure.in:  Remove tk from native_only list.
11699
11700 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
11701
11702         * build-all.mk: Add mips-ncd-elf target to sun4 targets
11703           for special NCD build.
11704
11705 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11706
11707         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11708         makeall.bat, they're only useful for binutils snapshots.
11709         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11710         makeall.bat to specified SUPPORT_FILES.
11711
11712 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
11713
11714         * build-all.mk: Add Ericsson targets to sun4 and solaris
11715           hosts.  Add  BNR's sun4 target to solaris host, so their
11716           build-from-source will be tested in-house first.
11717
11718 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11719
11720         * Makefile.in (LIBCFLAGS): New variable.
11721         (CFLAGS_FOR_TARGET): Ditto.
11722         (LIBCFLAGS_FOR_TARGET): Ditto.
11723         (LIBCXXFLAGS): Ditto.
11724         (CXXFLAGS_FOR_TARGET): Ditto.
11725         (LIBCXXFLAGS_FOR_TARGET): Ditto.
11726         (BASE_FLAGS_TO_PASS): Pass them.
11727         (EXTRA_TARGET_FLAGS): Ditto.
11728
11729         * configure.in: Support --enable-shared.
11730
11731 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11732
11733         * configure.in (target_libs):  Include libstdc++ again.
11734         * config.guess:  Update from FSF (for FreeBSD).
11735
11736 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11737
11738         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11739         makeall.bat.
11740         (DISTDOCDIRS): Add `etc'.
11741         (ETC_SUPPORT_PFX): New variable.
11742         (taz): Include anything from etc starting with a word in
11743         ETC_SUPPORT_PFX.
11744
11745 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11746
11747         * config.sub: Update for recent FSF changes.  Remove obsolete
11748         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
11749         spacing changes.
11750
11751 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11752
11753         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
11754
11755         * config.guess:  Merge with FSF.
11756         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11757
11758 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11759
11760         * configure: Since the "trap 0" handler will override the exit
11761         status on many systems, only use it for "exit 1", and make it set
11762         a non-zero exit status; reset it before "exit 0".  Also, check
11763         exit status of config.sub, and error out if it failed.
11764
11765 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
11766
11767         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11768         and install libgloss.
11769
11770 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11771
11772         * Makefile.in (all-binutils): Depend upon all-byacc.
11773
11774         * configure.in: Don't build emacs on Irix 5.
11775
11776 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11777
11778         * configure.in (*-*-netware*): Add libio.
11779
11780 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11781
11782         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11783         (CHECK_TARGET_MODULES): Ditto.
11784         (INSTALL_TARGET_MODULES): Ditto.
11785         (TARGET_LIBS): Ditto.
11786         (all-libstdc++): Note dependencies.
11787
11788 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11789
11790         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11791
11792 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11793
11794         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11795         -fexternal-templates.
11796
11797         * configure.in (target_libs): Add libstdc++.
11798         (noconfigdirs): Add libstdc++ as appropriate.
11799
11800 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11801
11802         * config.guess:  Update from FSF.
11803
11804 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11805
11806         * configure: Use ${config_shell} when running ${configsub}.
11807
11808 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
11809
11810         * config.sub: No longer recognize h8300h.
11811
11812 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11813
11814         * config.sub: Remove extraneous differences between config.sub and
11815         gcc/config.sub.
11816
11817 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11818
11819         * Makefile.in (DISTSTUFFDIRS): Add gas.
11820
11821 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
11822
11823         * COPYING.NEWLIB: New file.
11824
11825 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11826
11827         * config.guess (HP-UX):  Patch from Harlan Stenn
11828         <harlan@landmark.com> to also emit release level.
11829
11830 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11831
11832         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11833
11834 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11835
11836         * config.sub:  Merge nextstep cleanup from FSF.
11837
11838 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11839
11840         * configure.in (arm-*-*): Don't configure ld for this target.
11841
11842 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11843
11844         * configure.in (*-*-netware): don't configure libg++, libio,
11845           librx, or newlib.
11846
11847 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11848
11849         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
11850         configure ld--it works, but it doesn't support shared libraries.
11851
11852 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11853
11854         * config.guess (*-unknown-freebsd*):  Get rid of possible
11855         trailing "(Release)" in version string.
11856         Patch from Paul Richards <paul@isl.cf.ac.uk>.
11857
11858 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11859
11860         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11861         Fix type: *-next-neststep -> *-next-nextstep.
11862
11863         * config.guess:  Merge from FSF:
11864
11865         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
11866
11867         * config.guess: Recognize powerpc-ibm-aix3.2.5.
11868
11869         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
11870
11871         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11872         instead of UNIX_SV for UnixWare 1.0).
11873
11874 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
11875
11876         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
11877         to make gdb/nlm/* build after the compiler and linker.
11878
11879 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11880
11881         * config.guess (netbsd, freebsd, linux):  Accept any machine,
11882         not just i[34]86.
11883         (m68k-atari-sysv4):  Relocate to match FSF version.
11884
11885         * config.guess:  More merges from the FSF:
11886
11887         Add a space before function call or macro invocation.
11888
11889         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11890
11891         * config.guess: Add trap cmd to remove dummy.c and dummy when
11892         interrupted.
11893
11894         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11895
11896         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11897         (dummy): Redirect stderr from compilation of dummy.c.
11898
11899         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
11900
11901         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11902
11903 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
11904
11905         * configure: Accept and ignore --cache*, for compatibility with
11906         new autoconf.
11907
11908 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11909
11910         * config.guess:  Merge from FSF:
11911
11912         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11913
11914         * config.guess (Pyramid*:OSx*:*:*): New case.
11915         (PATH): Add /.attbin at end for finding uname.
11916         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
11917
11918         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
11919
11920         * config.guess (M88*:DolphinOS:*:*): New case.
11921
11922         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
11923
11924         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11925         to select whether to use ELF or COFF.
11926
11927         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11928
11929         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
11930
11931         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11932
11933         * config.guess: Guess the OS version for HPUX.
11934
11935         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
11936
11937         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11938
11939 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11940
11941         * configure.in: Recognize --with-headers, --with-libs, and
11942         --without-newlib.
11943         * Makefile.in (all-xiberty): Depend upon all-ld.
11944
11945 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11946
11947         * configure.in: Change i[34]86 to i[345]86.
11948
11949 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11950
11951         * configure (version): A few more tweaks to help message.
11952
11953 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11954
11955         * Makefile.in:  Remove (for now) librx as a host library,
11956         now that we're building it for target.
11957
11958 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11959
11960         * configure: Fix up help message; from karl@owl.hq.ileaf.com
11961         (Karl Berry).
11962
11963 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11964
11965         * configure.in:  Also configure librx.
11966
11967 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11968
11969         * Makefile.in:  Update various rules to reflect that librx
11970         is now needed for libg++.
11971
11972 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11973
11974         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
11975
11976 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11977
11978         * configure.in: Configure the examples directory.
11979
11980 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11981
11982         * configure: Simplify Jun 2 1994 change.
11983
11984 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11985
11986         * change CC to /usr/latest/bin/gcc for lynx host builds, since
11987         /bin/gcc isn't good enough to build gcc.
11988
11989 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
11990
11991         * Makefile.in (GDB_SUPPORT_FILES): Remove
11992         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
11993         (gdb.tar.gz): Add new rule to use standard distribution building
11994         mechanism.
11995
11996 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11997
11998         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
11999         Bill Cox <bill@cygnus.com>.
12000
12001 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12002
12003         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
12004
12005 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
12006
12007         * configure:  Search current dir first in .gdbinit.
12008
12009 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12010
12011         * config.sub:  Recognize freebsd (merged from gcc config.sub).
12012
12013 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12014
12015         * config.sub:  Refer to NeXT's operating system as nextstep.
12016
12017         * config.sub (case $basic_machine):  Re-order the cases, to match
12018         the order in the FSF version (which is mostly alphabethical).
12019         Merge in some additions and changes from the FSF.
12020
12021 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
12022
12023         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12024         * config.sub: Recognize cxux7.
12025         * configure.in: Use mh-cxux for m88k-harris-cxux*.
12026
12027 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12028
12029         * config.sub:  Fix typo powerpc -> powerpc-*.
12030
12031 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
12032
12033         * Makefile.in: `all-emacs19' depends on `all-byacc'.
12034
12035         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12036         parallel with all-emacs and install-emacs).  Top-level command
12037         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12038
12039 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12040
12041         * test-build.mk ($(host)-stamp-stage2-installed): Remove
12042         $(relbindir)/make before doing ``make install'', and use
12043         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
12044         installing over running make binary.
12045         ($(host)-stamp-stage3-installed): Likewise.
12046
12047 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12048
12049         * config.guess: Recognize Mach.
12050
12051 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12052
12053         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12054         see whether --exec-prefix was used.
12055
12056 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12057
12058         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
12059
12060 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12061
12062         * Makefile.in: Add all-librx target similar to all-libproc.
12063
12064 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
12065
12066         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
12067         with post 1.2 uname bogosity.
12068
12069 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12070
12071         * configure: Remove temporary files on receipt of a signal.
12072
12073 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
12074
12075         * configure: If there is a package_makefile_frag, remove
12076         ${subdir}/Makefile.tem after copying it in.
12077
12078 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12079
12080         * build_all.mk: support rs6000 lynx identifies itself as
12081         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
12082         since /bin/gcc is too feeble to compile a modern gcc.
12083
12084 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12085
12086         * brought devo/test-build.mk update-to-date with progressive/
12087           test-build.mk. Add lynx targets and hppa flag info.
12088
12089 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12090
12091         * configure.in:  Use mh-ncrsvr43.  Patch from
12092         Tom McConnell <tmcconne@sedona.intel.com>.
12093
12094 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12095
12096         * config.guess (i386-unknown-bsdi):  No longer need to
12097         check #if defined(__bsdi__) && defined(__i386__).
12098
12099 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12100
12101         * configure: Set program_transform_nameoption correctly.
12102
12103 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12104
12105         * brought build-all.mk update-to-date with progressive build-all.mk,
12106           added new targets and hppa info.
12107
12108 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12109
12110         * configure: If config.guess result is a prefix of the user
12111         specified target, assume a native build and use the user specified
12112         target as the host alias.  Remove SunOS patch suffix removal hack.
12113         * configure.in: Remove SunOS patch suffix removal hack.
12114
12115         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12116         in NATIVE_CHECK_MODULES.
12117
12118 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
12119
12120         * Makefile.in: Rename HOST_ONLY to NATIVE.
12121         * configure: Delete SunOs patch suffix from host_canonical
12122           and build_canonical variables that are prepended to Makefiles.
12123         * configure.in: Add comments for easier maintenance.
12124
12125 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12126
12127         * Makefile.in: Add all-libproc target similar to all-gui.
12128
12129 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
12130
12131         * Makefile.in (CHECK_MODULES): split into
12132         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12133
12134 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
12135
12136         * config.guess (i386-unknown-bsdi): New system to guess.
12137
12138 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12139
12140         * Makefile.in: Add all-gui target (but not yet build by "all").
12141
12142 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
12143
12144         * config.sub: Move deletion of patch suffix from here...
12145         * configure.in: To here, at Ian's suggestion.  The top-
12146           level scripts might need to know of a patch level.
12147
12148 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
12149
12150         * config.sub: Strip off patch suffix so rtl is recognized
12151           as a sunos4.1.3 machine, even though it's been patched.
12152
12153 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
12154
12155         * Makefile.in (INSTALL_LAST): Delete.
12156         (INSTALL_DOSREL): New.
12157
12158 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12159
12160         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12161         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12162         whether we pass down --with-gnu-ld anyhow.
12163
12164 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
12165
12166         * Makefile.in (INSTALL_LAST): Change operation so it works
12167         on more flavors of make.
12168         * configure.in (go32): Don't build libg++ or libio.
12169
12170 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
12171
12172         * Makefile.in (Move HOST_PREFIX_1 and friends up so
12173         they can be overriden by templates.
12174
12175 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
12176
12177         * configure.in (target==go32): Don't build gdb.
12178         * dosrel: New directory.
12179
12180 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
12181
12182         * configure.in (host==go32): Configure dosrel too.
12183         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12184         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12185         be set by incoming names or templates.
12186         (INSTALL_LAST): New rule.
12187
12188 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
12189
12190         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12191
12192 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12193
12194         * configure.in (appdirs): New variable.  Currently empty, but will
12195         be used in gas distribution.  If nonempty, lists a set of
12196         directories at least one of which must get configured, or top
12197         level configuration is considered to have failed.
12198         (rs6000-*-lynxos*): Use new file name.
12199
12200 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12201
12202         Eliminate XTRAFLAGS.
12203         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12204         newlib include files using -idirafter, and also use -nostdinc.
12205         (CXX_FOR_TARGET): Likewise.
12206         (XTRAFLAGS): Removed.
12207         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12208         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12209         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12210         ($(DO_X)): Don't pass down XTRAFLAGS.
12211
12212 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12213
12214         * configure.in (mips*-dec-bsd*): New target; do build linker.
12215         (mips*-*-bsd*): New target; don't build linker.
12216
12217 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12218
12219         * configure.in: support rs6000-*-lynxos* configuration.
12220         support sunos4 as a cross target.
12221
12222         * config.sub: look for lynx*, not lynx since the OS version may
12223         legitimately be part of the name.
12224
12225 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12226
12227         * configure.in (i[34]86-*-sco*): Move to be with other i386
12228         targets.
12229         (romp-*-*): New target.  Skip various binary utilities.
12230         (vax-*-*): New target.  Don't build newlib.
12231         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
12232
12233 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12234
12235         * configure.in: Only set host_makefile_frag if config
12236         directory exists.
12237
12238 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12239
12240         * install.sh: If $dstdir exists, don't check whether each
12241         component does.
12242
12243 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12244
12245         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12246
12247 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
12248
12249         * configure.in (*-*-lynxos*): Don't configure newlib for either
12250         native or cross Lynx.
12251
12252 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
12253
12254         * config.sub (sparc64-elf): Fix os.
12255         (z8k): Remove duplicate.
12256
12257 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12258
12259         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12260         gcc/stmp-fixproto, to try to prevent fixproto from being run.
12261
12262 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
12263
12264         * configure: Make file links cleanly even if Lynx fails on
12265           an NFS symlink (at least fail cleanly).
12266
12267 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12268
12269         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12270         -XNh2000.
12271
12272 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12273
12274         * configure: Unknown options are fatal again.
12275
12276 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
12277
12278         * configure: Ignore --x-includes and --x-libraries, for Autoconf
12279         compatibility.
12280
12281 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12282
12283         * build-all.mk: Add `clean' target.
12284
12285 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12286
12287         * config.guess:  Add SINIX support.
12288         * configure.in:  Add mips-*-sysv4* support.
12289
12290 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
12291
12292         * build-all.mk: Document all useful targets.
12293         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12294         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12295
12296 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12297
12298         * configure: Support --silent, --quiet.
12299
12300 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12301
12302         * configure: Support --disable-FEATURE.
12303
12304 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12305
12306         * config.guess: Recognize NCR running SVR4.3.
12307
12308 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12309
12310         * config.guess:  Make BSDI generate i386-unknown-bsd386.
12311         Patch from Paul Eggert <eggert@twinsun.com>.
12312
12313 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12314
12315         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12316
12317 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12318
12319         * configure: Make unrecognized options give nonfatal warnings
12320         instead of fatal errors, and pass them to any subdirectory
12321         configures in case they recognize them.
12322         Make --x equivalent to --with-x.
12323
12324 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12325
12326         * configure: Add --enable-* options.  Clean up usage message and
12327         some comments.
12328
12329 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
12330
12331         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12332
12333 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12334
12335         * configure.in (hppa*-*-*): Enable binutils.
12336
12337 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12338
12339         * config.sub: Recognize cisco.
12340
12341 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
12342
12343         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12344
12345 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12346
12347         * config.guess: about target *-hitachi-hiuxwe2, don't print more
12348         than one configuration name.  Add comment.
12349
12350 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
12351
12352         * config.guess: about target *-hitachi-hiuxwe2, fixed
12353         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
12354         macro is incorrect.]
12355
12356 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12357
12358         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12359         than the "make ls" stuff which used to be here.
12360
12361 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12362
12363         * config.guess:  Recognize i[34]86-unknown-freebsd.
12364         From Shawn M Carey <smcarey@rodan.syr.edu>.
12365
12366 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12367
12368         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12369
12370 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
12371
12372         * config.guess: Check for ptx.
12373
12374 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
12375
12376         * config.sub: Add os9k checking.
12377
12378 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12379
12380         * config.guess: Handle OSF1 running on HPPA processors
12381
12382 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12383
12384         * configure: If subdir configure fails, print out a message with
12385         subdirectory name, in case subdir's configure code didn't identify
12386         itself.
12387
12388 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
12389
12390         * configure.in: Remove embedded newlines from configdirs.
12391         Avoid mismatches of substrings.  Fix matching strings at end
12392         of configdirs.
12393
12394 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
12395
12396         * config.guess:  Add Lynx/rs6000 config support.
12397
12398 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12399
12400         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12401
12402 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
12403
12404         * configure.in (hppa*-*-osf*): Treat this just like most other
12405         PA configurations (eg no binutils or ld).
12406         (hppa*-*-*elf*): These configurations have binutils and ld.
12407
12408 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12409
12410         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
12411
12412 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12413
12414         * configure.in (rs6000-*-*): Build gas.
12415
12416 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12417
12418         * Makefile.in:  Avoid bug in losing hpux sed.
12419
12420 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12421
12422         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12423         for GDB and GDB has been fixed to not need it.
12424
12425 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12426
12427         * config.guess: Recognize vax hosts.
12428
12429 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12430
12431         * configure (while loop): Don't use "break 2" inside case
12432         statement -- the case statement isn't an enclosing loop.
12433
12434 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12435
12436         * config.guess:  Clean up NeXT support, to allow nextstep
12437         on Intel machines.  Make OS be nextstep.
12438
12439 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
12440
12441         * config.guess: Add alternate forms for Convex.
12442
12443 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
12444
12445         * configure:  Completely rewrite option processing.  Take
12446         advantage of pattern-matching to avoid invoking test frequently.
12447         Also clean up host and target defaulting logic.
12448
12449 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12450
12451         * Makefile.in: Replace all occurrances of "rootme" with "r" and
12452         "$${rootme}" with "$$r", to increase the likelihood that the do-*
12453         commands (plus user environment) will fit SCO limits.
12454
12455 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12456
12457         * configure.in: Don't issue warnings about directories which are
12458         not being configured if -norecursion is set.  Correct test for
12459         --with-gnu-as and --with-gnu-ld to not get confused by substring
12460         matches.
12461
12462         * configure.in: Don't build gas for alpha-dec-osf1*.
12463
12464 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
12465
12466         * configure:  Back out Per's change of 12/19/1993.  It changes the
12467         behavior of configure in unexpected and confusing ways.
12468
12469         Also, use different delim char when calculating
12470         program_transform_name so that the name can contain slashes.
12471
12472 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12473
12474         * configure.in, config.sub: Add support for VSTa micro-kernel.
12475
12476 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12477
12478         * configure.in: Nuke hacks which were used to get a special
12479         version of GAS for HPPA configurations.
12480
12481 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12482
12483         * configure:  If only ${target_alias} is given, use that
12484         as the default for ${host_alias}.
12485         * configure:  Add missing back-slashes before nested quotes.
12486
12487 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12488
12489         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12490
12491 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
12492
12493         * config.guess:  Recognize some Tektronix configurations.
12494         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12495
12496 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12497
12498         * config.sub: Match any flavor of SH.
12499
12500 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
12501
12502         * configure.in: Don't try to configure newlib for Alpha.
12503
12504 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12505
12506         * configure.in: Don't build ld for Irix 5.  Don't build gas,
12507         libg++ or libio for any Alpha target.
12508
12509         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
12510
12511 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
12512
12513         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12514         default arguments -- so it tried to compress itself.
12515
12516 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12517
12518         * configure.in (notsupp): ensure that a space is always at the end
12519           of the configdirs list, since the grep checks for an explicit space
12520
12521 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12522
12523         * configure.in (target i386-sysv4.2): don't build ld, since static
12524           versions of many libraries are not available.
12525
12526 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12527
12528         * config.guess: Recognize Apollos (using environment variables).
12529         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12530
12531 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12532
12533         * config.guess: Recognize Sony news mips running newsos.
12534
12535 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
12536
12537         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12538         "fi ; else" for bash.
12539
12540 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
12541
12542         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12543
12544 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
12545
12546         * config.sub: accept unixware as an alias for svr4.2.
12547         Fix some inconsistancies with the gcc version.
12548
12549 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12550
12551         * Makefile.in (DISTDOCDIRS):  Add gdb.
12552
12553 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12554
12555         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
12556
12557 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12558
12559         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12560         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12561         this now.
12562
12563 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12564
12565         * config.sub: Accept hiux* as an OS name.
12566
12567         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12568         etc/make-stds.texi.  The underscore came from gcc, and dje now
12569         agrees that RUNTESTFLAGS is the correct name.
12570
12571 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12572
12573         * install.sh:  Remove 'set -e'.  It makes any conditionals
12574         in the script useless.
12575
12576         * config.guess: Automatically recognize arm-acorn-riscix
12577         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12578
12579 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12580
12581         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12582
12583 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12584
12585         * Makefile.in (DISTDOCDIRS): New variable.
12586         (taz): Edit local Makefile.in sooner, instead of proto-toplev
12587         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
12588
12589 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12590
12591         * configure.in (hppa target): check the source directory for the
12592           pagas sub-directory
12593
12594 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
12595
12596         * config.sub: Allow -aout* and -elf*.
12597
12598 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12599
12600         * configure.in: Don't build ld on i386-solaris2, same as for
12601         sparc-solaris2.
12602
12603 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12604
12605         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12606
12607 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12608
12609         * configure.in:  Configure gdb for alpha.
12610
12611 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12612
12613         * Makefile.in (CXXFLAGS): Add -O.
12614
12615 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12616
12617         * config.guess: added support for DG Aviion
12618
12619 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12620
12621         * configure.in: Produce warning message for subdirectories not
12622         configurable for this host/target combination.  Don't try to
12623         configure gdb for vms.
12624
12625 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12626
12627         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12628         appropriate files before making "diststuff".
12629         (DISTBISONFILES): New var: list of files to be edited.
12630         (DISTSTUFFDIRS): Add binutils.
12631
12632 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12633
12634         * config.sub: also handle mipsel and mips64el (for little endian mips)
12635
12636 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12637
12638         * configure.in: Add * to end of all OS names.
12639
12640 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
12641
12642         * configure.in: Build newlib for LynxOS native.
12643
12644 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12645
12646         * config.guess: Add support for delta 88k running SVR3.
12647
12648         * configure.in: Add comment about HP compiler vs. emacs.
12649
12650 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12651
12652         * configure.in: don't build ld on solaris2 (not a viable option
12653           due to bugs in getpwnam & getpwuid)
12654
12655 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12656
12657         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12658         config.guess will produce a full version number.
12659
12660 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12661
12662         * configure.in: Build linker and binutils for alpha-dec-osf1.
12663
12664 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12665
12666         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12667         and gdb/testsuite/Makefile.in.
12668
12669 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12670
12671         * configure.in: recognize mips*- instead of mips-
12672
12673 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12674
12675         * config.sub: Accept linux*coff and linux*elf as operating
12676         systems.
12677
12678 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12679
12680         * config.sub: Recognize mips64, and mips3 as an alias for it.
12681
12682 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12683
12684         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12685         gdb knows how to handle OSF/1 shared libraries.
12686
12687 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12688
12689         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12690         * config.guess: Recognize Hitachi's HIUX.
12691         * config.sub: Recognize h3050r* and hppahitachi.
12692         Remove redundant cases for hp9k[23]*.
12693
12694 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12695
12696         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12697         if gas and ld are in the source tree and are in ${configdirs}.
12698         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
12699         --with options (but still pass them down on the command line,
12700         if they were explicitly specified).
12701
12702 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12703
12704         * configure: substitute SHELL value in Makefile.in with
12705         ${CONFIG_SHELL}
12706
12707 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12708
12709         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12710         *-*-solaris2* targets.
12711
12712 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12713
12714         * Makefile.in: define M4, and pass it down to sub-makes;
12715         all-autoconf now depends on all-m4
12716
12717 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12718
12719         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12720         presence of {ar,ranlib} instead of a configured directory
12721
12722 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
12723
12724         * config.guess: Accept 34?? as well as 33?? for NCR.
12725
12726 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12727
12728         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12729         of 'gas' in sed commands, since 'gash' is now in the tree as well.
12730
12731 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12732
12733         * configure: grab values for $(CC) and $(CXX) from the
12734         environment, so that someone can do "CC=gcc configure; make" and
12735         have it work right (matching the way that autoconf works now)
12736
12737         * configure.in, Makefile.in: add support for gash, the tcl
12738         interface to Galaxy
12739
12740         * config.guess: add NetBSD variants (hp300, x86)
12741
12742 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
12743
12744         * install.sh: Support -d option (in the manner of SunOS 4 install,
12745         as it is more deterministic than that of GNU install)
12746         (chmodcmd): Set file to mode 755 by default (should also do default
12747         chgrp and chown, but I don't feel like dealing with that now)
12748
12749 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
12750
12751         * config.sub: Remove h8300hhms alias.
12752
12753 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12754
12755         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12756
12757 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12758
12759         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12760         as stmp-fixinc
12761
12762 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12763
12764         * config.sub: recognize m88110-bug-coff.
12765
12766 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12767
12768         * Makefile.in (all-libio): all dependencies on the toolchain used
12769         to build this (gcc, gas, ld, etc)
12770
12771 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12772
12773         * config.guess: Deal with OSF/1 1.3 on alpha.
12774
12775 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12776
12777         * install.sh: add some 'else true' clauses for portability
12778
12779         * configure.in: don't build libio for h8[35]00-*-* targets
12780
12781 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12782
12783         * Makefile.in:  Add support for new libio.
12784
12785 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12786
12787         * install.sh: If one command fails, don't try the rest.  Don't try
12788         to remove $dsttmp (via trap) unless we have already created it.
12789         If $src doesn't exist, detect it and exit with an error.
12790
12791         * config.guess: Recognize BSD on hp300.
12792
12793 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12794
12795         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12796         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12797
12798 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
12799
12800         * Makefile.in (all-send-pr): depends on all-prms
12801
12802 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12803
12804         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12805
12806 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12807
12808         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12809         Added test for mips-mips-riscos5.
12810
12811 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12812
12813         * configure.in: use mh-hp300 for 68k HP hosts
12814
12815 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12816
12817         * configure: add support for CONFIG_SHELL, so that you can use
12818         some alternate shell for evaluating configure scripts
12819
12820 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
12821
12822         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
12823         in configure script to bug-gdb@prep.ai.mit.edu when building
12824         distribution archive.
12825         * Makefile.in (COMPRESS):  Remove def.
12826         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
12827         gdb.tar.Z and make-gdb.tar.Z respectively.
12828         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
12829         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
12830         to convergence with 'taz' target in Makefile.in.
12831
12832 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12833
12834         * install.sh (dsttmp): use trap to ensure that tmp files go
12835         away on error conditions
12836
12837 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12838
12839         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12840
12841 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12842
12843         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12844         its parent is '/' not ''.
12845
12846         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12847
12848 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
12849
12850         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12851         that ${newsrcdir}/configure.in does.
12852
12853 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12854
12855         * test-build.mk: support for CONFIG_SHELL
12856
12857 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
12858
12859         * config.sub (netware):  Add as a basic system type.
12860
12861 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12862
12863         * Makefile.in (Makefile): depend on configure.in.  Also drop the
12864           $(srcdir)/ from the dependency on Makefile.in.
12865
12866 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
12867
12868         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12869         (h8300hhms is temporary until multi-libraries are implemented).
12870         * configure.in: Handle h8300h too.
12871
12872 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12873
12874         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12875
12876 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
12877
12878         * configure:  Remove extraneous output when guessing host type.
12879         * config.guess:  Remove extraneous output when guessing using C
12880         compiler rather than uname, or when guessing fails.
12881
12882 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12883
12884         * Makefile.in: remove all.cross and install.cross targets
12885
12886         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12887           definitions
12888
12889 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
12890
12891         * configure.in (target sh): Build gprof.
12892
12893 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12894
12895         * config.sub: change -solaris to -solaris2
12896
12897 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12898
12899         * configure.in: Use config/mh-riscos for mips-*-sysv*.
12900
12901 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
12902
12903         * configure: Correct error message for missing Makefile.in to
12904         print correct directory.
12905
12906 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12907
12908         * install.sh: kludge around 386BSD shell bug
12909
12910 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
12911
12912         * config.guess:  Recognize NeXT.
12913         * config.guess:  Recognize i486-ncr-sysv4.
12914         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
12915
12916 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
12917
12918         * Makefile.in (MAKEINFOFLAGS): New variable.
12919         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12920         * build-all.mk, test-build.mk: Pass down --no-split as
12921         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
12922
12923 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
12924
12925         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
12926
12927 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
12928
12929         * Makefile.in (libg++.tar.z):  New rule.
12930         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
12931         * Makefile.in (taz):  Only do a single chmod.
12932
12933 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12934
12935         * install.sh: don't use dirname anymore (replaced with sed usage)
12936
12937 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
12938
12939         * Makefile.in:  Change extension for gzip'd files from '.z' to
12940         '.gz' per new FSF standard usage.
12941
12942 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12943
12944         * configure: put quotes around the final value of program_transform_name
12945
12946 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12947
12948         * Makefile.in: new install.sh support; update install-info rules
12949
12950 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
12951
12952         * configure.in: Build diff for crosses, but not for go32 host.
12953
12954         * configure.in: Build gprof only for native, and don't build it
12955         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
12956
12957 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
12958
12959         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
12960
12961 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12962
12963         * configure.in (host_tools): Add prms.
12964
12965 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12966
12967         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
12968         with $(FLAGS_TO_PASS) on the command line
12969
12970         * config.sub: Recognize lynx and lynxos
12971
12972 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
12973
12974         * config.sub: Accept -ecoff*, not just -ecoff.
12975
12976 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12977
12978         * Makefile.in (taz): Use .gz suffix instead of .z.
12979         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
12980         names.
12981
12982 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12983
12984         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
12985
12986 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12987
12988         * Makefile.in (install-no-fixedincludes):  install gcc last, so
12989         that rebuilds that might happen during 'make install' don't get
12990         bogus gcc include files
12991
12992 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12993
12994         Change from Utah for HPPA support:
12995         * config.guess: Recognize hppa1.x-hp-bsd.
12996
12997 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
12998
12999         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
13000         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13001
13002 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13003
13004         * config.sub: Add support for rom68k and bug boot monitors.
13005
13006 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
13007
13008         * Makefile.in: Make all-opcodes depend on all-bfd.
13009
13010 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13011
13012         * config.guess: Added special check for i[34]86-univel-sysv4*.
13013
13014 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
13015
13016         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13017         the processor rather than assuming i486.
13018
13019 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13020
13021         * config.guess: Recognize SunOS6 as Solaris3.
13022
13023 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
13024
13025         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
13026         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13027
13028 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
13029
13030         * build-all.mk (all-cross): New target for Canadian Cross.
13031         Added Q2 go32 targets.
13032         * test-build.mk: Configure go32 cross sparclite-aout and
13033         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
13034         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13035
13036 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13037
13038         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13039         GO32 hosted toolchains
13040
13041 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13042
13043         * configure: change  so "-exec-prefix" gets passed down rather
13044         than "-exec_prefix" so autoconf generated Makefiles get the
13045         exec_prefix set right.
13046
13047 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13048
13049         * config.guess: get the Solaris2 minor version number
13050
13051         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13052
13053 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13054
13055         * config.guess: Recognize some Sequent platforms.
13056
13057 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13058
13059         * Makefile.in: added the vault-install target
13060
13061         * configure.in: actually use the Sun3 makefile fragment that's in
13062         config, also added the release dir to configdirs
13063
13064 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13065
13066         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13067
13068 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13069
13070         * configure.in: remove some program from Alpha targetted toolchains
13071
13072 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
13073
13074         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
13075         gprof.
13076         (taz): Run "make diststuff" in those directories instead of "make
13077         proto-dir".  Look for "VERSION=" only at start of line in subdir
13078         Makefile.  Use "gzip -9" for compression.
13079         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13080         (binutils.tar.z): New target.
13081
13082 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13083
13084         * Makefile.in (taz): Include gpl.texinfo.
13085
13086 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13087
13088         * Makefile.in (setup-dirs): Merged into "taz" target.
13089         (taz): Only do `proto-dir' stuff if a directory is actually needed
13090         for this target.
13091
13092 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
13093
13094         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13095         (FLAGS_TO_PASS): Pass down MUNCH_NM.
13096         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13097         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13098         (gcc-no-fixedincludes): Correct for current gcc Makefile.
13099
13100 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
13101
13102         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
13103         config.sub, and move-if-change to gdb testsuite distribution
13104         archive, so the testsuite can be extracted, configured, and
13105         run separately from the gdb distribution.  Blow away the Chill
13106         tests that require a Chill compiled executable, since GNU Chill
13107         is not yet publically available.
13108
13109 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13110
13111         * test-build.mk: set environment variables in a single command,
13112         instead of a list of assignments and exports
13113
13114         * config.guess: recognize Alpha/OSF1 systems
13115
13116 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13117
13118         * configure: Change help message to prefer --options rather than
13119           -options.
13120
13121 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13122
13123         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13124         zippy@ecst.csuchico.edu.
13125         * config.guess: Recognize miniframe.
13126
13127 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13128
13129        * Makefile.in: Use srcroot to find runtest rather than rootme.
13130        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13131
13132 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13133
13134         * test-build.mk: Extensive additions to support building on a
13135         machine other than the host.
13136
13137 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13138
13139         * configure (tooldir): Fix for i386-aix again.
13140
13141 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
13142
13143         * configure, Makefile.in:  Change definition of $(tooldir)
13144         to match the FSF.
13145
13146 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
13147
13148         * config.guess:  Recognize i[34]86/SVR4.
13149
13150 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13151
13152         * Makefile.in (all-gdb): gdb depends on sim.
13153
13154 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
13155
13156         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
13157         at the same time we make the prototype gdb directory.
13158         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
13159         files at the same time as the gdb base release distribution.
13160
13161 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
13162
13163         * Makefile.in (check): Use individual check targets rather than
13164         DO_X rule.
13165         (check-gcc): Added.
13166
13167 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
13168
13169         * config.sub: Use sysv3.2 not sysv32 for canonical OS
13170         for System V release 3.2.
13171
13172 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13173
13174         * config.sub: Recognize hppaosf.
13175         * configure.in: Do configure ld/binutils/gas for it.
13176
13177 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13178
13179         * configure (tooldir): Alter syntax used to set this, for systems
13180         where "\$" isn't handled right, like i386-aix.
13181
13182 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13183
13184         * configure: Pass program-transform-name, not
13185         program_transform_name, to recursive configures.
13186
13187 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
13188
13189         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13190         of gas+ld+binutils.
13191
13192 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
13193
13194         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
13195
13196 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13197
13198         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13199
13200 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13201
13202         * Makefile.in (PRMS): Set back to all-prms.
13203
13204 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13205
13206         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13207         targets, rather than for MIPS hosts.
13208
13209 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13210
13211         * configure.in: add comment for --with-x default values
13212
13213         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13214
13215         * Makefile.in: add check-* targets for each of the directories in
13216         the tree.  Add a definition of RUNTEST that will use the one we
13217         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
13218
13219 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
13220
13221         * configure.in: Removed obsolete references to bfd_target and
13222         target_makefile_frag.
13223
13224         * build-all.mk: Set assorted targets for Q2.
13225         * config.sub: Recognize z8k-sim and h8300-hms.
13226         * test-build.mk: Really don't pass host to configure.
13227         (HOLES): Added uname.
13228
13229 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
13230
13231         * configure: Handle an empty program-prefix, program-suffix or
13232         program-transform-name correctly.
13233
13234 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13235
13236         * build-all.mk: -G 8 no longer required for MIPS targets.
13237         * test-build.mk: Don't pass host argument to configure; make it
13238         guess.
13239
13240 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
13241
13242         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
13243         * Makefile.in (COMPRESS):  New macro, like GZIP.
13244
13245 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13246
13247         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13248
13249         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13250         with gas currently defaults to -G 0.
13251
13252 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
13253
13254         * Makefile.in (all-flex): flex depends on byacc.
13255
13256         * build-all.mk: If host not specified, use config.guess.  Pass TAG
13257         to test-build.mk as RELEASE_TAG.
13258         * test-build.mk (configargs): New variable containing arguments to
13259         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
13260         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13261
13262         * config.guess: Use /bin/uname when checking -X argument on SCO,
13263         to avoid invoking GNU uname which doesn't understand -X.
13264
13265         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13266
13267         * configure.in: Build gas for mips-*-*.
13268
13269 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13270
13271         * Makefile.in (all.normal): insert missing backslash.
13272
13273 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13274
13275         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13276
13277         * Makefile.in: Complete overhaul to merge many almost identical
13278         targets.
13279
13280 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13281
13282         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13283         (gdb.tar.Z): Adjusted.
13284
13285         * Makefile.in (setup-dirs, taz): New targets; should be general
13286         enough to adapt for gdb sometime.  Build only .z file.
13287         (gas.tar.z): New target.
13288
13289 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13290
13291         * build-all.mk: Use CC=cc -Xs on Solaris.
13292
13293 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
13294
13295         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
13296         for handling BISON for FSF releases.
13297
13298 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13299
13300         * configure: Actually implement the change zoo just documented.
13301
13302 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
13303
13304         * configure: when using config.guess, only set target_alias when
13305         it's not already been set (ie, on the command line)
13306
13307 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13308
13309         * Makefile.in: add installcheck target, set PRMS to install-prms
13310
13311 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13312
13313         * configure: add support for package_makefile_fragment, handle the
13314         case where a directory has a configure.in file but no Makefile.in
13315         more gracefully (with an actual understandable error message, even);
13316         add support for --without (and add this to the usage message); also
13317         explicitly add a --host=${host_alias} to the command line when
13318         config.guess is used
13319
13320 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13321
13322         * configure: Must use both --host and --target in recursive calls.
13323
13324 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13325
13326         * Makefile.in: Change deja-gnu to dejagnu.
13327
13328 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13329
13330         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13331
13332 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13333
13334         * configure.in: canonicalize all instances to *-*-solaris2*,
13335         also strip out a number of tools to not build for go32 host
13336
13337 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13338
13339         * config.guess: add GPL.
13340
13341         * Makefile.in, config.guess, config.sub, configure: bump
13342           copyrights to 93.
13343
13344 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
13345
13346         * Makefile.in (do-info): Removed obsolete check for existence of
13347         localenv file.
13348
13349         * Makefile.in (MAKEOVERRIDES): Define to be empty.
13350
13351 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13352
13353         * Makefile.in: a couple of 'else true' for decstation,
13354         support for TclX
13355
13356         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13357
13358 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
13359
13360         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13361
13362 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
13363
13364         * config.guess: Recognize i386-ibm-aix (PS/2).
13365         * configure.in: Use config/mh-aix386 file for it.
13366
13367 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
13368
13369         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13370         CC_FOR_TARGET instead.
13371         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13372
13373 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
13374
13375         * Makefile.in: Add sim to list of directories sent with gdb
13376
13377 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13378
13379         * configure.in: Put back mips-dec-bsd* case.
13380
13381 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
13382
13383         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13384         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
13385         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13386
13387 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13388
13389         * configure.in: remove no-op mips-dec-bsd* in "case $target"
13390
13391         * Makefile.in (dir.info): only run gen-info-dir if it exists,
13392         (install-info): install dir.info only if it exists,
13393         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13394
13395 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
13396
13397         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
13398         gas for mips-dec-bsd.
13399
13400 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
13401
13402         * configure (makesrcdir): If ${srcdir} is relative and not ".",
13403         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13404
13405 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13406
13407         * configure.in: Added "dejagnu" to hosttools list.
13408
13409 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
13410
13411         * config.sub, configure.in, config.guess:  Add support
13412         for Bosx, an AIX variant from Bull.
13413         Patches from F.Pierresteguy@frcl.bull.fr.
13414
13415 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13416
13417         * devo/dejagnu: Initial creation of devo/dejagnu.
13418         Migrated dejagnu testcases and support files for testing software
13419         tools to reside as subdirectories, currently called "testsuite",
13420         within the directory of the software tool.  Migrated all programs,
13421         support libraries, etc. beloging to dejagnu proper from
13422         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
13423         with no modifications.  The changes to these files which will
13424         allow them to configure, build, and execute properly will be made
13425         in a future update.
13426
13427 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13428
13429         * Makefile.in: Change send_pr to send-pr.
13430         * configure.in: Likewise.
13431         * send_pr: Renamed directory to send-pr.
13432
13433 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
13434
13435         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
13436
13437 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
13438
13439         * README:  Update for gdb-4.8 release.
13440         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
13441         gdb-xxx.tar.z (gzip'd) file also.
13442
13443 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13444
13445         * Makefile.in: make all-diff depend on all-libiberty
13446
13447 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
13448
13449         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13450
13451 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13452
13453         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13454
13455 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
13456
13457         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
13458         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
13459         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
13460
13461 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13462
13463         * Makefile.in:  makeinfo binary is in a new location
13464
13465 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
13466
13467         * config.sub: Accept -ecoff as an OS.
13468
13469         * Makefile.in: Various changes to eliminate a level of make
13470         recursion and reduce the required command line length.
13471         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13472         sub-makes.
13473         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13474         variables holding settings for specific sub-makes.
13475         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13476         in terms of BASE_FLAGS_TO_PASS.
13477         (TARGET_LIBS): New variable listing directories which use
13478         TARGET_FLAGS_TO_PASS.
13479         (subdir_do): Eliminated.
13480         (do-*): New set of targets to replace subdir_do.
13481         (various): All targets which used subdir_do now depend on do-*.
13482         (local-clean): Renamed from do_clean.
13483         (local-distclean): New target, dependency of distclean and
13484         realclean.
13485         (install-info): Don't create directories.  Depend on dir.info
13486         rather than calling make recursively.
13487         (install-dir.info): Eliminated.
13488         (install-info-dirs): Create all info directories here.
13489         (dir.info): Depend upon do-install-info.
13490
13491         * test-build.mk (HOLES): Added false.
13492
13493 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
13494
13495         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
13496
13497 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13498
13499         * Makefile.in (info): remove dependency on all-texinfo.  The
13500         problem was really in texinfo/C, not at this level.
13501
13502 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13503
13504         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13505
13506 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
13507
13508         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
13509         GDB releases.
13510
13511 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13512
13513         * configure: Include srcdir in message about target of link not
13514         being found.  Don't convert `-' to `_' in `with' options being
13515         passed to subdirs.
13516
13517 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13518
13519         * configure.in: add uudecode to host_tools
13520
13521         * Makefile.in: added {all,install}-uudecode targets, added them to
13522         the appropriate lists
13523
13524 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
13525
13526         * Makefile.in (all-gcc): Added dependency on all-gas.
13527
13528         * configure.in (mips-*-*): Build ld and binutils.
13529
13530 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13531
13532         * configure: check return code from mkdir, print error message and
13533           exit on failure.
13534
13535 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
13536
13537         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
13538
13539 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13540
13541         * test-build.mk (HOLES): Added tar, cpio and uudecode.
13542
13543 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13544
13545         * config.sub (h8500):  Recognize this as a cpu type.
13546
13547 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13548
13549         * configure: source directory missing is no longer a warning
13550
13551         * configure.in: recognize irix[34]* instead of irix[34]
13552
13553         * Makefile.in: define and pass down X11_LIB
13554
13555 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
13556
13557         * guess-systype: Renamed to ...
13558         * config.guess:  ... by popular request.
13559         * configure.in, Makefile.in:  Update accordingly.
13560
13561 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
13562
13563         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
13564         + Add Convex, Cray/Unicos, and Encore/Multimax support.
13565         + Execute ./dummy instead of assuming . is in PATH.
13566
13567 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
13568
13569         * guess-systype:  New shell script.  Attempts to guess the
13570         canonical host name of the executing host.
13571         Only a few hosts are supported so far.
13572         * configure:  Call guess-systype if no host is specified.
13573
13574 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13575
13576         * Makefile.in (gcc-no-fixedincludes): Made to work with current
13577         gcc Makefile.
13578
13579
13580 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
13581
13582         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13583         (all-gcc, install-gcc, subdir_do): Use it.
13584
13585 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13586
13587         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13588
13589 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
13590
13591         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13592           set exclusively by configure, using configure.in .
13593
13594 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13595
13596         * test-build.mk: set $PATH for all builds
13597
13598         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13599
13600 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
13601
13602         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
13603         the one used in gcc/Makefile.in, so that a null expansion doesn't
13604         override the one needed to build gcc with a native cc.
13605
13606
13607 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13608
13609         * configure: Accept -with arguments.
13610
13611 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13612
13613         * Makefile.in: added h8300sim
13614
13615 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
13616
13617         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13618         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
13619         (all-cygnus, native, build-cygnus): Make
13620         $(canonhost)-stamp-3stage-done, not $(host)....
13621         * test-build.mk (stamp-3stage-compared): Use tail +10c for
13622         i386-sco3.2v4.  Added else true to if command.
13623
13624 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
13625
13626         * config.sub: (from FSF) Sequent uses a BSD-like OS.
13627
13628 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
13629
13630         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13631
13632 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13633
13634         * configure.in: don't remove binutils from Solaris builds
13635
13636 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
13637
13638         * Makefile.in: get rid of earlier definitions for *clean,
13639         also handle the recursive info rule better
13640
13641 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
13642
13643         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
13644         do more-or-less the right thing.
13645
13646 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
13647
13648         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13649         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13650
13651 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13652
13653         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13654         $(host_canonical).
13655
13656         * configure.in: split the configdirs list into 4 categories (native
13657         v. cross, library v. tool) and handle the cross-only and native-
13658         only in more reasonable (and correct!) way.
13659
13660 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
13661
13662         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
13663         configdirs anymore.
13664
13665 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13666
13667         * Makefile.in: extensive cleanup::  removed all of the explicit
13668         clean-* targets, collapsed many wrappers around subdir_do into
13669         one, added additional targets to satisfy standards.texi, deleted
13670         some old targets, some changes for consistency
13671
13672 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13673
13674         * configure.in: handle some programs as cross-only, and others as
13675         native only
13676
13677         * test-build.mk: handle partial holes in a more generic manner
13678
13679         * Makefile.in: m4 depends on libiberty
13680
13681 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13682
13683         * configure.in: add m4, textutils, fileutils, sed, shellutils,
13684         time, wdiff, and find to configdirs
13685
13686         * Makefile.in: all, clean, and install rules for the new programs
13687         added to configure.in
13688
13689 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13690
13691         * configure.in: use mh-sun for all *-sun-* hosts
13692
13693 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13694
13695         * Makefile.in: define flags for X11 include files and library file
13696         locations, pass them down to the programs that need this info
13697
13698         * build-all.mk: added a 'native' target, to 3stage the native toolchain
13699
13700 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13701
13702         * configure.in: start building libg++ for HP-UX targets
13703
13704 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
13705
13706         * README:  Update references to files moved into etc/.
13707
13708 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
13709
13710         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
13711         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
13712
13713 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13714
13715         * configure: accept dash as well as underscore in long option
13716         names for FSF compatibility.
13717
13718 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
13719
13720         * config.sub: added -sco3.2v4 support from FSF.
13721
13722 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13723
13724         * configure.in: expand the section that adds or removes
13725         directories from the list of programs to build, to handle native
13726         vs. cross in addition to host v. native
13727
13728 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
13729
13730         * Makefile.in:  Replace C++ in macro names with CXX.
13731         This is less likely to break ...
13732
13733 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13734
13735         * test-build.mk: add -w to GNU_MAKE
13736
13737 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13738
13739         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13740         add 'sparc' to list of recognized cpus.  This needed to make
13741         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13742         Delete some redundant ose68 variants.  Recognize -wrs as an os,
13743         then changes that into $CPU-wrs-vxworks.
13744
13745         * configure.in: remove most references to gdbtest, regularize
13746         target based program removal
13747
13748         * test-build.mk: import from p3 tree (many fixes and changes)
13749
13750 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
13751
13752         * Makefile.in: added rules to handle tcl, tk, and expect
13753
13754         * configure.in: handle those directories if they exist
13755
13756 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13757
13758         * config.sub: removed bogus hppabsd and hppahpux names, since
13759         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13760
13761 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13762
13763         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
13764         depends upon all-xiberty
13765
13766         * Makefile.in: changes from p3, including:
13767
13768         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
13769
13770         * Makefile.in (XTRAFLAGS): include newlib directories if
13771         newlib/Makefile exists, rather than if host != target.
13772
13773         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
13774
13775         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13776         from the same source tree and not building a cross-compiler.  This
13777         matters for the libg++ configuration if reconfiguring a tree that
13778         has already been installed.
13779
13780         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
13781
13782         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13783         pick up the machine and system specific header files.
13784
13785         * Makefile.in: added AS_FOR_TARGET, passed down in
13786         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13787         the C compiler to use to create programs which are run in the
13788         build environment, set it to default to $(CC), and passed it down
13789         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13790
13791         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
13792
13793         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13794         We need them for unusual native builds, like systems without
13795         ranlib.
13796
13797         * configure: also define $(host_canonical) and
13798         $(target_canonical), which are the full, canonical names for the
13799         given host and target
13800
13801 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
13802
13803         * Makefile.in:  Added separate definitions for C++.
13804
13805 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
13806
13807         * configure.in (configdirs):  Add deja-gnu.
13808
13809 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
13810
13811         * README:  Update for configure.texi and gdb-4.7 release.
13812
13813 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
13814
13815         * Makefile.in:  Move "all" target to top of file.
13816         Previously, first target was ".PHONY" which caused BSD4.4 make
13817         to build .PHONY when make was run without arguments.
13818
13819 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
13820
13821         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
13822         Library-copylefted code in libiberty.
13823
13824 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
13825
13826         * config.sub:  Replace m68kmote with plain old m68k.
13827
13828 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
13829
13830         * Makefile.in:  Remove space from blank line, avoid Make complaints.
13831
13832 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
13833
13834         * config.sub: Complain if no argument is given.  Added support for
13835         386bsd as OS and target alias.
13836
13837 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
13838
13839         * Makefile.in (XTRAFLAGS): include newlib directories if
13840         newlib/Makefile exists, rather than if host != target.
13841
13842 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
13843
13844         * config.sub: recognize sparclite-wrs-vxworks.
13845
13846         * Makefile.in (install-xiberty): added *-xiberty make rules (from
13847         p3.) Added clean-xiberty to clean.
13848
13849 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13850
13851         * configure.in: use *-*-* instead of nested cases for host and target
13852
13853 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
13854
13855         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13856         from the same source tree and not building a cross-compiler.  This
13857         matters for the libg++ configuration if reconfiguring a tree that
13858         has already been installed.
13859
13860 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
13861
13862         * config.sub (i486v/i486v4):  Merge in from FSF version.
13863
13864 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
13865
13866         * configure: only set PWD if it is already set.
13867
13868 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
13869
13870         * configure: just set PWD=`pwd` at the top, since Ultrix sh
13871         doesn't have unset and all success paths (and most error paths)
13872         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13873         to just ${PWD} to avoid confusion.)
13874
13875 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
13876
13877         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13878         even for a native compilation.
13879
13880 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
13881
13882         Changes to make the gdb.tar.Z rule work better.
13883
13884         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
13885         (DEVO_SUPPORT):  Add configure.texi.
13886         (bfd-ilrt.tar.Z):  Remove ancient rule.
13887
13888 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
13889
13890         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13891         pick up the machine and system specific header files.
13892
13893         * configure.in, config.sub: added new target m68010-adobe-scout,
13894         with alias of adobe68k.  Changed configure.in to check for
13895         -scout before -sco* to avoid a false match.
13896
13897         * Makefile.in: added AS_FOR_TARGET, passed down in
13898         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13899         the C compiler to use to create programs which are run in the
13900         build environment, set it to default to $(CC), and passed it down
13901         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13902
13903 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13904
13905         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13906         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
13907         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13908         FOR_TARGET variants, to newlib and libg++.
13909
13910 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13911
13912         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13913         first.
13914
13915 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
13916
13917         * config.sub:  Accept `elf' as an environment.
13918
13919 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13920
13921         * Makefile.in (all-opcodes):  cd into the right directory
13922
13923 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
13924
13925         * configure: added -program_transform_name option, used as
13926         argument to sed when installing programs.
13927         configure.texi: added documentation for -program_prefix,
13928         -program_suffix and -program_transform_name.
13929
13930 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
13931
13932         * config.sub:  Accept i486 where i386 ok.
13933
13934 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
13935
13936         * config.sub: accept we32k
13937
13938 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
13939
13940         * config.sub, configure.in: accept OSE68000 and OSE68k.
13941
13942         * Makefile.in: don't create all directories for ``make install'';
13943         let the subdirectories create the ones they need.
13944
13945 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13946
13947         * COPYING: new file, GPL v2
13948
13949 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13950
13951         * Makefile.in: use the new gen-info-dir, which needs a template
13952         argument (which also lives in texinfo)
13953
13954         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
13955
13956 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
13957
13958         * config.sub (ncr3000):  Change i386 to i486.
13959
13960 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13961
13962         * Makefile.in: add install-rcs, install-grep to
13963         install-no-fixedincludes, removed install-bison and install-libgcc
13964
13965 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
13966
13967         * configure.in: grab the HPUX makefile fragment if on HPUX
13968
13969 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
13970
13971         * Makefile.in: eradicate bison spoor (ditto libgcc).
13972          configure.in: recognise m68{k,000}-ericsson-OSE.
13973          es1800 is alias for m68k-ericsson-OSE
13974
13975 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13976
13977         * configure.in: rearrange the parts that remove programs from
13978         configdirs, based now on HOST==TARGET or by canonical triple.
13979
13980 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13981
13982         * test-build.mk: recurse explicitly with -f test-build.mk when
13983           appropriate.  predicate stage3 and comparison on the existence
13984           of gcc.  That is, if gcc isn't around, we aren't three-staging.
13985           On very clean, also remove ...stamp-co.  Build in-place before
13986           doing other builds.
13987
13988 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13989
13990         * Makefile.in, configure.in: add tgas
13991
13992 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13993
13994         * Makefile.in: a number of changes merged in from progressive.
13995
13996         * configure.in: add libm.
13997
13998         * .cvsignore: ignore some stuff that comes from test-build.mk.
13999
14000 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
14001
14002         * config.sub:  Add es1800 (m68k-ericsson-es1800).
14003
14004 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14005
14006         * configure: Add program_suffix (parallel to program_prefix)
14007         * Makefile.in: adjust directory-creating script for losing decstation
14008
14009 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
14010
14011         * configure:  Minor $subdir-related fixes.
14012
14013 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14014
14015         * configure: fix various problems with propogating
14016         makefile_target_frag in subdirs.
14017         * configure.in: config libgcc if its there
14018
14019 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
14020
14021         * config.sub:  HPPA merge.
14022
14023 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
14024
14025         * Makefile.in:  Replace all-bison with all-byacc in all
14026         dependency lines for other tools (which now use byacc).
14027
14028 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
14029
14030         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
14031
14032 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
14033
14034         * Makefile.in: make gprof rules similar to byacc rules (instead of
14035         vestigal $(unsubdir) that didn't work...)
14036
14037 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
14038
14039         * config.sub:  Add support for Linux.
14040         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
14041         (at least for libg++).
14042
14043 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
14044
14045         * configure.texi: fix doc for the -nfp option to configure
14046
14047 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
14048
14049         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14050
14051 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
14052
14053         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14054         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14055         * configure.in: added solaris* host_makefile_frag hook.
14056
14057 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14058
14059         * config.sub: changed recognition of m68000 so that various
14060         m68k types can be specified via m680[01234]0
14061
14062 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14063
14064         * config.sub (basic_machine): fix sed so that '-foo' isn't
14065         completely substituted out while .+'-foo' loses the '-foo'
14066
14067 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14068
14069         * config.sub ($os): Add -aout.
14070
14071 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
14072
14073         * configure:  If host_makefile_frag is absolute, don't
14074         prefix ${invsubdir} (relevant to libg++ auto-configure).
14075
14076 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14077
14078         * Makefile.in (tooldir): Define it.
14079         (all-ld): Depend on all-flex.
14080
14081 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
14082
14083         * Makefile.in (check):  Fix libg++ special case.
14084
14085 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
14086
14087         * configure: do not bury `pwd` into config.status, thus do fewer
14088           pwd's.
14089
14090         * configure: print the "Building in" message only when building in
14091           other than "." AND verbose.
14092
14093         * configure: remove -s, rework -v to better accomodate guested
14094           configures.
14095
14096         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14097
14098 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
14099
14100         * Makefile.in: macroize flags passed on recursion.  remove
14101           fileutils.
14102
14103 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
14104
14105         * configure: get makesrcdir right for subdirs deeper than 1.
14106
14107         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14108           install.
14109
14110 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
14111
14112         * Makefile.in: don't print subdir_do or recursion lines.
14113
14114 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
14115
14116         * standards.texi: added menu item.
14117
14118         * Makefile.in: build and install standards.info.
14119
14120         * standards.texi: new file.
14121
14122 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14123
14124         * configure: test for and move config.status pieces from
14125           ${subdir}/.
14126
14127 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
14128
14129         * configure:  Test for existance of files before trying to mv
14130         them, to avoid numerous non-existance messages.
14131
14132 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
14133
14134         * configure: correct final line of config.status.
14135
14136         * configure: patch from eggert.  Avoids a protection problem if
14137           the original Makefile.in is read only.
14138
14139         * configure: use move-if-change from gcc to create config.status.
14140           Some makefiles depend on config.status to tell if a directory
14141           has been reconfigured for a different host.  This change
14142           prevents those directories from remaking everything in the case
14143           where the reconfig was only intended to rebuild a Makefile.
14144
14145         * configure: test for config.sub with "config.sub sun4" rather
14146           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
14147           host alias from a missing config.sub.
14148
14149 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14150
14151         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14152           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
14153
14154 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
14155
14156         * configure: mkdir ${subdir} as needed.
14157
14158 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
14159
14160         * Makefile.in,configure.in: added autoconf.
14161
14162 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14163
14164         * Makefile.in: no longer pass against on recursion.
14165
14166         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14167           definitions are not inherited.
14168
14169         * configure: correct makesrcdir when subdir is .
14170
14171 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
14172
14173         * configure:  Add support for 'subdirs' variable, which is
14174         like 'configdirs', except that configure doesn't re-invoke
14175         itself for subdirs, it just creates a Makefile for each subdir.
14176         * configure.texi:  Document subdirs.
14177
14178 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14179
14180         * configure.in: added flex to configdirs
14181
14182 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
14183
14184         * Makefile.in: remove clean-stamps from clean.
14185
14186 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
14187
14188         * configure.in:  Add gdbtest to configdirs.
14189
14190 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
14191
14192         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
14193         to recursive makes.
14194         * configure.in:  Recognize new ncr3000 config.
14195
14196 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
14197
14198         * Makefile.in, configure.in: removed references to gdbm.
14199
14200 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
14201
14202         * config.sub:  Don't canonicalize os value
14203         newsos* to bsd (readline needs to check for newsos).
14204         (This fix was earlier made Jan 31, but got re-broken.)
14205
14206 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
14207
14208         * configure.in:  sco is an os, not a vendor!
14209
14210         * configure:  Quote $( better.  Keep various shells happy.
14211
14212 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
14213
14214         * Makefile.in: eliminate stamp-files.
14215
14216 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
14217
14218         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
14219           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14220
14221 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
14222
14223         * config.sub:  fix iris/iris3.
14224
14225 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
14226
14227         * configure: re-add -rm.
14228
14229 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
14230
14231         * Maskefile.in: add .stmp-rcs to all.
14232
14233         * configure.in: remove gas from rs6000 build, use aix host fragment.
14234
14235 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
14236
14237         * configure: pass down site_option during recursion.
14238
14239 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
14240
14241         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
14242
14243 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
14244
14245         * configure: Change exec_prefix so that it really defaults to prefix.
14246
14247 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
14248
14249         * Makefile.in, configure.in:  Add support for mmalloc library.
14250
14251 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
14252
14253         * Makefile.in: add stmp dependencies for a few more things.
14254
14255 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
14256
14257         * configure: adjusted error message on objdir/srcdir configure
14258           collision, per john's suggestion.
14259
14260         * Makefile.in: add libiberty stmp to all and all.cross.
14261
14262 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
14263
14264         * Makefile.in: remove force dependencies, add grep to all.
14265
14266 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
14267
14268         * Makefile.in: drop flex.  make stamp files work.
14269
14270         * configure: added test for conflicting configuration in srcdir,
14271           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
14272           gets cranky.  use relative paths for configure and srcdir
14273           whenever possible.  Send some error messages to stderr that were
14274           going to stdout.
14275
14276 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
14277
14278         * Makefile.in:  Fix libg++ rule to check for gcc directory
14279         before using gcc/gcc.  Also pass XTRAFLAGS.
14280
14281 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
14282
14283         * Makefile.in: added stmp-files so that directories aren't polled
14284           when they are already built.
14285
14286         * configure.texi: fixed a node pointer problem.
14287
14288 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
14289
14290         * config.sub configure.in gdb/configure.in
14291         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14292         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14293         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
14294
14295 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14296
14297         * configure: -recurring becomes -silent.  corrected help message
14298           for -site= option.
14299
14300         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14301
14302 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14303
14304         * configure: when building Makefile for crosses, replace
14305           tooldir and program_prefix.  default srcdir from location of
14306           config.sub.  remove "for host in hosts" and "for target in
14307           targets" loops.
14308
14309 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14310
14311         * Makefile.in: Do not pass bindir or mandir to cvs.
14312
14313 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
14314
14315         * Makefile.in, configure.in: removed traces of namesubdir,
14316           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
14317           copyrights to '92, changed some from Cygnus to FSF.
14318
14319         * configure.texi: remove most references to multiple hosts,
14320           multiple targets, subdirs, etc.
14321
14322         * configure.man: removed rcsid. reference config.sub not
14323           config.subr.
14324
14325         * Makefile.in: mkdir $(infodir) on install-info.
14326
14327 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
14328
14329         * configure.texi:  Explain better about .gdbinit and about
14330         the environment that configure.in sections run in.
14331
14332 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
14333
14334         * configure.in:  Ultrix is only a decstation if it's a MIPS.
14335
14336 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
14337
14338         * README:  DOC.configure => cfg-paper.texi.
14339
14340 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
14341
14342         * config.sub (near case $os):  Don't convert newsos* to bsd!
14343
14344 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
14345
14346         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
14347         the number of copies of COPYING that go into the GDB tar file.
14348
14349 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
14350
14351         * bfd/configure.in, gdb/config/mh-i386sco,
14352         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14353         Fix SCO configuration stuff.
14354
14355 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
14356
14357         * Makefile.in:  For libg++, make sure the -I pointing
14358         to the gcc directory goes *after* all the libg++-local -I flags.
14359         Also, move just-gcc dependency from just-libg++ to all-libg++.
14360
14361 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
14362
14363         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
14364
14365 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
14366
14367         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
14368
14369 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
14370
14371         * config.sub:  Add stratus configuration frags.  Also
14372         submitted to FSF.
14373
14374 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
14375
14376         * Makefile.in (DEV_SUPPORT):  add configure.man.
14377
14378         * config.sub(Decode manufacturer-specific):  add -none*.
14379
14380 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
14381
14382         * Makefile.in:  remove form feeds to make Sun's make happy.
14383         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
14384
14385 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
14386
14387         * Makefile.in (AR_FLAGS):  Make quieter.
14388
14389 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
14390
14391         * configure.in:  Add libg++.
14392         * configure:  When verbose, don't output the command line at each
14393         level; it will be unremarkably the same as the previous version,
14394         which will be the same as what the user typed.
14395
14396 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
14397
14398         * configure.in, Makefile.in: fix clean-info, add flex.  add
14399           fileutils.
14400
14401         * configure: be less sensitive to spaces in Makefile.in.  Do not
14402           look for sources in "..".  Doing so breaks subdirectories that
14403           might have their own configure.  If a subdir has it's own
14404           configure script, use it.
14405
14406 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
14407
14408         * cfg-paper.texi: some changes suggested by rms.
14409
14410 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
14411
14412         * config.sub:  Merge in some small additions from the FSF version,
14413         taken from the gcc distribution, to bring the Cygnus and FSF
14414         versions into closer sync.
14415
14416 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
14417
14418         * configure.in:  Changed svr4 references to sysv4.
14419
14420 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
14421
14422         * configure: added -V for version number option.
14423
14424 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
14425
14426         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14427           renamed from DOC.configure to cfg-paper.texi.
14428
14429 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14430
14431         * configure, config.subr, config.sub: config.subr is now
14432           config.sub again.
14433
14434 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
14435
14436         * configure.texi: new file, in progress.
14437
14438         * Makefile.in: build info file and install the man page for
14439           configure.
14440
14441         * configure.man: new file, first cut.
14442
14443         * configure: find config.subr again now that configuration "none"
14444           has gone.  removed all traces of the -ansi option.  removed all
14445           traces of the -languages option.
14446
14447         * config.subr: resync from rms.
14448
14449 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
14450
14451         * configure, config.sub, config.subr: merge config.sub into
14452           config.subr, call the result config.subr, remove config.sub, use
14453           config.subr.
14454
14455         * Makefile.in: revised install for dir.info.
14456
14457 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
14458
14459         * configure.in: add decstation host makefile frag.
14460
14461         * Makefile.in: BISON now bison -y again.  also install-gcc on
14462           install.  clean-gdbm on clean.  infodir belongs in datadir.
14463           Make directories for info install.  Build dir.info here then
14464           install it.
14465
14466 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
14467
14468         * Makefile.in: fix for bad directory tests.
14469
14470 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
14471
14472         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
14473           regexp.  -srcdir relative was being handled incorrectly.
14474
14475         * Makefile.in: unwrapped some for loops so that parallel makes
14476           work again and so one can focus one's attention on a particular
14477           package.
14478
14479 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
14480
14481         * configure: added PWD as a stand in for `pwd` (for speed). use
14482           elif wherever possible.  make -srcdir work without -objdir.
14483           -objdir= commented out.
14484
14485 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
14486
14487         * configure: +options become --options.  -subdirs commented out.
14488           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
14489           Makefile now at top of generated Makefile.  Removed cvs log
14490           entries.  added -srcdir.  create .gdbinit only if there is one
14491           in ${srcdir}.
14492
14493         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
14494           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
14495           and mandir now keyed off datadir by default.
14496
14497 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
14498
14499         * Freshly created ChangeLog.
14500
14501 \f
14502 Local Variables:
14503 mode: change-log
14504 left-margin: 8
14505 fill-column: 76
14506 version-control: never
14507 End: