]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/blob - ChangeLog
2012-03-05 Tristan Gingold <gingold@adacore.com>
[fpga/lx-cpu1/binutils-tumbl.git] / ChangeLog
1 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2
3         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4         * configure: Regenerate.
5
6 2012-02-21  Joern Rennecke  <joern.rennecke@embecosm.com>
7
8         * COPYING.NEWLIB: Add Adapteva notice.
9         * COPYING.LIBGLOSS: Add Adapteva notice.
10
11 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
12
13         * configure: Regenerate.
14
15 2011-12-15  Jeff Johnston  <jjohnstn@redhat.com>
16
17         * COPYING.LIBGLOSS: Add GPL with exception license.
18
19 2011-11-09  Roland McGrath  <mcgrathr@google.com>
20
21         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
22         * configure: Rebuild.
23         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
24         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
25         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
26         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
27         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
28         Add READELF.
29         * Makefile.in: Rebuild.
30
31 2011-11-08  Richard Henderson  <rth@redhat.com>
32
33         * configure.ac: Test for libitm directory present first.
34
35         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
36
37         * configure.ac: Test libitm/configure.tgt to disable libitm.
38         * configure: Rebuild.
39
40 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
41
42         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
43         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
44         * Makefile.in: Regenerate.
45
46 2011-11-01  DJ Delorie  <dj@redhat.com>
47
48         * configure.ac (rl78-*-*) New case.
49         * configure: Regenerate.
50
51 2011-11-01  DJ Delorie  <dj@redhat.com>
52
53         * config.sub: Update to version 2011-10-29 (added rl78)
54
55 2011-10-27  Nick Clifton  <nickc@redhat.com>
56
57         * config.sub: Import these changes from the config project:
58
59         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
60             Ben Elliston  <bje@gnu.org>
61
62         * config.sub (epiphany): New.
63
64         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
65             Ben Elliston  <bje@gnu.org>
66
67         * config.sub (hexagon, hexagon-*): New.
68
69         2011-08-23  Roland McGrath  <mcgrathr@google.com>
70
71         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
72         64eb to be64.
73
74         2011-08-16  Roland McGrath  <mcgrathr@google.com>
75
76         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
77         (nacl): Grok as alias for 32el-unknown-nacl.
78
79 2011-08-19  Joel Brobecker  <brobecker@adacore.com>
80
81         * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
82
83 2011-08-14  Yao Qi  <yao@codesourcery.com>
84
85         Merge from gcc:
86
87         2011-08-14  Yao Qi  <yao@codesourcery.com>
88         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
89         * configure: Regenerate.
90
91 2011-07-26  Ian Lance Taylor  <iant@google.com>
92
93         Merge from gcc:
94
95         2011-07-26  Ian Lance Taylor  <iant@google.com>
96         * configure.ac: Set have_compiler based on whether gcc directory
97         exists, rather than on whether gcc is in configdirs.
98         * configure: Rebuild.
99
100         2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
101         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
102         link directories.
103         * Makefile.in: Rebuild.
104
105         2011-07-20  Ian Lance Taylor  <iant@google.com>
106         PR bootstrap/49787
107         * configure.ac: Move --enable-bootstrap handling earlier in file.
108         If --enable-bootstrap and either --enable-build-with-cxx or
109         --enable-build-poststage1-with-cxx, enable C++ automatically.
110         * configure: Rebuild.
111
112         2011-07-19  Ian Lance Taylor  <iant@google.com>
113         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
114         make C++ a boot_language.  Set and substitute
115         POSTSTAGE1_CONFIGURE_FLAGS.
116         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
117         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
118         * configure, Makefile.in: Rebuild.
119
120         2011-07-16  Jason Merrill  <jason@redhat.com>
121         * Makefile.def (language=c++): Add check-c++0x and
122         check-target-libmudflap-c++.
123         * Makefile.tpl (check-target-libmudflap-c++): New.
124         * Makefile.in: Regenerate.
125
126         2011-07-16  Matthias Klose  <doko@ubuntu.com>
127         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
128         * Makefile.def (target_modules/libjava): Pass
129         $(EXTRA_CONFIGARGS_LIBJAVA).
130         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
131         if not configured with --enable-static-libjava.
132         * Makefile.in: Regenerate.
133         * configure: Likewise.
134
135         2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
136         PR regression/47836
137         PR bootstrap/23656
138         PR other/47733
139         PR bootstrap/49247
140         PR c/48825
141         * configure.ac (target_libraries): Remove target-libiberty.
142         Remove case-statement setting skipdirs=target-libiberty for
143         multiple targets.  Remove checking target_configdirs and
144         removing target-libiberty but keeping target-libgcc if
145         otherwise empty.
146         * Makefile.def (target_modules): Don't add libiberty.
147         (dependencies): Remove all traces of target-libiberty.
148         * configure, Makefile.in: Regenerate.
149
150 2011-07-22  Jason Merrill  <jason@redhat.com>
151
152         * Makefile.def (language=c++): Add check-c++0x and
153         check-target-libmudflap-c++.
154         * Makefile.tpl (check-target-libmudflap-c++): New.
155         * Makefile.in: Regenerate.
156
157 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
158
159         * configure: Regenerate.
160
161 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
162
163         PR target/39150
164         * configure.ac (i[3456789]86-*-solaris2*): Also accept
165         x86_64-*-solaris2.1[0-9]*.
166         * configure: Regenerate.
167
168 2011-06-13  Walter Lee <walt@tilera.com>
169
170         * configure.ac (tilepro-*-*) New case.
171         (tilegx-*-*): Likewise.
172         * configure: Regenerate.
173
174 2011-06-06  Nick Clifton  <nickc@redhat.com>
175
176         * config.sub: Sync from upstream.
177
178 2011-05-08  Doug Kwan  <dougkwan@google.com>
179
180         Merge from gcc:
181
182         2011-05-08  Doug Kwan  <dougkwan@google.com>
183
184                 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
185                 * configure: Regenerated.
186                 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
187                 value from configure.
188                 * Makefile.in: Regenerated.
189
190 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
191
192         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
193         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
194         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
195         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
196         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
197         *-*-vxworks*): Disable newlib and libgloss in separate case
198         statement.
199         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
200         to separate case statement.
201         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
202         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
203         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
204         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
205         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
206         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
207         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
208         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
209         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
210         i[[3456789]]86-*-rdos*, m32r-*-*,
211         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
212         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
213         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
214         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
215         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
216         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
217         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
218         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
219         and libgloss in main case over targets.  Remove most empty cases
220         in main case over targets.
221         * configure: Regenerate.
222
223 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
224
225         * configure.ac: Remove code setting special library locations for
226         hppa*64*-*-hpux11*.  Remove code setting compiler for
227         sparc-sun-solaris2*.
228         * configure: Regenerate.
229
230 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
231
232         * configure.ac: Separate libgloss_dir settings from general case
233         over targets.
234         * configure: Regenerate.
235
236 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
237
238         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
239         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
240         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
241         cases in libgcj-disabling case statement.
242         (hppa*64*-*-linux*): Set unsupported_languages instead of
243         disabling target-zlib.
244         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
245         to hppa*64*-*-hpux*.
246         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
247         hppa*-*-hpux*.
248         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
249         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
250         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
251         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
252         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
253         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
254         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
255         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
256         libgcj-disabling case statement.
257         * configure: Regenerate.
258
259 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
260
261         * configure.ac: Disable Java for targets not supporting libffi.
262         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
263         Remove cases in Java-disabling statement.
264         (*arm-wince-pe): Change to arm-wince-pe.
265         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
266         cases in Java-disabling statement.
267         (bfin-*-*): Don't disable Java again.
268         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
269         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
270         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
271         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
272         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
273         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
274         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
275         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
276         Java-disabling statement.
277         (mmix-*-*): Don't disable Java again.
278         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
279         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
280         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
281         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
282         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
283         statement.
284         * configure: Regenerate.
285
286 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
287
288         Merge from GCC:
289
290         2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
291
292         PR lto/48086
293         * configure.ac: Re-enable LTO on *-apple-darwin9*.
294         * configure: Regenerate.
295
296 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
297
298         * configure.ac: Separate cases disabling Java and Java libraries
299         from general case over targets.
300         * configure: Regenerate.
301
302 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
303
304         * configure.ac (build_tools): Remove build-byacc.
305         (host_libs): Remove mmalloc.
306         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
307         autoconf automake libtool diff rcs fileutils shellutils time
308         textutils wdiff find uudecode hello tar gzip indent recode release
309         sed perl gawk findutils gettext zip.
310         (libgcj): Remove target-qthreads.
311         (target_tools): Remove target-examples target-gperf.
312         (YACC): Don't handle building byacc.
313         * configure: Regenerate.
314         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
315         dosutils, examples, fileutils, find, findutils, gawk, gettext,
316         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
317         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
318         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
319         handle building components.
320         * Makefile.in: Regenerate.
321
322 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
323
324         * config.sub: Sync from upstream.
325
326 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
327
328         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
329         (microblaze*): Don't disable libssp.
330         * configure: Regenerate.
331
332 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
333
334         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
335         moveifchange.
336         * configure: Regenerate.
337         * Makefile.tpl: Use @SHELL@ not @config_shell@.
338         * Makefile.in: Regenerate.
339
340 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
341
342         * configure.ac (*-*-sysv4*): Don't enable libgomp.
343         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
344         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
345         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
346         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
347         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
348         md_exec_prefix cases.
349         * configure: Regenerate.
350
351 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
352
353         * configure.ac: Separate cases disabling target-libssp,
354         target-libiberty, target-libstdc++-v3 and Fortran from general
355         case over targets.
356         * configure: Regenerate.
357
358 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
359
360         * configure.ac (*-*-chorusos): Don't disable libgcj.
361         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
362         Remove case.
363         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
364         (arm-*-coff): Don't disable libgcj.
365         (arm*-*-linux-gnueabi): Remove useless assignment.
366         (arm-*-riscix*): Don't disable libgcj.
367         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
368         configuration.
369         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
370         (c54x*-*-*): Remove case.
371         (tic54x-*-*): Don't disable GCC or GCC libraries.
372         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
373         to *.
374         (d10v-*-*): Don't disable GCC libraries.
375         (d30v-*-*): Don't disable libgcj.
376         (h8500-*-*): Don't disable GCC libraries.
377         (i960-*-*): Don't disable libgcj.
378         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
379         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
380         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
381         libgcj.
382         (m68k-*-coff*): Remove case.
383         (mmix-*-*): Don't disable libgloss on host.
384         (mn10200-*-*, mn10300-*-*): Remove cases.
385         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
386         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
387         Don't disable libgcj.
388         (romp-*-*): Remove case.
389         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
390         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
391         case.
392         (v810-*-*): Don't disable GCC libraries.
393         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
394         (ip2k-*-*): Don't disable GCC libraries.
395         * configure: Regenerate.
396
397 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
398
399         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
400         libffi on host.
401         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
402         on host.
403         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
404         * configure: Regenerate.
405
406 2011-03-26  John Marino  <binutils@marino.st>
407
408         * configure.ac: Add support for *-*-dragonfly*
409         * configure: Regenerate.
410
411 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
412
413         * configure.ac (native_only): Remove.
414         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
415         send-pr uudecode guile gnuserv on host.
416         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
417         send-pr rcs guile perl texinfo libtool on host.
418         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
419         automake send-pr rcs guile perl texinfo libtool on host.
420         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
421         (*-*-kaos*): Don't disable target-examples target-gperf on target.
422         (alpha*-dec-osf*): Don't disable fileutils on target.
423         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
424         texinfo send-pr expect dejagnu on target.
425         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
426         target-qthreads on target.
427         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
428         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
429         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
430         x86_64-*-mingw*): Don't disable expect on target.
431         (*-*-cygwin*): Don't disable target-gperf on target.
432         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
433         gnuserv on target.
434         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
435         target.
436         * configure: Regenerate.
437
438 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
439
440         * configure.ac (target_tools): Remove target-groff.
441         (native_only): Remove target-groff.
442         (hppa*64*-*-*): Don't disable byacc.
443         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
444         setting.
445         (*-*-kaos*): Don't skip target-librx and target-groff.
446         (*-*-netware*): Don't skip target-libmudflap.
447         (*-*-tpf*): Don't skip target-libmudflap.
448         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
449         directories on the host.
450         (ia64*-*-*vms*): Don't skip tix.
451         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
452         host.
453         * configure: Regenerate.
454
455 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
456
457         * configure.ac: Remove references to mt-mep, mt-netware,
458         mt-wince.
459         * Makefile.def: Add all-utils soft dependencies.
460         * Makefile.tpl: Remove GDB_NLM_DEPS.
461         * configure: Regenerate.
462         * Makefile.in: Regenerate.
463
464 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
465
466         Sync from GCC:
467
468         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
469
470         * configure.ac: Do not include mh-x86omitfp.
471         * configure: Regenerate.
472
473         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
474
475         * configure.ac: Remove empty cases.
476         * configure: Regenerate.
477
478         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
479
480         * Makefile.def: Add dependency from termcap to gdb.
481         * Makefile.in: Regenerate.
482
483         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
484
485         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
486         * configure: Regenerate.
487         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
488         * Makefile.tpl: Likewise.
489         * Makefile.in: Regenerate.
490
491         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
492
493         * configure.ac: Remove all mentions of tentative_cc.
494         * configure: Regenerate.
495
496         2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
497
498         PR lto/48086
499         * configure.ac: Re-enable LTO on *-apple-darwin9.
500         * configure: Regenerate.
501
502 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
503
504         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
505         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
506         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
507         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
508         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
509         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
510         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
511         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
512         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
513         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
514         *-*-rhapsody*): Remove host cases.
515         * configure: Regenerate.
516
517 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
518
519         * configure.ac (ppc*-*-pe): Remove host case.
520         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
521         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
522         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
523         cases.
524         * configure: Regenerate.
525
526 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
527
528         * config.sub: Update to version 2011-03-23.
529
530 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
531
532         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
533         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
534         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
535         * configure: Regenerate.
536
537 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
538
539         * config-ml.in: Don't handle arc-*-elf*.
540         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
541         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
542         handle GCC libraries.
543         * configure: Regenerate.
544
545 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
546
547         PR bootstrap/48120:
548         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
549         Add -lstdc++ -lm to LIBS.
550         * configure: Regenerate.
551
552 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
553
554         * config.guess: Update to version 2011-02-02
555         * config.sub: Update to version 2011-02-24
556         
557 2011-03-03  Sebastian Pop  <sebastian.pop@amd.com>
558
559         * configure.ac: Adjust test of with_ppl.
560         * configure: Regenerated.
561
562 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
563
564         * configure.ac: Add -lpwl to ppllibs.
565         * config/cloog.m4: Add -lisl to clooglibs.
566         * configure: Regenerated.
567
568 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
569
570         Import from Libtool and gnulib:
571
572         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
573
574         Prepare for supporting FreeBSD 10.
575         * config.rpath: Remove handling of freebsd1* which soon would
576         match FreeBSD 10.0.
577
578         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
579
580         Remove support for FreeBSD 1.x.
581         * libtool.m4 (_LT_LINKER_SHLIBS)
582         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
583         soon would incorrectly match FreeBSD 10.0.
584
585 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
586
587         PR binutils/12283
588         * MAINTAINERS (mkinstalldirs): Comes from Automake.
589         (move-if-change): Comes from gnulib.
590         * move-if-change: Import version from gnulib.
591
592 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
593
594         Sync from GCC:
595
596         2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
597
598         PR lto/47225
599         * Makefile.def (lto-plugin): Double dash for enable-shared.
600         (configure-gcc): Depend on all-lto-plugin.
601         * Makefile.in: Rebuilt.
602
603         2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
604
605         * configure.ac: Remove extra bracket.
606         * configure: Regenerate.
607
608         2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
609
610         PR lto/47225
611         * Makefile.def: Add dependency for install-gcc
612         on install-lto-plugin.
613         * Makfile.in: Regenerated
614
615         2011-01-25  Jakub Jelinek  <jakub@redhat.com>
616
617         * configure.ac: If with_ppl is no, move setting with_cloog=no
618         after CLOOG_REQUESTED check.
619         * configure: Regenerated.
620
621         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
622
623         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
624         CLooG has been requested.
625         * configure: Regenerated.
626
627         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
628
629         * configure: Regenerated.
630         * configure.ac: Check for version 0.11 (or later revision) of PPL.
631
632         2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
633
634         * configure: Regenerated.
635         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
636
637         2011-01-07  Jan Hubicka  <jh@suse.cz>
638
639         PR lto/47225
640         * Makefile.in: Regenerate.
641         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
642         configure.
643
644 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
645
646         PR libgcj/44341
647         * configure.ac: Discard --with-* flags for host when configuring
648         target libraries for cross build.
649         * configure: Rebuilt.
650
651 2011-01-21  Andreas Schwab  <schwab@redhat.com>
652
653         Sync from GCC:
654
655         2011-01-21  Andreas Schwab  <schwab@redhat.com>
656
657         * configure.ac: Use AS_HELP_STRING throughout.
658         * configure: Regenerate.
659
660         2011-01-18  Jie Zhang  <jie.zhang@analog.com>
661
662         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
663         * configure: Regenerate.
664
665 2010-12-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
666
667         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
668
669 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
670
671         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
672         for ia64-hpux.
673         * configure: Regenerate.
674
675 2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
676
677         Sync from GCC:
678         2010-12-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
679
680         * configure.ac: (picochip): Disable libiberty.
681         * configure: Regenerate.
682
683 2010-12-18  Jeff Johnston  <jjohnstn@redhat.com>
684
685         * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
686
687 2010-12-10  Ian Lance Taylor  <iant@google.com>
688
689         PR bootstrap/46819
690         * configure.ac: For --disable-libgcj clear libgcj_saved.
691         * configure: Rebuild.
692
693 2010-12-10  Tobias Burnus  <burnus@net-b.de>
694
695         PR fortran/46540
696         * configure.ac: Add --disable-libquadmath and
697         --disable-libquadmath-support.
698         * configure: Regenerate.
699
700 2010-12-10  Tristan Gingold  <gingold@adacore.com>
701
702         * src-release (ETC_SUPPORT): add gnu-oids.texi
703
704 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
705
706         PR libffi/46792
707         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
708         * configure: Regenerate.
709
710 2010-12-02  Ian Lance Taylor  <iant@google.com>
711
712         * configure.ac: Always set default for poststage1_ldflags to
713         -static-libstdc++ -static-libgcc.
714
715 2010-12-02  Jeff Johnston  <jjohnstn@redhat.com>
716
717         * COPYING.NEWLIB: Add National Semiconductor notice.
718
719 2010-11-29  Andreas Schwab  <schwab@redhat.com>
720
721         * configure.ac: Move comment to remove extra space in last argument
722         of GCC_TARGET_TOOL.
723
724 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
725
726         PR other/46026
727         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
728         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
729         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
730         (BASE_FLAGS_TO_PASS): Use it.
731         * configure: Rebuilt.
732         * Makefile.in: Rebuilt.
733
734 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
735
736         PR binutils/12258
737         * configure.ac: Correct comments for --enable-gold/--enable-ld.
738         Properly check default linker.
739         * configure: Regnerated.
740
741 2010-11-23  Matthias Klose  <doko@ubuntu.com>
742
743         * configure.ac: For --enable-gold, handle value `default' instead of
744         `both*'.   New configure option --{en,dis}able-ld.
745         * configure: Regenerate.
746
747 2010-11-20  Ian Lance Taylor  <iant@google.com>
748
749         * configure.ac: Only disable a language library if no language needs
750         it.  Don't let --disable-libgcj uncondtionally disable libffi.
751         * configure: Rebuild.
752
753 2010-11-20  Paolo Bonzini  <bonzini@gnu.org>
754
755         * configure: Regenerate.
756
757 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
758
759         PR other/46202
760         * configure.ac: Fix just-built in-tree STRIP name to be
761         binutils/strip-new.
762         * configure: Regenerate.
763         * Makefile.def (install-strip-gcc, install-strip-binutils)
764         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
765         (install-strip-sid): Mirror dependencies on non-strip variants
766         of these targets on the respective -strip prerequisites.
767         * Makefile.tpl (install-strip, install-strip-host)
768         (install-strip-target): New targets.
769         (install-strip-[+module+], install-strip-target-[+module+]):
770         New targets.
771         * Makefile.in: Regenerate.
772
773 2010-11-19  Ian Lance Taylor  <iant@google.com>
774             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
775
776         * configure.ac: Add target-libgo to target_libraries.  Set
777         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
778         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
779         (HOST_EXPORTS): Add GOC.
780         (BASE_TARGET_EXPORTS): Add GOC.
781         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
782         (GOCFLAGS_FOR_TARGET): New variable.
783         (EXTRA_HOST_FLAGS): Add GOC.
784         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
785         * Makefile.def (target_modules): Add libgo.
786         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
787         (dependencies): Add dependency from configure-target-libgo to
788         configure-target-libffi and all-target-libstdc++-v3.  Add
789         dependencies from all-target-libgo to all-target-libffi.
790         (languages): Add go.
791         * configure: Rebuild.
792         * Makefile.in: Rebuild.
793
794 2010-11-19  Ian Lance Taylor  <iant@google.com>
795
796         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
797         compiler/flag environment variables.
798
799 2010-11-18  Ian Lance Taylor  <iant@google.com>
800
801         * configure.ac: Check for lang_requires_boot_languages in
802         config-lang.in files.
803         * configure: Rebuild.
804
805 2010-11-17  Mike Frysinger  <vapier@gentoo.org>
806
807         * .gitignore: New file.
808
809 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
810             Tobias Burnus  <burnus@net-b.de>
811
812         PR fortran/32049
813         * Makefile.def: Add libquadmath; build it with language=fortran.
814         * configure.ac: Add libquadmath.
815         * Makefile.tpl: Handle multiple libs in check-[+language+].
816         * Makefile.in: Regenerate.
817         * configure: Regenerate.
818
819 2010-11-15  Andreas Schwab  <schwab@redhat.com>
820
821         * configure.ac: Fix spelling in option names.
822         * configure: Regenerated.
823
824 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
825
826         PR bootstrap/39622
827         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
828         * configure: Regenerated.
829
830 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
831
832         * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
833         define the cloog backend to use. Furthermore, only pass the ppllibs to
834         the configure checks, if necessary.
835         * configure: Regenerate.
836
837 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
838
839         * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
840         * configure: regenerate
841
842 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
843
844         * config/cloog.m4: Fix typo.  verison -> version.
845         * configure: Regenerate.
846
847 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
848
849         * config/cloog.m4: Pass ppl libraries to the CLooG version check.
850         * configure: Regenerate.
851
852 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
853
854         * configure.ac: Support official CLooG.org versions.
855         * configure: Regenerate.
856         * config/cloog.m4: New.
857
858 2010-11-05  Michael Eager  <eager@eagercon.com>
859
860         * COPYING.LIBGLOSS: Correct typo in microblaze.
861         * COPYING.NEWLIB: Same.
862
863 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
864
865         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
866         * configure: Regenerate.
867
868 2010-11-03  Ian Lance Taylor  <iant@google.com>
869             Dave Korn  <dave.korn.cygwin@gmail.com>
870
871         PR lto/46273
872         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
873         and on other supported platforms whenever LTO is enabled.
874         * configure: Rebuild.
875
876 2010-11-02  Alan Modra  <amodra@gmail.com>
877
878         PR binutils/12110
879         * configure.ac: Error when source path contains spaces.
880         * configure: Regenerate.
881
882 2010-10-20  Ian Lance Taylor  <iant@google.com>
883
884         * Makefile.def (target_modules): Set lib_path to src/.libs for
885         libstdc++-v3 module.
886         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
887         * Makefile.in: Rebuild.
888
889 2010-10-08  Bernd Schmidt  <bernds@codesourcery.com>
890             Joseph Myers  <joseph@codesourcery.com>
891
892         * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
893         notices.
894         * COPYING.NEWLIB: Add Texas Instruments notice.
895
896 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
897
898         * configure.ac (build_lto_plugin): New shell variable.
899         (--enable-lto): Turn on by default for all non-ELF platforms that
900         have had LTO support added so far.  Set build_lto_plugin appropriately
901         for both ELF and non-ELF.
902         (configdirs): Add lto-plugin or not based on build_lto_plugin.
903         * configure: Regenerate.
904
905 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
906
907         PR bootstrap/45326
908         PR bootstrap/45174
909         * configure.ac: Honor initial values of $build_configargs,
910         $host_configargs, $target_configargs.  Mark the precious, so
911         environment settings get recorded.
912         * configure: Regenerate.
913
914 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
915
916         Sync from GCC:
917
918         2010-09-30  Michael Eager  <eager@eagercon.com>
919
920         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
921         * configure: Regenerate.
922
923         2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
924
925         * configure.ac (enable-lto): Add Darwin to the list of supported lto
926         targets and amend comment.
927         * configure: Regenerate.
928
929         2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
930
931         * configure.ac: Enable LTO by default on Darwin.
932         * configure: Regenerate.
933
934         2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
935
936         PR bootstrap/44455
937         * configure.ac (extra_mpfr_configure_flags): Copy from
938         extra_mpc_gmp_configure_flags.
939         * configure: Re-generated.
940
941 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
942
943         Sync from GCC:
944
945         PR bootstrap/45796
946         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
947         Depend on all-build-libiberty.
948         * Makefile.in: Regenerate.
949
950 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
951
952         Sync from GCC:
953
954         PR bootstrap/44621
955         * configure.ac: Fix unportable shell quoting.
956         * configure: Regenerate.
957
958 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
959
960         * configure.ac: Support all v850 targets.
961         * configure: Regenerate.
962
963 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
964
965         PR target/44862
966         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
967         Provide -B option to allow for link spec %s substitutions for
968         libstdc++.a on darwin.
969         * Makefile.in: Regenerate.
970
971 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
972
973         * Makefile.def (configure-gcc): Depend on all-libelf.
974         * Makefile.in: Rebuild.
975
976 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
977
978         * config.sub, config.guess: Update from upstream sources.
979
980 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
981
982         Sync from GCC:
983
984         2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
985         * configure.ac: Allow all the versions greater than 0.10 of PPL.
986         * configure: Regenerated.
987
988         2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
989         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
990         * configure: Regenerate.
991
992         2010-04-17  Ralf Cors<E9>pius  <ralf.corsepius@rtems.org>
993         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
994         * configure: Regenerate.
995
996         2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
997         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
998         separately.
999         * configure: Regenerate.
1000
1001         2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1002         * configure: Regenerate after change to elf.m4.
1003
1004         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1005         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1006         * configure: Regenerated.
1007
1008         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1009         * configure.ac: Print "buggy but acceptable" when CLooG
1010         revision is less than 9.
1011         * configure: Regenerated.
1012
1013 2010-05-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1014
1015         Merge from gcc:
1016
1017         2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1018         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1019         * configure: Regenerate.
1020
1021         2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1022         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1023         a platform that supports LTO.
1024         * configure: Regenerate.
1025
1026         2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1027         PR lto/42776
1028         * configure.ac (--enable-lto): Refactor handling so libelf tests
1029         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1030         and allow LTO to be explicitly enabled on non-ELF platforms that
1031         are known to support it inside else-clause.
1032         * configure: Regenerate.
1033
1034 2010-04-27  Roland McGrath  <roland@redhat.com>
1035             H.J. Lu  <hongjiu.lu@intel.com>
1036
1037         * configure.ac (--enable-gold): Support both, both/gold and
1038         both/bfd to add gold to configdirs without removing ld.
1039         * configure: Regenerated.
1040
1041         * Makefile.def: Add install-gold dependency to install-ld.
1042         * Makefile.in: Regenerated.
1043
1044 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1045
1046         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1047         * configure: Regenerate.
1048
1049 2010-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1050
1051         Merge from gcc:
1052         PR bootstrap/43615
1053         PR bootstrap/43328
1054         Revert:
1055         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1056         * configure.ac: Do not pass --enable-multilib nor
1057         --disable-multilib in baseargs.  Accept explicitly passed
1058         --enable_multilib.
1059         * configure: Regenerate.
1060
1061 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1062
1063         PR bootstrap/43328
1064         * configure.ac: Do not pass --enable-multilib nor
1065         --disable-multilib in baseargs.  Accept explicitly passed
1066         --enable_multilib.
1067         * configure: Regenerate.
1068
1069 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1070
1071         * configure.ac (tic6x-*-*): New case.
1072         * configure: Regenerate.
1073
1074 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1075
1076         Merge from gcc:
1077         2010-03-19  Jack Howarth <howarth@bromo.med.uc.edu>
1078         PR ada/42554
1079         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1080         * configure: Regenerate.
1081
1082 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1083
1084         * config.sub: Update to version 2010-03-22.
1085         * config.guess: Update to version 2009-12-30.
1086
1087 2010-03-14  Joseph Myers  <joseph@codesourcery.com>
1088
1089         Merge from gcc:
1090         2010-01-11  Richard Guenther  <rguenther@suse.de>
1091         PR lto/41569
1092         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1093         * Makefile.in: Regenerated.
1094
1095 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1096
1097         PR libstdc++/32499
1098         * configure.ac (RANLIB): Default to true.
1099         (STRIP): Likewise.
1100         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1101         * configure: Regenerate.
1102
1103 2010-02-17  Nick Clifton  <nickc@redhat.com>
1104
1105         PR 11238
1106         * Makefile.tpl (local-distclean): Also remove config.cache files in
1107         sub-directories as there may not be Makefiles present in the
1108         sub-directories.
1109         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1110         the config.cache files found by the find command.
1111
1112         * Makefile.in: Regenerate.
1113         * configure.ac: Revert previous delta.
1114         * configure: Regenerate.
1115
1116 2010-02-15  Nick Clifton  <nickc@redhat.com>
1117
1118         PR 11238
1119         * configure.ac: Delete config.cache files in sub-directories when
1120         deleting Makefiles.
1121         * configure: Regenerate.
1122
1123 2010-02-15  Nick Clifton  <nickc@redhat.com>
1124
1125         * configure.ac: Sync from gcc.
1126         * configure: Regenerate.
1127
1128 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1129
1130         Sync from gcc:
1131         * configure.ac: Add "recommended" version checks for GMP/MPC.
1132         Update recommended GMP/MPFR/MPC versions.
1133         * configure: Regenerate.
1134
1135 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1136
1137         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1138         * configure.ac (bootstrap_target_libs): Make inclusion of
1139         target-libgomp conditional on libgomb being in target_configdirs.
1140         * configure: Regenerate.
1141
1142 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1143
1144         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1145         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1146         * configure: Regenerate.
1147
1148 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1149
1150         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1151         * configure.ac (target_configdirs): Substitute.
1152         * Makefile.def: Bootstrap target module libgomp.
1153         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1154         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1155         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1156         * configure, Makefile.in: Regenerate.
1157
1158 2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1159
1160         * libtool.m4: Sync from git Libtool.
1161         * ltmain.sh: Likewise.
1162         * ltoptions.m4: Likewise.
1163         * ltversion.m4: Likewise.
1164         * lt~obsolete.m4: Likewise.
1165
1166 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1167             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1168
1169         PR bootstrap/42424
1170         * configure.ac: Include libtool m4 files.
1171         (_LT_CHECK_OBJDIR): Call it.
1172         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1173         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1174
1175         * configure: Regenerate.
1176
1177 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1178
1179         PR bootstrap/41818
1180         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1181         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1182         * Makefile.in: Regenerate.
1183
1184 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1185
1186         * config.sub, config.guess: Update from upstream sources.
1187
1188 2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1189
1190         * COPYING.NEWLIB: Update copyright date.
1191         * COPYING.LIBGLOSS: Ditto.
1192
1193 2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1194
1195         PR middle-end/30447
1196         PR middle-end/30789
1197         PR other/40302
1198
1199         * configure.ac: Require MPC.
1200         * configure: Regenerate.
1201
1202         * configure.ac: Update minimum MPC version to 0.8.
1203         * configure: Regenerate.
1204
1205 2009-11-20  Paolo Bonzini  <bonzini@gnu.org>
1206
1207         * config.guess: Sync with upstream and gcc.
1208         * config.sub: Sync with upstream and gcc.
1209
1210 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1211
1212         * Makefile.def: Restore host and target settings for gmp.
1213         * Makefile.in: Rebuild.
1214
1215 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1216
1217         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1218         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1219         Fix portability of test of C++ as bootstrap language.  Add
1220         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1221         * configure: Rebuild.
1222         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1223         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1224         in-tree building.
1225         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1226         (POSTSTAGE1_HOST_EXPORTS): Use it.
1227         (STAGE[+id+]_CXXFLAGS): New.
1228         (BASE_FLAGS_TO_PASS): Pass it down.
1229         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1230         extra_exports.
1231         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1232         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1233         extra_exports.
1234         * Makefile.in: Rebuild.
1235
1236 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1237
1238         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1239         paths for *-w64-mingw* and x86_64-*mingw*.
1240         * configure: Regenerated.
1241
1242 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1243
1244         * configure.ac: Disable target-winsup & co for
1245         x86_64-*-mingw* and *-w64-mingw* targets.
1246         * configure: Regenerated.
1247
1248 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1249
1250         * configure.ac (CLooG test): Use = with test.
1251         * configure: Regenerate.
1252
1253 2009-10-22  Richard Guenther  <rguenther@suse.de>
1254
1255         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1256         cloog if the ppl version check failed.  Move flags saving
1257         before setting in libelf check.
1258         * configure: Regenerate.
1259
1260 2009-10-21  Richard Guenther  <rguenther@suse.de>
1261
1262         * configure.ac: Adjust the ppl and cloog configure to work as
1263         documented.  Disable cloog if ppl was disabled.  Omit the version
1264         checks if they were disabled.
1265         * configure: Re-generate.
1266
1267 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1268
1269         * configure.ac: Add 'lto' to enable_languages, not
1270         new_enable_languages, and only if not already present.
1271         * configure: Regenerate.
1272
1273 2009-10-06  Ian Lance Taylor  <iant@google.com>
1274
1275         * Makefile.def: check-gold depends upon all-gas.
1276         * Makefile.in: Rebuild.
1277
1278 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1279
1280         * Makefile.def: all-lto-plugin depends on all-libiberty.
1281         set bootstrap=true for lto-plugin.
1282         Add lto-plugin.
1283         * Makefile.in: Regenerate.
1284         * configure.ac (host_libs): Add lto-plugin.
1285         * configure: Regenerate.
1286
1287 2009-10-03  Diego Novillo  <dnovillo@google.com>
1288
1289         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1290         (HOST_LIBELFLIBS): Define.
1291         (HOST_LIBELFINC): Define.
1292         * Makefile.in: Regenerate.
1293         * configure.ac: Add --enable-lto.
1294         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1295         If --enable-lto is used, add 'lto' to new_enable_languages.
1296         If --enable-lto is used and gold is enabled, add
1297         lto-plugin to configdirs.
1298         * configure: Regenerate.
1299
1300 2009-10-03  Simon Baldwin  <simonb@google.com>
1301
1302         * configure.ac: If --with-system-zlib, suppress local zlib and
1303         pass --with-system-zlib to subdir configure scripts.
1304         * configure: Regenerate.
1305
1306 2009-10-01  Loren J. Rittle <ljrittle@acm.org>
1307             Paolo Bonzini  <bonzini@gnu.org>
1308
1309         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1310         $(srcdir).
1311         * Makefile.in: Rebuilt.
1312
1313 2009-09-29  Paolo Bonzini  <bonzini@gnu.org>
1314
1315         Sync from gcc:
1316         2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1317
1318         * configure.ac: Update minimum MPC version to 0.7.
1319         * configure: Regenerate.
1320
1321 2009-09-25  Nick Clifton  <nickc@redhat.com>
1322
1323         * configure.ac: Pass any --cache-file=/dev/null option on to
1324         subconfigures.
1325         * configure: Regenerate.
1326
1327 2009-09-23  Nick Clifton  <nickc@redhat.com>
1328
1329         * config.sub, config.guess: Update from upstream sources.
1330
1331 2009-09-22  Loren J. Rittle <ljrittle@acm.org>
1332
1333         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1334         * Makefile.in: Rebuilt.
1335
1336 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1337
1338         PR bootstrap/32272
1339         * configure.ac: Error out if $srcdir isn't '.' but contains
1340         host-${host_noncanonical}.
1341         * configure: Regenerate.
1342
1343 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1344
1345         * configure.ac: If bootstrapping a combined tree with
1346         --enable-gold, require c++ in stage1_languages.
1347         * configure: Regenerate.
1348
1349         * configure.ac: Also add target_libs of stage1_languages to
1350         bootstrap_target_libs.
1351         * configure: Regenerate.
1352
1353         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1354         with --enable-languages not containing c++.
1355         * configure: Regenerate.
1356
1357 2009-09-16  Jie Zhang  <jie.zhang@analog.com>
1358
1359         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1360         * configure: Regenerate.
1361
1362 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1363
1364         * configure.ac: Do not use $extrasub for replacing @if/@endif
1365         parts in Makefile; instead, use additional arguments to
1366         AC_CONFIG_COMMANDS to do the replacement manually, with several
1367         sed invocations, to avoid HP-UX sed command limits.
1368         * configure: Regenerate.
1369
1370 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1371
1372         * configure.ac (with-build-config): Document.  Handle without.
1373         Handle missing argument.
1374         * configure: Rebuilt.
1375
1376 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1377
1378         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1379         Default to bootstrap-debug only if compare-debug works.
1380         * configure: Rebuilt.
1381         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1382         * Makefile.in: Rebuilt.
1383
1384 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1385
1386         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1387         * Makefile.in: Rebuilt.
1388
1389 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1390
1391         * Makefile.tpl (AWK): Fix typo.
1392         * Makefile.in: Regenerate.
1393
1394 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
1395
1396         * configure.ac: Detect awk and sed.
1397         * Makefile.def (flags_to_pass): Add AWK and SED.
1398         * Makefile.tpl (AWK, SED): New.
1399         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1400         * configure: Regenerate.
1401         * Makefile.in: Regenerate.
1402
1403 2009-09-01  Tristan Gingold  <gingold@adacore.com>
1404
1405         * setup.com: Ported to Itanium VMS.  Can also build using DCL scripts.
1406         Remove logical names.
1407
1408 2009-08-31  Dave Korn  <dave.korn.cygwin@gmail.com>
1409
1410         * ltmain.sh (func_normal_abspath): New function.
1411         (func_relative_path): Likewise.
1412         (func_mode_help): Document new -bindir option for link mode.
1413         (func_mode_link): Add new -bindir option, and use it to place
1414         output DLL if specified.
1415
1416 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1417
1418         * configure.ac (AC_PREREQ): Bump to 2.64.
1419
1420 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1421
1422         * README-maintainer-mode: Point directly to upstream locations
1423         for autoconf, automake, libtool, gettext, instead of copies on
1424         sources.redhat.com.  Document required versions.
1425         * configure.ac: Do not substitute datarootdir, htmldir,
1426         pdfdir, docdir.  Do not process --with-datarootdir,
1427         --with-htmldir, --with-pdfdir, --with-docdir.
1428         * configure: Regenerate.
1429
1430         * configure: Regenerate.
1431
1432         * compile: Sync from Automake 1.11.
1433         * depcomp: Likewise.
1434         * install-sh: Likewise.
1435         * missing: Likewise.
1436         * mkinstalldirs: Likewise.
1437         * ylwrap: Likewise.
1438
1439 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1440
1441         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1442         (baseargs): Add --disable-option-checking.
1443         * configure: Regenerate.
1444
1445         * Makefile.def (configure-target-libiberty): Depend on
1446         all-binutils and all-ld.
1447         (configure-target-newlib): Likewise.
1448         * Makefile.in: Regenerate.
1449
1450 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1451
1452         Sync with GCC, merge:
1453
1454         2009-07-31  Christian Bruel  <christian.bruel@st.com>
1455
1456         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1457         * configure: Regenerate.
1458
1459         2009-07-06  Ian Lance Taylor  <iant@google.com>
1460
1461         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1462         * configure: Rebuild.
1463
1464         2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1465
1466         PR bootstrap/40338
1467         * configure.ac (comparestring): Create new variable.
1468         * Makefile.tpl (comparestring): Use to skip some comparisions.
1469         * configure: Regenerate.
1470         * Makefile.in: Regenerate.
1471
1472         2009-06-23  Ian Lance Taylor  <iant@google.com>
1473
1474         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1475         boot_languages.  Only bootstrap target libraries listed in
1476         target_libs for some boot language.  Add --with-stage1-ldflags,
1477         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1478         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1479         if not building with C++.
1480         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1481         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1482         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1483         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1484         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1485         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1486         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1487         * configure, Makefile.in: Rebuild.
1488
1489         2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1490
1491         * configure.ac: Detect MPC in default directory.
1492         * configure: Regenerate.
1493
1494         2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1495
1496         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1497         to noconfdirs.
1498         * configure: Regenerate.
1499
1500         2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1501
1502         * Makefile.def: Add MPC support and dependencies.
1503         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1504
1505         * Makefile.in, configure: Regenerate.
1506
1507         2009-05-24  Nicolas Roche  <roche@adacore.com>
1508
1509         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1510         * Makefile.in: Regenerate.
1511
1512         2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1513
1514         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1515         * configure:  Regenerate.
1516
1517         2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1518
1519         * configure.ac ($with_ppl):  Default to no if not supplied.
1520         ($with_cloog):  Likewise.
1521         configure:  Regenerate.
1522
1523         2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1524
1525         PR bootstrap/39739
1526         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1527         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1528
1529         * configure, Makefile.in: Regenerate.
1530
1531         2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1532
1533         * configure.ac: Change copyright header to refer to version
1534         3 of the GNU General Public License and to point readers at the
1535         COPYING3 file and the FSF's license web page.
1536         * Makefile.def: Likewise.
1537         * Makefile.tpl: Likewise.
1538         * Makefile.in: Regenerate.
1539
1540         2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1541
1542         * configure.ac: Restore match for darwin9 or later. Use double
1543         brackets since regeneration eats one pair.
1544         * configure: Regenerate.
1545
1546 2009-08-18  Christopher Faylor  <me+cygwin@cgf.cx>
1547
1548         * MAINTAINERS: Perform some obvious fixups.
1549
1550 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1551
1552         * config.sub, config.guess: Update from upstream sources.
1553
1554 2009-08-06  Michael Eager <eager@eagercon.com>
1555
1556         * configure.ac: Add Microblaze target.
1557         * configure: Regenerate.
1558
1559 2009-07-02  Tristan Gingold  <gingold@adacore.com>
1560
1561         * configure.ac: Do not exclude gas for i386-*-darwin.
1562         Add a case for x86_64-*-darwin.
1563         * configure: Regenerate.
1564
1565 2009-06-26  Doug Evans  <dje@sebabeach.org>
1566
1567         * Makefile.def (host_modules): Add cgen.
1568         * Makefile.in: Regenerate.
1569         * configure.ac (host_tools): Add cgen.
1570         * configure: Regenerate.
1571
1572 2009-06-17  Michael Eager <eager@eagercon.com>
1573
1574         * COPYING.LIBGLOSS: Add Xilinx license.
1575
1576 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1577
1578         * configure.ac: Define is_elf for QNX Neutrino targets.
1579         * configure: Regenerate.
1580
1581 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1582             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1583
1584         * Makefile.tpl (all): Avoid a trailing backslash.
1585         * Makefile.in: Regenerate.
1586
1587 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1588
1589         * config.sub, config.guess: Update from upstream sources.
1590
1591 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1592
1593         * Makefile.tpl ([+compare-target+]): Compare all stage
1594         directories, rather than just gcc.
1595         * Makefile.in: Rebuilt.
1596
1597 2009-05-28  Doug Kwan  <dougkwan@google.com>
1598
1599         * configure.ac: Support gold for target arm*-*-*.
1600         * configure: Regenerate.
1601
1602 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1603
1604         * Makefile.tpl (all): Avoid harmless warning in make all when
1605         gcc-bootstrap is enabled but stage_last does not exist.
1606         * Makefile.in: Rebuilt.
1607
1608 2009-05-25  Tristan Gingold  <gingold@adacore.com>
1609
1610         * setup.com: Complete the file with configuration and build.
1611
1612 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1613
1614         PR other/40159
1615         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1616         gcc-no-bootstrap are mutually exclusive.
1617         * Makefile.in: Rebuilt.
1618
1619 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1620
1621         PR other/40159
1622         * Makefile.tpl (all): Don't end with unconditional success.
1623         * Makefile.in: Rebuilt.
1624
1625 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1626
1627         PR target/37137
1628         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1629         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1630         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1631         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1632         stage_configureflags, stage_cflags and stage_libcflags into
1633         explicit Makefile macros.
1634         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1635         GFORTRAN.
1636         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1637         CC.  Set CC_FOR_BUILD from CC.
1638         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1639         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1640         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1641         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1642         and GFORTRAN.
1643         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1644         (_LIBCFLAGS): Renamed to _TFLAGS.
1645         (do-compare-debug, do-compare3-debug): Drop.
1646         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1647         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1648         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1649         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1650         (XGCC_FLAGS_FOR_TARGET): New.
1651         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1652         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1653         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1654         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1655         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1656         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1657         TFLAGS.
1658         (BUILD_CONFIG): Include if requested.
1659         (all): Set TFLAGS on bootstrap.
1660         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1661         (all-stageid-prefixmodule): Likewise.
1662         (do-clean, distclean-stageid): Set TFLAGS.
1663         (restrap): Fix whitespace.
1664         * Makefile.in: Rebuilt.
1665
1666 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1667
1668         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1669         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1670         * Makefile.in: Regenerate.
1671
1672 2009-04-24  Eli Zaretskii  <eliz@gnu.org>
1673
1674         * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1675         consistency with config.sub.  (Update from upstream sources.)
1676
1677 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
1678
1679         * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1680
1681 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1682
1683         * config.sub, config.guess: Update from upstream sources.
1684
1685 2009-04-15  Anthony Green  <green@moxielogic.com>
1686
1687         * configure.ac: Add moxie support.
1688         * configure: Rebuilt.
1689
1690 2009-04-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1691
1692         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1693         * configure: Regenerate.
1694
1695 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1696
1697         PR gas/10039
1698         * configure.ac: Require texinfo 4.7.
1699         * configure: Regenerated.
1700
1701 2009-04-09  Steve Ellcey  <sje@cup.hp.com>
1702
1703         * Makefil.def (languages): New entries.
1704         * Makefile.tpl (check-gcc-*): New generic target.
1705         * Makefile.in: Regenerate.
1706
1707 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1708
1709         * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1710         Windows builds of Sed.
1711
1712 2009-03-18  Tom Tromey  <tromey@redhat.com>
1713
1714         * configure: Rebuild.
1715         * configure.ac (host_libs): Add libiconv.
1716         * Makefile.in: Rebuild.
1717         * Makefile.def (host_modules): Add libiconv.
1718         (configure-gdb, all-gdb): Depend on libiconv.
1719
1720 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1721
1722         * configure.ac: Treat gdb as supported on x86_64-darwin.
1723         * configure: Regenerate.
1724
1725 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1726
1727         Merge from GCC:
1728
1729         2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1730
1731         * configure.ac (--with-host-libstdcxx): New option.
1732         * configure: Regenerate.
1733
1734         2009-01-29  Robert Millan  <rmh@aybabtu.com>
1735
1736         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1737         * configure: Regenerate.
1738
1739         2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
1740
1741         PR tree-optimization/38515
1742         * configure.ac (cloog-polylib): Removed.
1743         (with_ppl, with_cloog): Test for "no".
1744         * configure: Regenerated.
1745
1746 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1747
1748         Backport from git Libtool:
1749
1750         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1751         Support GNU/kOpenSolaris.
1752         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1753         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1754         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1755         GNU/kOpenSolaris.
1756
1757 2009-02-05  Andreas Schwab  <schwab@suse.de>
1758
1759         * Makefile.tpl (stage_last): Define $r and $s before using
1760         $(RECURSE_FLAGS_TO_PASS).
1761         * Makefile.in: Regenerate
1762
1763 2009-01-21  Jeff Johnston  <jjohnstn@redhat.com>
1764
1765         * COPYING.NEWLIB: Add ARM license.
1766
1767 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1768
1769         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1770         (all-opcodes): Depend on all-libiberty.
1771         * Makefile.in: Regenerate.
1772
1773 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1774
1775         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1776         * configure: Regenerate.
1777
1778 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1779
1780         Backport link test fix from upstream Libtool:
1781
1782         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1783         Add cache variables to tests that require the linker to work.
1784         For shlibpath_overrides_runpath, this also changes the semantics
1785         to let the result from the C compiler take precedence.
1786         compiler take precedence.
1787
1788 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1789
1790         * config.sub, config.guess: Update from upstream sources.
1791
1792 2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1793
1794         * COPYING.NEWLIB: Updated.
1795         * COPYING.LIBGLOSS: Ditto.
1796
1797 2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
1798
1799         Sync with GCC:
1800
1801         2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1802
1803         * configure.ac (ppllibs): Add by default the lib flags.
1804         * configure: Regenerate.
1805
1806         2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1807
1808         * configure.ac: Add double brackets on darwin[912].
1809         * configure: Regenerate.
1810
1811         2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1812
1813         * configure.ac: Expand to darwin10 and later.
1814         * configure: Regenerate.
1815
1816 2008-12-02  Andreas Schwab  <schwab@suse.de>
1817
1818         * Makefile.def: configure-target-boehm-gc depends on
1819         all-target-libstdc++-v3.
1820         * Makefile.in: Regenerate.
1821
1822 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1823
1824         * config.sub, config.guess: Update from upstream sources.
1825
1826 2008-11-27  Joseph Myers  <joseph@codesourcery.com>
1827
1828         Merge from GCC:
1829
1830         2007-12-02  Matthias Klose  <doko@ubuntu.com>
1831
1832         * config-ml.in: Remove 64bit configure tests.
1833
1834         2008-05-14  Rafael Espindola  <espindola@google.com>
1835
1836         * config-ml.in: don't handle --enable-shared and --enable-static.
1837
1838         2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1839             Tobias Grosser  <grosser@fim.uni-passau.de>
1840             Jan Sjodin  <jan.sjodin@amd.com>
1841             Harsha Jagasia  <harsha.jagasia@amd.com>
1842             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1843             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1844             Adrien Eliche  <aeliche@isty.uvsq.fr>
1845
1846         Merge from graphite branch.
1847         * configure: Regenerate.
1848         * Makefile.in: Regenerate.
1849         * configure.ac (host_libs): Add ppl and cloog.
1850         Add checks for PPL and CLooG.
1851         * Makefile.def (ppl, cloog): Added modules and dependences.
1852         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1853         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1854
1855         2008-09-03  Richard Guenther  <rguenther@suse.de>
1856
1857         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1858         cloog test.
1859         * configure: Re-generate.
1860
1861         2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1862
1863         * configure.ac (--with-cloog-polylib): New.
1864         (--disable-cloog-version-check): New.
1865         (--disable-ppl-version-check): New.
1866         * configure: Re-generate.
1867
1868         2008-09-05  Richard Guenther  <rguenther@suse.de>
1869
1870         * configure.ac: Initialize clooglibs to -lcloog.
1871         * configure: Re-generate.
1872
1873         2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1874
1875         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1876         recommended version to 2.3.2.
1877
1878         * configure: Regenerate.
1879
1880         2008-10-31  Ben Elliston  <bje@au.ibm.com>
1881
1882         * configure.ac (spu-*-*): Remove special case.
1883         * configure: Regenerate.
1884
1885         Complete comment text from GCC version of:
1886
1887         2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1888
1889         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1890         (GCC_SHLIB_SUBDIR): New.
1891         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1892         * configure: Regenerate.
1893         * Makefile.in: Regenerate.
1894
1895 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1896
1897         * configure.ac: Build gdb for i?86-*-darwin*
1898         * configure: Regenerated.
1899
1900 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1901
1902         PR bootstrap/38014
1903         PR bootstrap/37923
1904
1905         Revert:
1906
1907         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1908
1909         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1910         * Makefile.in: Regenerated.
1911
1912         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1913
1914         PR gdb/921
1915         PR gdb/1646
1916         PR gdb/2175
1917         PR gdb/2176
1918
1919         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1920         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1921         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1922         (HOST_EXPORTS): Pass CPPFLAGS.
1923         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1924         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1925         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1926         * Makefile.in, configure: Regenerated.
1927         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1928         and CPPFLAGS_FOR_BUILD.
1929
1930 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1931
1932         * configure.ac [spu-*-*]: Do not set skipdirs.
1933         * configure: Re-generate.
1934
1935 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1936
1937         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1938         * Makefile.in: Regenerated.
1939
1940 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1941
1942         PR gdb/921
1943         PR gdb/1646
1944         PR gdb/2175
1945         PR gdb/2176
1946
1947         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1948         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1949         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1950         (HOST_EXPORTS): Pass CPPFLAGS.
1951         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1952         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1953         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1954         * Makefile.in, configure: Regenerated.
1955         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1956         and CPPFLAGS_FOR_BUILD.
1957
1958 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
1959
1960         * libtool.m4: Update to libtool 2.2.6.
1961         * lt~obsolete.m4: Update to libtool 2.2.6.
1962         * ltmain.sh: Update to libtool 2.2.6.
1963         * ltsugar.m4: Update to libtool 2.2.6.
1964         * ltversion.m4: Update to libtool 2.2.6.
1965         * ltoptions.m4: Update to libtool 2.2.6.
1966         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1967
1968 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1969
1970         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1971         (GCC_SHLIB_SUBDIR): New.
1972         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1973         * configure: Regenerate.
1974         * Makefile.in: Regenerate.
1975
1976 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1977
1978         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1979         Enable bfd, binutils and opcodes.
1980         * configure: Regenerate.
1981
1982 2008-08-16  Nicolas Roche  <roche@adacore.com>
1983
1984         * Makefile.tpl: Add BOOT_ADAFLAGS.
1985         * Makefile.in: Regenerate.
1986
1987 2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
1988
1989         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1990         * configure: Regenerate.
1991
1992 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1993
1994         Sync with gcc:
1995         2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1996
1997         * configure.ac: Add makefile fragments for hpux.
1998         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1999         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2000         * configure: Regenerate.
2001         * Makefile.in: Regenerate.
2002
2003         2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2004
2005         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2006         * Makefile.in: Regenerate.
2007         * configure: Regenerate.
2008
2009 2008-06-18  Ian Lance Taylor  <iant@google.com>
2010
2011         * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2012
2013         * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2014
2015 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2016
2017         * configure: Regenerate.
2018
2019 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2020
2021         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2022         "$@" is still intact with both Autoconf 2.59 and 2.62.
2023         * configure: Regenerate.
2024
2025 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2026
2027         * Makefile.tpl: Fix comment errors.
2028         * Makefile.in: Regenerate.
2029
2030 2008-06-13  Julian Brown  <julian@codesourcery.com>
2031
2032         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2033         of libobjc for ARM EABI Linux.
2034         * configure: Regenerate.
2035
2036 2008-06-12  David S. Miller  <davem@davemloft.net>
2037             David Edelsohn  <edelsohn@gnu.org>
2038
2039         * configure.ac: Add powerpc*-*-* to gold supported targets.
2040         * configure: Regenerate.
2041
2042 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2043
2044         PR tree-optimization/36218
2045         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2046         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2047         (all prefix="build-"): Pass them to build-system sub-makes.
2048         * Makefile.in: Regenerate.
2049
2050 2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
2051
2052         * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2053         README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2054         mkdep, and compile.  Update comments.
2055         (ETC_SUPPORT): Add ChangeLog and update comments.
2056
2057 2008-05-11  Ian Lance Taylor  <iant@google.com>
2058
2059         * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2060
2061 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2062
2063         Sync with gcc:
2064         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2065
2066         PR bootstrap/35457
2067         * configure.ac: Include override.m4.
2068         * configure: Regenerate.
2069
2070         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2071
2072         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2073         * Makefile.in: Regenerate.
2074
2075         2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2076
2077         * configure.ac: Do not build libssp for the AVR.
2078         * configure: Regenerate.
2079
2080 2008-04-18  Nick Clifton  <nickc@redhat.com>
2081
2082         * MAINTAINERS: Replace reference to configure.in with reference to
2083         configure.ac.
2084
2085 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2086
2087         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2088         as nonconfigurable directories list.
2089         * configure: Regenerate.
2090
2091 2008-04-14  David S. Miller  <davem@davemloft.net>
2092
2093         * configure.ac: Add sparc*-*-* to gold supported targets.
2094         * configure: Regenerate.
2095
2096 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2097
2098         * config.sub, config.guess: Update from upstream sources.
2099
2100 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2101
2102         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2103         * Makefile.in: Regenerate.
2104
2105 2008-04-07  Ian Lance Taylor  <iant@google.com>
2106
2107         * Makefile.def: check-gold depends upon all-binutils.
2108         * Makefile.in: Regenerate.
2109
2110 2008-04-04  Nick Clifton  <nickc@redhat.com>
2111
2112         PR binutils/4334
2113         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2114         builds.
2115         * configure: Regenerate.
2116
2117 2008-04-04  NightStrike  <NightStrike@gmail.com>
2118
2119         PR other/35151
2120         * configure.ac: Combine rules for mingw32 and mingw64.
2121         * configure: Regenerate.
2122
2123 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2124
2125         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2126         * Makefile.in: Regenerate.
2127
2128 2008-03-20  Ian Lance Taylor  <iant@google.com>
2129
2130         * configure.ac: Add support for --enable-gold.
2131         * Makefile.def: Add gold as a directory like ld.
2132         * configure, Makefile.in: Regenerate.
2133
2134 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
2135
2136         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2137         (s390_cond_extensions): Reduced extensions to the compare related.
2138         (main): z10 cpu type option added.
2139         (expandConditionalJump): Renamed to ...
2140         (insertExpandedMnemonic): ... this.
2141
2142         * opcodes/s390-opc.c: Re-group the operand format makros.
2143         (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2144         INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2145         INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2146         INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2147         INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2148         INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2149         INSTR_SIL_RDU): New instruction formats added.
2150         (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2151         MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2152         MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2153         MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2154         MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2155         MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2156         masks added.
2157         (s390_opformats): New formats added "ris", "rrs", "sil".
2158         * opcodes/s390-opc.txt: Add the conditional jumps with the
2159         extensions removed from automatic expansion in s390-mkopc.c manually.
2160         (asi - trtre): Add new System z10 EC instructions.
2161         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2162
2163 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2164
2165         * configure.ac: m4_include config/proginstall.m4.
2166         * configure: Regenerate.
2167
2168 2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2169
2170         Backport from upstream Libtool:
2171
2172         2007-10-12  Eric Blake  <ebb9@byu.net>
2173
2174         Deal with Autoconf 2.62's semantic change in m4_append.
2175         * ltsugar.m4 (lt_append): Replace broken versions of
2176         m4_append.
2177         (lt_if_append_uniq): Don't require separator to be overquoted,
2178         and avoid broken m4_append.
2179         (lt_dict_add): Fix typo.
2180         * libtool.m4 (_LT_DECL): Don't overquote separator.
2181
2182 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2183
2184         * config.rpath: Add AIX 6 support.
2185
2186 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2187
2188         * Makefile.def (stageprofile).  Remove -fprofile-generate
2189         from stage_libcflags.
2190         * Makefile.in: Regenerate.
2191
2192 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2193
2194         * config.sub, config.guess: Update from upstream sources.
2195
2196 2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
2197
2198         * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2199         * s390-opc.txt (cmpsc): Duplicate entry removed.
2200         (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2201         cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2202         fier, cu42, cu41): Fix operand format.
2203
2204 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2205
2206         PR bootstrap/32009
2207         PR bootstrap/32161
2208
2209         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2210         * configure: Regenerate.
2211
2212         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2213         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2214         STAGE4_LIBCFLAGS): New.
2215         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2216         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2217         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2218         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2219         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2220         for target modules.  Don't export LIBCFLAGS.
2221         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2222         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2223         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2224         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2225         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2226         * Makefile.in: Regenerate.
2227
2228 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2229
2230         PR libgcj/33085
2231         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2232         Do not use -DDLL_EXPORT.  Backport from upstream.
2233
2234 2008-02-14  Nick Clifton  <nickc@redhat.com>
2235
2236         Import this patch from gcc:
2237         2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2238
2239         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2240
2241 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2242
2243         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2244         * configure: Regenerate.
2245
2246 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2247
2248         * configure.ac (xtensa*-*-*): Recognize processor variants.
2249         * configure: Regenerate.
2250
2251 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2252
2253         PR bootstrap/34922
2254         * configure.ac (PARSE_ARGS): Push suitable setting of
2255         ac_subdirs_all, for `./configure --help=recursive'.
2256         Handle `+' in generic toplevel directory disabling.
2257         * configure: Regenerate.
2258
2259 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2260
2261         * config.sub, config.guess: Update from upstream sources.
2262
2263 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2264
2265         * config.sub, config.guess: Update from upstream sources.
2266
2267 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2268
2269         * COPYING.LIBGLOSS: Update default copyright.
2270
2271 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2272
2273         * COPYING.NEWLIB: Update default copyright.
2274
2275 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2276
2277         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2278         Change recommended MPFR from 2.2.1 > 2.3.0.
2279         * configure: Regenerate.
2280
2281 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2282
2283         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2284         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2285         * Makefile.in: Regenerate.
2286
2287 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2288
2289         * configure.ac: Enable libjava for x86_64-*-darwin9.
2290         * configure: Regenerate.
2291
2292 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2293
2294         * config.sub, config.guess: Update from upstream sources.
2295
2296 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2297
2298         * config-ml.in: Robustify against white space in absolute file
2299         names.
2300
2301         * config-ml.in (multi-clean): Substitute ${Makefile}.
2302         Remove superfluous ${Makefile} in list.
2303
2304 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2305
2306         * Makefile.def (dependencies): Make configure-gdb depend on
2307         all-intl.
2308         * Makefile.in: Regenerated.
2309
2310 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
2311
2312         * Makefile.def: To avoid problems running with parallel makes,
2313         build newlib before libgloss so that target specific header
2314         files are availble.
2315         * Makefile.in: Regenerate.
2316
2317 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2318
2319         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2320         * Makefile.in: Regenerate.
2321
2322 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2323
2324         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2325         * libdecnumber: New directory, imported from GCC.
2326
2327 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2328
2329         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2330         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2331         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2332         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2333         * configure: Regenerate.
2334
2335 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2336
2337         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2338         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2339         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2340         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2341         * configure.ac: Default them to host tools for $host = $build.
2342         Subst them.
2343
2344         * configure: Regenerate.
2345         * Makefile.in: Regenerate.
2346
2347 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2348
2349         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2350         * configure: Regenerate.
2351
2352 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2353
2354         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2355         libstdc++.
2356         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2357         * configure: Regenerate.
2358         * Makefile.in: Regenerate.
2359
2360 2007-09-17  Andreas Schwab  <schwab@suse.de>
2361
2362         * configure.ac: Raise minimum makeinfo version to 4.6.
2363         * configure: Regenerate.
2364
2365 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2366
2367         * configure.ac: Correct makeinfo version check.
2368         * configure: Regenerate.
2369
2370 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2371
2372         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2373         to $skipdirs and only disable gprof for newlib.  Use the normal
2374         mips*-elf* handling in other respects.
2375         * configure: Regnerate.
2376
2377 2007-09-12  David Daney  <ddaney@avtrex.com>
2378
2379         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2380         enabling libgcj.
2381         * configure: Regenerate.
2382
2383 2007-09-12  Richard Guenther  <rguenther@suse.de>
2384
2385         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2386         nor --disable-checking is provided also turn on yes and types
2387         checking for stage1.
2388         * configure: Re-generate.
2389
2390 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2391
2392         PR target/33281
2393         * configure.ac: Use config/mh-mingw on mingw.
2394         * configure: Regenerate.
2395
2396 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2397
2398         PR other/32154
2399         * configure.ac: For libgloss targets, point the linker to the linker
2400         script, startup code and simulator library.
2401         * configure: Regenerate.
2402
2403 2007-09-09  Andrew Haley  <aph@redhat.com>
2404
2405         * configure.ac (noconfigdirs): Remove target-libffi and
2406         target-libjava.
2407
2408 2007-08-29  Nick Clifton  <nickc@redhat.com>
2409
2410         * config.sub, config.guess: Update from upstream sources.
2411
2412 2007-08-21  Richard Guenther  <rguenther@suse.de>
2413
2414         * configure.ac: Add types checking to stage1 checking flags.
2415         * configure: Regenerate.
2416
2417 2007-08-18  Paul Brook  <paul@codesourcery.com>
2418             Joseph Myers  <joseph@codesourcery.com>
2419
2420         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2421         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2422         * Makefile.in: Regenerate.
2423         * configure.ac (--with-debug-prefix-map): New.
2424         * configure: Regenerate.
2425
2426 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2427             Nigel Stephens  <nigel@mips.com>
2428
2429         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2430         as target_makefile_frag.
2431         * configure: Regenerate.
2432
2433 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2434
2435         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2436         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2437         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2438         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2439         (do-compare, do-compare3, do-compare-debug): New.
2440         ([+compare-target+]): Use them.
2441
2442 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2443
2444         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2445         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2446         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2447         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2448         (do-compare, do-compare3, do-compare-debug): New.
2449         ([+compare-target+]): Use them.
2450
2451 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2452             Ben Elliston  <bje@au.ibm.com>
2453
2454         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2455         --silent if $silent.
2456         * configure: Regenerate.
2457
2458 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
2459
2460         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2461
2462 2007-07-17  Nick Clifton  <nickc@redhat.com>
2463
2464         * COPYING3: New file.  Contains version 3 of the GNU General
2465         Public License.
2466         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2467         Lesser General Public License.
2468
2469 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
2470
2471         * configure.ac: Fix my previous change to really match GCC.
2472         * configure: Regenerate.
2473
2474 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2475
2476         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2477         * configure: Regenerate.
2478
2479 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2480
2481         * configure.ac: Add some missing m4 quotation.
2482         * configure: Regenerate.
2483
2484 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
2485
2486         * Makefile.def: Add windmc tool to build.
2487         * Makefile.tpl: Likewise.
2488         * configure.ac: Likewise.
2489         * Makefile.in: Regenerate.
2490         * configure: Regenerate.
2491
2492 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2493
2494         * lt~obsolete.m4: New. Import from 20070318 libtool.
2495
2496 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2497
2498         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2499         uclinux and linux-uclibc targets.
2500         * configure: Regenerate.
2501
2502 2007-06-28  DJ Delorie  <dj@redhat.com>
2503
2504         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2505         not building newlib.
2506         * configure: Regenerated.
2507
2508 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
2509
2510         * src-release (DEVO_SUPPORT): Correct typos.
2511
2512 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2513
2514         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2515         * Makefile.in: Regenerated.
2516
2517 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2518
2519         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2520         (distclean-stage[+id+]): Possibly delete stage_last.
2521         * Makefile.in: Regenerate.
2522
2523 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2524
2525         * config.sub, config.guess: Update from upstream sources.
2526
2527 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2528
2529         * Makefile.tpl: Fix spelling error.
2530         * Makefile.in: Regenerate.
2531
2532 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
2533
2534         Sync with gcc:
2535         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2536
2537         PR bootstrap/29382
2538         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2539         * configure: Rebuilt.
2540
2541 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2542
2543         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2544         lt_cv_sys_max_cmd_len.
2545
2546 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
2547
2548         * ltgcc.m4: Update from GCC.
2549
2550 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2551
2552         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2553
2554 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
2555
2556         * ltmain.sh: Update from GCC.
2557         * libtool.m4: Update from GCC.
2558         * ltsugar.m4: New. Update from GCC.
2559         * ltversion.m4: New. Update from GCC.
2560         * ltoptions.m4: New. Update from GCC.
2561         * ltconfig: Remove.
2562         * ltcf-c.sh: Remove.
2563         * ltcf-cxx.sh: Remove.
2564         * ltcf-gcj.sh: Remove.
2565         * src-release: Update with new libtool file list.
2566
2567 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2568
2569         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2570         stage_cflags.
2571         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2572         Remove CFLAGS/LIBCFLAGS.
2573         (configure-stage[+id+]-[+prefix+][+module+],
2574         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2575         * Makefile.in: Regenerate.
2576
2577 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2578
2579         * config-ml.in: Update from GCC.
2580
2581 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
2582
2583         * src-release (do-proto-toplev): Process the support directories before
2584         the tool directory.
2585
2586 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2587
2588         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2589         of glob.  Quote arguments with single quotes too.
2590         * configure: Regenerate.
2591
2592 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2593
2594         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2595         * Makefile.in: Regenerate
2596
2597 2007-03-07  Andreas Schwab  <schwab@suse.de>
2598
2599         * configure: Regenerate.
2600
2601 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2602
2603         * configure.ac: Add "--with-pdfdir" configure option,
2604         which defines pdfdir variable.
2605         * Makefile.def (target=fixincludes): Add install-pdf to
2606         missing targets.
2607         (recursive_targets): Add install-pdf target.
2608         (flags_to_pass): Add pdfdir.
2609         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2610         target.
2611         * configure: Regenerate
2612         * Makefile.in: Regenerate
2613
2614 2007-02-28  Eric Christopher  <echristo@apple.com>
2615
2616         Revert:
2617         2006-12-07  Mike Stump  <mrs@apple.com>
2618
2619         * Makefile.def (dependencies): Add dependency for
2620         install-target-libssp and install-target-libgomp on
2621         install-gcc.
2622         * Makefile.in: Regenerate.
2623
2624 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2625
2626         * configure: Regenerate.
2627         * configure.ac: Move statements after variable declarations.
2628
2629 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2630
2631         * configure.ac: Adjust for loop syntax.
2632         * configure: Regenerate.
2633
2634 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2635
2636         * configure: Rebuilt.
2637
2638 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2639
2640         * configure.ac: Drop multiple occurrences of --enable-languages,
2641         and fix its quoting.
2642         * configure: Rebuilt.
2643
2644 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2645             Nathan Sidwell  <nathan@codesourcery.com>
2646             Vladimir Prus  <vladimir@codesourcery.com
2647             Joseph Myers  <joseph@codesourcery.com>
2648
2649         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2650         * configure: Regenerate.
2651
2652 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2653
2654         * configure.ac (target_libraries): Move libgcc before libiberty.
2655         * configure: Regenerated.
2656
2657 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2658
2659         * configure: Regenerate again?
2660
2661 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
2662
2663         * configure: Reapply PR30748 fix which was lost in the previous commit.
2664
2665 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2666             Paolo Bonzini  <bonzini@gnu.org>
2667
2668         PR bootstrap/30753
2669         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2670         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2671         * configure: Regenerated.
2672
2673 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
2674
2675         * configure: Regenerate.
2676
2677 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2678
2679         PR bootstrap/30748
2680         * configure.ac: Correct syntax for Solaris ksh.
2681         * configure: Regenerated.
2682
2683 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2684
2685         * Makefile.def: Sync with GCC.
2686         * Makefile.tpl: Sync with GCC.
2687         * Makefile.in: Regenerate.
2688         * configure: Regenerate.
2689
2690 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2691
2692         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2693         noncanonical equivalents.
2694         * configure.in: Rename to...
2695         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2696         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2697         target_noncanonical.  Use them.  Rewrite removal of configure
2698         arguments for autoconf 2.59.  Discard variable settings.  Force
2699         program_transform_name for native tools.
2700
2701         * Makefile.in: Regenerated.
2702         * configure: Regenerated with autoconf 2.59.
2703
2704         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2705
2706 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
2707
2708         * COPYING.LIBGLOSS: Reformat default Red Hat
2709         license to fit within 80 columns.
2710         * COPYING.NEWLIB: Ditto.
2711
2712 2007-02-05  Dave Brolley  <brolley@redhat.com>
2713
2714         * Contribute the following changes:
2715         2006-11-28  DJ Delorie  <dj@redhat.com>
2716
2717         * configure.in: Fix typo for mep's target_makefile_frag.
2718         * configure: Regenerated.
2719
2720         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
2721
2722         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2723         * configure: Regenerate.
2724
2725         2001-09-19  DJ Delorie  <dj@redhat.com>
2726
2727         * configure.in (target_makefile_frag): use mt-mep
2728
2729         2001-06-12  Don Howard  <dhoward@redhat.com>
2730
2731         * configure.in: Remove gdb from MeP skip list.
2732
2733         2001-04-05  DJ Delorie  <dj@redhat.com>
2734
2735         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2736
2737         2001-03-20  Ben Elliston  <bje@redhat.com>
2738
2739         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2740
2741         2001-03-19  Ben Elliston  <bje@redhat.com>
2742
2743         * config.sub (mep, mep-*): Add.
2744
2745 2007-01-31  Andreas Schwab  <schwab@suse.de>
2746
2747         * Makefile.tpl (LDFLAGS): Substitute it.
2748         * Makefile.in: Regenerate.
2749
2750 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2751
2752         * configure.in: Change == to = in test command.
2753         * configure: Regenerate.
2754
2755 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2756             Nick Clifton  <nickc@redhat.com>
2757             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2758
2759         * configure.in (build_configargs, host_configargs, target_configargs):
2760         Remove build/host/target parameters.
2761         (host_libs): Add gmp and mpfr.
2762         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2763         * Makefile.def (gmp, mpfr): New.
2764         (gcc): Remove target.
2765         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2766         target_os, target_vendor): New.
2767         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
2768         * configure: Regenerate.
2769         * Makefile.in: Regenerate.
2770
2771 2007-01-11  Matt Fago  <fago@earthlink.net>
2772
2773         * configure.in: Try to link to functions only in mpfr 2.2.x
2774         to improve robustness of configure tests.
2775         * configure: Regenerate.
2776
2777 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2778
2779         * configure.in: Add support for an x86_64-mingw* target.
2780         * configure: Regenerate.
2781
2782 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2783
2784         * Makefile.tpl (all-target): Correct @if conditional for target
2785         modules.
2786         * configure.in: Omit libiberty if building only target libgcc.
2787         * configure, Makefile.in: Regenerated.
2788
2789 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2790
2791         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2792         * configure: Regenerate.
2793
2794 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2795
2796         * Makefile.def (target_modules): Add libgcc.
2797         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2798         * Makefile.tpl (clean-target-libgcc): Delete.
2799         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2800         on gcc even for bootstrapped modules.  Rewrite handling of
2801         lang_env_dependencies to loop over target_modules.
2802         * configure.in (target_libraries): Add target-libgcc.
2803         * Makefile.in, configure: Regenerated.
2804
2805 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2806
2807         Sync with gcc:
2808         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2809
2810         * configure.in: Reorganize recognition of languages.  Add
2811         --enable-stage1-languages.  Show supported languages for the chosen
2812         target rather than all recognized languages.
2813         * configure: Regenerate.
2814
2815         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2816
2817         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2818         * Makefile.in: Regenerate.
2819
2820         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2821
2822         * configure.in: Warn that MPFR 2.2.0 is buggy.
2823         * configure: Regenerate.
2824
2825 2006-12-27  Ian Lance Taylor  <iant@google.com>
2826
2827         * configure.in: When removing Makefiles to force a reconfigure, also
2828         remove prev-DIR*/Makefile.
2829         * configure: Regenerate.
2830
2831 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
2832
2833         * config.bfd: Recognize fido.
2834
2835 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2836
2837         Sync with gcc:
2838
2839         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2840
2841         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2842         it only affects bootstrap and could be tested on "$host" as well.
2843         * configure: Regenerate.
2844         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2845
2846         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2847
2848         PR bootstrap/29544
2849         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2850         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2851         move here comment from Makefile.tpl.
2852         * Makefile.tpl: Move some definitions higher in the file.
2853         (STAGE1_CHECKING): New.
2854         * configure.in: Add --enable-stage1-checking.
2855         * configure: Regenerate.
2856         * Makefile.in: Regenerate.
2857
2858         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2859
2860         * configure.in: Update error message for missing GMP/MPFR.
2861
2862         * configure: Regenerate.
2863
2864         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2865
2866         * configure.in: Update MPFR version in error message.
2867
2868         * configure: Regenerate.
2869
2870         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2871
2872         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2873         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2874         --with-gmp-lib): New flags.
2875
2876         * configure: Regenerate.
2877
2878 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
2879
2880         PR bootstrap/30134
2881         * configure.in: Correct x86 darwin support for libjava to powerpc
2882         and i?86 only.
2883         * configure: Regenerate.
2884
2885 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2886
2887         * configure.in:  Handle spu makefile frag.
2888         * Makefile.tpl (MAINT): Define
2889         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2890         * configure: Regenerate.
2891         * Makefile.in: Regenerate.
2892
2893 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2894
2895         * config.sub, config.guess: Update from upstream sources.
2896
2897 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2898
2899         * configure.in: Sync with GCC (spu-*-*).
2900         * configure: Sync with GCC.
2901
2902 2006-12-07  Mike Stump  <mrs@apple.com>
2903
2904         * Makefile.def (dependencies): Add dependency for
2905         install-target-libssp and install-target-libgomp on
2906         install-gcc.
2907         * Makefile.in: Regenerate.
2908
2909 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2910
2911         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2912         (unstage): Test for stage_last presence.
2913
2914         PR bootstrap/29802
2915         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2916         * Makefile.in: Regenerate.
2917
2918 2006-11-14  DJ Delorie  <dj@redhat.com>
2919
2920         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2921         * Makefile.in: Sync with GCC.
2922         * configure.in: Sync with GCC (mpfr, gmp).
2923         * configure: Sync with GCC.
2924
2925 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
2926
2927         * configure.in: Remove target-libgloss from noconfigdirs for
2928         bfin-*-*.
2929         * configure: Regenerated.
2930
2931 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
2932
2933         * COPYING.NEWLIB: Add spu license.
2934         * COPYING.LIBGLOSS: Ditto.
2935
2936 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
2937
2938         * Makefile.def: Added pdf target handling.
2939         * Makefile.tpl: Added pdf target handling.
2940         * Makefile.in: Regenerated.
2941
2942 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
2943
2944         * COPYING.NEWLIB: Updated.
2945         * COPYING.LIBGLOSS: Ditto.
2946
2947 2006-09-27  Dave Brolley  <brolley@redhat.com>
2948
2949         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2950         $s instead of $r.
2951         * configure: Regenerated.
2952
2953 2006-09-26  Ben Elliston  <bje@au.ibm.com>
2954
2955         * config.sub, config.guess: Update from upstream sources.
2956
2957 2006-09-20  Thiemo Seufer  <ths@mips.com>
2958
2959         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2960         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2961         * configure: Regenerate.
2962
2963 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2964
2965         * configure.in: Never build newlib for a Mingw host.
2966         Never build newlib as Mingw target library.
2967         Test the existence of winsup/cygwin for building a Cygwin newlib,
2968         rather than just winsup.
2969         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2970         building a Mingw target.
2971         * configure: Regenerate.
2972
2973 2006-08-15  Thiemo Seufer  <ths@mips.com>
2974             Nigel Stephens  <nigel@mips.com>
2975             David Ung  <davidu@mips.com>
2976
2977         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
2978
2979 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2980
2981         Sync from GCC:
2982         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2983
2984         PR bootstrap/18058
2985         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2986         if the bootstrap compiler is a GCC version that supports it.
2987         * configure: Regenerate.
2988
2989 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2990
2991         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2992         * configure: Regenerated.
2993
2994 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
2995
2996         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2997         for stages after the first.
2998
2999 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3000
3001         * Makefile.def: Add dependencies for configure-opcodes
3002         on configure-intl and all-opcodes on all-intl.
3003         * Makefile.in: Regenerated.
3004
3005 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3006
3007         * ltconfig: chmod 644 before ranlib during install.
3008
3009 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3010
3011         * configure.in: Fix thinkos in previous check-in.
3012         * configure: Regenerate.
3013
3014 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3015
3016         Sync from gcc:
3017
3018         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
3019
3020         PR other/27063
3021         * configure.in: Test subdir_requires and give an appropriate
3022         error message.
3023         * configure: Regenerate.
3024
3025         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3026
3027         PR target/27540
3028         * configure.in: Only enable libgomp on IRIX 6.
3029         * configure: Regenerate.
3030
3031 2006-06-20  David Ayers  <d.ayers@inode.at>
3032
3033         PR bootstrap/28072
3034         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3035         whether target-libjava is being configured instead of whether the
3036         java front end is enabled.
3037         * configure: Regenerate.
3038
3039 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
3040
3041         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3042         to R_ARM_LDC_SB_G{0,1,2} respectively.
3043
3044 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3045
3046         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3047         too.
3048         * Makefile.in: Regenerate.
3049
3050 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3051
3052         Sync from gcc:
3053
3054         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3055         * configure.in: Don't enable libgomp on hpux10.
3056         * configure: Rebuilt.
3057
3058 2006-06-13  David Ayers  <d.ayers@inode.at>
3059
3060         Sync from gcc:
3061
3062         2006-06-12  David Ayers  <d.ayers@inode.at>
3063
3064         PR bootstrap/27963
3065         PR target/19970
3066         * configure.in: Remove target-boehm-gc from noconfigdirs where
3067         ${libgcj} is specified.
3068         * configure: Regenerate.
3069
3070 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
3071
3072         Sync from gcc:
3073
3074         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
3075                     Andreas Schwab  <schwab@suse.de>
3076
3077         PR bootstrap/18033
3078         * config-ml.in: Eval option if surrounded by single quotes.
3079
3080 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
3081
3082         Sync from gcc:
3083
3084         2006-06-06  David Ayers  <d.ayers@inode.at>
3085
3086         PR libobjc/13946
3087         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3088         * Makefile.in: Regenerate.
3089         * configure.in: Add --enable-objc-gc at toplevel and have it
3090         enable boehm-gc for Objective-C.
3091         Remove target-boehm-gc from libgcj.
3092         Add target-boehm-gc to target_libraries.
3093         Add target-boehm-gc to noconfigdirs where ${libgcj}
3094         is specified.
3095         Assert that boehm-gc is supported when requested for Objective-C.
3096         Only build boehm-gc if needed either for Java or Objective-C.
3097         * configure: Regenerate.
3098
3099         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3100
3101         PR 27674
3102         * Makefile.tpl (configure-[+prefix+][+module+],
3103         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3104         Remove rule to unstage bootstrapped modules.
3105         (stage_current): New.
3106         * Makefile.in: Regenerate.
3107
3108         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3109         Andreas Tobler  <a.tobler@schweiz.ch>
3110
3111         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3112         * configure: Rebuilt.
3113
3114         Revert
3115         2006-01-31  Richard Guenther  <rguenther@suse.de>
3116         Paolo Bonzini  <bonzini@gnu.org>
3117
3118         * Makefile.def (target_modules): Add libgcc-math target module.
3119         * configure.in (target_libraries): Add libgcc-math target library.
3120         (--enable-libgcc-math): New configure switch.
3121         * Makefile.in: Re-generate.
3122         * configure: Re-generate.
3123
3124 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
3125
3126         * config-ml.in: Alter CCASFLAGS to include special
3127         multilib options the same as is done for CFLAGS.
3128
3129 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3130
3131         * Makefile.def: Added dependencies from sim and gdb on intl, and
3132         added configure dependencies to everything with an all dependency
3133         on intl.
3134         * gettext.m4: Removed.
3135         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3136         (GDB_SUPPORT_DIRS): Add intl.
3137         * Makefile.in: Regenerated.
3138
3139 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
3140
3141         * src-release (DEVO_SUPPORT): Add config.rpath.
3142
3143 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3144
3145         * Makefile.def (bfd, opcodes): Fix lib_path.
3146         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3147         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3148         * Makefile.in: Regenerate.
3149
3150 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3151
3152         * configure.in: Enable gprof for cross builds.
3153         * configure: Regenerate.
3154
3155 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
3156
3157         * src-release (MAKEINFOFLAGS): Define.
3158         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3159
3160 2006-05-14  Ben Elliston  <bje@au.ibm.com>
3161
3162         * config.sub, config.guess: Update from upstream sources.
3163
3164 2006-05-12  Ben Elliston  <bje@au.ibm.com>
3165
3166         * config.sub, config.guess: Update from upstream sources.
3167
3168 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
3169
3170         * blt, iwidgets, mmalloc: Remove directories.
3171
3172 2006-05-01  DJ Delorie  <dj@redhat.com>
3173
3174         * configure.in: Restore CFLAGS if GMP isn't present.
3175         * configure: Regenerate.
3176
3177 2006-04-18  DJ Delorie  <dj@redhat.com>
3178
3179         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3180         reference libgloss so that libssp can be built in a combined
3181         tree.
3182         * configure: Regenerate.
3183
3184 2006-04-10  Ben Elliston  <bje@au.ibm.com>
3185
3186         * contrib: Remove directory.
3187
3188 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
3189
3190         * Makefile.tpl: Add install-html target.
3191         * Makefile.def: Add install-html target.
3192         * Makefile.in: Regenerate.
3193         * configure.in: Add --with-datarootdir, --with-docdir,
3194         and --with-htmldir options.
3195         * configure: Regenerate.
3196
3197 2006-03-31  Ben Elliston  <bje@au.ibm.com>
3198
3199         PR binutils/1860
3200         * configure.in: Require makeinfo 4.4 or higher.
3201         * configure: Regenerate.
3202
3203 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3204
3205         * Makefile.in: Regenerate.
3206
3207 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3208
3209         Sync with gcc:
3210         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3211
3212         * configure.in: Handle --disable-<component> generically.
3213         * configure: Regenerate.
3214
3215         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3216
3217         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3218         (TARGET_CONFIGDIRS): Remove.
3219         * configure.in: Remove AC_SUBST(target_configdirs).
3220         * Makefile.in, configure: Regenerated.
3221
3222
3223 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3224
3225         PR libgcj/17311
3226         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3227
3228 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3229
3230         PR bootstrap/25670
3231
3232         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3233
3234         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3235         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3236         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3237         BUILD_PREFIX, BUILD_PREFIX_1.
3238         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3239
3240         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3241         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3242
3243         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3244         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3245         of `cat stage_current`.  Always provide the `r' and `s' variables.
3246         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3247         a single shell execution.
3248         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3249         bootstrapped modules, make the stage1 module if the build was not
3250         started yet, else build the current stage.
3251         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3252         (all-build, all-host, all-target, [+make_target+]-host,
3253         [+make_target+]-target): Do not use \-continued lines.
3254         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3255         (current_stage, restrap, stage_last): New.
3256
3257         * Makefile.in: Regenerate.
3258         * configure: Regenerate.
3259
3260 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3261
3262         Sync from gcc:
3263
3264         2006-01-31  Richard Guenther  <rguenther@suse.de>
3265                     Paolo Bonzini  <bonzini@gnu.org>
3266
3267         * Makefile.def (target_modules): Add libgcc-math target module.
3268         * configure.in (target_libraries): Add libgcc-math target library.
3269         (--enable-libgcc-math): New configure switch.
3270         * Makefile.in: Re-generate.
3271         * configure: Re-generate.
3272         * libgcc-math: New toplevel directory.
3273
3274         2006-01-18  Richard Henderson  <rth@redhat.com>
3275                     Jakub Jelinek  <jakub@redhat.com>
3276                     Diego Novillo  <dnovillo@redhat.com>
3277
3278         * libgomp: New directory.
3279         * Makefile.def: Add target_module libgomp.
3280         * Makefile.in: Regenerate.
3281         * configure.in (target_libraries): Add target-libgomp.
3282         * configure: Regenerate.
3283
3284 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3285             Andreas Schwab  <schwab@suse.de>
3286
3287         * configure: Regenerate.
3288
3289 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
3290
3291         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3292         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3293         the assembler, linker and binutils.
3294         * configure: Regenerate.
3295
3296 2006-01-16  Nick Clifton  <nickc@redhat.com>
3297
3298         * config.sub, config.guess: Sync from config repository.
3299
3300 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3301
3302         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3303         @ from continuation.
3304         * Makefile.in: Rebuilt.
3305
3306 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3307
3308         Sync from gcc:
3309
3310         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3311
3312         PR bootstrap/24252
3313
3314         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3315         * Makefile.tpl (OBJDUMP): New.
3316         (EXTRA_HOST_FLAGS): Add it.
3317         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3318
3319         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3320         to use symbolic links between directories.  Avoid race conditions
3321         or make them harmless.
3322         * configure.in: Do not try to use symbolic links between directories.
3323
3324         * Makefile.def (LEAN): Pass.
3325         * Makefile.tpl (LEAN): Define.
3326         (stage[+id+]-start): Accept that the previous directory does not
3327         exist, if the bootstrap is lean.
3328         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3329         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3330         configure substitution.
3331         ([+compare-target+]): Likewise.
3332         ([+bootstrap-target+]-lean): New.
3333         * configure.in: Remove lean bootstrap support from here.
3334
3335         * Makefile.in: Regenerate.
3336         * configure: Regenerate.
3337
3338         2006-01-02  Andreas Schwab  <schwab@suse.de>
3339
3340         * configure.in: When reconfiguring remove Makefile in
3341         all stage directories.
3342         * configure: Regenerate.
3343
3344 2005-12-27  Leif Ekblad  <leif@rdos.net>
3345
3346         * configure.in: Add support for RDOS target.
3347         * configure: Regenerate.
3348
3349 2005-12-27  Nick Clifton  <nickc@redhat.com>
3350
3351         PR binutils/1990
3352         * libtool.m4: Synchronize with version in GCC sources.
3353
3354 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3355
3356         Revert Ada-related part of the previous change.
3357
3358         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3359         Do not pass.
3360         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3361         * Makefile.in: Regenerate.
3362         * configure.in: Do not include mt-ppc-aix target fragment.
3363         * configure: Regenerate.
3364
3365 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3366
3367         * configure.in: Select appropriate fragments for PowerPC/AIX.
3368         * configure: Regenerate.
3369
3370         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3371         BOOT_CFLAGS, BOOT_LDFLAGS.
3372         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3373         BOOT_CFLAGS, BOOT_LDFLAGS.
3374         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3375         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3376         (stage): Fail if we cannot complete the work.
3377         * Makefile.in: Regenerate.
3378
3379 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
3380
3381         * COPYING.NEWLIB: Update copyright year for default
3382         copyright.
3383
3384 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3385
3386         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3387         install-host-nogcc): Don't invoke $(stage) at the end.
3388         * Makefile.in: Regenerate.
3389
3390 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3391
3392         * configure.in: Flip the top-level bootstrap switch.
3393         * configure: Regenerate.
3394
3395         Merge from gcc:
3396
3397         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3398
3399         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3400         $(stage) and $(unstage).
3401         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3402         (all): Remove stray semicolon.
3403         (local-distclean): Don't handle multilib.tmp and multilib.out.
3404         (install.all): Set $s for consistency.
3405         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3406         check_multilibs setting.  Always make the install directory.
3407         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3408         Correct @if/@endif.
3409         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3410         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3411         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3412         (multilib.out): Remove.
3413         * Makefile.in: Regenerated.
3414
3415 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3416
3417         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3418         * configure.in: Replace ms1 arch with mt.
3419         * configure: Rebuilt.
3420
3421 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3422
3423         Sync with gcc:
3424
3425 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3426
3427         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
3428         * configure.in: Replace ms1 arch with mt.
3429         * configure: Rebuilt.
3430
3431 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3432
3433         Sync with gcc:
3434
3435         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3436
3437         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3438         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3439         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3440         Find in-tree tools if available.
3441         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3442         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3443         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3444         (COMPILER_*_FOR_TARGET): New.
3445         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3446         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3447         (CONFIGURED_*, USUAL_*): Remove.
3448         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3449         STRIP): Use autoconf substitutions.
3450         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3451         COMPILER_NM_FOR_TARGET): New.
3452         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3453
3454         (all): Make all-host and all-target in parallel.
3455         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3456         that $$r and $$s are set before invoking a recursive make.
3457         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3458         ([+bootstrap-target+]): Inline most of the `all' target.
3459
3460         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3461
3462         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3463         from the gcc build directory.
3464         * Makefile.in: Regenerate.
3465
3466         2005-11-29  Ben Elliston  <bje@au.ibm.com>
3467
3468         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3469         depend on all-libdecnumber.
3470         * configure.in (host_libs): Include libdecnumber.
3471         * Makefile.in: Regenerate.
3472         * configure: Likewise.
3473
3474         2005-11-21  Kean Johnston  <jkj@sco.com>
3475
3476         * config.sub, config.guess: Sync from upstream sources.
3477
3478 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3479
3480         * Makefile.def: Remove gdb dependencies for gdbtk.
3481         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3482         (configure-gdb, install-gdb): New rules.
3483         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3484         * Makefile.in, configure: Regenerated.
3485
3486 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3487
3488         PR bootstrap/24297
3489         * Makefile.tpl (do-[+make-target+], do-check, install,
3490         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3491         are set before recursing.
3492         * Makefile.in: Regenerate.
3493
3494 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3495
3496         PR bootstrap/18939
3497         * Makefile.def (gcc) <target>: Fix thinko.
3498         * Makefile.in: Regenerate.
3499
3500 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3501
3502         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3503         * configure: Regenerate.
3504
3505 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
3506
3507         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3508         target-libffi, target-qthreads, target-libjava, and
3509         targetlibobjc.
3510         * configure: Regenerate.
3511
3512 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3513
3514         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3515         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3516         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3517         (USUAL_OBJDUMP_FOR_TARGET): New.
3518         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3519         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3520         * configure, Makefile.in: Regenerated.
3521
3522 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3523
3524         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3525         before other host packages.
3526
3527 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3528
3529         PR bootstrap/22340
3530
3531         * configure.in (default_target): Remove.
3532         * Makefile.tpl (all): Do not use prerequisites as subroutines
3533         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3534         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3535         use prerequisites as subroutines.
3536         (check-host, check-target): New.
3537         (bootstrap configure & all targets): Do not use stage*-start
3538         if the directory layout is already ok.
3539         (non-bootstrap configure & all targets): Prepend a $(unstage).
3540         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3541         (NOTPARALLEL): Remove.
3542         (unstage, stage variables): New variables.
3543         (unstage, stage targets): Simply expand to those variables.
3544
3545         * configure: Regenerate.
3546         * Makefile.in: Regenerate.
3547
3548 2005-10-04  James E Wilson  <wilson@specifix.com>
3549
3550         * Makefile.def (lang_env_dependencies): Add libmudflap.
3551         * Makefile.in: Regenerate.
3552
3553 2005-10-03  Catherine Moore  <clm@cm00re.com>
3554
3555         * configure.in (bfin-*-*): Support bfin.
3556         * configure: Regenerated.
3557
3558 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
3559
3560         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3561         * configure: Regenerated.
3562
3563 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3564
3565         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3566         (LIPO_FOR_TARGET): New.
3567         (CONFIGURED_LIPO_FOR_TARGET): New.
3568         (USUAL_LIPO_FOR_TARGET): New.
3569         (STRIP_FOR_TARGET): New.
3570         (CONFIGURED_STRIP_FOR_TARGET): New.
3571         (USUAL_STRIP_FOR_TARGET): New.
3572         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3573         STRIP_FOR_TARGET.
3574         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3575         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3576         * Makefile.in: Regenerate.
3577         * configure: Regenerate.
3578
3579 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3580
3581         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3582         (rs6000-*-aix*): Same.
3583         * configure: Regenerate.
3584
3585 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3586
3587         * configure.in: Recognize f95 in the --enable-languages option,
3588         and substitute it for fortran, issuing a warning.
3589         * configure: Regenerate.
3590
3591 2005-09-07  Ben Elliston  <bje@au.ibm.com>
3592
3593         Import from Autoconf sources:
3594
3595         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3596         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3597         Elliston.  Handle weird characters correctly.
3598
3599 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3600
3601         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3602         * configure:  Regenerated.
3603
3604 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3605
3606         * Makefile.def (libssp): Add to lang_env_dependencies.
3607         * Makefile.in: Regenerate.
3608
3609 2005-08-17  Christian Groessler  <chris@groessler.org>
3610
3611         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3612         * Makefile.in: Regenerate.
3613
3614 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3615
3616         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3617         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3618         Look for alternate names of the target cc and c++
3619         * configure: Regenerate.
3620
3621 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3622
3623         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3624         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3625         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3626         tools; remove code to manually set them.
3627         (Target tools): Look in the environment for them.
3628         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3629         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3630         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3631         build directory.
3632         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3633         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3634         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3635         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3636         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3637         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3638         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3639         * configure: Regenerate.
3640         * Makefile.in: Regenerate.
3641
3642 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3643
3644         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3645         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3646         * Makefile.in: Regenerated.
3647
3648 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3649
3650         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3651         (CFLAGS_FOR_TARGET): Use it.
3652         (CXXFLAGS_FOR_TARGET): Likewise.
3653         * Makefile.in: Regenerated.
3654         * configure.in (--with-build-sysroot): New option.
3655         * configure: Regenerated.
3656
3657 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3658
3659         * Makefile.tpl: Wrap install between unstage and stage
3660         * Makefile.in: Regenerate.
3661
3662 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3663
3664         * all files: Update FSF address.
3665
3666 2005-07-14  Jim Blandy  <jimb@redhat.com>
3667
3668         * configure.in: Add cases for Renesas m32c.
3669         * configure: Regenerated.
3670
3671 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3672
3673         * COPYING, compile, config-ml.in, config.guess,
3674         config.sub, install-sh, missing, mkinstalldirs,
3675         symlink-tree, ylwrap: Sync from upstream sources.
3676
3677 2005-07-13  Eric Christopher  <echristo@redhat.com>
3678
3679         * configure.in: Add toplevel noconfigdir support for tpf.
3680         * configure: Regenerate.
3681
3682 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
3683
3684         * Makefile.def (target_modules): Add libssp.
3685         * configure.in (target_libraries): Add target-libssp.
3686         * configure: Rebuilt.
3687         * Makefile.in: Rebuilt.
3688
3689 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3690
3691         PR ada/22340
3692
3693         * Makefile.def: Sync with gcc.
3694         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3695         * Makefile.in: Regenerate.
3696
3697 2005-07-07  Andreas Schwab  <schwab@suse.de>
3698
3699         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3700         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3701         * Makefile.in: Regenerated.
3702
3703 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
3704
3705         * configure.in: Add --enable-libssp and --disable-libssp.
3706         * configure: Regenerate with autoconf-2.13.
3707
3708 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3709
3710         * configure.in: Don't build sim or rda when targetting darwin.
3711         * configure: Regenerate.
3712
3713 2005-07-04  Ben Elliston  <bje@gnu.org>
3714
3715         * src-release (do-proto-toplev): Remove dejagnu bits.
3716         (DEJAGNU_SUPPORT_DIRS): Remove.
3717         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3718         (GDBD_SUPPORT_DIRS): Likewise.
3719         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3720         (INSIGHTD_SUPPORT_DIRS): Likewise.
3721         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3722
3723 2005-06-30  Ben Elliston  <bje@gnu.org>
3724
3725         * setup.com (mpw): Remove unused directive.
3726
3727 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3728
3729         * Makefile.def (stagefeedback): Come after profile.
3730         Define profiledbootstrap target.
3731         * Makefile.tpl (profiledbootstrap): Remove.
3732         (stageprofile-end): Zap stagefeedback.
3733         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3734         * Makefile.in: Regenerate.
3735
3736 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3737
3738         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3739         In 'cpp' stanza, support '#line' as well as '# '.
3740
3741 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3742
3743         * configure.in (unsupported_languages): New macro.
3744         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3745         non-ported target libraries in noconfigdirs.
3746         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3747         non-linux-gnu.  Remove libgcj_ex_libffi.
3748         <lang_frag loop>: Set add_this_lang=no if the language is in
3749         unsupported_languages.
3750         * configure: Regenerate.
3751
3752 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3753
3754         * configure.in: Fix typo in handling of --with-mpfr-dir.
3755         * configure: Regenerate.
3756
3757 2005-06-02  Jim Blandy  <jimb@redhat.com>
3758
3759         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3760         accepted into the master sources.)
3761
3762 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3763             Michael Snyder  <msnyder@redhat.com>
3764             Stan Cox  <scox@redhat.com>
3765
3766         * configure.in: Set noconfigdirs for ms1.
3767
3768         * configure: Regenerate.
3769
3770 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3771
3772         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3773         (Dependencies): Consider target modules for bootstrap dependencies.
3774         Make target bootstrap modules depend on each stage's gcc.
3775         * Makefile.in: Regenerate.
3776
3777 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3778
3779         * Makefile.def (configure-gcc): Depend on binutils having been built.
3780         (all-gcc): No need to do it here.
3781         * Makefile.in: Regenerate.
3782
3783 2005-05-19  Paul Brook  <paul@codesourcery.com>
3784
3785         * configure.in: Rewrite misleading error message when requested
3786         language cannot be built.
3787         * configure: Regenerate.
3788
3789 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3790
3791         * ylwrap: Import from Automake 1.9.5.
3792
3793 2005-05-04  Mike Stump  <mrs@apple.com>
3794
3795         * configure.in: Always pass --target to target configures as
3796         otherwise rebuilds that do --recheck will fail.
3797         * configure: Rebuilt.
3798
3799 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3800
3801         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3802         STAGE_HOST_EXPORTS.
3803         (configure, all): Add bootstrap support.
3804         (Host modules, target modules): Pass post-stage1 flags and exports.
3805         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3806         * Makefile.in: Regenerate.
3807
3808 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
3809
3810         Sync from gcc:
3811
3812         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
3813
3814         * config.sub: Update from master copy.
3815
3816         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
3817
3818         * configure.in <crisv32-*-*, cris-*-*>: New local variable
3819         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
3820         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
3821         "*-*-elf" and "*-*-linux*".
3822         * configure: Regenerate.
3823
3824 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
3825
3826         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3827         (TARGET_CONFIGARGS): Include --with-target-subdir.
3828         (configure, all): New macros.  Use them throughout.
3829
3830 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
3831
3832         * Makefile.tpl: Sync with gcc.
3833         * Makefile.in: Regenerate.
3834
3835 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
3836
3837         * config/mh-mingw32: Delete.
3838         * configure.in: Don't use it.
3839         * configure: Regenerate.
3840
3841 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
3842
3843         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3844         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3845         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3846         (HOST_LIB_PATH): Generate from Makefile.def.
3847         (TARGET_LIB_PATH): Likewise.
3848         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3849         * Makefile.in: Regenerate.
3850         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3851         (RPATH_ENVVAR): Include Darwin case.
3852         * configure: Regenerate.
3853
3854 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
3855
3856         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3857         * configure: Regenerate.
3858
3859 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
3860
3861         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3862         gcc_version, and gcc_version_trigger from set of flags to pass.
3863         * Makefile.tpl: Remove definitions of above variables.
3864         (config.status): Remove dependency on $(gcc_version_trigger).
3865         * Makefile.in: Regenerate.
3866         * configure.in: Do not reference config/gcc-version.m4 nor
3867         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
3868         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
3869         * configure: Regenerate.
3870
3871 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
3872             Andrew Pinski <pinskia@physics.uc.edu>
3873
3874         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3875         * Makefile.in: Regenerate.
3876
3877 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
3878
3879         PR libgcj/20160
3880         * ltmain.sh: Avoid creating archives with components that have
3881         duplicate basenames.
3882
3883 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3884
3885         PR bootstrap/20250
3886         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3887         instead of check.
3888         * Makefile.in: Regenerate.
3889
3890 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3891
3892         Sync from gcc.
3893
3894         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3895
3896         PR bootstrap/17383
3897         * Makefile.def (target_modules): Remove "stage", now unnecessary.
3898         * Makefile.tpl (HOST_SUBDIR): New substitution.
3899         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3900         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3901         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3902         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3903         (Host modules, Bootstrapped modules): Use it.
3904         (Build modules, Target modules): Do not create symlink trees,
3905         always configure out-of-srcdir.
3906         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3907         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3908         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3909         $(HOST_SUBDIR).  Create a symlink for host_subdir.
3910
3911         * Makefile.in: Regenerate.
3912         * configure: Regenerate.
3913
3914         Merged from libada-gnattools-branch:
3915         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3916
3917         * Makefile.def: Add gnattools as a module, depending on target-libada.
3918         * Makefile.in: Regenerate.
3919         * configure.in: Include gnattools in host_tools; disable it if ada
3920         is disabled.
3921         * configure: Regenerate.
3922
3923 2005-02-23  Nick Clifton  <nickc@redhat.com>
3924
3925         * configure: Regenerate.
3926
3927 2005-02-22  Paul Schlie  <schlie@comcast.net>
3928
3929         * configure.in: Allow darwin targeted ports to build tk, itcl and
3930         libgui.
3931
3932 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3933
3934         PR libgcj/10353
3935         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3936         * configure: Regenerate.
3937
3938 2005-02-08  Andrew Cagney  <cagney@gnu.org>
3939
3940         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3941         gdb/ section.  Update GDB's URL.
3942
3943 2005-01-31  Andrew Cagney  <cagney@gnu.org>
3944
3945         * gettext.m4: Only set ENABLE_NLS when gettext is present.
3946
3947 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3948
3949         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3950         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3951         target-libgloss when not *-*-elf and *-*-aout.
3952         * configure: Regenerate.
3953
3954 2005-01-27  Andrew Cagney  <cagney@gnu.org>
3955
3956         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3957
3958 2005-01-24  Andrew Cagney  <cagney@gnu.org>
3959
3960         * gettext.m4: Only fall back to ../intl/ when it's present.
3961
3962 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3963
3964         * install-sh, config.sub: Import from upstream.
3965
3966 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3967
3968         PR bootstrap/18222
3969         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3970         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3971         * Makefile.in: Regenerate.
3972
3973 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
3974
3975         Revert 2004-12-28 Makefile changes, a better fix will be
3976         applied to mainline and src after GCC 4.0 branches.
3977
3978 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
3979
3980         PR bootstrap/17383
3981
3982         * Makefile.def (target_modules): Remove stage parameter,
3983         it is always true now.
3984         * Makefile.tpl (configure-build-[+module+],
3985         configure-target-[+module+]): Always build symlink tree
3986         for the directory and for include.  BUILD_SUBDIR and
3987         TARGET_SUBDIR cannot be . anymore.
3988         * Makefile.in: Regenerate.
3989
3990 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
3991
3992         Revert 2004-12-08 Makefile changes.
3993
3994 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
3995
3996         * configure.in (sh64-*-*): Reenable gprof.
3997         * configure: Regenerate.
3998
3999 2004-12-09  Jim Blandy  <jimb@redhat.com>
4000
4001         * MAINTAINERS: List 'depcomp' as part of automake.
4002
4003 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4004
4005         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4006         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4007         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4008         * Makefile.in: Regenerate.
4009
4010 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4011
4012         * Makefile.tpl: Generate normal dependencies if the LHS module is
4013         not bootstrapped.
4014         * Makefile.in: Regenerate.
4015
4016 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4017
4018         * configure.in: Include config/gxx-include-dir.m4.  Use
4019         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4020         * configure: Regenerate.
4021
4022 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4023
4024         * config.if: Delete.
4025         * configure.in: Set libstdcxx_incdir directly.
4026         * configure: Regenerate.
4027         * MAINTAINERS: Remove mention of config.if.
4028         * src-release (DEVO_SUPPORT): Remove config.if.
4029
4030 2004-12-02  Eric Christopher  <echristo@redhat.com>
4031
4032         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4033         of things to remove.
4034         * Makefile.in: Regenerate.
4035
4036 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4037
4038         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4039         * configure: Regenerate.
4040
4041 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4042
4043         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4044         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4045         * configure: Regenerate.
4046
4047 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4048
4049         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4050         (hppa*64*-*-*): Delete incorrect comment.
4051         * configure: Rebuilt.
4052
4053 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4054
4055         * install-sh, compile: Import from automake.
4056
4057 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4058
4059         * config.guess, config.sub:  Import from savannnah.
4060
4061 2004-11-12  Mike Stump  <mrs@apple.com>
4062
4063         * Makefile.def: Add html support.
4064         * Makefile.tpl: Likewise.
4065         * Makefile.in: Regenerate.
4066
4067 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4068
4069         PR 18423
4070         * configure.in: Remove all instances of build-fixincludes from
4071         noconfigdirs.
4072         (build_configargs): Supply --target to subdirectories.
4073         * configure: Regenerate.
4074
4075         * Makefile.def: Make gcc install depend on fixincludes install.
4076         * Makefile.in: Regenerate.
4077
4078 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4079
4080         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4081         target-libgfortran.
4082         * configure: Regenerate.
4083
4084 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4085
4086         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4087         like CC.
4088
4089 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4090
4091         * Makefile.def (host fixincludes): Specify missing targets.
4092         * Makefile.in: Regenerate.
4093
4094 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4095
4096         PR other/17783
4097         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4098         * configure: Regenerated.
4099
4100 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4101
4102         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4103         * configure: Regenerated.
4104
4105 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4106
4107         PR target/18151
4108         * configure.in (case ${target}): Do not build fixincludes for avr.
4109         * configure: Regenerated.
4110
4111 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4112
4113         * configure.in (case ${target}): Do not build fixincludes
4114         on platforms where it is not used.
4115         * configure: Regenerated.
4116
4117 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4118
4119         * configure.in: Use an absolute path to install-sh.
4120         * configure: Regenerated.
4121
4122 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4123
4124         * src-release (do-djunpack, do-md5sum): Install the generated file
4125         directly into the proto-toplev/ directory.
4126
4127 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4128
4129         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4130
4131 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4132
4133         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4134         * configure: Regenerate.
4135
4136 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4137
4138         Fix wrong conflict resolution in:
4139
4140         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4141
4142         * Makefile.in: Regenerate.
4143         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4144         in the recursive `make', instead of hardwiring `all'.
4145         (Autogenerated TARGET-* variables): New.
4146
4147 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4148
4149         Merged from GCC / libtool upstream:
4150         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4151         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4152         * ltcf-cxx.sh (tpf*): Likewise.
4153         * ltconfig (tpf*): Add TPF OS configuration support.
4154
4155 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
4156
4157         * configure.in: Enable target-libgloss for crx-*-*.
4158         * configure: Regenerate.
4159
4160 2004-09-24  Michael Roth  <mroth@nessie.de>
4161
4162         * configure.in (--without-headers): Add missing double quotes.
4163         * configure: Regenerate.
4164
4165 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
4166
4167         * ylwrap: Revert to previous version.
4168
4169 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4170
4171         PR bootstrap/17369
4172         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4173         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4174         SET_GCC_LIB_PATH_CMD.
4175         (BASE_TARGET_EXPORTS): Likewise.
4176         * Makefile.in: Regenerated.
4177
4178         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4179         * configure: Regenerated.
4180
4181 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4182
4183         * config.guess: New upstream version
4184         * compile, depcomp, install-sh, ylwrap: Likewise.
4185
4186 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4187
4188         * config/mh-x86omitfp: New host makefile fragment.  Add
4189         -fomit-frame-pointer to the default BOOT_CFLAGS.
4190         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4191         * configure: Regenerate.
4192
4193 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4194
4195         PR target/11572
4196         * configure.in (*-*-darwin*): Renable libobjc.
4197         * configure: Regenerate.
4198
4199 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4200
4201         * Makefile.def: Remove libbanshee.
4202         * Makefile.tpl: Ditto.
4203         * configure.in: Ditto.
4204         * Makefile.in: Regen.
4205         * configure: Ditto.
4206
4207 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4208
4209         * missing: Import latest version from master repository.
4210
4211 2004-09-04  Nick Clifton  <nickc@redhat.com>
4212
4213         * config.sub: Import latest version from master repository.
4214         * config.guess: Likewise.
4215         This includes these changes:
4216
4217         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4218
4219         * config.sub: Handle crisv32, alias etraxfs.
4220         * config.guess (crisv32:Linux:*:*): Handle.
4221
4222         2004-08-13  Brad Smith  <brad@comstyle.com>
4223
4224         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4225         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4226
4227         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4228
4229         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4230         assume the processor is a powerpc.  This is because coreutils
4231         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4232         in this case, due to a MacOS X bug that causes
4233         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4234         to return a negative number.
4235         Problem reported by Petter Reinholdtsen in:
4236         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4237
4238         2004-07-19  Ben Elliston  <bje@gnu.org>
4239
4240         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4241
4242         2004-06-24  Ben Elliston  <bje@gnu.org>
4243
4244         * config.guess: Update copyright years.
4245         * config.sub: Likewise.
4246
4247         2004-06-22  Robert Millan  <robertmh@gnu.org>
4248
4249         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4250         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4251
4252         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4253
4254         * config.guess (*:*VMS:*:*): New entry. Replaces
4255         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4256         manufacturer.
4257
4258         2004-06-22  Ben Elliston  <bje@gnu.org>
4259
4260         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4261         * config.sub: Likewise.
4262
4263         2004-06-22  Ben Elliston  <bje@gnu.org>
4264
4265         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4266         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4267
4268         2004-06-11  Ben Elliston  <bje@gnu.org>
4269
4270         * config.guess (pegasos:OpenBSD:*:*): Remove.
4271
4272         2004-06-11  Ben Elliston  <bje@gnu.org>
4273
4274         From Wouter Verhelst <wouter@grep.be>:
4275         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4276
4277         2004-06-11  Ben Elliston  <bje@gnu.org>
4278
4279         * config.guess (luna88k:OpenBSD:*:*): New.
4280
4281         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4282
4283         * config.guess (m32r*:Linux:*:*): New case.
4284         * config.sub: Handle m32rle.
4285
4286         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4287
4288         From Jens Petersen  <petersen@redhat.com>:
4289         * config.sub: Handle sparcv8.
4290
4291         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4292
4293         From Tom Smith <smith@cag.lkg.hp.com>:
4294         * config.guess: Version suffixes are equally significant on Tru64
4295         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4296         prefix of "P" (patched kernel).
4297
4298         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4299
4300         * config.sub: Add support for National Semiconductor CRX target.
4301
4302 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4303
4304         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4305         *-*-netware, but add target-libmudflap.
4306         Consolidate *-*-netware targets (of which really only i?86 exists)
4307         into a single entry.
4308         * configure: Likewise.
4309
4310 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4311
4312         * Makefile.tpl (sorry): Remove.
4313         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4314         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4315         (do-clean): Clean per-stage directories too.
4316         (do-distclean): Run distclean-stage1 too.
4317         (.NOTPARALLEL): Enable during toplevel bootstrap.
4318         (stage[+id+]-bubble): Enable parallel execution during
4319         the recursive invocation.
4320         * Makefile.in: Regenerate.
4321
4322         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4323
4324         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
4325
4326         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4327         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4328         * configure: regenerate
4329         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4330         -mdynamic-no-pic
4331
4332 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4333
4334         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4335         include.
4336         * configure.in: Fix indentation.
4337         * configure: Regenerate.
4338
4339 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4340
4341         * Makefile.def (build_modules): Add fixincludes.
4342         (dependencies): Make gcc depend on fixincludes.
4343         * configure.in (build_tools): Add fixincludes.
4344         (build_configdirs): Always include build_libs.
4345         * Makefile.in: Regenerate.
4346         * configure: Regenerate.
4347
4348 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4349
4350         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4351         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4352         phony targets; do not generate timestamp files.
4353         (distclean-stageN): Remove references to their timestamp files.
4354         (restageN, touch-stageN): Remove.
4355         (stageN-bubble): Rewritten.
4356         (compare): Support lean bootstraps.
4357         * Makefile.in: Regenerate.
4358
4359         * configure.in: Only warn when bootstrapping but
4360         build != host or build != target.  Support lean bootstraps.
4361         * configure: Regenerate.
4362
4363         Sync from gcc:
4364         2004-08-26  Phil Edwards  <phil@codesourcery.com>
4365
4366         * configure.in:  Give a better error message if GMP/MPFR are missing
4367         and a language needing them has been requested.
4368         * configure:  Regenerated.
4369
4370         2004-08-25  Phil Edwards  <phil@codesourcery.com>
4371
4372         * configure.in:  Print a list of available language front-ends if
4373         a requested one is missing.  Tidy stray tab characters.
4374         * configure:  Regenerated.
4375
4376 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
4377
4378         * Makefile.in: Regenerate.
4379         * configure: Regenerate.
4380
4381         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4382         stage_*_flags.
4383         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4384         for bootstrapped modules if toplevel bootstrap is going.
4385         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4386         modules.  Adjust for changes in Makefile.def.  Enable several
4387         rules even in non-bootstrap mode, just to avoid peppering the
4388         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4389         (stage-[+prev+]-bubble): Remove.
4390
4391         * Makefile.def (Dependencies): Depend on all-build-bison,
4392         all-build-flex, all-build-byacc, all-build-texinfo, rather
4393         than the host variations.
4394         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4395         with BUILD_SUBDIR.
4396         (BISON): Update for recent Bisons.
4397         (YACC): Fix typo.
4398         (cross): Depend on all-build.
4399         (all): Do not depend on all-build.
4400         (prebootstrap): Remove.
4401         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4402         (Prebootstrap dependencies): Add them to the per-stage targets
4403         and to all-prebootstrap.
4404         * configure.in (build_configdirs): Always enable build_tools.
4405         (BUILD_DIR_PREFIX): Remove.
4406
4407         * Makefile.def (gcc): Add target variable.
4408         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4409         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4410         in the recursive `make', instead of hardwiring `all'.
4411         (Autogenerated TARGET-* variables): New.
4412
4413 2004-08-17  Robert Millan  <robertmh@gnu.org>
4414
4415         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4416         (instead of FreeBSD).
4417         * configure: Regenerate.
4418
4419 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4420
4421         * Makefile.def, configure.in, src-release: Remove useless, bogus
4422         references to tix.
4423         * Makefile.in, configure: Regenerate.
4424
4425         * src-release: Stop distributing mmalloc with gdb (which doesn't
4426         use it).
4427         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4428         * Makefile.in: Regenerate.
4429
4430 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4431
4432         * configure.in (arm*-*-eabi*): New target.
4433         * configure: Regenerate.
4434
4435 2004-08-01  Robert Millan  <robertmh@gnu.org>
4436
4437         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4438         libmudflap for all GNU-based systems (with Glibc).
4439         * configure: Regenerate.
4440
4441 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4442
4443         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4444         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4445         (Dependencies): New section.
4446         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4447         (configure-target-[+module+]): Depend on maybe-all-gcc
4448         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4449         (toplevel profiledbootstrap): Fix dependencies.
4450         * Makefile.in: Regenerate.
4451
4452 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4453
4454         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4455         target-libiberty to noconfigdirs.
4456
4457 2004-08-03  Paul Brook  <paul@codesourcery.com>
4458
4459         * configure.in: Check for MPFR as well as GMP.
4460         * configure: Regenerate.
4461
4462 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4463
4464         * Makefile.def (host-modules): Add gcc.
4465         * Makefile.in: Regenerate.
4466         * Makefile.tpl (sorry): New rule.
4467         (configure-host, all-host, [+make_target+]-host, do-check,
4468         install-host): Do not add gcc as a special case.
4469         (host modules): Add a small special-casing for gcc.  Export
4470         extra_make_flags through the environment.
4471         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4472         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4473         other recursive targets for gcc): Remove.
4474
4475         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4476         (stage, unstage): New rules.
4477         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4478         distclean-stage[+id+]): Use stage_current.
4479         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4480         the stage*-start rules.
4481
4482 2004-07-19  Robert Millan  <robertmh@gnu.org>
4483
4484         Synced from gcc:
4485
4486         2004-04-26  Robert Millan  <robertmh@gnu.org>
4487
4488         Add patches from libtool CVS.
4489         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4490         * ltconfig: Likewise.
4491         * ltcf-c.sh: Likewise.
4492         * ltcf-cxx.sh: Likewise.
4493         * ltcf-gcj.sh: Likewise.
4494
4495 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4496
4497         * configure.in: Add noconfigdirs for crx-*-*.
4498         * configure: Regenerate.
4499
4500 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
4501
4502         Synced from gcc:
4503
4504         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
4505
4506         * configure.in: Build libmudflap by default on FreeBSD.
4507         * configure: Regenerated.
4508
4509         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4510
4511         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4512         systems.
4513         * configure: Regenerated.
4514
4515         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4516
4517         PR target/16344
4518         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4519         feedback based compiler.
4520         * Makefile.in: Rebuilt.
4521
4522         2004-07-05  Phil Edwards  <phil@codesourcery.com>
4523
4524         * configure.in:  Do not prepend $srcdir to /dev/null in
4525         makefile fragments.
4526         * configure:  Regenerate.
4527
4528 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4529
4530         * Makefile.def (host_modules): Set bootstrap=true for flex.
4531         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4532         * Makefile.in: Rebuilt.
4533
4534 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4535
4536         * Makefile.def (build_modules): Add bison, byacc, flex,
4537         m4, texinfo.
4538         (flags_to_pass): Add FLEX.
4539         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4540         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4541         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4542         DEFAULT_MAKEINFO): Remove.
4543         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4544         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4545         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4546         objdir or else use configured tool.
4547         (all-build): New.
4548         (all): Depend on it.
4549         (Build module dependencies): Add.
4550         * Makefile.in: Regenerate.
4551         * configure.in: Better support for multiple build modules,
4552         matching what is done for host/target modules.  Do not look
4553         for "plausible" locations of build tools if Canadian cross.
4554         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4555         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4556         * configure: Regenerate.
4557
4558 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4559
4560         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4561         * Makefile.in: Regenerate.
4562
4563 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4564
4565         * Makefile.tpl (configure-build-[+module+],
4566         configure-[+module+], configure-target-[+module+]): Pass
4567         [+extra_configure_args+].
4568         (all-build-[+module+], all-[+module+], check-[+module+],
4569         install-[+module+], [+make_target+]-[+module+],
4570         all-target-[+module+], check-target-[+module+],
4571         install-target-[+module+], [+make_target+]-target-[+module+]):
4572         Pass [+extra_make_args+].
4573         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4574         (GCC_HOST_EXPORTS): Remove.
4575         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4576         cross, check-gcc, check-gcc-c++, install-gcc,
4577         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4578         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4579         * Makefile.in: Regenerate.
4580
4581 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
4582
4583         * configure.in: Check for srcdir/winsup rather than build directory
4584         winsup.
4585         * configure: Regenerate.
4586
4587 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
4588
4589         * configure.in: Don't build Cygwin native newlib if winsup
4590         directory is missing.  Emit warning instead.
4591         * configure: Regenerate.
4592
4593 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
4594
4595         * Makefile.tpl (touch-stage[+id+]): New.
4596         (restage[+prev+]): Depend on touch-stage[+id+].
4597
4598         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4599         Use it throughout.
4600
4601         * Makefile.def: Add profile and feedback bootstrap stages.
4602         Remove next field from bootstrap stages.
4603         * Makefile.tpl (LN, LN_S): Substitute.
4604         (stageN-start, stageN-end): Use double-colon rules, to
4605         provide a hook for additional setup commands.
4606         (distclean-stageN-gcc, restageN): Create dependencies from
4607         [+prev+], not from [+next+].
4608         (stageN-bubble): Add commands for successive stages from
4609         [+prev+], using double-colon rules.
4610         (all-stageN-gcc): Fix typo.
4611         (stagefeedback-start, profiledbootstrap): New.
4612         * Makefile.in: Regenerate.
4613         * configure.in: Call ACX_PROG_LN.
4614         * configure: Regenerate.
4615
4616 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
4617
4618         * configure.in: Fix --enable-bootstrap breakage introduced in trees
4619         without gcc.
4620         * configure: Regenerate.
4621
4622 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4623
4624         * Makefile.tpl: Fix typo.
4625         * Makefile.in: Regenerate.
4626
4627 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4628
4629         * configure.in: Remove new- prefix from toplevel
4630         bootstrap targets.
4631         * configure: Regenerate.
4632
4633 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4634
4635         Merge this patch from the gcc tree:
4636
4637         2004-05-30  Andreas Jaeger  <aj@suse.de>
4638                     Jim Wilson <wilson@specifixinc.com>
4639
4640         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4641         like CC.
4642
4643 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4644
4645         * Makefile.tpl (all.normal): Rename to all.
4646         (all): Replace with a rule to pick the default
4647         target from configure.
4648         (all-gcc, configure-gcc): Use conditionals to
4649         do nothing when toplevel bootstrap is going on.
4650         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4651         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4652         * configure.in: Support --enable-bootstrap.
4653
4654         * Makefile.def: Remove new- prefix from toplevel
4655         bootstrap targets.
4656         * Makefile.tpl: Likewise.
4657
4658         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
4659         target.
4660
4661         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4662         $(RECURSE_FLAGS) to recursive invocation of make.
4663
4664         * Makefile.in: Regenerate.
4665         * configure: Regenerate.
4666
4667 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
4668
4669         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4670         * configure: Regenerate.
4671
4672 2004-05-25  Daniel Jacobowitz  <drow@false.org>
4673
4674         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4675         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4676         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
4677         targets.
4678         * Makefile.in: Regenerate.
4679
4680 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
4681
4682         * configure.in: Test the ability to symlink directories.
4683         * configure: Regenerate.
4684
4685         * Makefile.def (bootstrap-stage): New definitions.
4686         * Makefile.tpl (configure-stage1-gcc,
4687         configure-stage2-gcc, configure-stage3-gcc,
4688         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4689         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4690         new-restage3, compare): Autogenerate, see Makefile.in
4691         entry for behavioral changes.
4692         (distclean-stage1, new-stage1-start, new-stage1-end,
4693         new-stage1-bubble, distclean-stage2, new-stage2-start,
4694         new-stage2-end, new-stage2-bubble, distclean-stage3,
4695         new-stage3-start, new-stage3-end): New autogenerated targets.
4696         (objext, prebootstrap, BOOT_CFLAGS,
4697         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4698         targets.
4699
4700         * Makefile.in: Regenerate.
4701         (distclean-stage1, new-stage1-start, new-stage1-end,
4702         new-stage1-bubble, distclean-stage2, new-stage2-start,
4703         new-stage2-end, new-stage2-bubble, distclean-stage3,
4704         new-stage3-start, new-stage3-end): New targets.
4705         (all-stage1-gcc): Move prebootstrap dependency from here...
4706         (configure-stage1-gcc): ...to here.
4707         (new-bootstrap): Use bubble targets.
4708         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4709         Use per-stage distclean targets.
4710         (configure-stage1-gcc, configure-stage2-gcc,
4711         configure-stage3-gcc, all-stage1-gcc,
4712         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4713         Use new-stageN-start to prepare the tree.
4714
4715 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4716
4717         * Makefile.def (host_modules): add libcpp.
4718         * Makefile.tpl: Add dependencies on and for libcpp.
4719         * Makefile.in: Regenerate.
4720         * configure.in: Add libcpp host module.
4721         * configure: Regenerate.
4722
4723 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4724
4725         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4726         of libf2c.
4727         * configure, Makefile.in: Regenerate.
4728
4729 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4730
4731         Merge from tree-ssa-20020619-branch.
4732
4733         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4734         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4735         (HOST_GMPLIBS): Define.
4736         (HOST_GMPINC): Define.
4737         (TARGET_LIB_PATH): Add libmudflap.
4738         (GFORTRAN_FOR_TARGET): Define.
4739         (configure-build*): Export GFORTRAN.
4740         (configure-gcc): Export GMPLIBS and GMPINC.
4741         (all-gcc): Add maybe-all-libbanshee.
4742         (configure-target-libgfortran): Define.
4743         * Makefile.in: Regenerate.
4744         * configure.in (host_libs): Add libbanshee.
4745         (target_libraries): Add target-libmudflap and target-libgfortran.
4746         Add --with-libbanshee.
4747         Handle --disable-libmudflap.
4748         (*-*-freebsd*): Use with_gmp.
4749         Add $(libgcj) to noconfigdirs.
4750         * configure: Regenerate.
4751         * depcomp: New file.
4752         * MAINTAINERS: Add tree-ssa maintainers.
4753
4754 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
4755
4756         * config/acx.m4: Fix fastcompare support for new-bootstrap.
4757         * configure: Regenerate.
4758
4759 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4760
4761         Revert:
4762         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4763
4764         * Makefile.def (flags_to_pass): Remove *dir variables that
4765         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4766         as well as prefix and exec_prefix.
4767         * Makefile.in: Regenerate.
4768
4769 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4770
4771         * Makefile.def (host_modules): Mark with the bootstrap
4772         flag packages on which gcc depends.
4773         * Makefile.tpl (all-bootstrap): Use it.
4774         * Makefile.in: Regenerate.
4775
4776 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4777
4778         * Makefile.def (flags_to_pass): Remove *dir variables that
4779         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4780         as well as prefix and exec_prefix.
4781         * Makefile.in: Regenerate.
4782
4783 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4784
4785         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4786         * configure: Regenerate.
4787         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4788         * gcc/Makefile.tpl (compare): Use the result of the test.
4789         * gcc/Makefile.in: Regenerate.
4790
4791 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
4792
4793         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4794         Always relocate gcc and prev-gcc to the original names, even
4795         if the build fails.
4796         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4797         New targets.
4798
4799 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4800
4801         * configure.in (mips*-*-irix5*): Enable ld.
4802         * configure: Regenerate.
4803
4804 2004-04-15  James E Wilson  <wilson@specifixinc.com>
4805
4806         * Makefile.tpl (configure-[+module+], configure-gcc,
4807         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4808         Set and export LDFLAGS.
4809         * Makefile.in: Regenerate.
4810
4811 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4812
4813         PR bootstrap/14871
4814         * Makefile.tpl: If we don't have built-in-tree target tools,
4815         use the ones found by configure rather than hacking around with
4816         program_transform_name.
4817         * configure.in: Give Makefile.tpl the information necessary
4818         to do that.
4819         * Makefile.in: Regenerate.
4820         * configure: Regenerate.
4821
4822 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
4823
4824         PR bootstrap/14760
4825         * configure.in: When computing baseargs, strip *all* copies of
4826         offending options.  Also, don't match/substitute the trailing space,
4827         so that this actually works when two similar options are separated by
4828         only one space.
4829         * configure: Regenerate.
4830
4831 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
4832
4833         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4834         (rs6000-*-aix*): Same.
4835         * configure: Regenerate.
4836
4837 2004-03-25  Stan Shebs  <shebs@apple.com>
4838
4839         Remove MPW support, no longer used.
4840         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4841         mpw-install: Remove files.
4842         * src-release (DEVO_SUPPORT): Remove names of removed files.
4843         * MAINTAINERS: Likewise.
4844
4845 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
4846
4847         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4848         STRICT_WARN, WARN_CFLAGS flags passed down to make.
4849         * Makefile.in: Regenerate.
4850
4851         * configure.in (top level bootstrap support): Rework --enable-werror
4852         to set @stage2_werror_flag@.
4853         * configure: Regenerate.
4854         * Makefile.tpl (top level bootstrap support): Pass
4855         @stage2_werror_flag@ down to configure in stages 2 and 3.
4856         * Makefile.in: Regenerate.
4857
4858 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4859
4860         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4861         for stages 2 and 3 as well as in make.  As a consequence, remove
4862         OUTPUT_OPTION (now detected by configure) from the flags passed down
4863         to make.
4864         * Makefile.in: Regenerate.
4865
4866         * Makefile.tpl (new-bootstrap): Fix typo.
4867         * Makefile.in: Regenerate.
4868
4869 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4870
4871         * Makefile.tpl: Rearrange by moving recursive_targets rules
4872         into their proper sections.
4873         * Makefile.tpl (top level bootstrap support): Move disabling
4874         of coverage flags from 'make' to 'configure'; improve comments.
4875         * Makefile.in: Regenerate.
4876
4877         * Makefile.tpl (experimental top level bootstrap) Move stage1
4878         language setting from all- target to configure- target; disable
4879         intermodule optimization in stage 1; prevent gratuitous rebuilds
4880         of stage 1.
4881         * Makefile.in: Regenerate.
4882         * configure.in: Comma-separate stage 1 language list for top
4883         level bootstrap.
4884         * configure: Regenerate.
4885
4886         * Makefile.tpl: Clean up experimental top level bootstrap support:
4887         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4888         prev-gcc in configure- targets as well as all- targets.
4889         * Makefile.in: Regenerate.
4890
4891 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
4892
4893         * configure.in: Remove symbolic link section.
4894         * configure: Regenerate.
4895         * Makefile.tpl (links): Remove.
4896         * Makefile.in: Regenerate.
4897
4898 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
4899             Nathanael Nerode  <neroden@gcc.gnu.org>
4900
4901         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
4902         Set with AC_CHECK_PROGS.
4903         * configure.in: Fix comment typo from last patch.
4904         * configure: Regenerate.
4905
4906 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4907
4908         * Makefile.tpl: Introduce experimental top level bootstrap support.
4909         * Makefile.in: Regenerate.
4910         * configure.in: Introduce support for top level bootstrap.
4911         * configure: Regenerate.
4912
4913 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4914             Paolo Bonzini  <bonzini@gnu.org>
4915
4916         PR bootstrap/14522
4917         * configure.in: Cope with shells that do not support unquoted ^
4918         * configure: Regenerate.
4919
4920 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4921             Paolo Bonzini  <bonzini@gnu.org>
4922
4923         PR bootstrap/14522
4924         * configure.in: Cope with shell that do not support nesting
4925         quotes inside quoted backquote substitutions.
4926         * configure: Regenerate.
4927
4928 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
4929
4930         PR bootstrap/14522
4931         * configure.in: Fix escaping of $.
4932         * configure: Regenerate.
4933
4934 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4935
4936         * configure: Regenerate.
4937
4938 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
4939
4940         PR ada/14131
4941         Move language detection to the top level.
4942         * configure.in: Find default values for the tools as
4943         soon as possible.  Disable ada if GNAT is not found.
4944         Emit error message about missing languages.  Expand
4945         --enable-languages=all for the gcc subdirectory.
4946
4947 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
4948
4949         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4950         and disable libgcj.
4951         * configure: Regenerated.
4952
4953 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4954
4955         PR bootstrap/7087
4956         * Makefile.tpl: Guard XFOO sed statements better.
4957         * Makefile.tpl: Add dependency for configure-target-libada.
4958         * Makefile.in: Regenerate (incidentally fixes broken
4959         commit when libada-branch was merged).
4960
4961 2004-02-28  Andrew Cagney  <cagney@redhat.com>
4962
4963         * src-release (CVS_NAMES): Define.
4964         (do-tar, do-tar): Prune $(CVS_NAMES).
4965
4966 2004-02-23  Andrew Cagney  <cagney@redhat.com>
4967
4968         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
4969         2004-02-19.09.
4970
4971 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4972
4973         PR bootstrap/11932
4974         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4975
4976 2004-02-19  Andrew Cagney  <cagney@redhat.com>
4977
4978         * config.guess: Update from version 2003-06-12 to 2004-02-16.
4979         * config.sub: Update from version 2003-06-13 to 2004-02-16.
4980
4981 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
4982
4983         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4984         (rs6000-*-aix*): Same.
4985         * configure: Regenerate.
4986
4987 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
4988
4989         * configure.in (host): Add in missing $noconfigdirs to defines.
4990         * configure: Regenerate.
4991
4992 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
4993             Nathanael Nerode  <neroden@gcc.gnu.org>
4994
4995         PR ada/6637, PR ada/5911
4996         Merge with libada-branch:
4997         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4998         with appropriate dependencies. Add --enable-libada configure switch.
4999         * configure, Makefile.in: Regenerate.
5000
5001 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5002
5003         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5004         * configure: Regenerate.
5005
5006 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
5007
5008         * COPYING.NEWLIB: Update Red Hat license to 2004.
5009
5010 2004-01-23  DJ Delorie  <dj@redhat.com>
5011
5012         * Makefile.def (target_modules) [libiberty]: Don't stage.
5013         * Makefile.in: Rebuilt.
5014
5015 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
5016
5017         * COPYING.NEWLIB: Update to include copyrights for new
5018         iconv code.
5019
5020 2004-01-15  Andrew Cagney  <cagney@redhat.com>
5021
5022         * src-release: Update copyright year.
5023         (do-proto-toplev): Configure using i686-pc-linux-gnu.
5024         (NEWLIB_SUPPORT_DIRS): Delete macro.
5025         (newlib.tar.bz2): Delete rule.
5026
5027 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
5028
5029         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5030         * Makefile.tpl (configure-target-[+module+]): Support stage.
5031         * Makefile.in: Rebuilt.
5032
5033 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5034
5035         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5036         throughout.
5037
5038 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5039
5040         * configure.in: Use ./config.cache, not config.cache.
5041         * configure: Regenerate.
5042         * Makefile.tpl: Special-casing not needed for GCC any more.
5043         * Makefile.in: Regenerate.
5044
5045         * configure.in: Don't share a cache file for host dirs.
5046         * configure: Regenerate.
5047
5048         * config-ml.in: Don't mess with the cache file.
5049
5050 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5051
5052         * Makefile.tpl: Make GCC use a separate config.cache.
5053         * Makefile.in: Regenerate.
5054
5055         PR bootstrap/11932, PR bootstrap/11933
5056         (I don't know if it will fix either of them, but it relates
5057         to them.)
5058         * configure.in: Don't use shared config.cache for target
5059         directories.
5060         * configure: Regenerate.
5061
5062 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5063
5064         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5065         * configure: Regenerated.
5066
5067 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5068
5069         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5070         * configure: Regenerated.
5071
5072 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5073
5074         Port change over from GCC:
5075         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5076         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5077         (configure-build-[+module+], configure-[+module+]): Likewise.
5078         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5079         * Makefile.in: Regenerate.
5080
5081 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5082
5083         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5084         * configure: Regenerate.
5085
5086 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
5087
5088         * COPYING.NEWLIB: Add license info for long long routines added to
5089         stdlib.
5090
5091 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5092
5093         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5094         * Makefile.in: Regenerate.
5095
5096 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5097
5098         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5099         * configure:  Regenerate.
5100
5101 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5102
5103         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5104         HOST_FLAGS_TO_PASS.
5105         * Makefile.in: Regenerate.
5106
5107 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5108
5109         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5110         * configure: Rebuilt
5111         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5112         * Makefile.in: Rebuilt
5113
5114 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5115
5116         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5117
5118 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
5119
5120         * config-ml.in:  Use ac_configure_args directly instead of
5121         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5122         actually seen.
5123
5124 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5125
5126         * config-ml.in: Propagate INSTALL variables.
5127
5128 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5129
5130         * configure.in: Pass a computed --program-transform-name
5131         to subconfigures.
5132         * configure: Regenerated.
5133
5134 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5135
5136         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5137         * Makefile.in: Regenerate.
5138
5139         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5140         * Makefile.in: Regenerate.
5141
5142 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5143
5144         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5145         quoting.
5146         * configure: Regenerated.
5147
5148 2003-09-12  Michael Chastain  <mec@shout.net>
5149
5150         Fix PR gdb/857.
5151         * src-release (do-proto-topleve): Remove junk files
5152         intl/config.cache, intl/config.status,
5153         intl/config.h, intl/stamp-h.
5154
5155 2003-09-14  Andrew Cagney  <cagney@redhat.com>
5156
5157         * src-release (dejagnu.tar): New target.
5158         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5159         (do-djunpack): Use $(PACKAGE) for the package name.
5160
5161 2003-09-04  DJ Delorie  <dj@redhat.com>
5162
5163         * configure: Regenerate.
5164
5165 2003-09-04  Robert Millan  <robertmh@gnu.org>
5166
5167         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5168
5169 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5170
5171         * configure.in: Ensure arguments to sed are properly spaced.
5172         * configure: Regenerate.
5173
5174 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
5175
5176         Merge from gcc:
5177         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5178         * install-sh:  Update to newer upstream versions (associated with
5179         aclocal 1.7).
5180         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5181
5182 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5183
5184         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5185         * configure: Regenerated.
5186
5187 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5188
5189         * configure.in:  Use newline instead of semicolon when assuming
5190         shell arguments in a for loop.
5191         * configure:  Regenerated.
5192
5193 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5194
5195         PR 8180
5196         * configure.in: When testing with_libs and with_headers, treat
5197         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5198         * configure: Regenerate.
5199
5200         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5201         make, shell, etc.
5202         (baseargs): Likewise.
5203         * configure: Regenerate.
5204
5205 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5206
5207         * configure.in: Disable libgcj for darwin not on powerpc.
5208         * configure: Rebuild.
5209
5210 2003-08-15  Michael Chastain  <mec@shout.net>
5211
5212         * src-release (do-proto-toplev): Remove junk files
5213         dejagnu/example/calc/config.status,
5214         dejagnu/example/calc/config.log.
5215
5216 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5217
5218         * config-ml.in, symlink-tree: Add license.
5219
5220 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5221
5222         Merge from gcc:
5223
5224         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5225         * Makefile.tpl (check, check-c++): Express dependencies using
5226         dependencies rather than commands.
5227         * Makefile.in: Regenerate.
5228
5229         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5230         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5231         * Makefile.in: Update.
5232
5233 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5234
5235         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5236         * configure: Ditto.
5237
5238 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5239
5240         * configure.in: Enable libgcj for darwin.
5241         * configure: Rebuild.
5242
5243 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5244
5245         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5246
5247 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5248
5249         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5250         creating target and build subdirs to build all parent dirs as needed.
5251         * Makefile.in: Rebuild.
5252         * configure.in: Don't build dirs explicitly here.
5253         * configure: Rebuild.
5254
5255 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5256
5257         * Makefile.tpl (all-make): Depend on intl.
5258         * Makefile.in: Rebuilt.
5259
5260 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5261
5262         * config.if: Remove unused libc_interface determination.
5263
5264 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5265
5266         * Makefile.in: Regenerate, correctly this time.
5267
5268 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5269
5270         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5271         unused INSTALL_PROGRAM_ARGS.
5272         * configure.in: Use AC_PROG_INSTALL.
5273         * Makefile.in: Regenerate.
5274         * configure: Regenerate.
5275
5276 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5277
5278         * configure: Rebuilt.
5279         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5280         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5281         newlib nor libgloss.
5282         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5283         * configure.in (am33_2.0-*-linux*): Added.
5284
5285 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5286
5287         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5288         * configure: Regenerate.
5289
5290 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
5291
5292         * config-ml.in: Replace PWD with PWD_COMMAND.
5293         * Makefile.tpl: Likewise.
5294         * Makefile.in: Regenerated.
5295
5296 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5297
5298         * configure.in: Clean up config-lang.in handling.  Delete
5299         useless assignment to "subdirs".
5300         * configure: Regenerate.
5301
5302 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5303
5304         * configure.in: Rename 'target_libs' to 'target_libraries'.
5305         Remove useless reference to 'target_libs'.
5306         * configure: Regenerate.
5307
5308 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5309
5310         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5311         * Makefile.in: Regenerate.
5312
5313 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5314
5315         * Makefile.def: Introduce flags_to_pass.
5316         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5317         * Makefile.in: Regenerate.
5318
5319 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
5320
5321         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5322         and target-libgloss.
5323         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5324         <h8300*-*-*>: Disable libf2c and ${libgcj}.
5325         * configure: Regenerate.
5326
5327 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
5328
5329         * configure.in: Update testsuite_flags to new location.
5330         * configure. Regenerate.
5331
5332 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5333
5334         * Makefile.tpl: Remove BUILD_CC stuff.
5335         * Makefile.in: Regenerate.
5336
5337 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
5338
5339         * config.guess: Update to 2003-06-12 version.
5340         * config.sub: Update to 2003-06-13 version.
5341
5342 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5343
5344         * MAINTAINERS: Add myself as MIPS co-maintainer.
5345
5346 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
5347
5348         * config.guess: Update to 2003-06-06 version.
5349         * config.sub: Update to 2003-06-06 version.
5350
5351 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5352
5353         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5354         * configure. Regenerate.
5355
5356 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5357
5358         * configure.in: Disable serial configure by default.
5359         * configure: Regenerate.
5360         * Makefile.tpl: Abolish .NOTPARALLEL.
5361         * Makefile.in: Regenerate.
5362
5363         * Makefile.tpl: Replace {build,host,target}_canonical by
5364         {build,host,target}.
5365         * Makefile.in: Regenerate.
5366
5367         * Makefile.tpl: Fix stupid pasto.
5368         * Makefile.in: Regenerate.
5369
5370 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5371
5372         * Makefile.tpl: Remove bogus conditional.
5373         * Makefile.in: Regenerate.
5374
5375 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5376
5377         * Makefile.tpl: Make 'recursive targets' using autogen rather
5378         than shell loop.  Remove duplicate 'clean' targets and false
5379         comments.
5380         * Makefile.def: Add systematic dependencies to 'recursive' targets.
5381         Add systematic method of specifying missing targets in subdirs.
5382         Add copyright boilerplate.
5383         * Makefile.in: Regenerate.
5384         * configure.in: Add 'recursive targets' to maybe list.
5385         * configure: Regenerate.
5386
5387         * Makefile.tpl: Rename [+target+] to [+make_target+].
5388         * Makefile.def: Rename 'target' to 'make_target'.
5389
5390 2003-05-30  Nick Clifton  <nickc@redhat.com>
5391
5392         * README-maintainer-mode: Update URL for locating blessed config
5393         tools.
5394
5395 2003-05-29  Robert Millan  <rmh@debian.org>
5396
5397         * ltconfig: Import this patch and modify for use with current
5398         version of ltconfig:
5399
5400         2003-05-21  Bruno Haible  <bruno@clisp.org>
5401
5402         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5403         GNU/FreeBSD.
5404
5405 2003-05-28  DJ Delorie  <dj@redhat.com>
5406
5407         * Makefile.tpl: Make maybe-check-gcc .PHONY.
5408         * Makefile.in: Regenerate.
5409
5410 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
5411
5412         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
5413
5414 2003-05-21  DJ Delorie  <dj@redhat.com>
5415
5416         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5417         newlib or libgloss.
5418         * Makefile.in: Regenerate.
5419
5420 2003-05-21  DJ Delorie  <dj@redhat.com>
5421
5422         * Makefile.tpl: Add missing empty maybe-check-gcc target.
5423         * Makefile.in: Regenerate.
5424
5425 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5426
5427         * configure.in: Use curly braces in the definition of tooldir.
5428         * configure: Regenerate.
5429
5430 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5431
5432         * configure.in: Switch more things to use maybe dependencies.
5433         * Makefile.tpl: Switch more things to use maybe dependencies.
5434         Factor out common code from autogen IF statements.
5435         * configure: Regenerate.
5436         * Makefile.in: Regenerate.
5437
5438 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
5439
5440         * configure.in: Accept i[3456789]86 for machine type.
5441         * configure: Regenerate.
5442
5443 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5444
5445         * configure.in: Switch more things to use maybe dependencies.
5446         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
5447         * configure: Regenerate.
5448         * Makefile.tpl: Switch more things to use maybe dependencies.
5449         * Makefile.in: Regenerate.
5450
5451 2003-05-16  Andreas Schwab  <schwab@suse.de>
5452
5453         * Makefile.tpl (install-opcodes): Define.
5454         * Makefile.in: Rebuild.
5455
5456 2003-05-13  Andreas Jaeger  <aj@suse.de>
5457
5458         * config.guess: Update to 2003-05-09 version.
5459         * config.sub: Update to 2003-05-09 version.
5460
5461 2003-05-13  Michael Eager <eager@mvista.com>
5462
5463         * configure.in: Correct sed script so that options in quotes are not
5464         deleted.
5465         * configure: Rebuild.
5466
5467 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
5468
5469         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5470         and $$s/newlib/libc/sys/cygwin32 include paths.
5471         * configure: Ditto.
5472
5473 2003-05-05  H.J. Lu <hjl@gnu.org>
5474
5475         * config-ml.in: Restored from gcc repository.
5476
5477 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
5478
5479         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5480         * Makefile.in: Regenerate.
5481
5482 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5483
5484         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5485         and Makefile.def.
5486
5487 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5488
5489         * Makefile.tpl: Clean $(BUILD_SUBDIR).
5490         * Makefile.in: Regenerated.
5491
5492 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5493
5494         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5495         * Makefile.in: Regenerate.
5496
5497 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
5498
5499         * configure.in (powerpc64*-*-linux*): Remove.
5500         * configure: Rebuilt.
5501
5502 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
5503
5504         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
5505         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5506         and restrap.
5507         * Makefile.in:  Regenerate.
5508
5509 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
5510
5511         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5512         * configure: Regenerated.
5513
5514 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
5515
5516         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5517         * */configure: Rebuilt.
5518
5519 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5520
5521         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5522         * Makefile.in: Regenerate.
5523
5524 2003-03-14  Michael Chastain  <mec@shout.net>
5525
5526         * Makefile.in: Regenerate with correct Makefile.def.
5527
5528 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5529
5530         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
5531         Make macro.
5532         * Makefile.in: Regenerate.
5533         * configure.in: Clean up gxx_include_dir logic.
5534         * configure: Regenerate.
5535
5536 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5537
5538         * configure.in (gxx_include_dir): Fix typo.
5539         * configure: Regenerated.
5540
5541 2003-03-06  Andrew Cagney  <cagney@redhat.com>
5542
5543         * texinfo/texinfo.tex: Import version 2003-02-03.16.
5544
5545 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
5546
5547         * configure.in: Include $(build_tooldir)/sys-include in
5548         FLAGS_FOR_TARGET.
5549         * configure: Regenerated.
5550
5551 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5552
5553         * Makefile.tpl: Reindent.
5554         * Makefile.in: Regenerate.
5555         * configure.in: Reindent.  Don't set unused variables.
5556         * configure: Regenerate.
5557
5558         * Makefile.tpl: Always pass down RANLIB.
5559         * Makefile.in: Regenerate.
5560
5561         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5562         * Makefile.in: Regenerate.
5563         * configure.in: Remove unused logic relating to --enable-shared
5564         and --enable-threads.  Remove bogus comments.  Remove redundant
5565         noconfigdirs.
5566         * configure: Regenerate.
5567
5568         * configure.in: Replace ${libstdcxx_version} by its value.
5569         Remove reference to mh-dgux.
5570         * configure: Regenerate.
5571
5572 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5573
5574         * Makefile.tpl: Rearrange.
5575         * Makefile.in: Regenerate.
5576
5577 2003-02-25  Nick Clifton  <nickc@redhat.com>
5578
5579         * configure: Remove site-file supprot - it is obsolete.
5580
5581 2003-02-24  Uwe Stieber <uwe@wwws.de>
5582
5583         * configure.in: Add support for kaOS as cross build target system.
5584         * configure: Regenerated.
5585
5586 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
5587
5588         * Makefile.tpl: Add definition of CPPFLAGS to pass into
5589         configure-target-* as some target builds may require additional
5590         flags for preprocessor tests.
5591         * Makefile.in: Regenerated.
5592
5593 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5594
5595         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5596         * ltconfig: Handle it.
5597         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5598         auto-detecting it.
5599
5600 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5601
5602         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5603         it is used as argument to $CC.
5604         * ltcf-gcj.sh: Likewise.
5605
5606 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5607
5608         * configure.in: Introduce --enable-maintainer-mode.
5609         * configure: Rebuilt.
5610         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5611         for maintainer mode.
5612         * Makefile.in: Rebuilt.
5613
5614 2003-02-19  Andrew Cagney <ac131313@redhat.com>
5615
5616         * configure: Regenerate using autoconf 2.13.
5617
5618 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
5619
5620         * config.guess: Import latest version.
5621         * config.sub: Import latest version.
5622
5623 2003-02-18  Jason Merrill  <jason@redhat.com>
5624
5625         * Makefile.tpl (check-c++): Allow parallelism.
5626
5627 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
5628
5629         * configure: Regenerate using autoconf 000227.
5630
5631 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
5632
5633         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5634         don't configure target-libobjc.
5635         * configure: Regenerate.
5636
5637 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5638
5639         * Makefile.tpl (RANLIB): Define.
5640         * Makefile.in: Regenerate.
5641
5642 2003-02-06  Keith R Seitz  <keiths@redhat.com>
5643
5644         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5645         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5646         * Makefile.in: Regenerated.
5647         * configure.in: Remove all traces of snavigator, db, and grep.
5648         * configure: Regenerated.
5649
5650 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
5651
5652         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5653         * Makefile.in: Regenerated.
5654
5655 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
5656
5657         * config.if: Copy from GCC.
5658
5659 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
5660
5661         * configure.in:  Revert 24Jan change.
5662         * configure:  Regenerate.
5663
5664 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5665
5666         * configure.in: Revert previous change.
5667         * configure: Regenerate.
5668
5669 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5670
5671         * configure.in: Make rda native-only.
5672         * configure: Regenerate.
5673
5674 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5675
5676         * configure.in: Add missing \.
5677         * configure: Rebuilt.
5678
5679 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
5680
5681         * configure.in (baseargs): Avoid using \| in sed regular
5682         expressions.
5683         * configure: Rebuilt.
5684
5685 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
5686
5687         * configure.in (baseargs): Remove all supported forms of
5688         --cache-file, --srcdir, --host, --build and --target options
5689         from argument lists.
5690         * configure: Rebuilt.
5691
5692 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
5693
5694         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5695         * configure: Rebuilt.
5696
5697 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5698
5699         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5700         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5701         * Makefile.in: Regenerate.
5702         * configure: Regenerate.
5703
5704 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5705
5706         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5707         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5708         * Makefile.in: Regenerate.
5709
5710 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
5711
5712         * configure.in: Remove Makefile in build, host and target modules
5713         unless configure was run with --no-recursion.
5714         * configure: Rebuilt.
5715
5716 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
5717
5718         * config.guess: Update to 2003-01-03 version.
5719         * config.sub: Update to 2003-01-03 version.
5720
5721 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5722
5723         * configure: Regenerate with proper autoconf 2.13.
5724
5725 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5726
5727         * configure.in: Add AC_PREREQ for consistency.
5728         * configure: Regenerate.
5729
5730 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
5731
5732         * configure.in (GDB_TK): Add tcl directories conditional on
5733         gdb/gdbtk directory being present.
5734         * configure: Regenerate.
5735
5736 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
5737
5738         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
5739         by gcc if LD is not defined and we are not doing a Canadian Cross.
5740         * configure: Rebuilt.
5741
5742 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
5743
5744         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5745
5746 2002-12-31  Tom Tromey  <tromey@redhat.com>
5747
5748         * Makefile.in: Rebuilt.
5749         * Makefile.def (target_modules) [libffi]: Allow installation.
5750
5751 2002-12-31  Andreas Schwab  <schwab@suse.de>
5752
5753         * configure.in: Fix use of $program_transform_name.
5754         * configure: Regenerated.
5755
5756 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
5757
5758         * configure.in (baseargs): Don't remove first configure argument.
5759         * configure: Regenerated.
5760
5761 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
5762
5763         * Makefile.tpl (local-distclean): Don't remove...
5764         (multilib.ts): ... this.  Moved into...
5765         (multilib.out): ... this.  Don't use sub-make.
5766         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5767         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5768         (configure-build-[+module+], configure-[+module+],
5769         configure-target-[+module+], configure-gcc): ... these.  Test
5770         for Makefile existence.  Drop config.status from dependencies.
5771         * Makefile.in: Rebuilt.
5772         * configure.in: Move gcc-version-trigger to the end of
5773         ac_configure_args.  Add comments to maybedep.tmp and
5774         serdep.tmp.  Introduce --disable-serial-configure.  Remove
5775         nonopt from baseargs, matching and removing corresponding
5776         whitespace while at it.
5777         * configure: Rebuilt.
5778
5779 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5780
5781         * configure.in (host_configargs): Replace reference to
5782         no-longer-defined buildopts with --build=${build_alias}.
5783         * configure: Rebuilt.
5784
5785 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5786
5787         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
5788         program_transform_name to standard idiom.
5789         (AUTOGEN, AUTOCONF): Define.
5790         (Makefile.in): Use $(AUTOGEN).
5791         (Makefile): Depend on config.status, and use autoconf-style rule to
5792         build it.  Move original commands to...
5793         (config.status): ... this new target.
5794         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
5795         $(AUTOCONF).
5796         * Makefile.in: Rebuilt.
5797
5798 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5799
5800         * Makefile.tpl: Fix dramatic bustage due to change in
5801         program_transform_name.
5802         * Makefile.in: Regenerate.
5803
5804         * configure.in: Remove unnecessary PATH setting.
5805         * configure: Regnerate.
5806
5807         * configure.in: Don't default to unprefixed tools unless
5808         the native tools will work.
5809         * configure: Regenerate.
5810
5811         * configure.in: Convert to autoconf script.  Blow away lots
5812         of now-redundant Makefile fragments.
5813         * configure: Generate using Autoconf.
5814         * Makefile.tpl: Rewrite to reflect autoconfiscation.
5815         * Makefile.in: Regenerate.
5816
5817 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5818
5819         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
5820         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5821
5822         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
5823         where they belong.
5824
5825 2002-12-24  Andreas Schwab  <schwab@suse.de>
5826
5827         * Makefile.tpl (multilib.out): Fix missing space.
5828         * Makefile.in: Regenerate.
5829
5830 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5831
5832         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
5833         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
5834         * Makefile.in: Regenerate.
5835         * configure.in: Remove unnecessary leftovers.
5836
5837 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
5838
5839         * configure.in (extra_ranlibflags_for_target): New variable.
5840         (*-*-darwin): Add -c to ranlib commands.
5841         * configure (tooldir): Handle extra_ranlibflags_for_target.
5842
5843 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
5844
5845         * COPYING.NEWLIB: Updated.
5846         * COPYING.LIBGLOSS: Ditto.
5847
5848 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5849
5850         * Makefile.tpl: Revert HJL's change.
5851         * Makefile.in: Regenerated.
5852         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5853         always.
5854
5855 2002-12-19  Andreas Schwab  <schwab@suse.de>
5856
5857         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5858         * Makefile.in: Regenerate.
5859
5860 2002-12-18  H.J. Lu <hjl@gnu.org>
5861
5862         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5863         * Makefile.in: Regenerated.
5864
5865         * configure.in (build_prefix): New. Substitute.
5866
5867 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5868
5869         * Makefile.tpl: Don't let real targets depend on phony targets.
5870         * Makefile.in: Regenerate.
5871
5872         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5873         * Makefile.in: Regenerate.
5874
5875 2002-12-16  Jason Merrill  <jason@redhat.com>
5876
5877         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5878         previous 'make bootstrap'.
5879         * Makefile.in: Regenerate.
5880
5881 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
5882
5883         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5884
5885 2002-12-13  Jason Merrill  <jason@redhat.com>
5886
5887         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
5888         library tests.
5889         (check-c++): Just depend on it and check-target-libstdc++-v3.
5890         * Makefile.in: Regenerate.
5891
5892 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5893
5894         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5895         * Makefile.in: Regenerate.
5896
5897 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
5898
5899         * COPYING.NEWLIB: Update list of alternate Regent of California
5900         licenses and discuss official revoking of advertising clause.
5901         * COPYING.LIBGLOSS: Ditto.
5902
5903 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5904
5905         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5906         * Makefile.in: Rebuilt.
5907
5908 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5909
5910         * configure: Fix bug put in by gremlins.
5911
5912         * Makefile.tpl: Substitute more autoconfily.
5913         * configure: Substitute more autoconfily.
5914         * Makefile.in: Regenerate.
5915
5916 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
5917
5918         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5919         * Makefile.in (all-sim): Ditto.
5920
5921 2002-12-06  DJ Delorie  <dj@redhat.com>
5922
5923         * Makefile.tpl: Change configure dependencies to not have real
5924         targets depend on phony targets.
5925
5926 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
5927
5928         * configure.in: Revert unintentional change.
5929
5930         * src-release: Configure host subdirs.
5931
5932         * Makefile.tpl: Change dependency for */multilib.out so that
5933         it works when gcc isn't in the tree.
5934
5935         * configure.in: Substitute more.
5936         * configure: Run subconfigures from the Makefile.
5937         * Makefile.tpl: Run subconfigures from the Makefile; add a few
5938         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
5939
5940 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5941
5942         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5943         and corresponding dependencies.
5944         * Makefile.in: Regenerate.
5945
5946         * configure.in (host_tools): Order binutils, gas and ld for
5947         convenience in running the testsuites.
5948
5949         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5950         * Makefile.in: Regenerate.
5951         * configure.in: Introduce rules to serialize subconfigure runs.
5952
5953         * configure.in: Introduce BASE_CC_FOR_TARGET.
5954         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
5955         Realize configure-build-* targets.  Realize configure-target-* targets.
5956         * Makefile.in: Regenerate.
5957
5958 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5959
5960         * configure: Move gcc_version_trigger stuff from here...
5961         * configure.in: ...to here.
5962
5963         * configure.in: Separate subconfigure options added by this file from
5964         options given by the user.  Add machinery to put args for host
5965         subconfigures into the Makefile.
5966
5967         * Makefile.tpl: Remove 'vault' targets.
5968         * Makefile.tpl: Reorder and comment dependencies.
5969         * Makefile.in: Regenerate.
5970
5971 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
5972
5973         * configure.in: Move host-specific darwin noconfigdirs into
5974         the host-specific section.
5975
5976 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5977
5978         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
5979         during replay.
5980         * Makefile.in: Regenerate.
5981
5982         (finishing slow-motion replay)
5983         * configure: Remove skip-this-dir support.
5984         * Makefile.tpl: Remove skip-this-dir support.
5985
5986         * Makefile.tpl: Remove leftover support for non-autoconfiscated
5987         subdirectories.
5988         * Makefile.in: Regenerate.
5989
5990         * Makefile.tpl: Strip out useless setting of 'dir'.
5991         * Makefile.in: Regenerate.
5992
5993 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5994
5995         (finishing slow-motion replay)
5996         * configure.in: Fix deeply stupid bug.
5997
5998         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5999         shell code in CXX_FOR_TARGET
6000         * Makefile.def: Introduce raw_cxx.
6001         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6002         RAW_CXX_FOR_TARGET.
6003         * Makefile.in: Regenerate.
6004
6005 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6006
6007         (finishing slow-motion replay)
6008         * Makefile.tpl: Remove unnecessary ifs.
6009         * Makefile.in: Regenerate.
6010
6011         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6012         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6013         targets for 'no_install' modules.
6014         * configure: Move GDB_TK substitution to configure.in.  Move
6015         build_modules stuff to configure.in.
6016         * configure.in: Implement soft dependency machinery.  Maybe-ize
6017         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6018         * Makefile.in: Regenerate.
6019
6020 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6021
6022         (continuing slow-motion replay)
6023         * Makefile.tpl: Make all-target, install-target behave similarly
6024         to all, install (only hitting configured targets).  Eliminate
6025         unused macro defintions.
6026
6027         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6028         build != host.
6029
6030         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6031
6032         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6033
6034         * configure.in: Produce lists of subdir targets we're actually
6035         configuring.  Remove references to "dosrel".
6036         * Makefile.tpl: Let configure set which subdir targets are hit.
6037         Remove install-cross; clean up install; remove ALL.  Remove
6038         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6039         Autogenerate host module targets.  Remove empty dependency lines
6040         and redundant dependency; rearrange slightly.
6041         * Makefile.def: Add host-side libtermcap, utils.
6042
6043         * Makefile.in: Regenerate.
6044
6045 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6046
6047         (Continuing slow-motion replay)
6048         * Makefile.def: Add list of recursive targets to autogenerate.
6049         Add build_modules.
6050         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6051         targets.  Autogenerate *-build-* targets.
6052         * Makefile.in: Regenerate.
6053
6054 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6055
6056         (Continuing slow-motion replay)
6057         * configure: More autoconf-style substitutions.
6058         * Makefile.tpl: More autoconf-style substitutions.
6059         * Makefile.in: Regenerate.
6060
6061 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6062
6063         (Continuing slow-motion replay)
6064         * configure: Substitute more variables in a more autoconf-friendly
6065         way.  Simplify slightly.
6066         * Makefile.tpl: Make more variables substitutable in an
6067         autoconf-friendly way.
6068         * Makefile.in: Regenerate.
6069
6070 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6071
6072         (Continuing slow-motion replay)
6073         * configure.in (v810*): Remove special setting of tools.
6074
6075         * configure: Add support for extra required flags for ar or nm.
6076         * configure.in (aix4.3+): Use above support for target-specific
6077         issues, rather than using config/mt-aix43.
6078
6079 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6080
6081         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6082         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6083         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6084         with $srcdir.  Reformat indentation.  Substitute some variables
6085         formerly hard-coded in the Makefile for build=host.
6086         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6087         * Makefile.def: Autogenerate more.
6088         * Makefile.in: Regenerate.
6089
6090 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6091
6092         * Makefile.tpl: syntactic cleanup
6093
6094 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6095
6096         * Makefile.def (host_modules): Add rda.
6097         * Makefile.in: Regenerate.
6098         * configure.in (target_tool): Add target-rda to list.
6099
6100 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6101
6102         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6103         and restrap targets to this rule.
6104         * Makefile.in:  Regenerate.
6105
6106 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6107
6108         * configure.in (i[3456]86-*-linux*): Add check to disable
6109         ${libgcj} for glibc1.
6110
6111 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6112
6113         * configure.in: Add tic4x target.
6114
6115 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6116
6117         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6118         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6119         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6120         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6121         * Makefile.in: Regenerate.
6122
6123 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6124
6125         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6126         * Makefile.in: Regenerate.
6127
6128         * Makefile.def: Remove order dependency comments.
6129         * Makefile.tpl: Add explicit install-install dependencies.
6130         * Makefile.in: Regenerate.
6131
6132         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6133         * Makefile.in: Regenerate.
6134
6135         * configure: Restore my original patch by syncing with gcc version.
6136
6137         * Bring following over from gcc:
6138
6139 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
6140
6141         * configure.in (s390*-*-linux*): Enable libgcj.
6142
6143 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6144
6145         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
6146
6147 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
6148
6149         * configure: Move stray lines back to where they belong.
6150
6151 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6152
6153         * Makefile.tpl: Insert configure-target target, for src-release.
6154
6155         * configure: Finish reverting change which Andrew Cagney started
6156         reverting.  Should fix bustage.
6157
6158         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6159         * src-release: New file.  Contains material for making net
6160         releases for gdb, binutils, et al., formerly in Makefile.in.
6161
6162 2002-09-30  Nick Clifton  <nickc@redhat.com>
6163
6164         * cpu: New top level directory.  Intended to hold input files for
6165         CGEN which have FSF copyright assignment.
6166         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6167
6168 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
6169
6170         Revert below (note that src does not contain Makefile.tpl):
6171         * Makefile.tpl: Make subsituted variables more autoconfy.
6172         * Makefile.in: Regenerate.
6173
6174 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6175
6176         * configure: Revert accidentally applied changes.
6177
6178         * Makefile.tpl: Make more autoconf-friendly.
6179         * Makefile.in: Regenerate.
6180         * configure: Make substitution more autoconf-like.
6181
6182 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
6183
6184         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6185         single entry to handle all these.
6186         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
6187         libjava on arm-*-elf.
6188
6189 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
6190
6191         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6192         things that depend on them.
6193
6194 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6195
6196         * Makefile.tpl: Make subsituted variables more autoconfy.
6197         * Makefile.in: Regenerate.
6198         * configure: Make seds more autoconfy.
6199
6200 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6201
6202         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6203         * Makefile.in: Regenerate.
6204         * configure.in: Rewrite sed statements to look autoconfy.
6205
6206         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6207         all-target-foo on configure-target-foo.
6208         * Makefile.def: Ditto.
6209         * Makefile.in: Rebuild.
6210
6211 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6212
6213         * Makefile.def: New file.
6214         * Makefile.tpl: New file.
6215         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6216
6217         * configure.in: Minor rearrangement.  Simplify tests.
6218
6219 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
6220
6221         * configure.in (with_headers): Skip copy if value is "yes".
6222         (with_libs): Likewise.
6223
6224 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6225
6226         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6227         * configure.in (sh*-*-pe*): Ditto.
6228         * configure.in (mips*-*-pe*): Ditto.
6229         * configure.in (*arm-wince-pe): Ditto.
6230
6231         * configure.in: Rearrange.
6232
6233 2002-09-12  Nick Clifton  <nickc@redhat.com>
6234
6235         * Import these changes from the config master repository:
6236
6237         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
6238
6239                 * config.sub: Add tic4x target.
6240
6241         2002-09-03  Ben Elliston  <bje@redhat.com>
6242
6243                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6244                 Reported by <Duncan_Stodart@insession.com>.
6245
6246 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
6247
6248         * COPYING.NEWLIB: More updates.
6249
6250 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
6251
6252         * COPYING.NEWLIB: Update.
6253
6254 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
6255
6256         * texinfo/texinfo.tex: Import version 2002-06-04.06.
6257
6258         * config.guess: Import version 2002-08-23.
6259         * config.sub: Import version 2002-08-22.
6260
6261 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
6262
6263         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6264         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6265         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6266
6267 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
6268
6269         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6270
6271 2002-08-04  H.J. Lu  (hjl@gnu.org)
6272
6273         * configure.in (mips*-*-linux*): Don't skip target-libffi.
6274
6275 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
6276
6277         * configure.in: Move generic linux case to end.  Copy generic
6278         linux noconfigdirs to mips*-*-linux* entry and new
6279         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
6280
6281 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
6282
6283         * MAINTAINERS: Clarify on config.guess and config.sub, and add
6284         one instance of them which was missed to the list to update.
6285
6286 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
6287
6288         * config.guess: Update to 2002-07-09 version.
6289         * config.sub: Update to 2002-07-03 version.
6290
6291 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6292
6293         * configure.in: Remove two redundant tests.
6294
6295 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6296
6297         * configure.in (mips*-*-irix6*o32): Enable stabs.
6298
6299 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6300
6301         * configure.in: Don't build grez.
6302         * Makefile.in: Ditto.
6303
6304         * Makefile.in: Remove references to bsp, cygmon, libstub.
6305         * configure.in: Ditto.
6306
6307         * configure.in: Remove leftover reference to gdbtest.
6308
6309 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
6310
6311         * configure.in (gxx_include_dir):  Change to match versioned
6312         C++ headers if --enable-version-specific-runtime-libs is used.
6313
6314 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
6315
6316         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6317
6318 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6319
6320         * configure.in: Make --without-x work.
6321
6322 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
6323
6324         * contrib: New directory.  Created to contain a copy of the
6325         texi2pod.pl script so that it is in the same place as the version in
6326         the FSF GCC sources.
6327
6328 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6329
6330         * configure.in: Rearrange target Makefile fragment collection.
6331
6332         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6333         cvs[src].
6334         * configure.in: Ditto.
6335
6336 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
6337
6338         * Makefile.in: Eliminate 'apache' targets.
6339         * configure.in: Eliminate 'apache' targets.
6340
6341         * configure.in: Eliminate redundant tests.  Reorganize.
6342
6343         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6344
6345         * config-ml.in: Eliminate references to Cygnus configure.
6346
6347         * Makefile.in: Eliminate references to building emacs.
6348
6349 2002-07-01  Denis Chertykov  <denisc@overta.ru>
6350
6351         * configure.in: Add support for ip2k.
6352
6353 2002-06-24  Ben Elliston  <bje@redhat.com>
6354
6355         * configure.in (host_tools): Remove cgen.
6356
6357         * Makefile.in (all-cgen): Remove; runs from its source directory.
6358         (check-cgen, install-cgen, clean-cgen): Likewise.
6359         (all-opcodes): No not depend on all-cgen.
6360         (all-sim): Likewise.
6361
6362 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
6363
6364         * configure.in: Fix AIX configury bug.
6365
6366 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6367
6368         * configure.in: Replace ${topsrcdir} with ${srcdir}.
6369
6370         * configure.in: Move definition of libstdcxx_flags right above
6371         usage, rather than way earlier.
6372
6373         * configure.in: Pull definition of is_cross_compiler earlier.
6374
6375         * configure.in: Rearrange a little.
6376
6377         * configure.in: Remove references to librx.
6378         * Makefile.in: Remove references to librx.
6379
6380 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6381
6382         * configure.in: Eliminate ${gasdir} variable.
6383
6384 2002-06-18  Dave Brolley  <brolley@redhat.com>
6385
6386         * configure.in: Add support for frv.
6387         * config.sub: Add support for frv.
6388
6389 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6390
6391         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6392
6393 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
6394
6395         * configure.in (vax-*-netbsd*): Re-enable gas.
6396
6397 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
6398
6399         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6400         BUILD_PREFIX_1, to correct nomenclature.
6401         * configure: Likewise.
6402
6403         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6404         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6405
6406 2002-05-31  Olaf Hering  <olh@suse.de>
6407
6408         * config-ml.in: Propogate DESTDIR also.
6409
6410 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
6411
6412         * configure.in (vax-*-netbsd*): Don't build gas for this
6413         platform.
6414
6415 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6416
6417         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6418         and libgcj for AVR.
6419
6420 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
6421
6422         * config.sub: Add DLX target.
6423
6424 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6425
6426         * config.guess: Update to 2002-05-22 version.
6427         * config.sub: Likewise.
6428
6429 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6430
6431         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6432         * config-ml.in: Likewise.
6433         * configure: Likewise.
6434         * configure.in: Likewise.
6435
6436 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
6437
6438         * configure.in: Simplify makefile fragment collection.
6439
6440         * configure.in: Remove code to build emacs.
6441
6442         * configure.in : Remove --srcdir argument from targargs and buildargs
6443         (it's always overridden in the Makefile anyway).  Rearrange a bit.
6444
6445         * configure: Move some logic to configure.in.
6446         * configure.in: Move some logic from configure.
6447
6448 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
6449
6450         * COPYING.LIBGLOSS: New file.
6451
6452 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
6453
6454         * Makefile.in: Honour DESTDIR.
6455
6456 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
6457
6458         * configure.in (noconfigdirs): Don't disable libgcj on
6459         sparc64-*-solaris* and sparcv9-*-solaris*.
6460
6461 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
6462
6463         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6464
6465 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
6466
6467         * configure.in (FLAGS_FOR_TARGET): Do not add
6468         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6469         on i[3456]86-*-linux*.
6470
6471 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
6472
6473         * configure.in (noconfigdirs): Replace [ ] with test.
6474
6475         * configure.in (noconfigdirs): Do not add target-newlib if
6476         target == i[3456]86-*-linux*, and host == target.
6477
6478 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
6479
6480         * config.guess: Updated to 2002-04-26's version.
6481         * config.sub: Updated to 2002-04-26's version.
6482
6483 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
6484
6485         * configure.in: delete reference to absent file
6486
6487         * configure.in: replace '[' with 'test'
6488
6489         * configure.in: Eliminate references to gash.
6490         * Makefile.in: Eliminate references to gash.
6491
6492         * configure.in: remove useless references to 'pic' makefile fragments.
6493
6494         * configure.in: (*-*-windows*) Finish removing.
6495
6496         * configure.in: Eliminate redundant test for libgui.
6497
6498 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
6499
6500         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6501         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6502
6503 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
6504
6505         * configure.in: remove references to dead files
6506
6507 2002-04-18  Tom Tromey  <tromey@redhat.com>
6508
6509         * configure.in: Disallow configuring libgcj when it is already
6510         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
6511         Solaris 2.8 by default.  For PR libgcj/6158.
6512
6513 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6514
6515         * configure.in:  Move default CC setting out of config/mh-* fragments
6516         directly into here.
6517
6518 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6519
6520         * configure.in: don't even try to configure or make a subdirectory
6521         if there's no configure script for it.
6522
6523 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
6524
6525         * MAINTAINERS: Remove chill maintainers.
6526         * Makefile.in (CHILLFLAGS): Remove.
6527         (CHILL_LIB): Remove.
6528         (TARGET_CONFIGDIRS): Remove libchill.
6529         (CHILL_FOR_TARGET): Remove.
6530         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6531         CHILL_LIB.
6532         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6533         (CHECK_TARGET_MODULES): Likewise.
6534         (INSTALL_TARGET_MODULES): Likewise.
6535         (CLEAN_TARGET_MODULES): Likewise.
6536         (configure-target-libchill): Remove.
6537         (all-target-libchill): Remove.
6538         * configure.in (target_libs): Remove target-libchill.
6539         Do not compute CHILL_FOR_TARGET.
6540         * libchill: Remove directory.
6541
6542 2002-04-15  DJ Delorie  <dj@redhat.com>
6543
6544         * Makefile.in, configure.in, configure: Sync with gcc, entries
6545         follow...
6546
6547 2002-04-08  Tom Tromey  <tromey@redhat.com>
6548
6549         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6550         Fixes PR libgcj/6068.
6551
6552 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
6553
6554         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6555
6556 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6557
6558         * configure.in (alpha*-dec-osf*): Enable libgcj.
6559
6560 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
6561
6562         Fix for: PR bootstrap/3591, target/5676
6563         * configure.in (mcore-pe): Disable the configuration of
6564         libstdc++-v3 since exceptions are not supported.
6565
6566 2002-03-20  Anthony Green  <green@redhat.com>
6567
6568         * configure.in: Enable libgcj for xscale-elf target.
6569
6570 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6571
6572         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6573         libjava.
6574         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6575
6576 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
6577
6578         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6579         libstdc++-v3 and libjava.
6580
6581 2002-02-11  Adam Megacz <adam@xwt.org>
6582
6583         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6584         boehm-gc
6585
6586 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6587
6588         * config.guess: Updated to 2002-01-30's version.
6589         * config.sub: Updated to 2002-02-01's version.
6590         Contribute sh64-elf.
6591         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6592         * configure.in: Added sh64-*-*.
6593
6594 2002-01-17  H.J. Lu <hjl@gnu.org>
6595
6596         * Makefile.in (all-fastjar): Also depend on all-libiberty.
6597         (all-target-fastjar): Also depend on all-target-libiberty.
6598
6599 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
6600
6601         * configure, configure.in: Use temp file for long sed commands.
6602
6603 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
6604
6605         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6606         libf2c.
6607
6608 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
6609
6610         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6611
6612 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6613
6614         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6615
6616 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6617
6618         * configure: Handle temporary files securely using mkdir.
6619
6620 2001-09-26  Will Cohen <wcohen@redhat.com>
6621
6622         * configure.in (*-*-linux*): Disable configuration of target-newlib
6623         and target-libgloss.
6624
6625 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6626
6627         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6628         RANLIB.
6629
6630 2001-08-11  Graham Stott  <grahams@redhat.com>
6631
6632         * Makefile.in (check-c++): Add missing semicolon.
6633
6634 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
6635
6636         * configure.in (sh-*-linux*): New.
6637
6638 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6639
6640         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6641         and libgcj on m68hc11/m68hc12.
6642
6643 2001-06-27  H.J. Lu  (hjl@gnu.org)
6644
6645         * Makefile (CFLAGS_FOR_BUILD): New.
6646         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6647
6648 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
6649
6650         * configure.in (libstdcxx_flags): Do not try to execute
6651         libstdc++-v3/testsuite_flags until it exists.
6652
6653 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
6654
6655         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6656
6657 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
6658
6659         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6660
6661 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
6662
6663         * configure.in: Move *-chorusos target case to the proper switch.
6664         Disable libgcj.
6665
6666 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6667
6668         * Makefile.in (STAGE1_CFLAGS): Pass down.
6669
6670 2001-04-13  Alan Modra  <amodra@one.net.au>
6671
6672         * config.guess: Add hppa64-linux support.  Note for next import that
6673         this is already in the master file.
6674         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
6675
6676 2001-03-22  Colin Howell  <chowell@redhat.com>
6677
6678         * Makefile.in (DO_X): Do not backslash single-quotes in
6679         backquotes (two places).
6680
6681 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
6682
6683         * Makefile.in (DO_X): Quote nested quotes.
6684
6685 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
6686
6687         * Makefile.in (DO_X): Use double quotes for quoting
6688         "RANLIB=$${RANLIB}".
6689
6690 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
6691
6692         * configure.in: Only use `lang_requires' for languages athat are
6693         actually enabled.
6694
6695 2001-03-07  Tom Tromey  <tromey@redhat.com>
6696
6697         * configure.in: Allow config-lang.in to set `lang_requires' to list
6698         of other required languages.
6699
6700 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
6701
6702         * Makefile.in: Remove RANLIB definition. Use RANLIB
6703         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6704         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6705
6706 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
6707             Alexandre Oliva  <aoliva@redhat.com>
6708
6709         * Makefile.in (check-c++): Use tabs, not spaces.
6710
6711 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
6712
6713         * Makefile.in (check-c++): New rule.
6714
6715         * configure.in (target_libs): Remove libg++.
6716         (noconfigdirs): Remove libg++.
6717         (noconfigdirs): Same.
6718         (noconfigdirs): Same.
6719         (noconfigdirs): Same.
6720
6721         * config-ml.in: Remove libg++ references.
6722
6723         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6724         (ALL_TARGET_MODULES): Same.
6725         (configure-target-libg++): Remove.
6726         (all-target-libg++): Remove.
6727         (configure-target-libio): Remove.
6728         (all-target-libio): Remove.
6729         (check-target-libio): Remove.
6730         (.PHONY): Remove.
6731         (libg++.tar.bz2): Remove.
6732         (all-target-cygmon): Remove libio.
6733         (all-target-libstdc++): Remove.
6734         (configure-target-libstdc++): Remove.
6735         (TARGET_LIB_PATH): Remove libstdc++.
6736         (ALL_GCC_CXX): Remove libstdc++.
6737         (all-target-gperf): Correct.
6738
6739 2001-02-15  Anthony Green  <green@redhat.com>
6740
6741         * configure: Introduce GCJ_FOR_TARGET.
6742         * configure.in: Ditto.
6743         * Makefile.in: Ditto.
6744
6745 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
6746
6747         * configure.in: for *-chorusos, don't config target-newlib and
6748         target-libgloss.
6749
6750 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
6751
6752         Remove V2 C++ library.
6753         * configure.in: Remove --enable-libstdcxx_v3 support.
6754
6755 2001-01-27  Richard Henderson  <rth@redhat.com>
6756
6757         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6758
6759 2001-01-26  Tom Tromey  <tromey@redhat.com>
6760
6761         * configure.in: Allow libgcj to be built on Sparc Solaris.
6762
6763 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
6764
6765         * configure.in: Enable libgcj on several additional platforms.
6766
6767 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
6768
6769         * configure.in: Enable libgcj for linux targets.
6770
6771 2001-01-09  Mike Stump  <mrs@wrs.com>
6772
6773         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6774         failures of subdirectories.
6775
6776 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6777
6778         * configure: handle DOS-style absolute paths.
6779
6780 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6781
6782         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6783
6784 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
6785
6786         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6787         (libstdcxx_incdir): Pass down.
6788         * config.if: Remove expired bits for cxx_interface, add stub.
6789         (libstdcxx_incdir): Add variable for g++ include directory.
6790         * configure.in (gxx_include_dir): Use it.
6791
6792 2000-12-15  Andreas Jaeger  <aj@suse.de>
6793
6794         * configure.in: Handle lang_dirs.
6795
6796 2000-12-13  Anthony Green  <green@redhat.com>
6797
6798         * configure.in: Disable libgcj for any target not specifically
6799         listed.  Disable libgcj for x86 and Alpha Linux until compatible
6800         with g++ abi.
6801
6802 2000-12-13  Mike Stump  <mrs@wrs.com>
6803
6804         * Makefile.in (local-distclean): Also remove fastjar.
6805
6806 2000-12-10  Anthony Green  <green@redhat.com>
6807
6808         * configure.in: Define libgcj.  Disable libgcj target libraries for
6809         most targets.
6810
6811 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6812
6813         * configure.in (target_libs): Revert 2000-12-08 patch.
6814         (noconfigdirs): Added target-libjava.
6815
6816 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6817
6818         * Makefile.in: handle DOS-style absolute paths.
6819
6820 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6821
6822         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6823         libjava.
6824         * configure.in (target_libs): Removed `target-libjava'.
6825
6826 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6827
6828         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6829         (ALL_MODULES): Added fastjar.
6830         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6831         (all-target-libjava): all-fastjar replaces all-zip.
6832         (all-fastjar): Added.
6833         (configure-target-fastjar, all-target-fastjar): Likewise.
6834         * configure.in (host_tools): Added fastjar.
6835
6836 2000-12-07  Mike Stump  <mrs@wrs.com>
6837
6838         * Makefile.in (local-distclean): Remove leftover built files.
6839
6840 2000-11-16  Fred Fish  <fnf@be.com>
6841
6842         * configure.in (enable_libstdcxx_v3): Fix typo,
6843         libstd++ -> libstdc++.
6844
6845 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6846
6847         * configure: Provide the original toplevel configure arguments
6848         (including $0) to subprocesses in the environment rather than
6849         through gcc/configargs.h.
6850
6851 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
6852
6853         * configure: Turn on libstdc++ V3 by default.
6854
6855 2000-10-16  Michael Meissner  <meissner@redhat.com>
6856
6857         * configure (gcc/configargs.h): Only create if there is a build GCC
6858         directory created.
6859
6860 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
6861
6862         * configure: Save configure arguments to gcc/configargs.h.
6863
6864 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
6865
6866         * Makefile.in (bootstrap): avoid recursion if subdir missing
6867         (cross): ditto
6868         (do-proto-toplev): ditto
6869
6870 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
6871
6872         * configure.in: Do not build byacc for hppa64.  Provide paths to the
6873         X11 libraries for hppa64.
6874
6875 2000-09-02  Anthony Green  <green@cygnus.com>
6876
6877         * Makefile.in (all-gcc): Depend on all-zlib.
6878         (CLEAN_MODULES): Add clean-zlib.
6879         (ALL_MODULES): Add all-zlib.
6880         * configure.in (host_libs): Add zlib.
6881
6882 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
6883
6884         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6885         $targargs to tell whether newlib is going to be built.
6886
6887         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6888         $$r/TARGET_SUBDIR/libio for _G_config.h.
6889
6890 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
6891
6892         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6893
6894         * configure: Make enable_threads and enable_shared defaults
6895         explicit.  Substitute enable_threads into generated Makefiles.
6896         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6897         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6898
6899 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
6900
6901         * configure.in: Re-enable all references to libg++ and librx.
6902
6903 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
6904
6905         * configure.in: Add *-*-freebsd* configurations.
6906
6907 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6908
6909         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
6910         (do-tar, do-bz2): New rules.
6911         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
6912         (gdb-tar): New rule.
6913         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
6914         (insight_dejagnu.tar): New rule.
6915         (insight.tar): New rule.
6916         (gdb+dejagnu.tar): New rule.
6917         (gdb.tar): New rule.
6918
6919 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6920
6921         * MAINTAINERS: Update dejagnu/
6922
6923 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
6924
6925         * ltmain.sh (relink_command): Fix typo in previous change.
6926
6927 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
6928
6929         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
6930         (relink_command): Added --tag flags.
6931         (mode=install): If relinking fails; error out.
6932
6933 2002-03-12  Richard Henderson  <rth@redhat.com>
6934
6935         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
6936         .NOTPARALLEL tag.
6937         (do-check): Rename from check.
6938         (check): Allow parallel check.
6939
6940 2002-03-11  Richard Henderson  <rth@redhat.com>
6941
6942         * Makefile.in (.NOTPARALLEL): Add fake tag.
6943
6944 2002-03-07  H.J. Lu  (hjl@gnu.org)
6945
6946         * configure.in: Enable gprof for mips*-*-linux*.
6947
6948 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6949
6950         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6951         libjava.
6952         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6953
6954 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
6955
6956         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6957
6958 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
6959
6960         * config.guess: Import from master sources, rev 1.232.
6961         * config.sub: Import from master sources, rev 1.246.
6962
6963 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
6964
6965         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6966         because its Makefile is there; test for the executable instead.
6967
6968 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6969
6970         Contribute sh64-elf.
6971         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6972         * configure.in: Added sh64-*-*.
6973
6974 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
6975
6976         * COPYING.NEWLIB: Remove advertising clause from
6977         Berkeley and Red Hat licenses.
6978
6979 2002-02-01  Mo DeJong  <supermo@bayarea.net>
6980
6981         * Makefile.in: Add all-tix to deps for all-snavigator
6982         so that tix is built when building snavigator.
6983
6984 2002-02-01  Ben Elliston  <bje@redhat.com>
6985
6986         * config.guess: Import from master sources, rev 1.229.
6987         * config.sub: Import from master sources, rev 1.240.
6988
6989 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
6990
6991         From Steve Ellcey <sje@cup.hp.com>:
6992         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6993         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6994         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6995         IA64.
6996         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6997         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6998         soname_spec, sys_lib_search_path_spec): Ditto.
6999
7000 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7001
7002         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7003         target-libiberty, and target-libgloss.  Skip Java-related
7004         libraries if not supported for NetBSD on target CPU.
7005
7006 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
7007
7008         * configure.in: Import StrongARM and XScale target_configdirs from
7009         FSF GCC version.
7010
7011 2002-01-16  H.J. Lu  (hjl@gnu.org)
7012
7013         * config.guess: Import from master sources, rev 1.225.
7014         * config.sub: Import from master sources, rev 1.238.
7015
7016         * MAINTAINERS: Updated notes on config.guess and config.sub.
7017
7018 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7019
7020         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7021         ld and gdb are not supported.
7022
7023 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
7024
7025         * Change reference to Cygnus Solutions to be Red Hat.
7026
7027 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
7028
7029         * COPYING.NEWLIB: Update generic copyright date.
7030
7031 2002-01-07  Mark Salter  <msalter@redhat.com>
7032
7033         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7034           Allow target-libgloss to be built for arm, strongarm, and xscale.
7035
7036 2002-01-03  Ben Elliston  <bje@redhat.com>
7037
7038         * MAINTAINERS: Update URL for config.* scripts.
7039
7040 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
7041
7042         * config.sub: Import latest version.
7043         * config.guess: Likewise.
7044
7045 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7046
7047         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7048         options for i[3456]86-pc-linux* native builds.
7049
7050 2001-12-05  Laurent Guerby  <guerby@acm.org>
7051
7052         * MAINTAINERS: gcc adopts symlink-tree, refer more to
7053         libiberty.
7054
7055         Import this patch from gcc:
7056
7057         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7058
7059             * symlink-tree: handle DOS-style absolute paths.
7060
7061 2001-11-28  DJ Delorie <dj@redhat.com>
7062             Zack Weinberg  <zack@codesourcery.com>
7063
7064         When build != host, create libiberty for the build machine.
7065
7066         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7067         CONFIG_ARGUMENTS.
7068         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7069         New variables.
7070         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7071         and rules.
7072         (all.normal): Depend on ALL_BUILD_MODULES.
7073         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7074         (all-build-libiberty): Depend on configure-build-libiberty.
7075
7076         * configure: Calculate and substitute proper value for
7077         ALL_BUILD_MODULES.
7078         * configure.in: Create the build subdirectory.
7079         Calculate and substitute TARGET_CONFIGARGS (formerly
7080         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7081
7082 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
7083
7084         * config.sub: Update to version 1.232 on subversion.
7085
7086 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7087
7088         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7089         files from .po files for a distribution.
7090
7091 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
7092
7093         * COPYING.NEWLIB: Mention preserved notice in specific parts.
7094
7095 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7096
7097         Merged from net gcc:
7098         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7099         * ltcf-c.sh: Use $objext, not $ac_objext.
7100         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7101         * ltcf-cxx.sh: Add support for GNU.
7102         2001-07-22  Timothy Wall  <twall@redhat.com>
7103         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7104         default settings if using GNU tools with that configuration.
7105         * ltcf-cxx.sh: Ditto.
7106         * ltcf-gcj.sh: Ditto.
7107         2001-07-21  Michael Chastain  <chastain@redhat.com>
7108         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7109         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7110         * ltmain.sh: Mark as gcc-local.
7111
7112 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7113
7114         * Makefile.in (all-bison): Revert 2001-10-24.
7115         Don't depend on texinfo.
7116
7117 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
7118
7119         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7120
7121 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7122
7123         * configure.in (--enable-languages): Be more permissive about
7124         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7125
7126 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7127
7128         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7129
7130 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
7131
7132         Makefile.in (all-bison): Don't depend on texinfo.
7133
7134 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
7135
7136         * gettext.m4: Test po/POTFILES.in exists before trying to read.
7137
7138 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7139
7140         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7141
7142 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
7143
7144         * config.sub, config.guess: Import latest from subversions.
7145
7146 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7147
7148         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7149         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7150         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7151         avoid quotes nesting problems.
7152         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7153         (DO_X): Export only variables that are set.
7154
7155 2001-09-19  Ben Elliston  <bje@redhat.com>
7156
7157         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7158         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7159         semantics.  Use the shell built-in "type" command instead.
7160
7161 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7162
7163         * config.sub: Reverted the earlier change, this version is not the
7164         master file.
7165
7166 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7167
7168         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7169         Add support for mips64.
7170
7171 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7172
7173         * configure.in: Enable libstdc++-v3 for h8300 targets.
7174
7175 2001-08-30  Eric Christopher  <echristo@redhat.com>
7176             Jason Eckhardt  <jle@redhat.com>
7177
7178         * config.sub: Add support for mipsisa32.
7179
7180 2001-08-30  Eric Christopher  <echristo@redhat.com>
7181
7182         * config.sub, config.guess: Import latest from subversions.
7183
7184 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
7185
7186         * config.sub, config.guess: Import latest from subversions.
7187
7188 2001-07-26  DJ Delorie  <dj@redhat.com>
7189
7190         * MAINTAINERS: Clarify libiberty merge rules and procedures.
7191
7192 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7193
7194         * Makefile.in: Revert 2001-06-17.
7195         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7196
7197 2001-06-17  H.J. Lu <hjl@gnu.org>
7198
7199         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7200         (gas+binutils.tar.bz2): Likewise.
7201         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7202
7203 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7204
7205         * Makefile.in (VER): When present, extract the version number from
7206         the file version.in.
7207
7208 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
7209
7210         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7211         gcc/xgcc is built, use -print-prog-name to find out the program
7212         name to use.
7213
7214 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
7215
7216         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7217         with_gcc]: Use `gcc -shared' to build a shared library.
7218
7219 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7220
7221         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7222         archives.
7223
7224 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
7225
7226         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
7227         libraries when using g++ with native linker.
7228
7229 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
7230
7231         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7232
7233 2001-05-24  Tom Rix <trix@redhat.com>
7234
7235         * configure.in : enable ld for aix
7236
7237 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
7238
7239         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7240         [aix4*|aix5*]: Prepend blank.
7241
7242 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
7243
7244         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7245         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
7246         of subdir/configure scripts to use the new libtool.m4.
7247
7248 2001-05-14  H.J. Lu <hjl@gnu.org>
7249
7250         * config.if (libc_interface): Set to -libc6.2- for cross
7251         compiling to Linux/glibc 2.2.
7252
7253 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7254
7255         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7256         libgcj.
7257
7258 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7259
7260         * configure.in (noconfigdirs): Don't reset it from scratch in the
7261         target case; only append to it.
7262
7263 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7264
7265         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7266         sparc-*-solaris2.8]: Disable ${libgcj}.
7267
7268 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
7269
7270         * configure.in (libgcj_saved): Copy from $libgcj.
7271         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7272         --disable-libgcj.
7273
7274 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
7275
7276         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7277         1.641.2.228.
7278
7279 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7280
7281         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7282         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7283
7284 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
7285
7286         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7287         New macros.
7288         (bootstrap, cross): Use RECURSE_FLAGS.
7289         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7290
7291 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
7292
7293         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7294
7295 2001-03-23  Nick Clifton  <nickc@redhat.com>
7296
7297         * README-maintainer-mode: Add note about inability to use "make
7298         distclean" in maintainer mode.
7299
7300 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7301
7302         Re-installed:
7303         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7304         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7305         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7306         * ltcf-cxx.sh: Likewise.
7307         * ltcf-gcj.sh: Likewise.
7308
7309 2001-03-22  Philip Blundell  <philb@gnu.org>
7310
7311         * config.sub, config.guess: Import latest from subversions.
7312
7313 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7314
7315         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7316         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7317
7318 2001-03-20  Michael Chastain  <chastain@redhat.com>
7319
7320         * Makefile.in: all-m4 depends on all-texinfo.
7321
7322 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
7323
7324         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7325
7326 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
7327
7328         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7329         longer valid.
7330
7331 2001-02-16  Nick Clifton  <nickc@redhat.com>
7332
7333         * configure.in (noconfigdirs): Allow configuration of texinfo
7334         for Cygwin hosts.
7335
7336 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7337
7338         * config.guess: Add linux target for S/390.
7339         * config.sub: Likewise.
7340         * configure.in: Likewise.
7341
7342 2001-02-06  Ben Elliston  <bje@redhat.com>
7343
7344         * configure: Output host type to stdout, not stderr.
7345
7346 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7347
7348         * config.guess: Import from subversions.gnu.org (revision 1.181).
7349         * config.sub: Import from subversions.gnu.org (revision 1.199).
7350
7351 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
7352
7353         * config.guess: Handle hppa64-linux systems.
7354
7355 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7356
7357         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7358         Don't unset, it's non-portable and no longer necessary, set to empty
7359         instead.
7360
7361 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7362
7363         * ltconfig: Shell portability fix for the tagname validity check.
7364
7365 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7366
7367         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7368
7369 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
7370
7371         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7372         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7373
7374 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7375
7376         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7377         keep at least one of build_libtool_libs or build_old_libs set to
7378         yes.
7379
7380 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7381
7382         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7383         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7384
7385 2000-11-07  Philip Blundell  <pb@futuretv.com>
7386
7387         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7388
7389 2000-11-03  Philip Blundell  <pb@futuretv.com>
7390
7391         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7392         files.
7393
7394 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
7395
7396         * COPYING.NEWLIB: Put into source repository.
7397
7398 2001-01-15  Ben Elliston  <bje@redhat.com>
7399
7400         * configure.in (host_tools): Add sid.
7401         Always configure cgen.
7402         * Makefile.in (all-sid): New target.
7403         (check-sid, clean-sid, install-sid): Likewise.
7404
7405 2001-01-07  Andreas Jaeger  <aj@suse.de>
7406
7407         * config.sub, config.guess: Update from subversions.
7408
7409 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
7410
7411         * configure.in: Disable language-specific target libraries for
7412         languages that aren't enabled.
7413
7414 2000-11-24  Nick Clifton  <nickc@redhat.com>
7415
7416         * configure.in (xscale-elf): Add target.
7417         (xscale-coff): Add target.
7418         (c4x, c5x, tic54x): Move after ARM targets.
7419
7420 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
7421
7422         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7423
7424 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
7425
7426         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7427
7428 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7429
7430         * Makefile.in: Merge with GCC and libgcj.
7431         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
7432         configure-target-<library> when their configure scripts need the C
7433         or C++ library to have already been built to work properly.
7434         (do_proto_toplev): Set them to an empty string.
7435
7436 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7437
7438         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7439         (REALLY_SET_LIB_PATH): Use them.
7440
7441 2000-11-06  Christopher Faylor <cgf@cygnus.com>
7442
7443         * config.sub: Add support for Sun Chorus
7444
7445 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
7446
7447         * config.sub: Add support for the *-storm-chaos OS.
7448
7449 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
7450
7451         * configure.in (noconfigdirs): Don't compile some
7452         of the libraries for 68HC11 & 68hc12 targets.
7453
7454 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
7455
7456         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7457         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
7458         all affected `configure' scripts.
7459
7460 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
7461
7462         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7463         ltcf-c.sh.
7464
7465 2000-09-12  Philip Blundell  <philb@gnu.org>
7466
7467         * config.sub, config.guess: Update from subversions.
7468
7469 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
7470
7471         * Makefile.in (all-zlib): Added dummy target.
7472
7473         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7474         multi-language branch.
7475
7476 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
7477
7478         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7479         (bootstrap*): Depend on all-bootstrap.
7480
7481 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
7482
7483         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7484         crosses, but add gcc/include to the header search path for them.
7485
7486 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
7487
7488         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7489         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7490         * gettext.m4: New file, extracted from aclocal.m4.
7491
7492 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
7493
7494         * config-ml.in (CC, CXX): Avoid trailing whitespace.
7495         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7496         sub-configures.
7497
7498 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7499
7500         * Makefile.in (ALL_MODULES): Add all-cgen.
7501         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7502         (all-cgen): New target.
7503         (all-opcodes,all-sim): Depend on all-cgen.
7504         * configure.in (host_tools): Add cgen.
7505         Only configure cgen if --enable-cgen-maint.
7506
7507 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
7508
7509         * config-ml.in (CC, CXX): Don't introduce a leading space.
7510
7511 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
7512
7513         * configure.in (libstdcxx_flags): Use
7514         libstdc++-v3/src/libstdc++.INC.
7515
7516 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
7517
7518         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7519
7520 2000-08-11  Jason Merrill  <jason@redhat.com>
7521
7522         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7523         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7524         (FLAGS_FOR_TARGET): Not here.
7525         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7526
7527 2000-08-07  DJ Delorie  <dj@redhat.com>
7528
7529         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7530         "if we're also building gcc, and it's a gcc that will run on the
7531         build machine, we want to use its includes instead of the system's
7532         default includes".
7533
7534 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
7535
7536         * configure.in (libstdcxx_flags): Don't use `"'.
7537
7538         * config-ml.in: Adjust multilib search paths to the
7539         appropriate multilib tree.
7540
7541 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
7542
7543         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7544         commas in $LANGUAGES.
7545
7546 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
7547
7548         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7549
7550 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
7551
7552         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7553         CXX_FOR_TARGET for sed.
7554
7555 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
7556
7557         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7558         Do not override if already set in the environment or in configure.
7559         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7560         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7561
7562 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
7563
7564         * Makefile.in (FLAGS_FOR_TARGET): New macro.
7565         (GCC_FOR_TARGET): Use it.
7566         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7567         * configure.in: ... here.
7568         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
7569         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7570
7571 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
7572
7573         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7574         (configure-target-libchill, configure-target-libobjc): Likewise.
7575
7576         * configure.in: Use the same cache file for all target libs.
7577         * config-ml.in: But different cache files per multilib variant.
7578
7579 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7580
7581         * configure (topsrcdir): Don't use dirname.
7582
7583 2000-07-20  Jason Merrill  <jason@redhat.com>
7584
7585         * configure.in: Remove all references to libg++ and librx.
7586
7587         * configure, configure.in, Makefile.in: Unify gcc and binutils.
7588
7589 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
7590
7591         * config.sub: Update to subversions version 2000-07-06.
7592
7593 2000-07-12  Andrew Haley  <aph@cygnus.com>
7594
7595         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7596         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7597
7598 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
7599
7600         * symlink-tree:  Check number of arguments.
7601
7602 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
7603
7604         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7605
7606 2000-07-05  Jim Wilson  <wilson@cygnus.com>
7607
7608         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7609         search path for a g++ extracted from the build tree.  This
7610         will allow link tests run by configure scripts in
7611         subdirectories to succeed.
7612
7613 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
7614
7615         * ltconfig: Add support for mips-dde-sysv4.2MP
7616
7617 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
7618
7619         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7620         `os2'. Force ac_cv_exeext to be ".exe" in that case.
7621
7622 2000-06-19  Timothy Wall  <twall@cygnus.com>
7623
7624         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7625         * config.sub: Add tic54x target.
7626
7627 2000-06-07  Phillip Thomas  <pthomas@suse.de>
7628
7629         * README-maintainer-mode: New file: Contains notes on using
7630         --enable-maintainer-mode with binutils.
7631
7632 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
7633
7634         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7635
7636 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
7637
7638         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7639         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7640
7641 20000-05-21  H.J. Lu  (hjl@gnu.org)
7642
7643         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7644         directory are used if they exist. Make sure
7645         $(build_tooldir)/include is searched for header files,
7646         $(build_tooldir)/lib/ for library files.
7647         (GCC_FOR_TARGET): Likewise.
7648         (CXX_FOR_TARGET): Likewise.
7649
7650 2000-05-18  Jeffrey A Law  (law@cygnus.com)
7651
7652         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7653
7654 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
7655
7656         * Makefile.in (configure-target-libiberty): Depend on
7657         configure-target-newlib.
7658
7659 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
7660
7661         * configure.in, Makefile.in: Merge all libffi-related
7662         configury stuff from the libgcj tree.
7663
7664 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7665
7666         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7667         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7668
7669 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
7670
7671         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7672         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
7673         current version information.  Add to proto-toplev directory.
7674         (gdb-taz): Build do-djunpack.
7675
7676 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
7677
7678         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7679
7680 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7681
7682         * ltmain.sh: Preserve in relink_command any environment
7683         variables that may affect the linker behavior.
7684
7685 2000-05-12  Jeffrey A Law  (law@cygnus.com)
7686
7687         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7688
7689 2000-05-10  Jim Wilson  <wilson@cygnus.com>
7690
7691         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7692
7693 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7694
7695         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
7696         with the version name.
7697
7698 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
7699
7700         * config.if: Tweak.
7701
7702 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
7703
7704         * djunpack.bat: New file.
7705
7706 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
7707
7708         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
7709         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7710         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7711         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
7712
7713 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7714
7715         * config.sub (case $basic_machine): Change default for "ibm-*"
7716         to "openedition".
7717
7718 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
7719
7720         * Makefile.in (gdb-taz): New target.  GDB specific archive.
7721         (do-md5sum): New target.
7722         (MD5PROG): Define.
7723         (PACKAGE): Default to TOOL.
7724         (VER): Default to a shell script.
7725         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
7726         md5 checksum generation.
7727         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7728         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7729         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
7730         insight.tar.bz2): Use gdb-taz to create archive.
7731
7732 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
7733
7734         * configure (warn_cflags): Delete.
7735
7736 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
7737             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
7738
7739         * configure.in (enable_libstdcxx_v3): Add.
7740         (target_libs): Add bits here to switch between libstdc++-v2 and
7741         libstdc++-v3.
7742         * config.if: And this file too.
7743         * Makefile.in: Add libstdc++-v3 targets.
7744
7745 2000-04-05  Michael Meissner  <meissner@redhat.com>
7746
7747         * config.sub (d30v): Add d30v as a basic machine type.
7748
7749 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
7750
7751         * configure.in: -linux-gnu*, not -linux-gnu.
7752
7753 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
7754
7755         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7756         (do-tar-bz2): Replace TOOL with PACKAGE.
7757         (gdb.tar.bz2): Remove GDBTK from GDB package.
7758         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
7759         dejagnu.tar.bz2): New packages.
7760
7761 2000-02-27  Andreas Jaeger  <aj@suse.de>
7762
7763         * configure.in: Add entry for mips*-*-linux*, move catch all
7764         *-*-*linux* entry below this one.
7765
7766 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
7767
7768         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7769
7770 2000-02-24  Nick Clifton  <nickc@cygnus.com>
7771
7772         * config.sub: Support an OS of "wince".
7773
7774 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
7775
7776         * config.guess, config.sub: Updated to match config's 2000-02-15
7777         version.
7778
7779 2000-02-23  Linas Vepstas <linas@linas.org>
7780
7781         * config.sub: Add support for Linux/IBM 370.
7782         * configure.in: Likewise.
7783
7784 2000-02-22  Nick Clifton  <nickc@cygnus.com>
7785
7786         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7787
7788 2000-02-20  Christopher Faylor <cgf@cygnus.com>
7789
7790         * config.guess: Guess "cygwin" rather than "cygwin32".
7791
7792 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7793
7794         * configure (gcc_version): When setting, narrow search to
7795         lines containing `version_string'.
7796
7797 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7798
7799         * config.sub: Add support for avr target.
7800
7801 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
7802
7803         * config.sub: Add mmix-knuth-mmixware.
7804
7805 2000-01-27  Christopher Faylor <cgf@redhat.com>
7806
7807         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7808         structure stuff to -L library search.
7809         (CXX_FOR_TARGET): Ditto.
7810         (CROSS_CHECK_MODULES): Fix spelling mistake.
7811
7812 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
7813
7814         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7815         the C++ compiler.
7816
7817 2000-01-12  Richard Henderson  <rth@cygnus.com>
7818
7819         * configure.in: Don't build some bits for beos.
7820
7821 2000-01-12  Joel Sherrill (joel@OARcorp.com)
7822
7823         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7824         as include files.
7825
7826 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
7827
7828         * configure.in: Use mt-aix43 to handle *_TARGET defs,
7829         not mh-aix43.
7830
7831 1999-12-14  Richard Henderson  <rth@cygnus.com>
7832
7833         * config.guess (alpha-osf, alpha-linux): Detect ev67.
7834         * config.sub: Accept alphaev[78], alphaev8.
7835
7836 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7837
7838         * config.guess, config.sub: Update from autoconf.
7839
7840 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7841
7842         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7843         necessary libraries are missing.
7844
7845 1999-10-25  Andreas Schwab  <schwab@suse.de>
7846
7847         * configure: Fix quoting inside arguments of eval.
7848
7849 1999-10-21  Nick Clifton  <nickc@cygnus.com>
7850
7851         * config-ml.in: Allow suppression of some ARM multilibs.
7852
7853 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
7854
7855         * config.guess: Add OS/390 match pattern.
7856         * config.sub: Add mvs, openedition targets.
7857         * configure.in (i370-ibm-opened*): New.
7858
7859 1999-09-04  Steve Chamberlain  <sac@pobox.com>
7860
7861         * config.sub: Add support for configuring for pj.
7862
7863 1999-08-31  Nick Clifton  <nickc@cygnus.com>
7864
7865         * config.sub (maybe_os): Add support for configuring for fr30.
7866
7867 1999-08-25  Nick Clifton  <nickc@cygnus.com>
7868
7869         * configure.in: Do not configure or build ld for AIX
7870         platforms.  ld is known to be broken on these platforms.
7871
7872 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7873
7874         * config-ml.in: Pass compiler flag corresponding to multidirs to
7875         subdir configures.
7876
7877 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
7878
7879         * Makefile.in (LDFLAGS): Define.
7880
7881 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
7882
7883         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7884         noconfigdirs.
7885         (*-*-cygwin*): Likewise.
7886
7887 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
7888
7889         * mkdep: New file.
7890         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7891         (BINUTILS_SUPPORT_DIRS): Add mkdep.
7892
7893         From Eli Zaretskii <eliz@is.elta.co.il>:
7894         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7895         long file name when using DJGPP on MS-DOS.
7896
7897 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
7898
7899         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7900
7901 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
7902
7903         * Makefile.in (check-target-libio): Remove all-target-libstdc++
7904         dependency as this causes "make check" to globally "make all"
7905
7906 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
7907
7908         * configure.in (target_libs): Added target-zlib.
7909         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7910         (CONFIGURE_TARGET_MODULES): Likewise.
7911         (CHECK_TARGET_MODULES): Likewise.
7912         (INSTALL_TARGET_MODULES): Likewise.
7913         (CLEAN_TARGET_MODULES): Likewise.
7914         (configure-target-zlib): New target.
7915         (all-target-zlib): Likewise.
7916         (all-target-libjava): Depend on all-target-zlib.
7917         (configure-target-libjava): Depend on configure-target-zlib.
7918
7919         * Makefile.in (configure-target-libjava): Depend on
7920         configure-target-newlib.
7921         (configure-target-boehm-gc): New target.
7922         (configure-target-qthreads): New target.
7923
7924         * configure.in (target_libs): Added target-qthreads.
7925         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7926         (CONFIGURE_TARGET_MODULES): Likewise.
7927         (CHECK_TARGET_MODULES): Likewise.
7928         (INSTALL_TARGET_MODULES): Likewise.
7929         (CLEAN_TARGET_MODULES): Likewise.
7930         (all-target-qthreads): New target.
7931         (configure-target-libjava): Depend on configure-target-qthreads.
7932         (all-target-libjava): Depend on all-target-qthreads.
7933
7934         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7935         (CONFIGURE_TARGET_MODULES): Likewise.
7936         (CHECK_TARGET_MODULES): Likewise.
7937         (INSTALL_TARGET_MODULES): Likewise.
7938         (CLEAN_TARGET_MODULES): Likewise.
7939         (all-target-libjava): New target.
7940         (all-target-boehm-gc): Likewise.
7941         * configure.in (target_libs): Added libjava, boehm-gc.
7942
7943 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
7944
7945         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7946         configure.bat in SUPPORT_FILES.
7947         (gas+binutils.tar.bz2): Likewise.
7948
7949         * makeall.bat: Remove; obsolete.
7950
7951 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
7952
7953         From Mark Elbrecht:
7954         * configure.bat: Remove; obsolete.
7955
7956 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
7957
7958         * configure: Add -W -Wall to the default CFLAGS when compiling with
7959         gcc.
7960
7961 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
7962
7963         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7964
7965 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
7966
7967         * configure.in: Build ld on IRIX6.
7968
7969 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
7970
7971         * Makefile.in: Change distribution targets to use bzip2 instead of
7972         gzip.
7973         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
7974         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
7975
7976 1999-06-04  Nick Clifton  <nickc@cygnus.com>
7977
7978         * config.sub: Add mcore target.
7979
7980 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
7981
7982         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
7983
7984 1999-05-25  H.J. Lu  (hjl@gnu.org)
7985
7986         * config.guess (dummy): Changed to $dummy.
7987
7988 1999-05-24  Nick Clifton  <nickc@cygnus.com>
7989
7990         * config.sub: Tidied up case statements.
7991
7992 1999-05-22  Ben Elliston  <bje@cygnus.com>
7993
7994         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
7995         <jiro@din.or.jp>.
7996
7997         * config.guess: Merge with FSF version. Future changes will be
7998         more accurately recorded in this ChangeLog.
7999         * config.sub: Likewise.
8000
8001 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
8002
8003          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8004
8005 1999-04-30  Tom Tromey  <tromey@cygnus.com>
8006
8007         * ltmain.sh: [mode link] Always use CC given by ltconfig.
8008
8009 1999-04-23  Tom Tromey  <tromey@cygnus.com>
8010
8011         * ltconfig, ltmain.sh: Update to libtool 1.2f.
8012
8013 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
8014
8015         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8016         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8017         Bad merge removed these two changes.
8018
8019 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
8020                           Martin Heller (Ing.-Buero_Heller@t-online.de)
8021
8022         * config.guess (interix Alpha): Add.
8023
8024 1999-04-11  Richard Henderson  <rth@cygnus.com>
8025
8026         * configure.in (i?86-*-beos*): Do config gperf; don't config
8027         gdb, newlib, or libgloss.
8028
8029 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
8030
8031         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8032         link a trivial program with -mabi=64.  If it fails, remove mabi=64
8033         from multidirs.
8034
8035 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
8036
8037         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8038
8039 1999-04-08  Nick Clifton  <nickc@cygnus.com>
8040
8041         * config.sub: Add support for mcore targets.
8042
8043 1999-04-07  Michael Meissner  <meissner@cygnus.com>
8044
8045         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8046         not mt-ospace, in order to shut up assembler warning about using
8047         symbols that are named the same as registers.
8048
8049 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
8050
8051         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8052         dependency list for all-target-cygmon.
8053
8054 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
8055
8056         * config-ml.in: Check $host, not $target, for selective multilibs.
8057         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8058         thumb interworking, and underscore prefix multilibs.
8059
8060 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
8061
8062         * missing: Update to version from current automake.
8063
8064 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
8065
8066         * configure (gxx_include_dir): Removed.
8067
8068         * configure.in (gxx_include_dir): Handle it.
8069         * Makefile.in: Likewise.
8070
8071 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
8072
8073         * config.sub (mips64vr4111,mips64vr4111el) Add.
8074
8075 1999-03-21  Ben Elliston  <bje@cygnus.com>
8076
8077         * config.guess: Correct typo for detecting ELF on FreeBSD.
8078
8079 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
8080
8081         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8082         config/mh-djgpp.
8083
8084 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
8085
8086         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8087         all-target-newlib to dependency list for all-target-bsp.
8088
8089 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8090
8091         * config.sub: Add i386-uwin support.
8092         * config.guess: Likewise.
8093
8094 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8095
8096         * configure.in: cleanup, add mh-*pic handling for arm, special
8097         case powerpc*-*-aix*
8098
8099 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
8100
8101         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8102         can be built.
8103
8104 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
8105
8106         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8107         targets.
8108
8109 1999-03-02  Nick Clifton  <nickc@cygnus.com>
8110
8111         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8112
8113 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
8114
8115         * config.sub: Check for "cygwin*" rather than "cygwin32*"
8116
8117 1999-02-24  Nick Clifton  <nickc@cygnus.com>
8118
8119         * config.sub: Fix typo in arm recognition.
8120
8121 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
8122
8123         * configure.in (noconfigdirs): Changed target_configdirs to
8124         include target-bsp only for m68k-*-elf* and m68k-*-coff*
8125         rather than m68k-*-* since it is not known to work on
8126         m68k-aout. Ditto for arm-*-*oabi.
8127
8128 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
8129
8130         * configure.in (*-*-windows*): Remove, no longer used.
8131
8132 1999-02-19  Ben Elliston <bje@cygnus.com>
8133
8134         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8135         Smart and improved by Andrew Cagney.
8136
8137 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
8138
8139         * config.guess: Recognize openbsd-*-hppa.
8140
8141 1999-02-17  H.J. Lu  (hjl@gnu.org)
8142
8143         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8144         only if it is not empty.
8145
8146 1999-02-17  Nick Clifton  <nickc@cygnus.com>
8147
8148         Patch from: Scott Bambrough <scottb@corelcomputer.com>
8149
8150         * config.guess: Modified to recognize uname's armv* syntax.
8151
8152         * config.sub: Modified to recognize uname's armv* syntax.
8153
8154 1999-02-17  Mark Salter  <msalter@cygnus.com>
8155
8156         * configure.in: Added target-bsp for sparclite.
8157
8158 1999-02-08  Richard Henderson  <rth@cygnus.com>
8159
8160         * config.sub: Recognize alphapca5[67] and up to alphaev8.
8161
8162 1999-02-08  Nick Clifton  <nickc@cygnus.com>
8163
8164         * configure.in: Add support for strongarm port.
8165         * config.sub: Add support for strongarm target.
8166
8167 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
8168
8169         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8170         the old name config/mh-cygwin32.
8171         Enable texinfo.
8172
8173 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
8174
8175         * configure.in: Do build ld for ix86 Solaris.
8176
8177 1999-02-02  Jim Wilson  <wilson@cygnus.com>
8178
8179         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
8180         $AR_FOR_TARGET.  Likewise for RANLIB.
8181
8182 1999-02-02  Catherine Moore  <clm@cygnus.com>
8183
8184         * config.sub (oabi):  Recognize.
8185         * configure.in (arm-*-oabi):  Handle.
8186
8187 1999-01-30  Robert Lipe  (robertlipe@usa.net)
8188
8189         * config.guess: Improve detection of i686 on UnixWare 7.
8190
8191 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
8192
8193         * config.guess: Add support for i386-pc-interix.
8194         * config.sub: Likewise.
8195         * configure.in: Likewise.
8196
8197 1999-01-18  Christopher Faylor <cgf@cygnus.com>
8198
8199         * Makefile.in: Remove unneeded all-target-libio from
8200         from all-target-winsup target since it is now unneeded.
8201         Add all-target-libtermcap in its place since it is now
8202         needed.
8203
8204 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8205
8206         * configure.in: makefile stub for cygwin target is probably
8207         unnecessary.  Remove it for now.
8208
8209 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8210
8211         * configure.in: libtermcap.a should be built when cygwin is the
8212         target as well as the host.
8213         * config.guess: Allow mixed case in cygwin uname output.
8214         * Makefile.in: Add libtermcap target.
8215
8216 1998-12-23  Jeffrey A Law  (law@cygnus.com)
8217
8218         * config.sub: Clean up handling of hppa2.0.
8219
8220 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
8221
8222         * config.guess: Use C code to identify more HP machines.
8223
8224 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
8225
8226         * config.sub: Handle hppa2.0.
8227
8228 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
8229
8230         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8231         cygmon for all sparclite targets, regardless of object format.
8232
8233 1998-12-15  Mark Salter  <msalter@cygnus.com>
8234
8235         * configure.in: Added target-bsp for several target architectures.
8236
8237         * Makefile.in: Added rules for bsp.
8238
8239 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
8240
8241         * config.guess: Improve detection of hppa2.0 processors.
8242
8243 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
8244
8245         * config.guess: Recognize FreeBSD using ELF automatically.
8246
8247 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
8248
8249         * configure (skip-this-dir): Add handling for new shell script, which
8250         might be created by a sub-directory's configure to indicate, this particular
8251         directory is "unwanted".
8252         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8253
8254 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
8255
8256         * ltconfig: import from libtool, after changing libtool to
8257         account for the cygwin name change.
8258
8259 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
8260
8261         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8262         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8263
8264 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
8265
8266         * configure.in: Add libtermcap to list of cygwin dependencies.
8267
8268 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
8269
8270         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8271         they include winsup/include when it's a cygwin target.
8272
8273 1998-11-12  Tom Tromey  <tromey@cygnus.com>
8274
8275         * configure.in (host_tools): Added zip.
8276         * Makefile.in (all-target-libjava): Depend on all-zip.
8277         (all-zip): New target.
8278         (ALL_MODULES): Added all-zip.
8279         (NATIVE_CHECK_MODULES): Added check-zip.
8280         (INSTALL_MODULES): Added install-zip.
8281         (CLEAN_MODULES): Added clean-zip.
8282
8283 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
8284
8285         * Makefile.in: lose "32" from comment about cygwin.
8286
8287 1998-11-05  Nick Clifton  <nickc@cygnus.com>
8288
8289         * configure.in: Use -Os to build target libraries for the fr30.
8290
8291 1998-11-04  Dave Brolley  <brolley@cygnus.com>
8292
8293         * config.sub: Add fr30.
8294
8295 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
8296
8297         * configure.in: drop "32" from config/mh-cygwin32.  Check
8298         cygwin* instead of cygwin32*.
8299         * config.sub: Check cygwin* instead of cygwin32*.
8300
8301 1998-10-22  Robert Lipe  <robertl@dgii.com>
8302
8303         * config.guess: Match any version of Unixware7.
8304
8305 1998-10-20  Syd Polk  <spolk@cygnus.com>
8306
8307         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8308         if desired.
8309
8310 1998-10-18  Jeffrey A Law  (law@cygnus.com)
8311
8312         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8313         these if the appropriate directories and files to not exist.
8314
8315 1998-10-14  Jeffrey A Law  (law@cygnus.com)
8316
8317         * Makefile.in (DEVO_SUPPORT): Add config.if.
8318
8319 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
8320
8321         * configure: Add pattern to replace "build_tooldir"'s
8322         definition in the generated Makefile with "tooldir"'s
8323         actual value.
8324
8325 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
8326
8327         * config.sub: Bring back lost sparcv9.
8328
8329         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8330
8331 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
8332
8333         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8334         CC_FOR_TARGET and friends.
8335
8336 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
8337
8338         * Makefile.in (build_tooldir): New variable, same as tooldir.
8339         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8340         -B$(build_tooldir)/bin/.
8341         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8342
8343 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
8344
8345         * config.sub: Add support for i[34567]86-pc-udk.
8346         * configure.in: Likewise.
8347
8348 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
8349
8350         * Makefile.in: add bzip2 package building bits for user
8351         tools module
8352         * configure.in: ditto
8353
8354 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
8355
8356         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8357         (ALL_TARGET_MODULES): Add all-target-libobjc.
8358         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8359         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8360         (all-target-libchill): Add dependencies.
8361         * configure.in (target_libs): Add libchill.
8362
8363 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
8364
8365         * configure.in (target_subdir): Remove duplicate line.
8366
8367 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
8368
8369         * Makefile.in (all-automake): fix dependencies.
8370
8371 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
8372
8373         * configure.in: Minor cleanups for building in the $(target_alias)
8374         subdir.
8375
8376 1998-09-22  Jim Wilson  <wilson@cygnus.com>
8377
8378         * Makefile.in (bootstrap): Set r and s before make all.  Use
8379         BASE_FLAGS_TO_PASS in make all.
8380         (cross): Likewise.
8381
8382 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
8383
8384         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8385
8386 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
8387
8388         * config.sub: Fix typo in last change.
8389
8390 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8391
8392         * config.sub: Add support for C4x target.
8393         * configure.in: Likewise.
8394
8395 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
8396
8397         * config.sub: Recognize sparcv9 just like sparc64.
8398
8399 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
8400
8401         * config.guess: Match "Pent II" or "PentII" for OpenServer.
8402
8403 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
8404
8405         * config.guess: Correctly identify Pentium II sco boxes.
8406
8407         * config.guess: Fix "tr" code.  From Weiwen Liu.
8408
8409 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
8410
8411         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8412         stabs.
8413
8414 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
8415
8416         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8417         (ALL_TARGET_MODULES): Add all-target-libchill.
8418         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8419         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8420         (all-target-libchill): Add dependencies.
8421         * configure.in (target_libs): Add libchill.
8422
8423 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8424
8425         * config.guess: Avoid assumptions about "tr" behaves when
8426         LANG is set to something other than English.
8427
8428 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
8429
8430         * configure (gxx_include_dir): Changed to
8431         '${prefix}/include/g++'-${libstdcxx_interface}.
8432
8433         * config.if: New to determine the interfaces.
8434
8435 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
8436
8437         * config.guess: Detect and handle MPE/IX.
8438         * config.sub: Deal with MPE/IX.
8439
8440 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
8441
8442         * configure.in: Use mh-aix43.
8443
8444 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
8445
8446         * configure: Fix --without/--disable cases for gxx-include-dir.
8447
8448 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
8449
8450         * mdata-sh:  Imported.  Needed for automake support.
8451
8452 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
8453
8454         * Makefile.in (taz): Try "chmod -R og=u ." before
8455         "chmod og=u `find . -print`".
8456
8457 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
8458
8459         * configure.in: Add arm-elf and thumb-elf support.
8460
8461 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
8462
8463         * Makefile.in: Undo previous patch.
8464
8465 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
8466
8467         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8468         to here ...
8469         (install-no-fixedincludes): and here
8470         (INSTALL_MODULES): ... from here.
8471
8472 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8473
8474         * config.sub: Merge with FSF.
8475
8476         * config.guess: Merge with FSF.
8477
8478 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
8479
8480         * configure (extraconfigdirs): New variable.
8481         (SUBDIRS): Add extraconfigdirs and recurse on them too.
8482         * Makefile.in (all): Move higher in file.
8483         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8484         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8485         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8486         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8487         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8488
8489 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
8490
8491         * Makefile.in (all-target-libjava): Depend on all-gcc and
8492         all-target-newlib.
8493         (configure-target-libjava): Depend on $(ALL_GCC).
8494
8495 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
8496
8497         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8498         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8499
8500 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8501
8502         * ylwrap: Change absolute path checks to check for DOS style path
8503         names.
8504
8505         * ylwrap: Don't use a full path name if the source file is in the
8506         same directory.  From hjl@lucon.org (H.J. Lu).
8507
8508         * config-ml.in: Default to being verbose, to match Feb 18 change to
8509         configure.
8510
8511 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
8512
8513         Brought over from egcs:
8514
8515         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8516
8517         * configure.in (target_subdir): Set to ${target_alias} instead
8518         of "libraries".
8519
8520         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8521
8522         * configure.in (target_subdir): Set to libraries if enable_multilib.
8523
8524 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
8525
8526         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8527         multilibs, force reconfiguration the first time we create
8528         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8529
8530 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
8531
8532         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8533         avoid confusion with --no-recursion.
8534
8535 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
8536
8537         * configure.in: Win32 hosts shouldn't use install -x
8538         * install-sh: remove -x option, and special .exe-handling
8539         hack.
8540
8541 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
8542
8543         * config.guess: Recognize i586-pc-beos.
8544         * configure.in: Don't build some bits for beos.
8545
8546 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8547
8548         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8549         CFLAGS default to -O2.
8550
8551         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8552         when using GNU ld.
8553
8554 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
8555
8556         * ltmain.sh: Correct install when using a different shell.
8557
8558 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8559
8560         * ltconfig, ltmain.sh: Update to libtool 1.2b.
8561
8562 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
8563
8564         * makefile.vms: Update to build binutils/makefile.vms.  Add install
8565         target.
8566
8567 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
8568
8569         * ltconfig: Update to correct AIX handling.
8570
8571 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8572
8573         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8574
8575         * configure.in (target_subdir): Set to ${target_alias} instead
8576         of "libraries".
8577
8578 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
8579
8580         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8581         (Makefile): Depend on $(gcc_version_trigger).
8582
8583         * configure (gcc_version): Change default initializer to empty
8584         string.
8585         (gcc_version_trigger): New variable; pass this variable down
8586         to subdir configures to enable them checking gcc's version
8587         themselves. Emit make macros for both gcc_version vars.
8588         (topsrcdir): Initialize reliably.
8589         (recursion line): Remove --with-gcc-version=${gcc_version}.
8590
8591 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8592
8593         * configure (enable_version_specific_runtime_libs): Implement new flag
8594         --enable-version-specific-runtime-libs which installs C++ runtime stuff
8595         in $(libsubdir); emit definition in each generated Makefile.
8596         (gxx_include_dir): Initialize depending on
8597         $enable_version_specific_runtime_libs.
8598
8599 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8600
8601         * configure (gcc_version): Initialize properly depending on
8602         how and where configure is started.
8603         (recursion line): Pass a --with-gcc-version=${gcc_version}
8604         to configures in subdirs.
8605
8606 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
8607
8608         * configure.in (noconfigdirs): Add configure pattern for mips tx39
8609         cygmon
8610
8611 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
8612
8613         * configure.in: Add cygmon and libstub support for mn10200.
8614
8615 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
8616
8617         * configure (gcc_version): Add new variable describing the
8618         particular gcc version we're building.
8619         * Makefile.in (libsubdir): Add new macro for the directory
8620         in which the compiler finds executables, libraries, etc.
8621         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8622         and libsubdir.
8623
8624 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8625
8626         * Makefile.in (local-clean): Remove *.log.
8627         (warning.log): Built with warn_summary from build.log.
8628         (mail-report.log): Run test_summary.
8629         (mail-report-with-warnings.log): Run test_summary including
8630         warning.log in the report.
8631
8632 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
8633
8634         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8635
8636 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8637
8638         * Makefile.in (grep): Grep no longer depends on libiberty.
8639
8640 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
8641
8642         * Makefile.in: all-snavigator needs all-libgui.
8643
8644 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
8645
8646         * configure.in: Add cygmon and libstub support for mn10300.
8647
8648 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
8649
8650         * missing: Update to version from automake 1.3.
8651
8652         * ltmain.sh: On installation, don't get confused if the same name
8653         appears more than once in the list of library names.
8654
8655 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8656
8657         * config.sub: Accept m68060 and m5200 as CPU names.
8658
8659 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
8660
8661         * configure: Use && rather than using -a in test, because odd
8662         strings can confuse test.
8663         * configure.in: Likewise.
8664
8665 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8666
8667         * ltconfig, ltmain.sh: Bring in Visual C++ support.
8668
8669 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8670
8671         * Makefile.in (boostrap2-lean, bootstrap3-lean,
8672         bootstrap4-lean): New targets.
8673
8674 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
8675
8676         * mpw-* Delete.  Not used.
8677
8678 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
8679
8680         * COPYING.LIB: Update FSF address.
8681
8682 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
8683
8684         * ltconfig, ltmain.sh: Update to libtool 1.2a.
8685
8686         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8687         GAS_SUPPORT_DIRS.
8688
8689 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
8690
8691         * ltconfig, ltmain.sh: Avoid producing a version number if
8692         -version-info was not used.
8693
8694 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8695
8696         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8697         building with newlib.
8698
8699 1998-04-30  Paul Eggert  <eggert@twinsun.com>
8700
8701         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
8702         Solaris `make' causes it to continue to next definition.
8703
8704 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8705
8706         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8707         the right GUI libraries and files are installed along with GDB.
8708
8709 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8710
8711         * configure.in: Change alpha to alpha* in several places.
8712
8713 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
8714
8715         * config.sub: Recognize sparc86x.
8716
8717 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
8718
8719         * configure.in (--enable-target-optspace): Remove debug echo.
8720
8721 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
8722
8723         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8724
8725 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8726
8727         * ltconfig: Update cygwin32 support.
8728
8729         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8730         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8731         (GDB_SUPPORT_DIRS): Likewise.
8732
8733 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
8734
8735         * configure.in (target_makefile_frag): If --enable-target-optspace,
8736         use -Os to compile target libraries rather than -O2.  Default to
8737         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8738         not used.
8739         * configure.in (target_cflags): Ditto for d30v.
8740
8741 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
8742
8743         * Makefile.in (all-bfd): Depend on all-intl.
8744         (all-binutils): Likewise.
8745         (all-gas): Likewise.
8746         (all-gprof): Likewise.
8747         (all-ld): Likewise.
8748
8749 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
8750
8751         * configure.in (host_tools): Fix typo, lbtool -> libtool.
8752
8753 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8754
8755         * Makefile.in (all-bfd): Depend upon all-libiberty.
8756
8757         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8758
8759 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
8760
8761         * Makefile.in: Add libstub.
8762
8763         * configure.in: Ditto. Build libstub for targets that have cygmon
8764         support.
8765
8766 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
8767
8768         * configure.in: Don't set PICFLAG on ix86-cygwin32.
8769
8770 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
8771
8772         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8773         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
8774
8775 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
8776
8777         * configure: Define DEFAULT_M4 by searching PATH.
8778         * Makfile.in: Use DEFAULT_M4.
8779
8780 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8781
8782         * ltconfig: Add cygwin32 support.
8783
8784         * Makefile.in, configure.in: Add libtool as a native only directory
8785         to configure and build.
8786
8787 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
8788
8789         * Makefile.in (INSTALL_MODULES): Remove texinfo.
8790
8791 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
8792
8793         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8794
8795 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
8796
8797         * Makefile.in: add ash make rules
8798         * configure.in: add ash to native_only and host_tools lists
8799
8800 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
8801
8802         * Makefile.in (all-gettext, all-intl): New targets.
8803         (ALL_MODULES): Added all-gettext, all-intl.
8804         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8805         (INSTALL_MODULES): Added install-gettext, install-intl.
8806         (CLEAN_MODULES): Added clean-gettext, clean-intl.
8807
8808         * configure.in (host_tools): Added gettext.
8809         (native_only): Likewise.
8810         (noconfigdirs) [various cases]: Likewise.
8811         (host_libs): Added intl.
8812
8813 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
8814
8815         * configure: Do not disable building gdbtk for cygwin32 hosts.
8816
8817 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
8818
8819         * configure.in: Add thumb-coff target.
8820         * config.sub: Add thumb-coff target.
8821
8822 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8823
8824         * Makefile.in: Revert yesterday's change.
8825         (all-target-winsup):  all-target-librx stays out of here.
8826
8827 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8828
8829         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8830         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8831         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
8832         Remove references to librx and libg++.
8833
8834 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
8835
8836         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8837         recursive makes
8838
8839 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
8840
8841         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8842         for newlib directory.
8843         (CXX_FOR_TARGET): Likewise.
8844
8845 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
8846
8847         * ltconfig: Update after libtool/ltconfig.in change for
8848         hpux11.
8849
8850 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
8851
8852         * ltconfig, ltmain.sh: Update to libtool 1.2.
8853
8854 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8855
8856         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8857         (install-gcc-cross): Instead, override LANGUAGES here.
8858
8859 1998-03-18  Dave Love  <d.love@dl.ac.uk>
8860
8861         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8862         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8863
8864 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
8865
8866         * configure.in: Add Thumb-pe target.
8867
8868 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
8869
8870         * Makefile.in - changed sn targets to snavigator
8871         * configure.in - changed sn targets to snavigator
8872
8873 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8874
8875         * config-ml.in: After building symlink tree call make distclean
8876         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8877         to be the case for libiberty.
8878
8879 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
8880
8881         * configure: When making link, also check the current
8882         directory. The configure scripts may create one.
8883
8884 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
8885
8886         * config.sub: Accept alphapca56 and alphaev6 properly.
8887
8888 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8889
8890         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8891
8892 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8893
8894         * config.sub (sco5): Fix typo.
8895
8896 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
8897
8898         * Makefile.in (INSTALL_MODULES): Move install-tcl before
8899         install-itcl.
8900         (install-itcl): Remove dependency on install-tcl.
8901
8902 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
8903
8904         * configure.in: Remove libgloss from noconfigdirs for MN10300.
8905
8906 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
8907
8908         * configure.in: Don't build libgui for a cygwin32 target when not on
8909         a cygwin32 host.
8910
8911 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8912
8913         * configure (redirect): Set to null, so default behavior of
8914         configure is now --verbose.
8915
8916 1998-02-16  Dave Love  <d.love@dl.ac.uk>
8917
8918         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8919         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8920
8921 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
8922
8923         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8924         this change to sync Makefile.in with its ChangeLog entries.
8925
8926 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
8927
8928         * ltmain.sh (mkdir): Check that the directory doesn't exist
8929         before we exit with error, so that we don't get races during
8930         parallel builds.
8931
8932 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8933
8934         * ltconfig, ltmain.sh: Update from libtool 1.0i.
8935
8936 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8937
8938         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8939         PICFLAG_FOR_TARGET.
8940         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8941
8942         * configure: Emit a definition for the new macro enable_shared
8943         into each Makefile.
8944
8945 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8946
8947         * configure.in (host_tools, native_only): Add libtool.
8948
8949 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
8950
8951         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8952         Fix typo in ming config comment.
8953
8954 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8955
8956         * ltconfig, ltmain.sh: Update from libtool 1.0h.
8957
8958 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
8959
8960         * config.sub: Add tic30 cases, and map c30 to tic30.
8961
8962 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
8963
8964         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8965         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8966         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8967         (CLEAN_TARGET_MODULES): Similarly
8968         (all-target-libf2c): Add dependences.
8969         * configure.in (target_libs): Add libf2c.
8970
8971 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
8972
8973         * configure.in: Remove expect from noconfigdirs when target
8974         is cygwin32.  OK to build expect and dejagnu with Canadian
8975         Cross.
8976
8977 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
8978
8979         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
8980         host.
8981
8982         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
8983         and mingw32.
8984
8985 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8986
8987         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
8988         here as it is not defined in the toplevel Makefile.
8989
8990 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8991
8992         * configure (package_makefile_rules_frag): New variable, which names
8993         a file with generic rules, ...
8994         Change comment to mention we now have FIVE parts.
8995         * configure: Undo last change.
8996
8997 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
8998
8999         * config.guess: More accurate determination of HP processor types.
9000         * config.sub: More accurate determination of HP processor types.
9001
9002 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9003
9004         * configure (package_makefile_frag): Move inserting the
9005         ${package_makefile_frag} to where it should be according
9006         to the comment.
9007
9008 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
9009
9010         * config.guess: Add support for Linux/ARM.
9011
9012 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
9013
9014         * .cvsignore: Remove *-info and *-install since they match
9015         release-info and mpw-install, which we don't want to just ignore.
9016
9017 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
9018
9019         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9020
9021 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
9022
9023         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9024         local_prefix to sub-make invocations.
9025
9026 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
9027
9028         * configure.in: Check makefile fragments in the source
9029         directory.
9030
9031 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9032
9033         * configure.in: Check whether host and target makefile
9034         fragments exist before adding them to *_makefile_frag.
9035
9036 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
9037
9038         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9039
9040 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
9041
9042         * configure.in: Make sure we only replace RPATH_ENVVAR on
9043         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9044         regexp to sed.
9045
9046         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9047         to sub-makes.
9048
9049 1998-01-13  Lee Iverson   (leei@ai.sri.com)
9050
9051         * config-ml.in (multi-do): LDFLAGS must include multilib
9052         designator.
9053
9054 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
9055
9056         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9057
9058 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
9059
9060         * config.sub: Add mingw32 support.
9061         * configure.in: Likewise.
9062
9063 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9064
9065         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9066
9067 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
9068
9069         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9070         * configure (gxx_include_dir): Provide a definition for subdirs
9071         which do not use autoconf.
9072
9073 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
9074
9075         * config.guess: Sync with egcs.  Picks up new alpha support,
9076         BeOS & some additional linux support.
9077
9078 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
9079
9080         * config.guess: HP 9000/803 is a PA1.1 machine.
9081
9082 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
9083
9084         * configure.in: It's alpha*-...
9085
9086 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9087
9088         * configure.in (host_makefile_frag, target_makefile_frag):
9089         Handle multiple config files.
9090         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9091         alpha-*-*.
9092
9093 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
9094
9095         * mkdep: New file.
9096
9097 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
9098
9099         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9100
9101 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9102
9103         * Makefile.in: Add libgui directory.
9104         (GDB_TK): Add all-libgui.
9105         * configure.in: Add libgui directory.
9106         * configure: Add all-libgui to GDB_TK.
9107
9108 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
9109
9110         * config-ml.in (multidirs): Add m32r to multilib list.
9111
9112 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
9113
9114         * Makefile.in (all-target-gperf): Change dependency to
9115         all-target-libstdc++.
9116
9117 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
9118
9119         * config.guess: Add BeOS support.
9120
9121 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9122
9123         Source directory cvs renamed to cvssrc:
9124         * configure.in (host_tools): Change cvs to cvssrc.
9125         (native_only): Likewise.
9126         (noconfigdirs) [various cases]: Likewise.
9127         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9128         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9129         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9130         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9131         (all-cvssrc): Rename target from all-cvs.
9132
9133 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
9134
9135         * configure (gxx_include_dir): Fix thinko.
9136
9137 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
9138
9139         * Makefile.in (INSTALL_TARGET_CROSS): Define.
9140         (install-cross, install-gcc-cross): New targets.
9141
9142 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
9143
9144         * configure.in (noconfigdirs): Add support for Thumb target.
9145
9146         * config.sub (maybe_os): Add support for Thumb target.
9147
9148 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
9149
9150         * Makefile.in: Add rules for cygmon.
9151
9152         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9153
9154 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
9155
9156         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9157         * configure (gxx_include_dir): Provide a definition for subdirs
9158         which do not use autoconf.
9159
9160 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
9161
9162         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9163         11/18/97 build
9164
9165 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
9166
9167         * From Franz Sirl.
9168         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9169         found on RedHat Linux systems.
9170
9171 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
9172
9173         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9174         guesses.
9175
9176 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
9177
9178         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9179
9180 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
9181
9182         * ltmain.sh: If mkdir fails, check whether the directory was created
9183         anyhow by some other process.
9184
9185 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
9186
9187         * configure.in (d30v-*-*): Configure all directories.
9188
9189 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
9190
9191         * configure.in (d30v-*-*): Configure newlib, libiberty directories
9192         for the D30V.
9193
9194 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
9195
9196         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9197
9198 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
9199
9200         * include/libiberty.h: Add extern "C" { so it can be used with C++
9201         progrms.
9202         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
9203         programs.
9204
9205 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
9206
9207         * configure.in (d30v-*-*): Configure GCC now.
9208
9209 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
9210
9211         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9212         is no longer needed.
9213
9214 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9215
9216         * Makefile.in: check-target-libio depends on all-target-libstdc++.
9217
9218 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
9219
9220         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9221         targets using "$@" to provide support for similar but not identical
9222         targets without having to duplicate code.
9223
9224 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
9225
9226         * makefile.vms: Fix to work with DEC C.
9227
9228 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
9229
9230         * config.sub: Add mips-tx39-elf to marketing names.
9231
9232 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
9233
9234         * ltmain.sh: Handle symlinks in generated script.
9235
9236 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
9237
9238         * configure: Handle autoconf style directory options: --bindir,
9239         --datadir, --includedir, --infodir, --libdir, --libexecdir,
9240         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9241         --sysconfdir.
9242         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9243         (sharedstatedir, localstatedir, oldincludedir): New variables.
9244         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9245         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9246         sbindir, sharedstatedir, and sysconfdir.
9247
9248 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9249
9250         * Makefile.in (bootstrap-lean): New target.
9251
9252 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
9253
9254         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
9255         sn, and gnuserv from noconfigdirs.
9256
9257 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
9258
9259         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9260
9261 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
9262
9263         * Makefile.in (cross): New target.
9264
9265 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9266                           Jeff Law         <law@cygnus.com>
9267
9268         * Makefile.in (bootstrap2, bootstrap3): New targets.
9269         (all-bootstrap): Remove outdated and confusing target.
9270         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9271
9272 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9273
9274         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9275         windows.  Consistent with gdb/configure.
9276
9277 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
9278
9279         * configure.in: Name Linux target fragment.
9280
9281         * configure: Rewrite so that project Makefile fragment is inserted
9282         first and appears last in the resulting Makefile.
9283
9284 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9285
9286         * Makefile.in (install-itcl): Install tcl first.
9287
9288 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
9289
9290         * configure.in: remove bison from noconfigdirs for Cygwin32 host
9291
9292 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9293
9294         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9295
9296         * configure.in (skipdirs): Add target-librx for Linux.
9297         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9298
9299 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
9300
9301         * Makefile.in (bootstrap): New target.
9302
9303 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9304
9305         * config.sub: Accept 'amigados' for backward compatability.
9306
9307 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
9308
9309         * config.guess: Merge with FSF.
9310
9311 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9312
9313         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9314
9315 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
9316
9317         * config.sub: Add "marketing-names" patch.
9318
9319 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
9320
9321         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9322
9323 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
9324
9325         * config.sub: Handle v850-elf.
9326
9327 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
9328
9329         * .cvsignore (*-install): Remove.
9330
9331 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
9332
9333         * ltconfig: Set CONFIG_SHELL in libtool.
9334         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9335
9336 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9337
9338         * configure.in (target_subdir): Set to libraries if enable_multilib.
9339
9340 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
9341
9342         * config.guess: Update from gcc directory.
9343
9344 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9345
9346         * Makefile.in (all-sim): Depends on all-readline.
9347
9348 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9349
9350         * Makefile.in (BISON, YACC): Use $$s.
9351         (all-bison): Depend on all-texinfo.
9352
9353 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
9354
9355         * Makefile.in (BISON): Add -L flag.
9356         (YACC): Likewise.
9357
9358 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9359
9360         * configure.in (noconfigdirs): Add support for v850e target.
9361
9362         * config.sub (maybe_os): Add support for v850e target.
9363
9364 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9365
9366         * configure.in (noconfigdirs): Add support for v850ea target.
9367
9368         * config.sub (maybe_os): Add support for v850ea target.
9369
9370 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
9371
9372         * config.sub: Add mipstx39.  Delete r3900.
9373
9374 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9375
9376         * Makefile.in (all-autoconf): Depends on all-texinfo.
9377
9378 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
9379
9380         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9381         eabi targets.
9382
9383 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
9384
9385         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9386
9387         * configure: When handling a Canadian Cross, handle YACC as well as
9388         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
9389         * Makefile.in (all-bison): Depend upon all-texinfo.
9390
9391 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
9392
9393         * Makefile.in (BISON): bison, not byacc or bison -y.
9394         (YACC): bison -y or byacc or yacc.
9395         (various): Add *-bison as appropriate.
9396         (taz): No need to mess with BISON anymore.
9397
9398 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
9399
9400         * configure: If OSTYPE matches *win32*, try to find a good value for
9401         CONFIG_SHELL.
9402
9403 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
9404
9405         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9406         configure.in if it is present.
9407
9408 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
9409
9410         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9411
9412 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
9413
9414         * config.sub: Recognize `arc' cpu.
9415         * configure.in: Likewise.
9416         * config-ml.in: Likewise.
9417
9418 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
9419
9420         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9421
9422 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
9423
9424         * configure: Changed sed delimiter from ':' to '|' when
9425         attempting to substitute ${config_shell} for SHELL. On
9426         NT ${config_shell} may contain a ':' in it.
9427
9428 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
9429
9430         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9431
9432 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
9433
9434         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9435
9436 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9437
9438         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9439
9440         * ylwrap: If the program is a relative path, force it to be
9441         absolute.
9442
9443 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9444
9445         * configure (tooldir): Set BISON to `bison -y' and not just bison.
9446
9447 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9448
9449         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
9450         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9451         for libraries.
9452
9453 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
9454
9455         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
9456         separated by spaces.
9457
9458 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
9459
9460         * ylwrap: New file.
9461         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9462
9463         * ltmain.sh: Handle /bin/sh at start of install program.
9464
9465         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9466
9467         * ltconfig, ltmain.sh: New files, from libtool 1.0.
9468         * missing: New file, from automake 1.2.
9469
9470 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
9471
9472         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
9473         check-tk to CHECK_X11_MODULES.
9474
9475 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9476
9477         * config.sub: Merge with FSF.
9478
9479 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9480
9481         * config.guess: Merge with FSF.
9482
9483 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9484
9485         * configure: Treat msdosdjgpp like go32.
9486         * configure.in: Likewise.  Don't remove gprof for go32.
9487
9488         * configure: Change Makefile.tem2 to Makefile.tm2.
9489
9490 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
9491
9492         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9493
9494 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9495
9496         * install-sh (chmodcmd): Set to null if the DST directory already
9497         exists.  Same as Nov 11th change.
9498
9499 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
9500
9501         * configure (GDB_TK): Needs itcl and tix.
9502
9503 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
9504
9505         * config.guess: Update from FSF.
9506
9507 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
9508
9509         * Makefile.in (GDB_TK): Depend on itcl and tix.
9510
9511 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9512
9513         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9514         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9515         (INSTALL_SCRIPT): New variable.
9516         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9517         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9518         to -x.
9519         * install-sh: Add support for -x option.
9520
9521 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
9522
9523         * configure.in, Makefile.in: Treat tix like itcl.
9524
9525 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
9526
9527         * Makefile.in (WINDRES): New variable.
9528         (WINDRES_FOR_TARGET): New variable.
9529         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9530         (EXTRA_HOST_FLAGS): Add WINDRES.
9531         (EXTRA_TARGET_FLAGS): Add WINDRES.
9532         (EXTRA_GCC_FLAGS): Add WINDRES.
9533         ($(DO_X)): Pass down WINDRES.
9534         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9535         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9536         DLLTOOL_FOR_TARGET.
9537
9538 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
9539
9540         * configure.in: configure sim before gdb for win32-x-ppc
9541
9542 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9543
9544         Move gperf into the toplevel, from libg++.
9545         * configure.in (target_tools): Add target-gperf.
9546         (native_only): Add target-gperf.
9547         * Makefile.in (all-target-gperf): New target, depend on
9548         all-target-libg++.
9549         (configure-target-gperf): Empty rule.
9550         (ALL_TARGET_MODULES): Add all-target-gperf.
9551         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9552         (CHECK_TARGET_MODULES): Add check-target-gperf.
9553         (INSTALL_TARGET_MODULES): Add install-target-gperf.
9554         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9555
9556 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
9557
9558         * config.sub (mn10200): Recognize new basic machine.
9559
9560 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9561
9562         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9563         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9564
9565 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9566
9567         * configure.in: If we're building mips-sgi-irix6* native, turn on
9568         ENABLE_MULTILIB and set TARGET_SUBDIR.
9569
9570 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
9571
9572         * Makefile.in (all-sn): Depend on all-grep.
9573
9574 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
9575
9576         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9577
9578         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9579         Makefile.  From Jeff Makey <jeff@cts.com>.
9580         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9581
9582         * Makefile.in (DISTBISONFILES): Remove.
9583         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
9584         $(DEFAULT_YACC).
9585
9586         * configure.in: Build itl, db, sn, etc., when building for native
9587         cygwin32.
9588
9589         * Makefile.in (LD): New variable.
9590         (EXTRA_HOST_FLAGS): Pass down LD.
9591         ($(DO_X)): Likewise.
9592
9593 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
9594
9595         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9596
9597 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
9598
9599         * configure.in (targargs): Strip out any supplied --build argument
9600         before adding our own. Always add --build.
9601
9602 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
9603
9604         * configure.in (targargs): Pass --build if we're doing
9605         a cross-compile.
9606
9607 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
9608
9609         * configure: Use '|' instead of ":" as the separator in
9610         sed. Otherwise sed chokes on NT path names with drive
9611         designators. Also look for "?:*" as the leading characters in an
9612         absolute pathname.
9613
9614 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
9615
9616         * config.sub: Support for r3900.
9617
9618 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9619
9620         * configure.in: Use install-sh, not install.sh.
9621
9622 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9623
9624         * Makefile.in (taz): Improve check for BISON so it doesn't try to
9625         apply it twice.
9626
9627 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9628
9629         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9630         install-binutils.
9631
9632 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
9633
9634         * Makefile.in: Add automake targets.
9635         * configure.in (host_tools): Add automake.
9636
9637 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9638
9639         * configure: Default CXX to c++, not gcc.
9640         * Makefile.in (CXX): Set to c++, not gcc.
9641         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9642
9643 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
9644
9645         * install-sh: try appending a .exe if source file doesn't
9646         exist
9647
9648 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9649
9650         * configure.in: Turn on multilib by default.
9651         (cross_only): Remove target-libiberty.
9652
9653         * Makefile.in (all-gcc): Don't depend on libiberty.
9654
9655 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
9656
9657         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9658
9659 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9660
9661         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9662         (DISTBISONFILES): Add ld/Makefile.in
9663
9664 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
9665
9666         * configure.in: if target is cygwin32 but host isn't cygwin32,
9667         don't configure gdb tcl tk expect, not just gdb.
9668
9669 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
9670
9671         * configure.in: Added gnuserv everywhere sn appears.
9672
9673         * Makefile.in (ALL_MODULES): Added all-gnuserv.
9674         (CROSS_CHECK_MODULES): Added check-gnuserv.
9675         (INSTALL_MODULES): Added install-gnuserv.
9676         (CLEAN_MODULES): Added clean-gnuserv.
9677         (all-gnuserv): New target.
9678
9679 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
9680
9681         * config.guess: Fixes for MIPS OpenBSD systems.
9682
9683 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9684
9685         * Makefile.in (INSTALL_XFORM): Remove.
9686         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9687
9688         * mkinstalldirs: New file, copied from automake.
9689         * Makefile.in (installdirs): Rename from install-dirs.  Use
9690         mkinstalldirs.  Change all users.
9691         (DEVO_SUPPORT): Add mkinstalldirs.
9692
9693 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9694
9695         * install-sh: Rename from install.sh.
9696         * Makefile.in (INSTALL): Change install.sh to install-sh.
9697         (DEVO_SUPPORT): Likewise.
9698
9699         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
9700         Graichen <graichen@rzpd.de>.
9701
9702 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
9703
9704         * config.guess: Recognize OpenBSD systems correctly.
9705
9706 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9707
9708         * README, Makefile.in (ETC_SUPPORT): Remove references to
9709         cfg-paper*, configure.{texi,man,info*}._
9710
9711 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
9712
9713         * Makefile.in (all.normal): Ensure that gcc is built after all
9714         the x11 - ie gdb - targets.
9715
9716 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
9717
9718         * makefile.vms: Don't run conf-a-gas.
9719
9720 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
9721
9722         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
9723
9724 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
9725
9726         * configure.in: Remove noconfigdirs case since gdb also
9727         configures and builds for tic80-coff.
9728
9729 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9730
9731         * configure: Set cache_file to config.cache.
9732         * Makefile.in (local-distclean): Remove config.cache.
9733
9734 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9735
9736         * COPYING: Update FSF address.
9737
9738 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
9739
9740         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9741         noconfigdirs.
9742
9743 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9744
9745         * Makefile.in (install-dirs): Don't crash if prefix, and hence
9746         MAKEDIRS, is empty.
9747
9748 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
9749
9750         * config.sub: Tweak mn10300 entry.
9751
9752 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
9753
9754         * configure.in (host_tools): Put sim before gdb, so gdb's
9755         configure.tgt can determine if the simulator was configured.
9756
9757 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
9758
9759         * config.sub: Move BeOS $os case to be with other Cygnus
9760         local cases.
9761
9762 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
9763
9764         * config.sub: Remove misplaced comment that broke Linux.
9765
9766 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
9767
9768         * config.sub: Add BeOS support.
9769
9770 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
9771
9772         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9773
9774 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
9775
9776         * configure.in (noconfigdirs): Remove tcl and tk from
9777         noconfigdirs for cygwin32 builds.
9778
9779 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
9780
9781         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9782
9783 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
9784
9785         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9786         make-all.com, use makefile.vms instead.
9787
9788 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
9789
9790         * config.sub: Accept -lnews*.
9791
9792 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
9793
9794         * configure.in (noconfigdirs): Disable target-newlib,
9795         target-examples and target-libiberty for d30v.
9796
9797 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9798
9799         * configure.in (noconfigdirs): Enable ld for d30v.
9800
9801 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
9802
9803         * configure.in (tic80-*-*): Build compiler.
9804
9805 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
9806
9807         * configure.in (d30v-*): Remove sim directory from list of
9808         unsupported d30v directories
9809
9810 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9811
9812         * config.sub, configure.in: Add d30v target cpu.
9813
9814 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
9815
9816         * makefile.vms: New file.
9817         * make-all.com: Remove.
9818
9819 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
9820
9821         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9822
9823 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
9824
9825         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9826
9827 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
9828
9829         * Makefile.in (ALL_MODULES): Added all-db.
9830         (CROSS_CHECK_MODULES): Addec check-db.
9831         (INSTALL_MODULES): Added install-db.
9832         (CLEAN_MODULES): Added clean-db.
9833
9834 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
9835
9836         * config.guess: Merge with latest FSF sources.
9837
9838 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
9839
9840         * Makefile.in (ALL_MODULES): Added all-itcl.
9841         (CROSS_CHECK_MODULES): Added check-itcl.
9842         (INSTALL_MODULES): Added install-itcl.
9843         (CLEAN_MODULES): Added clean-itcl.
9844
9845 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
9846
9847         * configure.in: build gdb for mn10200
9848
9849 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
9850
9851         * Makefile.in (all-target-winsup): Depend on all-target-libio.
9852
9853 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
9854
9855         * configure.in (tic80-*-*): Turn off most targets right now.
9856
9857 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
9858
9859         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9860         rather than the makeinfo program.
9861         (do-info): Depend upon all-texinfo.
9862
9863 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9864
9865         * configure.in: Remove uses of config/mh-linux.
9866
9867         * config.sub, config.guess: Merge with latest FSF sources.
9868
9869 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
9870
9871         * config.sub (case $basic_machine): Add tic80 entries.
9872
9873 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
9874
9875         * config.sub, config.guess: Merge with latest FSF sources.
9876
9877 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9878
9879         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9880         * mpw-config.in: Test for NewFolderRecursive.
9881         * mpw-install: Use symbolic name for startup filename.
9882         * mpw-README: Add various additional details.
9883
9884 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
9885
9886         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9887
9888 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
9889
9890         * configure.in: Do build gcc and the target libraries for
9891         the mn10200.
9892
9893 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
9894
9895         * configure.in: don't avoid building gdb for mn10300 any more
9896         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9897         instead of single-quoting it.
9898
9899 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
9900
9901         * configure.in: Don't use --with-stabs on IRIX 6.
9902
9903 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
9904
9905         * configure.in (m32r): Build gdb, libg++ now.
9906
9907 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9908
9909         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
9910         directories from noconfigdirs.
9911
9912 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
9913
9914         * config.sub (basic_machine): added mips16 configuration
9915
9916 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9917
9918         * config.sub: Handle d10v-unknown.
9919
9920 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
9921
9922         * config.sub: Handle v850-unknown.
9923
9924 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
9925
9926         * Makefile.in: add findutils
9927         * configure.in: add findutils to list of host_tools
9928
9929 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
9930
9931         * config.sub: Handle mn10200 and mn10300.
9932
9933 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9934
9935         * configure.in (d10v-*): Do not build librx.
9936
9937 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
9938
9939         * configure.in (mn10300): Build everything except gdb & libgloss.
9940
9941 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
9942
9943         * config.guess:  Patch for Dansk Data Elektronik servers,
9944         from Niels Skou Olsen <nso@dde.dk>.
9945
9946         For ncr, use /bin/uname rather than uname, since GNU uname does not
9947         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
9948
9949         Patch for MIPS R4000 running System V,
9950         from Eric S. Raymond <esr@snark.thyrsus.com>.
9951
9952         Fix thinko for nextstep.
9953
9954         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9955
9956         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
9957         * config.guess: Guess mips-dec-mach_bsd4.3.
9958
9959         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
9960         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
9961         release numbers.
9962         * config.guess (mips-mips-riscos*):  Emit just enough of the
9963         release number.
9964
9965         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
9966         * config.guess (sparc-auspex-sunos*):  Added.
9967         (f300-fujitsu-*): Added.
9968
9969         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
9970         * config.guess:  Recognize a Tadpole as a sparc.
9971
9972 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9973
9974         * config.guess: Don't assume that NextStep version is either 2 or
9975         3.  NextStep 4 (aka OpenStep 4) has come out now.
9976
9977 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9978
9979         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
9980         From Rik Faith <faith@cs.unc.edu>.
9981
9982 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
9983
9984         * config.sub: Contributions from bug-gnu-utils to:
9985         Support plain "hppa" (no version given) architecture, reported by
9986         OpenStep.
9987         OpenBSD like NetBSD.
9988         LynxOs is not a hardware supplier.
9989
9990         * config.guess: Contributions from bug-gnu-utils to add support for:
9991         OpenBSD like NetBSD.
9992         Stratus systems.
9993         More Pyramid systems.
9994         i[n>4]86 Intel chips.
9995         M680[n>4]0 Motorola chips.
9996         Use unknown instead of lynx for hardware manufacturer.
9997
9998 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9999
10000         * install.sh (chmodcmd): Set to null if the DST directory already
10001         exists.
10002
10003 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10004
10005         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10006         not use mt-ppc target Makefile fragment any more.
10007
10008 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10009
10010         * configure.in (*-*-windows):  Exclude everything but those dirs
10011         needed to build windows.
10012
10013 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
10014
10015         * Makefile.in (all-target-winsup): Depend on all-target-librx.
10016
10017 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10018
10019         * configure.in:  Exclude mmalloc from i386-windows.
10020
10021 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10022
10023         * Undo my previous change.
10024
10025 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
10026
10027         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10028         unconditionally.
10029         (MAKEOVERRIDES): Define (revert this part of October 18 change).
10030
10031 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10032
10033         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
10034         host to add it's own flags.
10035
10036 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
10037
10038         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10039
10040 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
10041
10042         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10043         (CXX_FOR_TARGET): Likewise.
10044         (GCC_FOR_TARGET): Define.
10045         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10046         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10047         CC_FOR_TARGET was specified on the command line.
10048         (MAKEOVERRIDES): Don't define.
10049
10050 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
10051
10052         * configure.in (m32r): Fix spelling of libg++ libs.
10053
10054 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
10055
10056         * config.sub (-apple*): Remove, now redundant.
10057
10058 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
10059
10060         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10061
10062         * configure: Rework yesterday's sed script patch.
10063
10064         * config.sub: Merge with FSF.
10065
10066 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
10067
10068         * config.guess:  Merge from FSF.
10069
10070         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
10071         * config.guess: Use pc instead of unknown, for pc clone systems.
10072         Change linux to linux-gnu.
10073
10074         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10075         * config.guess: Avoid non-portable tr syntax.
10076
10077 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
10078
10079         * test-build.mk (HOLES): Add "xargs" for gdb.
10080
10081         * configure: Avoid hpux10.20 sed bug.
10082
10083 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
10084
10085         * configure.in:  Add support for windows host
10086         (that is a build done under the Microsoft build environment).
10087
10088 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
10089
10090         * Makefile.in: Replace all uses of srcroot with s, to shrink
10091         command line lengths.
10092
10093         Patches from Geoffrey Noer <noer@cygnus.com>:
10094         * configure.in: If configuring for newlib, pass --with-newlib to
10095         subdirectories.
10096         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10097         -Bnewlib/ and -Lwinsup to gcc.
10098         (CXX_FOR_TARGET): Likewise.
10099
10100 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10101
10102         * Makefile.in (ETC_SUPPORT): Add configure.
10103
10104 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
10105
10106         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10107         host configuration file.
10108
10109 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
10110
10111         * configure.in: Break mn10x00 support into separate
10112         mn10200 and mn10300 configurations.
10113         * config.sub: Likewise.
10114
10115 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
10116
10117         * configure.in: Add lots of stuff to noconfigdirs for
10118         the mn10x00 targets.
10119
10120         * config.sub, configure.in: Add mn10x00 support.
10121
10122 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
10123
10124         * make-all.com: Call conf-a-gas, not config-a-gas.
10125
10126 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
10127
10128         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10129         targets.
10130
10131 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
10132
10133         * mpw-README: Add much more detail for native PowerMac.
10134         * mpw-install: New file.
10135         * mpw-configure: Add --norecursion and --help options.
10136         * mpw-config.in: Translate readme and install files when
10137         copying to objdir.
10138         * mpw-build.in: Don't always depend on byacc and flex.
10139         (install-only-top): New action.
10140
10141 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
10142
10143         * configure.in:  You can now configure GDB for the v850.
10144
10145 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
10146
10147         * configure.in (noconfigdirs): Don't configure any C++ dirs
10148         if targeting D10V.
10149
10150 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10151
10152         * config.sub: Recognize mips64vr5000.
10153
10154 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
10155
10156         * configure.in: Use a single line for host_tools and native_only.
10157
10158 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
10159
10160         * config.sub, configure.in: Add entries for m32r.
10161
10162 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
10163
10164         * Makefile.in (inet-install): Don't run install-gzip.
10165
10166 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
10167
10168         * configure.in:  Don't config lots of things for *-*-windows*.
10169
10170 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
10171
10172         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10173         (host_libs, host_tools): Copy from configure.in.
10174         * mpw-configure: Don't complain about directories not found.
10175
10176 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10177
10178         * configure.in (i[345]86): Recognize i686 for pentium pro.
10179         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10180         file.
10181
10182         * config.guess (i[345]86): Ditto.
10183
10184 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10185
10186         * configure.in (noconfigdirs): Removed gdb for D10V.
10187
10188 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
10189
10190         * configure.in: Remove ld, target-libio, target-libg++, and
10191         target-libstdc++ from noconfigdirs.
10192
10193 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
10194
10195         * configure: Fix three locations where shell scripts were
10196         being run directly rather than with config_shell.
10197
10198 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
10199
10200         * configure.in (v850-*-*): Set up initial $noconfigdirs.
10201         * config.sub (basic_machine): Recognize v850.
10202
10203 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
10204
10205         * mpw-configure: Handle multiple enable/disable options and
10206         pass them down recursively, handle -c and -s flags appropriately
10207         depending on choice of compiler, add escape mechanism for
10208         quoted arguments to gC.
10209
10210 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10211
10212         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10213         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10214         so that -mrelocatable-lib and -mno-eabi are used.
10215
10216         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10217         not support --print-multi-lib, don't abort.
10218
10219 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
10220
10221         * make-all.com: Run config-a-gas.
10222         * setup.com: Don't copy subdirectory files around.
10223
10224 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
10225
10226         * configure.in (*-*-ose): Remove exclusion of libgloss for this
10227         target, it now compiles correctly.
10228
10229 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
10230
10231         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10232
10233 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10234
10235         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10236
10237 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10238
10239         * configure.in (native_only): Add prms.
10240
10241 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
10242
10243         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10244         (BINUTILS_SUPPORT_DIRS): Likewise.
10245
10246 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10247
10248         * configure.in (d10v-*-*): Don't configure ld or gdb until the
10249         d10v support is added.
10250
10251 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10252
10253         * configure.in (d10v-*-*): New target.
10254
10255 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
10256
10257         * config.guess (HP 9000/811): Recognize this as a PA1.1
10258         machine.
10259
10260 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
10261
10262         * Makefile.in (do-tar-gz): New target, split out from tail end of
10263         taz target.  Run each command separately, don't use pipes.
10264         (taz): Use it.
10265
10266 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
10267
10268         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10269         * mpw-build.in: No builds should depend on building byacc or flex,
10270         they are assumed to be installed already.
10271
10272 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10273
10274         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10275         variable that CC_FOR_TARGET needs.
10276
10277 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10278
10279         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10280         options have changed since the last time the subdirectory was
10281         configured, and if it has, reconfigure.
10282         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10283         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10284
10285 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
10286
10287         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10288         CLEAN_MODULES): Add bash.
10289         (all-bash): New target.
10290
10291 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
10292
10293         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10294
10295 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10296
10297         * config.sub (basic_machine): Recognize d10v as a valid processor.
10298
10299 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
10300
10301         * mpw-configure: Add support for --bindir.
10302         * mpw-build.in: Use a GCC-specific build script for GCC actions.
10303
10304 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
10305
10306         * configure.in: add bash, time, gawk to list of hosttools and things
10307         to only build for native toolchains
10308
10309 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10310
10311         * Makefile.in (docdir): Remove.
10312
10313 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10314
10315         * Makefile.in (datadir): Set to $(prefix)/share.
10316
10317 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
10318
10319         * configure.in: build diff and patch for cygwin32-hosted
10320         toolchains.
10321
10322 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
10323
10324         * config.sub: Accept -rtems*.
10325
10326 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
10327
10328         * configure.in: enable dosrel for cygwin32-hosted builds,
10329                 remove diff from the list of things not buildable
10330                 via Canadian Cross
10331
10332 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
10333
10334         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10335         don't get ". ".
10336
10337 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
10338
10339         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10340
10341 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
10342
10343         * Makefile.in (taz): Handle case where tex3patch didn't even get
10344         checked out.  Also, if it was found, put the symlink in a new util
10345         subdirectory.
10346
10347 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10348
10349         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10350
10351 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
10352
10353         * config.sub: Recognize -openvms.
10354         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10355         * make-all.com, setup.com: New files.
10356
10357 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10358
10359         * Makefile.in (taz): tex3patch moved to texinfo/util.
10360
10361 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
10362
10363         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10364         * configure.in: remove make from disable-if-Can-Cross list
10365                 enable gdb if ${host} and ${target} are cygwin32
10366
10367 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
10368
10369         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
10370         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10371
10372 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10373
10374         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
10375         distinguish sysv/svr4/bsd variants.
10376         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10377
10378 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
10379
10380         * configure.in: Added copyright notice.
10381         * move-if-change: Added copyright notice.
10382
10383 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10384
10385         * configure.in (powerpcle-*-solaris*): Until we get shared
10386         libraries working, don't build gdb, sim, make, tcl, tk, or
10387         expect.
10388
10389 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
10390
10391         * config.guess:  Merge with FSF:
10392
10393         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10394         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10395
10396         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
10397         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10398
10399         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
10400         * config.guess:  Combine two OSF1 rules.
10401         Also recognize field test versions.  From mjr@zk3.dec.com.
10402         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
10403         because GNU uname does not support -p.  From pmr@pajato.com.
10404
10405 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
10406
10407         * Makefile.in (MAKEDIRS): Removed $(tooldir).
10408
10409 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
10410
10411         * mpw-README: Document GCCIncludes.
10412
10413 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
10414
10415         * configure.in (alpha-*-linux*): Set enable_shared to yes.
10416
10417 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10418
10419         * mpw-configure: Handle --enable-FOO and --disable-FOO.
10420
10421 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
10422
10423         * configure.in (*-*-cygwin32): Configure make.
10424
10425 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
10426
10427         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10428
10429 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
10430
10431         * Makefile.in (all-inet): Depend on all-perl.
10432
10433         * Makefile.in (inet-install): New target.
10434
10435         * Makefile.in (all-inet): Depend on all-tcl.
10436         (all-inet): Depend on all-send-pr.
10437
10438 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10439
10440         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10441         temporarily.
10442
10443 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
10444
10445         * configure.in: Don't configure --with-gnu-ld on AIX.
10446
10447 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10448
10449         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10450
10451 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
10452
10453         * Makefile.in (ALL_MODULES): Added all-inet.
10454         (CROSS_CHECK_MODULES): Added check-inet.
10455         (INSTALL_MODULES): Added install-inet.
10456         (CLEAN_MODULES): Added clean-inet.
10457         (all-indent): New target.
10458
10459         * configure.in (host_tools): Added inet.
10460         (native_only): Added inet.
10461         (noconfigdirs): Added inet.
10462
10463 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
10464
10465         * configure.in: Don't configure libgloss if we are not configuring
10466         newlib.
10467
10468 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
10469
10470         * configure.in: Don't configure libgloss for unsupported
10471         architectures.
10472
10473 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10474
10475         * Makefile.in (CLEAN_MODULES): Add clean-apache.
10476
10477 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
10478
10479         * Makefile.in (ALL_MODULES): Include all-apache.
10480         (CROSS_CHECK_MODULES): Include check-apache.
10481         (INSTALL_MODULES): Include install-apache.
10482         (all-apache): New target.
10483
10484         * configure.in: Added apache everywhere perl is seen.
10485
10486 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10487
10488         * Makefile.in: Add support for clean-{module} and
10489         clean-target-{module} rules.
10490
10491 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
10492
10493         * configure.in (*-*-ose) do not build libgloss.
10494
10495 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10496
10497         * config.guess (prep*:SunOS:5.*:*): Turn into
10498         powerpele-unknown-solaris2.
10499
10500 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
10501
10502         * configure.in: Permit --enable-shared to specify a list of
10503         directories.
10504
10505 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10506
10507         * configure.in (host==solaris): Pass only the first word of $CC
10508         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10509
10510 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10511
10512         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10513
10514 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
10515
10516         * Makefile.in (ALL_MODULES): Include all-perl.
10517         (CROSS_CHECK_MODULES): Include check-perl.
10518         (INSTALL_MODULES): Include install-perl.
10519         (ALL_X11_MODULES): Include all-guile.
10520         (CHECK_X11_MODULES): Include check-guile.
10521         (INSTALL_X11_MODULES): Include install-guile.
10522         (all-perl): New target.
10523         (all-guile): New target.
10524
10525         * configure.in (host_tools): Include perl and guile.
10526         (native_only): Include perl and guile.
10527         (noconfigdirs): Don't build guile and perl; no ports have been
10528         done.
10529
10530 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
10531
10532         * configure (--enable-*): Handle quoted option lists such as
10533         --enable-sim-cflags='-g0 -O' better.
10534
10535 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10536
10537         * Makefile.in ({,inst}all-target): New rule so we can make and
10538         install all of the target directories easily.
10539
10540 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10541
10542         * configure.in: Add missing global flag in sed substitution when
10543         deleting `target-' from ${configdirs}.
10544
10545 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
10546
10547         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10548         option.
10549
10550         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10551         config/mh-necv4.
10552
10553         * install.sh: Correct misspelling of transformbasename.
10554
10555         * config.guess: Recognize mips-*-sysv*.
10556
10557 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
10558
10559         * config.sub: Recognize mon960.
10560
10561 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
10562
10563         * configure: Restore Canadian Cross handling of BISON and LEX,
10564         removed in Feb 20 change.
10565
10566 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
10567
10568         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10569         Mention make install.  Remove the old copyright date as well the
10570         clumsy and rather pointless copyright on the README file.
10571
10572 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10573
10574         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10575         Makefile after running symlink-tree, then run `make distclean' to
10576         avoid clobbering any generated files in srcdir.
10577
10578 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
10579
10580         * configure.in (m68k-*-netbsd*): Build everything now.
10581
10582 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10583
10584         * Makefile.in (taz): Fix quoting.
10585
10586 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
10587
10588         * configure.in (sparclet-*-*): Build everything now.
10589
10590 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10591
10592         * configure.in (m68k-*-linux*): New host.
10593
10594 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
10595
10596         * configure: Check for bison before byacc.
10597
10598 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
10599
10600         * Makefile.in configure:  Change the way LEX and BISON/YACC are
10601         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
10602         searching PATH.  These are used as fallbacks by Makefile.in if
10603         flex/bison/byacc aren't in objdir.
10604
10605 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
10606
10607         * Makefile.in: Make everything which depends upon all-bfd also
10608         depend upon all-opcodes, in case --with-commonbfdlib is used.
10609
10610 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10611
10612         * configure.in (host *-*-cygwin32): Don't build gdb if we are
10613         building NT native compilers on Unix.
10614
10615 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
10616
10617         * configure.in: Don't get CC from the host Makefile fragment if we
10618         can find gcc in PATH, or if this is a Canadian Cross.  Move the
10619         Solaris test for /usr/ucb/cc to the post target script, just after
10620         the compiler sanity test.
10621
10622 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
10623
10624         * config.sub: Merge with FSF.
10625
10626 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
10627
10628         * Makefile.in (RPATH_ENVVAR): New variable.
10629         (REALLY_SET_LIB_PATH): Use it.
10630         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10631
10632 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
10633
10634         * config.sub, configure.in: Recognize sparclet cpu.
10635
10636 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10637
10638         * config.guess:  Support m68k-cbm-sysv4.
10639
10640 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10641
10642         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10643         m68k-unknown-linuxaout from linker help string.  Put quotes around
10644         $ld_help_string.
10645
10646 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
10647
10648         * config.guess (powerpc-harris-powerunix): Add guess for port
10649         to new target.
10650
10651 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10652
10653         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10654
10655 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
10656
10657         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10658         $(REALLY_SET_LIB_PATH) in Makefile.
10659         * Makefile.in (SET_LIB_PATH): New variable.
10660         (REALLY_SET_LIB_PATH): New variable.
10661         ($(DO_X)): Use $(SET_LIB_PATH).
10662         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10663         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10664         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10665         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10666         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10667         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10668         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10669         (install-dosrel): Likewise.
10670         (all-opcodes): Depend upon all-libiberty.
10671
10672 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10673
10674         * config.guess (*:CYGWIN*): New
10675
10676 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10677
10678         * Makefile.in (all-target-winsup): All all-target-libiberty.
10679
10680 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10681
10682         * configure.in (noconfigdirs): Add missing # in front of comment.
10683
10684 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
10685
10686         * configure.in: add second pass to things added to noconfigdirs
10687         so *-gm-magic can exclude libgloss properly.
10688
10689 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
10690
10691         * mpw-configure (extralibs_name, rez_name): Set correctly
10692         for MWC68K compiler.
10693
10694         * mpw-README: Add more info on the necessary build tools.
10695
10696 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10697
10698         * configure.in, config.sub: Recognize cygwin32.
10699
10700 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
10701
10702         * config.guess, config.sub: Recognize A/UX.
10703
10704 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
10705
10706         * config.sub: Merge with gcc/config.sub.
10707
10708 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
10709
10710         * mpw-build.in (do-binutils): Add build of stamps.
10711
10712 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
10713
10714         * config.sub: Add recognition for mips64vr4100*-* targets.
10715
10716 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10717
10718         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10719         Add creation of gconfigargs with `--enable-shared' turned on.
10720         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10721         ($(host)-stamp-stage3-configured): Likewise.
10722         (HOLES): Add chatr and ldd.
10723         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10724
10725 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
10726
10727         * configure: Pass --nfp to recursive configures.
10728
10729 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10730
10731         * Makefile.in (DLLTOOL): New.
10732         (DLLTOOL_FOR_TARGET): New.
10733         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10734         (EXTRA_TARGET_FLAGS): Ditto.
10735         (EXTRA_GCC_FLAGS): Ditto.
10736         (CONFIGURE_TARGET_MODULES): Ditto.
10737         (DO_X): Ditto.
10738         * configure: Add DLLTOOL.
10739
10740 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
10741
10742         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10743         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10744         mh-sco, since old workarounds no longer needed, and don't
10745         build ld, since libraries have weak symbols in COFF.
10746
10747 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
10748
10749         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10750
10751 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10752
10753         * configure.in: Make sure that ${CC} can be used to compile an
10754         executable.
10755
10756 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10757
10758         * Makefile.in (all-gdb): Depend on $(GDB_TK).
10759         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10760         nothing depending on whether gdbtk is being built.
10761
10762 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
10763
10764         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10765
10766 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
10767
10768         * configure.in (noconfigdirs): Put ld or gas in this early, if the
10769         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10770
10771 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
10772
10773         * config-ml.in: Add support for
10774         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10775         Simplify setting of multidirs from --disable-foo.
10776
10777 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10778
10779         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10780         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10781         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
10782         non-empty, pass them on to the  GCC make.
10783         (all-bootstrap): New rule that is like all-gcc, except it executes
10784         the GCC bootstrap rule instead of the GCC all rule.
10785
10786 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
10787
10788         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10789
10790 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10791
10792         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10793         DG/UX support.
10794
10795 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
10796
10797         * config.sub (i*86*) Change [345] to [3456]
10798
10799 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10800
10801         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10802         --with-gnu-ld=no.
10803
10804 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10805
10806         * config-ml.in (rs6000*, powerpc*): Add switches to control which
10807         AIX multilibs get built.
10808
10809 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10810
10811         * configure.in (i386-win32): Don't build expect if we're not
10812         building the tcl subdir.
10813
10814 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
10815
10816         * Makefile.in: (configure-target-examples, all-target-examples):
10817         New targets, configure and build example programs.
10818
10819 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10820
10821         * mpw-configure: If an mpw-config.in generated a file mk.sed,
10822         use it as input to sedit the generated MPW makefile.
10823         * mpw-README: Add a suggestion about Gestalt.h.
10824
10825 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
10826
10827         * config.sub: Accept *-*-ieee*.
10828
10829 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
10830
10831         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
10832         Ronald F. Guilmette <rfg@monkeys.com>.
10833
10834 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10835
10836         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10837         for powerpc-pe native.
10838         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10839         (target==powerpc-pe): duplicate i386-win32 entry.
10840
10841 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10842
10843         * configure.in (noconfigdirs): Exclude target-newlib for all versions
10844         of vxworks, not just vxworks5.1.
10845
10846 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
10847
10848         * mpw-configure: Add support for exec-prefix.
10849
10850 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10851
10852         * config.guess: Recognize HP model 816 machines as having
10853         a PA1.1 processor.
10854
10855 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10856
10857         * configure: Ignore new autoconf configure options.
10858
10859 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10860
10861         * config.guess:  Recognize Pentium under SCO.
10862         From Robert Lipe <robertl@arnet.com>.
10863
10864 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10865
10866         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
10867
10868 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
10869
10870         * configure.in: Don't configure gas for alpha-dec-osf*.
10871
10872 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
10873
10874         * configure.in: Default to --with-stabs for some targets for which
10875         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10876         i[345]86*-*-unixware*.
10877
10878 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10879
10880         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10881         rather than basing it on the target.  Simplify handling of options
10882         controlling which directories to configure.  Remove extraneous
10883         slash in multi-clean target.
10884
10885 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
10886
10887         * config-ml.in: Prefix more variables with ml_ so they don't collide
10888         with configure's.
10889
10890 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
10891
10892         * configure: Don't turn -v into --v.
10893
10894 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
10895
10896         * configure.in (targargs): Fix typo.
10897
10898         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10899
10900 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10901
10902         * configure.in: Strip --host and --target options from
10903         CONFIG_ARGUMENTS, and always configure for --host only.  Add
10904         --with-cross-host option when building with a cross-compiler.
10905         * configure: Canonicalize the arguments put into config.status by
10906         always using `=' for an option with an argument.  Pass a presumed
10907         --host or --target explicitly.
10908
10909 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
10910
10911         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10912         into general OS recognition case.
10913
10914 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10915
10916         * configure.in (target_configdirs): add target-winsup only
10917         for win32 target systems.
10918
10919 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
10920
10921         * Makefile.in (all-target-libgloss): Depend upon
10922         configure-target-newlib, since when libgloss is built it looks to
10923         see if the newlib directory exists.
10924
10925 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
10926
10927         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10928         cfg-ml-*.in.
10929
10930 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
10931
10932         * configure: Handle LD and LD_FOR_TARGET when configuring a
10933         Canadian Cross.
10934
10935 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10936
10937         * configure.in (target_libs): add target-winsup.
10938         (target==i386-win32): add patch diff flex make to $noconfigdirs.
10939         (target==ppcle-pe): remove ld from $noconfigdirs.
10940
10941 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
10942
10943         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10944         Preserve relative path names in $srcdir.  Build symlink tree if
10945         configuring cross target dir and srcdir=. (= no VPATH support).
10946         (configure-target-libg++): Depend on configure-target-librx.
10947         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10948         * config-ml.in: New file.
10949         * symlink-tree: New file.
10950         * configure: Ensure srcdir="." if that's what it is.
10951
10952 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
10953
10954         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10955         includes and FLEX_SKELETON setting.
10956         * mpw-configure (--with-gnu-ld): New option, controls whether
10957         to use PPCLink or ld with PowerMac GCC.
10958         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10959         * mpw-config.in: Configure grez if targeting Mac.
10960
10961         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
10962         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10963         just macos.
10964         * configure.in: Configure grez resource compiler if targeting Mac.
10965         * Makefile.in (all-grez, install-grez): New targets.
10966
10967 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
10968
10969         * configure: CXX defaults to gcc, not g++.  If we find
10970         gcc in the path, set CC to gcc -O2.
10971
10972 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
10973
10974         * configure: Default ${build} correctly.  Avoid picking up extra
10975         spaces when reading CC and CXX from Makefile.  When doing a
10976         Canadian Cross, use plausible default values for numerous
10977         variables.
10978         * configure.in: When doing a Canadian Cross, don't try to
10979         configure tools whose configure script can't handle it.
10980
10981 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10982
10983         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
10984
10985 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10986
10987         * configure:  Remove dubious bug reporting address.
10988
10989 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10990
10991         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
10992         configure script, run that instead of this directory's configure.
10993         In either case, print a message that we're configuring the sub-dir.
10994
10995 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10996
10997         * configure.in: Before checking for the existence of various files,
10998         use sed to filter out "target-".
10999
11000 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11001
11002         * Makefile.in (DO_X): Split rule to decrease command line length
11003         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
11004         (Philippe De Muyter).
11005
11006 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11007
11008         * Makefile.in (all-patch): depend on all-libiberty.
11009
11010 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
11011
11012         * configure.in: If the only directory in target_configdirs which
11013         actually exists is libiberty, then set target_configdirs to empty,
11014         to avoid trying to build a target libiberty in a gas or gdb
11015         distribution.
11016
11017 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
11018
11019         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11020         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11021         systems.
11022
11023 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11024
11025         * configure.in (copy_dirs): Use sys-include instead of include
11026         for --with-headers option.
11027
11028 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
11029
11030         * Makefile.in, configure.in: Make winsup builds work with
11031         new scheme.
11032
11033 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
11034
11035         * configure.in: Build the linker on AIX.
11036
11037 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11038
11039         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
11040         where needed.
11041
11042 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
11043
11044         * Makefile.in (all-gcc): Fix typo.
11045
11046 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11047
11048         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
11049
11050 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11051
11052         * configure.in:  Rename libFOO to target-libFOO, and xiberty
11053         to target-xiberty, to provide more flexibility.
11054         (target_subdir):  Define.  Create if cross.
11055         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11056         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
11057         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11058         check-libFOO -> check-target-libFOO, etc.
11059         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11060         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11061         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11062         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
11063         allow ALL_GCC="" to only configure.
11064         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
11065         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
11066         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
11067
11068 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
11069
11070         * Makefile.in (taz): Build "info" in etc explicitly.
11071
11072 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
11073
11074         * configure.in:  Make sure that CC is undefined (as opposed to
11075         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
11076         problem with autoconf trying to configure on a host without GCC.
11077
11078 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11079
11080         * mpw-configure: Set host alias from choice of host compiler,
11081         only use generic MPW Makefile sed if present, edit a file
11082         named "hacked_Makefile.in" instead of "Makefile.in" if present.
11083         * mpw-README: Add problem notes about CW6 and CW7.
11084
11085 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
11086
11087         * Makefile.in (taz): Use ";" instead of ";;".
11088
11089 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11090
11091         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
11092         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11093         DISTDOCDIRS.
11094         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
11095         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
11096
11097 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11098
11099         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
11100         and gnats, because they are now subsumed by DISTSTUFFDIRS.
11101         Move bfd to DISTSTUFFDIRS.
11102
11103 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11104
11105         * Makefile.in (X11_LIB): Removed.
11106         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11107
11108         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11109
11110 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11111
11112         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11113         names.
11114
11115 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11116
11117         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11118
11119 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
11120
11121         * configure.in (i[345]86-*-win32): Always build newlib.
11122         Don't configure cvs, autoconf or texinfo.
11123         * Makefile.in (LD_FOR_TARGET): New.
11124         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11125         Pass down LD_FOR_TARGET.
11126
11127 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11128
11129         * winsup: New directory.
11130         * Makefile.in: Build winsup.
11131         * configure.in: Winsup is configured when target is win32.
11132         Can only build win32 target GDB when native.
11133
11134 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
11135
11136         * config.guess: Recognize HP model 819 machines as having
11137         a PA 1.1 processor.
11138
11139 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11140
11141         * configure: Fix sed loop which substitutes for CC and CXX to
11142         avoid bug found in various sed implementations.
11143
11144 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11145
11146         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11147         simulator.  Use standard powerpc-*-eabi*.
11148
11149 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11150
11151         * configure.in: Stop putting gas and binutils in noconfigdirs for
11152         powerpc-*-aix* and rs6000-*-*.
11153
11154 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
11155
11156         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11157         -mcall-aixdesc libraries.
11158
11159 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
11160
11161         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11162
11163         * config.sub (arm | armel | armeb): Fix shell syntax.
11164
11165 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11166
11167         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11168         -msoft-float and -mcpu=common support.
11169         (powerpc*-*-eabisim*): Add support for building -mcall-aix
11170         libraries.
11171
11172 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11173
11174         * configure.in: Allow configuration and build of emacs19 for the alpha.
11175
11176 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11177
11178         * configure.in (CC): Get ^CC, not just any old CC, from
11179         ${host_makefile_frag}.
11180
11181 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11182
11183         * configure.in (CC): Try to get CC from
11184         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11185
11186 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11187
11188         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11189         only if it exists in $(srcdir).
11190
11191 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11192
11193         * configure: If CC and CXX are not set in the environment, set
11194         them, based on either an existing Makefile or on searching for gcc
11195         in PATH.  Substitute for CC and CXX in Makefile.
11196         * configure.in: Remove libm from target_libs.  Separate
11197         target_configdirs from configdirs.  If CC is not set in
11198         environment, try to get it from a host Makefile fragment.  Rewrite
11199         changes of configdirs to use skipdirs instead.  A few minor
11200         tweaks.  Take directories out of target_configdirs as they are
11201         taken out of configdirs.  Remove existing Makefile files from
11202         subdirectories.  Substitute for TARGET_CONFIGDIRS and
11203         CONFIG_ARGUMENTS in Makefile.
11204         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11205         by configure.in.
11206         (CONFIG_ARGUMENTS): Likewise.
11207         (CONFIGURE_TARGET_MODULES): New variable.
11208         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11209         ($(CONFIGURE_TARGET_MODULES)): New target.
11210         (configure-libg++, configure-libio): New targets.
11211         (all-libg++): Depend upon configure-libg++.
11212         (all-libio): Depend upon configure-libio.
11213         (configure-libgloss, all-libgloss): New targets.
11214         (configure-libstdc++): New target.
11215         (all-libstdc++): Depend upon configure-libstdc++.
11216         (configure-librx, all-librx): New targets.
11217         (configure-newlib): New target.
11218         (all-newlib): Depend upon configure-newlib
11219         (configure-xiberty): New target.
11220         (all-xiberty): Depend upon configure-xiberty.
11221
11222 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11223
11224         * configure.in (host i[345]86-*-win32):  Expand the
11225         noconfigdirs again.
11226
11227 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
11228
11229         * mpw-configure: Fix sed command file name.
11230
11231 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11232
11233         * configure.in (host i[345]86-*-win32): Reduce the
11234         noconfigdirs again.
11235
11236 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
11237
11238         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11239         or powerpc*-*-pe*, since they are not yet supported.
11240
11241 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11242
11243         Add PowerMac support and many other enhancements.
11244         * mpw-configure: New option --cc to select compiler to use,
11245         paste options set according to --cc into the generated
11246         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11247         if mpw-make.sed is present.
11248         * mpw-config.in: Don't test for gC1, test for mpw-touch,
11249         add forward includes for PowerPC include files.
11250         * mpw-build.in: Build using Makefile.PPC if present.
11251         (do-byacc, etc): Remove separate version resource builds.
11252         (do-gas): Build "stamps" before "all".
11253         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11254         * mpw-README: Update to reflect --cc option, PowerMac support,
11255         and recently-reported compatibility problems.
11256
11257 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11258
11259         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11260         embedded m68k systems (-aout, -coff, -elf, -vxworks).
11261         (--with-multilib-top): Pass to recursive invocations.
11262
11263 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
11264
11265         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11266         v810-*-*.
11267
11268 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11269
11270         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11271         gdb, ld and opcodes on v810-*-*.
11272
11273 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11274
11275         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11276         (local-maintainer-clean): New target.
11277         (maintainer-clean): New target.
11278         (realclean): Just depend upon maintainer-clean.
11279
11280 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11281
11282         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11283
11284 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
11285
11286         * configure.in: Build ld in mips*-*-bsd* case.
11287
11288 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
11289
11290         * config.sub: Accept -lites* OS.  From Ian Dall.
11291
11292 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
11293
11294         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11295         targets.
11296
11297 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11298
11299         * configure.in: treat i386-win32 canadian cross the same as
11300         i386-go32 canadian cross.
11301
11302 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11303
11304         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11305         running under the simulator to build a reduced set of libraries.
11306         (powerpc-*-eabiaix): Add fine grained multilib support added to
11307         other powerpc targets yesterday.
11308
11309 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11310
11311         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11312         -disable-softfloat, -disable-relocatable, -disable-aix, and
11313         -disable-sysv to control which multilib libraries get built.
11314
11315 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11316
11317         * configure: Add Makefile.tem to list of files to remove in trap
11318         handler.
11319
11320 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11321
11322         * config.guess (*Linux*):  Add missing "exit"s.
11323         Also, need specific check for alpha-unknown-linux (uses COFF).
11324
11325 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11326
11327         * config.guess:  Merge with FSF:
11328
11329         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
11330         * config.guess (AIX4): More robust release numbering discovery.
11331
11332         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
11333         * config.guess (i386-sequent-ptx): Properly get version number.
11334
11335         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
11336         * config.guess (mips:*:4*:UMIPS): New case.
11337
11338 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11339
11340         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11341         (i386-win32 host): Likewise.  Don't build readline.
11342
11343 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
11344
11345         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
11346         SUPPORT_FILES to submakes.
11347
11348 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
11349
11350         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11351         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11352         mpw-configure.
11353
11354 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
11355
11356         * configure.in (appdirs): Use =, not ==, in test expression when
11357         trying to build the text to print in the warning message for
11358         Solaris users.
11359
11360 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
11361
11362         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11363
11364 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11365
11366         * config.guess: Recognize lynx-2.3.
11367
11368 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
11369
11370         * config.sub (z8ksim): Deleted
11371         (z8k-*-coff): New, this is the one true name of the target.
11372
11373 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
11374
11375         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11376
11377 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
11378
11379         * config.guess (*:Linux:*:*): First try asking the linker what the
11380         default object file format is (elf, aout, or coff).  Then if this
11381         fails, try previous methods.
11382
11383 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11384
11385         * configure.in: Don't build newlib for *-*-vxworks5.1.
11386
11387 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11388
11389         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11390         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11391
11392 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
11393
11394         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11395
11396 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
11397
11398         * cfg-ml-com.in: New file.
11399         * cfg-ml-pos.in: New file.
11400
11401 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11402
11403         * COPYING.NEWLIB: Add HP free copyright to list.
11404
11405 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11406
11407         * config.sub: Recognize -eabi* for the system, not just -eabi.
11408
11409 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11410
11411         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11412         * config.sub, configure.in (win32): New target and host.
11413
11414 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11415
11416         * configure.in: Add i386-pe configuration.
11417
11418 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
11419
11420         * mpw-build.in (install): Install GDB after LD.
11421
11422 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
11423
11424         * mpw-config.in (elf/mips.h): Always forward-include, needed
11425         for GDB to build.
11426
11427 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11428
11429         * testsuite: New directory for customer acceptance and whole tool
11430         chain tests.
11431
11432 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11433
11434         * configure: If per-host line isn't found, but AC_OUTPUT is found
11435         and a configure script exists, run it instead.
11436
11437 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11438
11439         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
11440
11441 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11442
11443         * configure: Set build_{cpu,vendor,os,alias} to host values when
11444         --build isn't specified.
11445
11446 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11447
11448         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11449         (FLAGS_TO_PASS): Pass them.
11450         (EXTRA_TARGET_FLAGS): Ditto.
11451
11452 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11453
11454         * Makefile.in (all-libg++): Depend on all-libstdc++.
11455
11456 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11457
11458         * configure.in (noconfigdirs): Enable all packages for
11459           i386-unknown-netbsd.
11460
11461 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
11462
11463         * configure.in (noconfigdirs): Don't configure tk for i386-go32
11464         hosted builds (DOS builds)
11465
11466 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11467
11468         Changes for ARM based on patches from Richard Earnshaw:
11469         * config.sub: Handle armeb and armel.
11470         * configure.in: Omit arm linker only for riscix.
11471
11472 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11473
11474         * config.guess:  Update from FSF.
11475
11476 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
11477
11478         * config.sub: Recognize powerpcle as the little endian varient of
11479         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
11480         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
11481         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
11482         temporarily.
11483
11484 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
11485
11486         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11487
11488 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
11489
11490         * config.sub: Accept -lites* as a basic system type.
11491
11492 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
11493
11494         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11495         installed, and if so return linuxoldld as the system name.
11496
11497 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
11498
11499         * config.guess: Add hppa1.1-hp-lites support.
11500
11501 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11502
11503         * configure.in: Don't build newlib for m68k-vxworks5.1.
11504
11505 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11506
11507         * configure.in (mips-sgi-irix6): Use mh-irix5.
11508
11509 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
11510
11511         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11512
11513 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11514
11515         * test-build.mk: Enable building of shared libraries on IRIX 5 and
11516         OSF/1.  Fix compiler flags.
11517         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
11518
11519 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
11520
11521         * configure.in: Recognize --with-newlib.
11522         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11523
11524 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11525
11526         * Makefile.in: move {all,check,install}-gdb from *_MODULES
11527         to *_X11_MODULES due to gdbtk needing X include files et al.
11528
11529 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
11530
11531         Merge in support for Mac MPW as a host.
11532         (Old change descriptions retained for informational value.)
11533
11534         * mpw-config.in: Add generic include forwards for cpu-specific
11535         include files in aout and elf directories.
11536
11537         * mpw-configure: Added copyright.
11538         * mpw-config.in: Check for presence of required build tools.
11539         (target_libs): Add newlib.
11540         (target_tools): Add examples.
11541         (Read Me): Generate as "Read Me for MPW" instead.
11542         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11543         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11544         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11545
11546         * mpw-configure: Remove subdir-specific makefile hackery,
11547         delete mk.tmp after using it.
11548
11549         * mpw-build.in (all): Display start and end times.
11550
11551         * mpw-configure (host_canonical): Set.
11552         (target_cpu): Always add to makefiles.
11553         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11554         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11555         (mpw-mh-mpw): Look for in srcdir and srcroot.
11556         Use sed instead of mpw-edit-prefix to edit prefix definitions.
11557
11558         * mpw-build.in: (install-only): New target.
11559
11560         * mpw-configure (host_alias, target_alias): Rename from hostalias
11561         and targetalias, add into generated Makefile.
11562         (mk.tmp): If present, add into generated Makefile.
11563         * mpw-build.in (all-gas): Build config.h first before gas proper.
11564
11565         * mpw-configure (config.status): Write only if changed.
11566         * mpw-config.in (readline): Configure it (not built, just used for
11567         definitions).
11568
11569         * mpw-config.in (elf/mips.h): Add a forward include.
11570
11571         * mpw-config.in: Forward-include most .h files in include into
11572         extra-include.
11573         (readline): Don't build.
11574         mpw-build.in (install): Install GDB.
11575
11576         * mpw-configure (prefix, mpw_prefix): Handle it.
11577         * mpw-config.in (mmalloc, readline): Don't configure.
11578         * mpw-build.in (thisscript): Rename to ThisScript.
11579         Use mpw-build instead of BuildProgram everywhere.
11580         (mmalloc, readline): Don't build.
11581         * mpw-README: New file, basic documentation about the MPW port.
11582
11583         * mpw-config.in: Use forward-include to create include files.
11584
11585         * mpw-configure: Add more things to the top of each configured
11586         Makefile, including contents of config/mpw-mh-mpw.
11587         * mpw-config.in (extra-include): Create this directory and fill it
11588         with Posix-like include files when configuring.
11589
11590         * config.sub (apple, mac, mpw): Add various aliases.
11591
11592         * mpw-build.in: New file, top-level build script fragment for MPW.
11593         * mpw-configure: New file, configure script for MPW.
11594         * mpw-config.in: New file, config fragment for MPW.
11595
11596 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11597
11598         * configure.in (host_libs): Remove glob, since it is gone from the
11599         sources.
11600
11601 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11602
11603         * Makefile.in: define empty GDB_NLM_DEPS var.
11604
11605         * configure.in(target_makefile_frag): use config/mt-netware
11606         for netware targets.
11607
11608 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11609
11610         * config.sub: Merge in recent FSF changes.  Remove linux special
11611         cases.
11612
11613 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11614
11615         Revert this change:
11616
11617         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11618
11619                 * build-all.mk: Use CC=cc -Xs on Solaris.
11620
11621 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11622
11623         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
11624         stop using it.
11625         * Makefile.in: Nuke all references to glob subdirectory.
11626
11627 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11628
11629         * configure.in: Fix --enable-shared logic in per-host.
11630
11631 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11632
11633         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11634
11635 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11636
11637         * configure.in (noconfigdirs): Don't build gas on AIX, for
11638         powerpc*-*-aix* as well as for rs6000*-*-aix*.
11639
11640 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
11641
11642         * configure: Fix --cache-file to work if the file argument is a
11643         relative path.
11644
11645 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
11646
11647         * configure: If the --cache-file is used, pass it down to
11648         configure in subdirectories.
11649
11650 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
11651
11652         * config.sub: add vxworks29k configuration.
11653
11654 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11655
11656         * Makefile.in (taz): Do "diststuff" part quietly.
11657
11658 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11659
11660         * config.sub: Mini-merge with gcc/config.sub.
11661
11662 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11663
11664         * config.guess (IRIX): Sed - to _.
11665
11666 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11667
11668         * Makefile.in (source-vault, binary-vault): New targets.
11669
11670 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
11671
11672         * config.sub: Recognize -eabi as a basic system type.
11673
11674 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11675
11676         * configure.in (enable_shared stuff): Fix typo.
11677
11678 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
11679
11680         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11681
11682 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11683
11684         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11685
11686 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
11687
11688         * configure.in (rs6000-*-*): Don't build gas.
11689
11690 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
11691
11692         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11693         reduce command line length.
11694         (AS_FOR_TARGET): Check for as.new, not Makefile.
11695         (NM_FOR_TARGET): Check for nm.new, not Makefile.
11696
11697 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11698
11699         * config.guess:  Merge from FSF.
11700
11701 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11702
11703         * configure: Don't use $ when handling program_suffix.
11704
11705 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
11706
11707         * configure.in:  Configure tk for hppa/hpux.
11708
11709 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11710
11711         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
11712
11713 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11714
11715         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
11716         to LIBCXXFLAGS.  Tests are better run without it.
11717
11718 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
11719
11720         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11721
11722 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11723
11724         * configure.in (*-*-netware*): Don't configure xiberty.
11725
11726 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
11727
11728         * configure.in:  Remove tk from native_only list.
11729
11730 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
11731
11732         * build-all.mk: Add mips-ncd-elf target to sun4 targets
11733           for special NCD build.
11734
11735 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11736
11737         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11738         makeall.bat, they're only useful for binutils snapshots.
11739         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11740         makeall.bat to specified SUPPORT_FILES.
11741
11742 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
11743
11744         * build-all.mk: Add Ericsson targets to sun4 and solaris
11745           hosts.  Add  BNR's sun4 target to solaris host, so their
11746           build-from-source will be tested in-house first.
11747
11748 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11749
11750         * Makefile.in (LIBCFLAGS): New variable.
11751         (CFLAGS_FOR_TARGET): Ditto.
11752         (LIBCFLAGS_FOR_TARGET): Ditto.
11753         (LIBCXXFLAGS): Ditto.
11754         (CXXFLAGS_FOR_TARGET): Ditto.
11755         (LIBCXXFLAGS_FOR_TARGET): Ditto.
11756         (BASE_FLAGS_TO_PASS): Pass them.
11757         (EXTRA_TARGET_FLAGS): Ditto.
11758
11759         * configure.in: Support --enable-shared.
11760
11761 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11762
11763         * configure.in (target_libs):  Include libstdc++ again.
11764         * config.guess:  Update from FSF (for FreeBSD).
11765
11766 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11767
11768         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11769         makeall.bat.
11770         (DISTDOCDIRS): Add `etc'.
11771         (ETC_SUPPORT_PFX): New variable.
11772         (taz): Include anything from etc starting with a word in
11773         ETC_SUPPORT_PFX.
11774
11775 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11776
11777         * config.sub: Update for recent FSF changes.  Remove obsolete
11778         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
11779         spacing changes.
11780
11781 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11782
11783         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
11784
11785         * config.guess:  Merge with FSF.
11786         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11787
11788 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11789
11790         * configure: Since the "trap 0" handler will override the exit
11791         status on many systems, only use it for "exit 1", and make it set
11792         a non-zero exit status; reset it before "exit 0".  Also, check
11793         exit status of config.sub, and error out if it failed.
11794
11795 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
11796
11797         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11798         and install libgloss.
11799
11800 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11801
11802         * Makefile.in (all-binutils): Depend upon all-byacc.
11803
11804         * configure.in: Don't build emacs on Irix 5.
11805
11806 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11807
11808         * configure.in (*-*-netware*): Add libio.
11809
11810 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11811
11812         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11813         (CHECK_TARGET_MODULES): Ditto.
11814         (INSTALL_TARGET_MODULES): Ditto.
11815         (TARGET_LIBS): Ditto.
11816         (all-libstdc++): Note dependencies.
11817
11818 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11819
11820         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11821
11822 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11823
11824         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11825         -fexternal-templates.
11826
11827         * configure.in (target_libs): Add libstdc++.
11828         (noconfigdirs): Add libstdc++ as appropriate.
11829
11830 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11831
11832         * config.guess:  Update from FSF.
11833
11834 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11835
11836         * configure: Use ${config_shell} when running ${configsub}.
11837
11838 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
11839
11840         * config.sub: No longer recognize h8300h.
11841
11842 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11843
11844         * config.sub: Remove extraneous differences between config.sub and
11845         gcc/config.sub.
11846
11847 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11848
11849         * Makefile.in (DISTSTUFFDIRS): Add gas.
11850
11851 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
11852
11853         * COPYING.NEWLIB: New file.
11854
11855 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11856
11857         * config.guess (HP-UX):  Patch from Harlan Stenn
11858         <harlan@landmark.com> to also emit release level.
11859
11860 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11861
11862         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11863
11864 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11865
11866         * config.sub:  Merge nextstep cleanup from FSF.
11867
11868 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11869
11870         * configure.in (arm-*-*): Don't configure ld for this target.
11871
11872 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11873
11874         * configure.in (*-*-netware): don't configure libg++, libio,
11875           librx, or newlib.
11876
11877 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11878
11879         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
11880         configure ld--it works, but it doesn't support shared libraries.
11881
11882 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11883
11884         * config.guess (*-unknown-freebsd*):  Get rid of possible
11885         trailing "(Release)" in version string.
11886         Patch from Paul Richards <paul@isl.cf.ac.uk>.
11887
11888 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11889
11890         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11891         Fix type: *-next-neststep -> *-next-nextstep.
11892
11893         * config.guess:  Merge from FSF:
11894
11895         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
11896
11897         * config.guess: Recognize powerpc-ibm-aix3.2.5.
11898
11899         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
11900
11901         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11902         instead of UNIX_SV for UnixWare 1.0).
11903
11904 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
11905
11906         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
11907         to make gdb/nlm/* build after the compiler and linker.
11908
11909 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11910
11911         * config.guess (netbsd, freebsd, linux):  Accept any machine,
11912         not just i[34]86.
11913         (m68k-atari-sysv4):  Relocate to match FSF version.
11914
11915         * config.guess:  More merges from the FSF:
11916
11917         Add a space before function call or macro invocation.
11918
11919         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11920
11921         * config.guess: Add trap cmd to remove dummy.c and dummy when
11922         interrupted.
11923
11924         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11925
11926         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11927         (dummy): Redirect stderr from compilation of dummy.c.
11928
11929         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
11930
11931         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11932
11933 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
11934
11935         * configure: Accept and ignore --cache*, for compatibility with
11936         new autoconf.
11937
11938 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11939
11940         * config.guess:  Merge from FSF:
11941
11942         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11943
11944         * config.guess (Pyramid*:OSx*:*:*): New case.
11945         (PATH): Add /.attbin at end for finding uname.
11946         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
11947
11948         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
11949
11950         * config.guess (M88*:DolphinOS:*:*): New case.
11951
11952         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
11953
11954         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11955         to select whether to use ELF or COFF.
11956
11957         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11958
11959         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
11960
11961         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11962
11963         * config.guess: Guess the OS version for HPUX.
11964
11965         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
11966
11967         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11968
11969 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11970
11971         * configure.in: Recognize --with-headers, --with-libs, and
11972         --without-newlib.
11973         * Makefile.in (all-xiberty): Depend upon all-ld.
11974
11975 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11976
11977         * configure.in: Change i[34]86 to i[345]86.
11978
11979 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11980
11981         * configure (version): A few more tweaks to help message.
11982
11983 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11984
11985         * Makefile.in:  Remove (for now) librx as a host library,
11986         now that we're building it for target.
11987
11988 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11989
11990         * configure: Fix up help message; from karl@owl.hq.ileaf.com
11991         (Karl Berry).
11992
11993 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11994
11995         * configure.in:  Also configure librx.
11996
11997 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11998
11999         * Makefile.in:  Update various rules to reflect that librx
12000         is now needed for libg++.
12001
12002 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12003
12004         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12005
12006 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
12007
12008         * configure.in: Configure the examples directory.
12009
12010 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12011
12012         * configure: Simplify Jun 2 1994 change.
12013
12014 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12015
12016         * change CC to /usr/latest/bin/gcc for lynx host builds, since
12017         /bin/gcc isn't good enough to build gcc.
12018
12019 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
12020
12021         * Makefile.in (GDB_SUPPORT_FILES): Remove
12022         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
12023         (gdb.tar.gz): Add new rule to use standard distribution building
12024         mechanism.
12025
12026 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12027
12028         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
12029         Bill Cox <bill@cygnus.com>.
12030
12031 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12032
12033         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
12034
12035 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
12036
12037         * configure:  Search current dir first in .gdbinit.
12038
12039 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12040
12041         * config.sub:  Recognize freebsd (merged from gcc config.sub).
12042
12043 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12044
12045         * config.sub:  Refer to NeXT's operating system as nextstep.
12046
12047         * config.sub (case $basic_machine):  Re-order the cases, to match
12048         the order in the FSF version (which is mostly alphabethical).
12049         Merge in some additions and changes from the FSF.
12050
12051 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
12052
12053         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12054         * config.sub: Recognize cxux7.
12055         * configure.in: Use mh-cxux for m88k-harris-cxux*.
12056
12057 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12058
12059         * config.sub:  Fix typo powerpc -> powerpc-*.
12060
12061 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
12062
12063         * Makefile.in: `all-emacs19' depends on `all-byacc'.
12064
12065         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12066         parallel with all-emacs and install-emacs).  Top-level command
12067         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12068
12069 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12070
12071         * test-build.mk ($(host)-stamp-stage2-installed): Remove
12072         $(relbindir)/make before doing ``make install'', and use
12073         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
12074         installing over running make binary.
12075         ($(host)-stamp-stage3-installed): Likewise.
12076
12077 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12078
12079         * config.guess: Recognize Mach.
12080
12081 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12082
12083         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12084         see whether --exec-prefix was used.
12085
12086 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12087
12088         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
12089
12090 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12091
12092         * Makefile.in: Add all-librx target similar to all-libproc.
12093
12094 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
12095
12096         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
12097         with post 1.2 uname bogosity.
12098
12099 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12100
12101         * configure: Remove temporary files on receipt of a signal.
12102
12103 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
12104
12105         * configure: If there is a package_makefile_frag, remove
12106         ${subdir}/Makefile.tem after copying it in.
12107
12108 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12109
12110         * build_all.mk: support rs6000 lynx identifies itself as
12111         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
12112         since /bin/gcc is too feeble to compile a modern gcc.
12113
12114 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12115
12116         * brought devo/test-build.mk update-to-date with progressive/
12117           test-build.mk. Add lynx targets and hppa flag info.
12118
12119 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12120
12121         * configure.in:  Use mh-ncrsvr43.  Patch from
12122         Tom McConnell <tmcconne@sedona.intel.com>.
12123
12124 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12125
12126         * config.guess (i386-unknown-bsdi):  No longer need to
12127         check #if defined(__bsdi__) && defined(__i386__).
12128
12129 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12130
12131         * configure: Set program_transform_nameoption correctly.
12132
12133 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12134
12135         * brought build-all.mk update-to-date with progressive build-all.mk,
12136           added new targets and hppa info.
12137
12138 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12139
12140         * configure: If config.guess result is a prefix of the user
12141         specified target, assume a native build and use the user specified
12142         target as the host alias.  Remove SunOS patch suffix removal hack.
12143         * configure.in: Remove SunOS patch suffix removal hack.
12144
12145         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12146         in NATIVE_CHECK_MODULES.
12147
12148 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
12149
12150         * Makefile.in: Rename HOST_ONLY to NATIVE.
12151         * configure: Delete SunOs patch suffix from host_canonical
12152           and build_canonical variables that are prepended to Makefiles.
12153         * configure.in: Add comments for easier maintenance.
12154
12155 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12156
12157         * Makefile.in: Add all-libproc target similar to all-gui.
12158
12159 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
12160
12161         * Makefile.in (CHECK_MODULES): split into
12162         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12163
12164 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
12165
12166         * config.guess (i386-unknown-bsdi): New system to guess.
12167
12168 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12169
12170         * Makefile.in: Add all-gui target (but not yet build by "all").
12171
12172 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
12173
12174         * config.sub: Move deletion of patch suffix from here...
12175         * configure.in: To here, at Ian's suggestion.  The top-
12176           level scripts might need to know of a patch level.
12177
12178 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
12179
12180         * config.sub: Strip off patch suffix so rtl is recognized
12181           as a sunos4.1.3 machine, even though it's been patched.
12182
12183 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
12184
12185         * Makefile.in (INSTALL_LAST): Delete.
12186         (INSTALL_DOSREL): New.
12187
12188 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12189
12190         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12191         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12192         whether we pass down --with-gnu-ld anyhow.
12193
12194 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
12195
12196         * Makefile.in (INSTALL_LAST): Change operation so it works
12197         on more flavors of make.
12198         * configure.in (go32): Don't build libg++ or libio.
12199
12200 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
12201
12202         * Makefile.in (Move HOST_PREFIX_1 and friends up so
12203         they can be overriden by templates.
12204
12205 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
12206
12207         * configure.in (target==go32): Don't build gdb.
12208         * dosrel: New directory.
12209
12210 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
12211
12212         * configure.in (host==go32): Configure dosrel too.
12213         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12214         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12215         be set by incoming names or templates.
12216         (INSTALL_LAST): New rule.
12217
12218 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
12219
12220         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12221
12222 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12223
12224         * configure.in (appdirs): New variable.  Currently empty, but will
12225         be used in gas distribution.  If nonempty, lists a set of
12226         directories at least one of which must get configured, or top
12227         level configuration is considered to have failed.
12228         (rs6000-*-lynxos*): Use new file name.
12229
12230 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12231
12232         Eliminate XTRAFLAGS.
12233         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12234         newlib include files using -idirafter, and also use -nostdinc.
12235         (CXX_FOR_TARGET): Likewise.
12236         (XTRAFLAGS): Removed.
12237         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12238         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12239         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12240         ($(DO_X)): Don't pass down XTRAFLAGS.
12241
12242 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12243
12244         * configure.in (mips*-dec-bsd*): New target; do build linker.
12245         (mips*-*-bsd*): New target; don't build linker.
12246
12247 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12248
12249         * configure.in: support rs6000-*-lynxos* configuration.
12250         support sunos4 as a cross target.
12251
12252         * config.sub: look for lynx*, not lynx since the OS version may
12253         legitimately be part of the name.
12254
12255 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12256
12257         * configure.in (i[34]86-*-sco*): Move to be with other i386
12258         targets.
12259         (romp-*-*): New target.  Skip various binary utilities.
12260         (vax-*-*): New target.  Don't build newlib.
12261         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
12262
12263 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12264
12265         * configure.in: Only set host_makefile_frag if config
12266         directory exists.
12267
12268 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12269
12270         * install.sh: If $dstdir exists, don't check whether each
12271         component does.
12272
12273 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12274
12275         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12276
12277 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
12278
12279         * configure.in (*-*-lynxos*): Don't configure newlib for either
12280         native or cross Lynx.
12281
12282 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
12283
12284         * config.sub (sparc64-elf): Fix os.
12285         (z8k): Remove duplicate.
12286
12287 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12288
12289         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12290         gcc/stmp-fixproto, to try to prevent fixproto from being run.
12291
12292 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
12293
12294         * configure: Make file links cleanly even if Lynx fails on
12295           an NFS symlink (at least fail cleanly).
12296
12297 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12298
12299         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12300         -XNh2000.
12301
12302 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12303
12304         * configure: Unknown options are fatal again.
12305
12306 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
12307
12308         * configure: Ignore --x-includes and --x-libraries, for Autoconf
12309         compatibility.
12310
12311 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12312
12313         * build-all.mk: Add `clean' target.
12314
12315 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12316
12317         * config.guess:  Add SINIX support.
12318         * configure.in:  Add mips-*-sysv4* support.
12319
12320 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
12321
12322         * build-all.mk: Document all useful targets.
12323         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12324         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12325
12326 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12327
12328         * configure: Support --silent, --quiet.
12329
12330 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12331
12332         * configure: Support --disable-FEATURE.
12333
12334 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12335
12336         * config.guess: Recognize NCR running SVR4.3.
12337
12338 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12339
12340         * config.guess:  Make BSDI generate i386-unknown-bsd386.
12341         Patch from Paul Eggert <eggert@twinsun.com>.
12342
12343 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12344
12345         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12346
12347 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12348
12349         * configure: Make unrecognized options give nonfatal warnings
12350         instead of fatal errors, and pass them to any subdirectory
12351         configures in case they recognize them.
12352         Make --x equivalent to --with-x.
12353
12354 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12355
12356         * configure: Add --enable-* options.  Clean up usage message and
12357         some comments.
12358
12359 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
12360
12361         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12362
12363 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12364
12365         * configure.in (hppa*-*-*): Enable binutils.
12366
12367 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12368
12369         * config.sub: Recognize cisco.
12370
12371 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
12372
12373         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12374
12375 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12376
12377         * config.guess: about target *-hitachi-hiuxwe2, don't print more
12378         than one configuration name.  Add comment.
12379
12380 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
12381
12382         * config.guess: about target *-hitachi-hiuxwe2, fixed
12383         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
12384         macro is incorrect.]
12385
12386 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12387
12388         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12389         than the "make ls" stuff which used to be here.
12390
12391 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12392
12393         * config.guess:  Recognize i[34]86-unknown-freebsd.
12394         From Shawn M Carey <smcarey@rodan.syr.edu>.
12395
12396 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12397
12398         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12399
12400 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
12401
12402         * config.guess: Check for ptx.
12403
12404 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
12405
12406         * config.sub: Add os9k checking.
12407
12408 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12409
12410         * config.guess: Handle OSF1 running on HPPA processors
12411
12412 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12413
12414         * configure: If subdir configure fails, print out a message with
12415         subdirectory name, in case subdir's configure code didn't identify
12416         itself.
12417
12418 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
12419
12420         * configure.in: Remove embedded newlines from configdirs.
12421         Avoid mismatches of substrings.  Fix matching strings at end
12422         of configdirs.
12423
12424 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
12425
12426         * config.guess:  Add Lynx/rs6000 config support.
12427
12428 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12429
12430         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12431
12432 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
12433
12434         * configure.in (hppa*-*-osf*): Treat this just like most other
12435         PA configurations (eg no binutils or ld).
12436         (hppa*-*-*elf*): These configurations have binutils and ld.
12437
12438 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12439
12440         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
12441
12442 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12443
12444         * configure.in (rs6000-*-*): Build gas.
12445
12446 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12447
12448         * Makefile.in:  Avoid bug in losing hpux sed.
12449
12450 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12451
12452         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12453         for GDB and GDB has been fixed to not need it.
12454
12455 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12456
12457         * config.guess: Recognize vax hosts.
12458
12459 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12460
12461         * configure (while loop): Don't use "break 2" inside case
12462         statement -- the case statement isn't an enclosing loop.
12463
12464 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12465
12466         * config.guess:  Clean up NeXT support, to allow nextstep
12467         on Intel machines.  Make OS be nextstep.
12468
12469 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
12470
12471         * config.guess: Add alternate forms for Convex.
12472
12473 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
12474
12475         * configure:  Completely rewrite option processing.  Take
12476         advantage of pattern-matching to avoid invoking test frequently.
12477         Also clean up host and target defaulting logic.
12478
12479 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12480
12481         * Makefile.in: Replace all occurrances of "rootme" with "r" and
12482         "$${rootme}" with "$$r", to increase the likelihood that the do-*
12483         commands (plus user environment) will fit SCO limits.
12484
12485 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12486
12487         * configure.in: Don't issue warnings about directories which are
12488         not being configured if -norecursion is set.  Correct test for
12489         --with-gnu-as and --with-gnu-ld to not get confused by substring
12490         matches.
12491
12492         * configure.in: Don't build gas for alpha-dec-osf1*.
12493
12494 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
12495
12496         * configure:  Back out Per's change of 12/19/1993.  It changes the
12497         behavior of configure in unexpected and confusing ways.
12498
12499         Also, use different delim char when calculating
12500         program_transform_name so that the name can contain slashes.
12501
12502 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12503
12504         * configure.in, config.sub: Add support for VSTa micro-kernel.
12505
12506 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12507
12508         * configure.in: Nuke hacks which were used to get a special
12509         version of GAS for HPPA configurations.
12510
12511 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12512
12513         * configure:  If only ${target_alias} is given, use that
12514         as the default for ${host_alias}.
12515         * configure:  Add missing back-slashes before nested quotes.
12516
12517 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12518
12519         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12520
12521 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
12522
12523         * config.guess:  Recognize some Tektronix configurations.
12524         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12525
12526 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12527
12528         * config.sub: Match any flavor of SH.
12529
12530 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
12531
12532         * configure.in: Don't try to configure newlib for Alpha.
12533
12534 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12535
12536         * configure.in: Don't build ld for Irix 5.  Don't build gas,
12537         libg++ or libio for any Alpha target.
12538
12539         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
12540
12541 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
12542
12543         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12544         default arguments -- so it tried to compress itself.
12545
12546 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12547
12548         * configure.in (notsupp): ensure that a space is always at the end
12549           of the configdirs list, since the grep checks for an explicit space
12550
12551 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12552
12553         * configure.in (target i386-sysv4.2): don't build ld, since static
12554           versions of many libraries are not available.
12555
12556 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12557
12558         * config.guess: Recognize Apollos (using environment variables).
12559         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12560
12561 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12562
12563         * config.guess: Recognize Sony news mips running newsos.
12564
12565 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
12566
12567         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12568         "fi ; else" for bash.
12569
12570 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
12571
12572         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12573
12574 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
12575
12576         * config.sub: accept unixware as an alias for svr4.2.
12577         Fix some inconsistancies with the gcc version.
12578
12579 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12580
12581         * Makefile.in (DISTDOCDIRS):  Add gdb.
12582
12583 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12584
12585         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
12586
12587 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12588
12589         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12590         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12591         this now.
12592
12593 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12594
12595         * config.sub: Accept hiux* as an OS name.
12596
12597         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12598         etc/make-stds.texi.  The underscore came from gcc, and dje now
12599         agrees that RUNTESTFLAGS is the correct name.
12600
12601 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12602
12603         * install.sh:  Remove 'set -e'.  It makes any conditionals
12604         in the script useless.
12605
12606         * config.guess: Automatically recognize arm-acorn-riscix
12607         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12608
12609 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12610
12611         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12612
12613 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12614
12615         * Makefile.in (DISTDOCDIRS): New variable.
12616         (taz): Edit local Makefile.in sooner, instead of proto-toplev
12617         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
12618
12619 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12620
12621         * configure.in (hppa target): check the source directory for the
12622           pagas sub-directory
12623
12624 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
12625
12626         * config.sub: Allow -aout* and -elf*.
12627
12628 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12629
12630         * configure.in: Don't build ld on i386-solaris2, same as for
12631         sparc-solaris2.
12632
12633 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12634
12635         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12636
12637 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12638
12639         * configure.in:  Configure gdb for alpha.
12640
12641 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12642
12643         * Makefile.in (CXXFLAGS): Add -O.
12644
12645 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12646
12647         * config.guess: added support for DG Aviion
12648
12649 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12650
12651         * configure.in: Produce warning message for subdirectories not
12652         configurable for this host/target combination.  Don't try to
12653         configure gdb for vms.
12654
12655 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12656
12657         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12658         appropriate files before making "diststuff".
12659         (DISTBISONFILES): New var: list of files to be edited.
12660         (DISTSTUFFDIRS): Add binutils.
12661
12662 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12663
12664         * config.sub: also handle mipsel and mips64el (for little endian mips)
12665
12666 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12667
12668         * configure.in: Add * to end of all OS names.
12669
12670 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
12671
12672         * configure.in: Build newlib for LynxOS native.
12673
12674 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12675
12676         * config.guess: Add support for delta 88k running SVR3.
12677
12678         * configure.in: Add comment about HP compiler vs. emacs.
12679
12680 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12681
12682         * configure.in: don't build ld on solaris2 (not a viable option
12683           due to bugs in getpwnam & getpwuid)
12684
12685 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12686
12687         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12688         config.guess will produce a full version number.
12689
12690 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12691
12692         * configure.in: Build linker and binutils for alpha-dec-osf1.
12693
12694 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12695
12696         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12697         and gdb/testsuite/Makefile.in.
12698
12699 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12700
12701         * configure.in: recognize mips*- instead of mips-
12702
12703 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12704
12705         * config.sub: Accept linux*coff and linux*elf as operating
12706         systems.
12707
12708 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12709
12710         * config.sub: Recognize mips64, and mips3 as an alias for it.
12711
12712 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12713
12714         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12715         gdb knows how to handle OSF/1 shared libraries.
12716
12717 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12718
12719         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12720         * config.guess: Recognize Hitachi's HIUX.
12721         * config.sub: Recognize h3050r* and hppahitachi.
12722         Remove redundant cases for hp9k[23]*.
12723
12724 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12725
12726         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12727         if gas and ld are in the source tree and are in ${configdirs}.
12728         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
12729         --with options (but still pass them down on the command line,
12730         if they were explicitly specified).
12731
12732 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12733
12734         * configure: substitute SHELL value in Makefile.in with
12735         ${CONFIG_SHELL}
12736
12737 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12738
12739         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12740         *-*-solaris2* targets.
12741
12742 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12743
12744         * Makefile.in: define M4, and pass it down to sub-makes;
12745         all-autoconf now depends on all-m4
12746
12747 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12748
12749         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12750         presence of {ar,ranlib} instead of a configured directory
12751
12752 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
12753
12754         * config.guess: Accept 34?? as well as 33?? for NCR.
12755
12756 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12757
12758         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12759         of 'gas' in sed commands, since 'gash' is now in the tree as well.
12760
12761 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12762
12763         * configure: grab values for $(CC) and $(CXX) from the
12764         environment, so that someone can do "CC=gcc configure; make" and
12765         have it work right (matching the way that autoconf works now)
12766
12767         * configure.in, Makefile.in: add support for gash, the tcl
12768         interface to Galaxy
12769
12770         * config.guess: add NetBSD variants (hp300, x86)
12771
12772 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
12773
12774         * install.sh: Support -d option (in the manner of SunOS 4 install,
12775         as it is more deterministic than that of GNU install)
12776         (chmodcmd): Set file to mode 755 by default (should also do default
12777         chgrp and chown, but I don't feel like dealing with that now)
12778
12779 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
12780
12781         * config.sub: Remove h8300hhms alias.
12782
12783 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12784
12785         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12786
12787 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12788
12789         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12790         as stmp-fixinc
12791
12792 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12793
12794         * config.sub: recognize m88110-bug-coff.
12795
12796 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12797
12798         * Makefile.in (all-libio): all dependencies on the toolchain used
12799         to build this (gcc, gas, ld, etc)
12800
12801 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12802
12803         * config.guess: Deal with OSF/1 1.3 on alpha.
12804
12805 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12806
12807         * install.sh: add some 'else true' clauses for portability
12808
12809         * configure.in: don't build libio for h8[35]00-*-* targets
12810
12811 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12812
12813         * Makefile.in:  Add support for new libio.
12814
12815 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12816
12817         * install.sh: If one command fails, don't try the rest.  Don't try
12818         to remove $dsttmp (via trap) unless we have already created it.
12819         If $src doesn't exist, detect it and exit with an error.
12820
12821         * config.guess: Recognize BSD on hp300.
12822
12823 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12824
12825         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12826         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12827
12828 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
12829
12830         * Makefile.in (all-send-pr): depends on all-prms
12831
12832 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12833
12834         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12835
12836 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12837
12838         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12839         Added test for mips-mips-riscos5.
12840
12841 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12842
12843         * configure.in: use mh-hp300 for 68k HP hosts
12844
12845 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12846
12847         * configure: add support for CONFIG_SHELL, so that you can use
12848         some alternate shell for evaluating configure scripts
12849
12850 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
12851
12852         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
12853         in configure script to bug-gdb@prep.ai.mit.edu when building
12854         distribution archive.
12855         * Makefile.in (COMPRESS):  Remove def.
12856         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
12857         gdb.tar.Z and make-gdb.tar.Z respectively.
12858         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
12859         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
12860         to convergence with 'taz' target in Makefile.in.
12861
12862 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12863
12864         * install.sh (dsttmp): use trap to ensure that tmp files go
12865         away on error conditions
12866
12867 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12868
12869         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12870
12871 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12872
12873         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12874         its parent is '/' not ''.
12875
12876         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12877
12878 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
12879
12880         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12881         that ${newsrcdir}/configure.in does.
12882
12883 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12884
12885         * test-build.mk: support for CONFIG_SHELL
12886
12887 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
12888
12889         * config.sub (netware):  Add as a basic system type.
12890
12891 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12892
12893         * Makefile.in (Makefile): depend on configure.in.  Also drop the
12894           $(srcdir)/ from the dependency on Makefile.in.
12895
12896 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
12897
12898         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12899         (h8300hhms is temporary until multi-libraries are implemented).
12900         * configure.in: Handle h8300h too.
12901
12902 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12903
12904         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12905
12906 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
12907
12908         * configure:  Remove extraneous output when guessing host type.
12909         * config.guess:  Remove extraneous output when guessing using C
12910         compiler rather than uname, or when guessing fails.
12911
12912 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12913
12914         * Makefile.in: remove all.cross and install.cross targets
12915
12916         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12917           definitions
12918
12919 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
12920
12921         * configure.in (target sh): Build gprof.
12922
12923 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12924
12925         * config.sub: change -solaris to -solaris2
12926
12927 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12928
12929         * configure.in: Use config/mh-riscos for mips-*-sysv*.
12930
12931 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
12932
12933         * configure: Correct error message for missing Makefile.in to
12934         print correct directory.
12935
12936 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12937
12938         * install.sh: kludge around 386BSD shell bug
12939
12940 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
12941
12942         * config.guess:  Recognize NeXT.
12943         * config.guess:  Recognize i486-ncr-sysv4.
12944         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
12945
12946 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
12947
12948         * Makefile.in (MAKEINFOFLAGS): New variable.
12949         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12950         * build-all.mk, test-build.mk: Pass down --no-split as
12951         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
12952
12953 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
12954
12955         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
12956
12957 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
12958
12959         * Makefile.in (libg++.tar.z):  New rule.
12960         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
12961         * Makefile.in (taz):  Only do a single chmod.
12962
12963 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12964
12965         * install.sh: don't use dirname anymore (replaced with sed usage)
12966
12967 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
12968
12969         * Makefile.in:  Change extension for gzip'd files from '.z' to
12970         '.gz' per new FSF standard usage.
12971
12972 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12973
12974         * configure: put quotes around the final value of program_transform_name
12975
12976 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12977
12978         * Makefile.in: new install.sh support; update install-info rules
12979
12980 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
12981
12982         * configure.in: Build diff for crosses, but not for go32 host.
12983
12984         * configure.in: Build gprof only for native, and don't build it
12985         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
12986
12987 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
12988
12989         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
12990
12991 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12992
12993         * configure.in (host_tools): Add prms.
12994
12995 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12996
12997         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
12998         with $(FLAGS_TO_PASS) on the command line
12999
13000         * config.sub: Recognize lynx and lynxos
13001
13002 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13003
13004         * config.sub: Accept -ecoff*, not just -ecoff.
13005
13006 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13007
13008         * Makefile.in (taz): Use .gz suffix instead of .z.
13009         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13010         names.
13011
13012 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13013
13014         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13015
13016 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13017
13018         * Makefile.in (install-no-fixedincludes):  install gcc last, so
13019         that rebuilds that might happen during 'make install' don't get
13020         bogus gcc include files
13021
13022 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13023
13024         Change from Utah for HPPA support:
13025         * config.guess: Recognize hppa1.x-hp-bsd.
13026
13027 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
13028
13029         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
13030         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13031
13032 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13033
13034         * config.sub: Add support for rom68k and bug boot monitors.
13035
13036 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
13037
13038         * Makefile.in: Make all-opcodes depend on all-bfd.
13039
13040 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13041
13042         * config.guess: Added special check for i[34]86-univel-sysv4*.
13043
13044 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
13045
13046         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13047         the processor rather than assuming i486.
13048
13049 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13050
13051         * config.guess: Recognize SunOS6 as Solaris3.
13052
13053 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
13054
13055         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
13056         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13057
13058 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
13059
13060         * build-all.mk (all-cross): New target for Canadian Cross.
13061         Added Q2 go32 targets.
13062         * test-build.mk: Configure go32 cross sparclite-aout and
13063         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
13064         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13065
13066 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13067
13068         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13069         GO32 hosted toolchains
13070
13071 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13072
13073         * configure: change  so "-exec-prefix" gets passed down rather
13074         than "-exec_prefix" so autoconf generated Makefiles get the
13075         exec_prefix set right.
13076
13077 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13078
13079         * config.guess: get the Solaris2 minor version number
13080
13081         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13082
13083 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13084
13085         * config.guess: Recognize some Sequent platforms.
13086
13087 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13088
13089         * Makefile.in: added the vault-install target
13090
13091         * configure.in: actually use the Sun3 makefile fragment that's in
13092         config, also added the release dir to configdirs
13093
13094 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13095
13096         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13097
13098 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13099
13100         * configure.in: remove some program from Alpha targetted toolchains
13101
13102 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
13103
13104         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
13105         gprof.
13106         (taz): Run "make diststuff" in those directories instead of "make
13107         proto-dir".  Look for "VERSION=" only at start of line in subdir
13108         Makefile.  Use "gzip -9" for compression.
13109         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13110         (binutils.tar.z): New target.
13111
13112 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13113
13114         * Makefile.in (taz): Include gpl.texinfo.
13115
13116 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13117
13118         * Makefile.in (setup-dirs): Merged into "taz" target.
13119         (taz): Only do `proto-dir' stuff if a directory is actually needed
13120         for this target.
13121
13122 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
13123
13124         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13125         (FLAGS_TO_PASS): Pass down MUNCH_NM.
13126         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13127         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13128         (gcc-no-fixedincludes): Correct for current gcc Makefile.
13129
13130 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
13131
13132         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
13133         config.sub, and move-if-change to gdb testsuite distribution
13134         archive, so the testsuite can be extracted, configured, and
13135         run separately from the gdb distribution.  Blow away the Chill
13136         tests that require a Chill compiled executable, since GNU Chill
13137         is not yet publically available.
13138
13139 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13140
13141         * test-build.mk: set environment variables in a single command,
13142         instead of a list of assignments and exports
13143
13144         * config.guess: recognize Alpha/OSF1 systems
13145
13146 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13147
13148         * configure: Change help message to prefer --options rather than
13149           -options.
13150
13151 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13152
13153         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13154         zippy@ecst.csuchico.edu.
13155         * config.guess: Recognize miniframe.
13156
13157 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13158
13159        * Makefile.in: Use srcroot to find runtest rather than rootme.
13160        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13161
13162 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13163
13164         * test-build.mk: Extensive additions to support building on a
13165         machine other than the host.
13166
13167 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13168
13169         * configure (tooldir): Fix for i386-aix again.
13170
13171 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
13172
13173         * configure, Makefile.in:  Change definition of $(tooldir)
13174         to match the FSF.
13175
13176 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
13177
13178         * config.guess:  Recognize i[34]86/SVR4.
13179
13180 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13181
13182         * Makefile.in (all-gdb): gdb depends on sim.
13183
13184 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
13185
13186         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
13187         at the same time we make the prototype gdb directory.
13188         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
13189         files at the same time as the gdb base release distribution.
13190
13191 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
13192
13193         * Makefile.in (check): Use individual check targets rather than
13194         DO_X rule.
13195         (check-gcc): Added.
13196
13197 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
13198
13199         * config.sub: Use sysv3.2 not sysv32 for canonical OS
13200         for System V release 3.2.
13201
13202 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13203
13204         * config.sub: Recognize hppaosf.
13205         * configure.in: Do configure ld/binutils/gas for it.
13206
13207 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13208
13209         * configure (tooldir): Alter syntax used to set this, for systems
13210         where "\$" isn't handled right, like i386-aix.
13211
13212 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13213
13214         * configure: Pass program-transform-name, not
13215         program_transform_name, to recursive configures.
13216
13217 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
13218
13219         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13220         of gas+ld+binutils.
13221
13222 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
13223
13224         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
13225
13226 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13227
13228         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13229
13230 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13231
13232         * Makefile.in (PRMS): Set back to all-prms.
13233
13234 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13235
13236         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13237         targets, rather than for MIPS hosts.
13238
13239 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13240
13241         * configure.in: add comment for --with-x default values
13242
13243         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13244
13245         * Makefile.in: add check-* targets for each of the directories in
13246         the tree.  Add a definition of RUNTEST that will use the one we
13247         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
13248
13249 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
13250
13251         * configure.in: Removed obsolete references to bfd_target and
13252         target_makefile_frag.
13253
13254         * build-all.mk: Set assorted targets for Q2.
13255         * config.sub: Recognize z8k-sim and h8300-hms.
13256         * test-build.mk: Really don't pass host to configure.
13257         (HOLES): Added uname.
13258
13259 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
13260
13261         * configure: Handle an empty program-prefix, program-suffix or
13262         program-transform-name correctly.
13263
13264 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13265
13266         * build-all.mk: -G 8 no longer required for MIPS targets.
13267         * test-build.mk: Don't pass host argument to configure; make it
13268         guess.
13269
13270 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
13271
13272         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
13273         * Makefile.in (COMPRESS):  New macro, like GZIP.
13274
13275 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13276
13277         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13278
13279         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13280         with gas currently defaults to -G 0.
13281
13282 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
13283
13284         * Makefile.in (all-flex): flex depends on byacc.
13285
13286         * build-all.mk: If host not specified, use config.guess.  Pass TAG
13287         to test-build.mk as RELEASE_TAG.
13288         * test-build.mk (configargs): New variable containing arguments to
13289         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
13290         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13291
13292         * config.guess: Use /bin/uname when checking -X argument on SCO,
13293         to avoid invoking GNU uname which doesn't understand -X.
13294
13295         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13296
13297         * configure.in: Build gas for mips-*-*.
13298
13299 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13300
13301         * Makefile.in (all.normal): insert missing backslash.
13302
13303 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13304
13305         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13306
13307         * Makefile.in: Complete overhaul to merge many almost identical
13308         targets.
13309
13310 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13311
13312         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13313         (gdb.tar.Z): Adjusted.
13314
13315         * Makefile.in (setup-dirs, taz): New targets; should be general
13316         enough to adapt for gdb sometime.  Build only .z file.
13317         (gas.tar.z): New target.
13318
13319 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13320
13321         * build-all.mk: Use CC=cc -Xs on Solaris.
13322
13323 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
13324
13325         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
13326         for handling BISON for FSF releases.
13327
13328 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13329
13330         * configure: Actually implement the change zoo just documented.
13331
13332 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
13333
13334         * configure: when using config.guess, only set target_alias when
13335         it's not already been set (ie, on the command line)
13336
13337 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13338
13339         * Makefile.in: add installcheck target, set PRMS to install-prms
13340
13341 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13342
13343         * configure: add support for package_makefile_fragment, handle the
13344         case where a directory has a configure.in file but no Makefile.in
13345         more gracefully (with an actual understandable error message, even);
13346         add support for --without (and add this to the usage message); also
13347         explicitly add a --host=${host_alias} to the command line when
13348         config.guess is used
13349
13350 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13351
13352         * configure: Must use both --host and --target in recursive calls.
13353
13354 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13355
13356         * Makefile.in: Change deja-gnu to dejagnu.
13357
13358 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13359
13360         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13361
13362 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13363
13364         * configure.in: canonicalize all instances to *-*-solaris2*,
13365         also strip out a number of tools to not build for go32 host
13366
13367 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13368
13369         * config.guess: add GPL.
13370
13371         * Makefile.in, config.guess, config.sub, configure: bump
13372           copyrights to 93.
13373
13374 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
13375
13376         * Makefile.in (do-info): Removed obsolete check for existence of
13377         localenv file.
13378
13379         * Makefile.in (MAKEOVERRIDES): Define to be empty.
13380
13381 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13382
13383         * Makefile.in: a couple of 'else true' for decstation,
13384         support for TclX
13385
13386         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13387
13388 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
13389
13390         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13391
13392 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
13393
13394         * config.guess: Recognize i386-ibm-aix (PS/2).
13395         * configure.in: Use config/mh-aix386 file for it.
13396
13397 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
13398
13399         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13400         CC_FOR_TARGET instead.
13401         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13402
13403 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
13404
13405         * Makefile.in: Add sim to list of directories sent with gdb
13406
13407 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13408
13409         * configure.in: Put back mips-dec-bsd* case.
13410
13411 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
13412
13413         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13414         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
13415         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13416
13417 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13418
13419         * configure.in: remove no-op mips-dec-bsd* in "case $target"
13420
13421         * Makefile.in (dir.info): only run gen-info-dir if it exists,
13422         (install-info): install dir.info only if it exists,
13423         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13424
13425 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
13426
13427         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
13428         gas for mips-dec-bsd.
13429
13430 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
13431
13432         * configure (makesrcdir): If ${srcdir} is relative and not ".",
13433         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13434
13435 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13436
13437         * configure.in: Added "dejagnu" to hosttools list.
13438
13439 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
13440
13441         * config.sub, configure.in, config.guess:  Add support
13442         for Bosx, an AIX variant from Bull.
13443         Patches from F.Pierresteguy@frcl.bull.fr.
13444
13445 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13446
13447         * devo/dejagnu: Initial creation of devo/dejagnu.
13448         Migrated dejagnu testcases and support files for testing software
13449         tools to reside as subdirectories, currently called "testsuite",
13450         within the directory of the software tool.  Migrated all programs,
13451         support libraries, etc. beloging to dejagnu proper from
13452         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
13453         with no modifications.  The changes to these files which will
13454         allow them to configure, build, and execute properly will be made
13455         in a future update.
13456
13457 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13458
13459         * Makefile.in: Change send_pr to send-pr.
13460         * configure.in: Likewise.
13461         * send_pr: Renamed directory to send-pr.
13462
13463 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
13464
13465         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
13466
13467 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
13468
13469         * README:  Update for gdb-4.8 release.
13470         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
13471         gdb-xxx.tar.z (gzip'd) file also.
13472
13473 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13474
13475         * Makefile.in: make all-diff depend on all-libiberty
13476
13477 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
13478
13479         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13480
13481 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13482
13483         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13484
13485 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
13486
13487         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
13488         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
13489         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
13490
13491 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13492
13493         * Makefile.in:  makeinfo binary is in a new location
13494
13495 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
13496
13497         * config.sub: Accept -ecoff as an OS.
13498
13499         * Makefile.in: Various changes to eliminate a level of make
13500         recursion and reduce the required command line length.
13501         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13502         sub-makes.
13503         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13504         variables holding settings for specific sub-makes.
13505         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13506         in terms of BASE_FLAGS_TO_PASS.
13507         (TARGET_LIBS): New variable listing directories which use
13508         TARGET_FLAGS_TO_PASS.
13509         (subdir_do): Eliminated.
13510         (do-*): New set of targets to replace subdir_do.
13511         (various): All targets which used subdir_do now depend on do-*.
13512         (local-clean): Renamed from do_clean.
13513         (local-distclean): New target, dependency of distclean and
13514         realclean.
13515         (install-info): Don't create directories.  Depend on dir.info
13516         rather than calling make recursively.
13517         (install-dir.info): Eliminated.
13518         (install-info-dirs): Create all info directories here.
13519         (dir.info): Depend upon do-install-info.
13520
13521         * test-build.mk (HOLES): Added false.
13522
13523 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
13524
13525         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
13526
13527 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13528
13529         * Makefile.in (info): remove dependency on all-texinfo.  The
13530         problem was really in texinfo/C, not at this level.
13531
13532 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13533
13534         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13535
13536 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
13537
13538         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
13539         GDB releases.
13540
13541 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13542
13543         * configure: Include srcdir in message about target of link not
13544         being found.  Don't convert `-' to `_' in `with' options being
13545         passed to subdirs.
13546
13547 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13548
13549         * configure.in: add uudecode to host_tools
13550
13551         * Makefile.in: added {all,install}-uudecode targets, added them to
13552         the appropriate lists
13553
13554 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
13555
13556         * Makefile.in (all-gcc): Added dependency on all-gas.
13557
13558         * configure.in (mips-*-*): Build ld and binutils.
13559
13560 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13561
13562         * configure: check return code from mkdir, print error message and
13563           exit on failure.
13564
13565 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
13566
13567         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
13568
13569 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13570
13571         * test-build.mk (HOLES): Added tar, cpio and uudecode.
13572
13573 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13574
13575         * config.sub (h8500):  Recognize this as a cpu type.
13576
13577 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13578
13579         * configure: source directory missing is no longer a warning
13580
13581         * configure.in: recognize irix[34]* instead of irix[34]
13582
13583         * Makefile.in: define and pass down X11_LIB
13584
13585 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
13586
13587         * guess-systype: Renamed to ...
13588         * config.guess:  ... by popular request.
13589         * configure.in, Makefile.in:  Update accordingly.
13590
13591 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
13592
13593         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
13594         + Add Convex, Cray/Unicos, and Encore/Multimax support.
13595         + Execute ./dummy instead of assuming . is in PATH.
13596
13597 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
13598
13599         * guess-systype:  New shell script.  Attempts to guess the
13600         canonical host name of the executing host.
13601         Only a few hosts are supported so far.
13602         * configure:  Call guess-systype if no host is specified.
13603
13604 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13605
13606         * Makefile.in (gcc-no-fixedincludes): Made to work with current
13607         gcc Makefile.
13608
13609
13610 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
13611
13612         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13613         (all-gcc, install-gcc, subdir_do): Use it.
13614
13615 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13616
13617         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13618
13619 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
13620
13621         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13622           set exclusively by configure, using configure.in .
13623
13624 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13625
13626         * test-build.mk: set $PATH for all builds
13627
13628         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13629
13630 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
13631
13632         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
13633         the one used in gcc/Makefile.in, so that a null expansion doesn't
13634         override the one needed to build gcc with a native cc.
13635
13636
13637 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13638
13639         * configure: Accept -with arguments.
13640
13641 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13642
13643         * Makefile.in: added h8300sim
13644
13645 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
13646
13647         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13648         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
13649         (all-cygnus, native, build-cygnus): Make
13650         $(canonhost)-stamp-3stage-done, not $(host)....
13651         * test-build.mk (stamp-3stage-compared): Use tail +10c for
13652         i386-sco3.2v4.  Added else true to if command.
13653
13654 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
13655
13656         * config.sub: (from FSF) Sequent uses a BSD-like OS.
13657
13658 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
13659
13660         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13661
13662 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13663
13664         * configure.in: don't remove binutils from Solaris builds
13665
13666 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
13667
13668         * Makefile.in: get rid of earlier definitions for *clean,
13669         also handle the recursive info rule better
13670
13671 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
13672
13673         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
13674         do more-or-less the right thing.
13675
13676 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
13677
13678         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13679         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13680
13681 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13682
13683         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13684         $(host_canonical).
13685
13686         * configure.in: split the configdirs list into 4 categories (native
13687         v. cross, library v. tool) and handle the cross-only and native-
13688         only in more reasonable (and correct!) way.
13689
13690 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
13691
13692         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
13693         configdirs anymore.
13694
13695 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13696
13697         * Makefile.in: extensive cleanup::  removed all of the explicit
13698         clean-* targets, collapsed many wrappers around subdir_do into
13699         one, added additional targets to satisfy standards.texi, deleted
13700         some old targets, some changes for consistency
13701
13702 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13703
13704         * configure.in: handle some programs as cross-only, and others as
13705         native only
13706
13707         * test-build.mk: handle partial holes in a more generic manner
13708
13709         * Makefile.in: m4 depends on libiberty
13710
13711 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13712
13713         * configure.in: add m4, textutils, fileutils, sed, shellutils,
13714         time, wdiff, and find to configdirs
13715
13716         * Makefile.in: all, clean, and install rules for the new programs
13717         added to configure.in
13718
13719 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13720
13721         * configure.in: use mh-sun for all *-sun-* hosts
13722
13723 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13724
13725         * Makefile.in: define flags for X11 include files and library file
13726         locations, pass them down to the programs that need this info
13727
13728         * build-all.mk: added a 'native' target, to 3stage the native toolchain
13729
13730 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13731
13732         * configure.in: start building libg++ for HP-UX targets
13733
13734 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
13735
13736         * README:  Update references to files moved into etc/.
13737
13738 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
13739
13740         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
13741         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
13742
13743 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13744
13745         * configure: accept dash as well as underscore in long option
13746         names for FSF compatibility.
13747
13748 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
13749
13750         * config.sub: added -sco3.2v4 support from FSF.
13751
13752 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13753
13754         * configure.in: expand the section that adds or removes
13755         directories from the list of programs to build, to handle native
13756         vs. cross in addition to host v. native
13757
13758 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
13759
13760         * Makefile.in:  Replace C++ in macro names with CXX.
13761         This is less likely to break ...
13762
13763 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13764
13765         * test-build.mk: add -w to GNU_MAKE
13766
13767 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13768
13769         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13770         add 'sparc' to list of recognized cpus.  This needed to make
13771         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13772         Delete some redundant ose68 variants.  Recognize -wrs as an os,
13773         then changes that into $CPU-wrs-vxworks.
13774
13775         * configure.in: remove most references to gdbtest, regularize
13776         target based program removal
13777
13778         * test-build.mk: import from p3 tree (many fixes and changes)
13779
13780 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
13781
13782         * Makefile.in: added rules to handle tcl, tk, and expect
13783
13784         * configure.in: handle those directories if they exist
13785
13786 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13787
13788         * config.sub: removed bogus hppabsd and hppahpux names, since
13789         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13790
13791 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13792
13793         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
13794         depends upon all-xiberty
13795
13796         * Makefile.in: changes from p3, including:
13797
13798         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
13799
13800         * Makefile.in (XTRAFLAGS): include newlib directories if
13801         newlib/Makefile exists, rather than if host != target.
13802
13803         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
13804
13805         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13806         from the same source tree and not building a cross-compiler.  This
13807         matters for the libg++ configuration if reconfiguring a tree that
13808         has already been installed.
13809
13810         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
13811
13812         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13813         pick up the machine and system specific header files.
13814
13815         * Makefile.in: added AS_FOR_TARGET, passed down in
13816         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13817         the C compiler to use to create programs which are run in the
13818         build environment, set it to default to $(CC), and passed it down
13819         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13820
13821         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
13822
13823         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13824         We need them for unusual native builds, like systems without
13825         ranlib.
13826
13827         * configure: also define $(host_canonical) and
13828         $(target_canonical), which are the full, canonical names for the
13829         given host and target
13830
13831 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
13832
13833         * Makefile.in:  Added separate definitions for C++.
13834
13835 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
13836
13837         * configure.in (configdirs):  Add deja-gnu.
13838
13839 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
13840
13841         * README:  Update for configure.texi and gdb-4.7 release.
13842
13843 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
13844
13845         * Makefile.in:  Move "all" target to top of file.
13846         Previously, first target was ".PHONY" which caused BSD4.4 make
13847         to build .PHONY when make was run without arguments.
13848
13849 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
13850
13851         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
13852         Library-copylefted code in libiberty.
13853
13854 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
13855
13856         * config.sub:  Replace m68kmote with plain old m68k.
13857
13858 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
13859
13860         * Makefile.in:  Remove space from blank line, avoid Make complaints.
13861
13862 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
13863
13864         * config.sub: Complain if no argument is given.  Added support for
13865         386bsd as OS and target alias.
13866
13867 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
13868
13869         * Makefile.in (XTRAFLAGS): include newlib directories if
13870         newlib/Makefile exists, rather than if host != target.
13871
13872 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
13873
13874         * config.sub: recognize sparclite-wrs-vxworks.
13875
13876         * Makefile.in (install-xiberty): added *-xiberty make rules (from
13877         p3.) Added clean-xiberty to clean.
13878
13879 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13880
13881         * configure.in: use *-*-* instead of nested cases for host and target
13882
13883 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
13884
13885         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13886         from the same source tree and not building a cross-compiler.  This
13887         matters for the libg++ configuration if reconfiguring a tree that
13888         has already been installed.
13889
13890 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
13891
13892         * config.sub (i486v/i486v4):  Merge in from FSF version.
13893
13894 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
13895
13896         * configure: only set PWD if it is already set.
13897
13898 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
13899
13900         * configure: just set PWD=`pwd` at the top, since Ultrix sh
13901         doesn't have unset and all success paths (and most error paths)
13902         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13903         to just ${PWD} to avoid confusion.)
13904
13905 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
13906
13907         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13908         even for a native compilation.
13909
13910 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
13911
13912         Changes to make the gdb.tar.Z rule work better.
13913
13914         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
13915         (DEVO_SUPPORT):  Add configure.texi.
13916         (bfd-ilrt.tar.Z):  Remove ancient rule.
13917
13918 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
13919
13920         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13921         pick up the machine and system specific header files.
13922
13923         * configure.in, config.sub: added new target m68010-adobe-scout,
13924         with alias of adobe68k.  Changed configure.in to check for
13925         -scout before -sco* to avoid a false match.
13926
13927         * Makefile.in: added AS_FOR_TARGET, passed down in
13928         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13929         the C compiler to use to create programs which are run in the
13930         build environment, set it to default to $(CC), and passed it down
13931         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13932
13933 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13934
13935         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13936         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
13937         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13938         FOR_TARGET variants, to newlib and libg++.
13939
13940 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13941
13942         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13943         first.
13944
13945 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
13946
13947         * config.sub:  Accept `elf' as an environment.
13948
13949 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13950
13951         * Makefile.in (all-opcodes):  cd into the right directory
13952
13953 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
13954
13955         * configure: added -program_transform_name option, used as
13956         argument to sed when installing programs.
13957         configure.texi: added documentation for -program_prefix,
13958         -program_suffix and -program_transform_name.
13959
13960 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
13961
13962         * config.sub:  Accept i486 where i386 ok.
13963
13964 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
13965
13966         * config.sub: accept we32k
13967
13968 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
13969
13970         * config.sub, configure.in: accept OSE68000 and OSE68k.
13971
13972         * Makefile.in: don't create all directories for ``make install'';
13973         let the subdirectories create the ones they need.
13974
13975 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13976
13977         * COPYING: new file, GPL v2
13978
13979 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13980
13981         * Makefile.in: use the new gen-info-dir, which needs a template
13982         argument (which also lives in texinfo)
13983
13984         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
13985
13986 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
13987
13988         * config.sub (ncr3000):  Change i386 to i486.
13989
13990 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13991
13992         * Makefile.in: add install-rcs, install-grep to
13993         install-no-fixedincludes, removed install-bison and install-libgcc
13994
13995 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
13996
13997         * configure.in: grab the HPUX makefile fragment if on HPUX
13998
13999 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14000
14001         * Makefile.in: eradicate bison spoor (ditto libgcc).
14002          configure.in: recognise m68{k,000}-ericsson-OSE.
14003          es1800 is alias for m68k-ericsson-OSE
14004
14005 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14006
14007         * configure.in: rearrange the parts that remove programs from
14008         configdirs, based now on HOST==TARGET or by canonical triple.
14009
14010 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14011
14012         * test-build.mk: recurse explicitly with -f test-build.mk when
14013           appropriate.  predicate stage3 and comparison on the existence
14014           of gcc.  That is, if gcc isn't around, we aren't three-staging.
14015           On very clean, also remove ...stamp-co.  Build in-place before
14016           doing other builds.
14017
14018 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14019
14020         * Makefile.in, configure.in: add tgas
14021
14022 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14023
14024         * Makefile.in: a number of changes merged in from progressive.
14025
14026         * configure.in: add libm.
14027
14028         * .cvsignore: ignore some stuff that comes from test-build.mk.
14029
14030 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
14031
14032         * config.sub:  Add es1800 (m68k-ericsson-es1800).
14033
14034 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14035
14036         * configure: Add program_suffix (parallel to program_prefix)
14037         * Makefile.in: adjust directory-creating script for losing decstation
14038
14039 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
14040
14041         * configure:  Minor $subdir-related fixes.
14042
14043 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14044
14045         * configure: fix various problems with propogating
14046         makefile_target_frag in subdirs.
14047         * configure.in: config libgcc if its there
14048
14049 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
14050
14051         * config.sub:  HPPA merge.
14052
14053 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
14054
14055         * Makefile.in:  Replace all-bison with all-byacc in all
14056         dependency lines for other tools (which now use byacc).
14057
14058 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
14059
14060         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
14061
14062 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
14063
14064         * Makefile.in: make gprof rules similar to byacc rules (instead of
14065         vestigal $(unsubdir) that didn't work...)
14066
14067 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
14068
14069         * config.sub:  Add support for Linux.
14070         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
14071         (at least for libg++).
14072
14073 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
14074
14075         * configure.texi: fix doc for the -nfp option to configure
14076
14077 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
14078
14079         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14080
14081 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
14082
14083         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14084         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14085         * configure.in: added solaris* host_makefile_frag hook.
14086
14087 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14088
14089         * config.sub: changed recognition of m68000 so that various
14090         m68k types can be specified via m680[01234]0
14091
14092 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14093
14094         * config.sub (basic_machine): fix sed so that '-foo' isn't
14095         completely substituted out while .+'-foo' loses the '-foo'
14096
14097 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14098
14099         * config.sub ($os): Add -aout.
14100
14101 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
14102
14103         * configure:  If host_makefile_frag is absolute, don't
14104         prefix ${invsubdir} (relevant to libg++ auto-configure).
14105
14106 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14107
14108         * Makefile.in (tooldir): Define it.
14109         (all-ld): Depend on all-flex.
14110
14111 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
14112
14113         * Makefile.in (check):  Fix libg++ special case.
14114
14115 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
14116
14117         * configure: do not bury `pwd` into config.status, thus do fewer
14118           pwd's.
14119
14120         * configure: print the "Building in" message only when building in
14121           other than "." AND verbose.
14122
14123         * configure: remove -s, rework -v to better accomodate guested
14124           configures.
14125
14126         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14127
14128 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
14129
14130         * Makefile.in: macroize flags passed on recursion.  remove
14131           fileutils.
14132
14133 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
14134
14135         * configure: get makesrcdir right for subdirs deeper than 1.
14136
14137         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14138           install.
14139
14140 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
14141
14142         * Makefile.in: don't print subdir_do or recursion lines.
14143
14144 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
14145
14146         * standards.texi: added menu item.
14147
14148         * Makefile.in: build and install standards.info.
14149
14150         * standards.texi: new file.
14151
14152 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14153
14154         * configure: test for and move config.status pieces from
14155           ${subdir}/.
14156
14157 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
14158
14159         * configure:  Test for existance of files before trying to mv
14160         them, to avoid numerous non-existance messages.
14161
14162 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
14163
14164         * configure: correct final line of config.status.
14165
14166         * configure: patch from eggert.  Avoids a protection problem if
14167           the original Makefile.in is read only.
14168
14169         * configure: use move-if-change from gcc to create config.status.
14170           Some makefiles depend on config.status to tell if a directory
14171           has been reconfigured for a different host.  This change
14172           prevents those directories from remaking everything in the case
14173           where the reconfig was only intended to rebuild a Makefile.
14174
14175         * configure: test for config.sub with "config.sub sun4" rather
14176           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
14177           host alias from a missing config.sub.
14178
14179 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14180
14181         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14182           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
14183
14184 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
14185
14186         * configure: mkdir ${subdir} as needed.
14187
14188 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
14189
14190         * Makefile.in,configure.in: added autoconf.
14191
14192 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14193
14194         * Makefile.in: no longer pass against on recursion.
14195
14196         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14197           definitions are not inherited.
14198
14199         * configure: correct makesrcdir when subdir is .
14200
14201 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
14202
14203         * configure:  Add support for 'subdirs' variable, which is
14204         like 'configdirs', except that configure doesn't re-invoke
14205         itself for subdirs, it just creates a Makefile for each subdir.
14206         * configure.texi:  Document subdirs.
14207
14208 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14209
14210         * configure.in: added flex to configdirs
14211
14212 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
14213
14214         * Makefile.in: remove clean-stamps from clean.
14215
14216 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
14217
14218         * configure.in:  Add gdbtest to configdirs.
14219
14220 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
14221
14222         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
14223         to recursive makes.
14224         * configure.in:  Recognize new ncr3000 config.
14225
14226 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
14227
14228         * Makefile.in, configure.in: removed references to gdbm.
14229
14230 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
14231
14232         * config.sub:  Don't canonicalize os value
14233         newsos* to bsd (readline needs to check for newsos).
14234         (This fix was earlier made Jan 31, but got re-broken.)
14235
14236 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
14237
14238         * configure.in:  sco is an os, not a vendor!
14239
14240         * configure:  Quote $( better.  Keep various shells happy.
14241
14242 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
14243
14244         * Makefile.in: eliminate stamp-files.
14245
14246 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
14247
14248         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
14249           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14250
14251 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
14252
14253         * config.sub:  fix iris/iris3.
14254
14255 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
14256
14257         * configure: re-add -rm.
14258
14259 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
14260
14261         * Maskefile.in: add .stmp-rcs to all.
14262
14263         * configure.in: remove gas from rs6000 build, use aix host fragment.
14264
14265 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
14266
14267         * configure: pass down site_option during recursion.
14268
14269 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
14270
14271         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
14272
14273 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
14274
14275         * configure: Change exec_prefix so that it really defaults to prefix.
14276
14277 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
14278
14279         * Makefile.in, configure.in:  Add support for mmalloc library.
14280
14281 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
14282
14283         * Makefile.in: add stmp dependencies for a few more things.
14284
14285 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
14286
14287         * configure: adjusted error message on objdir/srcdir configure
14288           collision, per john's suggestion.
14289
14290         * Makefile.in: add libiberty stmp to all and all.cross.
14291
14292 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
14293
14294         * Makefile.in: remove force dependencies, add grep to all.
14295
14296 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
14297
14298         * Makefile.in: drop flex.  make stamp files work.
14299
14300         * configure: added test for conflicting configuration in srcdir,
14301           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
14302           gets cranky.  use relative paths for configure and srcdir
14303           whenever possible.  Send some error messages to stderr that were
14304           going to stdout.
14305
14306 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
14307
14308         * Makefile.in:  Fix libg++ rule to check for gcc directory
14309         before using gcc/gcc.  Also pass XTRAFLAGS.
14310
14311 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
14312
14313         * Makefile.in: added stmp-files so that directories aren't polled
14314           when they are already built.
14315
14316         * configure.texi: fixed a node pointer problem.
14317
14318 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
14319
14320         * config.sub configure.in gdb/configure.in
14321         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14322         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14323         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
14324
14325 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14326
14327         * configure: -recurring becomes -silent.  corrected help message
14328           for -site= option.
14329
14330         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14331
14332 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14333
14334         * configure: when building Makefile for crosses, replace
14335           tooldir and program_prefix.  default srcdir from location of
14336           config.sub.  remove "for host in hosts" and "for target in
14337           targets" loops.
14338
14339 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14340
14341         * Makefile.in: Do not pass bindir or mandir to cvs.
14342
14343 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
14344
14345         * Makefile.in, configure.in: removed traces of namesubdir,
14346           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
14347           copyrights to '92, changed some from Cygnus to FSF.
14348
14349         * configure.texi: remove most references to multiple hosts,
14350           multiple targets, subdirs, etc.
14351
14352         * configure.man: removed rcsid. reference config.sub not
14353           config.subr.
14354
14355         * Makefile.in: mkdir $(infodir) on install-info.
14356
14357 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
14358
14359         * configure.texi:  Explain better about .gdbinit and about
14360         the environment that configure.in sections run in.
14361
14362 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
14363
14364         * configure.in:  Ultrix is only a decstation if it's a MIPS.
14365
14366 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
14367
14368         * README:  DOC.configure => cfg-paper.texi.
14369
14370 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
14371
14372         * config.sub (near case $os):  Don't convert newsos* to bsd!
14373
14374 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
14375
14376         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
14377         the number of copies of COPYING that go into the GDB tar file.
14378
14379 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
14380
14381         * bfd/configure.in, gdb/config/mh-i386sco,
14382         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14383         Fix SCO configuration stuff.
14384
14385 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
14386
14387         * Makefile.in:  For libg++, make sure the -I pointing
14388         to the gcc directory goes *after* all the libg++-local -I flags.
14389         Also, move just-gcc dependency from just-libg++ to all-libg++.
14390
14391 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
14392
14393         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
14394
14395 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
14396
14397         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
14398
14399 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
14400
14401         * config.sub:  Add stratus configuration frags.  Also
14402         submitted to FSF.
14403
14404 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
14405
14406         * Makefile.in (DEV_SUPPORT):  add configure.man.
14407
14408         * config.sub(Decode manufacturer-specific):  add -none*.
14409
14410 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
14411
14412         * Makefile.in:  remove form feeds to make Sun's make happy.
14413         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
14414
14415 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
14416
14417         * Makefile.in (AR_FLAGS):  Make quieter.
14418
14419 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
14420
14421         * configure.in:  Add libg++.
14422         * configure:  When verbose, don't output the command line at each
14423         level; it will be unremarkably the same as the previous version,
14424         which will be the same as what the user typed.
14425
14426 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
14427
14428         * configure.in, Makefile.in: fix clean-info, add flex.  add
14429           fileutils.
14430
14431         * configure: be less sensitive to spaces in Makefile.in.  Do not
14432           look for sources in "..".  Doing so breaks subdirectories that
14433           might have their own configure.  If a subdir has it's own
14434           configure script, use it.
14435
14436 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
14437
14438         * cfg-paper.texi: some changes suggested by rms.
14439
14440 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
14441
14442         * config.sub:  Merge in some small additions from the FSF version,
14443         taken from the gcc distribution, to bring the Cygnus and FSF
14444         versions into closer sync.
14445
14446 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
14447
14448         * configure.in:  Changed svr4 references to sysv4.
14449
14450 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
14451
14452         * configure: added -V for version number option.
14453
14454 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
14455
14456         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14457           renamed from DOC.configure to cfg-paper.texi.
14458
14459 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14460
14461         * configure, config.subr, config.sub: config.subr is now
14462           config.sub again.
14463
14464 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
14465
14466         * configure.texi: new file, in progress.
14467
14468         * Makefile.in: build info file and install the man page for
14469           configure.
14470
14471         * configure.man: new file, first cut.
14472
14473         * configure: find config.subr again now that configuration "none"
14474           has gone.  removed all traces of the -ansi option.  removed all
14475           traces of the -languages option.
14476
14477         * config.subr: resync from rms.
14478
14479 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
14480
14481         * configure, config.sub, config.subr: merge config.sub into
14482           config.subr, call the result config.subr, remove config.sub, use
14483           config.subr.
14484
14485         * Makefile.in: revised install for dir.info.
14486
14487 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
14488
14489         * configure.in: add decstation host makefile frag.
14490
14491         * Makefile.in: BISON now bison -y again.  also install-gcc on
14492           install.  clean-gdbm on clean.  infodir belongs in datadir.
14493           Make directories for info install.  Build dir.info here then
14494           install it.
14495
14496 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
14497
14498         * Makefile.in: fix for bad directory tests.
14499
14500 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
14501
14502         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
14503           regexp.  -srcdir relative was being handled incorrectly.
14504
14505         * Makefile.in: unwrapped some for loops so that parallel makes
14506           work again and so one can focus one's attention on a particular
14507           package.
14508
14509 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
14510
14511         * configure: added PWD as a stand in for `pwd` (for speed). use
14512           elif wherever possible.  make -srcdir work without -objdir.
14513           -objdir= commented out.
14514
14515 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
14516
14517         * configure: +options become --options.  -subdirs commented out.
14518           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
14519           Makefile now at top of generated Makefile.  Removed cvs log
14520           entries.  added -srcdir.  create .gdbinit only if there is one
14521           in ${srcdir}.
14522
14523         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
14524           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
14525           and mandir now keyed off datadir by default.
14526
14527 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
14528
14529         * Freshly created ChangeLog.
14530
14531 \f
14532 Local Variables:
14533 mode: change-log
14534 left-margin: 8
14535 fill-column: 76
14536 version-control: never
14537 End: