]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/blob - ChangeLog
toplevel:
[fpga/lx-cpu1/binutils-tumbl.git] / ChangeLog
1 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2
3         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5         * Makefile.in: Regenerate.
6
7 2011-11-01  DJ Delorie  <dj@redhat.com>
8
9         * configure.ac (rl78-*-*) New case.
10         * configure: Regenerate.
11
12 2011-11-01  DJ Delorie  <dj@redhat.com>
13
14         * config.sub: Update to version 2011-10-29 (added rl78)
15
16 2011-10-27  Nick Clifton  <nickc@redhat.com>
17
18         * config.sub: Import these changes from the config project:
19
20         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
21             Ben Elliston  <bje@gnu.org>
22
23         * config.sub (epiphany): New.
24
25         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
26             Ben Elliston  <bje@gnu.org>
27
28         * config.sub (hexagon, hexagon-*): New.
29
30         2011-08-23  Roland McGrath  <mcgrathr@google.com>
31
32         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
33         64eb to be64.
34
35         2011-08-16  Roland McGrath  <mcgrathr@google.com>
36
37         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
38         (nacl): Grok as alias for 32el-unknown-nacl.
39
40 2011-08-19  Joel Brobecker  <brobecker@adacore.com>
41
42         * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
43
44 2011-08-14  Yao Qi  <yao@codesourcery.com>
45
46         Merge from gcc:
47
48         2011-08-14  Yao Qi  <yao@codesourcery.com>
49         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
50         * configure: Regenerate.
51
52 2011-07-26  Ian Lance Taylor  <iant@google.com>
53
54         Merge from gcc:
55
56         2011-07-26  Ian Lance Taylor  <iant@google.com>
57         * configure.ac: Set have_compiler based on whether gcc directory
58         exists, rather than on whether gcc is in configdirs.
59         * configure: Rebuild.
60
61         2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
62         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
63         link directories.
64         * Makefile.in: Rebuild.
65
66         2011-07-20  Ian Lance Taylor  <iant@google.com>
67         PR bootstrap/49787
68         * configure.ac: Move --enable-bootstrap handling earlier in file.
69         If --enable-bootstrap and either --enable-build-with-cxx or
70         --enable-build-poststage1-with-cxx, enable C++ automatically.
71         * configure: Rebuild.
72
73         2011-07-19  Ian Lance Taylor  <iant@google.com>
74         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
75         make C++ a boot_language.  Set and substitute
76         POSTSTAGE1_CONFIGURE_FLAGS.
77         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
78         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
79         * configure, Makefile.in: Rebuild.
80
81         2011-07-16  Jason Merrill  <jason@redhat.com>
82         * Makefile.def (language=c++): Add check-c++0x and
83         check-target-libmudflap-c++.
84         * Makefile.tpl (check-target-libmudflap-c++): New.
85         * Makefile.in: Regenerate.
86
87         2011-07-16  Matthias Klose  <doko@ubuntu.com>
88         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
89         * Makefile.def (target_modules/libjava): Pass
90         $(EXTRA_CONFIGARGS_LIBJAVA).
91         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
92         if not configured with --enable-static-libjava.
93         * Makefile.in: Regenerate.
94         * configure: Likewise.
95
96         2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
97         PR regression/47836
98         PR bootstrap/23656
99         PR other/47733
100         PR bootstrap/49247
101         PR c/48825
102         * configure.ac (target_libraries): Remove target-libiberty.
103         Remove case-statement setting skipdirs=target-libiberty for
104         multiple targets.  Remove checking target_configdirs and
105         removing target-libiberty but keeping target-libgcc if
106         otherwise empty.
107         * Makefile.def (target_modules): Don't add libiberty.
108         (dependencies): Remove all traces of target-libiberty.
109         * configure, Makefile.in: Regenerate.
110
111 2011-07-22  Jason Merrill  <jason@redhat.com>
112
113         * Makefile.def (language=c++): Add check-c++0x and
114         check-target-libmudflap-c++.
115         * Makefile.tpl (check-target-libmudflap-c++): New.
116         * Makefile.in: Regenerate.
117
118 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
119
120         * configure: Regenerate.
121
122 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
123
124         PR target/39150
125         * configure.ac (i[3456789]86-*-solaris2*): Also accept
126         x86_64-*-solaris2.1[0-9]*.
127         * configure: Regenerate.
128
129 2011-06-13  Walter Lee <walt@tilera.com>
130
131         * configure.ac (tilepro-*-*) New case.
132         (tilegx-*-*): Likewise.
133         * configure: Regenerate.
134
135 2011-06-06  Nick Clifton  <nickc@redhat.com>
136
137         * config.sub: Sync from upstream.
138
139 2011-05-08  Doug Kwan  <dougkwan@google.com>
140
141         Merge from gcc:
142
143         2011-05-08  Doug Kwan  <dougkwan@google.com>
144
145                 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
146                 * configure: Regenerated.
147                 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
148                 value from configure.
149                 * Makefile.in: Regenerated.
150
151 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
152
153         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
154         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
155         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
156         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
157         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
158         *-*-vxworks*): Disable newlib and libgloss in separate case
159         statement.
160         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
161         to separate case statement.
162         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
163         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
164         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
165         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
166         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
167         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
168         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
169         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
170         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
171         i[[3456789]]86-*-rdos*, m32r-*-*,
172         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
173         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
174         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
175         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
176         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
177         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
178         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
179         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
180         and libgloss in main case over targets.  Remove most empty cases
181         in main case over targets.
182         * configure: Regenerate.
183
184 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
185
186         * configure.ac: Remove code setting special library locations for
187         hppa*64*-*-hpux11*.  Remove code setting compiler for
188         sparc-sun-solaris2*.
189         * configure: Regenerate.
190
191 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
192
193         * configure.ac: Separate libgloss_dir settings from general case
194         over targets.
195         * configure: Regenerate.
196
197 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
198
199         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
200         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
201         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
202         cases in libgcj-disabling case statement.
203         (hppa*64*-*-linux*): Set unsupported_languages instead of
204         disabling target-zlib.
205         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
206         to hppa*64*-*-hpux*.
207         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
208         hppa*-*-hpux*.
209         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
210         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
211         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
212         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
213         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
214         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
215         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
216         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
217         libgcj-disabling case statement.
218         * configure: Regenerate.
219
220 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
221
222         * configure.ac: Disable Java for targets not supporting libffi.
223         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
224         Remove cases in Java-disabling statement.
225         (*arm-wince-pe): Change to arm-wince-pe.
226         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
227         cases in Java-disabling statement.
228         (bfin-*-*): Don't disable Java again.
229         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
230         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
231         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
232         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
233         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
234         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
235         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
236         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
237         Java-disabling statement.
238         (mmix-*-*): Don't disable Java again.
239         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
240         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
241         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
242         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
243         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
244         statement.
245         * configure: Regenerate.
246
247 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
248
249         Merge from GCC:
250
251         2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
252
253         PR lto/48086
254         * configure.ac: Re-enable LTO on *-apple-darwin9*.
255         * configure: Regenerate.
256
257 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
258
259         * configure.ac: Separate cases disabling Java and Java libraries
260         from general case over targets.
261         * configure: Regenerate.
262
263 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
264
265         * configure.ac (build_tools): Remove build-byacc.
266         (host_libs): Remove mmalloc.
267         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
268         autoconf automake libtool diff rcs fileutils shellutils time
269         textutils wdiff find uudecode hello tar gzip indent recode release
270         sed perl gawk findutils gettext zip.
271         (libgcj): Remove target-qthreads.
272         (target_tools): Remove target-examples target-gperf.
273         (YACC): Don't handle building byacc.
274         * configure: Regenerate.
275         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
276         dosutils, examples, fileutils, find, findutils, gawk, gettext,
277         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
278         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
279         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
280         handle building components.
281         * Makefile.in: Regenerate.
282
283 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
284
285         * config.sub: Sync from upstream.
286
287 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
288
289         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
290         (microblaze*): Don't disable libssp.
291         * configure: Regenerate.
292
293 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
294
295         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
296         moveifchange.
297         * configure: Regenerate.
298         * Makefile.tpl: Use @SHELL@ not @config_shell@.
299         * Makefile.in: Regenerate.
300
301 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
302
303         * configure.ac (*-*-sysv4*): Don't enable libgomp.
304         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
305         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
306         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
307         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
308         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
309         md_exec_prefix cases.
310         * configure: Regenerate.
311
312 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
313
314         * configure.ac: Separate cases disabling target-libssp,
315         target-libiberty, target-libstdc++-v3 and Fortran from general
316         case over targets.
317         * configure: Regenerate.
318
319 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
320
321         * configure.ac (*-*-chorusos): Don't disable libgcj.
322         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
323         Remove case.
324         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
325         (arm-*-coff): Don't disable libgcj.
326         (arm*-*-linux-gnueabi): Remove useless assignment.
327         (arm-*-riscix*): Don't disable libgcj.
328         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
329         configuration.
330         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
331         (c54x*-*-*): Remove case.
332         (tic54x-*-*): Don't disable GCC or GCC libraries.
333         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
334         to *.
335         (d10v-*-*): Don't disable GCC libraries.
336         (d30v-*-*): Don't disable libgcj.
337         (h8500-*-*): Don't disable GCC libraries.
338         (i960-*-*): Don't disable libgcj.
339         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
340         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
341         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
342         libgcj.
343         (m68k-*-coff*): Remove case.
344         (mmix-*-*): Don't disable libgloss on host.
345         (mn10200-*-*, mn10300-*-*): Remove cases.
346         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
347         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
348         Don't disable libgcj.
349         (romp-*-*): Remove case.
350         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
351         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
352         case.
353         (v810-*-*): Don't disable GCC libraries.
354         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
355         (ip2k-*-*): Don't disable GCC libraries.
356         * configure: Regenerate.
357
358 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
359
360         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
361         libffi on host.
362         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
363         on host.
364         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
365         * configure: Regenerate.
366
367 2011-03-26  John Marino  <binutils@marino.st>
368
369         * configure.ac: Add support for *-*-dragonfly*
370         * configure: Regenerate.
371
372 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
373
374         * configure.ac (native_only): Remove.
375         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
376         send-pr uudecode guile gnuserv on host.
377         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
378         send-pr rcs guile perl texinfo libtool on host.
379         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
380         automake send-pr rcs guile perl texinfo libtool on host.
381         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
382         (*-*-kaos*): Don't disable target-examples target-gperf on target.
383         (alpha*-dec-osf*): Don't disable fileutils on target.
384         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
385         texinfo send-pr expect dejagnu on target.
386         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
387         target-qthreads on target.
388         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
389         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
390         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
391         x86_64-*-mingw*): Don't disable expect on target.
392         (*-*-cygwin*): Don't disable target-gperf on target.
393         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
394         gnuserv on target.
395         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
396         target.
397         * configure: Regenerate.
398
399 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
400
401         * configure.ac (target_tools): Remove target-groff.
402         (native_only): Remove target-groff.
403         (hppa*64*-*-*): Don't disable byacc.
404         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
405         setting.
406         (*-*-kaos*): Don't skip target-librx and target-groff.
407         (*-*-netware*): Don't skip target-libmudflap.
408         (*-*-tpf*): Don't skip target-libmudflap.
409         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
410         directories on the host.
411         (ia64*-*-*vms*): Don't skip tix.
412         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
413         host.
414         * configure: Regenerate.
415
416 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
417
418         * configure.ac: Remove references to mt-mep, mt-netware,
419         mt-wince.
420         * Makefile.def: Add all-utils soft dependencies.
421         * Makefile.tpl: Remove GDB_NLM_DEPS.
422         * configure: Regenerate.
423         * Makefile.in: Regenerate.
424
425 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
426
427         Sync from GCC:
428
429         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
430
431         * configure.ac: Do not include mh-x86omitfp.
432         * configure: Regenerate.
433
434         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
435
436         * configure.ac: Remove empty cases.
437         * configure: Regenerate.
438
439         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
440
441         * Makefile.def: Add dependency from termcap to gdb.
442         * Makefile.in: Regenerate.
443
444         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
445
446         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
447         * configure: Regenerate.
448         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
449         * Makefile.tpl: Likewise.
450         * Makefile.in: Regenerate.
451
452         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
453
454         * configure.ac: Remove all mentions of tentative_cc.
455         * configure: Regenerate.
456
457         2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
458
459         PR lto/48086
460         * configure.ac: Re-enable LTO on *-apple-darwin9.
461         * configure: Regenerate.
462
463 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
464
465         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
466         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
467         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
468         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
469         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
470         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
471         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
472         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
473         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
474         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
475         *-*-rhapsody*): Remove host cases.
476         * configure: Regenerate.
477
478 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
479
480         * configure.ac (ppc*-*-pe): Remove host case.
481         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
482         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
483         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
484         cases.
485         * configure: Regenerate.
486
487 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
488
489         * config.sub: Update to version 2011-03-23.
490
491 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
492
493         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
494         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
495         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
496         * configure: Regenerate.
497
498 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
499
500         * config-ml.in: Don't handle arc-*-elf*.
501         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
502         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
503         handle GCC libraries.
504         * configure: Regenerate.
505
506 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
507
508         PR bootstrap/48120:
509         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
510         Add -lstdc++ -lm to LIBS.
511         * configure: Regenerate.
512
513 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
514
515         * config.guess: Update to version 2011-02-02
516         * config.sub: Update to version 2011-02-24
517         
518 2011-03-03  Sebastian Pop  <sebastian.pop@amd.com>
519
520         * configure.ac: Adjust test of with_ppl.
521         * configure: Regenerated.
522
523 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
524
525         * configure.ac: Add -lpwl to ppllibs.
526         * config/cloog.m4: Add -lisl to clooglibs.
527         * configure: Regenerated.
528
529 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
530
531         Import from Libtool and gnulib:
532
533         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
534
535         Prepare for supporting FreeBSD 10.
536         * config.rpath: Remove handling of freebsd1* which soon would
537         match FreeBSD 10.0.
538
539         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
540
541         Remove support for FreeBSD 1.x.
542         * libtool.m4 (_LT_LINKER_SHLIBS)
543         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
544         soon would incorrectly match FreeBSD 10.0.
545
546 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
547
548         PR binutils/12283
549         * MAINTAINERS (mkinstalldirs): Comes from Automake.
550         (move-if-change): Comes from gnulib.
551         * move-if-change: Import version from gnulib.
552
553 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
554
555         Sync from GCC:
556
557         2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
558
559         PR lto/47225
560         * Makefile.def (lto-plugin): Double dash for enable-shared.
561         (configure-gcc): Depend on all-lto-plugin.
562         * Makefile.in: Rebuilt.
563
564         2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
565
566         * configure.ac: Remove extra bracket.
567         * configure: Regenerate.
568
569         2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
570
571         PR lto/47225
572         * Makefile.def: Add dependency for install-gcc
573         on install-lto-plugin.
574         * Makfile.in: Regenerated
575
576         2011-01-25  Jakub Jelinek  <jakub@redhat.com>
577
578         * configure.ac: If with_ppl is no, move setting with_cloog=no
579         after CLOOG_REQUESTED check.
580         * configure: Regenerated.
581
582         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
583
584         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
585         CLooG has been requested.
586         * configure: Regenerated.
587
588         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
589
590         * configure: Regenerated.
591         * configure.ac: Check for version 0.11 (or later revision) of PPL.
592
593         2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
594
595         * configure: Regenerated.
596         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
597
598         2011-01-07  Jan Hubicka  <jh@suse.cz>
599
600         PR lto/47225
601         * Makefile.in: Regenerate.
602         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
603         configure.
604
605 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
606
607         PR libgcj/44341
608         * configure.ac: Discard --with-* flags for host when configuring
609         target libraries for cross build.
610         * configure: Rebuilt.
611
612 2011-01-21  Andreas Schwab  <schwab@redhat.com>
613
614         Sync from GCC:
615
616         2011-01-21  Andreas Schwab  <schwab@redhat.com>
617
618         * configure.ac: Use AS_HELP_STRING throughout.
619         * configure: Regenerate.
620
621         2011-01-18  Jie Zhang  <jie.zhang@analog.com>
622
623         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
624         * configure: Regenerate.
625
626 2010-12-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
627
628         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
629
630 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
631
632         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
633         for ia64-hpux.
634         * configure: Regenerate.
635
636 2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
637
638         Sync from GCC:
639         2010-12-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
640
641         * configure.ac: (picochip): Disable libiberty.
642         * configure: Regenerate.
643
644 2010-12-18  Jeff Johnston  <jjohnstn@redhat.com>
645
646         * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
647
648 2010-12-10  Ian Lance Taylor  <iant@google.com>
649
650         PR bootstrap/46819
651         * configure.ac: For --disable-libgcj clear libgcj_saved.
652         * configure: Rebuild.
653
654 2010-12-10  Tobias Burnus  <burnus@net-b.de>
655
656         PR fortran/46540
657         * configure.ac: Add --disable-libquadmath and
658         --disable-libquadmath-support.
659         * configure: Regenerate.
660
661 2010-12-10  Tristan Gingold  <gingold@adacore.com>
662
663         * src-release (ETC_SUPPORT): add gnu-oids.texi
664
665 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
666
667         PR libffi/46792
668         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
669         * configure: Regenerate.
670
671 2010-12-02  Ian Lance Taylor  <iant@google.com>
672
673         * configure.ac: Always set default for poststage1_ldflags to
674         -static-libstdc++ -static-libgcc.
675
676 2010-12-02  Jeff Johnston  <jjohnstn@redhat.com>
677
678         * COPYING.NEWLIB: Add National Semiconductor notice.
679
680 2010-11-29  Andreas Schwab  <schwab@redhat.com>
681
682         * configure.ac: Move comment to remove extra space in last argument
683         of GCC_TARGET_TOOL.
684
685 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
686
687         PR other/46026
688         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
689         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
690         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
691         (BASE_FLAGS_TO_PASS): Use it.
692         * configure: Rebuilt.
693         * Makefile.in: Rebuilt.
694
695 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
696
697         PR binutils/12258
698         * configure.ac: Correct comments for --enable-gold/--enable-ld.
699         Properly check default linker.
700         * configure: Regnerated.
701
702 2010-11-23  Matthias Klose  <doko@ubuntu.com>
703
704         * configure.ac: For --enable-gold, handle value `default' instead of
705         `both*'.   New configure option --{en,dis}able-ld.
706         * configure: Regenerate.
707
708 2010-11-20  Ian Lance Taylor  <iant@google.com>
709
710         * configure.ac: Only disable a language library if no language needs
711         it.  Don't let --disable-libgcj uncondtionally disable libffi.
712         * configure: Rebuild.
713
714 2010-11-20  Paolo Bonzini  <bonzini@gnu.org>
715
716         * configure: Regenerate.
717
718 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
719
720         PR other/46202
721         * configure.ac: Fix just-built in-tree STRIP name to be
722         binutils/strip-new.
723         * configure: Regenerate.
724         * Makefile.def (install-strip-gcc, install-strip-binutils)
725         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
726         (install-strip-sid): Mirror dependencies on non-strip variants
727         of these targets on the respective -strip prerequisites.
728         * Makefile.tpl (install-strip, install-strip-host)
729         (install-strip-target): New targets.
730         (install-strip-[+module+], install-strip-target-[+module+]):
731         New targets.
732         * Makefile.in: Regenerate.
733
734 2010-11-19  Ian Lance Taylor  <iant@google.com>
735             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
736
737         * configure.ac: Add target-libgo to target_libraries.  Set
738         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
739         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
740         (HOST_EXPORTS): Add GOC.
741         (BASE_TARGET_EXPORTS): Add GOC.
742         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
743         (GOCFLAGS_FOR_TARGET): New variable.
744         (EXTRA_HOST_FLAGS): Add GOC.
745         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
746         * Makefile.def (target_modules): Add libgo.
747         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
748         (dependencies): Add dependency from configure-target-libgo to
749         configure-target-libffi and all-target-libstdc++-v3.  Add
750         dependencies from all-target-libgo to all-target-libffi.
751         (languages): Add go.
752         * configure: Rebuild.
753         * Makefile.in: Rebuild.
754
755 2010-11-19  Ian Lance Taylor  <iant@google.com>
756
757         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
758         compiler/flag environment variables.
759
760 2010-11-18  Ian Lance Taylor  <iant@google.com>
761
762         * configure.ac: Check for lang_requires_boot_languages in
763         config-lang.in files.
764         * configure: Rebuild.
765
766 2010-11-17  Mike Frysinger  <vapier@gentoo.org>
767
768         * .gitignore: New file.
769
770 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
771             Tobias Burnus  <burnus@net-b.de>
772
773         PR fortran/32049
774         * Makefile.def: Add libquadmath; build it with language=fortran.
775         * configure.ac: Add libquadmath.
776         * Makefile.tpl: Handle multiple libs in check-[+language+].
777         * Makefile.in: Regenerate.
778         * configure: Regenerate.
779
780 2010-11-15  Andreas Schwab  <schwab@redhat.com>
781
782         * configure.ac: Fix spelling in option names.
783         * configure: Regenerated.
784
785 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
786
787         PR bootstrap/39622
788         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
789         * configure: Regenerated.
790
791 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
792
793         * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
794         define the cloog backend to use. Furthermore, only pass the ppllibs to
795         the configure checks, if necessary.
796         * configure: Regenerate.
797
798 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
799
800         * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
801         * configure: regenerate
802
803 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
804
805         * config/cloog.m4: Fix typo.  verison -> version.
806         * configure: Regenerate.
807
808 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
809
810         * config/cloog.m4: Pass ppl libraries to the CLooG version check.
811         * configure: Regenerate.
812
813 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
814
815         * configure.ac: Support official CLooG.org versions.
816         * configure: Regenerate.
817         * config/cloog.m4: New.
818
819 2010-11-05  Michael Eager  <eager@eagercon.com>
820
821         * COPYING.LIBGLOSS: Correct typo in microblaze.
822         * COPYING.NEWLIB: Same.
823
824 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
825
826         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
827         * configure: Regenerate.
828
829 2010-11-03  Ian Lance Taylor  <iant@google.com>
830             Dave Korn  <dave.korn.cygwin@gmail.com>
831
832         PR lto/46273
833         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
834         and on other supported platforms whenever LTO is enabled.
835         * configure: Rebuild.
836
837 2010-11-02  Alan Modra  <amodra@gmail.com>
838
839         PR binutils/12110
840         * configure.ac: Error when source path contains spaces.
841         * configure: Regenerate.
842
843 2010-10-20  Ian Lance Taylor  <iant@google.com>
844
845         * Makefile.def (target_modules): Set lib_path to src/.libs for
846         libstdc++-v3 module.
847         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
848         * Makefile.in: Rebuild.
849
850 2010-10-08  Bernd Schmidt  <bernds@codesourcery.com>
851             Joseph Myers  <joseph@codesourcery.com>
852
853         * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
854         notices.
855         * COPYING.NEWLIB: Add Texas Instruments notice.
856
857 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
858
859         * configure.ac (build_lto_plugin): New shell variable.
860         (--enable-lto): Turn on by default for all non-ELF platforms that
861         have had LTO support added so far.  Set build_lto_plugin appropriately
862         for both ELF and non-ELF.
863         (configdirs): Add lto-plugin or not based on build_lto_plugin.
864         * configure: Regenerate.
865
866 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
867
868         PR bootstrap/45326
869         PR bootstrap/45174
870         * configure.ac: Honor initial values of $build_configargs,
871         $host_configargs, $target_configargs.  Mark the precious, so
872         environment settings get recorded.
873         * configure: Regenerate.
874
875 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
876
877         Sync from GCC:
878
879         2010-09-30  Michael Eager  <eager@eagercon.com>
880
881         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
882         * configure: Regenerate.
883
884         2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
885
886         * configure.ac (enable-lto): Add Darwin to the list of supported lto
887         targets and amend comment.
888         * configure: Regenerate.
889
890         2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
891
892         * configure.ac: Enable LTO by default on Darwin.
893         * configure: Regenerate.
894
895         2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
896
897         PR bootstrap/44455
898         * configure.ac (extra_mpfr_configure_flags): Copy from
899         extra_mpc_gmp_configure_flags.
900         * configure: Re-generated.
901
902 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
903
904         Sync from GCC:
905
906         PR bootstrap/45796
907         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
908         Depend on all-build-libiberty.
909         * Makefile.in: Regenerate.
910
911 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
912
913         Sync from GCC:
914
915         PR bootstrap/44621
916         * configure.ac: Fix unportable shell quoting.
917         * configure: Regenerate.
918
919 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
920
921         * configure.ac: Support all v850 targets.
922         * configure: Regenerate.
923
924 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
925
926         PR target/44862
927         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
928         Provide -B option to allow for link spec %s substitutions for
929         libstdc++.a on darwin.
930         * Makefile.in: Regenerate.
931
932 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
933
934         * Makefile.def (configure-gcc): Depend on all-libelf.
935         * Makefile.in: Rebuild.
936
937 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
938
939         * config.sub, config.guess: Update from upstream sources.
940
941 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
942
943         Sync from GCC:
944
945         2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
946         * configure.ac: Allow all the versions greater than 0.10 of PPL.
947         * configure: Regenerated.
948
949         2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
950         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
951         * configure: Regenerate.
952
953         2010-04-17  Ralf Cors<E9>pius  <ralf.corsepius@rtems.org>
954         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
955         * configure: Regenerate.
956
957         2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
958         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
959         separately.
960         * configure: Regenerate.
961
962         2010-04-13  Steve Ellcey  <sje@cup.hp.com>
963         * configure: Regenerate after change to elf.m4.
964
965         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
966         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
967         * configure: Regenerated.
968
969         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
970         * configure.ac: Print "buggy but acceptable" when CLooG
971         revision is less than 9.
972         * configure: Regenerated.
973
974 2010-05-26  Dave Korn  <dave.korn.cygwin@gmail.com>
975
976         Merge from gcc:
977
978         2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
979         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
980         * configure: Regenerate.
981
982         2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
983         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
984         a platform that supports LTO.
985         * configure: Regenerate.
986
987         2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
988         PR lto/42776
989         * configure.ac (--enable-lto): Refactor handling so libelf tests
990         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
991         and allow LTO to be explicitly enabled on non-ELF platforms that
992         are known to support it inside else-clause.
993         * configure: Regenerate.
994
995 2010-04-27  Roland McGrath  <roland@redhat.com>
996             H.J. Lu  <hongjiu.lu@intel.com>
997
998         * configure.ac (--enable-gold): Support both, both/gold and
999         both/bfd to add gold to configdirs without removing ld.
1000         * configure: Regenerated.
1001
1002         * Makefile.def: Add install-gold dependency to install-ld.
1003         * Makefile.in: Regenerated.
1004
1005 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1006
1007         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1008         * configure: Regenerate.
1009
1010 2010-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1011
1012         Merge from gcc:
1013         PR bootstrap/43615
1014         PR bootstrap/43328
1015         Revert:
1016         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1017         * configure.ac: Do not pass --enable-multilib nor
1018         --disable-multilib in baseargs.  Accept explicitly passed
1019         --enable_multilib.
1020         * configure: Regenerate.
1021
1022 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1023
1024         PR bootstrap/43328
1025         * configure.ac: Do not pass --enable-multilib nor
1026         --disable-multilib in baseargs.  Accept explicitly passed
1027         --enable_multilib.
1028         * configure: Regenerate.
1029
1030 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1031
1032         * configure.ac (tic6x-*-*): New case.
1033         * configure: Regenerate.
1034
1035 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1036
1037         Merge from gcc:
1038         2010-03-19  Jack Howarth <howarth@bromo.med.uc.edu>
1039         PR ada/42554
1040         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1041         * configure: Regenerate.
1042
1043 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1044
1045         * config.sub: Update to version 2010-03-22.
1046         * config.guess: Update to version 2009-12-30.
1047
1048 2010-03-14  Joseph Myers  <joseph@codesourcery.com>
1049
1050         Merge from gcc:
1051         2010-01-11  Richard Guenther  <rguenther@suse.de>
1052         PR lto/41569
1053         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1054         * Makefile.in: Regenerated.
1055
1056 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1057
1058         PR libstdc++/32499
1059         * configure.ac (RANLIB): Default to true.
1060         (STRIP): Likewise.
1061         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1062         * configure: Regenerate.
1063
1064 2010-02-17  Nick Clifton  <nickc@redhat.com>
1065
1066         PR 11238
1067         * Makefile.tpl (local-distclean): Also remove config.cache files in
1068         sub-directories as there may not be Makefiles present in the
1069         sub-directories.
1070         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1071         the config.cache files found by the find command.
1072
1073         * Makefile.in: Regenerate.
1074         * configure.ac: Revert previous delta.
1075         * configure: Regenerate.
1076
1077 2010-02-15  Nick Clifton  <nickc@redhat.com>
1078
1079         PR 11238
1080         * configure.ac: Delete config.cache files in sub-directories when
1081         deleting Makefiles.
1082         * configure: Regenerate.
1083
1084 2010-02-15  Nick Clifton  <nickc@redhat.com>
1085
1086         * configure.ac: Sync from gcc.
1087         * configure: Regenerate.
1088
1089 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1090
1091         Sync from gcc:
1092         * configure.ac: Add "recommended" version checks for GMP/MPC.
1093         Update recommended GMP/MPFR/MPC versions.
1094         * configure: Regenerate.
1095
1096 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1097
1098         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1099         * configure.ac (bootstrap_target_libs): Make inclusion of
1100         target-libgomp conditional on libgomb being in target_configdirs.
1101         * configure: Regenerate.
1102
1103 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1104
1105         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1106         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1107         * configure: Regenerate.
1108
1109 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1110
1111         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1112         * configure.ac (target_configdirs): Substitute.
1113         * Makefile.def: Bootstrap target module libgomp.
1114         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1115         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1116         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1117         * configure, Makefile.in: Regenerate.
1118
1119 2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1120
1121         * libtool.m4: Sync from git Libtool.
1122         * ltmain.sh: Likewise.
1123         * ltoptions.m4: Likewise.
1124         * ltversion.m4: Likewise.
1125         * lt~obsolete.m4: Likewise.
1126
1127 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1128             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1129
1130         PR bootstrap/42424
1131         * configure.ac: Include libtool m4 files.
1132         (_LT_CHECK_OBJDIR): Call it.
1133         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1134         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1135
1136         * configure: Regenerate.
1137
1138 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1139
1140         PR bootstrap/41818
1141         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1142         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1143         * Makefile.in: Regenerate.
1144
1145 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1146
1147         * config.sub, config.guess: Update from upstream sources.
1148
1149 2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1150
1151         * COPYING.NEWLIB: Update copyright date.
1152         * COPYING.LIBGLOSS: Ditto.
1153
1154 2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1155
1156         PR middle-end/30447
1157         PR middle-end/30789
1158         PR other/40302
1159
1160         * configure.ac: Require MPC.
1161         * configure: Regenerate.
1162
1163         * configure.ac: Update minimum MPC version to 0.8.
1164         * configure: Regenerate.
1165
1166 2009-11-20  Paolo Bonzini  <bonzini@gnu.org>
1167
1168         * config.guess: Sync with upstream and gcc.
1169         * config.sub: Sync with upstream and gcc.
1170
1171 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1172
1173         * Makefile.def: Restore host and target settings for gmp.
1174         * Makefile.in: Rebuild.
1175
1176 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1177
1178         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1179         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1180         Fix portability of test of C++ as bootstrap language.  Add
1181         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1182         * configure: Rebuild.
1183         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1184         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1185         in-tree building.
1186         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1187         (POSTSTAGE1_HOST_EXPORTS): Use it.
1188         (STAGE[+id+]_CXXFLAGS): New.
1189         (BASE_FLAGS_TO_PASS): Pass it down.
1190         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1191         extra_exports.
1192         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1193         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1194         extra_exports.
1195         * Makefile.in: Rebuild.
1196
1197 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1198
1199         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1200         paths for *-w64-mingw* and x86_64-*mingw*.
1201         * configure: Regenerated.
1202
1203 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1204
1205         * configure.ac: Disable target-winsup & co for
1206         x86_64-*-mingw* and *-w64-mingw* targets.
1207         * configure: Regenerated.
1208
1209 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1210
1211         * configure.ac (CLooG test): Use = with test.
1212         * configure: Regenerate.
1213
1214 2009-10-22  Richard Guenther  <rguenther@suse.de>
1215
1216         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1217         cloog if the ppl version check failed.  Move flags saving
1218         before setting in libelf check.
1219         * configure: Regenerate.
1220
1221 2009-10-21  Richard Guenther  <rguenther@suse.de>
1222
1223         * configure.ac: Adjust the ppl and cloog configure to work as
1224         documented.  Disable cloog if ppl was disabled.  Omit the version
1225         checks if they were disabled.
1226         * configure: Re-generate.
1227
1228 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1229
1230         * configure.ac: Add 'lto' to enable_languages, not
1231         new_enable_languages, and only if not already present.
1232         * configure: Regenerate.
1233
1234 2009-10-06  Ian Lance Taylor  <iant@google.com>
1235
1236         * Makefile.def: check-gold depends upon all-gas.
1237         * Makefile.in: Rebuild.
1238
1239 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1240
1241         * Makefile.def: all-lto-plugin depends on all-libiberty.
1242         set bootstrap=true for lto-plugin.
1243         Add lto-plugin.
1244         * Makefile.in: Regenerate.
1245         * configure.ac (host_libs): Add lto-plugin.
1246         * configure: Regenerate.
1247
1248 2009-10-03  Diego Novillo  <dnovillo@google.com>
1249
1250         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1251         (HOST_LIBELFLIBS): Define.
1252         (HOST_LIBELFINC): Define.
1253         * Makefile.in: Regenerate.
1254         * configure.ac: Add --enable-lto.
1255         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1256         If --enable-lto is used, add 'lto' to new_enable_languages.
1257         If --enable-lto is used and gold is enabled, add
1258         lto-plugin to configdirs.
1259         * configure: Regenerate.
1260
1261 2009-10-03  Simon Baldwin  <simonb@google.com>
1262
1263         * configure.ac: If --with-system-zlib, suppress local zlib and
1264         pass --with-system-zlib to subdir configure scripts.
1265         * configure: Regenerate.
1266
1267 2009-10-01  Loren J. Rittle <ljrittle@acm.org>
1268             Paolo Bonzini  <bonzini@gnu.org>
1269
1270         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1271         $(srcdir).
1272         * Makefile.in: Rebuilt.
1273
1274 2009-09-29  Paolo Bonzini  <bonzini@gnu.org>
1275
1276         Sync from gcc:
1277         2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1278
1279         * configure.ac: Update minimum MPC version to 0.7.
1280         * configure: Regenerate.
1281
1282 2009-09-25  Nick Clifton  <nickc@redhat.com>
1283
1284         * configure.ac: Pass any --cache-file=/dev/null option on to
1285         subconfigures.
1286         * configure: Regenerate.
1287
1288 2009-09-23  Nick Clifton  <nickc@redhat.com>
1289
1290         * config.sub, config.guess: Update from upstream sources.
1291
1292 2009-09-22  Loren J. Rittle <ljrittle@acm.org>
1293
1294         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1295         * Makefile.in: Rebuilt.
1296
1297 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1298
1299         PR bootstrap/32272
1300         * configure.ac: Error out if $srcdir isn't '.' but contains
1301         host-${host_noncanonical}.
1302         * configure: Regenerate.
1303
1304 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1305
1306         * configure.ac: If bootstrapping a combined tree with
1307         --enable-gold, require c++ in stage1_languages.
1308         * configure: Regenerate.
1309
1310         * configure.ac: Also add target_libs of stage1_languages to
1311         bootstrap_target_libs.
1312         * configure: Regenerate.
1313
1314         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1315         with --enable-languages not containing c++.
1316         * configure: Regenerate.
1317
1318 2009-09-16  Jie Zhang  <jie.zhang@analog.com>
1319
1320         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1321         * configure: Regenerate.
1322
1323 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1324
1325         * configure.ac: Do not use $extrasub for replacing @if/@endif
1326         parts in Makefile; instead, use additional arguments to
1327         AC_CONFIG_COMMANDS to do the replacement manually, with several
1328         sed invocations, to avoid HP-UX sed command limits.
1329         * configure: Regenerate.
1330
1331 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1332
1333         * configure.ac (with-build-config): Document.  Handle without.
1334         Handle missing argument.
1335         * configure: Rebuilt.
1336
1337 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1338
1339         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1340         Default to bootstrap-debug only if compare-debug works.
1341         * configure: Rebuilt.
1342         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1343         * Makefile.in: Rebuilt.
1344
1345 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1346
1347         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1348         * Makefile.in: Rebuilt.
1349
1350 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1351
1352         * Makefile.tpl (AWK): Fix typo.
1353         * Makefile.in: Regenerate.
1354
1355 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1356
1357         * configure.ac: Detect awk and sed.
1358         * Makefile.def (flags_to_pass): Add AWK and SED.
1359         * Makefile.tpl (AWK, SED): New.
1360         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1361         * configure: Regenerate.
1362         * Makefile.in: Regenerate.
1363
1364 2009-09-01  Tristan Gingold  <gingold@adacore.com>
1365
1366         * setup.com: Ported to Itanium VMS.  Can also build using DCL scripts.
1367         Remove logical names.
1368
1369 2009-08-31  Dave Korn  <dave.korn.cygwin@gmail.com>
1370
1371         * ltmain.sh (func_normal_abspath): New function.
1372         (func_relative_path): Likewise.
1373         (func_mode_help): Document new -bindir option for link mode.
1374         (func_mode_link): Add new -bindir option, and use it to place
1375         output DLL if specified.
1376
1377 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1378
1379         * configure.ac (AC_PREREQ): Bump to 2.64.
1380
1381 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1382
1383         * README-maintainer-mode: Point directly to upstream locations
1384         for autoconf, automake, libtool, gettext, instead of copies on
1385         sources.redhat.com.  Document required versions.
1386         * configure.ac: Do not substitute datarootdir, htmldir,
1387         pdfdir, docdir.  Do not process --with-datarootdir,
1388         --with-htmldir, --with-pdfdir, --with-docdir.
1389         * configure: Regenerate.
1390
1391         * configure: Regenerate.
1392
1393         * compile: Sync from Automake 1.11.
1394         * depcomp: Likewise.
1395         * install-sh: Likewise.
1396         * missing: Likewise.
1397         * mkinstalldirs: Likewise.
1398         * ylwrap: Likewise.
1399
1400 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1401
1402         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1403         (baseargs): Add --disable-option-checking.
1404         * configure: Regenerate.
1405
1406         * Makefile.def (configure-target-libiberty): Depend on
1407         all-binutils and all-ld.
1408         (configure-target-newlib): Likewise.
1409         * Makefile.in: Regenerate.
1410
1411 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1412
1413         Sync with GCC, merge:
1414
1415         2009-07-31  Christian Bruel  <christian.bruel@st.com>
1416
1417         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1418         * configure: Regenerate.
1419
1420         2009-07-06  Ian Lance Taylor  <iant@google.com>
1421
1422         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1423         * configure: Rebuild.
1424
1425         2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1426
1427         PR bootstrap/40338
1428         * configure.ac (comparestring): Create new variable.
1429         * Makefile.tpl (comparestring): Use to skip some comparisions.
1430         * configure: Regenerate.
1431         * Makefile.in: Regenerate.
1432
1433         2009-06-23  Ian Lance Taylor  <iant@google.com>
1434
1435         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1436         boot_languages.  Only bootstrap target libraries listed in
1437         target_libs for some boot language.  Add --with-stage1-ldflags,
1438         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1439         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1440         if not building with C++.
1441         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1442         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1443         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1444         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1445         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1446         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1447         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1448         * configure, Makefile.in: Rebuild.
1449
1450         2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1451
1452         * configure.ac: Detect MPC in default directory.
1453         * configure: Regenerate.
1454
1455         2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1456
1457         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1458         to noconfdirs.
1459         * configure: Regenerate.
1460
1461         2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1462
1463         * Makefile.def: Add MPC support and dependencies.
1464         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1465
1466         * Makefile.in, configure: Regenerate.
1467
1468         2009-05-24  Nicolas Roche  <roche@adacore.com>
1469
1470         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1471         * Makefile.in: Regenerate.
1472
1473         2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1474
1475         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1476         * configure:  Regenerate.
1477
1478         2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1479
1480         * configure.ac ($with_ppl):  Default to no if not supplied.
1481         ($with_cloog):  Likewise.
1482         configure:  Regenerate.
1483
1484         2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1485
1486         PR bootstrap/39739
1487         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1488         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1489
1490         * configure, Makefile.in: Regenerate.
1491
1492         2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1493
1494         * configure.ac: Change copyright header to refer to version
1495         3 of the GNU General Public License and to point readers at the
1496         COPYING3 file and the FSF's license web page.
1497         * Makefile.def: Likewise.
1498         * Makefile.tpl: Likewise.
1499         * Makefile.in: Regenerate.
1500
1501         2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1502
1503         * configure.ac: Restore match for darwin9 or later. Use double
1504         brackets since regeneration eats one pair.
1505         * configure: Regenerate.
1506
1507 2009-08-18  Christopher Faylor  <me+cygwin@cgf.cx>
1508
1509         * MAINTAINERS: Perform some obvious fixups.
1510
1511 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1512
1513         * config.sub, config.guess: Update from upstream sources.
1514
1515 2009-08-06  Michael Eager <eager@eagercon.com>
1516
1517         * configure.ac: Add Microblaze target.
1518         * configure: Regenerate.
1519
1520 2009-07-02  Tristan Gingold  <gingold@adacore.com>
1521
1522         * configure.ac: Do not exclude gas for i386-*-darwin.
1523         Add a case for x86_64-*-darwin.
1524         * configure: Regenerate.
1525
1526 2009-06-26  Doug Evans  <dje@sebabeach.org>
1527
1528         * Makefile.def (host_modules): Add cgen.
1529         * Makefile.in: Regenerate.
1530         * configure.ac (host_tools): Add cgen.
1531         * configure: Regenerate.
1532
1533 2009-06-17  Michael Eager <eager@eagercon.com>
1534
1535         * COPYING.LIBGLOSS: Add Xilinx license.
1536
1537 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1538
1539         * configure.ac: Define is_elf for QNX Neutrino targets.
1540         * configure: Regenerate.
1541
1542 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1543             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1544
1545         * Makefile.tpl (all): Avoid a trailing backslash.
1546         * Makefile.in: Regenerate.
1547
1548 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1549
1550         * config.sub, config.guess: Update from upstream sources.
1551
1552 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1553
1554         * Makefile.tpl ([+compare-target+]): Compare all stage
1555         directories, rather than just gcc.
1556         * Makefile.in: Rebuilt.
1557
1558 2009-05-28  Doug Kwan  <dougkwan@google.com>
1559
1560         * configure.ac: Support gold for target arm*-*-*.
1561         * configure: Regenerate.
1562
1563 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1564
1565         * Makefile.tpl (all): Avoid harmless warning in make all when
1566         gcc-bootstrap is enabled but stage_last does not exist.
1567         * Makefile.in: Rebuilt.
1568
1569 2009-05-25  Tristan Gingold  <gingold@adacore.com>
1570
1571         * setup.com: Complete the file with configuration and build.
1572
1573 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1574
1575         PR other/40159
1576         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1577         gcc-no-bootstrap are mutually exclusive.
1578         * Makefile.in: Rebuilt.
1579
1580 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1581
1582         PR other/40159
1583         * Makefile.tpl (all): Don't end with unconditional success.
1584         * Makefile.in: Rebuilt.
1585
1586 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1587
1588         PR target/37137
1589         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1590         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1591         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1592         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1593         stage_configureflags, stage_cflags and stage_libcflags into
1594         explicit Makefile macros.
1595         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1596         GFORTRAN.
1597         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1598         CC.  Set CC_FOR_BUILD from CC.
1599         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1600         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1601         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1602         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1603         and GFORTRAN.
1604         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1605         (_LIBCFLAGS): Renamed to _TFLAGS.
1606         (do-compare-debug, do-compare3-debug): Drop.
1607         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1608         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1609         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1610         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1611         (XGCC_FLAGS_FOR_TARGET): New.
1612         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1613         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1614         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1615         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1616         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1617         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1618         TFLAGS.
1619         (BUILD_CONFIG): Include if requested.
1620         (all): Set TFLAGS on bootstrap.
1621         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1622         (all-stageid-prefixmodule): Likewise.
1623         (do-clean, distclean-stageid): Set TFLAGS.
1624         (restrap): Fix whitespace.
1625         * Makefile.in: Rebuilt.
1626
1627 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1628
1629         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1630         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1631         * Makefile.in: Regenerate.
1632
1633 2009-04-24  Eli Zaretskii  <eliz@gnu.org>
1634
1635         * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1636         consistency with config.sub.  (Update from upstream sources.)
1637
1638 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
1639
1640         * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1641
1642 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1643
1644         * config.sub, config.guess: Update from upstream sources.
1645
1646 2009-04-15  Anthony Green  <green@moxielogic.com>
1647
1648         * configure.ac: Add moxie support.
1649         * configure: Rebuilt.
1650
1651 2009-04-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1652
1653         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1654         * configure: Regenerate.
1655
1656 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1657
1658         PR gas/10039
1659         * configure.ac: Require texinfo 4.7.
1660         * configure: Regenerated.
1661
1662 2009-04-09  Steve Ellcey  <sje@cup.hp.com>
1663
1664         * Makefil.def (languages): New entries.
1665         * Makefile.tpl (check-gcc-*): New generic target.
1666         * Makefile.in: Regenerate.
1667
1668 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1669
1670         * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1671         Windows builds of Sed.
1672
1673 2009-03-18  Tom Tromey  <tromey@redhat.com>
1674
1675         * configure: Rebuild.
1676         * configure.ac (host_libs): Add libiconv.
1677         * Makefile.in: Rebuild.
1678         * Makefile.def (host_modules): Add libiconv.
1679         (configure-gdb, all-gdb): Depend on libiconv.
1680
1681 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1682
1683         * configure.ac: Treat gdb as supported on x86_64-darwin.
1684         * configure: Regenerate.
1685
1686 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1687
1688         Merge from GCC:
1689
1690         2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1691
1692         * configure.ac (--with-host-libstdcxx): New option.
1693         * configure: Regenerate.
1694
1695         2009-01-29  Robert Millan  <rmh@aybabtu.com>
1696
1697         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1698         * configure: Regenerate.
1699
1700         2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
1701
1702         PR tree-optimization/38515
1703         * configure.ac (cloog-polylib): Removed.
1704         (with_ppl, with_cloog): Test for "no".
1705         * configure: Regenerated.
1706
1707 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1708
1709         Backport from git Libtool:
1710
1711         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1712         Support GNU/kOpenSolaris.
1713         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1714         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1715         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1716         GNU/kOpenSolaris.
1717
1718 2009-02-05  Andreas Schwab  <schwab@suse.de>
1719
1720         * Makefile.tpl (stage_last): Define $r and $s before using
1721         $(RECURSE_FLAGS_TO_PASS).
1722         * Makefile.in: Regenerate
1723
1724 2009-01-21  Jeff Johnston  <jjohnstn@redhat.com>
1725
1726         * COPYING.NEWLIB: Add ARM license.
1727
1728 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1729
1730         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1731         (all-opcodes): Depend on all-libiberty.
1732         * Makefile.in: Regenerate.
1733
1734 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1735
1736         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1737         * configure: Regenerate.
1738
1739 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1740
1741         Backport link test fix from upstream Libtool:
1742
1743         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1744         Add cache variables to tests that require the linker to work.
1745         For shlibpath_overrides_runpath, this also changes the semantics
1746         to let the result from the C compiler take precedence.
1747         compiler take precedence.
1748
1749 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1750
1751         * config.sub, config.guess: Update from upstream sources.
1752
1753 2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1754
1755         * COPYING.NEWLIB: Updated.
1756         * COPYING.LIBGLOSS: Ditto.
1757
1758 2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
1759
1760         Sync with GCC:
1761
1762         2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1763
1764         * configure.ac (ppllibs): Add by default the lib flags.
1765         * configure: Regenerate.
1766
1767         2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1768
1769         * configure.ac: Add double brackets on darwin[912].
1770         * configure: Regenerate.
1771
1772         2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1773
1774         * configure.ac: Expand to darwin10 and later.
1775         * configure: Regenerate.
1776
1777 2008-12-02  Andreas Schwab  <schwab@suse.de>
1778
1779         * Makefile.def: configure-target-boehm-gc depends on
1780         all-target-libstdc++-v3.
1781         * Makefile.in: Regenerate.
1782
1783 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1784
1785         * config.sub, config.guess: Update from upstream sources.
1786
1787 2008-11-27  Joseph Myers  <joseph@codesourcery.com>
1788
1789         Merge from GCC:
1790
1791         2007-12-02  Matthias Klose  <doko@ubuntu.com>
1792
1793         * config-ml.in: Remove 64bit configure tests.
1794
1795         2008-05-14  Rafael Espindola  <espindola@google.com>
1796
1797         * config-ml.in: don't handle --enable-shared and --enable-static.
1798
1799         2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1800             Tobias Grosser  <grosser@fim.uni-passau.de>
1801             Jan Sjodin  <jan.sjodin@amd.com>
1802             Harsha Jagasia  <harsha.jagasia@amd.com>
1803             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1804             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1805             Adrien Eliche  <aeliche@isty.uvsq.fr>
1806
1807         Merge from graphite branch.
1808         * configure: Regenerate.
1809         * Makefile.in: Regenerate.
1810         * configure.ac (host_libs): Add ppl and cloog.
1811         Add checks for PPL and CLooG.
1812         * Makefile.def (ppl, cloog): Added modules and dependences.
1813         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1814         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1815
1816         2008-09-03  Richard Guenther  <rguenther@suse.de>
1817
1818         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1819         cloog test.
1820         * configure: Re-generate.
1821
1822         2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1823
1824         * configure.ac (--with-cloog-polylib): New.
1825         (--disable-cloog-version-check): New.
1826         (--disable-ppl-version-check): New.
1827         * configure: Re-generate.
1828
1829         2008-09-05  Richard Guenther  <rguenther@suse.de>
1830
1831         * configure.ac: Initialize clooglibs to -lcloog.
1832         * configure: Re-generate.
1833
1834         2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1835
1836         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1837         recommended version to 2.3.2.
1838
1839         * configure: Regenerate.
1840
1841         2008-10-31  Ben Elliston  <bje@au.ibm.com>
1842
1843         * configure.ac (spu-*-*): Remove special case.
1844         * configure: Regenerate.
1845
1846         Complete comment text from GCC version of:
1847
1848         2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1849
1850         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1851         (GCC_SHLIB_SUBDIR): New.
1852         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1853         * configure: Regenerate.
1854         * Makefile.in: Regenerate.
1855
1856 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1857
1858         * configure.ac: Build gdb for i?86-*-darwin*
1859         * configure: Regenerated.
1860
1861 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1862
1863         PR bootstrap/38014
1864         PR bootstrap/37923
1865
1866         Revert:
1867
1868         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1869
1870         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1871         * Makefile.in: Regenerated.
1872
1873         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1874
1875         PR gdb/921
1876         PR gdb/1646
1877         PR gdb/2175
1878         PR gdb/2176
1879
1880         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1881         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1882         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1883         (HOST_EXPORTS): Pass CPPFLAGS.
1884         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1885         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1886         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1887         * Makefile.in, configure: Regenerated.
1888         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1889         and CPPFLAGS_FOR_BUILD.
1890
1891 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1892
1893         * configure.ac [spu-*-*]: Do not set skipdirs.
1894         * configure: Re-generate.
1895
1896 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1897
1898         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1899         * Makefile.in: Regenerated.
1900
1901 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1902
1903         PR gdb/921
1904         PR gdb/1646
1905         PR gdb/2175
1906         PR gdb/2176
1907
1908         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1909         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1910         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1911         (HOST_EXPORTS): Pass CPPFLAGS.
1912         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1913         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1914         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1915         * Makefile.in, configure: Regenerated.
1916         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1917         and CPPFLAGS_FOR_BUILD.
1918
1919 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
1920
1921         * libtool.m4: Update to libtool 2.2.6.
1922         * lt~obsolete.m4: Update to libtool 2.2.6.
1923         * ltmain.sh: Update to libtool 2.2.6.
1924         * ltsugar.m4: Update to libtool 2.2.6.
1925         * ltversion.m4: Update to libtool 2.2.6.
1926         * ltoptions.m4: Update to libtool 2.2.6.
1927         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1928
1929 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1930
1931         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1932         (GCC_SHLIB_SUBDIR): New.
1933         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1934         * configure: Regenerate.
1935         * Makefile.in: Regenerate.
1936
1937 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1938
1939         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1940         Enable bfd, binutils and opcodes.
1941         * configure: Regenerate.
1942
1943 2008-08-16  Nicolas Roche  <roche@adacore.com>
1944
1945         * Makefile.tpl: Add BOOT_ADAFLAGS.
1946         * Makefile.in: Regenerate.
1947
1948 2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
1949
1950         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1951         * configure: Regenerate.
1952
1953 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1954
1955         Sync with gcc:
1956         2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1957
1958         * configure.ac: Add makefile fragments for hpux.
1959         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1960         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1961         * configure: Regenerate.
1962         * Makefile.in: Regenerate.
1963
1964         2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1965
1966         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1967         * Makefile.in: Regenerate.
1968         * configure: Regenerate.
1969
1970 2008-06-18  Ian Lance Taylor  <iant@google.com>
1971
1972         * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
1973
1974         * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
1975
1976 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1977
1978         * configure: Regenerate.
1979
1980 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1981
1982         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1983         "$@" is still intact with both Autoconf 2.59 and 2.62.
1984         * configure: Regenerate.
1985
1986 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1987
1988         * Makefile.tpl: Fix comment errors.
1989         * Makefile.in: Regenerate.
1990
1991 2008-06-13  Julian Brown  <julian@codesourcery.com>
1992
1993         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1994         of libobjc for ARM EABI Linux.
1995         * configure: Regenerate.
1996
1997 2008-06-12  David S. Miller  <davem@davemloft.net>
1998             David Edelsohn  <edelsohn@gnu.org>
1999
2000         * configure.ac: Add powerpc*-*-* to gold supported targets.
2001         * configure: Regenerate.
2002
2003 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2004
2005         PR tree-optimization/36218
2006         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2007         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2008         (all prefix="build-"): Pass them to build-system sub-makes.
2009         * Makefile.in: Regenerate.
2010
2011 2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
2012
2013         * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2014         README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2015         mkdep, and compile.  Update comments.
2016         (ETC_SUPPORT): Add ChangeLog and update comments.
2017
2018 2008-05-11  Ian Lance Taylor  <iant@google.com>
2019
2020         * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2021
2022 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2023
2024         Sync with gcc:
2025         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2026
2027         PR bootstrap/35457
2028         * configure.ac: Include override.m4.
2029         * configure: Regenerate.
2030
2031         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2032
2033         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2034         * Makefile.in: Regenerate.
2035
2036         2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2037
2038         * configure.ac: Do not build libssp for the AVR.
2039         * configure: Regenerate.
2040
2041 2008-04-18  Nick Clifton  <nickc@redhat.com>
2042
2043         * MAINTAINERS: Replace reference to configure.in with reference to
2044         configure.ac.
2045
2046 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2047
2048         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2049         as nonconfigurable directories list.
2050         * configure: Regenerate.
2051
2052 2008-04-14  David S. Miller  <davem@davemloft.net>
2053
2054         * configure.ac: Add sparc*-*-* to gold supported targets.
2055         * configure: Regenerate.
2056
2057 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2058
2059         * config.sub, config.guess: Update from upstream sources.
2060
2061 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2062
2063         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2064         * Makefile.in: Regenerate.
2065
2066 2008-04-07  Ian Lance Taylor  <iant@google.com>
2067
2068         * Makefile.def: check-gold depends upon all-binutils.
2069         * Makefile.in: Regenerate.
2070
2071 2008-04-04  Nick Clifton  <nickc@redhat.com>
2072
2073         PR binutils/4334
2074         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2075         builds.
2076         * configure: Regenerate.
2077
2078 2008-04-04  NightStrike  <NightStrike@gmail.com>
2079
2080         PR other/35151
2081         * configure.ac: Combine rules for mingw32 and mingw64.
2082         * configure: Regenerate.
2083
2084 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2085
2086         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2087         * Makefile.in: Regenerate.
2088
2089 2008-03-20  Ian Lance Taylor  <iant@google.com>
2090
2091         * configure.ac: Add support for --enable-gold.
2092         * Makefile.def: Add gold as a directory like ld.
2093         * configure, Makefile.in: Regenerate.
2094
2095 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
2096
2097         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2098         (s390_cond_extensions): Reduced extensions to the compare related.
2099         (main): z10 cpu type option added.
2100         (expandConditionalJump): Renamed to ...
2101         (insertExpandedMnemonic): ... this.
2102
2103         * opcodes/s390-opc.c: Re-group the operand format makros.
2104         (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2105         INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2106         INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2107         INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2108         INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2109         INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2110         INSTR_SIL_RDU): New instruction formats added.
2111         (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2112         MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2113         MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2114         MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2115         MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2116         MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2117         masks added.
2118         (s390_opformats): New formats added "ris", "rrs", "sil".
2119         * opcodes/s390-opc.txt: Add the conditional jumps with the
2120         extensions removed from automatic expansion in s390-mkopc.c manually.
2121         (asi - trtre): Add new System z10 EC instructions.
2122         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2123
2124 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2125
2126         * configure.ac: m4_include config/proginstall.m4.
2127         * configure: Regenerate.
2128
2129 2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2130
2131         Backport from upstream Libtool:
2132
2133         2007-10-12  Eric Blake  <ebb9@byu.net>
2134
2135         Deal with Autoconf 2.62's semantic change in m4_append.
2136         * ltsugar.m4 (lt_append): Replace broken versions of
2137         m4_append.
2138         (lt_if_append_uniq): Don't require separator to be overquoted,
2139         and avoid broken m4_append.
2140         (lt_dict_add): Fix typo.
2141         * libtool.m4 (_LT_DECL): Don't overquote separator.
2142
2143 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2144
2145         * config.rpath: Add AIX 6 support.
2146
2147 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2148
2149         * Makefile.def (stageprofile).  Remove -fprofile-generate
2150         from stage_libcflags.
2151         * Makefile.in: Regenerate.
2152
2153 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2154
2155         * config.sub, config.guess: Update from upstream sources.
2156
2157 2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
2158
2159         * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2160         * s390-opc.txt (cmpsc): Duplicate entry removed.
2161         (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2162         cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2163         fier, cu42, cu41): Fix operand format.
2164
2165 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2166
2167         PR bootstrap/32009
2168         PR bootstrap/32161
2169
2170         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2171         * configure: Regenerate.
2172
2173         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2174         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2175         STAGE4_LIBCFLAGS): New.
2176         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2177         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2178         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2179         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2180         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2181         for target modules.  Don't export LIBCFLAGS.
2182         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2183         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2184         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2185         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2186         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2187         * Makefile.in: Regenerate.
2188
2189 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2190
2191         PR libgcj/33085
2192         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2193         Do not use -DDLL_EXPORT.  Backport from upstream.
2194
2195 2008-02-14  Nick Clifton  <nickc@redhat.com>
2196
2197         Import this patch from gcc:
2198         2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2199
2200         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2201
2202 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2203
2204         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2205         * configure: Regenerate.
2206
2207 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2208
2209         * configure.ac (xtensa*-*-*): Recognize processor variants.
2210         * configure: Regenerate.
2211
2212 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2213
2214         PR bootstrap/34922
2215         * configure.ac (PARSE_ARGS): Push suitable setting of
2216         ac_subdirs_all, for `./configure --help=recursive'.
2217         Handle `+' in generic toplevel directory disabling.
2218         * configure: Regenerate.
2219
2220 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2221
2222         * config.sub, config.guess: Update from upstream sources.
2223
2224 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2225
2226         * config.sub, config.guess: Update from upstream sources.
2227
2228 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2229
2230         * COPYING.LIBGLOSS: Update default copyright.
2231
2232 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2233
2234         * COPYING.NEWLIB: Update default copyright.
2235
2236 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2237
2238         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2239         Change recommended MPFR from 2.2.1 > 2.3.0.
2240         * configure: Regenerate.
2241
2242 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2243
2244         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2245         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2246         * Makefile.in: Regenerate.
2247
2248 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2249
2250         * configure.ac: Enable libjava for x86_64-*-darwin9.
2251         * configure: Regenerate.
2252
2253 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2254
2255         * config.sub, config.guess: Update from upstream sources.
2256
2257 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2258
2259         * config-ml.in: Robustify against white space in absolute file
2260         names.
2261
2262         * config-ml.in (multi-clean): Substitute ${Makefile}.
2263         Remove superfluous ${Makefile} in list.
2264
2265 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2266
2267         * Makefile.def (dependencies): Make configure-gdb depend on
2268         all-intl.
2269         * Makefile.in: Regenerated.
2270
2271 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
2272
2273         * Makefile.def: To avoid problems running with parallel makes,
2274         build newlib before libgloss so that target specific header
2275         files are availble.
2276         * Makefile.in: Regenerate.
2277
2278 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2279
2280         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2281         * Makefile.in: Regenerate.
2282
2283 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2284
2285         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2286         * libdecnumber: New directory, imported from GCC.
2287
2288 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2289
2290         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2291         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2292         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2293         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2294         * configure: Regenerate.
2295
2296 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2297
2298         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2299         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2300         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2301         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2302         * configure.ac: Default them to host tools for $host = $build.
2303         Subst them.
2304
2305         * configure: Regenerate.
2306         * Makefile.in: Regenerate.
2307
2308 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2309
2310         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2311         * configure: Regenerate.
2312
2313 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2314
2315         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2316         libstdc++.
2317         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2318         * configure: Regenerate.
2319         * Makefile.in: Regenerate.
2320
2321 2007-09-17  Andreas Schwab  <schwab@suse.de>
2322
2323         * configure.ac: Raise minimum makeinfo version to 4.6.
2324         * configure: Regenerate.
2325
2326 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2327
2328         * configure.ac: Correct makeinfo version check.
2329         * configure: Regenerate.
2330
2331 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2332
2333         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2334         to $skipdirs and only disable gprof for newlib.  Use the normal
2335         mips*-elf* handling in other respects.
2336         * configure: Regnerate.
2337
2338 2007-09-12  David Daney  <ddaney@avtrex.com>
2339
2340         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2341         enabling libgcj.
2342         * configure: Regenerate.
2343
2344 2007-09-12  Richard Guenther  <rguenther@suse.de>
2345
2346         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2347         nor --disable-checking is provided also turn on yes and types
2348         checking for stage1.
2349         * configure: Re-generate.
2350
2351 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2352
2353         PR target/33281
2354         * configure.ac: Use config/mh-mingw on mingw.
2355         * configure: Regenerate.
2356
2357 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2358
2359         PR other/32154
2360         * configure.ac: For libgloss targets, point the linker to the linker
2361         script, startup code and simulator library.
2362         * configure: Regenerate.
2363
2364 2007-09-09  Andrew Haley  <aph@redhat.com>
2365
2366         * configure.ac (noconfigdirs): Remove target-libffi and
2367         target-libjava.
2368
2369 2007-08-29  Nick Clifton  <nickc@redhat.com>
2370
2371         * config.sub, config.guess: Update from upstream sources.
2372
2373 2007-08-21  Richard Guenther  <rguenther@suse.de>
2374
2375         * configure.ac: Add types checking to stage1 checking flags.
2376         * configure: Regenerate.
2377
2378 2007-08-18  Paul Brook  <paul@codesourcery.com>
2379             Joseph Myers  <joseph@codesourcery.com>
2380
2381         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2382         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2383         * Makefile.in: Regenerate.
2384         * configure.ac (--with-debug-prefix-map): New.
2385         * configure: Regenerate.
2386
2387 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2388             Nigel Stephens  <nigel@mips.com>
2389
2390         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2391         as target_makefile_frag.
2392         * configure: Regenerate.
2393
2394 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2395
2396         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2397         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2398         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2399         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2400         (do-compare, do-compare3, do-compare-debug): New.
2401         ([+compare-target+]): Use them.
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-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2413             Ben Elliston  <bje@au.ibm.com>
2414
2415         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2416         --silent if $silent.
2417         * configure: Regenerate.
2418
2419 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
2420
2421         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2422
2423 2007-07-17  Nick Clifton  <nickc@redhat.com>
2424
2425         * COPYING3: New file.  Contains version 3 of the GNU General
2426         Public License.
2427         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2428         Lesser General Public License.
2429
2430 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
2431
2432         * configure.ac: Fix my previous change to really match GCC.
2433         * configure: Regenerate.
2434
2435 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2436
2437         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2438         * configure: Regenerate.
2439
2440 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2441
2442         * configure.ac: Add some missing m4 quotation.
2443         * configure: Regenerate.
2444
2445 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
2446
2447         * Makefile.def: Add windmc tool to build.
2448         * Makefile.tpl: Likewise.
2449         * configure.ac: Likewise.
2450         * Makefile.in: Regenerate.
2451         * configure: Regenerate.
2452
2453 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2454
2455         * lt~obsolete.m4: New. Import from 20070318 libtool.
2456
2457 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2458
2459         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2460         uclinux and linux-uclibc targets.
2461         * configure: Regenerate.
2462
2463 2007-06-28  DJ Delorie  <dj@redhat.com>
2464
2465         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2466         not building newlib.
2467         * configure: Regenerated.
2468
2469 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
2470
2471         * src-release (DEVO_SUPPORT): Correct typos.
2472
2473 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2474
2475         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2476         * Makefile.in: Regenerated.
2477
2478 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2479
2480         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2481         (distclean-stage[+id+]): Possibly delete stage_last.
2482         * Makefile.in: Regenerate.
2483
2484 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2485
2486         * config.sub, config.guess: Update from upstream sources.
2487
2488 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2489
2490         * Makefile.tpl: Fix spelling error.
2491         * Makefile.in: Regenerate.
2492
2493 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
2494
2495         Sync with gcc:
2496         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2497
2498         PR bootstrap/29382
2499         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2500         * configure: Rebuilt.
2501
2502 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2503
2504         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2505         lt_cv_sys_max_cmd_len.
2506
2507 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
2508
2509         * ltgcc.m4: Update from GCC.
2510
2511 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2512
2513         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2514
2515 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
2516
2517         * ltmain.sh: Update from GCC.
2518         * libtool.m4: Update from GCC.
2519         * ltsugar.m4: New. Update from GCC.
2520         * ltversion.m4: New. Update from GCC.
2521         * ltoptions.m4: New. Update from GCC.
2522         * ltconfig: Remove.
2523         * ltcf-c.sh: Remove.
2524         * ltcf-cxx.sh: Remove.
2525         * ltcf-gcj.sh: Remove.
2526         * src-release: Update with new libtool file list.
2527
2528 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2529
2530         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2531         stage_cflags.
2532         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2533         Remove CFLAGS/LIBCFLAGS.
2534         (configure-stage[+id+]-[+prefix+][+module+],
2535         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2536         * Makefile.in: Regenerate.
2537
2538 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2539
2540         * config-ml.in: Update from GCC.
2541
2542 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
2543
2544         * src-release (do-proto-toplev): Process the support directories before
2545         the tool directory.
2546
2547 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2548
2549         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2550         of glob.  Quote arguments with single quotes too.
2551         * configure: Regenerate.
2552
2553 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2554
2555         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2556         * Makefile.in: Regenerate
2557
2558 2007-03-07  Andreas Schwab  <schwab@suse.de>
2559
2560         * configure: Regenerate.
2561
2562 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2563
2564         * configure.ac: Add "--with-pdfdir" configure option,
2565         which defines pdfdir variable.
2566         * Makefile.def (target=fixincludes): Add install-pdf to
2567         missing targets.
2568         (recursive_targets): Add install-pdf target.
2569         (flags_to_pass): Add pdfdir.
2570         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2571         target.
2572         * configure: Regenerate
2573         * Makefile.in: Regenerate
2574
2575 2007-02-28  Eric Christopher  <echristo@apple.com>
2576
2577         Revert:
2578         2006-12-07  Mike Stump  <mrs@apple.com>
2579
2580         * Makefile.def (dependencies): Add dependency for
2581         install-target-libssp and install-target-libgomp on
2582         install-gcc.
2583         * Makefile.in: Regenerate.
2584
2585 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2586
2587         * configure: Regenerate.
2588         * configure.ac: Move statements after variable declarations.
2589
2590 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2591
2592         * configure.ac: Adjust for loop syntax.
2593         * configure: Regenerate.
2594
2595 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2596
2597         * configure: Rebuilt.
2598
2599 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2600
2601         * configure.ac: Drop multiple occurrences of --enable-languages,
2602         and fix its quoting.
2603         * configure: Rebuilt.
2604
2605 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2606             Nathan Sidwell  <nathan@codesourcery.com>
2607             Vladimir Prus  <vladimir@codesourcery.com
2608             Joseph Myers  <joseph@codesourcery.com>
2609
2610         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2611         * configure: Regenerate.
2612
2613 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2614
2615         * configure.ac (target_libraries): Move libgcc before libiberty.
2616         * configure: Regenerated.
2617
2618 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2619
2620         * configure: Regenerate again?
2621
2622 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2623
2624         * configure: Reapply PR30748 fix which was lost in the previous commit.
2625
2626 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2627             Paolo Bonzini  <bonzini@gnu.org>
2628
2629         PR bootstrap/30753
2630         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2631         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2632         * configure: Regenerated.
2633
2634 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
2635
2636         * configure: Regenerate.
2637
2638 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2639
2640         PR bootstrap/30748
2641         * configure.ac: Correct syntax for Solaris ksh.
2642         * configure: Regenerated.
2643
2644 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2645
2646         * Makefile.def: Sync with GCC.
2647         * Makefile.tpl: Sync with GCC.
2648         * Makefile.in: Regenerate.
2649         * configure: Regenerate.
2650
2651 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2652
2653         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2654         noncanonical equivalents.
2655         * configure.in: Rename to...
2656         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2657         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2658         target_noncanonical.  Use them.  Rewrite removal of configure
2659         arguments for autoconf 2.59.  Discard variable settings.  Force
2660         program_transform_name for native tools.
2661
2662         * Makefile.in: Regenerated.
2663         * configure: Regenerated with autoconf 2.59.
2664
2665         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2666
2667 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
2668
2669         * COPYING.LIBGLOSS: Reformat default Red Hat
2670         license to fit within 80 columns.
2671         * COPYING.NEWLIB: Ditto.
2672
2673 2007-02-05  Dave Brolley  <brolley@redhat.com>
2674
2675         * Contribute the following changes:
2676         2006-11-28  DJ Delorie  <dj@redhat.com>
2677
2678         * configure.in: Fix typo for mep's target_makefile_frag.
2679         * configure: Regenerated.
2680
2681         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
2682
2683         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2684         * configure: Regenerate.
2685
2686         2001-09-19  DJ Delorie  <dj@redhat.com>
2687
2688         * configure.in (target_makefile_frag): use mt-mep
2689
2690         2001-06-12  Don Howard  <dhoward@redhat.com>
2691
2692         * configure.in: Remove gdb from MeP skip list.
2693
2694         2001-04-05  DJ Delorie  <dj@redhat.com>
2695
2696         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2697
2698         2001-03-20  Ben Elliston  <bje@redhat.com>
2699
2700         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2701
2702         2001-03-19  Ben Elliston  <bje@redhat.com>
2703
2704         * config.sub (mep, mep-*): Add.
2705
2706 2007-01-31  Andreas Schwab  <schwab@suse.de>
2707
2708         * Makefile.tpl (LDFLAGS): Substitute it.
2709         * Makefile.in: Regenerate.
2710
2711 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2712
2713         * configure.in: Change == to = in test command.
2714         * configure: Regenerate.
2715
2716 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2717             Nick Clifton  <nickc@redhat.com>
2718             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2719
2720         * configure.in (build_configargs, host_configargs, target_configargs):
2721         Remove build/host/target parameters.
2722         (host_libs): Add gmp and mpfr.
2723         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2724         * Makefile.def (gmp, mpfr): New.
2725         (gcc): Remove target.
2726         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2727         target_os, target_vendor): New.
2728         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
2729         * configure: Regenerate.
2730         * Makefile.in: Regenerate.
2731
2732 2007-01-11  Matt Fago  <fago@earthlink.net>
2733
2734         * configure.in: Try to link to functions only in mpfr 2.2.x
2735         to improve robustness of configure tests.
2736         * configure: Regenerate.
2737
2738 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2739
2740         * configure.in: Add support for an x86_64-mingw* target.
2741         * configure: Regenerate.
2742
2743 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2744
2745         * Makefile.tpl (all-target): Correct @if conditional for target
2746         modules.
2747         * configure.in: Omit libiberty if building only target libgcc.
2748         * configure, Makefile.in: Regenerated.
2749
2750 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2751
2752         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2753         * configure: Regenerate.
2754
2755 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2756
2757         * Makefile.def (target_modules): Add libgcc.
2758         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2759         * Makefile.tpl (clean-target-libgcc): Delete.
2760         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2761         on gcc even for bootstrapped modules.  Rewrite handling of
2762         lang_env_dependencies to loop over target_modules.
2763         * configure.in (target_libraries): Add target-libgcc.
2764         * Makefile.in, configure: Regenerated.
2765
2766 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2767
2768         Sync with gcc:
2769         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2770
2771         * configure.in: Reorganize recognition of languages.  Add
2772         --enable-stage1-languages.  Show supported languages for the chosen
2773         target rather than all recognized languages.
2774         * configure: Regenerate.
2775
2776         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2777
2778         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2779         * Makefile.in: Regenerate.
2780
2781         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2782
2783         * configure.in: Warn that MPFR 2.2.0 is buggy.
2784         * configure: Regenerate.
2785
2786 2006-12-27  Ian Lance Taylor  <iant@google.com>
2787
2788         * configure.in: When removing Makefiles to force a reconfigure, also
2789         remove prev-DIR*/Makefile.
2790         * configure: Regenerate.
2791
2792 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
2793
2794         * config.bfd: Recognize fido.
2795
2796 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2797
2798         Sync with gcc:
2799
2800         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2801
2802         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2803         it only affects bootstrap and could be tested on "$host" as well.
2804         * configure: Regenerate.
2805         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2806
2807         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2808
2809         PR bootstrap/29544
2810         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2811         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2812         move here comment from Makefile.tpl.
2813         * Makefile.tpl: Move some definitions higher in the file.
2814         (STAGE1_CHECKING): New.
2815         * configure.in: Add --enable-stage1-checking.
2816         * configure: Regenerate.
2817         * Makefile.in: Regenerate.
2818
2819         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2820
2821         * configure.in: Update error message for missing GMP/MPFR.
2822
2823         * configure: Regenerate.
2824
2825         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2826
2827         * configure.in: Update MPFR version in error message.
2828
2829         * configure: Regenerate.
2830
2831         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2832
2833         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2834         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2835         --with-gmp-lib): New flags.
2836
2837         * configure: Regenerate.
2838
2839 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
2840
2841         PR bootstrap/30134
2842         * configure.in: Correct x86 darwin support for libjava to powerpc
2843         and i?86 only.
2844         * configure: Regenerate.
2845
2846 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2847
2848         * configure.in:  Handle spu makefile frag.
2849         * Makefile.tpl (MAINT): Define
2850         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2851         * configure: Regenerate.
2852         * Makefile.in: Regenerate.
2853
2854 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2855
2856         * config.sub, config.guess: Update from upstream sources.
2857
2858 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2859
2860         * configure.in: Sync with GCC (spu-*-*).
2861         * configure: Sync with GCC.
2862
2863 2006-12-07  Mike Stump  <mrs@apple.com>
2864
2865         * Makefile.def (dependencies): Add dependency for
2866         install-target-libssp and install-target-libgomp on
2867         install-gcc.
2868         * Makefile.in: Regenerate.
2869
2870 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2871
2872         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2873         (unstage): Test for stage_last presence.
2874
2875         PR bootstrap/29802
2876         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2877         * Makefile.in: Regenerate.
2878
2879 2006-11-14  DJ Delorie  <dj@redhat.com>
2880
2881         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2882         * Makefile.in: Sync with GCC.
2883         * configure.in: Sync with GCC (mpfr, gmp).
2884         * configure: Sync with GCC.
2885
2886 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
2887
2888         * configure.in: Remove target-libgloss from noconfigdirs for
2889         bfin-*-*.
2890         * configure: Regenerated.
2891
2892 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
2893
2894         * COPYING.NEWLIB: Add spu license.
2895         * COPYING.LIBGLOSS: Ditto.
2896
2897 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
2898
2899         * Makefile.def: Added pdf target handling.
2900         * Makefile.tpl: Added pdf target handling.
2901         * Makefile.in: Regenerated.
2902
2903 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
2904
2905         * COPYING.NEWLIB: Updated.
2906         * COPYING.LIBGLOSS: Ditto.
2907
2908 2006-09-27  Dave Brolley  <brolley@redhat.com>
2909
2910         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2911         $s instead of $r.
2912         * configure: Regenerated.
2913
2914 2006-09-26  Ben Elliston  <bje@au.ibm.com>
2915
2916         * config.sub, config.guess: Update from upstream sources.
2917
2918 2006-09-20  Thiemo Seufer  <ths@mips.com>
2919
2920         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2921         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2922         * configure: Regenerate.
2923
2924 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2925
2926         * configure.in: Never build newlib for a Mingw host.
2927         Never build newlib as Mingw target library.
2928         Test the existence of winsup/cygwin for building a Cygwin newlib,
2929         rather than just winsup.
2930         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2931         building a Mingw target.
2932         * configure: Regenerate.
2933
2934 2006-08-15  Thiemo Seufer  <ths@mips.com>
2935             Nigel Stephens  <nigel@mips.com>
2936             David Ung  <davidu@mips.com>
2937
2938         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
2939
2940 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2941
2942         Sync from GCC:
2943         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2944
2945         PR bootstrap/18058
2946         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2947         if the bootstrap compiler is a GCC version that supports it.
2948         * configure: Regenerate.
2949
2950 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2951
2952         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2953         * configure: Regenerated.
2954
2955 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
2956
2957         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2958         for stages after the first.
2959
2960 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
2961
2962         * Makefile.def: Add dependencies for configure-opcodes
2963         on configure-intl and all-opcodes on all-intl.
2964         * Makefile.in: Regenerated.
2965
2966 2006-07-04  Peter O'Gorman  <peter@pogma.com>
2967
2968         * ltconfig: chmod 644 before ranlib during install.
2969
2970 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2971
2972         * configure.in: Fix thinkos in previous check-in.
2973         * configure: Regenerate.
2974
2975 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2976
2977         Sync from gcc:
2978
2979         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
2980
2981         PR other/27063
2982         * configure.in: Test subdir_requires and give an appropriate
2983         error message.
2984         * configure: Regenerate.
2985
2986         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2987
2988         PR target/27540
2989         * configure.in: Only enable libgomp on IRIX 6.
2990         * configure: Regenerate.
2991
2992 2006-06-20  David Ayers  <d.ayers@inode.at>
2993
2994         PR bootstrap/28072
2995         * configure.in: Add target-boehm-gc to noconfigdirs depending on
2996         whether target-libjava is being configured instead of whether the
2997         java front end is enabled.
2998         * configure: Regenerate.
2999
3000 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
3001
3002         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3003         to R_ARM_LDC_SB_G{0,1,2} respectively.
3004
3005 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3006
3007         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3008         too.
3009         * Makefile.in: Regenerate.
3010
3011 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3012
3013         Sync from gcc:
3014
3015         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3016         * configure.in: Don't enable libgomp on hpux10.
3017         * configure: Rebuilt.
3018
3019 2006-06-13  David Ayers  <d.ayers@inode.at>
3020
3021         Sync from gcc:
3022
3023         2006-06-12  David Ayers  <d.ayers@inode.at>
3024
3025         PR bootstrap/27963
3026         PR target/19970
3027         * configure.in: Remove target-boehm-gc from noconfigdirs where
3028         ${libgcj} is specified.
3029         * configure: Regenerate.
3030
3031 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
3032
3033         Sync from gcc:
3034
3035         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
3036                     Andreas Schwab  <schwab@suse.de>
3037
3038         PR bootstrap/18033
3039         * config-ml.in: Eval option if surrounded by single quotes.
3040
3041 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
3042
3043         Sync from gcc:
3044
3045         2006-06-06  David Ayers  <d.ayers@inode.at>
3046
3047         PR libobjc/13946
3048         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3049         * Makefile.in: Regenerate.
3050         * configure.in: Add --enable-objc-gc at toplevel and have it
3051         enable boehm-gc for Objective-C.
3052         Remove target-boehm-gc from libgcj.
3053         Add target-boehm-gc to target_libraries.
3054         Add target-boehm-gc to noconfigdirs where ${libgcj}
3055         is specified.
3056         Assert that boehm-gc is supported when requested for Objective-C.
3057         Only build boehm-gc if needed either for Java or Objective-C.
3058         * configure: Regenerate.
3059
3060         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3061
3062         PR 27674
3063         * Makefile.tpl (configure-[+prefix+][+module+],
3064         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3065         Remove rule to unstage bootstrapped modules.
3066         (stage_current): New.
3067         * Makefile.in: Regenerate.
3068
3069         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3070         Andreas Tobler  <a.tobler@schweiz.ch>
3071
3072         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3073         * configure: Rebuilt.
3074
3075         Revert
3076         2006-01-31  Richard Guenther  <rguenther@suse.de>
3077         Paolo Bonzini  <bonzini@gnu.org>
3078
3079         * Makefile.def (target_modules): Add libgcc-math target module.
3080         * configure.in (target_libraries): Add libgcc-math target library.
3081         (--enable-libgcc-math): New configure switch.
3082         * Makefile.in: Re-generate.
3083         * configure: Re-generate.
3084
3085 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
3086
3087         * config-ml.in: Alter CCASFLAGS to include special
3088         multilib options the same as is done for CFLAGS.
3089
3090 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3091
3092         * Makefile.def: Added dependencies from sim and gdb on intl, and
3093         added configure dependencies to everything with an all dependency
3094         on intl.
3095         * gettext.m4: Removed.
3096         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3097         (GDB_SUPPORT_DIRS): Add intl.
3098         * Makefile.in: Regenerated.
3099
3100 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
3101
3102         * src-release (DEVO_SUPPORT): Add config.rpath.
3103
3104 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3105
3106         * Makefile.def (bfd, opcodes): Fix lib_path.
3107         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3108         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3109         * Makefile.in: Regenerate.
3110
3111 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3112
3113         * configure.in: Enable gprof for cross builds.
3114         * configure: Regenerate.
3115
3116 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
3117
3118         * src-release (MAKEINFOFLAGS): Define.
3119         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3120
3121 2006-05-14  Ben Elliston  <bje@au.ibm.com>
3122
3123         * config.sub, config.guess: Update from upstream sources.
3124
3125 2006-05-12  Ben Elliston  <bje@au.ibm.com>
3126
3127         * config.sub, config.guess: Update from upstream sources.
3128
3129 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
3130
3131         * blt, iwidgets, mmalloc: Remove directories.
3132
3133 2006-05-01  DJ Delorie  <dj@redhat.com>
3134
3135         * configure.in: Restore CFLAGS if GMP isn't present.
3136         * configure: Regenerate.
3137
3138 2006-04-18  DJ Delorie  <dj@redhat.com>
3139
3140         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3141         reference libgloss so that libssp can be built in a combined
3142         tree.
3143         * configure: Regenerate.
3144
3145 2006-04-10  Ben Elliston  <bje@au.ibm.com>
3146
3147         * contrib: Remove directory.
3148
3149 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
3150
3151         * Makefile.tpl: Add install-html target.
3152         * Makefile.def: Add install-html target.
3153         * Makefile.in: Regenerate.
3154         * configure.in: Add --with-datarootdir, --with-docdir,
3155         and --with-htmldir options.
3156         * configure: Regenerate.
3157
3158 2006-03-31  Ben Elliston  <bje@au.ibm.com>
3159
3160         PR binutils/1860
3161         * configure.in: Require makeinfo 4.4 or higher.
3162         * configure: Regenerate.
3163
3164 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3165
3166         * Makefile.in: Regenerate.
3167
3168 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3169
3170         Sync with gcc:
3171         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3172
3173         * configure.in: Handle --disable-<component> generically.
3174         * configure: Regenerate.
3175
3176         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3177
3178         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3179         (TARGET_CONFIGDIRS): Remove.
3180         * configure.in: Remove AC_SUBST(target_configdirs).
3181         * Makefile.in, configure: Regenerated.
3182
3183
3184 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3185
3186         PR libgcj/17311
3187         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3188
3189 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3190
3191         PR bootstrap/25670
3192
3193         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3194
3195         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3196         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3197         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3198         BUILD_PREFIX, BUILD_PREFIX_1.
3199         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3200
3201         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3202         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3203
3204         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3205         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3206         of `cat stage_current`.  Always provide the `r' and `s' variables.
3207         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3208         a single shell execution.
3209         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3210         bootstrapped modules, make the stage1 module if the build was not
3211         started yet, else build the current stage.
3212         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3213         (all-build, all-host, all-target, [+make_target+]-host,
3214         [+make_target+]-target): Do not use \-continued lines.
3215         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3216         (current_stage, restrap, stage_last): New.
3217
3218         * Makefile.in: Regenerate.
3219         * configure: Regenerate.
3220
3221 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3222
3223         Sync from gcc:
3224
3225         2006-01-31  Richard Guenther  <rguenther@suse.de>
3226                     Paolo Bonzini  <bonzini@gnu.org>
3227
3228         * Makefile.def (target_modules): Add libgcc-math target module.
3229         * configure.in (target_libraries): Add libgcc-math target library.
3230         (--enable-libgcc-math): New configure switch.
3231         * Makefile.in: Re-generate.
3232         * configure: Re-generate.
3233         * libgcc-math: New toplevel directory.
3234
3235         2006-01-18  Richard Henderson  <rth@redhat.com>
3236                     Jakub Jelinek  <jakub@redhat.com>
3237                     Diego Novillo  <dnovillo@redhat.com>
3238
3239         * libgomp: New directory.
3240         * Makefile.def: Add target_module libgomp.
3241         * Makefile.in: Regenerate.
3242         * configure.in (target_libraries): Add target-libgomp.
3243         * configure: Regenerate.
3244
3245 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3246             Andreas Schwab  <schwab@suse.de>
3247
3248         * configure: Regenerate.
3249
3250 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
3251
3252         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3253         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3254         the assembler, linker and binutils.
3255         * configure: Regenerate.
3256
3257 2006-01-16  Nick Clifton  <nickc@redhat.com>
3258
3259         * config.sub, config.guess: Sync from config repository.
3260
3261 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3262
3263         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3264         @ from continuation.
3265         * Makefile.in: Rebuilt.
3266
3267 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3268
3269         Sync from gcc:
3270
3271         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3272
3273         PR bootstrap/24252
3274
3275         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3276         * Makefile.tpl (OBJDUMP): New.
3277         (EXTRA_HOST_FLAGS): Add it.
3278         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3279
3280         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3281         to use symbolic links between directories.  Avoid race conditions
3282         or make them harmless.
3283         * configure.in: Do not try to use symbolic links between directories.
3284
3285         * Makefile.def (LEAN): Pass.
3286         * Makefile.tpl (LEAN): Define.
3287         (stage[+id+]-start): Accept that the previous directory does not
3288         exist, if the bootstrap is lean.
3289         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3290         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3291         configure substitution.
3292         ([+compare-target+]): Likewise.
3293         ([+bootstrap-target+]-lean): New.
3294         * configure.in: Remove lean bootstrap support from here.
3295
3296         * Makefile.in: Regenerate.
3297         * configure: Regenerate.
3298
3299         2006-01-02  Andreas Schwab  <schwab@suse.de>
3300
3301         * configure.in: When reconfiguring remove Makefile in
3302         all stage directories.
3303         * configure: Regenerate.
3304
3305 2005-12-27  Leif Ekblad  <leif@rdos.net>
3306
3307         * configure.in: Add support for RDOS target.
3308         * configure: Regenerate.
3309
3310 2005-12-27  Nick Clifton  <nickc@redhat.com>
3311
3312         PR binutils/1990
3313         * libtool.m4: Synchronize with version in GCC sources.
3314
3315 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3316
3317         Revert Ada-related part of the previous change.
3318
3319         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3320         Do not pass.
3321         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3322         * Makefile.in: Regenerate.
3323         * configure.in: Do not include mt-ppc-aix target fragment.
3324         * configure: Regenerate.
3325
3326 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3327
3328         * configure.in: Select appropriate fragments for PowerPC/AIX.
3329         * configure: Regenerate.
3330
3331         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3332         BOOT_CFLAGS, BOOT_LDFLAGS.
3333         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3334         BOOT_CFLAGS, BOOT_LDFLAGS.
3335         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3336         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3337         (stage): Fail if we cannot complete the work.
3338         * Makefile.in: Regenerate.
3339
3340 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
3341
3342         * COPYING.NEWLIB: Update copyright year for default
3343         copyright.
3344
3345 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3346
3347         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3348         install-host-nogcc): Don't invoke $(stage) at the end.
3349         * Makefile.in: Regenerate.
3350
3351 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3352
3353         * configure.in: Flip the top-level bootstrap switch.
3354         * configure: Regenerate.
3355
3356         Merge from gcc:
3357
3358         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3359
3360         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3361         $(stage) and $(unstage).
3362         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3363         (all): Remove stray semicolon.
3364         (local-distclean): Don't handle multilib.tmp and multilib.out.
3365         (install.all): Set $s for consistency.
3366         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3367         check_multilibs setting.  Always make the install directory.
3368         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3369         Correct @if/@endif.
3370         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3371         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3372         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3373         (multilib.out): Remove.
3374         * Makefile.in: Regenerated.
3375
3376 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3377
3378         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3379         * configure.in: Replace ms1 arch with mt.
3380         * configure: Rebuilt.
3381
3382 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3383
3384         Sync with gcc:
3385
3386 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3387
3388         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3389         * configure.in: Replace ms1 arch with mt.
3390         * configure: Rebuilt.
3391
3392 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3393
3394         Sync with gcc:
3395
3396         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3397
3398         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3399         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3400         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3401         Find in-tree tools if available.
3402         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3403         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3404         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3405         (COMPILER_*_FOR_TARGET): New.
3406         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3407         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3408         (CONFIGURED_*, USUAL_*): Remove.
3409         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3410         STRIP): Use autoconf substitutions.
3411         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3412         COMPILER_NM_FOR_TARGET): New.
3413         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3414
3415         (all): Make all-host and all-target in parallel.
3416         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3417         that $$r and $$s are set before invoking a recursive make.
3418         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3419         ([+bootstrap-target+]): Inline most of the `all' target.
3420
3421         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3422
3423         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3424         from the gcc build directory.
3425         * Makefile.in: Regenerate.
3426
3427         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3428
3429         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3430         depend on all-libdecnumber.
3431         * configure.in (host_libs): Include libdecnumber.
3432         * Makefile.in: Regenerate.
3433         * configure: Likewise.
3434
3435         2005-11-21  Kean Johnston  <jkj@sco.com>
3436
3437         * config.sub, config.guess: Sync from upstream sources.
3438
3439 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3440
3441         * Makefile.def: Remove gdb dependencies for gdbtk.
3442         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3443         (configure-gdb, install-gdb): New rules.
3444         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3445         * Makefile.in, configure: Regenerated.
3446
3447 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3448
3449         PR bootstrap/24297
3450         * Makefile.tpl (do-[+make-target+], do-check, install,
3451         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3452         are set before recursing.
3453         * Makefile.in: Regenerate.
3454
3455 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3456
3457         PR bootstrap/18939
3458         * Makefile.def (gcc) <target>: Fix thinko.
3459         * Makefile.in: Regenerate.
3460
3461 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3462
3463         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3464         * configure: Regenerate.
3465
3466 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
3467
3468         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3469         target-libffi, target-qthreads, target-libjava, and
3470         targetlibobjc.
3471         * configure: Regenerate.
3472
3473 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3474
3475         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3476         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3477         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3478         (USUAL_OBJDUMP_FOR_TARGET): New.
3479         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3480         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3481         * configure, Makefile.in: Regenerated.
3482
3483 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3484
3485         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3486         before other host packages.
3487
3488 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3489
3490         PR bootstrap/22340
3491
3492         * configure.in (default_target): Remove.
3493         * Makefile.tpl (all): Do not use prerequisites as subroutines
3494         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3495         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3496         use prerequisites as subroutines.
3497         (check-host, check-target): New.
3498         (bootstrap configure & all targets): Do not use stage*-start
3499         if the directory layout is already ok.
3500         (non-bootstrap configure & all targets): Prepend a $(unstage).
3501         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3502         (NOTPARALLEL): Remove.
3503         (unstage, stage variables): New variables.
3504         (unstage, stage targets): Simply expand to those variables.
3505
3506         * configure: Regenerate.
3507         * Makefile.in: Regenerate.
3508
3509 2005-10-04  James E Wilson  <wilson@specifix.com>
3510
3511         * Makefile.def (lang_env_dependencies): Add libmudflap.
3512         * Makefile.in: Regenerate.
3513
3514 2005-10-03  Catherine Moore  <clm@cm00re.com>
3515
3516         * configure.in (bfin-*-*): Support bfin.
3517         * configure: Regenerated.
3518
3519 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
3520
3521         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3522         * configure: Regenerated.
3523
3524 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3525
3526         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3527         (LIPO_FOR_TARGET): New.
3528         (CONFIGURED_LIPO_FOR_TARGET): New.
3529         (USUAL_LIPO_FOR_TARGET): New.
3530         (STRIP_FOR_TARGET): New.
3531         (CONFIGURED_STRIP_FOR_TARGET): New.
3532         (USUAL_STRIP_FOR_TARGET): New.
3533         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3534         STRIP_FOR_TARGET.
3535         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3536         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3537         * Makefile.in: Regenerate.
3538         * configure: Regenerate.
3539
3540 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3541
3542         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3543         (rs6000-*-aix*): Same.
3544         * configure: Regenerate.
3545
3546 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3547
3548         * configure.in: Recognize f95 in the --enable-languages option,
3549         and substitute it for fortran, issuing a warning.
3550         * configure: Regenerate.
3551
3552 2005-09-07  Ben Elliston  <bje@au.ibm.com>
3553
3554         Import from Autoconf sources:
3555
3556         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3557         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3558         Elliston.  Handle weird characters correctly.
3559
3560 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3561
3562         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3563         * configure:  Regenerated.
3564
3565 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3566
3567         * Makefile.def (libssp): Add to lang_env_dependencies.
3568         * Makefile.in: Regenerate.
3569
3570 2005-08-17  Christian Groessler  <chris@groessler.org>
3571
3572         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3573         * Makefile.in: Regenerate.
3574
3575 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3576
3577         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3578         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3579         Look for alternate names of the target cc and c++
3580         * configure: Regenerate.
3581
3582 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3583
3584         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3585         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3586         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3587         tools; remove code to manually set them.
3588         (Target tools): Look in the environment for them.
3589         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3590         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3591         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3592         build directory.
3593         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3594         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3595         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3596         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3597         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3598         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3599         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3600         * configure: Regenerate.
3601         * Makefile.in: Regenerate.
3602
3603 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3604
3605         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3606         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3607         * Makefile.in: Regenerated.
3608
3609 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3610
3611         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3612         (CFLAGS_FOR_TARGET): Use it.
3613         (CXXFLAGS_FOR_TARGET): Likewise.
3614         * Makefile.in: Regenerated.
3615         * configure.in (--with-build-sysroot): New option.
3616         * configure: Regenerated.
3617
3618 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3619
3620         * Makefile.tpl: Wrap install between unstage and stage
3621         * Makefile.in: Regenerate.
3622
3623 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3624
3625         * all files: Update FSF address.
3626
3627 2005-07-14  Jim Blandy  <jimb@redhat.com>
3628
3629         * configure.in: Add cases for Renesas m32c.
3630         * configure: Regenerated.
3631
3632 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3633
3634         * COPYING, compile, config-ml.in, config.guess,
3635         config.sub, install-sh, missing, mkinstalldirs,
3636         symlink-tree, ylwrap: Sync from upstream sources.
3637
3638 2005-07-13  Eric Christopher  <echristo@redhat.com>
3639
3640         * configure.in: Add toplevel noconfigdir support for tpf.
3641         * configure: Regenerate.
3642
3643 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
3644
3645         * Makefile.def (target_modules): Add libssp.
3646         * configure.in (target_libraries): Add target-libssp.
3647         * configure: Rebuilt.
3648         * Makefile.in: Rebuilt.
3649
3650 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3651
3652         PR ada/22340
3653
3654         * Makefile.def: Sync with gcc.
3655         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3656         * Makefile.in: Regenerate.
3657
3658 2005-07-07  Andreas Schwab  <schwab@suse.de>
3659
3660         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3661         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3662         * Makefile.in: Regenerated.
3663
3664 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
3665
3666         * configure.in: Add --enable-libssp and --disable-libssp.
3667         * configure: Regenerate with autoconf-2.13.
3668
3669 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3670
3671         * configure.in: Don't build sim or rda when targetting darwin.
3672         * configure: Regenerate.
3673
3674 2005-07-04  Ben Elliston  <bje@gnu.org>
3675
3676         * src-release (do-proto-toplev): Remove dejagnu bits.
3677         (DEJAGNU_SUPPORT_DIRS): Remove.
3678         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3679         (GDBD_SUPPORT_DIRS): Likewise.
3680         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3681         (INSIGHTD_SUPPORT_DIRS): Likewise.
3682         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3683
3684 2005-06-30  Ben Elliston  <bje@gnu.org>
3685
3686         * setup.com (mpw): Remove unused directive.
3687
3688 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3689
3690         * Makefile.def (stagefeedback): Come after profile.
3691         Define profiledbootstrap target.
3692         * Makefile.tpl (profiledbootstrap): Remove.
3693         (stageprofile-end): Zap stagefeedback.
3694         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3695         * Makefile.in: Regenerate.
3696
3697 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3698
3699         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3700         In 'cpp' stanza, support '#line' as well as '# '.
3701
3702 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3703
3704         * configure.in (unsupported_languages): New macro.
3705         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3706         non-ported target libraries in noconfigdirs.
3707         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3708         non-linux-gnu.  Remove libgcj_ex_libffi.
3709         <lang_frag loop>: Set add_this_lang=no if the language is in
3710         unsupported_languages.
3711         * configure: Regenerate.
3712
3713 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3714
3715         * configure.in: Fix typo in handling of --with-mpfr-dir.
3716         * configure: Regenerate.
3717
3718 2005-06-02  Jim Blandy  <jimb@redhat.com>
3719
3720         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3721         accepted into the master sources.)
3722
3723 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3724             Michael Snyder  <msnyder@redhat.com>
3725             Stan Cox  <scox@redhat.com>
3726
3727         * configure.in: Set noconfigdirs for ms1.
3728
3729         * configure: Regenerate.
3730
3731 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3732
3733         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3734         (Dependencies): Consider target modules for bootstrap dependencies.
3735         Make target bootstrap modules depend on each stage's gcc.
3736         * Makefile.in: Regenerate.
3737
3738 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3739
3740         * Makefile.def (configure-gcc): Depend on binutils having been built.
3741         (all-gcc): No need to do it here.
3742         * Makefile.in: Regenerate.
3743
3744 2005-05-19  Paul Brook  <paul@codesourcery.com>
3745
3746         * configure.in: Rewrite misleading error message when requested
3747         language cannot be built.
3748         * configure: Regenerate.
3749
3750 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3751
3752         * ylwrap: Import from Automake 1.9.5.
3753
3754 2005-05-04  Mike Stump  <mrs@apple.com>
3755
3756         * configure.in: Always pass --target to target configures as
3757         otherwise rebuilds that do --recheck will fail.
3758         * configure: Rebuilt.
3759
3760 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3761
3762         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3763         STAGE_HOST_EXPORTS.
3764         (configure, all): Add bootstrap support.
3765         (Host modules, target modules): Pass post-stage1 flags and exports.
3766         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3767         * Makefile.in: Regenerate.
3768
3769 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
3770
3771         Sync from gcc:
3772
3773         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
3774
3775         * config.sub: Update from master copy.
3776
3777         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
3778
3779         * configure.in <crisv32-*-*, cris-*-*>: New local variable
3780         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
3781         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
3782         "*-*-elf" and "*-*-linux*".
3783         * configure: Regenerate.
3784
3785 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
3786
3787         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3788         (TARGET_CONFIGARGS): Include --with-target-subdir.
3789         (configure, all): New macros.  Use them throughout.
3790
3791 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
3792
3793         * Makefile.tpl: Sync with gcc.
3794         * Makefile.in: Regenerate.
3795
3796 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
3797
3798         * config/mh-mingw32: Delete.
3799         * configure.in: Don't use it.
3800         * configure: Regenerate.
3801
3802 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
3803
3804         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3805         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3806         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3807         (HOST_LIB_PATH): Generate from Makefile.def.
3808         (TARGET_LIB_PATH): Likewise.
3809         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3810         * Makefile.in: Regenerate.
3811         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3812         (RPATH_ENVVAR): Include Darwin case.
3813         * configure: Regenerate.
3814
3815 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
3816
3817         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3818         * configure: Regenerate.
3819
3820 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
3821
3822         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3823         gcc_version, and gcc_version_trigger from set of flags to pass.
3824         * Makefile.tpl: Remove definitions of above variables.
3825         (config.status): Remove dependency on $(gcc_version_trigger).
3826         * Makefile.in: Regenerate.
3827         * configure.in: Do not reference config/gcc-version.m4 nor
3828         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
3829         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
3830         * configure: Regenerate.
3831
3832 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
3833             Andrew Pinski <pinskia@physics.uc.edu>
3834
3835         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3836         * Makefile.in: Regenerate.
3837
3838 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
3839
3840         PR libgcj/20160
3841         * ltmain.sh: Avoid creating archives with components that have
3842         duplicate basenames.
3843
3844 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3845
3846         PR bootstrap/20250
3847         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3848         instead of check.
3849         * Makefile.in: Regenerate.
3850
3851 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3852
3853         Sync from gcc.
3854
3855         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3856
3857         PR bootstrap/17383
3858         * Makefile.def (target_modules): Remove "stage", now unnecessary.
3859         * Makefile.tpl (HOST_SUBDIR): New substitution.
3860         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3861         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3862         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3863         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3864         (Host modules, Bootstrapped modules): Use it.
3865         (Build modules, Target modules): Do not create symlink trees,
3866         always configure out-of-srcdir.
3867         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3868         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3869         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3870         $(HOST_SUBDIR).  Create a symlink for host_subdir.
3871
3872         * Makefile.in: Regenerate.
3873         * configure: Regenerate.
3874
3875         Merged from libada-gnattools-branch:
3876         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3877
3878         * Makefile.def: Add gnattools as a module, depending on target-libada.
3879         * Makefile.in: Regenerate.
3880         * configure.in: Include gnattools in host_tools; disable it if ada
3881         is disabled.
3882         * configure: Regenerate.
3883
3884 2005-02-23  Nick Clifton  <nickc@redhat.com>
3885
3886         * configure: Regenerate.
3887
3888 2005-02-22  Paul Schlie  <schlie@comcast.net>
3889
3890         * configure.in: Allow darwin targeted ports to build tk, itcl and
3891         libgui.
3892
3893 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3894
3895         PR libgcj/10353
3896         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3897         * configure: Regenerate.
3898
3899 2005-02-08  Andrew Cagney  <cagney@gnu.org>
3900
3901         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3902         gdb/ section.  Update GDB's URL.
3903
3904 2005-01-31  Andrew Cagney  <cagney@gnu.org>
3905
3906         * gettext.m4: Only set ENABLE_NLS when gettext is present.
3907
3908 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3909
3910         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3911         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3912         target-libgloss when not *-*-elf and *-*-aout.
3913         * configure: Regenerate.
3914
3915 2005-01-27  Andrew Cagney  <cagney@gnu.org>
3916
3917         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3918
3919 2005-01-24  Andrew Cagney  <cagney@gnu.org>
3920
3921         * gettext.m4: Only fall back to ../intl/ when it's present.
3922
3923 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3924
3925         * install-sh, config.sub: Import from upstream.
3926
3927 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3928
3929         PR bootstrap/18222
3930         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3931         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3932         * Makefile.in: Regenerate.
3933
3934 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
3935
3936         Revert 2004-12-28 Makefile changes, a better fix will be
3937         applied to mainline and src after GCC 4.0 branches.
3938
3939 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
3940
3941         PR bootstrap/17383
3942
3943         * Makefile.def (target_modules): Remove stage parameter,
3944         it is always true now.
3945         * Makefile.tpl (configure-build-[+module+],
3946         configure-target-[+module+]): Always build symlink tree
3947         for the directory and for include.  BUILD_SUBDIR and
3948         TARGET_SUBDIR cannot be . anymore.
3949         * Makefile.in: Regenerate.
3950
3951 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
3952
3953         Revert 2004-12-08 Makefile changes.
3954
3955 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
3956
3957         * configure.in (sh64-*-*): Reenable gprof.
3958         * configure: Regenerate.
3959
3960 2004-12-09  Jim Blandy  <jimb@redhat.com>
3961
3962         * MAINTAINERS: List 'depcomp' as part of automake.
3963
3964 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
3965
3966         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3967         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3968         (EXTRA_TARGET_FLAGS): Add PICFLAG.
3969         * Makefile.in: Regenerate.
3970
3971 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
3972
3973         * Makefile.tpl: Generate normal dependencies if the LHS module is
3974         not bootstrapped.
3975         * Makefile.in: Regenerate.
3976
3977 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3978
3979         * configure.in: Include config/gxx-include-dir.m4.  Use
3980         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
3981         * configure: Regenerate.
3982
3983 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3984
3985         * config.if: Delete.
3986         * configure.in: Set libstdcxx_incdir directly.
3987         * configure: Regenerate.
3988         * MAINTAINERS: Remove mention of config.if.
3989         * src-release (DEVO_SUPPORT): Remove config.if.
3990
3991 2004-12-02  Eric Christopher  <echristo@redhat.com>
3992
3993         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
3994         of things to remove.
3995         * Makefile.in: Regenerate.
3996
3997 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
3998
3999         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4000         * configure: Regenerate.
4001
4002 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4003
4004         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4005         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4006         * configure: Regenerate.
4007
4008 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4009
4010         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4011         (hppa*64*-*-*): Delete incorrect comment.
4012         * configure: Rebuilt.
4013
4014 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4015
4016         * install-sh, compile: Import from automake.
4017
4018 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4019
4020         * config.guess, config.sub:  Import from savannnah.
4021
4022 2004-11-12  Mike Stump  <mrs@apple.com>
4023
4024         * Makefile.def: Add html support.
4025         * Makefile.tpl: Likewise.
4026         * Makefile.in: Regenerate.
4027
4028 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4029
4030         PR 18423
4031         * configure.in: Remove all instances of build-fixincludes from
4032         noconfigdirs.
4033         (build_configargs): Supply --target to subdirectories.
4034         * configure: Regenerate.
4035
4036         * Makefile.def: Make gcc install depend on fixincludes install.
4037         * Makefile.in: Regenerate.
4038
4039 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4040
4041         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4042         target-libgfortran.
4043         * configure: Regenerate.
4044
4045 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4046
4047         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4048         like CC.
4049
4050 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4051
4052         * Makefile.def (host fixincludes): Specify missing targets.
4053         * Makefile.in: Regenerate.
4054
4055 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4056
4057         PR other/17783
4058         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4059         * configure: Regenerated.
4060
4061 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4062
4063         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4064         * configure: Regenerated.
4065
4066 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4067
4068         PR target/18151
4069         * configure.in (case ${target}): Do not build fixincludes for avr.
4070         * configure: Regenerated.
4071
4072 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4073
4074         * configure.in (case ${target}): Do not build fixincludes
4075         on platforms where it is not used.
4076         * configure: Regenerated.
4077
4078 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4079
4080         * configure.in: Use an absolute path to install-sh.
4081         * configure: Regenerated.
4082
4083 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4084
4085         * src-release (do-djunpack, do-md5sum): Install the generated file
4086         directly into the proto-toplev/ directory.
4087
4088 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4089
4090         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4091
4092 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4093
4094         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4095         * configure: Regenerate.
4096
4097 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4098
4099         Fix wrong conflict resolution in:
4100
4101         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4102
4103         * Makefile.in: Regenerate.
4104         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4105         in the recursive `make', instead of hardwiring `all'.
4106         (Autogenerated TARGET-* variables): New.
4107
4108 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4109
4110         Merged from GCC / libtool upstream:
4111         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4112         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4113         * ltcf-cxx.sh (tpf*): Likewise.
4114         * ltconfig (tpf*): Add TPF OS configuration support.
4115
4116 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
4117
4118         * configure.in: Enable target-libgloss for crx-*-*.
4119         * configure: Regenerate.
4120
4121 2004-09-24  Michael Roth  <mroth@nessie.de>
4122
4123         * configure.in (--without-headers): Add missing double quotes.
4124         * configure: Regenerate.
4125
4126 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
4127
4128         * ylwrap: Revert to previous version.
4129
4130 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4131
4132         PR bootstrap/17369
4133         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4134         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4135         SET_GCC_LIB_PATH_CMD.
4136         (BASE_TARGET_EXPORTS): Likewise.
4137         * Makefile.in: Regenerated.
4138
4139         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4140         * configure: Regenerated.
4141
4142 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4143
4144         * config.guess: New upstream version
4145         * compile, depcomp, install-sh, ylwrap: Likewise.
4146
4147 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4148
4149         * config/mh-x86omitfp: New host makefile fragment.  Add
4150         -fomit-frame-pointer to the default BOOT_CFLAGS.
4151         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4152         * configure: Regenerate.
4153
4154 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4155
4156         PR target/11572
4157         * configure.in (*-*-darwin*): Renable libobjc.
4158         * configure: Regenerate.
4159
4160 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4161
4162         * Makefile.def: Remove libbanshee.
4163         * Makefile.tpl: Ditto.
4164         * configure.in: Ditto.
4165         * Makefile.in: Regen.
4166         * configure: Ditto.
4167
4168 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4169
4170         * missing: Import latest version from master repository.
4171
4172 2004-09-04  Nick Clifton  <nickc@redhat.com>
4173
4174         * config.sub: Import latest version from master repository.
4175         * config.guess: Likewise.
4176         This includes these changes:
4177
4178         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4179
4180         * config.sub: Handle crisv32, alias etraxfs.
4181         * config.guess (crisv32:Linux:*:*): Handle.
4182
4183         2004-08-13  Brad Smith  <brad@comstyle.com>
4184
4185         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4186         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4187
4188         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4189
4190         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4191         assume the processor is a powerpc.  This is because coreutils
4192         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4193         in this case, due to a MacOS X bug that causes
4194         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4195         to return a negative number.
4196         Problem reported by Petter Reinholdtsen in:
4197         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4198
4199         2004-07-19  Ben Elliston  <bje@gnu.org>
4200
4201         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4202
4203         2004-06-24  Ben Elliston  <bje@gnu.org>
4204
4205         * config.guess: Update copyright years.
4206         * config.sub: Likewise.
4207
4208         2004-06-22  Robert Millan  <robertmh@gnu.org>
4209
4210         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4211         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4212
4213         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4214
4215         * config.guess (*:*VMS:*:*): New entry. Replaces
4216         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4217         manufacturer.
4218
4219         2004-06-22  Ben Elliston  <bje@gnu.org>
4220
4221         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4222         * config.sub: Likewise.
4223
4224         2004-06-22  Ben Elliston  <bje@gnu.org>
4225
4226         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4227         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4228
4229         2004-06-11  Ben Elliston  <bje@gnu.org>
4230
4231         * config.guess (pegasos:OpenBSD:*:*): Remove.
4232
4233         2004-06-11  Ben Elliston  <bje@gnu.org>
4234
4235         From Wouter Verhelst <wouter@grep.be>:
4236         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4237
4238         2004-06-11  Ben Elliston  <bje@gnu.org>
4239
4240         * config.guess (luna88k:OpenBSD:*:*): New.
4241
4242         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4243
4244         * config.guess (m32r*:Linux:*:*): New case.
4245         * config.sub: Handle m32rle.
4246
4247         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4248
4249         From Jens Petersen  <petersen@redhat.com>:
4250         * config.sub: Handle sparcv8.
4251
4252         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4253
4254         From Tom Smith <smith@cag.lkg.hp.com>:
4255         * config.guess: Version suffixes are equally significant on Tru64
4256         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4257         prefix of "P" (patched kernel).
4258
4259         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4260
4261         * config.sub: Add support for National Semiconductor CRX target.
4262
4263 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4264
4265         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4266         *-*-netware, but add target-libmudflap.
4267         Consolidate *-*-netware targets (of which really only i?86 exists)
4268         into a single entry.
4269         * configure: Likewise.
4270
4271 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4272
4273         * Makefile.tpl (sorry): Remove.
4274         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4275         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4276         (do-clean): Clean per-stage directories too.
4277         (do-distclean): Run distclean-stage1 too.
4278         (.NOTPARALLEL): Enable during toplevel bootstrap.
4279         (stage[+id+]-bubble): Enable parallel execution during
4280         the recursive invocation.
4281         * Makefile.in: Regenerate.
4282
4283         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4284
4285         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
4286
4287         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4288         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4289         * configure: regenerate
4290         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4291         -mdynamic-no-pic
4292
4293 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4294
4295         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4296         include.
4297         * configure.in: Fix indentation.
4298         * configure: Regenerate.
4299
4300 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4301
4302         * Makefile.def (build_modules): Add fixincludes.
4303         (dependencies): Make gcc depend on fixincludes.
4304         * configure.in (build_tools): Add fixincludes.
4305         (build_configdirs): Always include build_libs.
4306         * Makefile.in: Regenerate.
4307         * configure: Regenerate.
4308
4309 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4310
4311         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4312         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4313         phony targets; do not generate timestamp files.
4314         (distclean-stageN): Remove references to their timestamp files.
4315         (restageN, touch-stageN): Remove.
4316         (stageN-bubble): Rewritten.
4317         (compare): Support lean bootstraps.
4318         * Makefile.in: Regenerate.
4319
4320         * configure.in: Only warn when bootstrapping but
4321         build != host or build != target.  Support lean bootstraps.
4322         * configure: Regenerate.
4323
4324         Sync from gcc:
4325         2004-08-26  Phil Edwards  <phil@codesourcery.com>
4326
4327         * configure.in:  Give a better error message if GMP/MPFR are missing
4328         and a language needing them has been requested.
4329         * configure:  Regenerated.
4330
4331         2004-08-25  Phil Edwards  <phil@codesourcery.com>
4332
4333         * configure.in:  Print a list of available language front-ends if
4334         a requested one is missing.  Tidy stray tab characters.
4335         * configure:  Regenerated.
4336
4337 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
4338
4339         * Makefile.in: Regenerate.
4340         * configure: Regenerate.
4341
4342         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4343         stage_*_flags.
4344         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4345         for bootstrapped modules if toplevel bootstrap is going.
4346         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4347         modules.  Adjust for changes in Makefile.def.  Enable several
4348         rules even in non-bootstrap mode, just to avoid peppering the
4349         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4350         (stage-[+prev+]-bubble): Remove.
4351
4352         * Makefile.def (Dependencies): Depend on all-build-bison,
4353         all-build-flex, all-build-byacc, all-build-texinfo, rather
4354         than the host variations.
4355         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4356         with BUILD_SUBDIR.
4357         (BISON): Update for recent Bisons.
4358         (YACC): Fix typo.
4359         (cross): Depend on all-build.
4360         (all): Do not depend on all-build.
4361         (prebootstrap): Remove.
4362         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4363         (Prebootstrap dependencies): Add them to the per-stage targets
4364         and to all-prebootstrap.
4365         * configure.in (build_configdirs): Always enable build_tools.
4366         (BUILD_DIR_PREFIX): Remove.
4367
4368         * Makefile.def (gcc): Add target variable.
4369         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4370         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4371         in the recursive `make', instead of hardwiring `all'.
4372         (Autogenerated TARGET-* variables): New.
4373
4374 2004-08-17  Robert Millan  <robertmh@gnu.org>
4375
4376         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4377         (instead of FreeBSD).
4378         * configure: Regenerate.
4379
4380 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4381
4382         * Makefile.def, configure.in, src-release: Remove useless, bogus
4383         references to tix.
4384         * Makefile.in, configure: Regenerate.
4385
4386         * src-release: Stop distributing mmalloc with gdb (which doesn't
4387         use it).
4388         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4389         * Makefile.in: Regenerate.
4390
4391 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4392
4393         * configure.in (arm*-*-eabi*): New target.
4394         * configure: Regenerate.
4395
4396 2004-08-01  Robert Millan  <robertmh@gnu.org>
4397
4398         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4399         libmudflap for all GNU-based systems (with Glibc).
4400         * configure: Regenerate.
4401
4402 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4403
4404         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4405         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4406         (Dependencies): New section.
4407         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4408         (configure-target-[+module+]): Depend on maybe-all-gcc
4409         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4410         (toplevel profiledbootstrap): Fix dependencies.
4411         * Makefile.in: Regenerate.
4412
4413 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4414
4415         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4416         target-libiberty to noconfigdirs.
4417
4418 2004-08-03  Paul Brook  <paul@codesourcery.com>
4419
4420         * configure.in: Check for MPFR as well as GMP.
4421         * configure: Regenerate.
4422
4423 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4424
4425         * Makefile.def (host-modules): Add gcc.
4426         * Makefile.in: Regenerate.
4427         * Makefile.tpl (sorry): New rule.
4428         (configure-host, all-host, [+make_target+]-host, do-check,
4429         install-host): Do not add gcc as a special case.
4430         (host modules): Add a small special-casing for gcc.  Export
4431         extra_make_flags through the environment.
4432         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4433         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4434         other recursive targets for gcc): Remove.
4435
4436         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4437         (stage, unstage): New rules.
4438         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4439         distclean-stage[+id+]): Use stage_current.
4440         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4441         the stage*-start rules.
4442
4443 2004-07-19  Robert Millan  <robertmh@gnu.org>
4444
4445         Synced from gcc:
4446
4447         2004-04-26  Robert Millan  <robertmh@gnu.org>
4448
4449         Add patches from libtool CVS.
4450         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4451         * ltconfig: Likewise.
4452         * ltcf-c.sh: Likewise.
4453         * ltcf-cxx.sh: Likewise.
4454         * ltcf-gcj.sh: Likewise.
4455
4456 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4457
4458         * configure.in: Add noconfigdirs for crx-*-*.
4459         * configure: Regenerate.
4460
4461 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4462
4463         Synced from gcc:
4464
4465         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
4466
4467         * configure.in: Build libmudflap by default on FreeBSD.
4468         * configure: Regenerated.
4469
4470         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4471
4472         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4473         systems.
4474         * configure: Regenerated.
4475
4476         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4477
4478         PR target/16344
4479         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4480         feedback based compiler.
4481         * Makefile.in: Rebuilt.
4482
4483         2004-07-05  Phil Edwards  <phil@codesourcery.com>
4484
4485         * configure.in:  Do not prepend $srcdir to /dev/null in
4486         makefile fragments.
4487         * configure:  Regenerate.
4488
4489 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4490
4491         * Makefile.def (host_modules): Set bootstrap=true for flex.
4492         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4493         * Makefile.in: Rebuilt.
4494
4495 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4496
4497         * Makefile.def (build_modules): Add bison, byacc, flex,
4498         m4, texinfo.
4499         (flags_to_pass): Add FLEX.
4500         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4501         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4502         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4503         DEFAULT_MAKEINFO): Remove.
4504         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4505         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4506         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4507         objdir or else use configured tool.
4508         (all-build): New.
4509         (all): Depend on it.
4510         (Build module dependencies): Add.
4511         * Makefile.in: Regenerate.
4512         * configure.in: Better support for multiple build modules,
4513         matching what is done for host/target modules.  Do not look
4514         for "plausible" locations of build tools if Canadian cross.
4515         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4516         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4517         * configure: Regenerate.
4518
4519 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4520
4521         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4522         * Makefile.in: Regenerate.
4523
4524 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4525
4526         * Makefile.tpl (configure-build-[+module+],
4527         configure-[+module+], configure-target-[+module+]): Pass
4528         [+extra_configure_args+].
4529         (all-build-[+module+], all-[+module+], check-[+module+],
4530         install-[+module+], [+make_target+]-[+module+],
4531         all-target-[+module+], check-target-[+module+],
4532         install-target-[+module+], [+make_target+]-target-[+module+]):
4533         Pass [+extra_make_args+].
4534         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4535         (GCC_HOST_EXPORTS): Remove.
4536         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4537         cross, check-gcc, check-gcc-c++, install-gcc,
4538         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4539         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4540         * Makefile.in: Regenerate.
4541
4542 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
4543
4544         * configure.in: Check for srcdir/winsup rather than build directory
4545         winsup.
4546         * configure: Regenerate.
4547
4548 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
4549
4550         * configure.in: Don't build Cygwin native newlib if winsup
4551         directory is missing.  Emit warning instead.
4552         * configure: Regenerate.
4553
4554 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
4555
4556         * Makefile.tpl (touch-stage[+id+]): New.
4557         (restage[+prev+]): Depend on touch-stage[+id+].
4558
4559         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4560         Use it throughout.
4561
4562         * Makefile.def: Add profile and feedback bootstrap stages.
4563         Remove next field from bootstrap stages.
4564         * Makefile.tpl (LN, LN_S): Substitute.
4565         (stageN-start, stageN-end): Use double-colon rules, to
4566         provide a hook for additional setup commands.
4567         (distclean-stageN-gcc, restageN): Create dependencies from
4568         [+prev+], not from [+next+].
4569         (stageN-bubble): Add commands for successive stages from
4570         [+prev+], using double-colon rules.
4571         (all-stageN-gcc): Fix typo.
4572         (stagefeedback-start, profiledbootstrap): New.
4573         * Makefile.in: Regenerate.
4574         * configure.in: Call ACX_PROG_LN.
4575         * configure: Regenerate.
4576
4577 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
4578
4579         * configure.in: Fix --enable-bootstrap breakage introduced in trees
4580         without gcc.
4581         * configure: Regenerate.
4582
4583 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4584
4585         * Makefile.tpl: Fix typo.
4586         * Makefile.in: Regenerate.
4587
4588 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4589
4590         * configure.in: Remove new- prefix from toplevel
4591         bootstrap targets.
4592         * configure: Regenerate.
4593
4594 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4595
4596         Merge this patch from the gcc tree:
4597
4598         2004-05-30  Andreas Jaeger  <aj@suse.de>
4599                     Jim Wilson <wilson@specifixinc.com>
4600
4601         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4602         like CC.
4603
4604 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4605
4606         * Makefile.tpl (all.normal): Rename to all.
4607         (all): Replace with a rule to pick the default
4608         target from configure.
4609         (all-gcc, configure-gcc): Use conditionals to
4610         do nothing when toplevel bootstrap is going on.
4611         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4612         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4613         * configure.in: Support --enable-bootstrap.
4614
4615         * Makefile.def: Remove new- prefix from toplevel
4616         bootstrap targets.
4617         * Makefile.tpl: Likewise.
4618
4619         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
4620         target.
4621
4622         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4623         $(RECURSE_FLAGS) to recursive invocation of make.
4624
4625         * Makefile.in: Regenerate.
4626         * configure: Regenerate.
4627
4628 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
4629
4630         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4631         * configure: Regenerate.
4632
4633 2004-05-25  Daniel Jacobowitz  <drow@false.org>
4634
4635         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4636         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4637         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
4638         targets.
4639         * Makefile.in: Regenerate.
4640
4641 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
4642
4643         * configure.in: Test the ability to symlink directories.
4644         * configure: Regenerate.
4645
4646         * Makefile.def (bootstrap-stage): New definitions.
4647         * Makefile.tpl (configure-stage1-gcc,
4648         configure-stage2-gcc, configure-stage3-gcc,
4649         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4650         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4651         new-restage3, compare): Autogenerate, see Makefile.in
4652         entry for behavioral changes.
4653         (distclean-stage1, new-stage1-start, new-stage1-end,
4654         new-stage1-bubble, distclean-stage2, new-stage2-start,
4655         new-stage2-end, new-stage2-bubble, distclean-stage3,
4656         new-stage3-start, new-stage3-end): New autogenerated targets.
4657         (objext, prebootstrap, BOOT_CFLAGS,
4658         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4659         targets.
4660
4661         * Makefile.in: Regenerate.
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 targets.
4666         (all-stage1-gcc): Move prebootstrap dependency from here...
4667         (configure-stage1-gcc): ...to here.
4668         (new-bootstrap): Use bubble targets.
4669         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4670         Use per-stage distclean targets.
4671         (configure-stage1-gcc, configure-stage2-gcc,
4672         configure-stage3-gcc, all-stage1-gcc,
4673         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4674         Use new-stageN-start to prepare the tree.
4675
4676 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4677
4678         * Makefile.def (host_modules): add libcpp.
4679         * Makefile.tpl: Add dependencies on and for libcpp.
4680         * Makefile.in: Regenerate.
4681         * configure.in: Add libcpp host module.
4682         * configure: Regenerate.
4683
4684 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4685
4686         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4687         of libf2c.
4688         * configure, Makefile.in: Regenerate.
4689
4690 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4691
4692         Merge from tree-ssa-20020619-branch.
4693
4694         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4695         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4696         (HOST_GMPLIBS): Define.
4697         (HOST_GMPINC): Define.
4698         (TARGET_LIB_PATH): Add libmudflap.
4699         (GFORTRAN_FOR_TARGET): Define.
4700         (configure-build*): Export GFORTRAN.
4701         (configure-gcc): Export GMPLIBS and GMPINC.
4702         (all-gcc): Add maybe-all-libbanshee.
4703         (configure-target-libgfortran): Define.
4704         * Makefile.in: Regenerate.
4705         * configure.in (host_libs): Add libbanshee.
4706         (target_libraries): Add target-libmudflap and target-libgfortran.
4707         Add --with-libbanshee.
4708         Handle --disable-libmudflap.
4709         (*-*-freebsd*): Use with_gmp.
4710         Add $(libgcj) to noconfigdirs.
4711         * configure: Regenerate.
4712         * depcomp: New file.
4713         * MAINTAINERS: Add tree-ssa maintainers.
4714
4715 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
4716
4717         * config/acx.m4: Fix fastcompare support for new-bootstrap.
4718         * configure: Regenerate.
4719
4720 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4721
4722         Revert:
4723         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4724
4725         * Makefile.def (flags_to_pass): Remove *dir variables that
4726         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4727         as well as prefix and exec_prefix.
4728         * Makefile.in: Regenerate.
4729
4730 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4731
4732         * Makefile.def (host_modules): Mark with the bootstrap
4733         flag packages on which gcc depends.
4734         * Makefile.tpl (all-bootstrap): Use it.
4735         * Makefile.in: Regenerate.
4736
4737 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4738
4739         * Makefile.def (flags_to_pass): Remove *dir variables that
4740         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4741         as well as prefix and exec_prefix.
4742         * Makefile.in: Regenerate.
4743
4744 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4745
4746         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4747         * configure: Regenerate.
4748         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4749         * gcc/Makefile.tpl (compare): Use the result of the test.
4750         * gcc/Makefile.in: Regenerate.
4751
4752 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
4753
4754         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4755         Always relocate gcc and prev-gcc to the original names, even
4756         if the build fails.
4757         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4758         New targets.
4759
4760 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4761
4762         * configure.in (mips*-*-irix5*): Enable ld.
4763         * configure: Regenerate.
4764
4765 2004-04-15  James E Wilson  <wilson@specifixinc.com>
4766
4767         * Makefile.tpl (configure-[+module+], configure-gcc,
4768         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4769         Set and export LDFLAGS.
4770         * Makefile.in: Regenerate.
4771
4772 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4773
4774         PR bootstrap/14871
4775         * Makefile.tpl: If we don't have built-in-tree target tools,
4776         use the ones found by configure rather than hacking around with
4777         program_transform_name.
4778         * configure.in: Give Makefile.tpl the information necessary
4779         to do that.
4780         * Makefile.in: Regenerate.
4781         * configure: Regenerate.
4782
4783 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
4784
4785         PR bootstrap/14760
4786         * configure.in: When computing baseargs, strip *all* copies of
4787         offending options.  Also, don't match/substitute the trailing space,
4788         so that this actually works when two similar options are separated by
4789         only one space.
4790         * configure: Regenerate.
4791
4792 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
4793
4794         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4795         (rs6000-*-aix*): Same.
4796         * configure: Regenerate.
4797
4798 2004-03-25  Stan Shebs  <shebs@apple.com>
4799
4800         Remove MPW support, no longer used.
4801         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4802         mpw-install: Remove files.
4803         * src-release (DEVO_SUPPORT): Remove names of removed files.
4804         * MAINTAINERS: Likewise.
4805
4806 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
4807
4808         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4809         STRICT_WARN, WARN_CFLAGS flags passed down to make.
4810         * Makefile.in: Regenerate.
4811
4812         * configure.in (top level bootstrap support): Rework --enable-werror
4813         to set @stage2_werror_flag@.
4814         * configure: Regenerate.
4815         * Makefile.tpl (top level bootstrap support): Pass
4816         @stage2_werror_flag@ down to configure in stages 2 and 3.
4817         * Makefile.in: Regenerate.
4818
4819 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4820
4821         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4822         for stages 2 and 3 as well as in make.  As a consequence, remove
4823         OUTPUT_OPTION (now detected by configure) from the flags passed down
4824         to make.
4825         * Makefile.in: Regenerate.
4826
4827         * Makefile.tpl (new-bootstrap): Fix typo.
4828         * Makefile.in: Regenerate.
4829
4830 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4831
4832         * Makefile.tpl: Rearrange by moving recursive_targets rules
4833         into their proper sections.
4834         * Makefile.tpl (top level bootstrap support): Move disabling
4835         of coverage flags from 'make' to 'configure'; improve comments.
4836         * Makefile.in: Regenerate.
4837
4838         * Makefile.tpl (experimental top level bootstrap) Move stage1
4839         language setting from all- target to configure- target; disable
4840         intermodule optimization in stage 1; prevent gratuitous rebuilds
4841         of stage 1.
4842         * Makefile.in: Regenerate.
4843         * configure.in: Comma-separate stage 1 language list for top
4844         level bootstrap.
4845         * configure: Regenerate.
4846
4847         * Makefile.tpl: Clean up experimental top level bootstrap support:
4848         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4849         prev-gcc in configure- targets as well as all- targets.
4850         * Makefile.in: Regenerate.
4851
4852 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
4853
4854         * configure.in: Remove symbolic link section.
4855         * configure: Regenerate.
4856         * Makefile.tpl (links): Remove.
4857         * Makefile.in: Regenerate.
4858
4859 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
4860             Nathanael Nerode  <neroden@gcc.gnu.org>
4861
4862         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
4863         Set with AC_CHECK_PROGS.
4864         * configure.in: Fix comment typo from last patch.
4865         * configure: Regenerate.
4866
4867 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4868
4869         * Makefile.tpl: Introduce experimental top level bootstrap support.
4870         * Makefile.in: Regenerate.
4871         * configure.in: Introduce support for top level bootstrap.
4872         * configure: Regenerate.
4873
4874 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4875             Paolo Bonzini  <bonzini@gnu.org>
4876
4877         PR bootstrap/14522
4878         * configure.in: Cope with shells that do not support unquoted ^
4879         * configure: Regenerate.
4880
4881 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4882             Paolo Bonzini  <bonzini@gnu.org>
4883
4884         PR bootstrap/14522
4885         * configure.in: Cope with shell that do not support nesting
4886         quotes inside quoted backquote substitutions.
4887         * configure: Regenerate.
4888
4889 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
4890
4891         PR bootstrap/14522
4892         * configure.in: Fix escaping of $.
4893         * configure: Regenerate.
4894
4895 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4896
4897         * configure: Regenerate.
4898
4899 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
4900
4901         PR ada/14131
4902         Move language detection to the top level.
4903         * configure.in: Find default values for the tools as
4904         soon as possible.  Disable ada if GNAT is not found.
4905         Emit error message about missing languages.  Expand
4906         --enable-languages=all for the gcc subdirectory.
4907
4908 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
4909
4910         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4911         and disable libgcj.
4912         * configure: Regenerated.
4913
4914 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4915
4916         PR bootstrap/7087
4917         * Makefile.tpl: Guard XFOO sed statements better.
4918         * Makefile.tpl: Add dependency for configure-target-libada.
4919         * Makefile.in: Regenerate (incidentally fixes broken
4920         commit when libada-branch was merged).
4921
4922 2004-02-28  Andrew Cagney  <cagney@redhat.com>
4923
4924         * src-release (CVS_NAMES): Define.
4925         (do-tar, do-tar): Prune $(CVS_NAMES).
4926
4927 2004-02-23  Andrew Cagney  <cagney@redhat.com>
4928
4929         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
4930         2004-02-19.09.
4931
4932 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4933
4934         PR bootstrap/11932
4935         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4936
4937 2004-02-19  Andrew Cagney  <cagney@redhat.com>
4938
4939         * config.guess: Update from version 2003-06-12 to 2004-02-16.
4940         * config.sub: Update from version 2003-06-13 to 2004-02-16.
4941
4942 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
4943
4944         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4945         (rs6000-*-aix*): Same.
4946         * configure: Regenerate.
4947
4948 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
4949
4950         * configure.in (host): Add in missing $noconfigdirs to defines.
4951         * configure: Regenerate.
4952
4953 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
4954             Nathanael Nerode  <neroden@gcc.gnu.org>
4955
4956         PR ada/6637, PR ada/5911
4957         Merge with libada-branch:
4958         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4959         with appropriate dependencies. Add --enable-libada configure switch.
4960         * configure, Makefile.in: Regenerate.
4961
4962 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4963
4964         * configure.in: Don't pass --with-stabs on IRIX 5 either.
4965         * configure: Regenerate.
4966
4967 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
4968
4969         * COPYING.NEWLIB: Update Red Hat license to 2004.
4970
4971 2004-01-23  DJ Delorie  <dj@redhat.com>
4972
4973         * Makefile.def (target_modules) [libiberty]: Don't stage.
4974         * Makefile.in: Rebuilt.
4975
4976 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
4977
4978         * COPYING.NEWLIB: Update to include copyrights for new
4979         iconv code.
4980
4981 2004-01-15  Andrew Cagney  <cagney@redhat.com>
4982
4983         * src-release: Update copyright year.
4984         (do-proto-toplev): Configure using i686-pc-linux-gnu.
4985         (NEWLIB_SUPPORT_DIRS): Delete macro.
4986         (newlib.tar.bz2): Delete rule.
4987
4988 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
4989
4990         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
4991         * Makefile.tpl (configure-target-[+module+]): Support stage.
4992         * Makefile.in: Rebuilt.
4993
4994 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4995
4996         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
4997         throughout.
4998
4999 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5000
5001         * configure.in: Use ./config.cache, not config.cache.
5002         * configure: Regenerate.
5003         * Makefile.tpl: Special-casing not needed for GCC any more.
5004         * Makefile.in: Regenerate.
5005
5006         * configure.in: Don't share a cache file for host dirs.
5007         * configure: Regenerate.
5008
5009         * config-ml.in: Don't mess with the cache file.
5010
5011 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5012
5013         * Makefile.tpl: Make GCC use a separate config.cache.
5014         * Makefile.in: Regenerate.
5015
5016         PR bootstrap/11932, PR bootstrap/11933
5017         (I don't know if it will fix either of them, but it relates
5018         to them.)
5019         * configure.in: Don't use shared config.cache for target
5020         directories.
5021         * configure: Regenerate.
5022
5023 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5024
5025         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5026         * configure: Regenerated.
5027
5028 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5029
5030         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5031         * configure: Regenerated.
5032
5033 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5034
5035         Port change over from GCC:
5036         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5037         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5038         (configure-build-[+module+], configure-[+module+]): Likewise.
5039         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5040         * Makefile.in: Regenerate.
5041
5042 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5043
5044         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5045         * configure: Regenerate.
5046
5047 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
5048
5049         * COPYING.NEWLIB: Add license info for long long routines added to
5050         stdlib.
5051
5052 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5053
5054         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5055         * Makefile.in: Regenerate.
5056
5057 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5058
5059         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5060         * configure:  Regenerate.
5061
5062 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5063
5064         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5065         HOST_FLAGS_TO_PASS.
5066         * Makefile.in: Regenerate.
5067
5068 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5069
5070         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5071         * configure: Rebuilt
5072         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5073         * Makefile.in: Rebuilt
5074
5075 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5076
5077         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5078
5079 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
5080
5081         * config-ml.in:  Use ac_configure_args directly instead of
5082         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5083         actually seen.
5084
5085 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5086
5087         * config-ml.in: Propagate INSTALL variables.
5088
5089 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5090
5091         * configure.in: Pass a computed --program-transform-name
5092         to subconfigures.
5093         * configure: Regenerated.
5094
5095 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5096
5097         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5098         * Makefile.in: Regenerate.
5099
5100         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5101         * Makefile.in: Regenerate.
5102
5103 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5104
5105         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5106         quoting.
5107         * configure: Regenerated.
5108
5109 2003-09-12  Michael Chastain  <mec@shout.net>
5110
5111         Fix PR gdb/857.
5112         * src-release (do-proto-topleve): Remove junk files
5113         intl/config.cache, intl/config.status,
5114         intl/config.h, intl/stamp-h.
5115
5116 2003-09-14  Andrew Cagney  <cagney@redhat.com>
5117
5118         * src-release (dejagnu.tar): New target.
5119         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5120         (do-djunpack): Use $(PACKAGE) for the package name.
5121
5122 2003-09-04  DJ Delorie  <dj@redhat.com>
5123
5124         * configure: Regenerate.
5125
5126 2003-09-04  Robert Millan  <robertmh@gnu.org>
5127
5128         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5129
5130 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5131
5132         * configure.in: Ensure arguments to sed are properly spaced.
5133         * configure: Regenerate.
5134
5135 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
5136
5137         Merge from gcc:
5138         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5139         * install-sh:  Update to newer upstream versions (associated with
5140         aclocal 1.7).
5141         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5142
5143 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5144
5145         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5146         * configure: Regenerated.
5147
5148 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5149
5150         * configure.in:  Use newline instead of semicolon when assuming
5151         shell arguments in a for loop.
5152         * configure:  Regenerated.
5153
5154 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5155
5156         PR 8180
5157         * configure.in: When testing with_libs and with_headers, treat
5158         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5159         * configure: Regenerate.
5160
5161         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5162         make, shell, etc.
5163         (baseargs): Likewise.
5164         * configure: Regenerate.
5165
5166 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5167
5168         * configure.in: Disable libgcj for darwin not on powerpc.
5169         * configure: Rebuild.
5170
5171 2003-08-15  Michael Chastain  <mec@shout.net>
5172
5173         * src-release (do-proto-toplev): Remove junk files
5174         dejagnu/example/calc/config.status,
5175         dejagnu/example/calc/config.log.
5176
5177 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5178
5179         * config-ml.in, symlink-tree: Add license.
5180
5181 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5182
5183         Merge from gcc:
5184
5185         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5186         * Makefile.tpl (check, check-c++): Express dependencies using
5187         dependencies rather than commands.
5188         * Makefile.in: Regenerate.
5189
5190         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5191         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5192         * Makefile.in: Update.
5193
5194 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5195
5196         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5197         * configure: Ditto.
5198
5199 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5200
5201         * configure.in: Enable libgcj for darwin.
5202         * configure: Rebuild.
5203
5204 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5205
5206         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5207
5208 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5209
5210         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5211         creating target and build subdirs to build all parent dirs as needed.
5212         * Makefile.in: Rebuild.
5213         * configure.in: Don't build dirs explicitly here.
5214         * configure: Rebuild.
5215
5216 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5217
5218         * Makefile.tpl (all-make): Depend on intl.
5219         * Makefile.in: Rebuilt.
5220
5221 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5222
5223         * config.if: Remove unused libc_interface determination.
5224
5225 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5226
5227         * Makefile.in: Regenerate, correctly this time.
5228
5229 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5230
5231         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5232         unused INSTALL_PROGRAM_ARGS.
5233         * configure.in: Use AC_PROG_INSTALL.
5234         * Makefile.in: Regenerate.
5235         * configure: Regenerate.
5236
5237 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5238
5239         * configure: Rebuilt.
5240         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5241         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5242         newlib nor libgloss.
5243         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5244         * configure.in (am33_2.0-*-linux*): Added.
5245
5246 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5247
5248         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5249         * configure: Regenerate.
5250
5251 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
5252
5253         * config-ml.in: Replace PWD with PWD_COMMAND.
5254         * Makefile.tpl: Likewise.
5255         * Makefile.in: Regenerated.
5256
5257 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5258
5259         * configure.in: Clean up config-lang.in handling.  Delete
5260         useless assignment to "subdirs".
5261         * configure: Regenerate.
5262
5263 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5264
5265         * configure.in: Rename 'target_libs' to 'target_libraries'.
5266         Remove useless reference to 'target_libs'.
5267         * configure: Regenerate.
5268
5269 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5270
5271         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5272         * Makefile.in: Regenerate.
5273
5274 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5275
5276         * Makefile.def: Introduce flags_to_pass.
5277         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5278         * Makefile.in: Regenerate.
5279
5280 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
5281
5282         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5283         and target-libgloss.
5284         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5285         <h8300*-*-*>: Disable libf2c and ${libgcj}.
5286         * configure: Regenerate.
5287
5288 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
5289
5290         * configure.in: Update testsuite_flags to new location.
5291         * configure. Regenerate.
5292
5293 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5294
5295         * Makefile.tpl: Remove BUILD_CC stuff.
5296         * Makefile.in: Regenerate.
5297
5298 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
5299
5300         * config.guess: Update to 2003-06-12 version.
5301         * config.sub: Update to 2003-06-13 version.
5302
5303 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5304
5305         * MAINTAINERS: Add myself as MIPS co-maintainer.
5306
5307 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
5308
5309         * config.guess: Update to 2003-06-06 version.
5310         * config.sub: Update to 2003-06-06 version.
5311
5312 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5313
5314         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5315         * configure. Regenerate.
5316
5317 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5318
5319         * configure.in: Disable serial configure by default.
5320         * configure: Regenerate.
5321         * Makefile.tpl: Abolish .NOTPARALLEL.
5322         * Makefile.in: Regenerate.
5323
5324         * Makefile.tpl: Replace {build,host,target}_canonical by
5325         {build,host,target}.
5326         * Makefile.in: Regenerate.
5327
5328         * Makefile.tpl: Fix stupid pasto.
5329         * Makefile.in: Regenerate.
5330
5331 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5332
5333         * Makefile.tpl: Remove bogus conditional.
5334         * Makefile.in: Regenerate.
5335
5336 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5337
5338         * Makefile.tpl: Make 'recursive targets' using autogen rather
5339         than shell loop.  Remove duplicate 'clean' targets and false
5340         comments.
5341         * Makefile.def: Add systematic dependencies to 'recursive' targets.
5342         Add systematic method of specifying missing targets in subdirs.
5343         Add copyright boilerplate.
5344         * Makefile.in: Regenerate.
5345         * configure.in: Add 'recursive targets' to maybe list.
5346         * configure: Regenerate.
5347
5348         * Makefile.tpl: Rename [+target+] to [+make_target+].
5349         * Makefile.def: Rename 'target' to 'make_target'.
5350
5351 2003-05-30  Nick Clifton  <nickc@redhat.com>
5352
5353         * README-maintainer-mode: Update URL for locating blessed config
5354         tools.
5355
5356 2003-05-29  Robert Millan  <rmh@debian.org>
5357
5358         * ltconfig: Import this patch and modify for use with current
5359         version of ltconfig:
5360
5361         2003-05-21  Bruno Haible  <bruno@clisp.org>
5362
5363         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5364         GNU/FreeBSD.
5365
5366 2003-05-28  DJ Delorie  <dj@redhat.com>
5367
5368         * Makefile.tpl: Make maybe-check-gcc .PHONY.
5369         * Makefile.in: Regenerate.
5370
5371 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
5372
5373         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
5374
5375 2003-05-21  DJ Delorie  <dj@redhat.com>
5376
5377         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5378         newlib or libgloss.
5379         * Makefile.in: Regenerate.
5380
5381 2003-05-21  DJ Delorie  <dj@redhat.com>
5382
5383         * Makefile.tpl: Add missing empty maybe-check-gcc target.
5384         * Makefile.in: Regenerate.
5385
5386 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5387
5388         * configure.in: Use curly braces in the definition of tooldir.
5389         * configure: Regenerate.
5390
5391 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5392
5393         * configure.in: Switch more things to use maybe dependencies.
5394         * Makefile.tpl: Switch more things to use maybe dependencies.
5395         Factor out common code from autogen IF statements.
5396         * configure: Regenerate.
5397         * Makefile.in: Regenerate.
5398
5399 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
5400
5401         * configure.in: Accept i[3456789]86 for machine type.
5402         * configure: Regenerate.
5403
5404 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5405
5406         * configure.in: Switch more things to use maybe dependencies.
5407         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
5408         * configure: Regenerate.
5409         * Makefile.tpl: Switch more things to use maybe dependencies.
5410         * Makefile.in: Regenerate.
5411
5412 2003-05-16  Andreas Schwab  <schwab@suse.de>
5413
5414         * Makefile.tpl (install-opcodes): Define.
5415         * Makefile.in: Rebuild.
5416
5417 2003-05-13  Andreas Jaeger  <aj@suse.de>
5418
5419         * config.guess: Update to 2003-05-09 version.
5420         * config.sub: Update to 2003-05-09 version.
5421
5422 2003-05-13  Michael Eager <eager@mvista.com>
5423
5424         * configure.in: Correct sed script so that options in quotes are not
5425         deleted.
5426         * configure: Rebuild.
5427
5428 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
5429
5430         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5431         and $$s/newlib/libc/sys/cygwin32 include paths.
5432         * configure: Ditto.
5433
5434 2003-05-05  H.J. Lu <hjl@gnu.org>
5435
5436         * config-ml.in: Restored from gcc repository.
5437
5438 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
5439
5440         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5441         * Makefile.in: Regenerate.
5442
5443 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5444
5445         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5446         and Makefile.def.
5447
5448 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5449
5450         * Makefile.tpl: Clean $(BUILD_SUBDIR).
5451         * Makefile.in: Regenerated.
5452
5453 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5454
5455         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5456         * Makefile.in: Regenerate.
5457
5458 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
5459
5460         * configure.in (powerpc64*-*-linux*): Remove.
5461         * configure: Rebuilt.
5462
5463 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
5464
5465         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
5466         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5467         and restrap.
5468         * Makefile.in:  Regenerate.
5469
5470 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
5471
5472         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5473         * configure: Regenerated.
5474
5475 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
5476
5477         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5478         * */configure: Rebuilt.
5479
5480 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5481
5482         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5483         * Makefile.in: Regenerate.
5484
5485 2003-03-14  Michael Chastain  <mec@shout.net>
5486
5487         * Makefile.in: Regenerate with correct Makefile.def.
5488
5489 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5490
5491         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
5492         Make macro.
5493         * Makefile.in: Regenerate.
5494         * configure.in: Clean up gxx_include_dir logic.
5495         * configure: Regenerate.
5496
5497 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5498
5499         * configure.in (gxx_include_dir): Fix typo.
5500         * configure: Regenerated.
5501
5502 2003-03-06  Andrew Cagney  <cagney@redhat.com>
5503
5504         * texinfo/texinfo.tex: Import version 2003-02-03.16.
5505
5506 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
5507
5508         * configure.in: Include $(build_tooldir)/sys-include in
5509         FLAGS_FOR_TARGET.
5510         * configure: Regenerated.
5511
5512 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5513
5514         * Makefile.tpl: Reindent.
5515         * Makefile.in: Regenerate.
5516         * configure.in: Reindent.  Don't set unused variables.
5517         * configure: Regenerate.
5518
5519         * Makefile.tpl: Always pass down RANLIB.
5520         * Makefile.in: Regenerate.
5521
5522         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5523         * Makefile.in: Regenerate.
5524         * configure.in: Remove unused logic relating to --enable-shared
5525         and --enable-threads.  Remove bogus comments.  Remove redundant
5526         noconfigdirs.
5527         * configure: Regenerate.
5528
5529         * configure.in: Replace ${libstdcxx_version} by its value.
5530         Remove reference to mh-dgux.
5531         * configure: Regenerate.
5532
5533 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5534
5535         * Makefile.tpl: Rearrange.
5536         * Makefile.in: Regenerate.
5537
5538 2003-02-25  Nick Clifton  <nickc@redhat.com>
5539
5540         * configure: Remove site-file supprot - it is obsolete.
5541
5542 2003-02-24  Uwe Stieber <uwe@wwws.de>
5543
5544         * configure.in: Add support for kaOS as cross build target system.
5545         * configure: Regenerated.
5546
5547 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
5548
5549         * Makefile.tpl: Add definition of CPPFLAGS to pass into
5550         configure-target-* as some target builds may require additional
5551         flags for preprocessor tests.
5552         * Makefile.in: Regenerated.
5553
5554 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5555
5556         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5557         * ltconfig: Handle it.
5558         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5559         auto-detecting it.
5560
5561 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5562
5563         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5564         it is used as argument to $CC.
5565         * ltcf-gcj.sh: Likewise.
5566
5567 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5568
5569         * configure.in: Introduce --enable-maintainer-mode.
5570         * configure: Rebuilt.
5571         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5572         for maintainer mode.
5573         * Makefile.in: Rebuilt.
5574
5575 2003-02-19  Andrew Cagney <ac131313@redhat.com>
5576
5577         * configure: Regenerate using autoconf 2.13.
5578
5579 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
5580
5581         * config.guess: Import latest version.
5582         * config.sub: Import latest version.
5583
5584 2003-02-18  Jason Merrill  <jason@redhat.com>
5585
5586         * Makefile.tpl (check-c++): Allow parallelism.
5587
5588 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
5589
5590         * configure: Regenerate using autoconf 000227.
5591
5592 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
5593
5594         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5595         don't configure target-libobjc.
5596         * configure: Regenerate.
5597
5598 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5599
5600         * Makefile.tpl (RANLIB): Define.
5601         * Makefile.in: Regenerate.
5602
5603 2003-02-06  Keith R Seitz  <keiths@redhat.com>
5604
5605         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5606         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5607         * Makefile.in: Regenerated.
5608         * configure.in: Remove all traces of snavigator, db, and grep.
5609         * configure: Regenerated.
5610
5611 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
5612
5613         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5614         * Makefile.in: Regenerated.
5615
5616 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
5617
5618         * config.if: Copy from GCC.
5619
5620 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
5621
5622         * configure.in:  Revert 24Jan change.
5623         * configure:  Regenerate.
5624
5625 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5626
5627         * configure.in: Revert previous change.
5628         * configure: Regenerate.
5629
5630 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5631
5632         * configure.in: Make rda native-only.
5633         * configure: Regenerate.
5634
5635 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5636
5637         * configure.in: Add missing \.
5638         * configure: Rebuilt.
5639
5640 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
5641
5642         * configure.in (baseargs): Avoid using \| in sed regular
5643         expressions.
5644         * configure: Rebuilt.
5645
5646 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
5647
5648         * configure.in (baseargs): Remove all supported forms of
5649         --cache-file, --srcdir, --host, --build and --target options
5650         from argument lists.
5651         * configure: Rebuilt.
5652
5653 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
5654
5655         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5656         * configure: Rebuilt.
5657
5658 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5659
5660         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5661         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5662         * Makefile.in: Regenerate.
5663         * configure: Regenerate.
5664
5665 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5666
5667         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5668         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5669         * Makefile.in: Regenerate.
5670
5671 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
5672
5673         * configure.in: Remove Makefile in build, host and target modules
5674         unless configure was run with --no-recursion.
5675         * configure: Rebuilt.
5676
5677 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
5678
5679         * config.guess: Update to 2003-01-03 version.
5680         * config.sub: Update to 2003-01-03 version.
5681
5682 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5683
5684         * configure: Regenerate with proper autoconf 2.13.
5685
5686 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5687
5688         * configure.in: Add AC_PREREQ for consistency.
5689         * configure: Regenerate.
5690
5691 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
5692
5693         * configure.in (GDB_TK): Add tcl directories conditional on
5694         gdb/gdbtk directory being present.
5695         * configure: Regenerate.
5696
5697 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
5698
5699         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
5700         by gcc if LD is not defined and we are not doing a Canadian Cross.
5701         * configure: Rebuilt.
5702
5703 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
5704
5705         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5706
5707 2002-12-31  Tom Tromey  <tromey@redhat.com>
5708
5709         * Makefile.in: Rebuilt.
5710         * Makefile.def (target_modules) [libffi]: Allow installation.
5711
5712 2002-12-31  Andreas Schwab  <schwab@suse.de>
5713
5714         * configure.in: Fix use of $program_transform_name.
5715         * configure: Regenerated.
5716
5717 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
5718
5719         * configure.in (baseargs): Don't remove first configure argument.
5720         * configure: Regenerated.
5721
5722 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
5723
5724         * Makefile.tpl (local-distclean): Don't remove...
5725         (multilib.ts): ... this.  Moved into...
5726         (multilib.out): ... this.  Don't use sub-make.
5727         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5728         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5729         (configure-build-[+module+], configure-[+module+],
5730         configure-target-[+module+], configure-gcc): ... these.  Test
5731         for Makefile existence.  Drop config.status from dependencies.
5732         * Makefile.in: Rebuilt.
5733         * configure.in: Move gcc-version-trigger to the end of
5734         ac_configure_args.  Add comments to maybedep.tmp and
5735         serdep.tmp.  Introduce --disable-serial-configure.  Remove
5736         nonopt from baseargs, matching and removing corresponding
5737         whitespace while at it.
5738         * configure: Rebuilt.
5739
5740 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5741
5742         * configure.in (host_configargs): Replace reference to
5743         no-longer-defined buildopts with --build=${build_alias}.
5744         * configure: Rebuilt.
5745
5746 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5747
5748         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
5749         program_transform_name to standard idiom.
5750         (AUTOGEN, AUTOCONF): Define.
5751         (Makefile.in): Use $(AUTOGEN).
5752         (Makefile): Depend on config.status, and use autoconf-style rule to
5753         build it.  Move original commands to...
5754         (config.status): ... this new target.
5755         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
5756         $(AUTOCONF).
5757         * Makefile.in: Rebuilt.
5758
5759 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5760
5761         * Makefile.tpl: Fix dramatic bustage due to change in
5762         program_transform_name.
5763         * Makefile.in: Regenerate.
5764
5765         * configure.in: Remove unnecessary PATH setting.
5766         * configure: Regnerate.
5767
5768         * configure.in: Don't default to unprefixed tools unless
5769         the native tools will work.
5770         * configure: Regenerate.
5771
5772         * configure.in: Convert to autoconf script.  Blow away lots
5773         of now-redundant Makefile fragments.
5774         * configure: Generate using Autoconf.
5775         * Makefile.tpl: Rewrite to reflect autoconfiscation.
5776         * Makefile.in: Regenerate.
5777
5778 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5779
5780         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
5781         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5782
5783         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
5784         where they belong.
5785
5786 2002-12-24  Andreas Schwab  <schwab@suse.de>
5787
5788         * Makefile.tpl (multilib.out): Fix missing space.
5789         * Makefile.in: Regenerate.
5790
5791 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5792
5793         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
5794         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
5795         * Makefile.in: Regenerate.
5796         * configure.in: Remove unnecessary leftovers.
5797
5798 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
5799
5800         * configure.in (extra_ranlibflags_for_target): New variable.
5801         (*-*-darwin): Add -c to ranlib commands.
5802         * configure (tooldir): Handle extra_ranlibflags_for_target.
5803
5804 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
5805
5806         * COPYING.NEWLIB: Updated.
5807         * COPYING.LIBGLOSS: Ditto.
5808
5809 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5810
5811         * Makefile.tpl: Revert HJL's change.
5812         * Makefile.in: Regenerated.
5813         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5814         always.
5815
5816 2002-12-19  Andreas Schwab  <schwab@suse.de>
5817
5818         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5819         * Makefile.in: Regenerate.
5820
5821 2002-12-18  H.J. Lu <hjl@gnu.org>
5822
5823         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5824         * Makefile.in: Regenerated.
5825
5826         * configure.in (build_prefix): New. Substitute.
5827
5828 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5829
5830         * Makefile.tpl: Don't let real targets depend on phony targets.
5831         * Makefile.in: Regenerate.
5832
5833         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5834         * Makefile.in: Regenerate.
5835
5836 2002-12-16  Jason Merrill  <jason@redhat.com>
5837
5838         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5839         previous 'make bootstrap'.
5840         * Makefile.in: Regenerate.
5841
5842 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
5843
5844         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5845
5846 2002-12-13  Jason Merrill  <jason@redhat.com>
5847
5848         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
5849         library tests.
5850         (check-c++): Just depend on it and check-target-libstdc++-v3.
5851         * Makefile.in: Regenerate.
5852
5853 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5854
5855         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5856         * Makefile.in: Regenerate.
5857
5858 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
5859
5860         * COPYING.NEWLIB: Update list of alternate Regent of California
5861         licenses and discuss official revoking of advertising clause.
5862         * COPYING.LIBGLOSS: Ditto.
5863
5864 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5865
5866         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5867         * Makefile.in: Rebuilt.
5868
5869 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5870
5871         * configure: Fix bug put in by gremlins.
5872
5873         * Makefile.tpl: Substitute more autoconfily.
5874         * configure: Substitute more autoconfily.
5875         * Makefile.in: Regenerate.
5876
5877 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
5878
5879         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5880         * Makefile.in (all-sim): Ditto.
5881
5882 2002-12-06  DJ Delorie  <dj@redhat.com>
5883
5884         * Makefile.tpl: Change configure dependencies to not have real
5885         targets depend on phony targets.
5886
5887 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
5888
5889         * configure.in: Revert unintentional change.
5890
5891         * src-release: Configure host subdirs.
5892
5893         * Makefile.tpl: Change dependency for */multilib.out so that
5894         it works when gcc isn't in the tree.
5895
5896         * configure.in: Substitute more.
5897         * configure: Run subconfigures from the Makefile.
5898         * Makefile.tpl: Run subconfigures from the Makefile; add a few
5899         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
5900
5901 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5902
5903         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5904         and corresponding dependencies.
5905         * Makefile.in: Regenerate.
5906
5907         * configure.in (host_tools): Order binutils, gas and ld for
5908         convenience in running the testsuites.
5909
5910         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5911         * Makefile.in: Regenerate.
5912         * configure.in: Introduce rules to serialize subconfigure runs.
5913
5914         * configure.in: Introduce BASE_CC_FOR_TARGET.
5915         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
5916         Realize configure-build-* targets.  Realize configure-target-* targets.
5917         * Makefile.in: Regenerate.
5918
5919 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5920
5921         * configure: Move gcc_version_trigger stuff from here...
5922         * configure.in: ...to here.
5923
5924         * configure.in: Separate subconfigure options added by this file from
5925         options given by the user.  Add machinery to put args for host
5926         subconfigures into the Makefile.
5927
5928         * Makefile.tpl: Remove 'vault' targets.
5929         * Makefile.tpl: Reorder and comment dependencies.
5930         * Makefile.in: Regenerate.
5931
5932 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
5933
5934         * configure.in: Move host-specific darwin noconfigdirs into
5935         the host-specific section.
5936
5937 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5938
5939         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
5940         during replay.
5941         * Makefile.in: Regenerate.
5942
5943         (finishing slow-motion replay)
5944         * configure: Remove skip-this-dir support.
5945         * Makefile.tpl: Remove skip-this-dir support.
5946
5947         * Makefile.tpl: Remove leftover support for non-autoconfiscated
5948         subdirectories.
5949         * Makefile.in: Regenerate.
5950
5951         * Makefile.tpl: Strip out useless setting of 'dir'.
5952         * Makefile.in: Regenerate.
5953
5954 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5955
5956         (finishing slow-motion replay)
5957         * configure.in: Fix deeply stupid bug.
5958
5959         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5960         shell code in CXX_FOR_TARGET
5961         * Makefile.def: Introduce raw_cxx.
5962         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
5963         RAW_CXX_FOR_TARGET.
5964         * Makefile.in: Regenerate.
5965
5966 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5967
5968         (finishing slow-motion replay)
5969         * Makefile.tpl: Remove unnecessary ifs.
5970         * Makefile.in: Regenerate.
5971
5972         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
5973         dependencies.  Maybe-ize build-libiberty.  Create dummy install
5974         targets for 'no_install' modules.
5975         * configure: Move GDB_TK substitution to configure.in.  Move
5976         build_modules stuff to configure.in.
5977         * configure.in: Implement soft dependency machinery.  Maybe-ize
5978         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
5979         * Makefile.in: Regenerate.
5980
5981 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5982
5983         (continuing slow-motion replay)
5984         * Makefile.tpl: Make all-target, install-target behave similarly
5985         to all, install (only hitting configured targets).  Eliminate
5986         unused macro defintions.
5987
5988         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
5989         build != host.
5990
5991         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
5992
5993         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
5994
5995         * configure.in: Produce lists of subdir targets we're actually
5996         configuring.  Remove references to "dosrel".
5997         * Makefile.tpl: Let configure set which subdir targets are hit.
5998         Remove install-cross; clean up install; remove ALL.  Remove
5999         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6000         Autogenerate host module targets.  Remove empty dependency lines
6001         and redundant dependency; rearrange slightly.
6002         * Makefile.def: Add host-side libtermcap, utils.
6003
6004         * Makefile.in: Regenerate.
6005
6006 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6007
6008         (Continuing slow-motion replay)
6009         * Makefile.def: Add list of recursive targets to autogenerate.
6010         Add build_modules.
6011         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6012         targets.  Autogenerate *-build-* targets.
6013         * Makefile.in: Regenerate.
6014
6015 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6016
6017         (Continuing slow-motion replay)
6018         * configure: More autoconf-style substitutions.
6019         * Makefile.tpl: More autoconf-style substitutions.
6020         * Makefile.in: Regenerate.
6021
6022 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6023
6024         (Continuing slow-motion replay)
6025         * configure: Substitute more variables in a more autoconf-friendly
6026         way.  Simplify slightly.
6027         * Makefile.tpl: Make more variables substitutable in an
6028         autoconf-friendly way.
6029         * Makefile.in: Regenerate.
6030
6031 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6032
6033         (Continuing slow-motion replay)
6034         * configure.in (v810*): Remove special setting of tools.
6035
6036         * configure: Add support for extra required flags for ar or nm.
6037         * configure.in (aix4.3+): Use above support for target-specific
6038         issues, rather than using config/mt-aix43.
6039
6040 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6041
6042         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6043         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6044         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6045         with $srcdir.  Reformat indentation.  Substitute some variables
6046         formerly hard-coded in the Makefile for build=host.
6047         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6048         * Makefile.def: Autogenerate more.
6049         * Makefile.in: Regenerate.
6050
6051 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6052
6053         * Makefile.tpl: syntactic cleanup
6054
6055 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6056
6057         * Makefile.def (host_modules): Add rda.
6058         * Makefile.in: Regenerate.
6059         * configure.in (target_tool): Add target-rda to list.
6060
6061 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6062
6063         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6064         and restrap targets to this rule.
6065         * Makefile.in:  Regenerate.
6066
6067 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6068
6069         * configure.in (i[3456]86-*-linux*): Add check to disable
6070         ${libgcj} for glibc1.
6071
6072 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6073
6074         * configure.in: Add tic4x target.
6075
6076 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6077
6078         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6079         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6080         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6081         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6082         * Makefile.in: Regenerate.
6083
6084 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6085
6086         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6087         * Makefile.in: Regenerate.
6088
6089         * Makefile.def: Remove order dependency comments.
6090         * Makefile.tpl: Add explicit install-install dependencies.
6091         * Makefile.in: Regenerate.
6092
6093         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6094         * Makefile.in: Regenerate.
6095
6096         * configure: Restore my original patch by syncing with gcc version.
6097
6098         * Bring following over from gcc:
6099
6100 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
6101
6102         * configure.in (s390*-*-linux*): Enable libgcj.
6103
6104 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6105
6106         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
6107
6108 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
6109
6110         * configure: Move stray lines back to where they belong.
6111
6112 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6113
6114         * Makefile.tpl: Insert configure-target target, for src-release.
6115
6116         * configure: Finish reverting change which Andrew Cagney started
6117         reverting.  Should fix bustage.
6118
6119         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6120         * src-release: New file.  Contains material for making net
6121         releases for gdb, binutils, et al., formerly in Makefile.in.
6122
6123 2002-09-30  Nick Clifton  <nickc@redhat.com>
6124
6125         * cpu: New top level directory.  Intended to hold input files for
6126         CGEN which have FSF copyright assignment.
6127         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6128
6129 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
6130
6131         Revert below (note that src does not contain Makefile.tpl):
6132         * Makefile.tpl: Make subsituted variables more autoconfy.
6133         * Makefile.in: Regenerate.
6134
6135 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6136
6137         * configure: Revert accidentally applied changes.
6138
6139         * Makefile.tpl: Make more autoconf-friendly.
6140         * Makefile.in: Regenerate.
6141         * configure: Make substitution more autoconf-like.
6142
6143 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
6144
6145         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6146         single entry to handle all these.
6147         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
6148         libjava on arm-*-elf.
6149
6150 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
6151
6152         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6153         things that depend on them.
6154
6155 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6156
6157         * Makefile.tpl: Make subsituted variables more autoconfy.
6158         * Makefile.in: Regenerate.
6159         * configure: Make seds more autoconfy.
6160
6161 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6162
6163         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6164         * Makefile.in: Regenerate.
6165         * configure.in: Rewrite sed statements to look autoconfy.
6166
6167         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6168         all-target-foo on configure-target-foo.
6169         * Makefile.def: Ditto.
6170         * Makefile.in: Rebuild.
6171
6172 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6173
6174         * Makefile.def: New file.
6175         * Makefile.tpl: New file.
6176         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6177
6178         * configure.in: Minor rearrangement.  Simplify tests.
6179
6180 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
6181
6182         * configure.in (with_headers): Skip copy if value is "yes".
6183         (with_libs): Likewise.
6184
6185 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6186
6187         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6188         * configure.in (sh*-*-pe*): Ditto.
6189         * configure.in (mips*-*-pe*): Ditto.
6190         * configure.in (*arm-wince-pe): Ditto.
6191
6192         * configure.in: Rearrange.
6193
6194 2002-09-12  Nick Clifton  <nickc@redhat.com>
6195
6196         * Import these changes from the config master repository:
6197
6198         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
6199
6200                 * config.sub: Add tic4x target.
6201
6202         2002-09-03  Ben Elliston  <bje@redhat.com>
6203
6204                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6205                 Reported by <Duncan_Stodart@insession.com>.
6206
6207 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
6208
6209         * COPYING.NEWLIB: More updates.
6210
6211 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
6212
6213         * COPYING.NEWLIB: Update.
6214
6215 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
6216
6217         * texinfo/texinfo.tex: Import version 2002-06-04.06.
6218
6219         * config.guess: Import version 2002-08-23.
6220         * config.sub: Import version 2002-08-22.
6221
6222 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
6223
6224         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6225         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6226         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6227
6228 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
6229
6230         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6231
6232 2002-08-04  H.J. Lu  (hjl@gnu.org)
6233
6234         * configure.in (mips*-*-linux*): Don't skip target-libffi.
6235
6236 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
6237
6238         * configure.in: Move generic linux case to end.  Copy generic
6239         linux noconfigdirs to mips*-*-linux* entry and new
6240         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
6241
6242 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
6243
6244         * MAINTAINERS: Clarify on config.guess and config.sub, and add
6245         one instance of them which was missed to the list to update.
6246
6247 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
6248
6249         * config.guess: Update to 2002-07-09 version.
6250         * config.sub: Update to 2002-07-03 version.
6251
6252 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6253
6254         * configure.in: Remove two redundant tests.
6255
6256 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6257
6258         * configure.in (mips*-*-irix6*o32): Enable stabs.
6259
6260 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6261
6262         * configure.in: Don't build grez.
6263         * Makefile.in: Ditto.
6264
6265         * Makefile.in: Remove references to bsp, cygmon, libstub.
6266         * configure.in: Ditto.
6267
6268         * configure.in: Remove leftover reference to gdbtest.
6269
6270 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
6271
6272         * configure.in (gxx_include_dir):  Change to match versioned
6273         C++ headers if --enable-version-specific-runtime-libs is used.
6274
6275 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
6276
6277         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6278
6279 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6280
6281         * configure.in: Make --without-x work.
6282
6283 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
6284
6285         * contrib: New directory.  Created to contain a copy of the
6286         texi2pod.pl script so that it is in the same place as the version in
6287         the FSF GCC sources.
6288
6289 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6290
6291         * configure.in: Rearrange target Makefile fragment collection.
6292
6293         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6294         cvs[src].
6295         * configure.in: Ditto.
6296
6297 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
6298
6299         * Makefile.in: Eliminate 'apache' targets.
6300         * configure.in: Eliminate 'apache' targets.
6301
6302         * configure.in: Eliminate redundant tests.  Reorganize.
6303
6304         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6305
6306         * config-ml.in: Eliminate references to Cygnus configure.
6307
6308         * Makefile.in: Eliminate references to building emacs.
6309
6310 2002-07-01  Denis Chertykov  <denisc@overta.ru>
6311
6312         * configure.in: Add support for ip2k.
6313
6314 2002-06-24  Ben Elliston  <bje@redhat.com>
6315
6316         * configure.in (host_tools): Remove cgen.
6317
6318         * Makefile.in (all-cgen): Remove; runs from its source directory.
6319         (check-cgen, install-cgen, clean-cgen): Likewise.
6320         (all-opcodes): No not depend on all-cgen.
6321         (all-sim): Likewise.
6322
6323 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
6324
6325         * configure.in: Fix AIX configury bug.
6326
6327 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6328
6329         * configure.in: Replace ${topsrcdir} with ${srcdir}.
6330
6331         * configure.in: Move definition of libstdcxx_flags right above
6332         usage, rather than way earlier.
6333
6334         * configure.in: Pull definition of is_cross_compiler earlier.
6335
6336         * configure.in: Rearrange a little.
6337
6338         * configure.in: Remove references to librx.
6339         * Makefile.in: Remove references to librx.
6340
6341 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6342
6343         * configure.in: Eliminate ${gasdir} variable.
6344
6345 2002-06-18  Dave Brolley  <brolley@redhat.com>
6346
6347         * configure.in: Add support for frv.
6348         * config.sub: Add support for frv.
6349
6350 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6351
6352         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6353
6354 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
6355
6356         * configure.in (vax-*-netbsd*): Re-enable gas.
6357
6358 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
6359
6360         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6361         BUILD_PREFIX_1, to correct nomenclature.
6362         * configure: Likewise.
6363
6364         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6365         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6366
6367 2002-05-31  Olaf Hering  <olh@suse.de>
6368
6369         * config-ml.in: Propogate DESTDIR also.
6370
6371 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
6372
6373         * configure.in (vax-*-netbsd*): Don't build gas for this
6374         platform.
6375
6376 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6377
6378         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6379         and libgcj for AVR.
6380
6381 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
6382
6383         * config.sub: Add DLX target.
6384
6385 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6386
6387         * config.guess: Update to 2002-05-22 version.
6388         * config.sub: Likewise.
6389
6390 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6391
6392         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6393         * config-ml.in: Likewise.
6394         * configure: Likewise.
6395         * configure.in: Likewise.
6396
6397 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
6398
6399         * configure.in: Simplify makefile fragment collection.
6400
6401         * configure.in: Remove code to build emacs.
6402
6403         * configure.in : Remove --srcdir argument from targargs and buildargs
6404         (it's always overridden in the Makefile anyway).  Rearrange a bit.
6405
6406         * configure: Move some logic to configure.in.
6407         * configure.in: Move some logic from configure.
6408
6409 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
6410
6411         * COPYING.LIBGLOSS: New file.
6412
6413 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
6414
6415         * Makefile.in: Honour DESTDIR.
6416
6417 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
6418
6419         * configure.in (noconfigdirs): Don't disable libgcj on
6420         sparc64-*-solaris* and sparcv9-*-solaris*.
6421
6422 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
6423
6424         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6425
6426 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
6427
6428         * configure.in (FLAGS_FOR_TARGET): Do not add
6429         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6430         on i[3456]86-*-linux*.
6431
6432 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
6433
6434         * configure.in (noconfigdirs): Replace [ ] with test.
6435
6436         * configure.in (noconfigdirs): Do not add target-newlib if
6437         target == i[3456]86-*-linux*, and host == target.
6438
6439 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
6440
6441         * config.guess: Updated to 2002-04-26's version.
6442         * config.sub: Updated to 2002-04-26's version.
6443
6444 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
6445
6446         * configure.in: delete reference to absent file
6447
6448         * configure.in: replace '[' with 'test'
6449
6450         * configure.in: Eliminate references to gash.
6451         * Makefile.in: Eliminate references to gash.
6452
6453         * configure.in: remove useless references to 'pic' makefile fragments.
6454
6455         * configure.in: (*-*-windows*) Finish removing.
6456
6457         * configure.in: Eliminate redundant test for libgui.
6458
6459 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
6460
6461         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6462         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6463
6464 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
6465
6466         * configure.in: remove references to dead files
6467
6468 2002-04-18  Tom Tromey  <tromey@redhat.com>
6469
6470         * configure.in: Disallow configuring libgcj when it is already
6471         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
6472         Solaris 2.8 by default.  For PR libgcj/6158.
6473
6474 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6475
6476         * configure.in:  Move default CC setting out of config/mh-* fragments
6477         directly into here.
6478
6479 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6480
6481         * configure.in: don't even try to configure or make a subdirectory
6482         if there's no configure script for it.
6483
6484 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
6485
6486         * MAINTAINERS: Remove chill maintainers.
6487         * Makefile.in (CHILLFLAGS): Remove.
6488         (CHILL_LIB): Remove.
6489         (TARGET_CONFIGDIRS): Remove libchill.
6490         (CHILL_FOR_TARGET): Remove.
6491         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6492         CHILL_LIB.
6493         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6494         (CHECK_TARGET_MODULES): Likewise.
6495         (INSTALL_TARGET_MODULES): Likewise.
6496         (CLEAN_TARGET_MODULES): Likewise.
6497         (configure-target-libchill): Remove.
6498         (all-target-libchill): Remove.
6499         * configure.in (target_libs): Remove target-libchill.
6500         Do not compute CHILL_FOR_TARGET.
6501         * libchill: Remove directory.
6502
6503 2002-04-15  DJ Delorie  <dj@redhat.com>
6504
6505         * Makefile.in, configure.in, configure: Sync with gcc, entries
6506         follow...
6507
6508 2002-04-08  Tom Tromey  <tromey@redhat.com>
6509
6510         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6511         Fixes PR libgcj/6068.
6512
6513 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
6514
6515         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6516
6517 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6518
6519         * configure.in (alpha*-dec-osf*): Enable libgcj.
6520
6521 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
6522
6523         Fix for: PR bootstrap/3591, target/5676
6524         * configure.in (mcore-pe): Disable the configuration of
6525         libstdc++-v3 since exceptions are not supported.
6526
6527 2002-03-20  Anthony Green  <green@redhat.com>
6528
6529         * configure.in: Enable libgcj for xscale-elf target.
6530
6531 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6532
6533         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6534         libjava.
6535         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6536
6537 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
6538
6539         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6540         libstdc++-v3 and libjava.
6541
6542 2002-02-11  Adam Megacz <adam@xwt.org>
6543
6544         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6545         boehm-gc
6546
6547 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6548
6549         * config.guess: Updated to 2002-01-30's version.
6550         * config.sub: Updated to 2002-02-01's version.
6551         Contribute sh64-elf.
6552         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6553         * configure.in: Added sh64-*-*.
6554
6555 2002-01-17  H.J. Lu <hjl@gnu.org>
6556
6557         * Makefile.in (all-fastjar): Also depend on all-libiberty.
6558         (all-target-fastjar): Also depend on all-target-libiberty.
6559
6560 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
6561
6562         * configure, configure.in: Use temp file for long sed commands.
6563
6564 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
6565
6566         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6567         libf2c.
6568
6569 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
6570
6571         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6572
6573 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6574
6575         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6576
6577 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6578
6579         * configure: Handle temporary files securely using mkdir.
6580
6581 2001-09-26  Will Cohen <wcohen@redhat.com>
6582
6583         * configure.in (*-*-linux*): Disable configuration of target-newlib
6584         and target-libgloss.
6585
6586 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6587
6588         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6589         RANLIB.
6590
6591 2001-08-11  Graham Stott  <grahams@redhat.com>
6592
6593         * Makefile.in (check-c++): Add missing semicolon.
6594
6595 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
6596
6597         * configure.in (sh-*-linux*): New.
6598
6599 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6600
6601         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6602         and libgcj on m68hc11/m68hc12.
6603
6604 2001-06-27  H.J. Lu  (hjl@gnu.org)
6605
6606         * Makefile (CFLAGS_FOR_BUILD): New.
6607         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6608
6609 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
6610
6611         * configure.in (libstdcxx_flags): Do not try to execute
6612         libstdc++-v3/testsuite_flags until it exists.
6613
6614 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
6615
6616         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6617
6618 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
6619
6620         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6621
6622 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
6623
6624         * configure.in: Move *-chorusos target case to the proper switch.
6625         Disable libgcj.
6626
6627 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6628
6629         * Makefile.in (STAGE1_CFLAGS): Pass down.
6630
6631 2001-04-13  Alan Modra  <amodra@one.net.au>
6632
6633         * config.guess: Add hppa64-linux support.  Note for next import that
6634         this is already in the master file.
6635         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
6636
6637 2001-03-22  Colin Howell  <chowell@redhat.com>
6638
6639         * Makefile.in (DO_X): Do not backslash single-quotes in
6640         backquotes (two places).
6641
6642 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
6643
6644         * Makefile.in (DO_X): Quote nested quotes.
6645
6646 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
6647
6648         * Makefile.in (DO_X): Use double quotes for quoting
6649         "RANLIB=$${RANLIB}".
6650
6651 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
6652
6653         * configure.in: Only use `lang_requires' for languages athat are
6654         actually enabled.
6655
6656 2001-03-07  Tom Tromey  <tromey@redhat.com>
6657
6658         * configure.in: Allow config-lang.in to set `lang_requires' to list
6659         of other required languages.
6660
6661 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
6662
6663         * Makefile.in: Remove RANLIB definition. Use RANLIB
6664         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6665         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6666
6667 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
6668             Alexandre Oliva  <aoliva@redhat.com>
6669
6670         * Makefile.in (check-c++): Use tabs, not spaces.
6671
6672 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
6673
6674         * Makefile.in (check-c++): New rule.
6675
6676         * configure.in (target_libs): Remove libg++.
6677         (noconfigdirs): Remove libg++.
6678         (noconfigdirs): Same.
6679         (noconfigdirs): Same.
6680         (noconfigdirs): Same.
6681
6682         * config-ml.in: Remove libg++ references.
6683
6684         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6685         (ALL_TARGET_MODULES): Same.
6686         (configure-target-libg++): Remove.
6687         (all-target-libg++): Remove.
6688         (configure-target-libio): Remove.
6689         (all-target-libio): Remove.
6690         (check-target-libio): Remove.
6691         (.PHONY): Remove.
6692         (libg++.tar.bz2): Remove.
6693         (all-target-cygmon): Remove libio.
6694         (all-target-libstdc++): Remove.
6695         (configure-target-libstdc++): Remove.
6696         (TARGET_LIB_PATH): Remove libstdc++.
6697         (ALL_GCC_CXX): Remove libstdc++.
6698         (all-target-gperf): Correct.
6699
6700 2001-02-15  Anthony Green  <green@redhat.com>
6701
6702         * configure: Introduce GCJ_FOR_TARGET.
6703         * configure.in: Ditto.
6704         * Makefile.in: Ditto.
6705
6706 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
6707
6708         * configure.in: for *-chorusos, don't config target-newlib and
6709         target-libgloss.
6710
6711 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
6712
6713         Remove V2 C++ library.
6714         * configure.in: Remove --enable-libstdcxx_v3 support.
6715
6716 2001-01-27  Richard Henderson  <rth@redhat.com>
6717
6718         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6719
6720 2001-01-26  Tom Tromey  <tromey@redhat.com>
6721
6722         * configure.in: Allow libgcj to be built on Sparc Solaris.
6723
6724 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
6725
6726         * configure.in: Enable libgcj on several additional platforms.
6727
6728 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
6729
6730         * configure.in: Enable libgcj for linux targets.
6731
6732 2001-01-09  Mike Stump  <mrs@wrs.com>
6733
6734         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6735         failures of subdirectories.
6736
6737 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6738
6739         * configure: handle DOS-style absolute paths.
6740
6741 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6742
6743         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6744
6745 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
6746
6747         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6748         (libstdcxx_incdir): Pass down.
6749         * config.if: Remove expired bits for cxx_interface, add stub.
6750         (libstdcxx_incdir): Add variable for g++ include directory.
6751         * configure.in (gxx_include_dir): Use it.
6752
6753 2000-12-15  Andreas Jaeger  <aj@suse.de>
6754
6755         * configure.in: Handle lang_dirs.
6756
6757 2000-12-13  Anthony Green  <green@redhat.com>
6758
6759         * configure.in: Disable libgcj for any target not specifically
6760         listed.  Disable libgcj for x86 and Alpha Linux until compatible
6761         with g++ abi.
6762
6763 2000-12-13  Mike Stump  <mrs@wrs.com>
6764
6765         * Makefile.in (local-distclean): Also remove fastjar.
6766
6767 2000-12-10  Anthony Green  <green@redhat.com>
6768
6769         * configure.in: Define libgcj.  Disable libgcj target libraries for
6770         most targets.
6771
6772 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6773
6774         * configure.in (target_libs): Revert 2000-12-08 patch.
6775         (noconfigdirs): Added target-libjava.
6776
6777 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6778
6779         * Makefile.in: handle DOS-style absolute paths.
6780
6781 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6782
6783         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6784         libjava.
6785         * configure.in (target_libs): Removed `target-libjava'.
6786
6787 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6788
6789         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6790         (ALL_MODULES): Added fastjar.
6791         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6792         (all-target-libjava): all-fastjar replaces all-zip.
6793         (all-fastjar): Added.
6794         (configure-target-fastjar, all-target-fastjar): Likewise.
6795         * configure.in (host_tools): Added fastjar.
6796
6797 2000-12-07  Mike Stump  <mrs@wrs.com>
6798
6799         * Makefile.in (local-distclean): Remove leftover built files.
6800
6801 2000-11-16  Fred Fish  <fnf@be.com>
6802
6803         * configure.in (enable_libstdcxx_v3): Fix typo,
6804         libstd++ -> libstdc++.
6805
6806 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6807
6808         * configure: Provide the original toplevel configure arguments
6809         (including $0) to subprocesses in the environment rather than
6810         through gcc/configargs.h.
6811
6812 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
6813
6814         * configure: Turn on libstdc++ V3 by default.
6815
6816 2000-10-16  Michael Meissner  <meissner@redhat.com>
6817
6818         * configure (gcc/configargs.h): Only create if there is a build GCC
6819         directory created.
6820
6821 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
6822
6823         * configure: Save configure arguments to gcc/configargs.h.
6824
6825 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
6826
6827         * Makefile.in (bootstrap): avoid recursion if subdir missing
6828         (cross): ditto
6829         (do-proto-toplev): ditto
6830
6831 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
6832
6833         * configure.in: Do not build byacc for hppa64.  Provide paths to the
6834         X11 libraries for hppa64.
6835
6836 2000-09-02  Anthony Green  <green@cygnus.com>
6837
6838         * Makefile.in (all-gcc): Depend on all-zlib.
6839         (CLEAN_MODULES): Add clean-zlib.
6840         (ALL_MODULES): Add all-zlib.
6841         * configure.in (host_libs): Add zlib.
6842
6843 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
6844
6845         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6846         $targargs to tell whether newlib is going to be built.
6847
6848         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6849         $$r/TARGET_SUBDIR/libio for _G_config.h.
6850
6851 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
6852
6853         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6854
6855         * configure: Make enable_threads and enable_shared defaults
6856         explicit.  Substitute enable_threads into generated Makefiles.
6857         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6858         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6859
6860 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
6861
6862         * configure.in: Re-enable all references to libg++ and librx.
6863
6864 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
6865
6866         * configure.in: Add *-*-freebsd* configurations.
6867
6868 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6869
6870         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
6871         (do-tar, do-bz2): New rules.
6872         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
6873         (gdb-tar): New rule.
6874         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
6875         (insight_dejagnu.tar): New rule.
6876         (insight.tar): New rule.
6877         (gdb+dejagnu.tar): New rule.
6878         (gdb.tar): New rule.
6879
6880 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6881
6882         * MAINTAINERS: Update dejagnu/
6883
6884 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
6885
6886         * ltmain.sh (relink_command): Fix typo in previous change.
6887
6888 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
6889
6890         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
6891         (relink_command): Added --tag flags.
6892         (mode=install): If relinking fails; error out.
6893
6894 2002-03-12  Richard Henderson  <rth@redhat.com>
6895
6896         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
6897         .NOTPARALLEL tag.
6898         (do-check): Rename from check.
6899         (check): Allow parallel check.
6900
6901 2002-03-11  Richard Henderson  <rth@redhat.com>
6902
6903         * Makefile.in (.NOTPARALLEL): Add fake tag.
6904
6905 2002-03-07  H.J. Lu  (hjl@gnu.org)
6906
6907         * configure.in: Enable gprof for mips*-*-linux*.
6908
6909 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6910
6911         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6912         libjava.
6913         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6914
6915 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
6916
6917         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6918
6919 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
6920
6921         * config.guess: Import from master sources, rev 1.232.
6922         * config.sub: Import from master sources, rev 1.246.
6923
6924 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
6925
6926         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6927         because its Makefile is there; test for the executable instead.
6928
6929 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6930
6931         Contribute sh64-elf.
6932         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6933         * configure.in: Added sh64-*-*.
6934
6935 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
6936
6937         * COPYING.NEWLIB: Remove advertising clause from
6938         Berkeley and Red Hat licenses.
6939
6940 2002-02-01  Mo DeJong  <supermo@bayarea.net>
6941
6942         * Makefile.in: Add all-tix to deps for all-snavigator
6943         so that tix is built when building snavigator.
6944
6945 2002-02-01  Ben Elliston  <bje@redhat.com>
6946
6947         * config.guess: Import from master sources, rev 1.229.
6948         * config.sub: Import from master sources, rev 1.240.
6949
6950 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
6951
6952         From Steve Ellcey <sje@cup.hp.com>:
6953         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6954         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6955         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6956         IA64.
6957         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6958         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6959         soname_spec, sys_lib_search_path_spec): Ditto.
6960
6961 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
6962
6963         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
6964         target-libiberty, and target-libgloss.  Skip Java-related
6965         libraries if not supported for NetBSD on target CPU.
6966
6967 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
6968
6969         * configure.in: Import StrongARM and XScale target_configdirs from
6970         FSF GCC version.
6971
6972 2002-01-16  H.J. Lu  (hjl@gnu.org)
6973
6974         * config.guess: Import from master sources, rev 1.225.
6975         * config.sub: Import from master sources, rev 1.238.
6976
6977         * MAINTAINERS: Updated notes on config.guess and config.sub.
6978
6979 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
6980
6981         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6982         ld and gdb are not supported.
6983
6984 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
6985
6986         * Change reference to Cygnus Solutions to be Red Hat.
6987
6988 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
6989
6990         * COPYING.NEWLIB: Update generic copyright date.
6991
6992 2002-01-07  Mark Salter  <msalter@redhat.com>
6993
6994         * configure.in: Remove target-bsp and target-cygmon from arm builds.
6995           Allow target-libgloss to be built for arm, strongarm, and xscale.
6996
6997 2002-01-03  Ben Elliston  <bje@redhat.com>
6998
6999         * MAINTAINERS: Update URL for config.* scripts.
7000
7001 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
7002
7003         * config.sub: Import latest version.
7004         * config.guess: Likewise.
7005
7006 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7007
7008         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7009         options for i[3456]86-pc-linux* native builds.
7010
7011 2001-12-05  Laurent Guerby  <guerby@acm.org>
7012
7013         * MAINTAINERS: gcc adopts symlink-tree, refer more to
7014         libiberty.
7015
7016         Import this patch from gcc:
7017
7018         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7019
7020             * symlink-tree: handle DOS-style absolute paths.
7021
7022 2001-11-28  DJ Delorie <dj@redhat.com>
7023             Zack Weinberg  <zack@codesourcery.com>
7024
7025         When build != host, create libiberty for the build machine.
7026
7027         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7028         CONFIG_ARGUMENTS.
7029         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7030         New variables.
7031         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7032         and rules.
7033         (all.normal): Depend on ALL_BUILD_MODULES.
7034         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7035         (all-build-libiberty): Depend on configure-build-libiberty.
7036
7037         * configure: Calculate and substitute proper value for
7038         ALL_BUILD_MODULES.
7039         * configure.in: Create the build subdirectory.
7040         Calculate and substitute TARGET_CONFIGARGS (formerly
7041         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7042
7043 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
7044
7045         * config.sub: Update to version 1.232 on subversion.
7046
7047 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7048
7049         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7050         files from .po files for a distribution.
7051
7052 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
7053
7054         * COPYING.NEWLIB: Mention preserved notice in specific parts.
7055
7056 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7057
7058         Merged from net gcc:
7059         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7060         * ltcf-c.sh: Use $objext, not $ac_objext.
7061         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7062         * ltcf-cxx.sh: Add support for GNU.
7063         2001-07-22  Timothy Wall  <twall@redhat.com>
7064         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7065         default settings if using GNU tools with that configuration.
7066         * ltcf-cxx.sh: Ditto.
7067         * ltcf-gcj.sh: Ditto.
7068         2001-07-21  Michael Chastain  <chastain@redhat.com>
7069         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7070         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7071         * ltmain.sh: Mark as gcc-local.
7072
7073 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7074
7075         * Makefile.in (all-bison): Revert 2001-10-24.
7076         Don't depend on texinfo.
7077
7078 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
7079
7080         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7081
7082 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7083
7084         * configure.in (--enable-languages): Be more permissive about
7085         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7086
7087 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7088
7089         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7090
7091 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
7092
7093         Makefile.in (all-bison): Don't depend on texinfo.
7094
7095 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
7096
7097         * gettext.m4: Test po/POTFILES.in exists before trying to read.
7098
7099 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7100
7101         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7102
7103 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
7104
7105         * config.sub, config.guess: Import latest from subversions.
7106
7107 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7108
7109         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7110         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7111         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7112         avoid quotes nesting problems.
7113         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7114         (DO_X): Export only variables that are set.
7115
7116 2001-09-19  Ben Elliston  <bje@redhat.com>
7117
7118         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7119         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7120         semantics.  Use the shell built-in "type" command instead.
7121
7122 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7123
7124         * config.sub: Reverted the earlier change, this version is not the
7125         master file.
7126
7127 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7128
7129         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7130         Add support for mips64.
7131
7132 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7133
7134         * configure.in: Enable libstdc++-v3 for h8300 targets.
7135
7136 2001-08-30  Eric Christopher  <echristo@redhat.com>
7137             Jason Eckhardt  <jle@redhat.com>
7138
7139         * config.sub: Add support for mipsisa32.
7140
7141 2001-08-30  Eric Christopher  <echristo@redhat.com>
7142
7143         * config.sub, config.guess: Import latest from subversions.
7144
7145 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
7146
7147         * config.sub, config.guess: Import latest from subversions.
7148
7149 2001-07-26  DJ Delorie  <dj@redhat.com>
7150
7151         * MAINTAINERS: Clarify libiberty merge rules and procedures.
7152
7153 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7154
7155         * Makefile.in: Revert 2001-06-17.
7156         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7157
7158 2001-06-17  H.J. Lu <hjl@gnu.org>
7159
7160         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7161         (gas+binutils.tar.bz2): Likewise.
7162         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7163
7164 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7165
7166         * Makefile.in (VER): When present, extract the version number from
7167         the file version.in.
7168
7169 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
7170
7171         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7172         gcc/xgcc is built, use -print-prog-name to find out the program
7173         name to use.
7174
7175 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
7176
7177         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7178         with_gcc]: Use `gcc -shared' to build a shared library.
7179
7180 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7181
7182         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7183         archives.
7184
7185 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
7186
7187         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
7188         libraries when using g++ with native linker.
7189
7190 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
7191
7192         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7193
7194 2001-05-24  Tom Rix <trix@redhat.com>
7195
7196         * configure.in : enable ld for aix
7197
7198 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
7199
7200         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7201         [aix4*|aix5*]: Prepend blank.
7202
7203 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
7204
7205         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7206         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
7207         of subdir/configure scripts to use the new libtool.m4.
7208
7209 2001-05-14  H.J. Lu <hjl@gnu.org>
7210
7211         * config.if (libc_interface): Set to -libc6.2- for cross
7212         compiling to Linux/glibc 2.2.
7213
7214 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7215
7216         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7217         libgcj.
7218
7219 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7220
7221         * configure.in (noconfigdirs): Don't reset it from scratch in the
7222         target case; only append to it.
7223
7224 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7225
7226         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7227         sparc-*-solaris2.8]: Disable ${libgcj}.
7228
7229 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
7230
7231         * configure.in (libgcj_saved): Copy from $libgcj.
7232         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7233         --disable-libgcj.
7234
7235 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
7236
7237         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7238         1.641.2.228.
7239
7240 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7241
7242         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7243         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7244
7245 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
7246
7247         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7248         New macros.
7249         (bootstrap, cross): Use RECURSE_FLAGS.
7250         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7251
7252 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
7253
7254         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7255
7256 2001-03-23  Nick Clifton  <nickc@redhat.com>
7257
7258         * README-maintainer-mode: Add note about inability to use "make
7259         distclean" in maintainer mode.
7260
7261 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7262
7263         Re-installed:
7264         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7265         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7266         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7267         * ltcf-cxx.sh: Likewise.
7268         * ltcf-gcj.sh: Likewise.
7269
7270 2001-03-22  Philip Blundell  <philb@gnu.org>
7271
7272         * config.sub, config.guess: Import latest from subversions.
7273
7274 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7275
7276         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7277         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7278
7279 2001-03-20  Michael Chastain  <chastain@redhat.com>
7280
7281         * Makefile.in: all-m4 depends on all-texinfo.
7282
7283 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
7284
7285         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7286
7287 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
7288
7289         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7290         longer valid.
7291
7292 2001-02-16  Nick Clifton  <nickc@redhat.com>
7293
7294         * configure.in (noconfigdirs): Allow configuration of texinfo
7295         for Cygwin hosts.
7296
7297 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7298
7299         * config.guess: Add linux target for S/390.
7300         * config.sub: Likewise.
7301         * configure.in: Likewise.
7302
7303 2001-02-06  Ben Elliston  <bje@redhat.com>
7304
7305         * configure: Output host type to stdout, not stderr.
7306
7307 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7308
7309         * config.guess: Import from subversions.gnu.org (revision 1.181).
7310         * config.sub: Import from subversions.gnu.org (revision 1.199).
7311
7312 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
7313
7314         * config.guess: Handle hppa64-linux systems.
7315
7316 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7317
7318         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7319         Don't unset, it's non-portable and no longer necessary, set to empty
7320         instead.
7321
7322 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7323
7324         * ltconfig: Shell portability fix for the tagname validity check.
7325
7326 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7327
7328         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7329
7330 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
7331
7332         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7333         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7334
7335 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7336
7337         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7338         keep at least one of build_libtool_libs or build_old_libs set to
7339         yes.
7340
7341 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7342
7343         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7344         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7345
7346 2000-11-07  Philip Blundell  <pb@futuretv.com>
7347
7348         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7349
7350 2000-11-03  Philip Blundell  <pb@futuretv.com>
7351
7352         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7353         files.
7354
7355 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
7356
7357         * COPYING.NEWLIB: Put into source repository.
7358
7359 2001-01-15  Ben Elliston  <bje@redhat.com>
7360
7361         * configure.in (host_tools): Add sid.
7362         Always configure cgen.
7363         * Makefile.in (all-sid): New target.
7364         (check-sid, clean-sid, install-sid): Likewise.
7365
7366 2001-01-07  Andreas Jaeger  <aj@suse.de>
7367
7368         * config.sub, config.guess: Update from subversions.
7369
7370 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
7371
7372         * configure.in: Disable language-specific target libraries for
7373         languages that aren't enabled.
7374
7375 2000-11-24  Nick Clifton  <nickc@redhat.com>
7376
7377         * configure.in (xscale-elf): Add target.
7378         (xscale-coff): Add target.
7379         (c4x, c5x, tic54x): Move after ARM targets.
7380
7381 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
7382
7383         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7384
7385 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
7386
7387         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7388
7389 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7390
7391         * Makefile.in: Merge with GCC and libgcj.
7392         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
7393         configure-target-<library> when their configure scripts need the C
7394         or C++ library to have already been built to work properly.
7395         (do_proto_toplev): Set them to an empty string.
7396
7397 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7398
7399         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7400         (REALLY_SET_LIB_PATH): Use them.
7401
7402 2000-11-06  Christopher Faylor <cgf@cygnus.com>
7403
7404         * config.sub: Add support for Sun Chorus
7405
7406 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
7407
7408         * config.sub: Add support for the *-storm-chaos OS.
7409
7410 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
7411
7412         * configure.in (noconfigdirs): Don't compile some
7413         of the libraries for 68HC11 & 68hc12 targets.
7414
7415 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
7416
7417         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7418         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
7419         all affected `configure' scripts.
7420
7421 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
7422
7423         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7424         ltcf-c.sh.
7425
7426 2000-09-12  Philip Blundell  <philb@gnu.org>
7427
7428         * config.sub, config.guess: Update from subversions.
7429
7430 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
7431
7432         * Makefile.in (all-zlib): Added dummy target.
7433
7434         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7435         multi-language branch.
7436
7437 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
7438
7439         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7440         (bootstrap*): Depend on all-bootstrap.
7441
7442 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
7443
7444         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7445         crosses, but add gcc/include to the header search path for them.
7446
7447 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
7448
7449         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7450         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7451         * gettext.m4: New file, extracted from aclocal.m4.
7452
7453 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
7454
7455         * config-ml.in (CC, CXX): Avoid trailing whitespace.
7456         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7457         sub-configures.
7458
7459 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7460
7461         * Makefile.in (ALL_MODULES): Add all-cgen.
7462         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7463         (all-cgen): New target.
7464         (all-opcodes,all-sim): Depend on all-cgen.
7465         * configure.in (host_tools): Add cgen.
7466         Only configure cgen if --enable-cgen-maint.
7467
7468 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
7469
7470         * config-ml.in (CC, CXX): Don't introduce a leading space.
7471
7472 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
7473
7474         * configure.in (libstdcxx_flags): Use
7475         libstdc++-v3/src/libstdc++.INC.
7476
7477 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
7478
7479         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7480
7481 2000-08-11  Jason Merrill  <jason@redhat.com>
7482
7483         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7484         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7485         (FLAGS_FOR_TARGET): Not here.
7486         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7487
7488 2000-08-07  DJ Delorie  <dj@redhat.com>
7489
7490         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7491         "if we're also building gcc, and it's a gcc that will run on the
7492         build machine, we want to use its includes instead of the system's
7493         default includes".
7494
7495 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
7496
7497         * configure.in (libstdcxx_flags): Don't use `"'.
7498
7499         * config-ml.in: Adjust multilib search paths to the
7500         appropriate multilib tree.
7501
7502 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
7503
7504         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7505         commas in $LANGUAGES.
7506
7507 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
7508
7509         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7510
7511 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
7512
7513         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7514         CXX_FOR_TARGET for sed.
7515
7516 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
7517
7518         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7519         Do not override if already set in the environment or in configure.
7520         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7521         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7522
7523 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
7524
7525         * Makefile.in (FLAGS_FOR_TARGET): New macro.
7526         (GCC_FOR_TARGET): Use it.
7527         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7528         * configure.in: ... here.
7529         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
7530         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7531
7532 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
7533
7534         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7535         (configure-target-libchill, configure-target-libobjc): Likewise.
7536
7537         * configure.in: Use the same cache file for all target libs.
7538         * config-ml.in: But different cache files per multilib variant.
7539
7540 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7541
7542         * configure (topsrcdir): Don't use dirname.
7543
7544 2000-07-20  Jason Merrill  <jason@redhat.com>
7545
7546         * configure.in: Remove all references to libg++ and librx.
7547
7548         * configure, configure.in, Makefile.in: Unify gcc and binutils.
7549
7550 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
7551
7552         * config.sub: Update to subversions version 2000-07-06.
7553
7554 2000-07-12  Andrew Haley  <aph@cygnus.com>
7555
7556         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7557         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7558
7559 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
7560
7561         * symlink-tree:  Check number of arguments.
7562
7563 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
7564
7565         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7566
7567 2000-07-05  Jim Wilson  <wilson@cygnus.com>
7568
7569         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7570         search path for a g++ extracted from the build tree.  This
7571         will allow link tests run by configure scripts in
7572         subdirectories to succeed.
7573
7574 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
7575
7576         * ltconfig: Add support for mips-dde-sysv4.2MP
7577
7578 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
7579
7580         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7581         `os2'. Force ac_cv_exeext to be ".exe" in that case.
7582
7583 2000-06-19  Timothy Wall  <twall@cygnus.com>
7584
7585         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7586         * config.sub: Add tic54x target.
7587
7588 2000-06-07  Phillip Thomas  <pthomas@suse.de>
7589
7590         * README-maintainer-mode: New file: Contains notes on using
7591         --enable-maintainer-mode with binutils.
7592
7593 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
7594
7595         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7596
7597 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
7598
7599         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7600         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7601
7602 20000-05-21  H.J. Lu  (hjl@gnu.org)
7603
7604         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7605         directory are used if they exist. Make sure
7606         $(build_tooldir)/include is searched for header files,
7607         $(build_tooldir)/lib/ for library files.
7608         (GCC_FOR_TARGET): Likewise.
7609         (CXX_FOR_TARGET): Likewise.
7610
7611 2000-05-18  Jeffrey A Law  (law@cygnus.com)
7612
7613         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7614
7615 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
7616
7617         * Makefile.in (configure-target-libiberty): Depend on
7618         configure-target-newlib.
7619
7620 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
7621
7622         * configure.in, Makefile.in: Merge all libffi-related
7623         configury stuff from the libgcj tree.
7624
7625 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7626
7627         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7628         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7629
7630 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7631
7632         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7633         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
7634         current version information.  Add to proto-toplev directory.
7635         (gdb-taz): Build do-djunpack.
7636
7637 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
7638
7639         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7640
7641 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7642
7643         * ltmain.sh: Preserve in relink_command any environment
7644         variables that may affect the linker behavior.
7645
7646 2000-05-12  Jeffrey A Law  (law@cygnus.com)
7647
7648         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7649
7650 2000-05-10  Jim Wilson  <wilson@cygnus.com>
7651
7652         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7653
7654 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7655
7656         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
7657         with the version name.
7658
7659 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
7660
7661         * config.if: Tweak.
7662
7663 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
7664
7665         * djunpack.bat: New file.
7666
7667 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
7668
7669         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
7670         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7671         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7672         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
7673
7674 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7675
7676         * config.sub (case $basic_machine): Change default for "ibm-*"
7677         to "openedition".
7678
7679 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
7680
7681         * Makefile.in (gdb-taz): New target.  GDB specific archive.
7682         (do-md5sum): New target.
7683         (MD5PROG): Define.
7684         (PACKAGE): Default to TOOL.
7685         (VER): Default to a shell script.
7686         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
7687         md5 checksum generation.
7688         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7689         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7690         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
7691         insight.tar.bz2): Use gdb-taz to create archive.
7692
7693 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
7694
7695         * configure (warn_cflags): Delete.
7696
7697 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
7698             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
7699
7700         * configure.in (enable_libstdcxx_v3): Add.
7701         (target_libs): Add bits here to switch between libstdc++-v2 and
7702         libstdc++-v3.
7703         * config.if: And this file too.
7704         * Makefile.in: Add libstdc++-v3 targets.
7705
7706 2000-04-05  Michael Meissner  <meissner@redhat.com>
7707
7708         * config.sub (d30v): Add d30v as a basic machine type.
7709
7710 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
7711
7712         * configure.in: -linux-gnu*, not -linux-gnu.
7713
7714 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
7715
7716         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7717         (do-tar-bz2): Replace TOOL with PACKAGE.
7718         (gdb.tar.bz2): Remove GDBTK from GDB package.
7719         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
7720         dejagnu.tar.bz2): New packages.
7721
7722 2000-02-27  Andreas Jaeger  <aj@suse.de>
7723
7724         * configure.in: Add entry for mips*-*-linux*, move catch all
7725         *-*-*linux* entry below this one.
7726
7727 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
7728
7729         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7730
7731 2000-02-24  Nick Clifton  <nickc@cygnus.com>
7732
7733         * config.sub: Support an OS of "wince".
7734
7735 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
7736
7737         * config.guess, config.sub: Updated to match config's 2000-02-15
7738         version.
7739
7740 2000-02-23  Linas Vepstas <linas@linas.org>
7741
7742         * config.sub: Add support for Linux/IBM 370.
7743         * configure.in: Likewise.
7744
7745 2000-02-22  Nick Clifton  <nickc@cygnus.com>
7746
7747         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7748
7749 2000-02-20  Christopher Faylor <cgf@cygnus.com>
7750
7751         * config.guess: Guess "cygwin" rather than "cygwin32".
7752
7753 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7754
7755         * configure (gcc_version): When setting, narrow search to
7756         lines containing `version_string'.
7757
7758 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7759
7760         * config.sub: Add support for avr target.
7761
7762 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
7763
7764         * config.sub: Add mmix-knuth-mmixware.
7765
7766 2000-01-27  Christopher Faylor <cgf@redhat.com>
7767
7768         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7769         structure stuff to -L library search.
7770         (CXX_FOR_TARGET): Ditto.
7771         (CROSS_CHECK_MODULES): Fix spelling mistake.
7772
7773 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
7774
7775         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7776         the C++ compiler.
7777
7778 2000-01-12  Richard Henderson  <rth@cygnus.com>
7779
7780         * configure.in: Don't build some bits for beos.
7781
7782 2000-01-12  Joel Sherrill (joel@OARcorp.com)
7783
7784         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7785         as include files.
7786
7787 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
7788
7789         * configure.in: Use mt-aix43 to handle *_TARGET defs,
7790         not mh-aix43.
7791
7792 1999-12-14  Richard Henderson  <rth@cygnus.com>
7793
7794         * config.guess (alpha-osf, alpha-linux): Detect ev67.
7795         * config.sub: Accept alphaev[78], alphaev8.
7796
7797 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7798
7799         * config.guess, config.sub: Update from autoconf.
7800
7801 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7802
7803         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7804         necessary libraries are missing.
7805
7806 1999-10-25  Andreas Schwab  <schwab@suse.de>
7807
7808         * configure: Fix quoting inside arguments of eval.
7809
7810 1999-10-21  Nick Clifton  <nickc@cygnus.com>
7811
7812         * config-ml.in: Allow suppression of some ARM multilibs.
7813
7814 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
7815
7816         * config.guess: Add OS/390 match pattern.
7817         * config.sub: Add mvs, openedition targets.
7818         * configure.in (i370-ibm-opened*): New.
7819
7820 1999-09-04  Steve Chamberlain  <sac@pobox.com>
7821
7822         * config.sub: Add support for configuring for pj.
7823
7824 1999-08-31  Nick Clifton  <nickc@cygnus.com>
7825
7826         * config.sub (maybe_os): Add support for configuring for fr30.
7827
7828 1999-08-25  Nick Clifton  <nickc@cygnus.com>
7829
7830         * configure.in: Do not configure or build ld for AIX
7831         platforms.  ld is known to be broken on these platforms.
7832
7833 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7834
7835         * config-ml.in: Pass compiler flag corresponding to multidirs to
7836         subdir configures.
7837
7838 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
7839
7840         * Makefile.in (LDFLAGS): Define.
7841
7842 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
7843
7844         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7845         noconfigdirs.
7846         (*-*-cygwin*): Likewise.
7847
7848 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
7849
7850         * mkdep: New file.
7851         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7852         (BINUTILS_SUPPORT_DIRS): Add mkdep.
7853
7854         From Eli Zaretskii <eliz@is.elta.co.il>:
7855         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7856         long file name when using DJGPP on MS-DOS.
7857
7858 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
7859
7860         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7861
7862 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
7863
7864         * Makefile.in (check-target-libio): Remove all-target-libstdc++
7865         dependency as this causes "make check" to globally "make all"
7866
7867 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
7868
7869         * configure.in (target_libs): Added target-zlib.
7870         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7871         (CONFIGURE_TARGET_MODULES): Likewise.
7872         (CHECK_TARGET_MODULES): Likewise.
7873         (INSTALL_TARGET_MODULES): Likewise.
7874         (CLEAN_TARGET_MODULES): Likewise.
7875         (configure-target-zlib): New target.
7876         (all-target-zlib): Likewise.
7877         (all-target-libjava): Depend on all-target-zlib.
7878         (configure-target-libjava): Depend on configure-target-zlib.
7879
7880         * Makefile.in (configure-target-libjava): Depend on
7881         configure-target-newlib.
7882         (configure-target-boehm-gc): New target.
7883         (configure-target-qthreads): New target.
7884
7885         * configure.in (target_libs): Added target-qthreads.
7886         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7887         (CONFIGURE_TARGET_MODULES): Likewise.
7888         (CHECK_TARGET_MODULES): Likewise.
7889         (INSTALL_TARGET_MODULES): Likewise.
7890         (CLEAN_TARGET_MODULES): Likewise.
7891         (all-target-qthreads): New target.
7892         (configure-target-libjava): Depend on configure-target-qthreads.
7893         (all-target-libjava): Depend on all-target-qthreads.
7894
7895         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7896         (CONFIGURE_TARGET_MODULES): Likewise.
7897         (CHECK_TARGET_MODULES): Likewise.
7898         (INSTALL_TARGET_MODULES): Likewise.
7899         (CLEAN_TARGET_MODULES): Likewise.
7900         (all-target-libjava): New target.
7901         (all-target-boehm-gc): Likewise.
7902         * configure.in (target_libs): Added libjava, boehm-gc.
7903
7904 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
7905
7906         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7907         configure.bat in SUPPORT_FILES.
7908         (gas+binutils.tar.bz2): Likewise.
7909
7910         * makeall.bat: Remove; obsolete.
7911
7912 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
7913
7914         From Mark Elbrecht:
7915         * configure.bat: Remove; obsolete.
7916
7917 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
7918
7919         * configure: Add -W -Wall to the default CFLAGS when compiling with
7920         gcc.
7921
7922 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
7923
7924         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7925
7926 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
7927
7928         * configure.in: Build ld on IRIX6.
7929
7930 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
7931
7932         * Makefile.in: Change distribution targets to use bzip2 instead of
7933         gzip.
7934         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
7935         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
7936
7937 1999-06-04  Nick Clifton  <nickc@cygnus.com>
7938
7939         * config.sub: Add mcore target.
7940
7941 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
7942
7943         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
7944
7945 1999-05-25  H.J. Lu  (hjl@gnu.org)
7946
7947         * config.guess (dummy): Changed to $dummy.
7948
7949 1999-05-24  Nick Clifton  <nickc@cygnus.com>
7950
7951         * config.sub: Tidied up case statements.
7952
7953 1999-05-22  Ben Elliston  <bje@cygnus.com>
7954
7955         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
7956         <jiro@din.or.jp>.
7957
7958         * config.guess: Merge with FSF version. Future changes will be
7959         more accurately recorded in this ChangeLog.
7960         * config.sub: Likewise.
7961
7962 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
7963
7964          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
7965
7966 1999-04-30  Tom Tromey  <tromey@cygnus.com>
7967
7968         * ltmain.sh: [mode link] Always use CC given by ltconfig.
7969
7970 1999-04-23  Tom Tromey  <tromey@cygnus.com>
7971
7972         * ltconfig, ltmain.sh: Update to libtool 1.2f.
7973
7974 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
7975
7976         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
7977         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
7978         Bad merge removed these two changes.
7979
7980 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
7981                           Martin Heller (Ing.-Buero_Heller@t-online.de)
7982
7983         * config.guess (interix Alpha): Add.
7984
7985 1999-04-11  Richard Henderson  <rth@cygnus.com>
7986
7987         * configure.in (i?86-*-beos*): Do config gperf; don't config
7988         gdb, newlib, or libgloss.
7989
7990 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
7991
7992         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
7993         link a trivial program with -mabi=64.  If it fails, remove mabi=64
7994         from multidirs.
7995
7996 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
7997
7998         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
7999
8000 1999-04-08  Nick Clifton  <nickc@cygnus.com>
8001
8002         * config.sub: Add support for mcore targets.
8003
8004 1999-04-07  Michael Meissner  <meissner@cygnus.com>
8005
8006         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8007         not mt-ospace, in order to shut up assembler warning about using
8008         symbols that are named the same as registers.
8009
8010 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
8011
8012         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8013         dependency list for all-target-cygmon.
8014
8015 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
8016
8017         * config-ml.in: Check $host, not $target, for selective multilibs.
8018         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8019         thumb interworking, and underscore prefix multilibs.
8020
8021 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
8022
8023         * missing: Update to version from current automake.
8024
8025 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
8026
8027         * configure (gxx_include_dir): Removed.
8028
8029         * configure.in (gxx_include_dir): Handle it.
8030         * Makefile.in: Likewise.
8031
8032 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
8033
8034         * config.sub (mips64vr4111,mips64vr4111el) Add.
8035
8036 1999-03-21  Ben Elliston  <bje@cygnus.com>
8037
8038         * config.guess: Correct typo for detecting ELF on FreeBSD.
8039
8040 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
8041
8042         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8043         config/mh-djgpp.
8044
8045 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
8046
8047         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8048         all-target-newlib to dependency list for all-target-bsp.
8049
8050 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8051
8052         * config.sub: Add i386-uwin support.
8053         * config.guess: Likewise.
8054
8055 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8056
8057         * configure.in: cleanup, add mh-*pic handling for arm, special
8058         case powerpc*-*-aix*
8059
8060 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
8061
8062         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8063         can be built.
8064
8065 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
8066
8067         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8068         targets.
8069
8070 1999-03-02  Nick Clifton  <nickc@cygnus.com>
8071
8072         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8073
8074 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
8075
8076         * config.sub: Check for "cygwin*" rather than "cygwin32*"
8077
8078 1999-02-24  Nick Clifton  <nickc@cygnus.com>
8079
8080         * config.sub: Fix typo in arm recognition.
8081
8082 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
8083
8084         * configure.in (noconfigdirs): Changed target_configdirs to
8085         include target-bsp only for m68k-*-elf* and m68k-*-coff*
8086         rather than m68k-*-* since it is not known to work on
8087         m68k-aout. Ditto for arm-*-*oabi.
8088
8089 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
8090
8091         * configure.in (*-*-windows*): Remove, no longer used.
8092
8093 1999-02-19  Ben Elliston <bje@cygnus.com>
8094
8095         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8096         Smart and improved by Andrew Cagney.
8097
8098 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
8099
8100         * config.guess: Recognize openbsd-*-hppa.
8101
8102 1999-02-17  H.J. Lu  (hjl@gnu.org)
8103
8104         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8105         only if it is not empty.
8106
8107 1999-02-17  Nick Clifton  <nickc@cygnus.com>
8108
8109         Patch from: Scott Bambrough <scottb@corelcomputer.com>
8110
8111         * config.guess: Modified to recognize uname's armv* syntax.
8112
8113         * config.sub: Modified to recognize uname's armv* syntax.
8114
8115 1999-02-17  Mark Salter  <msalter@cygnus.com>
8116
8117         * configure.in: Added target-bsp for sparclite.
8118
8119 1999-02-08  Richard Henderson  <rth@cygnus.com>
8120
8121         * config.sub: Recognize alphapca5[67] and up to alphaev8.
8122
8123 1999-02-08  Nick Clifton  <nickc@cygnus.com>
8124
8125         * configure.in: Add support for strongarm port.
8126         * config.sub: Add support for strongarm target.
8127
8128 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
8129
8130         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8131         the old name config/mh-cygwin32.
8132         Enable texinfo.
8133
8134 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
8135
8136         * configure.in: Do build ld for ix86 Solaris.
8137
8138 1999-02-02  Jim Wilson  <wilson@cygnus.com>
8139
8140         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
8141         $AR_FOR_TARGET.  Likewise for RANLIB.
8142
8143 1999-02-02  Catherine Moore  <clm@cygnus.com>
8144
8145         * config.sub (oabi):  Recognize.
8146         * configure.in (arm-*-oabi):  Handle.
8147
8148 1999-01-30  Robert Lipe  (robertlipe@usa.net)
8149
8150         * config.guess: Improve detection of i686 on UnixWare 7.
8151
8152 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
8153
8154         * config.guess: Add support for i386-pc-interix.
8155         * config.sub: Likewise.
8156         * configure.in: Likewise.
8157
8158 1999-01-18  Christopher Faylor <cgf@cygnus.com>
8159
8160         * Makefile.in: Remove unneeded all-target-libio from
8161         from all-target-winsup target since it is now unneeded.
8162         Add all-target-libtermcap in its place since it is now
8163         needed.
8164
8165 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8166
8167         * configure.in: makefile stub for cygwin target is probably
8168         unnecessary.  Remove it for now.
8169
8170 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8171
8172         * configure.in: libtermcap.a should be built when cygwin is the
8173         target as well as the host.
8174         * config.guess: Allow mixed case in cygwin uname output.
8175         * Makefile.in: Add libtermcap target.
8176
8177 1998-12-23  Jeffrey A Law  (law@cygnus.com)
8178
8179         * config.sub: Clean up handling of hppa2.0.
8180
8181 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
8182
8183         * config.guess: Use C code to identify more HP machines.
8184
8185 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
8186
8187         * config.sub: Handle hppa2.0.
8188
8189 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
8190
8191         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8192         cygmon for all sparclite targets, regardless of object format.
8193
8194 1998-12-15  Mark Salter  <msalter@cygnus.com>
8195
8196         * configure.in: Added target-bsp for several target architectures.
8197
8198         * Makefile.in: Added rules for bsp.
8199
8200 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
8201
8202         * config.guess: Improve detection of hppa2.0 processors.
8203
8204 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
8205
8206         * config.guess: Recognize FreeBSD using ELF automatically.
8207
8208 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
8209
8210         * configure (skip-this-dir): Add handling for new shell script, which
8211         might be created by a sub-directory's configure to indicate, this particular
8212         directory is "unwanted".
8213         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8214
8215 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
8216
8217         * ltconfig: import from libtool, after changing libtool to
8218         account for the cygwin name change.
8219
8220 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
8221
8222         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8223         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8224
8225 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
8226
8227         * configure.in: Add libtermcap to list of cygwin dependencies.
8228
8229 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
8230
8231         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8232         they include winsup/include when it's a cygwin target.
8233
8234 1998-11-12  Tom Tromey  <tromey@cygnus.com>
8235
8236         * configure.in (host_tools): Added zip.
8237         * Makefile.in (all-target-libjava): Depend on all-zip.
8238         (all-zip): New target.
8239         (ALL_MODULES): Added all-zip.
8240         (NATIVE_CHECK_MODULES): Added check-zip.
8241         (INSTALL_MODULES): Added install-zip.
8242         (CLEAN_MODULES): Added clean-zip.
8243
8244 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
8245
8246         * Makefile.in: lose "32" from comment about cygwin.
8247
8248 1998-11-05  Nick Clifton  <nickc@cygnus.com>
8249
8250         * configure.in: Use -Os to build target libraries for the fr30.
8251
8252 1998-11-04  Dave Brolley  <brolley@cygnus.com>
8253
8254         * config.sub: Add fr30.
8255
8256 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
8257
8258         * configure.in: drop "32" from config/mh-cygwin32.  Check
8259         cygwin* instead of cygwin32*.
8260         * config.sub: Check cygwin* instead of cygwin32*.
8261
8262 1998-10-22  Robert Lipe  <robertl@dgii.com>
8263
8264         * config.guess: Match any version of Unixware7.
8265
8266 1998-10-20  Syd Polk  <spolk@cygnus.com>
8267
8268         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8269         if desired.
8270
8271 1998-10-18  Jeffrey A Law  (law@cygnus.com)
8272
8273         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8274         these if the appropriate directories and files to not exist.
8275
8276 1998-10-14  Jeffrey A Law  (law@cygnus.com)
8277
8278         * Makefile.in (DEVO_SUPPORT): Add config.if.
8279
8280 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
8281
8282         * configure: Add pattern to replace "build_tooldir"'s
8283         definition in the generated Makefile with "tooldir"'s
8284         actual value.
8285
8286 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
8287
8288         * config.sub: Bring back lost sparcv9.
8289
8290         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8291
8292 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
8293
8294         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8295         CC_FOR_TARGET and friends.
8296
8297 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
8298
8299         * Makefile.in (build_tooldir): New variable, same as tooldir.
8300         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8301         -B$(build_tooldir)/bin/.
8302         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8303
8304 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
8305
8306         * config.sub: Add support for i[34567]86-pc-udk.
8307         * configure.in: Likewise.
8308
8309 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
8310
8311         * Makefile.in: add bzip2 package building bits for user
8312         tools module
8313         * configure.in: ditto
8314
8315 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
8316
8317         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8318         (ALL_TARGET_MODULES): Add all-target-libobjc.
8319         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8320         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8321         (all-target-libchill): Add dependencies.
8322         * configure.in (target_libs): Add libchill.
8323
8324 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
8325
8326         * configure.in (target_subdir): Remove duplicate line.
8327
8328 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
8329
8330         * Makefile.in (all-automake): fix dependencies.
8331
8332 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
8333
8334         * configure.in: Minor cleanups for building in the $(target_alias)
8335         subdir.
8336
8337 1998-09-22  Jim Wilson  <wilson@cygnus.com>
8338
8339         * Makefile.in (bootstrap): Set r and s before make all.  Use
8340         BASE_FLAGS_TO_PASS in make all.
8341         (cross): Likewise.
8342
8343 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
8344
8345         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8346
8347 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
8348
8349         * config.sub: Fix typo in last change.
8350
8351 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8352
8353         * config.sub: Add support for C4x target.
8354         * configure.in: Likewise.
8355
8356 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
8357
8358         * config.sub: Recognize sparcv9 just like sparc64.
8359
8360 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
8361
8362         * config.guess: Match "Pent II" or "PentII" for OpenServer.
8363
8364 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
8365
8366         * config.guess: Correctly identify Pentium II sco boxes.
8367
8368         * config.guess: Fix "tr" code.  From Weiwen Liu.
8369
8370 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
8371
8372         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8373         stabs.
8374
8375 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
8376
8377         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8378         (ALL_TARGET_MODULES): Add all-target-libchill.
8379         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8380         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8381         (all-target-libchill): Add dependencies.
8382         * configure.in (target_libs): Add libchill.
8383
8384 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8385
8386         * config.guess: Avoid assumptions about "tr" behaves when
8387         LANG is set to something other than English.
8388
8389 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
8390
8391         * configure (gxx_include_dir): Changed to
8392         '${prefix}/include/g++'-${libstdcxx_interface}.
8393
8394         * config.if: New to determine the interfaces.
8395
8396 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
8397
8398         * config.guess: Detect and handle MPE/IX.
8399         * config.sub: Deal with MPE/IX.
8400
8401 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
8402
8403         * configure.in: Use mh-aix43.
8404
8405 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
8406
8407         * configure: Fix --without/--disable cases for gxx-include-dir.
8408
8409 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
8410
8411         * mdata-sh:  Imported.  Needed for automake support.
8412
8413 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
8414
8415         * Makefile.in (taz): Try "chmod -R og=u ." before
8416         "chmod og=u `find . -print`".
8417
8418 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
8419
8420         * configure.in: Add arm-elf and thumb-elf support.
8421
8422 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
8423
8424         * Makefile.in: Undo previous patch.
8425
8426 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
8427
8428         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8429         to here ...
8430         (install-no-fixedincludes): and here
8431         (INSTALL_MODULES): ... from here.
8432
8433 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8434
8435         * config.sub: Merge with FSF.
8436
8437         * config.guess: Merge with FSF.
8438
8439 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
8440
8441         * configure (extraconfigdirs): New variable.
8442         (SUBDIRS): Add extraconfigdirs and recurse on them too.
8443         * Makefile.in (all): Move higher in file.
8444         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8445         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8446         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8447         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8448         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8449
8450 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
8451
8452         * Makefile.in (all-target-libjava): Depend on all-gcc and
8453         all-target-newlib.
8454         (configure-target-libjava): Depend on $(ALL_GCC).
8455
8456 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
8457
8458         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8459         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8460
8461 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8462
8463         * ylwrap: Change absolute path checks to check for DOS style path
8464         names.
8465
8466         * ylwrap: Don't use a full path name if the source file is in the
8467         same directory.  From hjl@lucon.org (H.J. Lu).
8468
8469         * config-ml.in: Default to being verbose, to match Feb 18 change to
8470         configure.
8471
8472 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
8473
8474         Brought over from egcs:
8475
8476         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8477
8478         * configure.in (target_subdir): Set to ${target_alias} instead
8479         of "libraries".
8480
8481         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8482
8483         * configure.in (target_subdir): Set to libraries if enable_multilib.
8484
8485 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
8486
8487         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8488         multilibs, force reconfiguration the first time we create
8489         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8490
8491 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
8492
8493         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8494         avoid confusion with --no-recursion.
8495
8496 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
8497
8498         * configure.in: Win32 hosts shouldn't use install -x
8499         * install-sh: remove -x option, and special .exe-handling
8500         hack.
8501
8502 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
8503
8504         * config.guess: Recognize i586-pc-beos.
8505         * configure.in: Don't build some bits for beos.
8506
8507 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8508
8509         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8510         CFLAGS default to -O2.
8511
8512         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8513         when using GNU ld.
8514
8515 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
8516
8517         * ltmain.sh: Correct install when using a different shell.
8518
8519 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8520
8521         * ltconfig, ltmain.sh: Update to libtool 1.2b.
8522
8523 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
8524
8525         * makefile.vms: Update to build binutils/makefile.vms.  Add install
8526         target.
8527
8528 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
8529
8530         * ltconfig: Update to correct AIX handling.
8531
8532 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8533
8534         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8535
8536         * configure.in (target_subdir): Set to ${target_alias} instead
8537         of "libraries".
8538
8539 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
8540
8541         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8542         (Makefile): Depend on $(gcc_version_trigger).
8543
8544         * configure (gcc_version): Change default initializer to empty
8545         string.
8546         (gcc_version_trigger): New variable; pass this variable down
8547         to subdir configures to enable them checking gcc's version
8548         themselves. Emit make macros for both gcc_version vars.
8549         (topsrcdir): Initialize reliably.
8550         (recursion line): Remove --with-gcc-version=${gcc_version}.
8551
8552 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8553
8554         * configure (enable_version_specific_runtime_libs): Implement new flag
8555         --enable-version-specific-runtime-libs which installs C++ runtime stuff
8556         in $(libsubdir); emit definition in each generated Makefile.
8557         (gxx_include_dir): Initialize depending on
8558         $enable_version_specific_runtime_libs.
8559
8560 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8561
8562         * configure (gcc_version): Initialize properly depending on
8563         how and where configure is started.
8564         (recursion line): Pass a --with-gcc-version=${gcc_version}
8565         to configures in subdirs.
8566
8567 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
8568
8569         * configure.in (noconfigdirs): Add configure pattern for mips tx39
8570         cygmon
8571
8572 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
8573
8574         * configure.in: Add cygmon and libstub support for mn10200.
8575
8576 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
8577
8578         * configure (gcc_version): Add new variable describing the
8579         particular gcc version we're building.
8580         * Makefile.in (libsubdir): Add new macro for the directory
8581         in which the compiler finds executables, libraries, etc.
8582         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8583         and libsubdir.
8584
8585 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8586
8587         * Makefile.in (local-clean): Remove *.log.
8588         (warning.log): Built with warn_summary from build.log.
8589         (mail-report.log): Run test_summary.
8590         (mail-report-with-warnings.log): Run test_summary including
8591         warning.log in the report.
8592
8593 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
8594
8595         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8596
8597 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8598
8599         * Makefile.in (grep): Grep no longer depends on libiberty.
8600
8601 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
8602
8603         * Makefile.in: all-snavigator needs all-libgui.
8604
8605 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
8606
8607         * configure.in: Add cygmon and libstub support for mn10300.
8608
8609 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
8610
8611         * missing: Update to version from automake 1.3.
8612
8613         * ltmain.sh: On installation, don't get confused if the same name
8614         appears more than once in the list of library names.
8615
8616 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8617
8618         * config.sub: Accept m68060 and m5200 as CPU names.
8619
8620 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
8621
8622         * configure: Use && rather than using -a in test, because odd
8623         strings can confuse test.
8624         * configure.in: Likewise.
8625
8626 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8627
8628         * ltconfig, ltmain.sh: Bring in Visual C++ support.
8629
8630 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8631
8632         * Makefile.in (boostrap2-lean, bootstrap3-lean,
8633         bootstrap4-lean): New targets.
8634
8635 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
8636
8637         * mpw-* Delete.  Not used.
8638
8639 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
8640
8641         * COPYING.LIB: Update FSF address.
8642
8643 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
8644
8645         * ltconfig, ltmain.sh: Update to libtool 1.2a.
8646
8647         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8648         GAS_SUPPORT_DIRS.
8649
8650 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
8651
8652         * ltconfig, ltmain.sh: Avoid producing a version number if
8653         -version-info was not used.
8654
8655 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8656
8657         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8658         building with newlib.
8659
8660 1998-04-30  Paul Eggert  <eggert@twinsun.com>
8661
8662         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
8663         Solaris `make' causes it to continue to next definition.
8664
8665 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8666
8667         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8668         the right GUI libraries and files are installed along with GDB.
8669
8670 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8671
8672         * configure.in: Change alpha to alpha* in several places.
8673
8674 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
8675
8676         * config.sub: Recognize sparc86x.
8677
8678 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
8679
8680         * configure.in (--enable-target-optspace): Remove debug echo.
8681
8682 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
8683
8684         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8685
8686 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8687
8688         * ltconfig: Update cygwin32 support.
8689
8690         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8691         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8692         (GDB_SUPPORT_DIRS): Likewise.
8693
8694 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
8695
8696         * configure.in (target_makefile_frag): If --enable-target-optspace,
8697         use -Os to compile target libraries rather than -O2.  Default to
8698         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8699         not used.
8700         * configure.in (target_cflags): Ditto for d30v.
8701
8702 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
8703
8704         * Makefile.in (all-bfd): Depend on all-intl.
8705         (all-binutils): Likewise.
8706         (all-gas): Likewise.
8707         (all-gprof): Likewise.
8708         (all-ld): Likewise.
8709
8710 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
8711
8712         * configure.in (host_tools): Fix typo, lbtool -> libtool.
8713
8714 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8715
8716         * Makefile.in (all-bfd): Depend upon all-libiberty.
8717
8718         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8719
8720 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
8721
8722         * Makefile.in: Add libstub.
8723
8724         * configure.in: Ditto. Build libstub for targets that have cygmon
8725         support.
8726
8727 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
8728
8729         * configure.in: Don't set PICFLAG on ix86-cygwin32.
8730
8731 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
8732
8733         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8734         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
8735
8736 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
8737
8738         * configure: Define DEFAULT_M4 by searching PATH.
8739         * Makfile.in: Use DEFAULT_M4.
8740
8741 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8742
8743         * ltconfig: Add cygwin32 support.
8744
8745         * Makefile.in, configure.in: Add libtool as a native only directory
8746         to configure and build.
8747
8748 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
8749
8750         * Makefile.in (INSTALL_MODULES): Remove texinfo.
8751
8752 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
8753
8754         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8755
8756 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
8757
8758         * Makefile.in: add ash make rules
8759         * configure.in: add ash to native_only and host_tools lists
8760
8761 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
8762
8763         * Makefile.in (all-gettext, all-intl): New targets.
8764         (ALL_MODULES): Added all-gettext, all-intl.
8765         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8766         (INSTALL_MODULES): Added install-gettext, install-intl.
8767         (CLEAN_MODULES): Added clean-gettext, clean-intl.
8768
8769         * configure.in (host_tools): Added gettext.
8770         (native_only): Likewise.
8771         (noconfigdirs) [various cases]: Likewise.
8772         (host_libs): Added intl.
8773
8774 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
8775
8776         * configure: Do not disable building gdbtk for cygwin32 hosts.
8777
8778 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
8779
8780         * configure.in: Add thumb-coff target.
8781         * config.sub: Add thumb-coff target.
8782
8783 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8784
8785         * Makefile.in: Revert yesterday's change.
8786         (all-target-winsup):  all-target-librx stays out of here.
8787
8788 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8789
8790         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8791         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8792         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
8793         Remove references to librx and libg++.
8794
8795 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
8796
8797         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8798         recursive makes
8799
8800 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
8801
8802         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8803         for newlib directory.
8804         (CXX_FOR_TARGET): Likewise.
8805
8806 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
8807
8808         * ltconfig: Update after libtool/ltconfig.in change for
8809         hpux11.
8810
8811 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
8812
8813         * ltconfig, ltmain.sh: Update to libtool 1.2.
8814
8815 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8816
8817         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8818         (install-gcc-cross): Instead, override LANGUAGES here.
8819
8820 1998-03-18  Dave Love  <d.love@dl.ac.uk>
8821
8822         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8823         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8824
8825 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
8826
8827         * configure.in: Add Thumb-pe target.
8828
8829 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
8830
8831         * Makefile.in - changed sn targets to snavigator
8832         * configure.in - changed sn targets to snavigator
8833
8834 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8835
8836         * config-ml.in: After building symlink tree call make distclean
8837         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8838         to be the case for libiberty.
8839
8840 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
8841
8842         * configure: When making link, also check the current
8843         directory. The configure scripts may create one.
8844
8845 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
8846
8847         * config.sub: Accept alphapca56 and alphaev6 properly.
8848
8849 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8850
8851         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8852
8853 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8854
8855         * config.sub (sco5): Fix typo.
8856
8857 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
8858
8859         * Makefile.in (INSTALL_MODULES): Move install-tcl before
8860         install-itcl.
8861         (install-itcl): Remove dependency on install-tcl.
8862
8863 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
8864
8865         * configure.in: Remove libgloss from noconfigdirs for MN10300.
8866
8867 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
8868
8869         * configure.in: Don't build libgui for a cygwin32 target when not on
8870         a cygwin32 host.
8871
8872 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8873
8874         * configure (redirect): Set to null, so default behavior of
8875         configure is now --verbose.
8876
8877 1998-02-16  Dave Love  <d.love@dl.ac.uk>
8878
8879         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8880         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8881
8882 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
8883
8884         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8885         this change to sync Makefile.in with its ChangeLog entries.
8886
8887 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
8888
8889         * ltmain.sh (mkdir): Check that the directory doesn't exist
8890         before we exit with error, so that we don't get races during
8891         parallel builds.
8892
8893 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8894
8895         * ltconfig, ltmain.sh: Update from libtool 1.0i.
8896
8897 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8898
8899         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8900         PICFLAG_FOR_TARGET.
8901         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8902
8903         * configure: Emit a definition for the new macro enable_shared
8904         into each Makefile.
8905
8906 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8907
8908         * configure.in (host_tools, native_only): Add libtool.
8909
8910 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
8911
8912         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8913         Fix typo in ming config comment.
8914
8915 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8916
8917         * ltconfig, ltmain.sh: Update from libtool 1.0h.
8918
8919 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
8920
8921         * config.sub: Add tic30 cases, and map c30 to tic30.
8922
8923 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
8924
8925         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8926         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8927         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8928         (CLEAN_TARGET_MODULES): Similarly
8929         (all-target-libf2c): Add dependences.
8930         * configure.in (target_libs): Add libf2c.
8931
8932 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
8933
8934         * configure.in: Remove expect from noconfigdirs when target
8935         is cygwin32.  OK to build expect and dejagnu with Canadian
8936         Cross.
8937
8938 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
8939
8940         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
8941         host.
8942
8943         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
8944         and mingw32.
8945
8946 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8947
8948         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
8949         here as it is not defined in the toplevel Makefile.
8950
8951 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8952
8953         * configure (package_makefile_rules_frag): New variable, which names
8954         a file with generic rules, ...
8955         Change comment to mention we now have FIVE parts.
8956         * configure: Undo last change.
8957
8958 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
8959
8960         * config.guess: More accurate determination of HP processor types.
8961         * config.sub: More accurate determination of HP processor types.
8962
8963 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8964
8965         * configure (package_makefile_frag): Move inserting the
8966         ${package_makefile_frag} to where it should be according
8967         to the comment.
8968
8969 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
8970
8971         * config.guess: Add support for Linux/ARM.
8972
8973 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
8974
8975         * .cvsignore: Remove *-info and *-install since they match
8976         release-info and mpw-install, which we don't want to just ignore.
8977
8978 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
8979
8980         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
8981
8982 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
8983
8984         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
8985         local_prefix to sub-make invocations.
8986
8987 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
8988
8989         * configure.in: Check makefile fragments in the source
8990         directory.
8991
8992 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8993
8994         * configure.in: Check whether host and target makefile
8995         fragments exist before adding them to *_makefile_frag.
8996
8997 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
8998
8999         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9000
9001 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
9002
9003         * configure.in: Make sure we only replace RPATH_ENVVAR on
9004         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9005         regexp to sed.
9006
9007         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9008         to sub-makes.
9009
9010 1998-01-13  Lee Iverson   (leei@ai.sri.com)
9011
9012         * config-ml.in (multi-do): LDFLAGS must include multilib
9013         designator.
9014
9015 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
9016
9017         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9018
9019 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
9020
9021         * config.sub: Add mingw32 support.
9022         * configure.in: Likewise.
9023
9024 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9025
9026         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9027
9028 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
9029
9030         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9031         * configure (gxx_include_dir): Provide a definition for subdirs
9032         which do not use autoconf.
9033
9034 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
9035
9036         * config.guess: Sync with egcs.  Picks up new alpha support,
9037         BeOS & some additional linux support.
9038
9039 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
9040
9041         * config.guess: HP 9000/803 is a PA1.1 machine.
9042
9043 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
9044
9045         * configure.in: It's alpha*-...
9046
9047 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9048
9049         * configure.in (host_makefile_frag, target_makefile_frag):
9050         Handle multiple config files.
9051         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9052         alpha-*-*.
9053
9054 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
9055
9056         * mkdep: New file.
9057
9058 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
9059
9060         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9061
9062 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9063
9064         * Makefile.in: Add libgui directory.
9065         (GDB_TK): Add all-libgui.
9066         * configure.in: Add libgui directory.
9067         * configure: Add all-libgui to GDB_TK.
9068
9069 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
9070
9071         * config-ml.in (multidirs): Add m32r to multilib list.
9072
9073 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
9074
9075         * Makefile.in (all-target-gperf): Change dependency to
9076         all-target-libstdc++.
9077
9078 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
9079
9080         * config.guess: Add BeOS support.
9081
9082 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9083
9084         Source directory cvs renamed to cvssrc:
9085         * configure.in (host_tools): Change cvs to cvssrc.
9086         (native_only): Likewise.
9087         (noconfigdirs) [various cases]: Likewise.
9088         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9089         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9090         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9091         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9092         (all-cvssrc): Rename target from all-cvs.
9093
9094 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
9095
9096         * configure (gxx_include_dir): Fix thinko.
9097
9098 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
9099
9100         * Makefile.in (INSTALL_TARGET_CROSS): Define.
9101         (install-cross, install-gcc-cross): New targets.
9102
9103 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
9104
9105         * configure.in (noconfigdirs): Add support for Thumb target.
9106
9107         * config.sub (maybe_os): Add support for Thumb target.
9108
9109 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
9110
9111         * Makefile.in: Add rules for cygmon.
9112
9113         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9114
9115 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
9116
9117         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9118         * configure (gxx_include_dir): Provide a definition for subdirs
9119         which do not use autoconf.
9120
9121 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
9122
9123         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9124         11/18/97 build
9125
9126 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
9127
9128         * From Franz Sirl.
9129         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9130         found on RedHat Linux systems.
9131
9132 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
9133
9134         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9135         guesses.
9136
9137 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
9138
9139         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9140
9141 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
9142
9143         * ltmain.sh: If mkdir fails, check whether the directory was created
9144         anyhow by some other process.
9145
9146 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
9147
9148         * configure.in (d30v-*-*): Configure all directories.
9149
9150 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
9151
9152         * configure.in (d30v-*-*): Configure newlib, libiberty directories
9153         for the D30V.
9154
9155 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
9156
9157         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9158
9159 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
9160
9161         * include/libiberty.h: Add extern "C" { so it can be used with C++
9162         progrms.
9163         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
9164         programs.
9165
9166 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
9167
9168         * configure.in (d30v-*-*): Configure GCC now.
9169
9170 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
9171
9172         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9173         is no longer needed.
9174
9175 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9176
9177         * Makefile.in: check-target-libio depends on all-target-libstdc++.
9178
9179 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
9180
9181         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9182         targets using "$@" to provide support for similar but not identical
9183         targets without having to duplicate code.
9184
9185 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
9186
9187         * makefile.vms: Fix to work with DEC C.
9188
9189 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
9190
9191         * config.sub: Add mips-tx39-elf to marketing names.
9192
9193 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
9194
9195         * ltmain.sh: Handle symlinks in generated script.
9196
9197 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
9198
9199         * configure: Handle autoconf style directory options: --bindir,
9200         --datadir, --includedir, --infodir, --libdir, --libexecdir,
9201         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9202         --sysconfdir.
9203         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9204         (sharedstatedir, localstatedir, oldincludedir): New variables.
9205         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9206         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9207         sbindir, sharedstatedir, and sysconfdir.
9208
9209 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9210
9211         * Makefile.in (bootstrap-lean): New target.
9212
9213 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
9214
9215         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
9216         sn, and gnuserv from noconfigdirs.
9217
9218 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
9219
9220         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9221
9222 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
9223
9224         * Makefile.in (cross): New target.
9225
9226 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9227                           Jeff Law         <law@cygnus.com>
9228
9229         * Makefile.in (bootstrap2, bootstrap3): New targets.
9230         (all-bootstrap): Remove outdated and confusing target.
9231         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9232
9233 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9234
9235         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9236         windows.  Consistent with gdb/configure.
9237
9238 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
9239
9240         * configure.in: Name Linux target fragment.
9241
9242         * configure: Rewrite so that project Makefile fragment is inserted
9243         first and appears last in the resulting Makefile.
9244
9245 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9246
9247         * Makefile.in (install-itcl): Install tcl first.
9248
9249 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
9250
9251         * configure.in: remove bison from noconfigdirs for Cygwin32 host
9252
9253 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9254
9255         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9256
9257         * configure.in (skipdirs): Add target-librx for Linux.
9258         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9259
9260 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
9261
9262         * Makefile.in (bootstrap): New target.
9263
9264 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9265
9266         * config.sub: Accept 'amigados' for backward compatability.
9267
9268 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
9269
9270         * config.guess: Merge with FSF.
9271
9272 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9273
9274         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9275
9276 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
9277
9278         * config.sub: Add "marketing-names" patch.
9279
9280 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
9281
9282         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9283
9284 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
9285
9286         * config.sub: Handle v850-elf.
9287
9288 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
9289
9290         * .cvsignore (*-install): Remove.
9291
9292 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
9293
9294         * ltconfig: Set CONFIG_SHELL in libtool.
9295         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9296
9297 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9298
9299         * configure.in (target_subdir): Set to libraries if enable_multilib.
9300
9301 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
9302
9303         * config.guess: Update from gcc directory.
9304
9305 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9306
9307         * Makefile.in (all-sim): Depends on all-readline.
9308
9309 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9310
9311         * Makefile.in (BISON, YACC): Use $$s.
9312         (all-bison): Depend on all-texinfo.
9313
9314 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
9315
9316         * Makefile.in (BISON): Add -L flag.
9317         (YACC): Likewise.
9318
9319 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9320
9321         * configure.in (noconfigdirs): Add support for v850e target.
9322
9323         * config.sub (maybe_os): Add support for v850e target.
9324
9325 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9326
9327         * configure.in (noconfigdirs): Add support for v850ea target.
9328
9329         * config.sub (maybe_os): Add support for v850ea target.
9330
9331 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
9332
9333         * config.sub: Add mipstx39.  Delete r3900.
9334
9335 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9336
9337         * Makefile.in (all-autoconf): Depends on all-texinfo.
9338
9339 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
9340
9341         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9342         eabi targets.
9343
9344 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
9345
9346         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9347
9348         * configure: When handling a Canadian Cross, handle YACC as well as
9349         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
9350         * Makefile.in (all-bison): Depend upon all-texinfo.
9351
9352 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
9353
9354         * Makefile.in (BISON): bison, not byacc or bison -y.
9355         (YACC): bison -y or byacc or yacc.
9356         (various): Add *-bison as appropriate.
9357         (taz): No need to mess with BISON anymore.
9358
9359 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
9360
9361         * configure: If OSTYPE matches *win32*, try to find a good value for
9362         CONFIG_SHELL.
9363
9364 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
9365
9366         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9367         configure.in if it is present.
9368
9369 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
9370
9371         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9372
9373 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
9374
9375         * config.sub: Recognize `arc' cpu.
9376         * configure.in: Likewise.
9377         * config-ml.in: Likewise.
9378
9379 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
9380
9381         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9382
9383 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
9384
9385         * configure: Changed sed delimiter from ':' to '|' when
9386         attempting to substitute ${config_shell} for SHELL. On
9387         NT ${config_shell} may contain a ':' in it.
9388
9389 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
9390
9391         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9392
9393 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
9394
9395         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9396
9397 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9398
9399         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9400
9401         * ylwrap: If the program is a relative path, force it to be
9402         absolute.
9403
9404 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9405
9406         * configure (tooldir): Set BISON to `bison -y' and not just bison.
9407
9408 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9409
9410         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
9411         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9412         for libraries.
9413
9414 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
9415
9416         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
9417         separated by spaces.
9418
9419 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
9420
9421         * ylwrap: New file.
9422         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9423
9424         * ltmain.sh: Handle /bin/sh at start of install program.
9425
9426         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9427
9428         * ltconfig, ltmain.sh: New files, from libtool 1.0.
9429         * missing: New file, from automake 1.2.
9430
9431 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
9432
9433         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
9434         check-tk to CHECK_X11_MODULES.
9435
9436 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9437
9438         * config.sub: Merge with FSF.
9439
9440 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9441
9442         * config.guess: Merge with FSF.
9443
9444 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9445
9446         * configure: Treat msdosdjgpp like go32.
9447         * configure.in: Likewise.  Don't remove gprof for go32.
9448
9449         * configure: Change Makefile.tem2 to Makefile.tm2.
9450
9451 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
9452
9453         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9454
9455 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9456
9457         * install-sh (chmodcmd): Set to null if the DST directory already
9458         exists.  Same as Nov 11th change.
9459
9460 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
9461
9462         * configure (GDB_TK): Needs itcl and tix.
9463
9464 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
9465
9466         * config.guess: Update from FSF.
9467
9468 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
9469
9470         * Makefile.in (GDB_TK): Depend on itcl and tix.
9471
9472 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9473
9474         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9475         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9476         (INSTALL_SCRIPT): New variable.
9477         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9478         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9479         to -x.
9480         * install-sh: Add support for -x option.
9481
9482 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
9483
9484         * configure.in, Makefile.in: Treat tix like itcl.
9485
9486 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
9487
9488         * Makefile.in (WINDRES): New variable.
9489         (WINDRES_FOR_TARGET): New variable.
9490         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9491         (EXTRA_HOST_FLAGS): Add WINDRES.
9492         (EXTRA_TARGET_FLAGS): Add WINDRES.
9493         (EXTRA_GCC_FLAGS): Add WINDRES.
9494         ($(DO_X)): Pass down WINDRES.
9495         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9496         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9497         DLLTOOL_FOR_TARGET.
9498
9499 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
9500
9501         * configure.in: configure sim before gdb for win32-x-ppc
9502
9503 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9504
9505         Move gperf into the toplevel, from libg++.
9506         * configure.in (target_tools): Add target-gperf.
9507         (native_only): Add target-gperf.
9508         * Makefile.in (all-target-gperf): New target, depend on
9509         all-target-libg++.
9510         (configure-target-gperf): Empty rule.
9511         (ALL_TARGET_MODULES): Add all-target-gperf.
9512         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9513         (CHECK_TARGET_MODULES): Add check-target-gperf.
9514         (INSTALL_TARGET_MODULES): Add install-target-gperf.
9515         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9516
9517 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
9518
9519         * config.sub (mn10200): Recognize new basic machine.
9520
9521 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9522
9523         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9524         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9525
9526 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9527
9528         * configure.in: If we're building mips-sgi-irix6* native, turn on
9529         ENABLE_MULTILIB and set TARGET_SUBDIR.
9530
9531 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
9532
9533         * Makefile.in (all-sn): Depend on all-grep.
9534
9535 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
9536
9537         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9538
9539         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9540         Makefile.  From Jeff Makey <jeff@cts.com>.
9541         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9542
9543         * Makefile.in (DISTBISONFILES): Remove.
9544         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
9545         $(DEFAULT_YACC).
9546
9547         * configure.in: Build itl, db, sn, etc., when building for native
9548         cygwin32.
9549
9550         * Makefile.in (LD): New variable.
9551         (EXTRA_HOST_FLAGS): Pass down LD.
9552         ($(DO_X)): Likewise.
9553
9554 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
9555
9556         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9557
9558 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
9559
9560         * configure.in (targargs): Strip out any supplied --build argument
9561         before adding our own. Always add --build.
9562
9563 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
9564
9565         * configure.in (targargs): Pass --build if we're doing
9566         a cross-compile.
9567
9568 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
9569
9570         * configure: Use '|' instead of ":" as the separator in
9571         sed. Otherwise sed chokes on NT path names with drive
9572         designators. Also look for "?:*" as the leading characters in an
9573         absolute pathname.
9574
9575 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
9576
9577         * config.sub: Support for r3900.
9578
9579 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9580
9581         * configure.in: Use install-sh, not install.sh.
9582
9583 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9584
9585         * Makefile.in (taz): Improve check for BISON so it doesn't try to
9586         apply it twice.
9587
9588 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9589
9590         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9591         install-binutils.
9592
9593 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
9594
9595         * Makefile.in: Add automake targets.
9596         * configure.in (host_tools): Add automake.
9597
9598 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9599
9600         * configure: Default CXX to c++, not gcc.
9601         * Makefile.in (CXX): Set to c++, not gcc.
9602         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9603
9604 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
9605
9606         * install-sh: try appending a .exe if source file doesn't
9607         exist
9608
9609 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9610
9611         * configure.in: Turn on multilib by default.
9612         (cross_only): Remove target-libiberty.
9613
9614         * Makefile.in (all-gcc): Don't depend on libiberty.
9615
9616 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
9617
9618         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9619
9620 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9621
9622         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9623         (DISTBISONFILES): Add ld/Makefile.in
9624
9625 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
9626
9627         * configure.in: if target is cygwin32 but host isn't cygwin32,
9628         don't configure gdb tcl tk expect, not just gdb.
9629
9630 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
9631
9632         * configure.in: Added gnuserv everywhere sn appears.
9633
9634         * Makefile.in (ALL_MODULES): Added all-gnuserv.
9635         (CROSS_CHECK_MODULES): Added check-gnuserv.
9636         (INSTALL_MODULES): Added install-gnuserv.
9637         (CLEAN_MODULES): Added clean-gnuserv.
9638         (all-gnuserv): New target.
9639
9640 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
9641
9642         * config.guess: Fixes for MIPS OpenBSD systems.
9643
9644 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9645
9646         * Makefile.in (INSTALL_XFORM): Remove.
9647         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9648
9649         * mkinstalldirs: New file, copied from automake.
9650         * Makefile.in (installdirs): Rename from install-dirs.  Use
9651         mkinstalldirs.  Change all users.
9652         (DEVO_SUPPORT): Add mkinstalldirs.
9653
9654 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9655
9656         * install-sh: Rename from install.sh.
9657         * Makefile.in (INSTALL): Change install.sh to install-sh.
9658         (DEVO_SUPPORT): Likewise.
9659
9660         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
9661         Graichen <graichen@rzpd.de>.
9662
9663 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
9664
9665         * config.guess: Recognize OpenBSD systems correctly.
9666
9667 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9668
9669         * README, Makefile.in (ETC_SUPPORT): Remove references to
9670         cfg-paper*, configure.{texi,man,info*}._
9671
9672 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
9673
9674         * Makefile.in (all.normal): Ensure that gcc is built after all
9675         the x11 - ie gdb - targets.
9676
9677 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
9678
9679         * makefile.vms: Don't run conf-a-gas.
9680
9681 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
9682
9683         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
9684
9685 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
9686
9687         * configure.in: Remove noconfigdirs case since gdb also
9688         configures and builds for tic80-coff.
9689
9690 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9691
9692         * configure: Set cache_file to config.cache.
9693         * Makefile.in (local-distclean): Remove config.cache.
9694
9695 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9696
9697         * COPYING: Update FSF address.
9698
9699 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
9700
9701         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9702         noconfigdirs.
9703
9704 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9705
9706         * Makefile.in (install-dirs): Don't crash if prefix, and hence
9707         MAKEDIRS, is empty.
9708
9709 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
9710
9711         * config.sub: Tweak mn10300 entry.
9712
9713 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
9714
9715         * configure.in (host_tools): Put sim before gdb, so gdb's
9716         configure.tgt can determine if the simulator was configured.
9717
9718 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
9719
9720         * config.sub: Move BeOS $os case to be with other Cygnus
9721         local cases.
9722
9723 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
9724
9725         * config.sub: Remove misplaced comment that broke Linux.
9726
9727 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
9728
9729         * config.sub: Add BeOS support.
9730
9731 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
9732
9733         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9734
9735 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
9736
9737         * configure.in (noconfigdirs): Remove tcl and tk from
9738         noconfigdirs for cygwin32 builds.
9739
9740 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
9741
9742         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9743
9744 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
9745
9746         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9747         make-all.com, use makefile.vms instead.
9748
9749 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
9750
9751         * config.sub: Accept -lnews*.
9752
9753 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
9754
9755         * configure.in (noconfigdirs): Disable target-newlib,
9756         target-examples and target-libiberty for d30v.
9757
9758 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9759
9760         * configure.in (noconfigdirs): Enable ld for d30v.
9761
9762 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
9763
9764         * configure.in (tic80-*-*): Build compiler.
9765
9766 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
9767
9768         * configure.in (d30v-*): Remove sim directory from list of
9769         unsupported d30v directories
9770
9771 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9772
9773         * config.sub, configure.in: Add d30v target cpu.
9774
9775 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
9776
9777         * makefile.vms: New file.
9778         * make-all.com: Remove.
9779
9780 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
9781
9782         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9783
9784 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
9785
9786         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9787
9788 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
9789
9790         * Makefile.in (ALL_MODULES): Added all-db.
9791         (CROSS_CHECK_MODULES): Addec check-db.
9792         (INSTALL_MODULES): Added install-db.
9793         (CLEAN_MODULES): Added clean-db.
9794
9795 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
9796
9797         * config.guess: Merge with latest FSF sources.
9798
9799 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
9800
9801         * Makefile.in (ALL_MODULES): Added all-itcl.
9802         (CROSS_CHECK_MODULES): Added check-itcl.
9803         (INSTALL_MODULES): Added install-itcl.
9804         (CLEAN_MODULES): Added clean-itcl.
9805
9806 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
9807
9808         * configure.in: build gdb for mn10200
9809
9810 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
9811
9812         * Makefile.in (all-target-winsup): Depend on all-target-libio.
9813
9814 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
9815
9816         * configure.in (tic80-*-*): Turn off most targets right now.
9817
9818 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
9819
9820         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9821         rather than the makeinfo program.
9822         (do-info): Depend upon all-texinfo.
9823
9824 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9825
9826         * configure.in: Remove uses of config/mh-linux.
9827
9828         * config.sub, config.guess: Merge with latest FSF sources.
9829
9830 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
9831
9832         * config.sub (case $basic_machine): Add tic80 entries.
9833
9834 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
9835
9836         * config.sub, config.guess: Merge with latest FSF sources.
9837
9838 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9839
9840         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9841         * mpw-config.in: Test for NewFolderRecursive.
9842         * mpw-install: Use symbolic name for startup filename.
9843         * mpw-README: Add various additional details.
9844
9845 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
9846
9847         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9848
9849 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
9850
9851         * configure.in: Do build gcc and the target libraries for
9852         the mn10200.
9853
9854 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
9855
9856         * configure.in: don't avoid building gdb for mn10300 any more
9857         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9858         instead of single-quoting it.
9859
9860 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
9861
9862         * configure.in: Don't use --with-stabs on IRIX 6.
9863
9864 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
9865
9866         * configure.in (m32r): Build gdb, libg++ now.
9867
9868 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9869
9870         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
9871         directories from noconfigdirs.
9872
9873 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
9874
9875         * config.sub (basic_machine): added mips16 configuration
9876
9877 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9878
9879         * config.sub: Handle d10v-unknown.
9880
9881 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
9882
9883         * config.sub: Handle v850-unknown.
9884
9885 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
9886
9887         * Makefile.in: add findutils
9888         * configure.in: add findutils to list of host_tools
9889
9890 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
9891
9892         * config.sub: Handle mn10200 and mn10300.
9893
9894 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9895
9896         * configure.in (d10v-*): Do not build librx.
9897
9898 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
9899
9900         * configure.in (mn10300): Build everything except gdb & libgloss.
9901
9902 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
9903
9904         * config.guess:  Patch for Dansk Data Elektronik servers,
9905         from Niels Skou Olsen <nso@dde.dk>.
9906
9907         For ncr, use /bin/uname rather than uname, since GNU uname does not
9908         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
9909
9910         Patch for MIPS R4000 running System V,
9911         from Eric S. Raymond <esr@snark.thyrsus.com>.
9912
9913         Fix thinko for nextstep.
9914
9915         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9916
9917         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
9918         * config.guess: Guess mips-dec-mach_bsd4.3.
9919
9920         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
9921         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
9922         release numbers.
9923         * config.guess (mips-mips-riscos*):  Emit just enough of the
9924         release number.
9925
9926         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
9927         * config.guess (sparc-auspex-sunos*):  Added.
9928         (f300-fujitsu-*): Added.
9929
9930         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
9931         * config.guess:  Recognize a Tadpole as a sparc.
9932
9933 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9934
9935         * config.guess: Don't assume that NextStep version is either 2 or
9936         3.  NextStep 4 (aka OpenStep 4) has come out now.
9937
9938 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9939
9940         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
9941         From Rik Faith <faith@cs.unc.edu>.
9942
9943 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
9944
9945         * config.sub: Contributions from bug-gnu-utils to:
9946         Support plain "hppa" (no version given) architecture, reported by
9947         OpenStep.
9948         OpenBSD like NetBSD.
9949         LynxOs is not a hardware supplier.
9950
9951         * config.guess: Contributions from bug-gnu-utils to add support for:
9952         OpenBSD like NetBSD.
9953         Stratus systems.
9954         More Pyramid systems.
9955         i[n>4]86 Intel chips.
9956         M680[n>4]0 Motorola chips.
9957         Use unknown instead of lynx for hardware manufacturer.
9958
9959 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9960
9961         * install.sh (chmodcmd): Set to null if the DST directory already
9962         exists.
9963
9964 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9965
9966         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
9967         not use mt-ppc target Makefile fragment any more.
9968
9969 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
9970
9971         * configure.in (*-*-windows):  Exclude everything but those dirs
9972         needed to build windows.
9973
9974 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
9975
9976         * Makefile.in (all-target-winsup): Depend on all-target-librx.
9977
9978 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9979
9980         * configure.in:  Exclude mmalloc from i386-windows.
9981
9982 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9983
9984         * Undo my previous change.
9985
9986 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
9987
9988         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
9989         unconditionally.
9990         (MAKEOVERRIDES): Define (revert this part of October 18 change).
9991
9992 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
9993
9994         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
9995         host to add it's own flags.
9996
9997 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
9998
9999         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10000
10001 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
10002
10003         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10004         (CXX_FOR_TARGET): Likewise.
10005         (GCC_FOR_TARGET): Define.
10006         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10007         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10008         CC_FOR_TARGET was specified on the command line.
10009         (MAKEOVERRIDES): Don't define.
10010
10011 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
10012
10013         * configure.in (m32r): Fix spelling of libg++ libs.
10014
10015 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
10016
10017         * config.sub (-apple*): Remove, now redundant.
10018
10019 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
10020
10021         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10022
10023         * configure: Rework yesterday's sed script patch.
10024
10025         * config.sub: Merge with FSF.
10026
10027 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
10028
10029         * config.guess:  Merge from FSF.
10030
10031         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
10032         * config.guess: Use pc instead of unknown, for pc clone systems.
10033         Change linux to linux-gnu.
10034
10035         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10036         * config.guess: Avoid non-portable tr syntax.
10037
10038 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
10039
10040         * test-build.mk (HOLES): Add "xargs" for gdb.
10041
10042         * configure: Avoid hpux10.20 sed bug.
10043
10044 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
10045
10046         * configure.in:  Add support for windows host
10047         (that is a build done under the Microsoft build environment).
10048
10049 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
10050
10051         * Makefile.in: Replace all uses of srcroot with s, to shrink
10052         command line lengths.
10053
10054         Patches from Geoffrey Noer <noer@cygnus.com>:
10055         * configure.in: If configuring for newlib, pass --with-newlib to
10056         subdirectories.
10057         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10058         -Bnewlib/ and -Lwinsup to gcc.
10059         (CXX_FOR_TARGET): Likewise.
10060
10061 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10062
10063         * Makefile.in (ETC_SUPPORT): Add configure.
10064
10065 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
10066
10067         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10068         host configuration file.
10069
10070 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
10071
10072         * configure.in: Break mn10x00 support into separate
10073         mn10200 and mn10300 configurations.
10074         * config.sub: Likewise.
10075
10076 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
10077
10078         * configure.in: Add lots of stuff to noconfigdirs for
10079         the mn10x00 targets.
10080
10081         * config.sub, configure.in: Add mn10x00 support.
10082
10083 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
10084
10085         * make-all.com: Call conf-a-gas, not config-a-gas.
10086
10087 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
10088
10089         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10090         targets.
10091
10092 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
10093
10094         * mpw-README: Add much more detail for native PowerMac.
10095         * mpw-install: New file.
10096         * mpw-configure: Add --norecursion and --help options.
10097         * mpw-config.in: Translate readme and install files when
10098         copying to objdir.
10099         * mpw-build.in: Don't always depend on byacc and flex.
10100         (install-only-top): New action.
10101
10102 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
10103
10104         * configure.in:  You can now configure GDB for the v850.
10105
10106 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
10107
10108         * configure.in (noconfigdirs): Don't configure any C++ dirs
10109         if targeting D10V.
10110
10111 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10112
10113         * config.sub: Recognize mips64vr5000.
10114
10115 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
10116
10117         * configure.in: Use a single line for host_tools and native_only.
10118
10119 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
10120
10121         * config.sub, configure.in: Add entries for m32r.
10122
10123 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
10124
10125         * Makefile.in (inet-install): Don't run install-gzip.
10126
10127 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
10128
10129         * configure.in:  Don't config lots of things for *-*-windows*.
10130
10131 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
10132
10133         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10134         (host_libs, host_tools): Copy from configure.in.
10135         * mpw-configure: Don't complain about directories not found.
10136
10137 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10138
10139         * configure.in (i[345]86): Recognize i686 for pentium pro.
10140         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10141         file.
10142
10143         * config.guess (i[345]86): Ditto.
10144
10145 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10146
10147         * configure.in (noconfigdirs): Removed gdb for D10V.
10148
10149 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
10150
10151         * configure.in: Remove ld, target-libio, target-libg++, and
10152         target-libstdc++ from noconfigdirs.
10153
10154 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
10155
10156         * configure: Fix three locations where shell scripts were
10157         being run directly rather than with config_shell.
10158
10159 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
10160
10161         * configure.in (v850-*-*): Set up initial $noconfigdirs.
10162         * config.sub (basic_machine): Recognize v850.
10163
10164 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
10165
10166         * mpw-configure: Handle multiple enable/disable options and
10167         pass them down recursively, handle -c and -s flags appropriately
10168         depending on choice of compiler, add escape mechanism for
10169         quoted arguments to gC.
10170
10171 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10172
10173         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10174         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10175         so that -mrelocatable-lib and -mno-eabi are used.
10176
10177         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10178         not support --print-multi-lib, don't abort.
10179
10180 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
10181
10182         * make-all.com: Run config-a-gas.
10183         * setup.com: Don't copy subdirectory files around.
10184
10185 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
10186
10187         * configure.in (*-*-ose): Remove exclusion of libgloss for this
10188         target, it now compiles correctly.
10189
10190 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
10191
10192         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10193
10194 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10195
10196         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10197
10198 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10199
10200         * configure.in (native_only): Add prms.
10201
10202 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
10203
10204         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10205         (BINUTILS_SUPPORT_DIRS): Likewise.
10206
10207 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10208
10209         * configure.in (d10v-*-*): Don't configure ld or gdb until the
10210         d10v support is added.
10211
10212 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10213
10214         * configure.in (d10v-*-*): New target.
10215
10216 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
10217
10218         * config.guess (HP 9000/811): Recognize this as a PA1.1
10219         machine.
10220
10221 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
10222
10223         * Makefile.in (do-tar-gz): New target, split out from tail end of
10224         taz target.  Run each command separately, don't use pipes.
10225         (taz): Use it.
10226
10227 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
10228
10229         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10230         * mpw-build.in: No builds should depend on building byacc or flex,
10231         they are assumed to be installed already.
10232
10233 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10234
10235         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10236         variable that CC_FOR_TARGET needs.
10237
10238 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10239
10240         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10241         options have changed since the last time the subdirectory was
10242         configured, and if it has, reconfigure.
10243         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10244         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10245
10246 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
10247
10248         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10249         CLEAN_MODULES): Add bash.
10250         (all-bash): New target.
10251
10252 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
10253
10254         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10255
10256 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10257
10258         * config.sub (basic_machine): Recognize d10v as a valid processor.
10259
10260 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
10261
10262         * mpw-configure: Add support for --bindir.
10263         * mpw-build.in: Use a GCC-specific build script for GCC actions.
10264
10265 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
10266
10267         * configure.in: add bash, time, gawk to list of hosttools and things
10268         to only build for native toolchains
10269
10270 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10271
10272         * Makefile.in (docdir): Remove.
10273
10274 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10275
10276         * Makefile.in (datadir): Set to $(prefix)/share.
10277
10278 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
10279
10280         * configure.in: build diff and patch for cygwin32-hosted
10281         toolchains.
10282
10283 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
10284
10285         * config.sub: Accept -rtems*.
10286
10287 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
10288
10289         * configure.in: enable dosrel for cygwin32-hosted builds,
10290                 remove diff from the list of things not buildable
10291                 via Canadian Cross
10292
10293 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
10294
10295         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10296         don't get ". ".
10297
10298 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
10299
10300         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10301
10302 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
10303
10304         * Makefile.in (taz): Handle case where tex3patch didn't even get
10305         checked out.  Also, if it was found, put the symlink in a new util
10306         subdirectory.
10307
10308 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10309
10310         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10311
10312 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
10313
10314         * config.sub: Recognize -openvms.
10315         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10316         * make-all.com, setup.com: New files.
10317
10318 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10319
10320         * Makefile.in (taz): tex3patch moved to texinfo/util.
10321
10322 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
10323
10324         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10325         * configure.in: remove make from disable-if-Can-Cross list
10326                 enable gdb if ${host} and ${target} are cygwin32
10327
10328 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
10329
10330         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
10331         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10332
10333 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10334
10335         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
10336         distinguish sysv/svr4/bsd variants.
10337         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10338
10339 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
10340
10341         * configure.in: Added copyright notice.
10342         * move-if-change: Added copyright notice.
10343
10344 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10345
10346         * configure.in (powerpcle-*-solaris*): Until we get shared
10347         libraries working, don't build gdb, sim, make, tcl, tk, or
10348         expect.
10349
10350 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
10351
10352         * config.guess:  Merge with FSF:
10353
10354         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10355         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10356
10357         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
10358         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10359
10360         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
10361         * config.guess:  Combine two OSF1 rules.
10362         Also recognize field test versions.  From mjr@zk3.dec.com.
10363         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
10364         because GNU uname does not support -p.  From pmr@pajato.com.
10365
10366 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
10367
10368         * Makefile.in (MAKEDIRS): Removed $(tooldir).
10369
10370 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
10371
10372         * mpw-README: Document GCCIncludes.
10373
10374 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
10375
10376         * configure.in (alpha-*-linux*): Set enable_shared to yes.
10377
10378 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10379
10380         * mpw-configure: Handle --enable-FOO and --disable-FOO.
10381
10382 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
10383
10384         * configure.in (*-*-cygwin32): Configure make.
10385
10386 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
10387
10388         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10389
10390 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
10391
10392         * Makefile.in (all-inet): Depend on all-perl.
10393
10394         * Makefile.in (inet-install): New target.
10395
10396         * Makefile.in (all-inet): Depend on all-tcl.
10397         (all-inet): Depend on all-send-pr.
10398
10399 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10400
10401         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10402         temporarily.
10403
10404 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
10405
10406         * configure.in: Don't configure --with-gnu-ld on AIX.
10407
10408 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10409
10410         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10411
10412 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
10413
10414         * Makefile.in (ALL_MODULES): Added all-inet.
10415         (CROSS_CHECK_MODULES): Added check-inet.
10416         (INSTALL_MODULES): Added install-inet.
10417         (CLEAN_MODULES): Added clean-inet.
10418         (all-indent): New target.
10419
10420         * configure.in (host_tools): Added inet.
10421         (native_only): Added inet.
10422         (noconfigdirs): Added inet.
10423
10424 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
10425
10426         * configure.in: Don't configure libgloss if we are not configuring
10427         newlib.
10428
10429 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
10430
10431         * configure.in: Don't configure libgloss for unsupported
10432         architectures.
10433
10434 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10435
10436         * Makefile.in (CLEAN_MODULES): Add clean-apache.
10437
10438 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
10439
10440         * Makefile.in (ALL_MODULES): Include all-apache.
10441         (CROSS_CHECK_MODULES): Include check-apache.
10442         (INSTALL_MODULES): Include install-apache.
10443         (all-apache): New target.
10444
10445         * configure.in: Added apache everywhere perl is seen.
10446
10447 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10448
10449         * Makefile.in: Add support for clean-{module} and
10450         clean-target-{module} rules.
10451
10452 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
10453
10454         * configure.in (*-*-ose) do not build libgloss.
10455
10456 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10457
10458         * config.guess (prep*:SunOS:5.*:*): Turn into
10459         powerpele-unknown-solaris2.
10460
10461 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
10462
10463         * configure.in: Permit --enable-shared to specify a list of
10464         directories.
10465
10466 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10467
10468         * configure.in (host==solaris): Pass only the first word of $CC
10469         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10470
10471 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10472
10473         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10474
10475 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
10476
10477         * Makefile.in (ALL_MODULES): Include all-perl.
10478         (CROSS_CHECK_MODULES): Include check-perl.
10479         (INSTALL_MODULES): Include install-perl.
10480         (ALL_X11_MODULES): Include all-guile.
10481         (CHECK_X11_MODULES): Include check-guile.
10482         (INSTALL_X11_MODULES): Include install-guile.
10483         (all-perl): New target.
10484         (all-guile): New target.
10485
10486         * configure.in (host_tools): Include perl and guile.
10487         (native_only): Include perl and guile.
10488         (noconfigdirs): Don't build guile and perl; no ports have been
10489         done.
10490
10491 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
10492
10493         * configure (--enable-*): Handle quoted option lists such as
10494         --enable-sim-cflags='-g0 -O' better.
10495
10496 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10497
10498         * Makefile.in ({,inst}all-target): New rule so we can make and
10499         install all of the target directories easily.
10500
10501 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10502
10503         * configure.in: Add missing global flag in sed substitution when
10504         deleting `target-' from ${configdirs}.
10505
10506 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
10507
10508         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10509         option.
10510
10511         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10512         config/mh-necv4.
10513
10514         * install.sh: Correct misspelling of transformbasename.
10515
10516         * config.guess: Recognize mips-*-sysv*.
10517
10518 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
10519
10520         * config.sub: Recognize mon960.
10521
10522 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
10523
10524         * configure: Restore Canadian Cross handling of BISON and LEX,
10525         removed in Feb 20 change.
10526
10527 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
10528
10529         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10530         Mention make install.  Remove the old copyright date as well the
10531         clumsy and rather pointless copyright on the README file.
10532
10533 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10534
10535         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10536         Makefile after running symlink-tree, then run `make distclean' to
10537         avoid clobbering any generated files in srcdir.
10538
10539 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
10540
10541         * configure.in (m68k-*-netbsd*): Build everything now.
10542
10543 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10544
10545         * Makefile.in (taz): Fix quoting.
10546
10547 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
10548
10549         * configure.in (sparclet-*-*): Build everything now.
10550
10551 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10552
10553         * configure.in (m68k-*-linux*): New host.
10554
10555 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
10556
10557         * configure: Check for bison before byacc.
10558
10559 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
10560
10561         * Makefile.in configure:  Change the way LEX and BISON/YACC are
10562         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
10563         searching PATH.  These are used as fallbacks by Makefile.in if
10564         flex/bison/byacc aren't in objdir.
10565
10566 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
10567
10568         * Makefile.in: Make everything which depends upon all-bfd also
10569         depend upon all-opcodes, in case --with-commonbfdlib is used.
10570
10571 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10572
10573         * configure.in (host *-*-cygwin32): Don't build gdb if we are
10574         building NT native compilers on Unix.
10575
10576 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
10577
10578         * configure.in: Don't get CC from the host Makefile fragment if we
10579         can find gcc in PATH, or if this is a Canadian Cross.  Move the
10580         Solaris test for /usr/ucb/cc to the post target script, just after
10581         the compiler sanity test.
10582
10583 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
10584
10585         * config.sub: Merge with FSF.
10586
10587 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
10588
10589         * Makefile.in (RPATH_ENVVAR): New variable.
10590         (REALLY_SET_LIB_PATH): Use it.
10591         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10592
10593 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
10594
10595         * config.sub, configure.in: Recognize sparclet cpu.
10596
10597 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10598
10599         * config.guess:  Support m68k-cbm-sysv4.
10600
10601 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10602
10603         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10604         m68k-unknown-linuxaout from linker help string.  Put quotes around
10605         $ld_help_string.
10606
10607 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
10608
10609         * config.guess (powerpc-harris-powerunix): Add guess for port
10610         to new target.
10611
10612 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10613
10614         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10615
10616 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
10617
10618         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10619         $(REALLY_SET_LIB_PATH) in Makefile.
10620         * Makefile.in (SET_LIB_PATH): New variable.
10621         (REALLY_SET_LIB_PATH): New variable.
10622         ($(DO_X)): Use $(SET_LIB_PATH).
10623         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10624         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10625         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10626         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10627         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10628         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10629         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10630         (install-dosrel): Likewise.
10631         (all-opcodes): Depend upon all-libiberty.
10632
10633 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10634
10635         * config.guess (*:CYGWIN*): New
10636
10637 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10638
10639         * Makefile.in (all-target-winsup): All all-target-libiberty.
10640
10641 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10642
10643         * configure.in (noconfigdirs): Add missing # in front of comment.
10644
10645 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
10646
10647         * configure.in: add second pass to things added to noconfigdirs
10648         so *-gm-magic can exclude libgloss properly.
10649
10650 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
10651
10652         * mpw-configure (extralibs_name, rez_name): Set correctly
10653         for MWC68K compiler.
10654
10655         * mpw-README: Add more info on the necessary build tools.
10656
10657 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10658
10659         * configure.in, config.sub: Recognize cygwin32.
10660
10661 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
10662
10663         * config.guess, config.sub: Recognize A/UX.
10664
10665 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
10666
10667         * config.sub: Merge with gcc/config.sub.
10668
10669 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
10670
10671         * mpw-build.in (do-binutils): Add build of stamps.
10672
10673 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
10674
10675         * config.sub: Add recognition for mips64vr4100*-* targets.
10676
10677 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10678
10679         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10680         Add creation of gconfigargs with `--enable-shared' turned on.
10681         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10682         ($(host)-stamp-stage3-configured): Likewise.
10683         (HOLES): Add chatr and ldd.
10684         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10685
10686 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
10687
10688         * configure: Pass --nfp to recursive configures.
10689
10690 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10691
10692         * Makefile.in (DLLTOOL): New.
10693         (DLLTOOL_FOR_TARGET): New.
10694         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10695         (EXTRA_TARGET_FLAGS): Ditto.
10696         (EXTRA_GCC_FLAGS): Ditto.
10697         (CONFIGURE_TARGET_MODULES): Ditto.
10698         (DO_X): Ditto.
10699         * configure: Add DLLTOOL.
10700
10701 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
10702
10703         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10704         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10705         mh-sco, since old workarounds no longer needed, and don't
10706         build ld, since libraries have weak symbols in COFF.
10707
10708 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
10709
10710         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10711
10712 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10713
10714         * configure.in: Make sure that ${CC} can be used to compile an
10715         executable.
10716
10717 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10718
10719         * Makefile.in (all-gdb): Depend on $(GDB_TK).
10720         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10721         nothing depending on whether gdbtk is being built.
10722
10723 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
10724
10725         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10726
10727 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
10728
10729         * configure.in (noconfigdirs): Put ld or gas in this early, if the
10730         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10731
10732 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
10733
10734         * config-ml.in: Add support for
10735         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10736         Simplify setting of multidirs from --disable-foo.
10737
10738 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10739
10740         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10741         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10742         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
10743         non-empty, pass them on to the  GCC make.
10744         (all-bootstrap): New rule that is like all-gcc, except it executes
10745         the GCC bootstrap rule instead of the GCC all rule.
10746
10747 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
10748
10749         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10750
10751 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10752
10753         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10754         DG/UX support.
10755
10756 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
10757
10758         * config.sub (i*86*) Change [345] to [3456]
10759
10760 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10761
10762         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10763         --with-gnu-ld=no.
10764
10765 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10766
10767         * config-ml.in (rs6000*, powerpc*): Add switches to control which
10768         AIX multilibs get built.
10769
10770 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10771
10772         * configure.in (i386-win32): Don't build expect if we're not
10773         building the tcl subdir.
10774
10775 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
10776
10777         * Makefile.in: (configure-target-examples, all-target-examples):
10778         New targets, configure and build example programs.
10779
10780 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10781
10782         * mpw-configure: If an mpw-config.in generated a file mk.sed,
10783         use it as input to sedit the generated MPW makefile.
10784         * mpw-README: Add a suggestion about Gestalt.h.
10785
10786 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
10787
10788         * config.sub: Accept *-*-ieee*.
10789
10790 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
10791
10792         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
10793         Ronald F. Guilmette <rfg@monkeys.com>.
10794
10795 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10796
10797         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10798         for powerpc-pe native.
10799         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10800         (target==powerpc-pe): duplicate i386-win32 entry.
10801
10802 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10803
10804         * configure.in (noconfigdirs): Exclude target-newlib for all versions
10805         of vxworks, not just vxworks5.1.
10806
10807 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
10808
10809         * mpw-configure: Add support for exec-prefix.
10810
10811 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10812
10813         * config.guess: Recognize HP model 816 machines as having
10814         a PA1.1 processor.
10815
10816 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10817
10818         * configure: Ignore new autoconf configure options.
10819
10820 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10821
10822         * config.guess:  Recognize Pentium under SCO.
10823         From Robert Lipe <robertl@arnet.com>.
10824
10825 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10826
10827         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
10828
10829 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
10830
10831         * configure.in: Don't configure gas for alpha-dec-osf*.
10832
10833 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
10834
10835         * configure.in: Default to --with-stabs for some targets for which
10836         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10837         i[345]86*-*-unixware*.
10838
10839 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10840
10841         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10842         rather than basing it on the target.  Simplify handling of options
10843         controlling which directories to configure.  Remove extraneous
10844         slash in multi-clean target.
10845
10846 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
10847
10848         * config-ml.in: Prefix more variables with ml_ so they don't collide
10849         with configure's.
10850
10851 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
10852
10853         * configure: Don't turn -v into --v.
10854
10855 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
10856
10857         * configure.in (targargs): Fix typo.
10858
10859         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10860
10861 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10862
10863         * configure.in: Strip --host and --target options from
10864         CONFIG_ARGUMENTS, and always configure for --host only.  Add
10865         --with-cross-host option when building with a cross-compiler.
10866         * configure: Canonicalize the arguments put into config.status by
10867         always using `=' for an option with an argument.  Pass a presumed
10868         --host or --target explicitly.
10869
10870 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
10871
10872         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10873         into general OS recognition case.
10874
10875 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10876
10877         * configure.in (target_configdirs): add target-winsup only
10878         for win32 target systems.
10879
10880 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
10881
10882         * Makefile.in (all-target-libgloss): Depend upon
10883         configure-target-newlib, since when libgloss is built it looks to
10884         see if the newlib directory exists.
10885
10886 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
10887
10888         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10889         cfg-ml-*.in.
10890
10891 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
10892
10893         * configure: Handle LD and LD_FOR_TARGET when configuring a
10894         Canadian Cross.
10895
10896 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10897
10898         * configure.in (target_libs): add target-winsup.
10899         (target==i386-win32): add patch diff flex make to $noconfigdirs.
10900         (target==ppcle-pe): remove ld from $noconfigdirs.
10901
10902 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
10903
10904         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10905         Preserve relative path names in $srcdir.  Build symlink tree if
10906         configuring cross target dir and srcdir=. (= no VPATH support).
10907         (configure-target-libg++): Depend on configure-target-librx.
10908         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10909         * config-ml.in: New file.
10910         * symlink-tree: New file.
10911         * configure: Ensure srcdir="." if that's what it is.
10912
10913 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
10914
10915         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10916         includes and FLEX_SKELETON setting.
10917         * mpw-configure (--with-gnu-ld): New option, controls whether
10918         to use PPCLink or ld with PowerMac GCC.
10919         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10920         * mpw-config.in: Configure grez if targeting Mac.
10921
10922         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
10923         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10924         just macos.
10925         * configure.in: Configure grez resource compiler if targeting Mac.
10926         * Makefile.in (all-grez, install-grez): New targets.
10927
10928 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
10929
10930         * configure: CXX defaults to gcc, not g++.  If we find
10931         gcc in the path, set CC to gcc -O2.
10932
10933 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
10934
10935         * configure: Default ${build} correctly.  Avoid picking up extra
10936         spaces when reading CC and CXX from Makefile.  When doing a
10937         Canadian Cross, use plausible default values for numerous
10938         variables.
10939         * configure.in: When doing a Canadian Cross, don't try to
10940         configure tools whose configure script can't handle it.
10941
10942 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10943
10944         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
10945
10946 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10947
10948         * configure:  Remove dubious bug reporting address.
10949
10950 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10951
10952         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
10953         configure script, run that instead of this directory's configure.
10954         In either case, print a message that we're configuring the sub-dir.
10955
10956 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10957
10958         * configure.in: Before checking for the existence of various files,
10959         use sed to filter out "target-".
10960
10961 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
10962
10963         * Makefile.in (DO_X): Split rule to decrease command line length
10964         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
10965         (Philippe De Muyter).
10966
10967 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10968
10969         * Makefile.in (all-patch): depend on all-libiberty.
10970
10971 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
10972
10973         * configure.in: If the only directory in target_configdirs which
10974         actually exists is libiberty, then set target_configdirs to empty,
10975         to avoid trying to build a target libiberty in a gas or gdb
10976         distribution.
10977
10978 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
10979
10980         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
10981         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
10982         systems.
10983
10984 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10985
10986         * configure.in (copy_dirs): Use sys-include instead of include
10987         for --with-headers option.
10988
10989 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
10990
10991         * Makefile.in, configure.in: Make winsup builds work with
10992         new scheme.
10993
10994 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
10995
10996         * configure.in: Build the linker on AIX.
10997
10998 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10999
11000         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
11001         where needed.
11002
11003 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
11004
11005         * Makefile.in (all-gcc): Fix typo.
11006
11007 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11008
11009         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
11010
11011 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11012
11013         * configure.in:  Rename libFOO to target-libFOO, and xiberty
11014         to target-xiberty, to provide more flexibility.
11015         (target_subdir):  Define.  Create if cross.
11016         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11017         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
11018         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11019         check-libFOO -> check-target-libFOO, etc.
11020         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11021         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11022         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11023         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
11024         allow ALL_GCC="" to only configure.
11025         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
11026         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
11027         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
11028
11029 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
11030
11031         * Makefile.in (taz): Build "info" in etc explicitly.
11032
11033 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
11034
11035         * configure.in:  Make sure that CC is undefined (as opposed to
11036         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
11037         problem with autoconf trying to configure on a host without GCC.
11038
11039 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11040
11041         * mpw-configure: Set host alias from choice of host compiler,
11042         only use generic MPW Makefile sed if present, edit a file
11043         named "hacked_Makefile.in" instead of "Makefile.in" if present.
11044         * mpw-README: Add problem notes about CW6 and CW7.
11045
11046 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
11047
11048         * Makefile.in (taz): Use ";" instead of ";;".
11049
11050 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11051
11052         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
11053         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11054         DISTDOCDIRS.
11055         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
11056         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
11057
11058 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11059
11060         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
11061         and gnats, because they are now subsumed by DISTSTUFFDIRS.
11062         Move bfd to DISTSTUFFDIRS.
11063
11064 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11065
11066         * Makefile.in (X11_LIB): Removed.
11067         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11068
11069         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11070
11071 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11072
11073         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11074         names.
11075
11076 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11077
11078         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11079
11080 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
11081
11082         * configure.in (i[345]86-*-win32): Always build newlib.
11083         Don't configure cvs, autoconf or texinfo.
11084         * Makefile.in (LD_FOR_TARGET): New.
11085         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11086         Pass down LD_FOR_TARGET.
11087
11088 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11089
11090         * winsup: New directory.
11091         * Makefile.in: Build winsup.
11092         * configure.in: Winsup is configured when target is win32.
11093         Can only build win32 target GDB when native.
11094
11095 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
11096
11097         * config.guess: Recognize HP model 819 machines as having
11098         a PA 1.1 processor.
11099
11100 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11101
11102         * configure: Fix sed loop which substitutes for CC and CXX to
11103         avoid bug found in various sed implementations.
11104
11105 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11106
11107         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11108         simulator.  Use standard powerpc-*-eabi*.
11109
11110 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11111
11112         * configure.in: Stop putting gas and binutils in noconfigdirs for
11113         powerpc-*-aix* and rs6000-*-*.
11114
11115 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
11116
11117         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11118         -mcall-aixdesc libraries.
11119
11120 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
11121
11122         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11123
11124         * config.sub (arm | armel | armeb): Fix shell syntax.
11125
11126 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11127
11128         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11129         -msoft-float and -mcpu=common support.
11130         (powerpc*-*-eabisim*): Add support for building -mcall-aix
11131         libraries.
11132
11133 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11134
11135         * configure.in: Allow configuration and build of emacs19 for the alpha.
11136
11137 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11138
11139         * configure.in (CC): Get ^CC, not just any old CC, from
11140         ${host_makefile_frag}.
11141
11142 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11143
11144         * configure.in (CC): Try to get CC from
11145         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11146
11147 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11148
11149         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11150         only if it exists in $(srcdir).
11151
11152 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11153
11154         * configure: If CC and CXX are not set in the environment, set
11155         them, based on either an existing Makefile or on searching for gcc
11156         in PATH.  Substitute for CC and CXX in Makefile.
11157         * configure.in: Remove libm from target_libs.  Separate
11158         target_configdirs from configdirs.  If CC is not set in
11159         environment, try to get it from a host Makefile fragment.  Rewrite
11160         changes of configdirs to use skipdirs instead.  A few minor
11161         tweaks.  Take directories out of target_configdirs as they are
11162         taken out of configdirs.  Remove existing Makefile files from
11163         subdirectories.  Substitute for TARGET_CONFIGDIRS and
11164         CONFIG_ARGUMENTS in Makefile.
11165         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11166         by configure.in.
11167         (CONFIG_ARGUMENTS): Likewise.
11168         (CONFIGURE_TARGET_MODULES): New variable.
11169         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11170         ($(CONFIGURE_TARGET_MODULES)): New target.
11171         (configure-libg++, configure-libio): New targets.
11172         (all-libg++): Depend upon configure-libg++.
11173         (all-libio): Depend upon configure-libio.
11174         (configure-libgloss, all-libgloss): New targets.
11175         (configure-libstdc++): New target.
11176         (all-libstdc++): Depend upon configure-libstdc++.
11177         (configure-librx, all-librx): New targets.
11178         (configure-newlib): New target.
11179         (all-newlib): Depend upon configure-newlib
11180         (configure-xiberty): New target.
11181         (all-xiberty): Depend upon configure-xiberty.
11182
11183 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11184
11185         * configure.in (host i[345]86-*-win32):  Expand the
11186         noconfigdirs again.
11187
11188 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
11189
11190         * mpw-configure: Fix sed command file name.
11191
11192 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11193
11194         * configure.in (host i[345]86-*-win32): Reduce the
11195         noconfigdirs again.
11196
11197 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
11198
11199         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11200         or powerpc*-*-pe*, since they are not yet supported.
11201
11202 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11203
11204         Add PowerMac support and many other enhancements.
11205         * mpw-configure: New option --cc to select compiler to use,
11206         paste options set according to --cc into the generated
11207         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11208         if mpw-make.sed is present.
11209         * mpw-config.in: Don't test for gC1, test for mpw-touch,
11210         add forward includes for PowerPC include files.
11211         * mpw-build.in: Build using Makefile.PPC if present.
11212         (do-byacc, etc): Remove separate version resource builds.
11213         (do-gas): Build "stamps" before "all".
11214         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11215         * mpw-README: Update to reflect --cc option, PowerMac support,
11216         and recently-reported compatibility problems.
11217
11218 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11219
11220         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11221         embedded m68k systems (-aout, -coff, -elf, -vxworks).
11222         (--with-multilib-top): Pass to recursive invocations.
11223
11224 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
11225
11226         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11227         v810-*-*.
11228
11229 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11230
11231         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11232         gdb, ld and opcodes on v810-*-*.
11233
11234 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11235
11236         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11237         (local-maintainer-clean): New target.
11238         (maintainer-clean): New target.
11239         (realclean): Just depend upon maintainer-clean.
11240
11241 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11242
11243         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11244
11245 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
11246
11247         * configure.in: Build ld in mips*-*-bsd* case.
11248
11249 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
11250
11251         * config.sub: Accept -lites* OS.  From Ian Dall.
11252
11253 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
11254
11255         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11256         targets.
11257
11258 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11259
11260         * configure.in: treat i386-win32 canadian cross the same as
11261         i386-go32 canadian cross.
11262
11263 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11264
11265         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11266         running under the simulator to build a reduced set of libraries.
11267         (powerpc-*-eabiaix): Add fine grained multilib support added to
11268         other powerpc targets yesterday.
11269
11270 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11271
11272         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11273         -disable-softfloat, -disable-relocatable, -disable-aix, and
11274         -disable-sysv to control which multilib libraries get built.
11275
11276 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11277
11278         * configure: Add Makefile.tem to list of files to remove in trap
11279         handler.
11280
11281 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11282
11283         * config.guess (*Linux*):  Add missing "exit"s.
11284         Also, need specific check for alpha-unknown-linux (uses COFF).
11285
11286 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11287
11288         * config.guess:  Merge with FSF:
11289
11290         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
11291         * config.guess (AIX4): More robust release numbering discovery.
11292
11293         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
11294         * config.guess (i386-sequent-ptx): Properly get version number.
11295
11296         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
11297         * config.guess (mips:*:4*:UMIPS): New case.
11298
11299 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11300
11301         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11302         (i386-win32 host): Likewise.  Don't build readline.
11303
11304 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
11305
11306         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
11307         SUPPORT_FILES to submakes.
11308
11309 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
11310
11311         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11312         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11313         mpw-configure.
11314
11315 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
11316
11317         * configure.in (appdirs): Use =, not ==, in test expression when
11318         trying to build the text to print in the warning message for
11319         Solaris users.
11320
11321 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
11322
11323         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11324
11325 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11326
11327         * config.guess: Recognize lynx-2.3.
11328
11329 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
11330
11331         * config.sub (z8ksim): Deleted
11332         (z8k-*-coff): New, this is the one true name of the target.
11333
11334 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
11335
11336         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11337
11338 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
11339
11340         * config.guess (*:Linux:*:*): First try asking the linker what the
11341         default object file format is (elf, aout, or coff).  Then if this
11342         fails, try previous methods.
11343
11344 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11345
11346         * configure.in: Don't build newlib for *-*-vxworks5.1.
11347
11348 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11349
11350         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11351         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11352
11353 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
11354
11355         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11356
11357 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
11358
11359         * cfg-ml-com.in: New file.
11360         * cfg-ml-pos.in: New file.
11361
11362 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11363
11364         * COPYING.NEWLIB: Add HP free copyright to list.
11365
11366 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11367
11368         * config.sub: Recognize -eabi* for the system, not just -eabi.
11369
11370 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11371
11372         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11373         * config.sub, configure.in (win32): New target and host.
11374
11375 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11376
11377         * configure.in: Add i386-pe configuration.
11378
11379 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
11380
11381         * mpw-build.in (install): Install GDB after LD.
11382
11383 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
11384
11385         * mpw-config.in (elf/mips.h): Always forward-include, needed
11386         for GDB to build.
11387
11388 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11389
11390         * testsuite: New directory for customer acceptance and whole tool
11391         chain tests.
11392
11393 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11394
11395         * configure: If per-host line isn't found, but AC_OUTPUT is found
11396         and a configure script exists, run it instead.
11397
11398 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11399
11400         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
11401
11402 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11403
11404         * configure: Set build_{cpu,vendor,os,alias} to host values when
11405         --build isn't specified.
11406
11407 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11408
11409         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11410         (FLAGS_TO_PASS): Pass them.
11411         (EXTRA_TARGET_FLAGS): Ditto.
11412
11413 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11414
11415         * Makefile.in (all-libg++): Depend on all-libstdc++.
11416
11417 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11418
11419         * configure.in (noconfigdirs): Enable all packages for
11420           i386-unknown-netbsd.
11421
11422 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
11423
11424         * configure.in (noconfigdirs): Don't configure tk for i386-go32
11425         hosted builds (DOS builds)
11426
11427 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11428
11429         Changes for ARM based on patches from Richard Earnshaw:
11430         * config.sub: Handle armeb and armel.
11431         * configure.in: Omit arm linker only for riscix.
11432
11433 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11434
11435         * config.guess:  Update from FSF.
11436
11437 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
11438
11439         * config.sub: Recognize powerpcle as the little endian varient of
11440         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
11441         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
11442         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
11443         temporarily.
11444
11445 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
11446
11447         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11448
11449 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
11450
11451         * config.sub: Accept -lites* as a basic system type.
11452
11453 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
11454
11455         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11456         installed, and if so return linuxoldld as the system name.
11457
11458 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
11459
11460         * config.guess: Add hppa1.1-hp-lites support.
11461
11462 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11463
11464         * configure.in: Don't build newlib for m68k-vxworks5.1.
11465
11466 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11467
11468         * configure.in (mips-sgi-irix6): Use mh-irix5.
11469
11470 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
11471
11472         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11473
11474 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11475
11476         * test-build.mk: Enable building of shared libraries on IRIX 5 and
11477         OSF/1.  Fix compiler flags.
11478         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
11479
11480 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
11481
11482         * configure.in: Recognize --with-newlib.
11483         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11484
11485 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11486
11487         * Makefile.in: move {all,check,install}-gdb from *_MODULES
11488         to *_X11_MODULES due to gdbtk needing X include files et al.
11489
11490 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
11491
11492         Merge in support for Mac MPW as a host.
11493         (Old change descriptions retained for informational value.)
11494
11495         * mpw-config.in: Add generic include forwards for cpu-specific
11496         include files in aout and elf directories.
11497
11498         * mpw-configure: Added copyright.
11499         * mpw-config.in: Check for presence of required build tools.
11500         (target_libs): Add newlib.
11501         (target_tools): Add examples.
11502         (Read Me): Generate as "Read Me for MPW" instead.
11503         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11504         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11505         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11506
11507         * mpw-configure: Remove subdir-specific makefile hackery,
11508         delete mk.tmp after using it.
11509
11510         * mpw-build.in (all): Display start and end times.
11511
11512         * mpw-configure (host_canonical): Set.
11513         (target_cpu): Always add to makefiles.
11514         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11515         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11516         (mpw-mh-mpw): Look for in srcdir and srcroot.
11517         Use sed instead of mpw-edit-prefix to edit prefix definitions.
11518
11519         * mpw-build.in: (install-only): New target.
11520
11521         * mpw-configure (host_alias, target_alias): Rename from hostalias
11522         and targetalias, add into generated Makefile.
11523         (mk.tmp): If present, add into generated Makefile.
11524         * mpw-build.in (all-gas): Build config.h first before gas proper.
11525
11526         * mpw-configure (config.status): Write only if changed.
11527         * mpw-config.in (readline): Configure it (not built, just used for
11528         definitions).
11529
11530         * mpw-config.in (elf/mips.h): Add a forward include.
11531
11532         * mpw-config.in: Forward-include most .h files in include into
11533         extra-include.
11534         (readline): Don't build.
11535         mpw-build.in (install): Install GDB.
11536
11537         * mpw-configure (prefix, mpw_prefix): Handle it.
11538         * mpw-config.in (mmalloc, readline): Don't configure.
11539         * mpw-build.in (thisscript): Rename to ThisScript.
11540         Use mpw-build instead of BuildProgram everywhere.
11541         (mmalloc, readline): Don't build.
11542         * mpw-README: New file, basic documentation about the MPW port.
11543
11544         * mpw-config.in: Use forward-include to create include files.
11545
11546         * mpw-configure: Add more things to the top of each configured
11547         Makefile, including contents of config/mpw-mh-mpw.
11548         * mpw-config.in (extra-include): Create this directory and fill it
11549         with Posix-like include files when configuring.
11550
11551         * config.sub (apple, mac, mpw): Add various aliases.
11552
11553         * mpw-build.in: New file, top-level build script fragment for MPW.
11554         * mpw-configure: New file, configure script for MPW.
11555         * mpw-config.in: New file, config fragment for MPW.
11556
11557 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11558
11559         * configure.in (host_libs): Remove glob, since it is gone from the
11560         sources.
11561
11562 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11563
11564         * Makefile.in: define empty GDB_NLM_DEPS var.
11565
11566         * configure.in(target_makefile_frag): use config/mt-netware
11567         for netware targets.
11568
11569 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11570
11571         * config.sub: Merge in recent FSF changes.  Remove linux special
11572         cases.
11573
11574 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11575
11576         Revert this change:
11577
11578         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11579
11580                 * build-all.mk: Use CC=cc -Xs on Solaris.
11581
11582 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11583
11584         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
11585         stop using it.
11586         * Makefile.in: Nuke all references to glob subdirectory.
11587
11588 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11589
11590         * configure.in: Fix --enable-shared logic in per-host.
11591
11592 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11593
11594         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11595
11596 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11597
11598         * configure.in (noconfigdirs): Don't build gas on AIX, for
11599         powerpc*-*-aix* as well as for rs6000*-*-aix*.
11600
11601 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
11602
11603         * configure: Fix --cache-file to work if the file argument is a
11604         relative path.
11605
11606 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
11607
11608         * configure: If the --cache-file is used, pass it down to
11609         configure in subdirectories.
11610
11611 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
11612
11613         * config.sub: add vxworks29k configuration.
11614
11615 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11616
11617         * Makefile.in (taz): Do "diststuff" part quietly.
11618
11619 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11620
11621         * config.sub: Mini-merge with gcc/config.sub.
11622
11623 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11624
11625         * config.guess (IRIX): Sed - to _.
11626
11627 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11628
11629         * Makefile.in (source-vault, binary-vault): New targets.
11630
11631 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
11632
11633         * config.sub: Recognize -eabi as a basic system type.
11634
11635 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11636
11637         * configure.in (enable_shared stuff): Fix typo.
11638
11639 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
11640
11641         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11642
11643 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11644
11645         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11646
11647 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
11648
11649         * configure.in (rs6000-*-*): Don't build gas.
11650
11651 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
11652
11653         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11654         reduce command line length.
11655         (AS_FOR_TARGET): Check for as.new, not Makefile.
11656         (NM_FOR_TARGET): Check for nm.new, not Makefile.
11657
11658 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11659
11660         * config.guess:  Merge from FSF.
11661
11662 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11663
11664         * configure: Don't use $ when handling program_suffix.
11665
11666 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
11667
11668         * configure.in:  Configure tk for hppa/hpux.
11669
11670 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11671
11672         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
11673
11674 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11675
11676         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
11677         to LIBCXXFLAGS.  Tests are better run without it.
11678
11679 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
11680
11681         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11682
11683 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11684
11685         * configure.in (*-*-netware*): Don't configure xiberty.
11686
11687 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
11688
11689         * configure.in:  Remove tk from native_only list.
11690
11691 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
11692
11693         * build-all.mk: Add mips-ncd-elf target to sun4 targets
11694           for special NCD build.
11695
11696 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11697
11698         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11699         makeall.bat, they're only useful for binutils snapshots.
11700         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11701         makeall.bat to specified SUPPORT_FILES.
11702
11703 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
11704
11705         * build-all.mk: Add Ericsson targets to sun4 and solaris
11706           hosts.  Add  BNR's sun4 target to solaris host, so their
11707           build-from-source will be tested in-house first.
11708
11709 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11710
11711         * Makefile.in (LIBCFLAGS): New variable.
11712         (CFLAGS_FOR_TARGET): Ditto.
11713         (LIBCFLAGS_FOR_TARGET): Ditto.
11714         (LIBCXXFLAGS): Ditto.
11715         (CXXFLAGS_FOR_TARGET): Ditto.
11716         (LIBCXXFLAGS_FOR_TARGET): Ditto.
11717         (BASE_FLAGS_TO_PASS): Pass them.
11718         (EXTRA_TARGET_FLAGS): Ditto.
11719
11720         * configure.in: Support --enable-shared.
11721
11722 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11723
11724         * configure.in (target_libs):  Include libstdc++ again.
11725         * config.guess:  Update from FSF (for FreeBSD).
11726
11727 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11728
11729         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11730         makeall.bat.
11731         (DISTDOCDIRS): Add `etc'.
11732         (ETC_SUPPORT_PFX): New variable.
11733         (taz): Include anything from etc starting with a word in
11734         ETC_SUPPORT_PFX.
11735
11736 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11737
11738         * config.sub: Update for recent FSF changes.  Remove obsolete
11739         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
11740         spacing changes.
11741
11742 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11743
11744         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
11745
11746         * config.guess:  Merge with FSF.
11747         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11748
11749 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11750
11751         * configure: Since the "trap 0" handler will override the exit
11752         status on many systems, only use it for "exit 1", and make it set
11753         a non-zero exit status; reset it before "exit 0".  Also, check
11754         exit status of config.sub, and error out if it failed.
11755
11756 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
11757
11758         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11759         and install libgloss.
11760
11761 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11762
11763         * Makefile.in (all-binutils): Depend upon all-byacc.
11764
11765         * configure.in: Don't build emacs on Irix 5.
11766
11767 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11768
11769         * configure.in (*-*-netware*): Add libio.
11770
11771 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11772
11773         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11774         (CHECK_TARGET_MODULES): Ditto.
11775         (INSTALL_TARGET_MODULES): Ditto.
11776         (TARGET_LIBS): Ditto.
11777         (all-libstdc++): Note dependencies.
11778
11779 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11780
11781         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11782
11783 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11784
11785         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11786         -fexternal-templates.
11787
11788         * configure.in (target_libs): Add libstdc++.
11789         (noconfigdirs): Add libstdc++ as appropriate.
11790
11791 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11792
11793         * config.guess:  Update from FSF.
11794
11795 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11796
11797         * configure: Use ${config_shell} when running ${configsub}.
11798
11799 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
11800
11801         * config.sub: No longer recognize h8300h.
11802
11803 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11804
11805         * config.sub: Remove extraneous differences between config.sub and
11806         gcc/config.sub.
11807
11808 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11809
11810         * Makefile.in (DISTSTUFFDIRS): Add gas.
11811
11812 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
11813
11814         * COPYING.NEWLIB: New file.
11815
11816 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11817
11818         * config.guess (HP-UX):  Patch from Harlan Stenn
11819         <harlan@landmark.com> to also emit release level.
11820
11821 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11822
11823         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11824
11825 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11826
11827         * config.sub:  Merge nextstep cleanup from FSF.
11828
11829 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11830
11831         * configure.in (arm-*-*): Don't configure ld for this target.
11832
11833 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11834
11835         * configure.in (*-*-netware): don't configure libg++, libio,
11836           librx, or newlib.
11837
11838 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11839
11840         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
11841         configure ld--it works, but it doesn't support shared libraries.
11842
11843 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11844
11845         * config.guess (*-unknown-freebsd*):  Get rid of possible
11846         trailing "(Release)" in version string.
11847         Patch from Paul Richards <paul@isl.cf.ac.uk>.
11848
11849 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11850
11851         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11852         Fix type: *-next-neststep -> *-next-nextstep.
11853
11854         * config.guess:  Merge from FSF:
11855
11856         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
11857
11858         * config.guess: Recognize powerpc-ibm-aix3.2.5.
11859
11860         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
11861
11862         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11863         instead of UNIX_SV for UnixWare 1.0).
11864
11865 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
11866
11867         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
11868         to make gdb/nlm/* build after the compiler and linker.
11869
11870 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11871
11872         * config.guess (netbsd, freebsd, linux):  Accept any machine,
11873         not just i[34]86.
11874         (m68k-atari-sysv4):  Relocate to match FSF version.
11875
11876         * config.guess:  More merges from the FSF:
11877
11878         Add a space before function call or macro invocation.
11879
11880         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11881
11882         * config.guess: Add trap cmd to remove dummy.c and dummy when
11883         interrupted.
11884
11885         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11886
11887         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11888         (dummy): Redirect stderr from compilation of dummy.c.
11889
11890         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
11891
11892         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11893
11894 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
11895
11896         * configure: Accept and ignore --cache*, for compatibility with
11897         new autoconf.
11898
11899 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11900
11901         * config.guess:  Merge from FSF:
11902
11903         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11904
11905         * config.guess (Pyramid*:OSx*:*:*): New case.
11906         (PATH): Add /.attbin at end for finding uname.
11907         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
11908
11909         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
11910
11911         * config.guess (M88*:DolphinOS:*:*): New case.
11912
11913         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
11914
11915         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11916         to select whether to use ELF or COFF.
11917
11918         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11919
11920         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
11921
11922         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11923
11924         * config.guess: Guess the OS version for HPUX.
11925
11926         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
11927
11928         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11929
11930 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11931
11932         * configure.in: Recognize --with-headers, --with-libs, and
11933         --without-newlib.
11934         * Makefile.in (all-xiberty): Depend upon all-ld.
11935
11936 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11937
11938         * configure.in: Change i[34]86 to i[345]86.
11939
11940 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11941
11942         * configure (version): A few more tweaks to help message.
11943
11944 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11945
11946         * Makefile.in:  Remove (for now) librx as a host library,
11947         now that we're building it for target.
11948
11949 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11950
11951         * configure: Fix up help message; from karl@owl.hq.ileaf.com
11952         (Karl Berry).
11953
11954 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11955
11956         * configure.in:  Also configure librx.
11957
11958 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11959
11960         * Makefile.in:  Update various rules to reflect that librx
11961         is now needed for libg++.
11962
11963 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11964
11965         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
11966
11967 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11968
11969         * configure.in: Configure the examples directory.
11970
11971 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11972
11973         * configure: Simplify Jun 2 1994 change.
11974
11975 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11976
11977         * change CC to /usr/latest/bin/gcc for lynx host builds, since
11978         /bin/gcc isn't good enough to build gcc.
11979
11980 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
11981
11982         * Makefile.in (GDB_SUPPORT_FILES): Remove
11983         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
11984         (gdb.tar.gz): Add new rule to use standard distribution building
11985         mechanism.
11986
11987 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11988
11989         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
11990         Bill Cox <bill@cygnus.com>.
11991
11992 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11993
11994         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
11995
11996 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
11997
11998         * configure:  Search current dir first in .gdbinit.
11999
12000 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12001
12002         * config.sub:  Recognize freebsd (merged from gcc config.sub).
12003
12004 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12005
12006         * config.sub:  Refer to NeXT's operating system as nextstep.
12007
12008         * config.sub (case $basic_machine):  Re-order the cases, to match
12009         the order in the FSF version (which is mostly alphabethical).
12010         Merge in some additions and changes from the FSF.
12011
12012 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
12013
12014         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12015         * config.sub: Recognize cxux7.
12016         * configure.in: Use mh-cxux for m88k-harris-cxux*.
12017
12018 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12019
12020         * config.sub:  Fix typo powerpc -> powerpc-*.
12021
12022 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
12023
12024         * Makefile.in: `all-emacs19' depends on `all-byacc'.
12025
12026         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12027         parallel with all-emacs and install-emacs).  Top-level command
12028         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12029
12030 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12031
12032         * test-build.mk ($(host)-stamp-stage2-installed): Remove
12033         $(relbindir)/make before doing ``make install'', and use
12034         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
12035         installing over running make binary.
12036         ($(host)-stamp-stage3-installed): Likewise.
12037
12038 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12039
12040         * config.guess: Recognize Mach.
12041
12042 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12043
12044         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12045         see whether --exec-prefix was used.
12046
12047 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12048
12049         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
12050
12051 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12052
12053         * Makefile.in: Add all-librx target similar to all-libproc.
12054
12055 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
12056
12057         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
12058         with post 1.2 uname bogosity.
12059
12060 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12061
12062         * configure: Remove temporary files on receipt of a signal.
12063
12064 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
12065
12066         * configure: If there is a package_makefile_frag, remove
12067         ${subdir}/Makefile.tem after copying it in.
12068
12069 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12070
12071         * build_all.mk: support rs6000 lynx identifies itself as
12072         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
12073         since /bin/gcc is too feeble to compile a modern gcc.
12074
12075 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12076
12077         * brought devo/test-build.mk update-to-date with progressive/
12078           test-build.mk. Add lynx targets and hppa flag info.
12079
12080 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12081
12082         * configure.in:  Use mh-ncrsvr43.  Patch from
12083         Tom McConnell <tmcconne@sedona.intel.com>.
12084
12085 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12086
12087         * config.guess (i386-unknown-bsdi):  No longer need to
12088         check #if defined(__bsdi__) && defined(__i386__).
12089
12090 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12091
12092         * configure: Set program_transform_nameoption correctly.
12093
12094 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12095
12096         * brought build-all.mk update-to-date with progressive build-all.mk,
12097           added new targets and hppa info.
12098
12099 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12100
12101         * configure: If config.guess result is a prefix of the user
12102         specified target, assume a native build and use the user specified
12103         target as the host alias.  Remove SunOS patch suffix removal hack.
12104         * configure.in: Remove SunOS patch suffix removal hack.
12105
12106         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12107         in NATIVE_CHECK_MODULES.
12108
12109 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
12110
12111         * Makefile.in: Rename HOST_ONLY to NATIVE.
12112         * configure: Delete SunOs patch suffix from host_canonical
12113           and build_canonical variables that are prepended to Makefiles.
12114         * configure.in: Add comments for easier maintenance.
12115
12116 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12117
12118         * Makefile.in: Add all-libproc target similar to all-gui.
12119
12120 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
12121
12122         * Makefile.in (CHECK_MODULES): split into
12123         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12124
12125 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
12126
12127         * config.guess (i386-unknown-bsdi): New system to guess.
12128
12129 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12130
12131         * Makefile.in: Add all-gui target (but not yet build by "all").
12132
12133 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
12134
12135         * config.sub: Move deletion of patch suffix from here...
12136         * configure.in: To here, at Ian's suggestion.  The top-
12137           level scripts might need to know of a patch level.
12138
12139 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
12140
12141         * config.sub: Strip off patch suffix so rtl is recognized
12142           as a sunos4.1.3 machine, even though it's been patched.
12143
12144 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
12145
12146         * Makefile.in (INSTALL_LAST): Delete.
12147         (INSTALL_DOSREL): New.
12148
12149 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12150
12151         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12152         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12153         whether we pass down --with-gnu-ld anyhow.
12154
12155 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
12156
12157         * Makefile.in (INSTALL_LAST): Change operation so it works
12158         on more flavors of make.
12159         * configure.in (go32): Don't build libg++ or libio.
12160
12161 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
12162
12163         * Makefile.in (Move HOST_PREFIX_1 and friends up so
12164         they can be overriden by templates.
12165
12166 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
12167
12168         * configure.in (target==go32): Don't build gdb.
12169         * dosrel: New directory.
12170
12171 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
12172
12173         * configure.in (host==go32): Configure dosrel too.
12174         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12175         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12176         be set by incoming names or templates.
12177         (INSTALL_LAST): New rule.
12178
12179 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
12180
12181         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12182
12183 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12184
12185         * configure.in (appdirs): New variable.  Currently empty, but will
12186         be used in gas distribution.  If nonempty, lists a set of
12187         directories at least one of which must get configured, or top
12188         level configuration is considered to have failed.
12189         (rs6000-*-lynxos*): Use new file name.
12190
12191 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12192
12193         Eliminate XTRAFLAGS.
12194         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12195         newlib include files using -idirafter, and also use -nostdinc.
12196         (CXX_FOR_TARGET): Likewise.
12197         (XTRAFLAGS): Removed.
12198         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12199         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12200         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12201         ($(DO_X)): Don't pass down XTRAFLAGS.
12202
12203 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12204
12205         * configure.in (mips*-dec-bsd*): New target; do build linker.
12206         (mips*-*-bsd*): New target; don't build linker.
12207
12208 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12209
12210         * configure.in: support rs6000-*-lynxos* configuration.
12211         support sunos4 as a cross target.
12212
12213         * config.sub: look for lynx*, not lynx since the OS version may
12214         legitimately be part of the name.
12215
12216 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12217
12218         * configure.in (i[34]86-*-sco*): Move to be with other i386
12219         targets.
12220         (romp-*-*): New target.  Skip various binary utilities.
12221         (vax-*-*): New target.  Don't build newlib.
12222         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
12223
12224 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12225
12226         * configure.in: Only set host_makefile_frag if config
12227         directory exists.
12228
12229 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12230
12231         * install.sh: If $dstdir exists, don't check whether each
12232         component does.
12233
12234 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12235
12236         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12237
12238 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
12239
12240         * configure.in (*-*-lynxos*): Don't configure newlib for either
12241         native or cross Lynx.
12242
12243 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
12244
12245         * config.sub (sparc64-elf): Fix os.
12246         (z8k): Remove duplicate.
12247
12248 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12249
12250         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12251         gcc/stmp-fixproto, to try to prevent fixproto from being run.
12252
12253 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
12254
12255         * configure: Make file links cleanly even if Lynx fails on
12256           an NFS symlink (at least fail cleanly).
12257
12258 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12259
12260         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12261         -XNh2000.
12262
12263 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12264
12265         * configure: Unknown options are fatal again.
12266
12267 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
12268
12269         * configure: Ignore --x-includes and --x-libraries, for Autoconf
12270         compatibility.
12271
12272 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12273
12274         * build-all.mk: Add `clean' target.
12275
12276 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12277
12278         * config.guess:  Add SINIX support.
12279         * configure.in:  Add mips-*-sysv4* support.
12280
12281 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
12282
12283         * build-all.mk: Document all useful targets.
12284         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12285         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12286
12287 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12288
12289         * configure: Support --silent, --quiet.
12290
12291 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12292
12293         * configure: Support --disable-FEATURE.
12294
12295 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12296
12297         * config.guess: Recognize NCR running SVR4.3.
12298
12299 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12300
12301         * config.guess:  Make BSDI generate i386-unknown-bsd386.
12302         Patch from Paul Eggert <eggert@twinsun.com>.
12303
12304 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12305
12306         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12307
12308 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12309
12310         * configure: Make unrecognized options give nonfatal warnings
12311         instead of fatal errors, and pass them to any subdirectory
12312         configures in case they recognize them.
12313         Make --x equivalent to --with-x.
12314
12315 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12316
12317         * configure: Add --enable-* options.  Clean up usage message and
12318         some comments.
12319
12320 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
12321
12322         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12323
12324 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12325
12326         * configure.in (hppa*-*-*): Enable binutils.
12327
12328 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12329
12330         * config.sub: Recognize cisco.
12331
12332 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
12333
12334         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12335
12336 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12337
12338         * config.guess: about target *-hitachi-hiuxwe2, don't print more
12339         than one configuration name.  Add comment.
12340
12341 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
12342
12343         * config.guess: about target *-hitachi-hiuxwe2, fixed
12344         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
12345         macro is incorrect.]
12346
12347 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12348
12349         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12350         than the "make ls" stuff which used to be here.
12351
12352 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12353
12354         * config.guess:  Recognize i[34]86-unknown-freebsd.
12355         From Shawn M Carey <smcarey@rodan.syr.edu>.
12356
12357 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12358
12359         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12360
12361 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
12362
12363         * config.guess: Check for ptx.
12364
12365 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
12366
12367         * config.sub: Add os9k checking.
12368
12369 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12370
12371         * config.guess: Handle OSF1 running on HPPA processors
12372
12373 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12374
12375         * configure: If subdir configure fails, print out a message with
12376         subdirectory name, in case subdir's configure code didn't identify
12377         itself.
12378
12379 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
12380
12381         * configure.in: Remove embedded newlines from configdirs.
12382         Avoid mismatches of substrings.  Fix matching strings at end
12383         of configdirs.
12384
12385 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
12386
12387         * config.guess:  Add Lynx/rs6000 config support.
12388
12389 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12390
12391         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12392
12393 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
12394
12395         * configure.in (hppa*-*-osf*): Treat this just like most other
12396         PA configurations (eg no binutils or ld).
12397         (hppa*-*-*elf*): These configurations have binutils and ld.
12398
12399 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12400
12401         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
12402
12403 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12404
12405         * configure.in (rs6000-*-*): Build gas.
12406
12407 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12408
12409         * Makefile.in:  Avoid bug in losing hpux sed.
12410
12411 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12412
12413         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12414         for GDB and GDB has been fixed to not need it.
12415
12416 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12417
12418         * config.guess: Recognize vax hosts.
12419
12420 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12421
12422         * configure (while loop): Don't use "break 2" inside case
12423         statement -- the case statement isn't an enclosing loop.
12424
12425 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12426
12427         * config.guess:  Clean up NeXT support, to allow nextstep
12428         on Intel machines.  Make OS be nextstep.
12429
12430 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
12431
12432         * config.guess: Add alternate forms for Convex.
12433
12434 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
12435
12436         * configure:  Completely rewrite option processing.  Take
12437         advantage of pattern-matching to avoid invoking test frequently.
12438         Also clean up host and target defaulting logic.
12439
12440 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12441
12442         * Makefile.in: Replace all occurrances of "rootme" with "r" and
12443         "$${rootme}" with "$$r", to increase the likelihood that the do-*
12444         commands (plus user environment) will fit SCO limits.
12445
12446 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12447
12448         * configure.in: Don't issue warnings about directories which are
12449         not being configured if -norecursion is set.  Correct test for
12450         --with-gnu-as and --with-gnu-ld to not get confused by substring
12451         matches.
12452
12453         * configure.in: Don't build gas for alpha-dec-osf1*.
12454
12455 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
12456
12457         * configure:  Back out Per's change of 12/19/1993.  It changes the
12458         behavior of configure in unexpected and confusing ways.
12459
12460         Also, use different delim char when calculating
12461         program_transform_name so that the name can contain slashes.
12462
12463 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12464
12465         * configure.in, config.sub: Add support for VSTa micro-kernel.
12466
12467 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12468
12469         * configure.in: Nuke hacks which were used to get a special
12470         version of GAS for HPPA configurations.
12471
12472 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12473
12474         * configure:  If only ${target_alias} is given, use that
12475         as the default for ${host_alias}.
12476         * configure:  Add missing back-slashes before nested quotes.
12477
12478 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12479
12480         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12481
12482 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
12483
12484         * config.guess:  Recognize some Tektronix configurations.
12485         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12486
12487 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12488
12489         * config.sub: Match any flavor of SH.
12490
12491 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
12492
12493         * configure.in: Don't try to configure newlib for Alpha.
12494
12495 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12496
12497         * configure.in: Don't build ld for Irix 5.  Don't build gas,
12498         libg++ or libio for any Alpha target.
12499
12500         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
12501
12502 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
12503
12504         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12505         default arguments -- so it tried to compress itself.
12506
12507 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12508
12509         * configure.in (notsupp): ensure that a space is always at the end
12510           of the configdirs list, since the grep checks for an explicit space
12511
12512 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12513
12514         * configure.in (target i386-sysv4.2): don't build ld, since static
12515           versions of many libraries are not available.
12516
12517 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12518
12519         * config.guess: Recognize Apollos (using environment variables).
12520         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12521
12522 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12523
12524         * config.guess: Recognize Sony news mips running newsos.
12525
12526 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
12527
12528         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12529         "fi ; else" for bash.
12530
12531 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
12532
12533         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12534
12535 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
12536
12537         * config.sub: accept unixware as an alias for svr4.2.
12538         Fix some inconsistancies with the gcc version.
12539
12540 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12541
12542         * Makefile.in (DISTDOCDIRS):  Add gdb.
12543
12544 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12545
12546         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
12547
12548 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12549
12550         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12551         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12552         this now.
12553
12554 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12555
12556         * config.sub: Accept hiux* as an OS name.
12557
12558         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12559         etc/make-stds.texi.  The underscore came from gcc, and dje now
12560         agrees that RUNTESTFLAGS is the correct name.
12561
12562 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12563
12564         * install.sh:  Remove 'set -e'.  It makes any conditionals
12565         in the script useless.
12566
12567         * config.guess: Automatically recognize arm-acorn-riscix
12568         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12569
12570 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12571
12572         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12573
12574 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12575
12576         * Makefile.in (DISTDOCDIRS): New variable.
12577         (taz): Edit local Makefile.in sooner, instead of proto-toplev
12578         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
12579
12580 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12581
12582         * configure.in (hppa target): check the source directory for the
12583           pagas sub-directory
12584
12585 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
12586
12587         * config.sub: Allow -aout* and -elf*.
12588
12589 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12590
12591         * configure.in: Don't build ld on i386-solaris2, same as for
12592         sparc-solaris2.
12593
12594 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12595
12596         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12597
12598 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12599
12600         * configure.in:  Configure gdb for alpha.
12601
12602 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12603
12604         * Makefile.in (CXXFLAGS): Add -O.
12605
12606 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12607
12608         * config.guess: added support for DG Aviion
12609
12610 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12611
12612         * configure.in: Produce warning message for subdirectories not
12613         configurable for this host/target combination.  Don't try to
12614         configure gdb for vms.
12615
12616 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12617
12618         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12619         appropriate files before making "diststuff".
12620         (DISTBISONFILES): New var: list of files to be edited.
12621         (DISTSTUFFDIRS): Add binutils.
12622
12623 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12624
12625         * config.sub: also handle mipsel and mips64el (for little endian mips)
12626
12627 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12628
12629         * configure.in: Add * to end of all OS names.
12630
12631 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
12632
12633         * configure.in: Build newlib for LynxOS native.
12634
12635 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12636
12637         * config.guess: Add support for delta 88k running SVR3.
12638
12639         * configure.in: Add comment about HP compiler vs. emacs.
12640
12641 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12642
12643         * configure.in: don't build ld on solaris2 (not a viable option
12644           due to bugs in getpwnam & getpwuid)
12645
12646 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12647
12648         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12649         config.guess will produce a full version number.
12650
12651 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12652
12653         * configure.in: Build linker and binutils for alpha-dec-osf1.
12654
12655 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12656
12657         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12658         and gdb/testsuite/Makefile.in.
12659
12660 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12661
12662         * configure.in: recognize mips*- instead of mips-
12663
12664 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12665
12666         * config.sub: Accept linux*coff and linux*elf as operating
12667         systems.
12668
12669 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12670
12671         * config.sub: Recognize mips64, and mips3 as an alias for it.
12672
12673 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12674
12675         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12676         gdb knows how to handle OSF/1 shared libraries.
12677
12678 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12679
12680         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12681         * config.guess: Recognize Hitachi's HIUX.
12682         * config.sub: Recognize h3050r* and hppahitachi.
12683         Remove redundant cases for hp9k[23]*.
12684
12685 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12686
12687         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12688         if gas and ld are in the source tree and are in ${configdirs}.
12689         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
12690         --with options (but still pass them down on the command line,
12691         if they were explicitly specified).
12692
12693 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12694
12695         * configure: substitute SHELL value in Makefile.in with
12696         ${CONFIG_SHELL}
12697
12698 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12699
12700         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12701         *-*-solaris2* targets.
12702
12703 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12704
12705         * Makefile.in: define M4, and pass it down to sub-makes;
12706         all-autoconf now depends on all-m4
12707
12708 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12709
12710         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12711         presence of {ar,ranlib} instead of a configured directory
12712
12713 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
12714
12715         * config.guess: Accept 34?? as well as 33?? for NCR.
12716
12717 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12718
12719         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12720         of 'gas' in sed commands, since 'gash' is now in the tree as well.
12721
12722 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12723
12724         * configure: grab values for $(CC) and $(CXX) from the
12725         environment, so that someone can do "CC=gcc configure; make" and
12726         have it work right (matching the way that autoconf works now)
12727
12728         * configure.in, Makefile.in: add support for gash, the tcl
12729         interface to Galaxy
12730
12731         * config.guess: add NetBSD variants (hp300, x86)
12732
12733 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
12734
12735         * install.sh: Support -d option (in the manner of SunOS 4 install,
12736         as it is more deterministic than that of GNU install)
12737         (chmodcmd): Set file to mode 755 by default (should also do default
12738         chgrp and chown, but I don't feel like dealing with that now)
12739
12740 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
12741
12742         * config.sub: Remove h8300hhms alias.
12743
12744 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12745
12746         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12747
12748 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12749
12750         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12751         as stmp-fixinc
12752
12753 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12754
12755         * config.sub: recognize m88110-bug-coff.
12756
12757 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12758
12759         * Makefile.in (all-libio): all dependencies on the toolchain used
12760         to build this (gcc, gas, ld, etc)
12761
12762 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12763
12764         * config.guess: Deal with OSF/1 1.3 on alpha.
12765
12766 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12767
12768         * install.sh: add some 'else true' clauses for portability
12769
12770         * configure.in: don't build libio for h8[35]00-*-* targets
12771
12772 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12773
12774         * Makefile.in:  Add support for new libio.
12775
12776 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12777
12778         * install.sh: If one command fails, don't try the rest.  Don't try
12779         to remove $dsttmp (via trap) unless we have already created it.
12780         If $src doesn't exist, detect it and exit with an error.
12781
12782         * config.guess: Recognize BSD on hp300.
12783
12784 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12785
12786         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12787         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12788
12789 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
12790
12791         * Makefile.in (all-send-pr): depends on all-prms
12792
12793 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12794
12795         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12796
12797 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12798
12799         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12800         Added test for mips-mips-riscos5.
12801
12802 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12803
12804         * configure.in: use mh-hp300 for 68k HP hosts
12805
12806 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12807
12808         * configure: add support for CONFIG_SHELL, so that you can use
12809         some alternate shell for evaluating configure scripts
12810
12811 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
12812
12813         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
12814         in configure script to bug-gdb@prep.ai.mit.edu when building
12815         distribution archive.
12816         * Makefile.in (COMPRESS):  Remove def.
12817         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
12818         gdb.tar.Z and make-gdb.tar.Z respectively.
12819         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
12820         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
12821         to convergence with 'taz' target in Makefile.in.
12822
12823 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12824
12825         * install.sh (dsttmp): use trap to ensure that tmp files go
12826         away on error conditions
12827
12828 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12829
12830         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12831
12832 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12833
12834         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12835         its parent is '/' not ''.
12836
12837         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12838
12839 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
12840
12841         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12842         that ${newsrcdir}/configure.in does.
12843
12844 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12845
12846         * test-build.mk: support for CONFIG_SHELL
12847
12848 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
12849
12850         * config.sub (netware):  Add as a basic system type.
12851
12852 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12853
12854         * Makefile.in (Makefile): depend on configure.in.  Also drop the
12855           $(srcdir)/ from the dependency on Makefile.in.
12856
12857 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
12858
12859         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12860         (h8300hhms is temporary until multi-libraries are implemented).
12861         * configure.in: Handle h8300h too.
12862
12863 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12864
12865         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12866
12867 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
12868
12869         * configure:  Remove extraneous output when guessing host type.
12870         * config.guess:  Remove extraneous output when guessing using C
12871         compiler rather than uname, or when guessing fails.
12872
12873 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12874
12875         * Makefile.in: remove all.cross and install.cross targets
12876
12877         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12878           definitions
12879
12880 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
12881
12882         * configure.in (target sh): Build gprof.
12883
12884 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12885
12886         * config.sub: change -solaris to -solaris2
12887
12888 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12889
12890         * configure.in: Use config/mh-riscos for mips-*-sysv*.
12891
12892 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
12893
12894         * configure: Correct error message for missing Makefile.in to
12895         print correct directory.
12896
12897 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12898
12899         * install.sh: kludge around 386BSD shell bug
12900
12901 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
12902
12903         * config.guess:  Recognize NeXT.
12904         * config.guess:  Recognize i486-ncr-sysv4.
12905         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
12906
12907 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
12908
12909         * Makefile.in (MAKEINFOFLAGS): New variable.
12910         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12911         * build-all.mk, test-build.mk: Pass down --no-split as
12912         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
12913
12914 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
12915
12916         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
12917
12918 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
12919
12920         * Makefile.in (libg++.tar.z):  New rule.
12921         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
12922         * Makefile.in (taz):  Only do a single chmod.
12923
12924 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12925
12926         * install.sh: don't use dirname anymore (replaced with sed usage)
12927
12928 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
12929
12930         * Makefile.in:  Change extension for gzip'd files from '.z' to
12931         '.gz' per new FSF standard usage.
12932
12933 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12934
12935         * configure: put quotes around the final value of program_transform_name
12936
12937 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12938
12939         * Makefile.in: new install.sh support; update install-info rules
12940
12941 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
12942
12943         * configure.in: Build diff for crosses, but not for go32 host.
12944
12945         * configure.in: Build gprof only for native, and don't build it
12946         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
12947
12948 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
12949
12950         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
12951
12952 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12953
12954         * configure.in (host_tools): Add prms.
12955
12956 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12957
12958         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
12959         with $(FLAGS_TO_PASS) on the command line
12960
12961         * config.sub: Recognize lynx and lynxos
12962
12963 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
12964
12965         * config.sub: Accept -ecoff*, not just -ecoff.
12966
12967 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12968
12969         * Makefile.in (taz): Use .gz suffix instead of .z.
12970         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
12971         names.
12972
12973 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12974
12975         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
12976
12977 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12978
12979         * Makefile.in (install-no-fixedincludes):  install gcc last, so
12980         that rebuilds that might happen during 'make install' don't get
12981         bogus gcc include files
12982
12983 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12984
12985         Change from Utah for HPPA support:
12986         * config.guess: Recognize hppa1.x-hp-bsd.
12987
12988 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
12989
12990         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
12991         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
12992
12993 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12994
12995         * config.sub: Add support for rom68k and bug boot monitors.
12996
12997 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
12998
12999         * Makefile.in: Make all-opcodes depend on all-bfd.
13000
13001 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13002
13003         * config.guess: Added special check for i[34]86-univel-sysv4*.
13004
13005 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
13006
13007         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13008         the processor rather than assuming i486.
13009
13010 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13011
13012         * config.guess: Recognize SunOS6 as Solaris3.
13013
13014 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
13015
13016         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
13017         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13018
13019 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
13020
13021         * build-all.mk (all-cross): New target for Canadian Cross.
13022         Added Q2 go32 targets.
13023         * test-build.mk: Configure go32 cross sparclite-aout and
13024         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
13025         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13026
13027 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13028
13029         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13030         GO32 hosted toolchains
13031
13032 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13033
13034         * configure: change  so "-exec-prefix" gets passed down rather
13035         than "-exec_prefix" so autoconf generated Makefiles get the
13036         exec_prefix set right.
13037
13038 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13039
13040         * config.guess: get the Solaris2 minor version number
13041
13042         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13043
13044 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13045
13046         * config.guess: Recognize some Sequent platforms.
13047
13048 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13049
13050         * Makefile.in: added the vault-install target
13051
13052         * configure.in: actually use the Sun3 makefile fragment that's in
13053         config, also added the release dir to configdirs
13054
13055 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13056
13057         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13058
13059 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13060
13061         * configure.in: remove some program from Alpha targetted toolchains
13062
13063 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
13064
13065         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
13066         gprof.
13067         (taz): Run "make diststuff" in those directories instead of "make
13068         proto-dir".  Look for "VERSION=" only at start of line in subdir
13069         Makefile.  Use "gzip -9" for compression.
13070         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13071         (binutils.tar.z): New target.
13072
13073 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13074
13075         * Makefile.in (taz): Include gpl.texinfo.
13076
13077 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13078
13079         * Makefile.in (setup-dirs): Merged into "taz" target.
13080         (taz): Only do `proto-dir' stuff if a directory is actually needed
13081         for this target.
13082
13083 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
13084
13085         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13086         (FLAGS_TO_PASS): Pass down MUNCH_NM.
13087         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13088         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13089         (gcc-no-fixedincludes): Correct for current gcc Makefile.
13090
13091 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
13092
13093         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
13094         config.sub, and move-if-change to gdb testsuite distribution
13095         archive, so the testsuite can be extracted, configured, and
13096         run separately from the gdb distribution.  Blow away the Chill
13097         tests that require a Chill compiled executable, since GNU Chill
13098         is not yet publically available.
13099
13100 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13101
13102         * test-build.mk: set environment variables in a single command,
13103         instead of a list of assignments and exports
13104
13105         * config.guess: recognize Alpha/OSF1 systems
13106
13107 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13108
13109         * configure: Change help message to prefer --options rather than
13110           -options.
13111
13112 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13113
13114         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13115         zippy@ecst.csuchico.edu.
13116         * config.guess: Recognize miniframe.
13117
13118 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13119
13120        * Makefile.in: Use srcroot to find runtest rather than rootme.
13121        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13122
13123 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13124
13125         * test-build.mk: Extensive additions to support building on a
13126         machine other than the host.
13127
13128 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13129
13130         * configure (tooldir): Fix for i386-aix again.
13131
13132 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
13133
13134         * configure, Makefile.in:  Change definition of $(tooldir)
13135         to match the FSF.
13136
13137 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
13138
13139         * config.guess:  Recognize i[34]86/SVR4.
13140
13141 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13142
13143         * Makefile.in (all-gdb): gdb depends on sim.
13144
13145 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
13146
13147         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
13148         at the same time we make the prototype gdb directory.
13149         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
13150         files at the same time as the gdb base release distribution.
13151
13152 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
13153
13154         * Makefile.in (check): Use individual check targets rather than
13155         DO_X rule.
13156         (check-gcc): Added.
13157
13158 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
13159
13160         * config.sub: Use sysv3.2 not sysv32 for canonical OS
13161         for System V release 3.2.
13162
13163 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13164
13165         * config.sub: Recognize hppaosf.
13166         * configure.in: Do configure ld/binutils/gas for it.
13167
13168 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13169
13170         * configure (tooldir): Alter syntax used to set this, for systems
13171         where "\$" isn't handled right, like i386-aix.
13172
13173 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13174
13175         * configure: Pass program-transform-name, not
13176         program_transform_name, to recursive configures.
13177
13178 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
13179
13180         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13181         of gas+ld+binutils.
13182
13183 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
13184
13185         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
13186
13187 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13188
13189         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13190
13191 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13192
13193         * Makefile.in (PRMS): Set back to all-prms.
13194
13195 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13196
13197         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13198         targets, rather than for MIPS hosts.
13199
13200 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13201
13202         * configure.in: add comment for --with-x default values
13203
13204         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13205
13206         * Makefile.in: add check-* targets for each of the directories in
13207         the tree.  Add a definition of RUNTEST that will use the one we
13208         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
13209
13210 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
13211
13212         * configure.in: Removed obsolete references to bfd_target and
13213         target_makefile_frag.
13214
13215         * build-all.mk: Set assorted targets for Q2.
13216         * config.sub: Recognize z8k-sim and h8300-hms.
13217         * test-build.mk: Really don't pass host to configure.
13218         (HOLES): Added uname.
13219
13220 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
13221
13222         * configure: Handle an empty program-prefix, program-suffix or
13223         program-transform-name correctly.
13224
13225 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13226
13227         * build-all.mk: -G 8 no longer required for MIPS targets.
13228         * test-build.mk: Don't pass host argument to configure; make it
13229         guess.
13230
13231 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
13232
13233         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
13234         * Makefile.in (COMPRESS):  New macro, like GZIP.
13235
13236 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13237
13238         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13239
13240         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13241         with gas currently defaults to -G 0.
13242
13243 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
13244
13245         * Makefile.in (all-flex): flex depends on byacc.
13246
13247         * build-all.mk: If host not specified, use config.guess.  Pass TAG
13248         to test-build.mk as RELEASE_TAG.
13249         * test-build.mk (configargs): New variable containing arguments to
13250         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
13251         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13252
13253         * config.guess: Use /bin/uname when checking -X argument on SCO,
13254         to avoid invoking GNU uname which doesn't understand -X.
13255
13256         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13257
13258         * configure.in: Build gas for mips-*-*.
13259
13260 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13261
13262         * Makefile.in (all.normal): insert missing backslash.
13263
13264 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13265
13266         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13267
13268         * Makefile.in: Complete overhaul to merge many almost identical
13269         targets.
13270
13271 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13272
13273         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13274         (gdb.tar.Z): Adjusted.
13275
13276         * Makefile.in (setup-dirs, taz): New targets; should be general
13277         enough to adapt for gdb sometime.  Build only .z file.
13278         (gas.tar.z): New target.
13279
13280 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13281
13282         * build-all.mk: Use CC=cc -Xs on Solaris.
13283
13284 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
13285
13286         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
13287         for handling BISON for FSF releases.
13288
13289 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13290
13291         * configure: Actually implement the change zoo just documented.
13292
13293 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
13294
13295         * configure: when using config.guess, only set target_alias when
13296         it's not already been set (ie, on the command line)
13297
13298 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13299
13300         * Makefile.in: add installcheck target, set PRMS to install-prms
13301
13302 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13303
13304         * configure: add support for package_makefile_fragment, handle the
13305         case where a directory has a configure.in file but no Makefile.in
13306         more gracefully (with an actual understandable error message, even);
13307         add support for --without (and add this to the usage message); also
13308         explicitly add a --host=${host_alias} to the command line when
13309         config.guess is used
13310
13311 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13312
13313         * configure: Must use both --host and --target in recursive calls.
13314
13315 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13316
13317         * Makefile.in: Change deja-gnu to dejagnu.
13318
13319 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13320
13321         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13322
13323 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13324
13325         * configure.in: canonicalize all instances to *-*-solaris2*,
13326         also strip out a number of tools to not build for go32 host
13327
13328 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13329
13330         * config.guess: add GPL.
13331
13332         * Makefile.in, config.guess, config.sub, configure: bump
13333           copyrights to 93.
13334
13335 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
13336
13337         * Makefile.in (do-info): Removed obsolete check for existence of
13338         localenv file.
13339
13340         * Makefile.in (MAKEOVERRIDES): Define to be empty.
13341
13342 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13343
13344         * Makefile.in: a couple of 'else true' for decstation,
13345         support for TclX
13346
13347         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13348
13349 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
13350
13351         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13352
13353 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
13354
13355         * config.guess: Recognize i386-ibm-aix (PS/2).
13356         * configure.in: Use config/mh-aix386 file for it.
13357
13358 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
13359
13360         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13361         CC_FOR_TARGET instead.
13362         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13363
13364 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
13365
13366         * Makefile.in: Add sim to list of directories sent with gdb
13367
13368 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13369
13370         * configure.in: Put back mips-dec-bsd* case.
13371
13372 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
13373
13374         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13375         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
13376         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13377
13378 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13379
13380         * configure.in: remove no-op mips-dec-bsd* in "case $target"
13381
13382         * Makefile.in (dir.info): only run gen-info-dir if it exists,
13383         (install-info): install dir.info only if it exists,
13384         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13385
13386 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
13387
13388         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
13389         gas for mips-dec-bsd.
13390
13391 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
13392
13393         * configure (makesrcdir): If ${srcdir} is relative and not ".",
13394         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13395
13396 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13397
13398         * configure.in: Added "dejagnu" to hosttools list.
13399
13400 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
13401
13402         * config.sub, configure.in, config.guess:  Add support
13403         for Bosx, an AIX variant from Bull.
13404         Patches from F.Pierresteguy@frcl.bull.fr.
13405
13406 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13407
13408         * devo/dejagnu: Initial creation of devo/dejagnu.
13409         Migrated dejagnu testcases and support files for testing software
13410         tools to reside as subdirectories, currently called "testsuite",
13411         within the directory of the software tool.  Migrated all programs,
13412         support libraries, etc. beloging to dejagnu proper from
13413         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
13414         with no modifications.  The changes to these files which will
13415         allow them to configure, build, and execute properly will be made
13416         in a future update.
13417
13418 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13419
13420         * Makefile.in: Change send_pr to send-pr.
13421         * configure.in: Likewise.
13422         * send_pr: Renamed directory to send-pr.
13423
13424 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
13425
13426         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
13427
13428 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
13429
13430         * README:  Update for gdb-4.8 release.
13431         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
13432         gdb-xxx.tar.z (gzip'd) file also.
13433
13434 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13435
13436         * Makefile.in: make all-diff depend on all-libiberty
13437
13438 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
13439
13440         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13441
13442 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13443
13444         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13445
13446 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
13447
13448         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
13449         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
13450         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
13451
13452 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13453
13454         * Makefile.in:  makeinfo binary is in a new location
13455
13456 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
13457
13458         * config.sub: Accept -ecoff as an OS.
13459
13460         * Makefile.in: Various changes to eliminate a level of make
13461         recursion and reduce the required command line length.
13462         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13463         sub-makes.
13464         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13465         variables holding settings for specific sub-makes.
13466         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13467         in terms of BASE_FLAGS_TO_PASS.
13468         (TARGET_LIBS): New variable listing directories which use
13469         TARGET_FLAGS_TO_PASS.
13470         (subdir_do): Eliminated.
13471         (do-*): New set of targets to replace subdir_do.
13472         (various): All targets which used subdir_do now depend on do-*.
13473         (local-clean): Renamed from do_clean.
13474         (local-distclean): New target, dependency of distclean and
13475         realclean.
13476         (install-info): Don't create directories.  Depend on dir.info
13477         rather than calling make recursively.
13478         (install-dir.info): Eliminated.
13479         (install-info-dirs): Create all info directories here.
13480         (dir.info): Depend upon do-install-info.
13481
13482         * test-build.mk (HOLES): Added false.
13483
13484 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
13485
13486         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
13487
13488 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13489
13490         * Makefile.in (info): remove dependency on all-texinfo.  The
13491         problem was really in texinfo/C, not at this level.
13492
13493 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13494
13495         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13496
13497 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
13498
13499         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
13500         GDB releases.
13501
13502 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13503
13504         * configure: Include srcdir in message about target of link not
13505         being found.  Don't convert `-' to `_' in `with' options being
13506         passed to subdirs.
13507
13508 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13509
13510         * configure.in: add uudecode to host_tools
13511
13512         * Makefile.in: added {all,install}-uudecode targets, added them to
13513         the appropriate lists
13514
13515 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
13516
13517         * Makefile.in (all-gcc): Added dependency on all-gas.
13518
13519         * configure.in (mips-*-*): Build ld and binutils.
13520
13521 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13522
13523         * configure: check return code from mkdir, print error message and
13524           exit on failure.
13525
13526 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
13527
13528         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
13529
13530 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13531
13532         * test-build.mk (HOLES): Added tar, cpio and uudecode.
13533
13534 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13535
13536         * config.sub (h8500):  Recognize this as a cpu type.
13537
13538 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13539
13540         * configure: source directory missing is no longer a warning
13541
13542         * configure.in: recognize irix[34]* instead of irix[34]
13543
13544         * Makefile.in: define and pass down X11_LIB
13545
13546 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
13547
13548         * guess-systype: Renamed to ...
13549         * config.guess:  ... by popular request.
13550         * configure.in, Makefile.in:  Update accordingly.
13551
13552 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
13553
13554         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
13555         + Add Convex, Cray/Unicos, and Encore/Multimax support.
13556         + Execute ./dummy instead of assuming . is in PATH.
13557
13558 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
13559
13560         * guess-systype:  New shell script.  Attempts to guess the
13561         canonical host name of the executing host.
13562         Only a few hosts are supported so far.
13563         * configure:  Call guess-systype if no host is specified.
13564
13565 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13566
13567         * Makefile.in (gcc-no-fixedincludes): Made to work with current
13568         gcc Makefile.
13569
13570
13571 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
13572
13573         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13574         (all-gcc, install-gcc, subdir_do): Use it.
13575
13576 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13577
13578         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13579
13580 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
13581
13582         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13583           set exclusively by configure, using configure.in .
13584
13585 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13586
13587         * test-build.mk: set $PATH for all builds
13588
13589         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13590
13591 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
13592
13593         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
13594         the one used in gcc/Makefile.in, so that a null expansion doesn't
13595         override the one needed to build gcc with a native cc.
13596
13597
13598 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13599
13600         * configure: Accept -with arguments.
13601
13602 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13603
13604         * Makefile.in: added h8300sim
13605
13606 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
13607
13608         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13609         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
13610         (all-cygnus, native, build-cygnus): Make
13611         $(canonhost)-stamp-3stage-done, not $(host)....
13612         * test-build.mk (stamp-3stage-compared): Use tail +10c for
13613         i386-sco3.2v4.  Added else true to if command.
13614
13615 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
13616
13617         * config.sub: (from FSF) Sequent uses a BSD-like OS.
13618
13619 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
13620
13621         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13622
13623 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13624
13625         * configure.in: don't remove binutils from Solaris builds
13626
13627 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
13628
13629         * Makefile.in: get rid of earlier definitions for *clean,
13630         also handle the recursive info rule better
13631
13632 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
13633
13634         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
13635         do more-or-less the right thing.
13636
13637 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
13638
13639         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13640         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13641
13642 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13643
13644         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13645         $(host_canonical).
13646
13647         * configure.in: split the configdirs list into 4 categories (native
13648         v. cross, library v. tool) and handle the cross-only and native-
13649         only in more reasonable (and correct!) way.
13650
13651 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
13652
13653         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
13654         configdirs anymore.
13655
13656 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13657
13658         * Makefile.in: extensive cleanup::  removed all of the explicit
13659         clean-* targets, collapsed many wrappers around subdir_do into
13660         one, added additional targets to satisfy standards.texi, deleted
13661         some old targets, some changes for consistency
13662
13663 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13664
13665         * configure.in: handle some programs as cross-only, and others as
13666         native only
13667
13668         * test-build.mk: handle partial holes in a more generic manner
13669
13670         * Makefile.in: m4 depends on libiberty
13671
13672 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13673
13674         * configure.in: add m4, textutils, fileutils, sed, shellutils,
13675         time, wdiff, and find to configdirs
13676
13677         * Makefile.in: all, clean, and install rules for the new programs
13678         added to configure.in
13679
13680 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13681
13682         * configure.in: use mh-sun for all *-sun-* hosts
13683
13684 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13685
13686         * Makefile.in: define flags for X11 include files and library file
13687         locations, pass them down to the programs that need this info
13688
13689         * build-all.mk: added a 'native' target, to 3stage the native toolchain
13690
13691 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13692
13693         * configure.in: start building libg++ for HP-UX targets
13694
13695 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
13696
13697         * README:  Update references to files moved into etc/.
13698
13699 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
13700
13701         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
13702         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
13703
13704 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13705
13706         * configure: accept dash as well as underscore in long option
13707         names for FSF compatibility.
13708
13709 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
13710
13711         * config.sub: added -sco3.2v4 support from FSF.
13712
13713 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13714
13715         * configure.in: expand the section that adds or removes
13716         directories from the list of programs to build, to handle native
13717         vs. cross in addition to host v. native
13718
13719 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
13720
13721         * Makefile.in:  Replace C++ in macro names with CXX.
13722         This is less likely to break ...
13723
13724 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13725
13726         * test-build.mk: add -w to GNU_MAKE
13727
13728 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13729
13730         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13731         add 'sparc' to list of recognized cpus.  This needed to make
13732         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13733         Delete some redundant ose68 variants.  Recognize -wrs as an os,
13734         then changes that into $CPU-wrs-vxworks.
13735
13736         * configure.in: remove most references to gdbtest, regularize
13737         target based program removal
13738
13739         * test-build.mk: import from p3 tree (many fixes and changes)
13740
13741 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
13742
13743         * Makefile.in: added rules to handle tcl, tk, and expect
13744
13745         * configure.in: handle those directories if they exist
13746
13747 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13748
13749         * config.sub: removed bogus hppabsd and hppahpux names, since
13750         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13751
13752 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13753
13754         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
13755         depends upon all-xiberty
13756
13757         * Makefile.in: changes from p3, including:
13758
13759         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
13760
13761         * Makefile.in (XTRAFLAGS): include newlib directories if
13762         newlib/Makefile exists, rather than if host != target.
13763
13764         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
13765
13766         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13767         from the same source tree and not building a cross-compiler.  This
13768         matters for the libg++ configuration if reconfiguring a tree that
13769         has already been installed.
13770
13771         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
13772
13773         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13774         pick up the machine and system specific header files.
13775
13776         * Makefile.in: added AS_FOR_TARGET, passed down in
13777         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13778         the C compiler to use to create programs which are run in the
13779         build environment, set it to default to $(CC), and passed it down
13780         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13781
13782         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
13783
13784         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13785         We need them for unusual native builds, like systems without
13786         ranlib.
13787
13788         * configure: also define $(host_canonical) and
13789         $(target_canonical), which are the full, canonical names for the
13790         given host and target
13791
13792 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
13793
13794         * Makefile.in:  Added separate definitions for C++.
13795
13796 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
13797
13798         * configure.in (configdirs):  Add deja-gnu.
13799
13800 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
13801
13802         * README:  Update for configure.texi and gdb-4.7 release.
13803
13804 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
13805
13806         * Makefile.in:  Move "all" target to top of file.
13807         Previously, first target was ".PHONY" which caused BSD4.4 make
13808         to build .PHONY when make was run without arguments.
13809
13810 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
13811
13812         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
13813         Library-copylefted code in libiberty.
13814
13815 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
13816
13817         * config.sub:  Replace m68kmote with plain old m68k.
13818
13819 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
13820
13821         * Makefile.in:  Remove space from blank line, avoid Make complaints.
13822
13823 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
13824
13825         * config.sub: Complain if no argument is given.  Added support for
13826         386bsd as OS and target alias.
13827
13828 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
13829
13830         * Makefile.in (XTRAFLAGS): include newlib directories if
13831         newlib/Makefile exists, rather than if host != target.
13832
13833 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
13834
13835         * config.sub: recognize sparclite-wrs-vxworks.
13836
13837         * Makefile.in (install-xiberty): added *-xiberty make rules (from
13838         p3.) Added clean-xiberty to clean.
13839
13840 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13841
13842         * configure.in: use *-*-* instead of nested cases for host and target
13843
13844 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
13845
13846         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13847         from the same source tree and not building a cross-compiler.  This
13848         matters for the libg++ configuration if reconfiguring a tree that
13849         has already been installed.
13850
13851 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
13852
13853         * config.sub (i486v/i486v4):  Merge in from FSF version.
13854
13855 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
13856
13857         * configure: only set PWD if it is already set.
13858
13859 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
13860
13861         * configure: just set PWD=`pwd` at the top, since Ultrix sh
13862         doesn't have unset and all success paths (and most error paths)
13863         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13864         to just ${PWD} to avoid confusion.)
13865
13866 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
13867
13868         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13869         even for a native compilation.
13870
13871 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
13872
13873         Changes to make the gdb.tar.Z rule work better.
13874
13875         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
13876         (DEVO_SUPPORT):  Add configure.texi.
13877         (bfd-ilrt.tar.Z):  Remove ancient rule.
13878
13879 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
13880
13881         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13882         pick up the machine and system specific header files.
13883
13884         * configure.in, config.sub: added new target m68010-adobe-scout,
13885         with alias of adobe68k.  Changed configure.in to check for
13886         -scout before -sco* to avoid a false match.
13887
13888         * Makefile.in: added AS_FOR_TARGET, passed down in
13889         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13890         the C compiler to use to create programs which are run in the
13891         build environment, set it to default to $(CC), and passed it down
13892         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13893
13894 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13895
13896         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13897         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
13898         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13899         FOR_TARGET variants, to newlib and libg++.
13900
13901 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13902
13903         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13904         first.
13905
13906 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
13907
13908         * config.sub:  Accept `elf' as an environment.
13909
13910 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13911
13912         * Makefile.in (all-opcodes):  cd into the right directory
13913
13914 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
13915
13916         * configure: added -program_transform_name option, used as
13917         argument to sed when installing programs.
13918         configure.texi: added documentation for -program_prefix,
13919         -program_suffix and -program_transform_name.
13920
13921 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
13922
13923         * config.sub:  Accept i486 where i386 ok.
13924
13925 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
13926
13927         * config.sub: accept we32k
13928
13929 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
13930
13931         * config.sub, configure.in: accept OSE68000 and OSE68k.
13932
13933         * Makefile.in: don't create all directories for ``make install'';
13934         let the subdirectories create the ones they need.
13935
13936 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13937
13938         * COPYING: new file, GPL v2
13939
13940 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13941
13942         * Makefile.in: use the new gen-info-dir, which needs a template
13943         argument (which also lives in texinfo)
13944
13945         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
13946
13947 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
13948
13949         * config.sub (ncr3000):  Change i386 to i486.
13950
13951 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13952
13953         * Makefile.in: add install-rcs, install-grep to
13954         install-no-fixedincludes, removed install-bison and install-libgcc
13955
13956 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
13957
13958         * configure.in: grab the HPUX makefile fragment if on HPUX
13959
13960 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
13961
13962         * Makefile.in: eradicate bison spoor (ditto libgcc).
13963          configure.in: recognise m68{k,000}-ericsson-OSE.
13964          es1800 is alias for m68k-ericsson-OSE
13965
13966 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13967
13968         * configure.in: rearrange the parts that remove programs from
13969         configdirs, based now on HOST==TARGET or by canonical triple.
13970
13971 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13972
13973         * test-build.mk: recurse explicitly with -f test-build.mk when
13974           appropriate.  predicate stage3 and comparison on the existence
13975           of gcc.  That is, if gcc isn't around, we aren't three-staging.
13976           On very clean, also remove ...stamp-co.  Build in-place before
13977           doing other builds.
13978
13979 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13980
13981         * Makefile.in, configure.in: add tgas
13982
13983 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13984
13985         * Makefile.in: a number of changes merged in from progressive.
13986
13987         * configure.in: add libm.
13988
13989         * .cvsignore: ignore some stuff that comes from test-build.mk.
13990
13991 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
13992
13993         * config.sub:  Add es1800 (m68k-ericsson-es1800).
13994
13995 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
13996
13997         * configure: Add program_suffix (parallel to program_prefix)
13998         * Makefile.in: adjust directory-creating script for losing decstation
13999
14000 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
14001
14002         * configure:  Minor $subdir-related fixes.
14003
14004 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14005
14006         * configure: fix various problems with propogating
14007         makefile_target_frag in subdirs.
14008         * configure.in: config libgcc if its there
14009
14010 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
14011
14012         * config.sub:  HPPA merge.
14013
14014 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
14015
14016         * Makefile.in:  Replace all-bison with all-byacc in all
14017         dependency lines for other tools (which now use byacc).
14018
14019 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
14020
14021         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
14022
14023 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
14024
14025         * Makefile.in: make gprof rules similar to byacc rules (instead of
14026         vestigal $(unsubdir) that didn't work...)
14027
14028 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
14029
14030         * config.sub:  Add support for Linux.
14031         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
14032         (at least for libg++).
14033
14034 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
14035
14036         * configure.texi: fix doc for the -nfp option to configure
14037
14038 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
14039
14040         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14041
14042 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
14043
14044         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14045         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14046         * configure.in: added solaris* host_makefile_frag hook.
14047
14048 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14049
14050         * config.sub: changed recognition of m68000 so that various
14051         m68k types can be specified via m680[01234]0
14052
14053 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14054
14055         * config.sub (basic_machine): fix sed so that '-foo' isn't
14056         completely substituted out while .+'-foo' loses the '-foo'
14057
14058 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14059
14060         * config.sub ($os): Add -aout.
14061
14062 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
14063
14064         * configure:  If host_makefile_frag is absolute, don't
14065         prefix ${invsubdir} (relevant to libg++ auto-configure).
14066
14067 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14068
14069         * Makefile.in (tooldir): Define it.
14070         (all-ld): Depend on all-flex.
14071
14072 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
14073
14074         * Makefile.in (check):  Fix libg++ special case.
14075
14076 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
14077
14078         * configure: do not bury `pwd` into config.status, thus do fewer
14079           pwd's.
14080
14081         * configure: print the "Building in" message only when building in
14082           other than "." AND verbose.
14083
14084         * configure: remove -s, rework -v to better accomodate guested
14085           configures.
14086
14087         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14088
14089 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
14090
14091         * Makefile.in: macroize flags passed on recursion.  remove
14092           fileutils.
14093
14094 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
14095
14096         * configure: get makesrcdir right for subdirs deeper than 1.
14097
14098         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14099           install.
14100
14101 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
14102
14103         * Makefile.in: don't print subdir_do or recursion lines.
14104
14105 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
14106
14107         * standards.texi: added menu item.
14108
14109         * Makefile.in: build and install standards.info.
14110
14111         * standards.texi: new file.
14112
14113 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14114
14115         * configure: test for and move config.status pieces from
14116           ${subdir}/.
14117
14118 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
14119
14120         * configure:  Test for existance of files before trying to mv
14121         them, to avoid numerous non-existance messages.
14122
14123 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
14124
14125         * configure: correct final line of config.status.
14126
14127         * configure: patch from eggert.  Avoids a protection problem if
14128           the original Makefile.in is read only.
14129
14130         * configure: use move-if-change from gcc to create config.status.
14131           Some makefiles depend on config.status to tell if a directory
14132           has been reconfigured for a different host.  This change
14133           prevents those directories from remaking everything in the case
14134           where the reconfig was only intended to rebuild a Makefile.
14135
14136         * configure: test for config.sub with "config.sub sun4" rather
14137           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
14138           host alias from a missing config.sub.
14139
14140 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14141
14142         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14143           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
14144
14145 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
14146
14147         * configure: mkdir ${subdir} as needed.
14148
14149 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
14150
14151         * Makefile.in,configure.in: added autoconf.
14152
14153 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14154
14155         * Makefile.in: no longer pass against on recursion.
14156
14157         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14158           definitions are not inherited.
14159
14160         * configure: correct makesrcdir when subdir is .
14161
14162 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
14163
14164         * configure:  Add support for 'subdirs' variable, which is
14165         like 'configdirs', except that configure doesn't re-invoke
14166         itself for subdirs, it just creates a Makefile for each subdir.
14167         * configure.texi:  Document subdirs.
14168
14169 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14170
14171         * configure.in: added flex to configdirs
14172
14173 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
14174
14175         * Makefile.in: remove clean-stamps from clean.
14176
14177 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
14178
14179         * configure.in:  Add gdbtest to configdirs.
14180
14181 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
14182
14183         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
14184         to recursive makes.
14185         * configure.in:  Recognize new ncr3000 config.
14186
14187 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
14188
14189         * Makefile.in, configure.in: removed references to gdbm.
14190
14191 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
14192
14193         * config.sub:  Don't canonicalize os value
14194         newsos* to bsd (readline needs to check for newsos).
14195         (This fix was earlier made Jan 31, but got re-broken.)
14196
14197 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
14198
14199         * configure.in:  sco is an os, not a vendor!
14200
14201         * configure:  Quote $( better.  Keep various shells happy.
14202
14203 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
14204
14205         * Makefile.in: eliminate stamp-files.
14206
14207 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
14208
14209         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
14210           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14211
14212 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
14213
14214         * config.sub:  fix iris/iris3.
14215
14216 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
14217
14218         * configure: re-add -rm.
14219
14220 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
14221
14222         * Maskefile.in: add .stmp-rcs to all.
14223
14224         * configure.in: remove gas from rs6000 build, use aix host fragment.
14225
14226 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
14227
14228         * configure: pass down site_option during recursion.
14229
14230 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
14231
14232         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
14233
14234 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
14235
14236         * configure: Change exec_prefix so that it really defaults to prefix.
14237
14238 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
14239
14240         * Makefile.in, configure.in:  Add support for mmalloc library.
14241
14242 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
14243
14244         * Makefile.in: add stmp dependencies for a few more things.
14245
14246 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
14247
14248         * configure: adjusted error message on objdir/srcdir configure
14249           collision, per john's suggestion.
14250
14251         * Makefile.in: add libiberty stmp to all and all.cross.
14252
14253 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
14254
14255         * Makefile.in: remove force dependencies, add grep to all.
14256
14257 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
14258
14259         * Makefile.in: drop flex.  make stamp files work.
14260
14261         * configure: added test for conflicting configuration in srcdir,
14262           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
14263           gets cranky.  use relative paths for configure and srcdir
14264           whenever possible.  Send some error messages to stderr that were
14265           going to stdout.
14266
14267 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
14268
14269         * Makefile.in:  Fix libg++ rule to check for gcc directory
14270         before using gcc/gcc.  Also pass XTRAFLAGS.
14271
14272 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
14273
14274         * Makefile.in: added stmp-files so that directories aren't polled
14275           when they are already built.
14276
14277         * configure.texi: fixed a node pointer problem.
14278
14279 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
14280
14281         * config.sub configure.in gdb/configure.in
14282         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14283         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14284         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
14285
14286 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14287
14288         * configure: -recurring becomes -silent.  corrected help message
14289           for -site= option.
14290
14291         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14292
14293 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14294
14295         * configure: when building Makefile for crosses, replace
14296           tooldir and program_prefix.  default srcdir from location of
14297           config.sub.  remove "for host in hosts" and "for target in
14298           targets" loops.
14299
14300 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14301
14302         * Makefile.in: Do not pass bindir or mandir to cvs.
14303
14304 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
14305
14306         * Makefile.in, configure.in: removed traces of namesubdir,
14307           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
14308           copyrights to '92, changed some from Cygnus to FSF.
14309
14310         * configure.texi: remove most references to multiple hosts,
14311           multiple targets, subdirs, etc.
14312
14313         * configure.man: removed rcsid. reference config.sub not
14314           config.subr.
14315
14316         * Makefile.in: mkdir $(infodir) on install-info.
14317
14318 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
14319
14320         * configure.texi:  Explain better about .gdbinit and about
14321         the environment that configure.in sections run in.
14322
14323 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
14324
14325         * configure.in:  Ultrix is only a decstation if it's a MIPS.
14326
14327 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
14328
14329         * README:  DOC.configure => cfg-paper.texi.
14330
14331 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
14332
14333         * config.sub (near case $os):  Don't convert newsos* to bsd!
14334
14335 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
14336
14337         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
14338         the number of copies of COPYING that go into the GDB tar file.
14339
14340 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
14341
14342         * bfd/configure.in, gdb/config/mh-i386sco,
14343         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14344         Fix SCO configuration stuff.
14345
14346 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
14347
14348         * Makefile.in:  For libg++, make sure the -I pointing
14349         to the gcc directory goes *after* all the libg++-local -I flags.
14350         Also, move just-gcc dependency from just-libg++ to all-libg++.
14351
14352 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
14353
14354         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
14355
14356 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
14357
14358         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
14359
14360 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
14361
14362         * config.sub:  Add stratus configuration frags.  Also
14363         submitted to FSF.
14364
14365 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
14366
14367         * Makefile.in (DEV_SUPPORT):  add configure.man.
14368
14369         * config.sub(Decode manufacturer-specific):  add -none*.
14370
14371 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
14372
14373         * Makefile.in:  remove form feeds to make Sun's make happy.
14374         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
14375
14376 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
14377
14378         * Makefile.in (AR_FLAGS):  Make quieter.
14379
14380 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
14381
14382         * configure.in:  Add libg++.
14383         * configure:  When verbose, don't output the command line at each
14384         level; it will be unremarkably the same as the previous version,
14385         which will be the same as what the user typed.
14386
14387 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
14388
14389         * configure.in, Makefile.in: fix clean-info, add flex.  add
14390           fileutils.
14391
14392         * configure: be less sensitive to spaces in Makefile.in.  Do not
14393           look for sources in "..".  Doing so breaks subdirectories that
14394           might have their own configure.  If a subdir has it's own
14395           configure script, use it.
14396
14397 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
14398
14399         * cfg-paper.texi: some changes suggested by rms.
14400
14401 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
14402
14403         * config.sub:  Merge in some small additions from the FSF version,
14404         taken from the gcc distribution, to bring the Cygnus and FSF
14405         versions into closer sync.
14406
14407 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
14408
14409         * configure.in:  Changed svr4 references to sysv4.
14410
14411 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
14412
14413         * configure: added -V for version number option.
14414
14415 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
14416
14417         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14418           renamed from DOC.configure to cfg-paper.texi.
14419
14420 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14421
14422         * configure, config.subr, config.sub: config.subr is now
14423           config.sub again.
14424
14425 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
14426
14427         * configure.texi: new file, in progress.
14428
14429         * Makefile.in: build info file and install the man page for
14430           configure.
14431
14432         * configure.man: new file, first cut.
14433
14434         * configure: find config.subr again now that configuration "none"
14435           has gone.  removed all traces of the -ansi option.  removed all
14436           traces of the -languages option.
14437
14438         * config.subr: resync from rms.
14439
14440 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
14441
14442         * configure, config.sub, config.subr: merge config.sub into
14443           config.subr, call the result config.subr, remove config.sub, use
14444           config.subr.
14445
14446         * Makefile.in: revised install for dir.info.
14447
14448 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
14449
14450         * configure.in: add decstation host makefile frag.
14451
14452         * Makefile.in: BISON now bison -y again.  also install-gcc on
14453           install.  clean-gdbm on clean.  infodir belongs in datadir.
14454           Make directories for info install.  Build dir.info here then
14455           install it.
14456
14457 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
14458
14459         * Makefile.in: fix for bad directory tests.
14460
14461 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
14462
14463         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
14464           regexp.  -srcdir relative was being handled incorrectly.
14465
14466         * Makefile.in: unwrapped some for loops so that parallel makes
14467           work again and so one can focus one's attention on a particular
14468           package.
14469
14470 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
14471
14472         * configure: added PWD as a stand in for `pwd` (for speed). use
14473           elif wherever possible.  make -srcdir work without -objdir.
14474           -objdir= commented out.
14475
14476 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
14477
14478         * configure: +options become --options.  -subdirs commented out.
14479           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
14480           Makefile now at top of generated Makefile.  Removed cvs log
14481           entries.  added -srcdir.  create .gdbinit only if there is one
14482           in ${srcdir}.
14483
14484         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
14485           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
14486           and mandir now keyed off datadir by default.
14487
14488 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
14489
14490         * Freshly created ChangeLog.
14491
14492 \f
14493 Local Variables:
14494 mode: change-log
14495 left-margin: 8
14496 fill-column: 76
14497 version-control: never
14498 End: