*** empty log message ***
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
5c0b3823
WL
12012-09-15 Jiong Wang <jiwang@tilera.com>
2
3 * configure.ac (ENABLE_GOLD): support tilegx*
4 * configure: rebuild
5
1488e230
DE
62012-09-14 David Edelsohn <dje.gcc@gmail.com>
7
8 PR target/38607
9 Merge upstream change.
10 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
11
12 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
13 Add libgomp*.o to compare_exclusions for AIX.
14 * configure: Regenerate.
15
df6795ce
L
162012-08-26 H.J. Lu <hongjiu.lu@intel.com>
17
18 PR binutils/4970
19 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
20 and opcodes.
21 * Makefile.in: Regenerated.
22
7ec59b9e
L
232012-08-14 Diego Novillo <dnovillo@google.com>
24
25 Merge from cxx-conversion branch.
26
27 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
28 POSTSTAGE1_CONFIGURE_FLAGS.
29 * Makefile.in: Regenerate.
30 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
31 Force C++ when bootstrapping.
32 * configure: Regenerate.
33
342012-07-06 Richard Guenther <rguenther@suse.de>
35
36 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
37 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
38 --with-gmp=system.
39 * Makefile.in: Regenerated.
40 * configure: Likewise.
41
422012-07-06 Richard Guenther <rguenther@suse.de>
43
44 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
45 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
46 supply V=1 as extra_make_flags.
47 * configure: Regenerated.
48 * Makefile.in: Likewise.
49
502012-07-03 Richard Guenther <rguenther@suse.de>
51
52 * Makfile.def (isl): Remove not necessary extra_exports and
53 extra_make_flags.
54 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
55 * Makefile.in: Regenerated.
56
572012-07-03 Richard Guenther <rguenther@suse.de>
58
59 * Makefile.def (cloog): Add V=1 to extra_make_flags.
60 * configure.ac: If either the ISL or the CLooG check failed
61 do not try to build in-tree versions.
62 * Makefile.in: Regenerated.
63 * configure: Regenerated.
64
652012-07-02 Richard Guenther <rguenther@suse.de>
66 Michael Matz <matz@suse.de>
67 Tobias Grosser <tobias@grosser.es>
68 Sebastian Pop <sebpop@gmail.com>
69
70 * Makefile.def: Add ISL host module, remove PPL host module.
71 Adjust ClooG host module to use the proper ISL.
72 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
73 * configure.ac: Include config/isl.m4. Add ISL host library,
74 remove PPL. Remove PPL configury, add ISL configury, adjust
75 ClooG configury.
76 * Makefile.in: Regenerated.
77 * configure: Likewise.
78
792012-07-02 Richard Guenther <rguenther@suse.de>
80
81 Merge from graphite branch
82 2011-07-21 Tobias Grosser <tobias@grosser.es>
83
84 * configure: Regenerated.
85 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
86 both cloog.org and legacy versions. The only supported version will
87 be CLooG with the isl backend.
88
89 2011-07-21 Tobias Grosser <tobias@grosser.es>
90
91 * configure: Regenerated.
92 * configure.ac: Require cloog isl 0.17.0
93
94 2011-07-21 Tobias Grosser <tobias@grosser.es>
95
96 * configure: Regenerated.
97 * config/cloog.m4: Do not define CLOOG_ORG
98
992012-06-29 Steven Bosscher <steven@gcc.gnu.org>
100
101 * configure.ac: Skip C if explicitly selected.
102 * configure: Regenerate.
103
1042012-06-28 Christophe Lyon <christophe.lyon@st.com>
105
106 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
107 they contain -O2.
108 * configure: Regenerate.
109
1102012-06-20 Jason Merrill <jason@redhat.com>
111
112 * Makefile.tpl (check-target-libgomp-c++): New.
113 (check-target-libitm-c++): New.
114 * Makefile.def (c++): Add them.
115 * Makefile.in: Regenerate.
116
1172012-05-16 Olivier Hainque <hainque@adacore.com>
118
119 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
120 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
121 (install-no-fixedincludes): Adjust accordingly.
122 * Makefile.in: Regenerate.
123
1242012-05-09 Nick Clifton <nickc@redhat.com>
125 Paul Smith <psmith@gnu.org>
126
127 PR bootstrap/50461
128 * configure.ac (mpfr-dir): When using in-tree MPFR sources
129 allow for the fact that from release v3.1.0 of MPFR the source
130 files were moved into a src sub-directory.
131 * configure: Regenerate.
132
1332012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
134
135 * configure.ac: Bump minimum MPFR version to 2.4.0.
136 * configure: Regenerated.
137
1382012-05-01 Richard Henderson <rth@redhat.com>
139
140 * Makefile.def (libatomic): New target_module.
141 * configure.ac (target_libraries): Add libatomic.
142 (noconfigdirs): Check if libatomic is supported.
143 * Makefile.in, configure: Rebuild.
144
f87f9c61
L
1452012-05-15 H.J. Lu <hongjiu.lu@intel.com>
146
147 Merge upstream change
148 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
149
1502011-11-21 Andreas Tobler <andreast@fgznet.ch>
151
152 * libtool.m4: Additional FreeBSD 10 fixes.
153
68f107fa
AO
1542012-06-28 Christophe Lyon <christophe.lyon@st.com>
155
156 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
157 they contain -O2.
158 * configure: Regenerate.
159
b9c361e0
JL
1602012-05-14 Catherine Moore <clm@codesourcery.com>
161
162 * NEWS: Mention PowerPC VLE port.
163
9eb322aa
MF
1642012-05-11 Mike Frysinger <vapier@gentoo.org>
165
166 * MAINTAINERS (config/): Move to intl/ section.
167 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
168
58b1dd21
NC
1692012-05-09 Nick Clifton <nickc@redhat.com>
170 Paul Smith <psmith@gnu.org>
171
172 PR bootstrap/50461
173 * configure.ac (mpfr-dir): When using in-tree MPFR sources
174 allow for the fact that from release v3.1.0 of MPFR the source
175 files were moved into a src sub-directory.
176 * configure: Regenerate.
177
2e702c99
RM
1782012-05-02 Roland McGrath <mcgrathr@google.com>
179
180 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
181 * configure: Regenerate.
182
d2213593
JB
1832012-04-25 Joel Brobecker <brobecker@adacore.com>
184
185 * config.sub: Update to 2012-04-18 version from official repo.
186
202e2356
NC
1872012-03-19 Tristan Gingold <gingold@adacore.com>
188
189 * configure.ac (ia64*-*-*vms*): Add support for ld.
190 * configure: Regenerate.
191
2479f722
RO
1922012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
193
194 * configure.ac (enable_libgomp): Remove *-*-irix6*.
195 (unsupported_languages): Remove mips-sgi-irix6.*.
196 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
197 (with_stabs): Remove.
198 * configure: Regenerate.
199
4e97d92b
RO
2002012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
201
202 * configure.ac (enable_libgomp): Remove *-*-osf*.
203 (with_stabs): Remove alpha*-*-osf*.
204 * configure: Regenerate.
205
f9ea6f98
JJ
2062012-03-09 Jeff Johnston <jjohnstn@redhat.com>
207
208 * COPYING.NEWLIB: Modify DJ Delorie license to include
209 modification rights in clause as permitted by DJ Delorie.
210 * COPYING.LIBGLOSS: Ditto.
211
48688b3e
JJ
2122012-03-09 Jeff Johnston <jjohnstn@redhat.com>
213
214 * COPYING.NEWLIB: Remove two unused licenses.
215
0945bbee
TG
2162012-03-05 Tristan Gingold <gingold@adacore.com>
217
218 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
219 * configure: Regenerate.
220
516be0c5
JJ
2212012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
222
223 * COPYING.NEWLIB: Add Adapteva notice.
224 * COPYING.LIBGLOSS: Add Adapteva notice.
225
64b986c0
EB
2262011-12-18 Eric Botcazou <ebotcazou@adacore.com>
227
228 * configure: Regenerate.
229
58cddc18
JJ
2302011-12-15 Jeff Johnston <jjohnstn@redhat.com>
231
232 * COPYING.LIBGLOSS: Add GPL with exception license.
233
b121d7d4
DD
2342011-11-09 Roland McGrath <mcgrathr@google.com>
235
236 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
237 * configure: Rebuild.
238 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
239 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
240 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
241 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
242 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
243 Add READELF.
244 * Makefile.in: Rebuild.
245
d32e2926
RH
2462011-11-08 Richard Henderson <rth@redhat.com>
247
248 * configure.ac: Test for libitm directory present first.
249
250 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
251
252 * configure.ac: Test libitm/configure.tgt to disable libitm.
253 * configure: Rebuild.
254
98dd765a
RO
2552011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
256
257 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
258 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
259 * Makefile.in: Regenerate.
260
99c513f6
DD
2612011-11-01 DJ Delorie <dj@redhat.com>
262
263 * configure.ac (rl78-*-*) New case.
264 * configure: Regenerate.
265
ff3ec4ee
DD
2662011-11-01 DJ Delorie <dj@redhat.com>
267
268 * config.sub: Update to version 2011-10-29 (added rl78)
269
c28a9f49
NC
2702011-10-27 Nick Clifton <nickc@redhat.com>
271
272 * config.sub: Import these changes from the config project:
273
274 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
275 Ben Elliston <bje@gnu.org>
276
277 * config.sub (epiphany): New.
278
279 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
280 Ben Elliston <bje@gnu.org>
281
9eb322aa 282 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
283
284 2011-08-23 Roland McGrath <mcgrathr@google.com>
285
286 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
287 64eb to be64.
288
289 2011-08-16 Roland McGrath <mcgrathr@google.com>
290
291 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
292 (nacl): Grok as alias for 32el-unknown-nacl.
293
860144e4
JB
2942011-08-19 Joel Brobecker <brobecker@adacore.com>
295
296 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
297
40ae9136
YQ
2982011-08-14 Yao Qi <yao@codesourcery.com>
299
300 Merge from gcc:
301
302 2011-08-14 Yao Qi <yao@codesourcery.com>
303 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
304 * configure: Regenerate.
305
ffdd6afc
ILT
3062011-07-26 Ian Lance Taylor <iant@google.com>
307
308 Merge from gcc:
309
310 2011-07-26 Ian Lance Taylor <iant@google.com>
311 * configure.ac: Set have_compiler based on whether gcc directory
312 exists, rather than on whether gcc is in configdirs.
313 * configure: Rebuild.
314
315 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
316 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
317 link directories.
318 * Makefile.in: Rebuild.
319
320 2011-07-20 Ian Lance Taylor <iant@google.com>
321 PR bootstrap/49787
322 * configure.ac: Move --enable-bootstrap handling earlier in file.
323 If --enable-bootstrap and either --enable-build-with-cxx or
324 --enable-build-poststage1-with-cxx, enable C++ automatically.
325 * configure: Rebuild.
326
327 2011-07-19 Ian Lance Taylor <iant@google.com>
328 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
329 make C++ a boot_language. Set and substitute
330 POSTSTAGE1_CONFIGURE_FLAGS.
331 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
332 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
333 * configure, Makefile.in: Rebuild.
334
335 2011-07-16 Jason Merrill <jason@redhat.com>
336 * Makefile.def (language=c++): Add check-c++0x and
337 check-target-libmudflap-c++.
338 * Makefile.tpl (check-target-libmudflap-c++): New.
339 * Makefile.in: Regenerate.
340
341 2011-07-16 Matthias Klose <doko@ubuntu.com>
342 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
343 * Makefile.def (target_modules/libjava): Pass
344 $(EXTRA_CONFIGARGS_LIBJAVA).
345 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
346 if not configured with --enable-static-libjava.
347 * Makefile.in: Regenerate.
348 * configure: Likewise.
349
350 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
351 PR regression/47836
352 PR bootstrap/23656
353 PR other/47733
354 PR bootstrap/49247
355 PR c/48825
356 * configure.ac (target_libraries): Remove target-libiberty.
357 Remove case-statement setting skipdirs=target-libiberty for
358 multiple targets. Remove checking target_configdirs and
359 removing target-libiberty but keeping target-libgcc if
360 otherwise empty.
361 * Makefile.def (target_modules): Don't add libiberty.
362 (dependencies): Remove all traces of target-libiberty.
363 * configure, Makefile.in: Regenerate.
364
9ccb86e7
JM
3652011-07-22 Jason Merrill <jason@redhat.com>
366
367 * Makefile.def (language=c++): Add check-c++0x and
368 check-target-libmudflap-c++.
369 * Makefile.tpl (check-target-libmudflap-c++): New.
370 * Makefile.in: Regenerate.
371
090bc50f
RO
3722011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
373
374 * configure: Regenerate.
375
cff32a7c
RO
3762011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
377
378 PR target/39150
379 * configure.ac (i[3456789]86-*-solaris2*): Also accept
380 x86_64-*-solaris2.1[0-9]*.
381 * configure: Regenerate.
382
eb4b2452
NC
3832011-06-13 Walter Lee <walt@tilera.com>
384
385 * configure.ac (tilepro-*-*) New case.
386 (tilegx-*-*): Likewise.
387 * configure: Regenerate.
388
3c0013bf
NC
3892011-06-06 Nick Clifton <nickc@redhat.com>
390
391 * config.sub: Sync from upstream.
392
91c1f14c
DK
3932011-05-08 Doug Kwan <dougkwan@google.com>
394
395 Merge from gcc:
396
397 2011-05-08 Doug Kwan <dougkwan@google.com>
398
399 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
400 * configure: Regenerated.
401 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
402 value from configure.
403 * Makefile.in: Regenerated.
404
c7e4b184
JM
4052011-05-05 Joseph Myers <joseph@codesourcery.com>
406
407 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
408 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
409 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
410 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
411 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
412 *-*-vxworks*): Disable newlib and libgloss in separate case
413 statement.
414 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
415 to separate case statement.
416 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
417 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
418 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
419 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
420 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
421 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
422 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
423 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
424 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
425 i[[3456789]]86-*-rdos*, m32r-*-*,
426 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
427 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
428 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
429 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
430 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
431 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
432 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
433 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
434 and libgloss in main case over targets. Remove most empty cases
435 in main case over targets.
436 * configure: Regenerate.
437
7152a690
JM
4382011-05-04 Joseph Myers <joseph@codesourcery.com>
439
440 * configure.ac: Remove code setting special library locations for
441 hppa*64*-*-hpux11*. Remove code setting compiler for
442 sparc-sun-solaris2*.
443 * configure: Regenerate.
444
ff46fb8f
JM
4452011-05-04 Joseph Myers <joseph@codesourcery.com>
446
447 * configure.ac: Separate libgloss_dir settings from general case
448 over targets.
449 * configure: Regenerate.
450
82ae827f
JM
4512011-04-28 Joseph Myers <joseph@codesourcery.com>
452
453 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
454 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
455 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
456 cases in libgcj-disabling case statement.
457 (hppa*64*-*-linux*): Set unsupported_languages instead of
458 disabling target-zlib.
459 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
460 to hppa*64*-*-hpux*.
461 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
462 hppa*-*-hpux*.
463 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
464 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
465 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
466 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
467 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
468 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
469 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
470 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
471 libgcj-disabling case statement.
472 * configure: Regenerate.
473
0827f9a6
JM
4742011-04-28 Joseph Myers <joseph@codesourcery.com>
475
476 * configure.ac: Disable Java for targets not supporting libffi.
477 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
478 Remove cases in Java-disabling statement.
479 (*arm-wince-pe): Change to arm-wince-pe.
480 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
481 cases in Java-disabling statement.
482 (bfin-*-*): Don't disable Java again.
483 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
484 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
485 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
486 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
487 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
488 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
489 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
490 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
491 Java-disabling statement.
492 (mmix-*-*): Don't disable Java again.
493 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
494 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
495 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
496 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
497 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
498 statement.
499 * configure: Regenerate.
500
899b04ef
JM
5012011-04-28 Joseph Myers <joseph@codesourcery.com>
502
503 Merge from GCC:
504
505 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
506
507 PR lto/48086
508 * configure.ac: Re-enable LTO on *-apple-darwin9*.
509 * configure: Regenerate.
510
9863d716
JM
5112011-04-28 Joseph Myers <joseph@codesourcery.com>
512
513 * configure.ac: Separate cases disabling Java and Java libraries
514 from general case over targets.
515 * configure: Regenerate.
516
a90ef4bf
JM
5172011-04-06 Joseph Myers <joseph@codesourcery.com>
518
519 * configure.ac (build_tools): Remove build-byacc.
520 (host_libs): Remove mmalloc.
521 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
522 autoconf automake libtool diff rcs fileutils shellutils time
523 textutils wdiff find uudecode hello tar gzip indent recode release
524 sed perl gawk findutils gettext zip.
525 (libgcj): Remove target-qthreads.
526 (target_tools): Remove target-examples target-gperf.
527 (YACC): Don't handle building byacc.
528 * configure: Regenerate.
529 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
530 dosutils, examples, fileutils, find, findutils, gawk, gettext,
531 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
532 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
533 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
534 handle building components.
535 * Makefile.in: Regenerate.
536
05a02268
RW
5372011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
538
539 * config.sub: Sync from upstream.
540
c5f5c3c2
JM
5412011-04-01 Joseph Myers <joseph@codesourcery.com>
542
543 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
544 (microblaze*): Don't disable libssp.
545 * configure: Regenerate.
546
f6c1938b
JM
5472011-04-01 Joseph Myers <joseph@codesourcery.com>
548
549 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
550 moveifchange.
551 * configure: Regenerate.
552 * Makefile.tpl: Use @SHELL@ not @config_shell@.
553 * Makefile.in: Regenerate.
554
1f111696
JM
5552011-04-01 Joseph Myers <joseph@codesourcery.com>
556
557 * configure.ac (*-*-sysv4*): Don't enable libgomp.
558 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
559 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
560 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
561 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
562 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
563 md_exec_prefix cases.
564 * configure: Regenerate.
565
065a5627
JM
5662011-04-01 Joseph Myers <joseph@codesourcery.com>
567
568 * configure.ac: Separate cases disabling target-libssp,
569 target-libiberty, target-libstdc++-v3 and Fortran from general
570 case over targets.
571 * configure: Regenerate.
572
b2f14e4a
JM
5732011-04-01 Joseph Myers <joseph@codesourcery.com>
574
575 * configure.ac (*-*-chorusos): Don't disable libgcj.
576 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
577 Remove case.
578 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
579 (arm-*-coff): Don't disable libgcj.
580 (arm*-*-linux-gnueabi): Remove useless assignment.
581 (arm-*-riscix*): Don't disable libgcj.
582 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
583 configuration.
584 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
585 (c54x*-*-*): Remove case.
586 (tic54x-*-*): Don't disable GCC or GCC libraries.
587 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
588 to *.
589 (d10v-*-*): Don't disable GCC libraries.
590 (d30v-*-*): Don't disable libgcj.
591 (h8500-*-*): Don't disable GCC libraries.
592 (i960-*-*): Don't disable libgcj.
593 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
594 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
595 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
596 libgcj.
597 (m68k-*-coff*): Remove case.
598 (mmix-*-*): Don't disable libgloss on host.
599 (mn10200-*-*, mn10300-*-*): Remove cases.
600 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
601 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
602 Don't disable libgcj.
603 (romp-*-*): Remove case.
604 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
605 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
606 case.
607 (v810-*-*): Don't disable GCC libraries.
608 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
609 (ip2k-*-*): Don't disable GCC libraries.
610 * configure: Regenerate.
611
6a608608
JM
6122011-03-28 Joseph Myers <joseph@codesourcery.com>
613
614 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
615 libffi on host.
616 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
617 on host.
618 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
619 * configure: Regenerate.
620
5b806d27
NC
6212011-03-26 John Marino <binutils@marino.st>
622
623 * configure.ac: Add support for *-*-dragonfly*
624 * configure: Regenerate.
625
0377a422
JM
6262011-03-25 Joseph Myers <joseph@codesourcery.com>
627
628 * configure.ac (native_only): Remove.
629 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
630 send-pr uudecode guile gnuserv on host.
631 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
632 send-pr rcs guile perl texinfo libtool on host.
633 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
634 automake send-pr rcs guile perl texinfo libtool on host.
635 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
636 (*-*-kaos*): Don't disable target-examples target-gperf on target.
637 (alpha*-dec-osf*): Don't disable fileutils on target.
638 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
639 texinfo send-pr expect dejagnu on target.
640 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
641 target-qthreads on target.
642 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
643 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
644 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
645 x86_64-*-mingw*): Don't disable expect on target.
646 (*-*-cygwin*): Don't disable target-gperf on target.
647 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
648 gnuserv on target.
649 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
650 target.
651 * configure: Regenerate.
652
2354b38b
JM
6532011-03-25 Joseph Myers <joseph@codesourcery.com>
654
655 * configure.ac (target_tools): Remove target-groff.
656 (native_only): Remove target-groff.
657 (hppa*64*-*-*): Don't disable byacc.
658 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
659 setting.
660 (*-*-kaos*): Don't skip target-librx and target-groff.
661 (*-*-netware*): Don't skip target-libmudflap.
662 (*-*-tpf*): Don't skip target-libmudflap.
663 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
664 directories on the host.
665 (ia64*-*-*vms*): Don't skip tix.
666 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
667 host.
668 * configure: Regenerate.
669
28d9b232
PB
6702011-03-24 Paolo Bonzini <pbonzini@redhat.com>
671
672 * configure.ac: Remove references to mt-mep, mt-netware,
673 mt-wince.
674 * Makefile.def: Add all-utils soft dependencies.
675 * Makefile.tpl: Remove GDB_NLM_DEPS.
676 * configure: Regenerate.
677 * Makefile.in: Regenerate.
678
dbbe5f95
PB
6792011-03-24 Paolo Bonzini <bonzini@gnu.org>
680
681 Sync from GCC:
682
683 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
684
685 * configure.ac: Do not include mh-x86omitfp.
686 * configure: Regenerate.
687
688 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
689
690 * configure.ac: Remove empty cases.
691 * configure: Regenerate.
692
693 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
694
695 * Makefile.def: Add dependency from termcap to gdb.
696 * Makefile.in: Regenerate.
697
698 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
699
700 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
701 * configure: Regenerate.
702 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
703 * Makefile.tpl: Likewise.
704 * Makefile.in: Regenerate.
705
706 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
707
708 * configure.ac: Remove all mentions of tentative_cc.
709 * configure: Regenerate.
710
711 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
712
713 PR lto/48086
714 * configure.ac: Re-enable LTO on *-apple-darwin9.
715 * configure: Regenerate.
716
3516a403
JM
7172011-03-24 Joseph Myers <joseph@codesourcery.com>
718
719 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
720 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
721 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
722 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
723 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
724 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
725 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
726 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
727 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
728 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
729 *-*-rhapsody*): Remove host cases.
730 * configure: Regenerate.
731
93cc359e
JM
7322011-03-24 Joseph Myers <joseph@codesourcery.com>
733
734 * configure.ac (ppc*-*-pe): Remove host case.
735 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
736 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
737 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
738 cases.
739 * configure: Regenerate.
740
29b2c556
JM
7412011-03-24 Joseph Myers <joseph@codesourcery.com>
742
743 * config.sub: Update to version 2011-03-23.
744
f0ff0f90
JM
7452011-03-22 Joseph Myers <joseph@codesourcery.com>
746
747 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
748 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
749 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
750 * configure: Regenerate.
751
782cb41f
JM
7522011-03-22 Joseph Myers <joseph@codesourcery.com>
753
754 * config-ml.in: Don't handle arc-*-elf*.
755 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
756 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
757 handle GCC libraries.
758 * configure: Regenerate.
759
0e8ad34f
RO
7602011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
761
762 PR bootstrap/48120:
763 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
764 Add -lstdc++ -lm to LIBS.
765 * configure: Regenerate.
766
5548b4ce
DE
7672011-03-18 David Edelsohn <dje.gcc@gmail.com>
768
769 * config.guess: Update to version 2011-02-02
770 * config.sub: Update to version 2011-02-24
2e702c99 771
86ed8cf6
SP
7722011-03-03 Sebastian Pop <sebastian.pop@amd.com>
773
9eb322aa
MF
774 * configure.ac: Adjust test of with_ppl.
775 * configure: Regenerated.
86ed8cf6 776
b123da99
SP
7772011-03-02 Sebastian Pop <sebastian.pop@amd.com>
778
779 * configure.ac: Add -lpwl to ppllibs.
780 * config/cloog.m4: Add -lisl to clooglibs.
781 * configure: Regenerated.
782
822ce8ee
RW
7832011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
784
785 Import from Libtool and gnulib:
786
787 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
788
789 Prepare for supporting FreeBSD 10.
790 * config.rpath: Remove handling of freebsd1* which soon would
791 match FreeBSD 10.0.
792
793 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
794
795 Remove support for FreeBSD 1.x.
796 * libtool.m4 (_LT_LINKER_SHLIBS)
797 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
798 soon would incorrectly match FreeBSD 10.0.
799
dcb5e506
RW
8002011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
801
802 PR binutils/12283
803 * MAINTAINERS (mkinstalldirs): Comes from Automake.
804 (move-if-change): Comes from gnulib.
805 * move-if-change: Import version from gnulib.
806
8d8eef9a
RW
8072011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
808
809 Sync from GCC:
810
811 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
812
813 PR lto/47225
814 * Makefile.def (lto-plugin): Double dash for enable-shared.
815 (configure-gcc): Depend on all-lto-plugin.
816 * Makefile.in: Rebuilt.
817
818 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
819
820 * configure.ac: Remove extra bracket.
821 * configure: Regenerate.
822
823 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
824
825 PR lto/47225
826 * Makefile.def: Add dependency for install-gcc
827 on install-lto-plugin.
828 * Makfile.in: Regenerated
829
830 2011-01-25 Jakub Jelinek <jakub@redhat.com>
831
832 * configure.ac: If with_ppl is no, move setting with_cloog=no
833 after CLOOG_REQUESTED check.
834 * configure: Regenerated.
835
836 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
837
838 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
839 CLooG has been requested.
840 * configure: Regenerated.
841
842 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
843
844 * configure: Regenerated.
845 * configure.ac: Check for version 0.11 (or later revision) of PPL.
846
847 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
848
849 * configure: Regenerated.
850 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
851
852 2011-01-07 Jan Hubicka <jh@suse.cz>
853
854 PR lto/47225
855 * Makefile.in: Regenerate.
856 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
857 configure.
858
65b4571a
AO
8592011-01-31 Alexandre Oliva <aoliva@redhat.com>
860
861 PR libgcj/44341
862 * configure.ac: Discard --with-* flags for host when configuring
863 target libraries for cross build.
864 * configure: Rebuilt.
865
7837304f
AS
8662011-01-21 Andreas Schwab <schwab@redhat.com>
867
868 Sync from GCC:
869
870 2011-01-21 Andreas Schwab <schwab@redhat.com>
871
872 * configure.ac: Use AS_HELP_STRING throughout.
873 * configure: Regenerate.
874
875 2011-01-18 Jie Zhang <jie.zhang@analog.com>
876
877 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
878 * configure: Regenerate.
879
115ef890
RW
8802010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
881
882 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
883
92c9a463
JB
8842011-01-13 Joel Brobecker <brobecker@adacore.com>
885
886 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
887 for ia64-hpux.
888 * configure: Regenerate.
889
887ebfb4
RW
8902011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
891
892 Sync from GCC:
893 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
894
895 * configure.ac: (picochip): Disable libiberty.
896 * configure: Regenerate.
897
04d2c2b2
JJ
8982010-12-18 Jeff Johnston <jjohnstn@redhat.com>
899
900 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
901
33d23ee8
ILT
9022010-12-10 Ian Lance Taylor <iant@google.com>
903
904 PR bootstrap/46819
905 * configure.ac: For --disable-libgcj clear libgcj_saved.
906 * configure: Rebuild.
907
89a1e9c3
PB
9082010-12-10 Tobias Burnus <burnus@net-b.de>
909
910 PR fortran/46540
911 * configure.ac: Add --disable-libquadmath and
912 --disable-libquadmath-support.
913 * configure: Regenerate.
914
ac7bcd26
TG
9152010-12-10 Tristan Gingold <gingold@adacore.com>
916
917 * src-release (ETC_SUPPORT): add gnu-oids.texi
918
d357cef7
HPN
9192010-12-03 Hans-Peter Nilsson <hp@axis.com>
920
921 PR libffi/46792
922 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
923 * configure: Regenerate.
924
4f11b223
ILT
9252010-12-02 Ian Lance Taylor <iant@google.com>
926
927 * configure.ac: Always set default for poststage1_ldflags to
928 -static-libstdc++ -static-libgcc.
929
989abc33
JJ
9302010-12-02 Jeff Johnston <jjohnstn@redhat.com>
931
932 * COPYING.NEWLIB: Add National Semiconductor notice.
933
950386c6
AS
9342010-11-29 Andreas Schwab <schwab@redhat.com>
935
936 * configure.ac: Move comment to remove extra space in last argument
937 of GCC_TARGET_TOOL.
938
87cda2cf
AO
9392010-11-26 Alexandre Oliva <aoliva@redhat.com>
940
7d509c83 941 PR other/46026
87cda2cf
AO
942 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
943 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
944 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
945 (BASE_FLAGS_TO_PASS): Use it.
946 * configure: Rebuilt.
947 * Makefile.in: Rebuilt.
948
d3b50760
L
9492010-11-23 H.J. Lu <hongjiu.lu@intel.com>
950
951 PR binutils/12258
952 * configure.ac: Correct comments for --enable-gold/--enable-ld.
953 Properly check default linker.
954 * configure: Regnerated.
955
c7791212
NC
9562010-11-23 Matthias Klose <doko@ubuntu.com>
957
958 * configure.ac: For --enable-gold, handle value `default' instead of
959 `both*'. New configure option --{en,dis}able-ld.
960 * configure: Regenerate.
961
9e1a94f4
ILT
9622010-11-20 Ian Lance Taylor <iant@google.com>
963
964 * configure.ac: Only disable a language library if no language needs
965 it. Don't let --disable-libgcj uncondtionally disable libffi.
966 * configure: Rebuild.
967
ceca0218
PB
9682010-11-20 Paolo Bonzini <bonzini@gnu.org>
969
970 * configure: Regenerate.
971
9b980aa1
RW
9722010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
973
974 PR other/46202
975 * configure.ac: Fix just-built in-tree STRIP name to be
976 binutils/strip-new.
977 * configure: Regenerate.
978 * Makefile.def (install-strip-gcc, install-strip-binutils)
979 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
980 (install-strip-sid): Mirror dependencies on non-strip variants
981 of these targets on the respective -strip prerequisites.
982 * Makefile.tpl (install-strip, install-strip-host)
983 (install-strip-target): New targets.
984 (install-strip-[+module+], install-strip-target-[+module+]):
985 New targets.
986 * Makefile.in: Regenerate.
987
e552509b
ILT
9882010-11-19 Ian Lance Taylor <iant@google.com>
989 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
990
991 * configure.ac: Add target-libgo to target_libraries. Set
992 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
993 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
994 (HOST_EXPORTS): Add GOC.
995 (BASE_TARGET_EXPORTS): Add GOC.
996 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
997 (GOCFLAGS_FOR_TARGET): New variable.
998 (EXTRA_HOST_FLAGS): Add GOC.
999 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1000 * Makefile.def (target_modules): Add libgo.
1001 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1002 (dependencies): Add dependency from configure-target-libgo to
1003 configure-target-libffi and all-target-libstdc++-v3. Add
1004 dependencies from all-target-libgo to all-target-libffi.
1005 (languages): Add go.
1006 * configure: Rebuild.
1007 * Makefile.in: Rebuild.
1008
10092010-11-19 Ian Lance Taylor <iant@google.com>
1010
1011 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1012 compiler/flag environment variables.
1013
10142010-11-18 Ian Lance Taylor <iant@google.com>
1015
1016 * configure.ac: Check for lang_requires_boot_languages in
1017 config-lang.in files.
1018 * configure: Rebuild.
1019
8c21d9c7
MF
10202010-11-17 Mike Frysinger <vapier@gentoo.org>
1021
1022 * .gitignore: New file.
1023
e552509b
ILT
10242010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1025 Tobias Burnus <burnus@net-b.de>
1026
1027 PR fortran/32049
1028 * Makefile.def: Add libquadmath; build it with language=fortran.
1029 * configure.ac: Add libquadmath.
1030 * Makefile.tpl: Handle multiple libs in check-[+language+].
1031 * Makefile.in: Regenerate.
1032 * configure: Regenerate.
1033
10342010-11-15 Andreas Schwab <schwab@redhat.com>
1035
1036 * configure.ac: Fix spelling in option names.
1037 * configure: Regenerated.
1038
10392010-11-13 Georg-Johann Lay <georgjohann@web.de>
1040
1041 PR bootstrap/39622
1042 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1043 * configure: Regenerated.
1044
10452010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1046
1047 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1048 define the cloog backend to use. Furthermore, only pass the ppllibs to
1049 the configure checks, if necessary.
1050 * configure: Regenerate.
1051
10522010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1053
1054 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1055 * configure: regenerate
1056
10572010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1058
1059 * config/cloog.m4: Fix typo. verison -> version.
1060 * configure: Regenerate.
1061
10622010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1063
1064 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1065 * configure: Regenerate.
1066
10672010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1068
1069 * configure.ac: Support official CLooG.org versions.
1070 * configure: Regenerate.
1071 * config/cloog.m4: New.
1072
aa291e2d
ME
10732010-11-05 Michael Eager <eager@eagercon.com>
1074
1075 * COPYING.LIBGLOSS: Correct typo in microblaze.
1076 * COPYING.NEWLIB: Same.
1077
e552509b
ILT
10782010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1079
1080 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1081 * configure: Regenerate.
1082
74cea91b
DK
10832010-11-03 Ian Lance Taylor <iant@google.com>
1084 Dave Korn <dave.korn.cygwin@gmail.com>
1085
1086 PR lto/46273
1087 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1088 and on other supported platforms whenever LTO is enabled.
1089 * configure: Rebuild.
1090
6d0cd39e
AM
10912010-11-02 Alan Modra <amodra@gmail.com>
1092
1093 PR binutils/12110
1094 * configure.ac: Error when source path contains spaces.
1095 * configure: Regenerate.
1096
18a8530e
ILT
10972010-10-20 Ian Lance Taylor <iant@google.com>
1098
1099 * Makefile.def (target_modules): Set lib_path to src/.libs for
1100 libstdc++-v3 module.
1101 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1102 * Makefile.in: Rebuild.
1103
6ed3211e
JJ
11042010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1105 Joseph Myers <joseph@codesourcery.com>
1106
1107 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1108 notices.
1109 * COPYING.NEWLIB: Add Texas Instruments notice.
1110
a8eb3f0a
DK
11112010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1112
1113 * configure.ac (build_lto_plugin): New shell variable.
1114 (--enable-lto): Turn on by default for all non-ELF platforms that
1115 have had LTO support added so far. Set build_lto_plugin appropriately
1116 for both ELF and non-ELF.
1117 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1118 * configure: Regenerate.
1119
4074d5f2
RW
11202010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1121
1122 PR bootstrap/45326
1123 PR bootstrap/45174
1124 * configure.ac: Honor initial values of $build_configargs,
1125 $host_configargs, $target_configargs. Mark the precious, so
1126 environment settings get recorded.
1127 * configure: Regenerate.
1128
29821356
RW
11292010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1130
1131 Sync from GCC:
1132
1133 2010-09-30 Michael Eager <eager@eagercon.com>
1134
1135 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1136 * configure: Regenerate.
1137
1138 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1139
1140 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1141 targets and amend comment.
1142 * configure: Regenerate.
1143
1144 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1145
1146 * configure.ac: Enable LTO by default on Darwin.
1147 * configure: Regenerate.
1148
1149 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1150
1151 PR bootstrap/44455
1152 * configure.ac (extra_mpfr_configure_flags): Copy from
1153 extra_mpc_gmp_configure_flags.
1154 * configure: Re-generated.
1155
57eefe4d
RW
11562010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1157
1158 Sync from GCC:
1159
1160 PR bootstrap/45796
1161 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1162 Depend on all-build-libiberty.
1163 * Makefile.in: Regenerate.
1164
11652010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
1166
1167 Sync from GCC:
1168
1169 PR bootstrap/44621
1170 * configure.ac: Fix unportable shell quoting.
1171 * configure: Regenerate.
1172
48bb73dd
RW
11732010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1174
1175 * configure.ac: Support all v850 targets.
1176 * configure: Regenerate.
1177
1d14850f
PB
11782010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1179
1180 PR target/44862
1181 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1182 Provide -B option to allow for link spec %s substitutions for
1183 libstdc++.a on darwin.
1184 * Makefile.in: Regenerate.
1185
7530c480
AO
11862010-06-10 Alexandre Oliva <aoliva@redhat.com>
1187
1188 * Makefile.def (configure-gcc): Depend on all-libelf.
1189 * Makefile.in: Rebuild.
1190
285d560d
RW
11912010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1192
1193 * config.sub, config.guess: Update from upstream sources.
1194
a009f2e7
RW
11952010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1196
1197 Sync from GCC:
1198
1199 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1200 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1201 * configure: Regenerated.
1202
1203 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1204 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1205 * configure: Regenerate.
1206
1207 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1208 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1209 * configure: Regenerate.
1210
1211 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1212 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1213 separately.
1214 * configure: Regenerate.
1215
1216 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1217 * configure: Regenerate after change to elf.m4.
1218
1219 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1220 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1221 * configure: Regenerated.
1222
1223 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1224 * configure.ac: Print "buggy but acceptable" when CLooG
1225 revision is less than 9.
1226 * configure: Regenerated.
1227
e49e5c92
DK
12282010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1229
1230 Merge from gcc:
1231
1232 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1233 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1234 * configure: Regenerate.
1235
1236 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1237 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1238 a platform that supports LTO.
1239 * configure: Regenerate.
1240
1241 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1242 PR lto/42776
1243 * configure.ac (--enable-lto): Refactor handling so libelf tests
1244 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1245 and allow LTO to be explicitly enabled on non-ELF platforms that
1246 are known to support it inside else-clause.
1247 * configure: Regenerate.
1248
e6de499b
NC
12492010-04-27 Roland McGrath <roland@redhat.com>
1250 H.J. Lu <hongjiu.lu@intel.com>
1251
1252 * configure.ac (--enable-gold): Support both, both/gold and
1253 both/bfd to add gold to configdirs without removing ld.
1254 * configure: Regenerated.
1255
1256 * Makefile.def: Add install-gold dependency to install-ld.
1257 * Makefile.in: Regenerated.
1258
d594eacc
TG
12592010-04-14 Tristan Gingold <gingold@adacore.com>
1260
1261 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1262 * configure: Regenerate.
1263
938d2b74
RW
12642010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1265
1266 Merge from gcc:
1267 PR bootstrap/43615
1268 PR bootstrap/43328
1269 Revert:
1270 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1271 * configure.ac: Do not pass --enable-multilib nor
1272 --disable-multilib in baseargs. Accept explicitly passed
1273 --enable_multilib.
1274 * configure: Regenerate.
1275
a9ef41a7
RW
12762010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1277
1278 PR bootstrap/43328
1279 * configure.ac: Do not pass --enable-multilib nor
1280 --disable-multilib in baseargs. Accept explicitly passed
1281 --enable_multilib.
1282 * configure: Regenerate.
1283
619a3713
JM
12842010-03-23 Joseph Myers <joseph@codesourcery.com>
1285
1286 * configure.ac (tic6x-*-*): New case.
1287 * configure: Regenerate.
1288
92f4e989
JM
12892010-03-23 Joseph Myers <joseph@codesourcery.com>
1290
1291 Merge from gcc:
1292 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1293 PR ada/42554
1294 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1295 * configure: Regenerate.
1296
c35a0556
JM
12972010-03-23 Joseph Myers <joseph@codesourcery.com>
1298
1299 * config.sub: Update to version 2010-03-22.
1300 * config.guess: Update to version 2009-12-30.
1301
18fa8f9c
JM
13022010-03-14 Joseph Myers <joseph@codesourcery.com>
1303
1304 Merge from gcc:
1305 2010-01-11 Richard Guenther <rguenther@suse.de>
1306 PR lto/41569
1307 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1308 * Makefile.in: Regenerated.
1309
ba98da75
RO
13102010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1311
1312 PR libstdc++/32499
1313 * configure.ac (RANLIB): Default to true.
1314 (STRIP): Likewise.
1315 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1316 * configure: Regenerate.
1317
3994761f
NC
13182010-02-17 Nick Clifton <nickc@redhat.com>
1319
1320 PR 11238
1321 * Makefile.tpl (local-distclean): Also remove config.cache files in
1322 sub-directories as there may not be Makefiles present in the
1323 sub-directories.
792cdb50
NC
1324 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1325 the config.cache files found by the find command.
1326
3994761f
NC
1327 * Makefile.in: Regenerate.
1328 * configure.ac: Revert previous delta.
1329 * configure: Regenerate.
1330
01a82011
NC
13312010-02-15 Nick Clifton <nickc@redhat.com>
1332
1333 PR 11238
1334 * configure.ac: Delete config.cache files in sub-directories when
1335 deleting Makefiles.
1336 * configure: Regenerate.
1337
143754cd
NC
13382010-02-15 Nick Clifton <nickc@redhat.com>
1339
1340 * configure.ac: Sync from gcc.
1341 * configure: Regenerate.
1342
a6b5846e
KG
13432010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1344
1345 Sync from gcc:
1346 * configure.ac: Add "recommended" version checks for GMP/MPC.
1347 Update recommended GMP/MPFR/MPC versions.
1348 * configure: Regenerate.
1349
2aa2364a
JR
13502010-01-25 Joern Rennecke <amylaar@spamcop.net>
1351
1352 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1353 * configure.ac (bootstrap_target_libs): Make inclusion of
1354 target-libgomp conditional on libgomb being in target_configdirs.
1355 * configure: Regenerate.
1356
d35e937f
JR
13572010-01-23 Joern Rennecke <amylaar@spamcop.net>
1358
1359 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1360 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1361 * configure: Regenerate.
1362
911e63d0
JR
13632010-01-22 Joern Rennecke <amylaar@spamcop.net>
1364
1365 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1366 * configure.ac (target_configdirs): Substitute.
1367 * Makefile.def: Bootstrap target module libgomp.
1368 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1369 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1370 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1371 * configure, Makefile.in: Regenerate.
1372
3725885a
RW
13732009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1374
1375 * libtool.m4: Sync from git Libtool.
1376 * ltmain.sh: Likewise.
1377 * ltoptions.m4: Likewise.
1378 * ltversion.m4: Likewise.
1379 * lt~obsolete.m4: Likewise.
1380
d5f2ee2e 13812010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 1382 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
1383
1384 PR bootstrap/42424
1385 * configure.ac: Include libtool m4 files.
9eb322aa 1386 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
1387 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1388 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 1389
d5f2ee2e
KG
1390 * configure: Regenerate.
1391
f2b2dd91
RW
13922010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1393
1394 PR bootstrap/41818
1395 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1396 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1397 * Makefile.in: Regenerate.
1398
06ca7962
BE
13992009-12-18 Ben Elliston <bje@au.ibm.com>
1400
1401 * config.sub, config.guess: Update from upstream sources.
1402
30a16d7b
JJ
14032009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1404
1405 * COPYING.NEWLIB: Update copyright date.
1406 * COPYING.LIBGLOSS: Ditto.
1407
d9b76ff9
KG
14082009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1409
1410 PR middle-end/30447
1411 PR middle-end/30789
1412 PR other/40302
1413
1414 * configure.ac: Require MPC.
1415 * configure: Regenerate.
1416
1417 * configure.ac: Update minimum MPC version to 0.8.
1418 * configure: Regenerate.
1419
e12dec02
PB
14202009-11-20 Paolo Bonzini <bonzini@gnu.org>
1421
1422 * config.guess: Sync with upstream and gcc.
1423 * config.sub: Sync with upstream and gcc.
1424
606a9ca0
AO
14252009-11-16 Alexandre Oliva <aoliva@redhat.com>
1426
1427 * Makefile.def: Restore host and target settings for gmp.
1428 * Makefile.in: Rebuild.
1429
1f53ca9a
AO
14302009-11-16 Alexandre Oliva <aoliva@redhat.com>
1431
1432 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1433 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1434 Fix portability of test of C++ as bootstrap language. Add
1435 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1436 * configure: Rebuild.
1437 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1438 and cloog. Fix in-tree ppl configuration. Introduce libelf
1439 in-tree building.
1440 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1441 (POSTSTAGE1_HOST_EXPORTS): Use it.
1442 (STAGE[+id+]_CXXFLAGS): New.
1443 (BASE_FLAGS_TO_PASS): Pass it down.
1444 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1445 extra_exports.
1446 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1447 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1448 extra_exports.
1449 * Makefile.in: Rebuild.
1450
14512009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1452
1453 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1454 paths for *-w64-mingw* and x86_64-*mingw*.
1455 * configure: Regenerated.
1456
14572009-10-30 Kai Tietz <kai.tietz@onevision.com>
1458
1459 * configure.ac: Disable target-winsup & co for
1460 x86_64-*-mingw* and *-w64-mingw* targets.
1461 * configure: Regenerated.
1462
14632009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1464
1465 * configure.ac (CLooG test): Use = with test.
1466 * configure: Regenerate.
1467
14682009-10-22 Richard Guenther <rguenther@suse.de>
1469
1470 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1471 cloog if the ppl version check failed. Move flags saving
1472 before setting in libelf check.
1473 * configure: Regenerate.
1474
14752009-10-21 Richard Guenther <rguenther@suse.de>
1476
1477 * configure.ac: Adjust the ppl and cloog configure to work as
1478 documented. Disable cloog if ppl was disabled. Omit the version
1479 checks if they were disabled.
1480 * configure: Re-generate.
1481
6811fb56
RW
14822009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1483
1484 * configure.ac: Add 'lto' to enable_languages, not
1485 new_enable_languages, and only if not already present.
1486 * configure: Regenerate.
1487
700d40ca
ILT
14882009-10-06 Ian Lance Taylor <iant@google.com>
1489
1490 * Makefile.def: check-gold depends upon all-gas.
1491 * Makefile.in: Rebuild.
1492
14932009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1494
1495 * Makefile.def: all-lto-plugin depends on all-libiberty.
1496 set bootstrap=true for lto-plugin.
1497 Add lto-plugin.
1498 * Makefile.in: Regenerate.
1499 * configure.ac (host_libs): Add lto-plugin.
1500 * configure: Regenerate.
1501
15022009-10-03 Diego Novillo <dnovillo@google.com>
1503
1504 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1505 (HOST_LIBELFLIBS): Define.
1506 (HOST_LIBELFINC): Define.
1507 * Makefile.in: Regenerate.
1508 * configure.ac: Add --enable-lto.
1509 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1510 If --enable-lto is used, add 'lto' to new_enable_languages.
1511 If --enable-lto is used and gold is enabled, add
1512 lto-plugin to configdirs.
1513 * configure: Regenerate.
1514
15152009-10-03 Simon Baldwin <simonb@google.com>
1516
1517 * configure.ac: If --with-system-zlib, suppress local zlib and
1518 pass --with-system-zlib to subdir configure scripts.
1519 * configure: Regenerate.
1520
15212009-10-01 Loren J. Rittle <ljrittle@acm.org>
1522 Paolo Bonzini <bonzini@gnu.org>
1523
1524 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1525 $(srcdir).
1526 * Makefile.in: Rebuilt.
1527
c8cb1b3e
PB
15282009-09-29 Paolo Bonzini <bonzini@gnu.org>
1529
1530 Sync from gcc:
1531 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1532
1533 * configure.ac: Update minimum MPC version to 0.7.
1534 * configure: Regenerate.
1535
30167e0a
NC
15362009-09-25 Nick Clifton <nickc@redhat.com>
1537
1538 * configure.ac: Pass any --cache-file=/dev/null option on to
1539 subconfigures.
1540 * configure: Regenerate.
1541
707a0b5c
NC
15422009-09-23 Nick Clifton <nickc@redhat.com>
1543
1544 * config.sub, config.guess: Update from upstream sources.
1545
700d40ca
ILT
15462009-09-22 Loren J. Rittle <ljrittle@acm.org>
1547
1548 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1549 * Makefile.in: Rebuilt.
1550
2fd0b40b
RW
15512009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1552
1553 PR bootstrap/32272
1554 * configure.ac: Error out if $srcdir isn't '.' but contains
1555 host-${host_noncanonical}.
1556 * configure: Regenerate.
1557
4385ad3c
RW
15582009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1559
16b1ad29
RW
1560 * configure.ac: If bootstrapping a combined tree with
1561 --enable-gold, require c++ in stage1_languages.
1562 * configure: Regenerate.
1563
f8dc745f
RW
1564 * configure.ac: Also add target_libs of stage1_languages to
1565 bootstrap_target_libs.
1566 * configure: Regenerate.
1567
4385ad3c
RW
1568 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1569 with --enable-languages not containing c++.
1570 * configure: Regenerate.
1571
df51e4e1
JZ
15722009-09-16 Jie Zhang <jie.zhang@analog.com>
1573
1574 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1575 * configure: Regenerate.
1576
06a51eac
RW
15772009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1578
1579 * configure.ac: Do not use $extrasub for replacing @if/@endif
1580 parts in Makefile; instead, use additional arguments to
1581 AC_CONFIG_COMMANDS to do the replacement manually, with several
1582 sed invocations, to avoid HP-UX sed command limits.
1583 * configure: Regenerate.
1584
96655cc4
AO
15852009-09-04 Alexandre Oliva <aoliva@redhat.com>
1586
1587 * configure.ac (with-build-config): Document. Handle without.
1588 Handle missing argument.
1589 * configure: Rebuilt.
1590
15912009-09-03 Alexandre Oliva <aoliva@redhat.com>
1592
1593 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1594 Default to bootstrap-debug only if compare-debug works.
1595 * configure: Rebuilt.
1596 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1597 * Makefile.in: Rebuilt.
1598
15992009-09-01 Alexandre Oliva <aoliva@redhat.com>
1600
1601 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1602 * Makefile.in: Rebuilt.
1603
8e957354
PB
16042009-09-02 Paolo Bonzini <bonzini@gnu.org>
1605
1606 * Makefile.tpl (AWK): Fix typo.
1607 * Makefile.in: Regenerate.
1608
16092009-09-02 Paolo Bonzini <bonzini@gnu.org>
1610
1611 * configure.ac: Detect awk and sed.
1612 * Makefile.def (flags_to_pass): Add AWK and SED.
1613 * Makefile.tpl (AWK, SED): New.
1614 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1615 * configure: Regenerate.
1616 * Makefile.in: Regenerate.
1617
fb792462
TG
16182009-09-01 Tristan Gingold <gingold@adacore.com>
1619
1620 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1621 Remove logical names.
1622
a69e7d0a
DK
16232009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1624
1625 * ltmain.sh (func_normal_abspath): New function.
1626 (func_relative_path): Likewise.
1627 (func_mode_help): Document new -bindir option for link mode.
1628 (func_mode_link): Add new -bindir option, and use it to place
1629 output DLL if specified.
1630
d444d2ba
RW
16312009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1632
1633 * configure.ac (AC_PREREQ): Bump to 2.64.
1634
13b7343a
RW
16352009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1636
af542c2e
RW
1637 * README-maintainer-mode: Point directly to upstream locations
1638 for autoconf, automake, libtool, gettext, instead of copies on
1639 sources.redhat.com. Document required versions.
1640 * configure.ac: Do not substitute datarootdir, htmldir,
1641 pdfdir, docdir. Do not process --with-datarootdir,
1642 --with-htmldir, --with-pdfdir, --with-docdir.
1643 * configure: Regenerate.
1644
81ecdfbb
RW
1645 * configure: Regenerate.
1646
13b7343a
RW
1647 * compile: Sync from Automake 1.11.
1648 * depcomp: Likewise.
1649 * install-sh: Likewise.
1650 * missing: Likewise.
1651 * mkinstalldirs: Likewise.
1652 * ylwrap: Likewise.
1653
c1102ce7
RW
16542009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1655
34a0f3cf
RW
1656 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1657 (baseargs): Add --disable-option-checking.
1658 * configure: Regenerate.
1659
c1102ce7
RW
1660 * Makefile.def (configure-target-libiberty): Depend on
1661 all-binutils and all-ld.
1662 (configure-target-newlib): Likewise.
1663 * Makefile.in: Regenerate.
1664
e8a5fa9c
RW
16652009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1666
1667 Sync with GCC, merge:
1668
1669 2009-07-31 Christian Bruel <christian.bruel@st.com>
1670
1671 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1672 * configure: Regenerate.
1673
1674 2009-07-06 Ian Lance Taylor <iant@google.com>
1675
1676 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1677 * configure: Rebuild.
1678
1679 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1680
1681 PR bootstrap/40338
1682 * configure.ac (comparestring): Create new variable.
1683 * Makefile.tpl (comparestring): Use to skip some comparisions.
1684 * configure: Regenerate.
1685 * Makefile.in: Regenerate.
1686
1687 2009-06-23 Ian Lance Taylor <iant@google.com>
1688
1689 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1690 boot_languages. Only bootstrap target libraries listed in
1691 target_libs for some boot language. Add --with-stage1-ldflags,
1692 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1693 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1694 if not building with C++.
1695 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1696 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1697 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1698 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1699 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1700 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1701 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1702 * configure, Makefile.in: Rebuild.
1703
1704 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1705
1706 * configure.ac: Detect MPC in default directory.
1707 * configure: Regenerate.
1708
1709 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1710
1711 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1712 to noconfdirs.
1713 * configure: Regenerate.
1714
1715 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1716
1717 * Makefile.def: Add MPC support and dependencies.
1718 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1719
1720 * Makefile.in, configure: Regenerate.
1721
1722 2009-05-24 Nicolas Roche <roche@adacore.com>
1723
1724 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1725 * Makefile.in: Regenerate.
1726
1727 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1728
1729 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1730 * configure: Regenerate.
1731
1732 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1733
1734 * configure.ac ($with_ppl): Default to no if not supplied.
1735 ($with_cloog): Likewise.
1736 configure: Regenerate.
1737
1738 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1739
1740 PR bootstrap/39739
1741 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1742 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1743
1744 * configure, Makefile.in: Regenerate.
1745
1746 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1747
1748 * configure.ac: Change copyright header to refer to version
1749 3 of the GNU General Public License and to point readers at the
1750 COPYING3 file and the FSF's license web page.
1751 * Makefile.def: Likewise.
1752 * Makefile.tpl: Likewise.
1753 * Makefile.in: Regenerate.
1754
1755 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1756
1757 * configure.ac: Restore match for darwin9 or later. Use double
1758 brackets since regeneration eats one pair.
1759 * configure: Regenerate.
1760
bf110216
CF
17612009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1762
1763 * MAINTAINERS: Perform some obvious fixups.
1764
2262bbf4
BE
17652009-08-17 Ben Elliston <bje@au.ibm.com>
1766
1767 * config.sub, config.guess: Update from upstream sources.
1768
25a07265
NC
17692009-08-06 Michael Eager <eager@eagercon.com>
1770
1771 * configure.ac: Add Microblaze target.
1772 * configure: Regenerate.
1773
85bd1942
TG
17742009-07-02 Tristan Gingold <gingold@adacore.com>
1775
1776 * configure.ac: Do not exclude gas for i386-*-darwin.
1777 Add a case for x86_64-*-darwin.
1778 * configure: Regenerate.
1779
f9806fa5
DE
17802009-06-26 Doug Evans <dje@sebabeach.org>
1781
1782 * Makefile.def (host_modules): Add cgen.
1783 * Makefile.in: Regenerate.
1784 * configure.ac (host_tools): Add cgen.
1785 * configure: Regenerate.
1786
6bfb4e30
JJ
17872009-06-17 Michael Eager <eager@eagercon.com>
1788
1789 * COPYING.LIBGLOSS: Add Xilinx license.
1790
8bcf2718
NC
17912009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1792
1793 * configure.ac: Define is_elf for QNX Neutrino targets.
1794 * configure: Regenerate.
1795
04ec0acb
RW
17962009-06-03 Jerome Guitton <guitton@adacore.com>
1797 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1798
9eb322aa
MF
1799 * Makefile.tpl (all): Avoid a trailing backslash.
1800 * Makefile.in: Regenerate.
04ec0acb 1801
7ee5dbeb
BE
18022009-06-03 Ben Elliston <bje@au.ibm.com>
1803
1804 * config.sub, config.guess: Update from upstream sources.
1805
fda13ee8
AO
18062009-06-02 Alexandre Oliva <aoliva@redhat.com>
1807
1808 * Makefile.tpl ([+compare-target+]): Compare all stage
1809 directories, rather than just gcc.
1810 * Makefile.in: Rebuilt.
1811
4a657b0d
DK
18122009-05-28 Doug Kwan <dougkwan@google.com>
1813
1814 * configure.ac: Support gold for target arm*-*-*.
1815 * configure: Regenerate.
1816
07fc31c9
AO
18172009-05-27 Alexandre Oliva <aoliva@redhat.com>
1818
1819 * Makefile.tpl (all): Avoid harmless warning in make all when
1820 gcc-bootstrap is enabled but stage_last does not exist.
1821 * Makefile.in: Rebuilt.
1822
8a7a39ab
TG
18232009-05-25 Tristan Gingold <gingold@adacore.com>
1824
1825 * setup.com: Complete the file with configuration and build.
1826
b5233201
AO
18272009-05-18 Alexandre Oliva <aoliva@redhat.com>
1828
1829 PR other/40159
1830 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1831 gcc-no-bootstrap are mutually exclusive.
1832 * Makefile.in: Rebuilt.
1833
7b6175f9
AO
18342009-05-18 Alexandre Oliva <aoliva@redhat.com>
1835
1836 PR other/40159
1837 * Makefile.tpl (all): Don't end with unconditional success.
1838 * Makefile.in: Rebuilt.
1839
1b05fbbd
AO
18402009-05-12 Alexandre Oliva <aoliva@redhat.com>
1841
1842 PR target/37137
1843 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1844 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1845 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1846 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1847 stage_configureflags, stage_cflags and stage_libcflags into
1848 explicit Makefile macros.
1849 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1850 GFORTRAN.
1851 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1852 CC. Set CC_FOR_BUILD from CC.
1853 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1854 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1855 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1856 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1857 and GFORTRAN.
1858 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1859 (_LIBCFLAGS): Renamed to _TFLAGS.
1860 (do-compare-debug, do-compare3-debug): Drop.
1861 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1862 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1863 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1864 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1865 (XGCC_FLAGS_FOR_TARGET): New.
1866 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1867 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1868 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1869 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1870 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
1871 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
1872 TFLAGS.
1873 (BUILD_CONFIG): Include if requested.
1874 (all): Set TFLAGS on bootstrap.
1875 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1876 (all-stageid-prefixmodule): Likewise.
1877 (do-clean, distclean-stageid): Set TFLAGS.
1878 (restrap): Fix whitespace.
1879 * Makefile.in: Rebuilt.
1880
dc17c78c
EB
18812009-04-25 Eric Botcazou <ebotcazou@adacore.com>
1882
1883 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1884 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1885 * Makefile.in: Regenerate.
1886
14324cd7
EZ
18872009-04-24 Eli Zaretskii <eliz@gnu.org>
1888
1889 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1890 consistency with config.sub. (Update from upstream sources.)
1891
f8d5f06c
JM
18922009-04-21 Joseph Myers <joseph@codesourcery.com>
1893
1894 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1895
0000e2bf
BE
18962009-04-17 Ben Elliston <bje@au.ibm.com>
1897
1898 * config.sub, config.guess: Update from upstream sources.
1899
20135e4c
NC
19002009-04-15 Anthony Green <green@moxielogic.com>
1901
34adf976 1902 * configure.ac: Add moxie support.
20135e4c
NC
1903 * configure: Rebuilt.
1904
ef699244
L
19052009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1906
1907 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1908 * configure: Regenerate.
1909
10ad8ef3
L
19102009-04-09 H.J. Lu <hongjiu.lu@intel.com>
1911
1912 PR gas/10039
1913 * configure.ac: Require texinfo 4.7.
1914 * configure: Regenerated.
1915
c50523ce
L
19162009-04-09 Steve Ellcey <sje@cup.hp.com>
1917
1918 * Makefil.def (languages): New entries.
1919 * Makefile.tpl (check-gcc-*): New generic target.
1920 * Makefile.in: Regenerate.
1921
47afba5f
EZ
19222009-03-27 Eli Zaretskii <eliz@gnu.org>
1923
1924 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1925 Windows builds of Sed.
1926
dc448a7b
TT
19272009-03-18 Tom Tromey <tromey@redhat.com>
1928
1929 * configure: Rebuild.
1930 * configure.ac (host_libs): Add libiconv.
1931 * Makefile.in: Rebuild.
1932 * Makefile.def (host_modules): Add libiconv.
1933 (configure-gdb, all-gdb): Depend on libiconv.
1934
24741ab2
JB
19352009-03-16 Tristan Gingold <gingold@adacore.com>
1936
1937 * configure.ac: Treat gdb as supported on x86_64-darwin.
1938 * configure: Regenerate.
1939
29383458
JM
19402009-03-16 Joseph Myers <joseph@codesourcery.com>
1941
1942 Merge from GCC:
1943
1944 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1945
1946 * configure.ac (--with-host-libstdcxx): New option.
1947 * configure: Regenerate.
1948
1949 2009-01-29 Robert Millan <rmh@aybabtu.com>
1950
1951 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1952 * configure: Regenerate.
1953
1954 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
1955
1956 PR tree-optimization/38515
1957 * configure.ac (cloog-polylib): Removed.
1958 (with_ppl, with_cloog): Test for "no".
1959 * configure: Regenerated.
1960
58e24671
RW
19612009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1962
1963 Backport from git Libtool:
1964
1965 2009-01-19 Robert Millan <rmh@aybabtu.com>
1966 Support GNU/kOpenSolaris.
1967 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1968 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1969 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1970 GNU/kOpenSolaris.
1971
314b2e66
AS
19722009-02-05 Andreas Schwab <schwab@suse.de>
1973
1974 * Makefile.tpl (stage_last): Define $r and $s before using
1975 $(RECURSE_FLAGS_TO_PASS).
1976 * Makefile.in: Regenerate
1977
8b700390
JJ
19782009-01-21 Jeff Johnston <jjohnstn@redhat.com>
1979
1980 * COPYING.NEWLIB: Add ARM license.
1981
66775d67
AM
19822009-01-16 Alan Modra <amodra@bigpond.net.au>
1983
1984 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 1985 (all-opcodes): Depend on all-libiberty.
66775d67
AM
1986 * Makefile.in: Regenerate.
1987
19e99079
NC
19882009-01-15 Douglas B Rupp <rupp@gnat.com>
1989
1990 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1991 * configure: Regenerate.
1992
22e8c8e0
RW
19932008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1994
1995 Backport link test fix from upstream Libtool:
1996
1997 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1998 Add cache variables to tests that require the linker to work.
1999 For shlibpath_overrides_runpath, this also changes the semantics
2000 to let the result from the C compiler take precedence.
2001 compiler take precedence.
2002
7d6d7764
BE
20032008-12-02 Ben Elliston <bje@au.ibm.com>
2004
2005 * config.sub, config.guess: Update from upstream sources.
2006
ea8af06e
JJ
20072008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2008
2009 * COPYING.NEWLIB: Updated.
2010 * COPYING.LIBGLOSS: Ditto.
2011
af0771d3
PB
20122008-12-16 Paolo Bonzini <bonzini@gnu.org>
2013
2014 Sync with GCC:
2015
2016 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2017
2018 * configure.ac (ppllibs): Add by default the lib flags.
2019 * configure: Regenerate.
2020
2021 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2022
314b2e66
AS
2023 * configure.ac: Add double brackets on darwin[912].
2024 * configure: Regenerate.
af0771d3
PB
2025
2026 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2027
314b2e66
AS
2028 * configure.ac: Expand to darwin10 and later.
2029 * configure: Regenerate.
af0771d3 2030
f7c83eac
AS
20312008-12-02 Andreas Schwab <schwab@suse.de>
2032
2033 * Makefile.def: configure-target-boehm-gc depends on
2034 all-target-libstdc++-v3.
2035 * Makefile.in: Regenerate.
2036
bc67ad83
BE
20372008-12-02 Ben Elliston <bje@au.ibm.com>
2038
2039 * config.sub, config.guess: Update from upstream sources.
2040
e28c595f
JM
20412008-11-27 Joseph Myers <joseph@codesourcery.com>
2042
2043 Merge from GCC:
2044
2045 2007-12-02 Matthias Klose <doko@ubuntu.com>
2046
2047 * config-ml.in: Remove 64bit configure tests.
2048
2049 2008-05-14 Rafael Espindola <espindola@google.com>
2050
2051 * config-ml.in: don't handle --enable-shared and --enable-static.
2052
2053 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2054 Tobias Grosser <grosser@fim.uni-passau.de>
2055 Jan Sjodin <jan.sjodin@amd.com>
2056 Harsha Jagasia <harsha.jagasia@amd.com>
2057 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2058 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2059 Adrien Eliche <aeliche@isty.uvsq.fr>
2060
2061 Merge from graphite branch.
2062 * configure: Regenerate.
2063 * Makefile.in: Regenerate.
2064 * configure.ac (host_libs): Add ppl and cloog.
2065 Add checks for PPL and CLooG.
2066 * Makefile.def (ppl, cloog): Added modules and dependences.
2067 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2068 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2069
2070 2008-09-03 Richard Guenther <rguenther@suse.de>
2071
2072 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2073 cloog test.
2074 * configure: Re-generate.
2075
2076 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2077
2078 * configure.ac (--with-cloog-polylib): New.
2079 (--disable-cloog-version-check): New.
2080 (--disable-ppl-version-check): New.
2081 * configure: Re-generate.
2082
2083 2008-09-05 Richard Guenther <rguenther@suse.de>
2084
2085 * configure.ac: Initialize clooglibs to -lcloog.
2086 * configure: Re-generate.
2087
2088 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2089
2090 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2091 recommended version to 2.3.2.
2092
2093 * configure: Regenerate.
2094
2095 2008-10-31 Ben Elliston <bje@au.ibm.com>
2096
2097 * configure.ac (spu-*-*): Remove special case.
2098 * configure: Regenerate.
2099
2100 Complete comment text from GCC version of:
2101
2102 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2103
2104 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2105 (GCC_SHLIB_SUBDIR): New.
2106 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2107 * configure: Regenerate.
2108 * Makefile.in: Regenerate.
2109
652dec25
TG
21102008-11-27 Tristan Gingold <gingold@adacore.com>
2111
2112 * configure.ac: Build gdb for i?86-*-darwin*
2113 * configure: Regenerated.
2114
7582fb4a
DJ
21152008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2116
2117 PR bootstrap/38014
2118 PR bootstrap/37923
2119
2120 Revert:
2121
2122 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2123
2124 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2125 * Makefile.in: Regenerated.
2126
2127 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2128
2129 PR gdb/921
2130 PR gdb/1646
2131 PR gdb/2175
2132 PR gdb/2176
2133
2134 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2135 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2136 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2137 (HOST_EXPORTS): Pass CPPFLAGS.
2138 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2139 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2140 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2141 * Makefile.in, configure: Regenerated.
2142 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2143 and CPPFLAGS_FOR_BUILD.
2144
faee1be2
UW
21452008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2146
2147 * configure.ac [spu-*-*]: Do not set skipdirs.
2148 * configure: Re-generate.
2149
b7c2dce4
DJ
21502008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2151
2152 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2153 * Makefile.in: Regenerated.
2154
bb52de30
DJ
21552008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2156
2157 PR gdb/921
2158 PR gdb/1646
2159 PR gdb/2175
2160 PR gdb/2176
2161
2162 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2163 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2164 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2165 (HOST_EXPORTS): Pass CPPFLAGS.
2166 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2167 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2168 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2169 * Makefile.in, configure: Regenerated.
2170 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2171 and CPPFLAGS_FOR_BUILD.
2172
b25062ae
SE
21732008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2174
2175 * libtool.m4: Update to libtool 2.2.6.
2176 * lt~obsolete.m4: Update to libtool 2.2.6.
2177 * ltmain.sh: Update to libtool 2.2.6.
2178 * ltsugar.m4: Update to libtool 2.2.6.
2179 * ltversion.m4: Update to libtool 2.2.6.
2180 * ltoptions.m4: Update to libtool 2.2.6.
2181 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2182
3bbd2f8f
AL
21832008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2184
2185 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2186 (GCC_SHLIB_SUBDIR): New.
2187 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2188 * configure: Regenerate.
2189 * Makefile.in: Regenerate.
2190
b29d32ce
TG
21912008-08-28 Tristan Gingold <gingold@adacore.com>
2192
2193 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2194 Enable bfd, binutils and opcodes.
2195 * configure: Regenerate.
2196
c325a203
DD
21972008-08-16 Nicolas Roche <roche@adacore.com>
2198
2199 * Makefile.tpl: Add BOOT_ADAFLAGS.
2200 * Makefile.in: Regenerate.
2201
e7c8859c
RS
22022008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2203
2204 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2205 * configure: Regenerate.
2206
da888c87
PB
22072008-07-30 Paolo Bonzini <bonzini@gnu.org>
2208
2209 Sync with gcc:
2210 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2211
f7c83eac
AS
2212 * configure.ac: Add makefile fragments for hpux.
2213 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2214 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2215 * configure: Regenerate.
2216 * Makefile.in: Regenerate.
da888c87
PB
2217
2218 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2219
f7c83eac
AS
2220 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2221 * Makefile.in: Regenerate.
2222 * configure: Regenerate.
da888c87 2223
944982cf
ILT
22242008-06-18 Ian Lance Taylor <iant@google.com>
2225
662c6704
ILT
2226 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2227
944982cf
ILT
2228 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2229
7a283e07
RW
22302008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2231
2232 * configure: Regenerate.
2233
5b553f7e
RW
22342008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2235
2236 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2237 "$@" is still intact with both Autoconf 2.59 and 2.62.
2238 * configure: Regenerate.
2239
675492f0
RW
22402008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2241
2242 * Makefile.tpl: Fix comment errors.
2243 * Makefile.in: Regenerate.
2244
b018a5d1
JB
22452008-06-13 Julian Brown <julian@codesourcery.com>
2246
2247 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2248 of libobjc for ARM EABI Linux.
2249 * configure: Regenerate.
2250
310213e8
DE
22512008-06-12 David S. Miller <davem@davemloft.net>
2252 David Edelsohn <edelsohn@gnu.org>
2253
2254 * configure.ac: Add powerpc*-*-* to gold supported targets.
2255 * configure: Regenerate.
2256
6641ce42
JM
22572008-06-08 Joseph Myers <joseph@codesourcery.com>
2258
2259 PR tree-optimization/36218
2260 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2261 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2262 (all prefix="build-"): Pass them to build-system sub-makes.
2263 * Makefile.in: Regenerate.
2264
03c2f9e6
DJ
22652008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2266
2267 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2268 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2269 mkdep, and compile. Update comments.
2270 (ETC_SUPPORT): Add ChangeLog and update comments.
2271
4538db8b
ILT
22722008-05-11 Ian Lance Taylor <iant@google.com>
2273
2274 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2275
266df637
PB
22762008-04-18 Paolo Bonzini <bonzini@gnu.org>
2277
2278 Sync with gcc:
2279 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2280
2281 PR bootstrap/35457
2282 * configure.ac: Include override.m4.
2283 * configure: Regenerate.
2284
2285 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2286
f7c83eac
AS
2287 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2288 * Makefile.in: Regenerate.
266df637
PB
2289
2290 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2291
f7c83eac
AS
2292 * configure.ac: Do not build libssp for the AVR.
2293 * configure: Regenerate.
266df637 2294
a86a761e
NC
22952008-04-18 Nick Clifton <nickc@redhat.com>
2296
2297 * MAINTAINERS: Replace reference to configure.in with reference to
2298 configure.ac.
2299
52310858
NC
23002008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2301
f7c83eac 2302 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 2303 as nonconfigurable directories list.
f7c83eac 2304 * configure: Regenerate.
52310858 2305
f5314dd5
DM
23062008-04-14 David S. Miller <davem@davemloft.net>
2307
2308 * configure.ac: Add sparc*-*-* to gold supported targets.
2309 * configure: Regenerate.
2310
e2208220
BE
23112008-04-14 Ben Elliston <bje@au.ibm.com>
2312
2313 * config.sub, config.guess: Update from upstream sources.
2314
0bb6ea20
HPN
23152008-04-12 Hans-Peter Nilsson <hp@axis.com>
2316
2317 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2318 * Makefile.in: Regenerate.
2319
e5164e97
ILT
23202008-04-07 Ian Lance Taylor <iant@google.com>
2321
2322 * Makefile.def: check-gold depends upon all-binutils.
2323 * Makefile.in: Regenerate.
2324
e33b51a6
NC
23252008-04-04 Nick Clifton <nickc@redhat.com>
2326
2327 PR binutils/4334
2328 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2329 builds.
2330 * configure: Regenerate.
2331
fc5df3ab
NC
23322008-04-04 NightStrike <NightStrike@gmail.com>
2333
2334 PR other/35151
f7c83eac
AS
2335 * configure.ac: Combine rules for mingw32 and mingw64.
2336 * configure: Regenerate.
fc5df3ab 2337
c779bab8
PB
23382008-03-27 Paolo Bonzini <bonzini@gnu.org>
2339
2340 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2341 * Makefile.in: Regenerate.
2342
93f9b408
ILT
23432008-03-20 Ian Lance Taylor <iant@google.com>
2344
2345 * configure.ac: Add support for --enable-gold.
2346 * Makefile.def: Add gold as a directory like ld.
2347 * configure, Makefile.in: Regenerate.
2348
5746fb46
AK
23492008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2350
2351 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2352 (s390_cond_extensions): Reduced extensions to the compare related.
2353 (main): z10 cpu type option added.
2354 (expandConditionalJump): Renamed to ...
2355 (insertExpandedMnemonic): ... this.
2356
2357 * opcodes/s390-opc.c: Re-group the operand format makros.
2358 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2359 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2360 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2361 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2362 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2363 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2364 INSTR_SIL_RDU): New instruction formats added.
2365 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2366 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2367 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2368 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2369 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2370 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2371 masks added.
2372 (s390_opformats): New formats added "ris", "rrs", "sil".
2373 * opcodes/s390-opc.txt: Add the conditional jumps with the
2374 extensions removed from automatic expansion in s390-mkopc.c manually.
2375 (asi - trtre): Add new System z10 EC instructions.
2376 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2377
58c85be7
RW
23782008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2379
2380 * configure.ac: m4_include config/proginstall.m4.
2381 * configure: Regenerate.
2382
78124051
RW
23832008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2384
2385 Backport from upstream Libtool:
f7c83eac 2386
78124051 2387 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 2388
78124051
RW
2389 Deal with Autoconf 2.62's semantic change in m4_append.
2390 * ltsugar.m4 (lt_append): Replace broken versions of
2391 m4_append.
2392 (lt_if_append_uniq): Don't require separator to be overquoted,
2393 and avoid broken m4_append.
2394 (lt_dict_add): Fix typo.
2395 * libtool.m4 (_LT_DECL): Don't overquote separator.
2396
018f1bea
DE
23972008-03-13 David Edelsohn <edelsohn@gnu.org>
2398
2399 * config.rpath: Add AIX 6 support.
2400
5c5f596d
PB
24012008-03-13 Paolo Bonzini <bonzini@gnu.org>
2402
2403 * Makefile.def (stageprofile). Remove -fprofile-generate
2404 from stage_libcflags.
2405 * Makefile.in: Regenerate.
2406
a1f93a5e
BE
24072008-03-13 Ben Elliston <bje@au.ibm.com>
2408
2409 * config.sub, config.guess: Update from upstream sources.
2410
98c3d905
AK
24112008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2412
2413 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2414 * s390-opc.txt (cmpsc): Duplicate entry removed.
2415 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2416 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2417 fier, cu42, cu41): Fix operand format.
2418
7f6ef0c0
PB
24192008-02-20 Paolo Bonzini <bonzini@gnu.org>
2420
f7c83eac
AS
2421 PR bootstrap/32009
2422 PR bootstrap/32161
2423
2424 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2425 * configure: Regenerate.
2426
2427 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2428 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2429 STAGE4_LIBCFLAGS): New.
2430 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2431 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2432 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2433 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2434 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2435 for target modules. Don't export LIBCFLAGS.
2436 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2437 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2438 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2439 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2440 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2441 * Makefile.in: Regenerate.
7f6ef0c0 2442
eaf19029
PB
24432008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2444
2445 PR libgcj/33085
2446 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2447 Do not use -DDLL_EXPORT. Backport from upstream.
2448
680c43e9
NC
24492008-02-14 Nick Clifton <nickc@redhat.com>
2450
2451 Import this patch from gcc:
2452 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2453
2454 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2455
c72b1d96
HPN
24562008-02-02 Hans-Peter Nilsson <hp@axis.com>
2457
2458 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2459 * configure: Regenerate.
2460
8b66833e
BW
24612008-01-31 Marc Gauthier <marc@tensilica.com>
2462
2463 * configure.ac (xtensa*-*-*): Recognize processor variants.
2464 * configure: Regenerate.
2465
9cc8ae67
PB
24662008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2467
f7c83eac
AS
2468 PR bootstrap/34922
2469 * configure.ac (PARSE_ARGS): Push suitable setting of
2470 ac_subdirs_all, for `./configure --help=recursive'.
2471 Handle `+' in generic toplevel directory disabling.
2472 * configure: Regenerate.
9cc8ae67 2473
19090595
BE
24742008-01-23 Ben Elliston <bje@au.ibm.com>
2475
2476 * config.sub, config.guess: Update from upstream sources.
2477
9f1e7fd3
BE
24782008-01-08 Ben Elliston <bje@au.ibm.com>
2479
2480 * config.sub, config.guess: Update from upstream sources.
2481
2f959d61
JJ
24822007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2483
2484 * COPYING.LIBGLOSS: Update default copyright.
2485
aa054b85
JJ
24862007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2487
2488 * COPYING.NEWLIB: Update default copyright.
2489
57c53b2b
RS
24902007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2491
2492 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2493 Change recommended MPFR from 2.2.1 > 2.3.0.
2494 * configure: Regenerate.
2495
fee14b60
RS
24962007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2497
2498 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2499 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2500 * Makefile.in: Regenerate.
2501
c9b68031
DD
25022007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2503
2504 * configure.ac: Enable libjava for x86_64-*-darwin9.
2505 * configure: Regenerate.
2506
ad25e7d5
BE
25072007-12-05 Ben Elliston <bje@au.ibm.com>
2508
2509 * config.sub, config.guess: Update from upstream sources.
2510
6ac84f65
PB
25112007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2512
f7c83eac
AS
2513 * config-ml.in: Robustify against white space in absolute file
2514 names.
6ac84f65 2515
f7c83eac
AS
2516 * config-ml.in (multi-clean): Substitute ${Makefile}.
2517 Remove superfluous ${Makefile} in list.
6ac84f65 2518
7b3200f9
DJ
25192007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2520
2521 * Makefile.def (dependencies): Make configure-gdb depend on
2522 all-intl.
2523 * Makefile.in: Regenerated.
2524
2c133ff9
JJ
25252007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2526
2527 * Makefile.def: To avoid problems running with parallel makes,
2528 build newlib before libgloss so that target specific header
2529 files are availble.
2530 * Makefile.in: Regenerate.
2531
5074315a
DJ
25322007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2533
2534 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2535 * Makefile.in: Regenerate.
2536
f5bc1778
DJ
25372007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2538
2539 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2540 * libdecnumber: New directory, imported from GCC.
2541
c66487f8
NC
25422007-10-08 Mike Frysinger <vapier@gentoo.org>
2543
2544 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2545 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2546 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2547 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2548 * configure: Regenerate.
2549
b5714970
PB
25502007-10-01 Paolo Bonzini <bonzini@gnu.org>
2551
2552 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2553 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2554 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2555 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2556 * configure.ac: Default them to host tools for $host = $build.
2557 Subst them.
2558
2559 * configure: Regenerate.
2560 * Makefile.in: Regenerate.
2561
f3b1e08e
RS
25622007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2563
2564 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2565 * configure: Regenerate.
2566
cff87f51
DD
25672007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2568
2569 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2570 libstdc++.
2571 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2572 * configure: Regenerate.
2573 * Makefile.in: Regenerate.
f7c83eac 2574
625a61cd
AS
25752007-09-17 Andreas Schwab <schwab@suse.de>
2576
2577 * configure.ac: Raise minimum makeinfo version to 4.6.
2578 * configure: Regenerate.
2579
83a3a68b
AM
25802007-09-15 Alan Modra <amodra@bigpond.net.au>
2581
2582 * configure.ac: Correct makeinfo version check.
2583 * configure: Regenerate.
2584
5bd8be13
RS
25852007-09-14 Richard Sandiford <richard@codesourcery.com>
2586
2587 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2588 to $skipdirs and only disable gprof for newlib. Use the normal
2589 mips*-elf* handling in other respects.
2590 * configure: Regnerate.
2591
5566c1fa
DD
25922007-09-12 David Daney <ddaney@avtrex.com>
2593
2594 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2595 enabling libgcj.
2596 * configure: Regenerate.
2597
25982007-09-12 Richard Guenther <rguenther@suse.de>
2599
2600 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2601 nor --disable-checking is provided also turn on yes and types
2602 checking for stage1.
2603 * configure: Re-generate.
2604
a18e2996 26052007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
2606
2607 PR target/33281
2608 * configure.ac: Use config/mh-mingw on mingw.
2609 * configure: Regenerate.
84e7906e 2610
691bb5a1
DD
26112007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2612
2613 PR other/32154
2614 * configure.ac: For libgloss targets, point the linker to the linker
2615 script, startup code and simulator library.
2616 * configure: Regenerate.
2617
6d18b86b
AH
26182007-09-09 Andrew Haley <aph@redhat.com>
2619
2620 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 2621 target-libjava.
6d18b86b 2622
f00a3165 26232007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 2624
f00a3165 2625 * config.sub, config.guess: Update from upstream sources.
971aaaa5 2626
2abc4e65
BE
26272007-08-21 Richard Guenther <rguenther@suse.de>
2628
2629 * configure.ac: Add types checking to stage1 checking flags.
2630 * configure: Regenerate.
2631
8a6ee3ab 26322007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 2633 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
2634
2635 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2636 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2637 * Makefile.in: Regenerate.
2638 * configure.ac (--with-debug-prefix-map): New.
2639 * configure: Regenerate.
2640
429acdec
RS
26412007-08-17 Richard Sandiford <richard@codesourcery.com>
2642 Nigel Stephens <nigel@mips.com>
2643
429acdec
RS
2644 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2645 as target_makefile_frag.
2646 * configure: Regenerate.
2647
8520c408
AO
26482007-08-16 Alexandre Oliva <aoliva@redhat.com>
2649
2650 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2651 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2652 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2653 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2654 (do-compare, do-compare3, do-compare-debug): New.
2655 ([+compare-target+]): Use them.
2656
26572007-08-16 Alexandre Oliva <aoliva@redhat.com>
2658
2659 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2660 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2661 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2662 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2663 (do-compare, do-compare3, do-compare-debug): New.
2664 ([+compare-target+]): Use them.
2665
2444379b
BE
26662007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2667 Ben Elliston <bje@au.ibm.com>
2668
2669 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2670 --silent if $silent.
2671 * configure: Regenerate.
2672
d6f99447
DJ
26732007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2674
2675 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2676
bd0aa315
NC
26772007-07-17 Nick Clifton <nickc@redhat.com>
2678
2679 * COPYING3: New file. Contains version 3 of the GNU General
2680 Public License.
2681 * COPYING3.LIB: New file. Contains version 3 of the GNU
2682 Lesser General Public License.
2683
0ebe98fb
BS
26842007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
2685
2686 * configure.ac: Fix my previous change to really match GCC.
2687 * configure: Regenerate.
2688
521ec477
DD
26892007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2690
2691 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2692 * configure: Regenerate.
2693
26942007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2695
2696 * configure.ac: Add some missing m4 quotation.
2697 * configure: Regenerate.
2698
0c24b341
NC
26992007-07-09 Kai Tietz <kai.tietz@onevision.com>
2700
f7c83eac
AS
2701 * Makefile.def: Add windmc tool to build.
2702 * Makefile.tpl: Likewise.
2703 * configure.ac: Likewise.
2704 * Makefile.in: Regenerate.
2705 * configure: Regenerate.
0c24b341 2706
a09314d0
L
27072007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2708
2709 * lt~obsolete.m4: New. Import from 20070318 libtool.
2710
7c3e1d12
BS
27112007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
2712
2713 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2714 uclinux and linux-uclibc targets.
2715 * configure: Regenerate.
2716
a5b3b4dd
DD
27172007-06-28 DJ Delorie <dj@redhat.com>
2718
2719 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2720 not building newlib.
2721 * configure: Regenerated.
f7c83eac 2722
184d813c
DJ
27232007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2724
2725 * src-release (DEVO_SUPPORT): Correct typos.
2726
31d99776
DJ
27272007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2728
2729 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2730 * Makefile.in: Regenerated.
2731
e00a73e3
PB
27322007-06-14 Paolo Bonzini <bonzini@gnu.org>
2733
f7c83eac
AS
2734 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2735 (distclean-stage[+id+]): Possibly delete stage_last.
2736 * Makefile.in: Regenerate.
e00a73e3 2737
98a1bbc5
BE
27382007-06-07 Ben Elliston <bje@au.ibm.com>
2739
2740 * config.sub, config.guess: Update from upstream sources.
2741
973601e1
BE
27422007-06-07 Ben Elliston <bje@au.ibm.com>
2743
2744 * Makefile.tpl: Fix spelling error.
2745 * Makefile.in: Regenerate.
2746
2038f525
PB
27472007-06-04 Paolo Bonzini <bonzini@gnu.org>
2748
2749 Sync with gcc:
2750 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2751
f7c83eac
AS
2752 PR bootstrap/29382
2753 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2754 * configure: Rebuilt.
2038f525 2755
f7c5c4b5
PB
27562007-06-01 Steve Ellcey <sje@cup.hp.com>
2757
12a64d4f
L
2758 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2759 lt_cv_sys_max_cmd_len.
f7c5c4b5 2760
7ad9660b
PB
27612007-05-31 Paolo Bonzini <bonzini@gnu.org>
2762
2763 * ltgcc.m4: Update from GCC.
2764
0e7ef45c
EC
27652007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2766
12a64d4f 2767 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 2768
37ad9514
SE
27692007-05-24 Steve Ellcey <sje@cup.hp.com>
2770
2771 * ltmain.sh: Update from GCC.
2772 * libtool.m4: Update from GCC.
2773 * ltsugar.m4: New. Update from GCC.
2774 * ltversion.m4: New. Update from GCC.
2775 * ltoptions.m4: New. Update from GCC.
2776 * ltconfig: Remove.
2777 * ltcf-c.sh: Remove.
2778 * ltcf-cxx.sh: Remove.
2779 * ltcf-gcj.sh: Remove.
2780 * src-release: Update with new libtool file list.
2781
8ee82aff
PB
27822007-05-16 Paolo Bonzini <bonzini@gnu.org>
2783
2784 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2785 stage_cflags.
2786 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2787 Remove CFLAGS/LIBCFLAGS.
2788 (configure-stage[+id+]-[+prefix+][+module+],
2789 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2790 * Makefile.in: Regenerate.
2791
149cb58d
SE
27922007-04-14 Steve Ellcey <sje@cup.hp.com>
2793
2794 * config-ml.in: Update from GCC.
2795
91506736
DJ
27962007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2797
2798 * src-release (do-proto-toplev): Process the support directories before
2799 the tool directory.
2800
ffa8bd48
RS
28012007-03-21 Richard Sandiford <richard@codesourcery.com>
2802
2803 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2804 of glob. Quote arguments with single quotes too.
2805 * configure: Regenerate.
2806
a4fd3374
DD
28072007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2808
2809 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2810 * Makefile.in: Regenerate
2811
b8025f34
AS
28122007-03-07 Andreas Schwab <schwab@suse.de>
2813
2814 * configure: Regenerate.
2815
a3ca38d2
DD
28162007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2817
2818 * configure.ac: Add "--with-pdfdir" configure option,
2819 which defines pdfdir variable.
2820 * Makefile.def (target=fixincludes): Add install-pdf to
2821 missing targets.
2822 (recursive_targets): Add install-pdf target.
2823 (flags_to_pass): Add pdfdir.
2824 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2825 target.
2826 * configure: Regenerate
2827 * Makefile.in: Regenerate
2828
28292007-02-28 Eric Christopher <echristo@apple.com>
2830
2831 Revert:
2832 2006-12-07 Mike Stump <mrs@apple.com>
2833
2834 * Makefile.def (dependencies): Add dependency for
2835 install-target-libssp and install-target-libgomp on
2836 install-gcc.
2837 * Makefile.in: Regenerate.
2838
28392007-02-27 Matt Kraai <kraai@ftbfs.org>
2840
2841 * configure: Regenerate.
2842 * configure.ac: Move statements after variable declarations.
2843
a4708fba
JM
28442007-02-19 Joseph Myers <joseph@codesourcery.com>
2845
2846 * configure.ac: Adjust for loop syntax.
2847 * configure: Regenerate.
2848
9a819804
AO
28492007-02-18 Alexandre Oliva <aoliva@redhat.com>
2850
2851 * configure: Rebuilt.
2852
81ec575a
AO
28532007-02-18 Alexandre Oliva <aoliva@redhat.com>
2854
2855 * configure.ac: Drop multiple occurrences of --enable-languages,
2856 and fix its quoting.
2857 * configure: Rebuilt.
2858
92f01d61 28592007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
2860 Nathan Sidwell <nathan@codesourcery.com>
2861 Vladimir Prus <vladimir@codesourcery.com
2862 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
2863
2864 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2865 * configure: Regenerate.
2866
b1299c4e
DJ
28672007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2868
2869 * configure.ac (target_libraries): Move libgcc before libiberty.
2870 * configure: Regenerated.
2871
18f6b6ee
PB
28722007-02-13 Paolo Bonzini <bonzini@gnu.org>
2873
2874 * configure: Regenerate again?
2875
9c4e9f27
PB
28762007-02-13 Paolo Bonzini <bonzini@gnu.org>
2877
2878 * configure: Reapply PR30748 fix which was lost in the previous commit.
2879
24ff9987
DJ
28802007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2881 Paolo Bonzini <bonzini@gnu.org>
2882
2883 PR bootstrap/30753
2884 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2885 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2886 * configure: Regenerated.
2887
7df2cd5d
PB
28882007-02-10 Paolo Bonzini <bonzini@gnu.org>
2889
2890 * configure: Regenerate.
2891
b0aaa663
DJ
28922007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2893
2894 PR bootstrap/30748
2895 * configure.ac: Correct syntax for Solaris ksh.
2896 * configure: Regenerated.
2897
a0323144
PB
28982007-02-09 Paolo Bonzini <bonzini@gnu.org>
2899
2900 * Makefile.def: Sync with GCC.
2901 * Makefile.tpl: Sync with GCC.
2902 * Makefile.in: Regenerate.
2903 * configure: Regenerate.
2904
c6b750e1
DJ
29052007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2906
2907 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2908 noncanonical equivalents.
2909 * configure.in: Rename to...
2910 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2911 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2912 target_noncanonical. Use them. Rewrite removal of configure
2913 arguments for autoconf 2.59. Discard variable settings. Force
2914 program_transform_name for native tools.
2915
2916 * Makefile.in: Regenerated.
2917 * configure: Regenerated with autoconf 2.59.
2918
2919 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2920
f3cd89f4
JJ
29212007-02-08 Jeff Johnston <jjohnstn@redhat.com>
2922
2923 * COPYING.LIBGLOSS: Reformat default Red Hat
2924 license to fit within 80 columns.
2925 * COPYING.NEWLIB: Ditto.
2926
4e206d7e
DB
29272007-02-05 Dave Brolley <brolley@redhat.com>
2928
2929 * Contribute the following changes:
2930 2006-11-28 DJ Delorie <dj@redhat.com>
2931
2932 * configure.in: Fix typo for mep's target_makefile_frag.
2933 * configure: Regenerated.
2934
2935 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
2936
2937 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2938 * configure: Regenerate.
2939
2940 2001-09-19 DJ Delorie <dj@redhat.com>
2941
2942 * configure.in (target_makefile_frag): use mt-mep
2943
2944 2001-06-12 Don Howard <dhoward@redhat.com>
2945
2946 * configure.in: Remove gdb from MeP skip list.
2947
2948 2001-04-05 DJ Delorie <dj@redhat.com>
2949
2950 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2951
2952 2001-03-20 Ben Elliston <bje@redhat.com>
2953
2954 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2955
2956 2001-03-19 Ben Elliston <bje@redhat.com>
2957
2958 * config.sub (mep, mep-*): Add.
2959
b2edfdd2
AS
29602007-01-31 Andreas Schwab <schwab@suse.de>
2961
2962 * Makefile.tpl (LDFLAGS): Substitute it.
2963 * Makefile.in: Regenerate.
2964
ceb92e78
PB
29652007-01-11 Paolo Bonzini <bonzini@gnu.org>
2966
2967 * configure.in: Change == to = in test command.
f7c83eac 2968 * configure: Regenerate.
ceb92e78 2969
4b900473 29702007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
2971 Nick Clifton <nickc@redhat.com>
2972 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2973
2974 * configure.in (build_configargs, host_configargs, target_configargs):
2975 Remove build/host/target parameters.
2976 (host_libs): Add gmp and mpfr.
2977 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2978 * Makefile.def (gmp, mpfr): New.
2979 (gcc): Remove target.
2980 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2981 target_os, target_vendor): New.
2982 (configure): Add host_alias/target_alias arguments. Adjust invocations.
2983 * configure: Regenerate.
2984 * Makefile.in: Regenerate.
4b900473
PB
2985
29862007-01-11 Matt Fago <fago@earthlink.net>
2987
2988 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 2989 to improve robustness of configure tests.
4b900473
PB
2990 * configure: Regenerate.
2991
80f6dcbc
NC
29922007-01-08 Kai Tietz <kai.tietz@onevision.com>
2993
2994 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 2995 * configure: Regenerate.
80f6dcbc 2996
f86e35b8
NC
29972007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2998
2999 * Makefile.tpl (all-target): Correct @if conditional for target
3000 modules.
3001 * configure.in: Omit libiberty if building only target libgcc.
3002 * configure, Makefile.in: Regenerated.
3003
79fcd0ec
PB
30042007-01-04 Paolo Bonzini <bonzini@gnu.org>
3005
3006 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3007 * configure: Regenerate.
3008
6aa8ef82
DJ
30092007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3010
3011 * Makefile.def (target_modules): Add libgcc.
3012 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3013 * Makefile.tpl (clean-target-libgcc): Delete.
3014 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3015 on gcc even for bootstrapped modules. Rewrite handling of
3016 lang_env_dependencies to loop over target_modules.
3017 * configure.in (target_libraries): Add target-libgcc.
3018 * Makefile.in, configure: Regenerated.
3019
9b134994
PB
30202006-12-29 Paolo Bonzini <bonzini@gnu.org>
3021
3022 Sync with gcc:
3023 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3024
f7c83eac
AS
3025 * configure.in: Reorganize recognition of languages. Add
3026 --enable-stage1-languages. Show supported languages for the chosen
3027 target rather than all recognized languages.
3028 * configure: Regenerate.
9b134994
PB
3029
3030 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3031
f7c83eac
AS
3032 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3033 * Makefile.in: Regenerate.
9b134994
PB
3034
3035 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3036
f7c83eac
AS
3037 * configure.in: Warn that MPFR 2.2.0 is buggy.
3038 * configure: Regenerate.
9b134994 3039
8cf39b1b
ILT
30402006-12-27 Ian Lance Taylor <iant@google.com>
3041
3042 * configure.in: When removing Makefiles to force a reconfigure, also
3043 remove prev-DIR*/Makefile.
3044 * configure: Regenerate.
3045
ebff6cd5
KH
30462006-12-23 Kazu Hirata <kazu@codesourcery.com>
3047
3048 * config.bfd: Recognize fido.
3049
8a0d8a5c
PB
30502006-12-19 Paolo Bonzini <bonzini@gnu.org>
3051
3052 Sync with gcc:
3053
3054 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3055
3056 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3057 it only affects bootstrap and could be tested on "$host" as well.
3058 * configure: Regenerate.
3059 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3060
3061 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3062
3063 PR bootstrap/29544
3064 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3065 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3066 move here comment from Makefile.tpl.
3067 * Makefile.tpl: Move some definitions higher in the file.
3068 (STAGE1_CHECKING): New.
3069 * configure.in: Add --enable-stage1-checking.
3070 * configure: Regenerate.
3071 * Makefile.in: Regenerate.
3072
3073 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3074
3075 * configure.in: Update error message for missing GMP/MPFR.
3076
3077 * configure: Regenerate.
3078
3079 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3080
3081 * configure.in: Update MPFR version in error message.
3082
3083 * configure: Regenerate.
3084
3085 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3086
3087 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3088 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3089 --with-gmp-lib): New flags.
3090
3091 * configure: Regenerate.
3092
790c0838
AM
30932006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3094
3095 PR bootstrap/30134
3096 * configure.in: Correct x86 darwin support for libjava to powerpc
3097 and i?86 only.
3098 * configure: Regenerate.
3099
77d7106f
AM
31002006-12-11 Alan Modra <amodra@bigpond.net.au>
3101
3102 * configure.in: Handle spu makefile frag.
77d7106f
AM
3103 * Makefile.tpl (MAINT): Define
3104 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3105 * configure: Regenerate.
3106 * Makefile.in: Regenerate.
3107
0cfa5389
BE
31082006-12-11 Ben Elliston <bje@au.ibm.com>
3109
3110 * config.sub, config.guess: Update from upstream sources.
3111
2839fe5d
BE
31122006-12-11 Ben Elliston <bje@au.ibm.com>
3113
3114 * configure.in: Sync with GCC (spu-*-*).
3115 * configure: Sync with GCC.
3116
b897f5d4
MS
31172006-12-07 Mike Stump <mrs@apple.com>
3118
3119 * Makefile.def (dependencies): Add dependency for
3120 install-target-libssp and install-target-libgomp on
3121 install-gcc.
3122 * Makefile.in: Regenerate.
3123
9daf3993
PB
31242006-11-16 Paolo Bonzini <bonzini@gnu.org>
3125
3126 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3127 (unstage): Test for stage_last presence.
3128
3129 PR bootstrap/29802
3130 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3131 * Makefile.in: Regenerate.
3132
9dbaa842
DD
31332006-11-14 DJ Delorie <dj@redhat.com>
3134
3135 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3136 * Makefile.in: Sync with GCC.
3137 * configure.in: Sync with GCC (mpfr, gmp).
3138 * configure: Sync with GCC.
3139
b0cbce8d
JJ
31402006-11-08 Jie Zhang <jie.zhang@analog.com>
3141
3142 * configure.in: Remove target-libgloss from noconfigdirs for
3143 bfin-*-*.
3144 * configure: Regenerated.
3145
44330a94
JJ
31462006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3147
3148 * COPYING.NEWLIB: Add spu license.
7de05dd5 3149 * COPYING.LIBGLOSS: Ditto.
44330a94 3150
56a8fe78
DD
31512006-10-17 Brooks Moses <bmoses@stanford.edu>
3152
3153 * Makefile.def: Added pdf target handling.
3154 * Makefile.tpl: Added pdf target handling.
3155 * Makefile.in: Regenerated.
3156
fbb00ad0
JJ
31572006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3158
3159 * COPYING.NEWLIB: Updated.
3160 * COPYING.LIBGLOSS: Ditto.
3161
6b89cc21
DB
31622006-09-27 Dave Brolley <brolley@redhat.com>
3163
3164 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3165 $s instead of $r.
3166 * configure: Regenerated.
3167
17bcf627
BE
31682006-09-26 Ben Elliston <bje@au.ibm.com>
3169
3170 * config.sub, config.guess: Update from upstream sources.
3171
f3529cf1
TS
31722006-09-20 Thiemo Seufer <ths@mips.com>
3173
3174 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3175 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3176 * configure: Regenerate.
3177
45055374
CV
31782006-08-30 Corinna Vinschen <corinna@vinschen.de>
3179
3180 * configure.in: Never build newlib for a Mingw host.
3181 Never build newlib as Mingw target library.
3182 Test the existence of winsup/cygwin for building a Cygwin newlib,
3183 rather than just winsup.
3184 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3185 building a Mingw target.
3186 * configure: Regenerate.
3187
4be041b2 31882006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3189 Nigel Stephens <nigel@mips.com>
3190 David Ung <davidu@mips.com>
4be041b2
TS
3191
3192 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3193
1d89b610
PB
31942006-07-25 Paolo Bonzini <bonzini@gnu.org>
3195
3196 Sync from GCC:
3197 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3198
f7c83eac
AS
3199 PR bootstrap/18058
3200 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3201 if the bootstrap compiler is a GCC version that supports it.
3202 * configure: Regenerate.
1d89b610 3203
66a79c16
DJ
32042006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3205
3206 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3207 * configure: Regenerated.
3208
c1cb7e02
PB
32092006-07-18 Paolo Bonzini <bonzini@gnu.org>
3210
f7c83eac
AS
3211 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3212 for stages after the first.
c1cb7e02 3213
7206a0ee
JJ
32142006-07-17 Jakub Jelinek <jakub@redhat.com>
3215
3216 * Makefile.def: Add dependencies for configure-opcodes
3217 on configure-intl and all-opcodes on all-intl.
3218 * Makefile.in: Regenerated.
3219
6816f995
AO
32202006-07-04 Peter O'Gorman <peter@pogma.com>
3221
3222 * ltconfig: chmod 644 before ranlib during install.
3223
3d3adb43
PB
32242006-07-03 Paolo Bonzini <bonzini@gnu.org>
3225
1f3f1bbf 3226 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3227 * configure: Regenerate.
3228
64ce424c
PB
32292006-07-03 Paolo Bonzini <bonzini@gnu.org>
3230
3231 Sync from gcc:
3232
3233 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3234
3235 PR other/27063
3236 * configure.in: Test subdir_requires and give an appropriate
3237 error message.
3238 * configure: Regenerate.
3239
3240 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3241
3242 PR target/27540
3243 * configure.in: Only enable libgomp on IRIX 6.
3244 * configure: Regenerate.
3245
d42c4017
DA
32462006-06-20 David Ayers <d.ayers@inode.at>
3247
3248 PR bootstrap/28072
3249 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3250 whether target-libjava is being configured instead of whether the
3251 java front end is enabled.
3252 * configure: Regenerate.
0e7ef45c 3253
4962c51a
MS
32542006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3255
3256 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3257 to R_ARM_LDC_SB_G{0,1,2} respectively.
3258
caee866a
PB
32592006-06-15 Paolo Bonzini <bonzini@gnu.org>
3260
3261 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3262 too.
3263 * Makefile.in: Regenerate.
3264
363ef840
DA
32652006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3266
3267 Sync from gcc:
3268
3269 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3270 * configure.in: Don't enable libgomp on hpux10.
3271 * configure: Rebuilt.
3272
54d1c879
DA
32732006-06-13 David Ayers <d.ayers@inode.at>
3274
3275 Sync from gcc:
3276
3277 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3278
54d1c879
DA
3279 PR bootstrap/27963
3280 PR target/19970
0e7ef45c 3281 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3282 ${libgcj} is specified.
3283 * configure: Regenerate.
0e7ef45c 3284
a4d8b690
JJ
32852006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3286
3287 Sync from gcc:
3288
3289 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3290 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3291
3292 PR bootstrap/18033
3293 * config-ml.in: Eval option if surrounded by single quotes.
3294
4f0ef2d8
CD
32952006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3296
3297 Sync from gcc:
0e7ef45c 3298
4f0ef2d8 3299 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 3300
4f0ef2d8
CD
3301 PR libobjc/13946
3302 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3303 * Makefile.in: Regenerate.
3304 * configure.in: Add --enable-objc-gc at toplevel and have it
3305 enable boehm-gc for Objective-C.
3306 Remove target-boehm-gc from libgcj.
3307 Add target-boehm-gc to target_libraries.
3308 Add target-boehm-gc to noconfigdirs where ${libgcj}
3309 is specified.
3310 Assert that boehm-gc is supported when requested for Objective-C.
3311 Only build boehm-gc if needed either for Java or Objective-C.
3312 * configure: Regenerate.
3313
3314 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 3315
4f0ef2d8
CD
3316 PR 27674
3317 * Makefile.tpl (configure-[+prefix+][+module+],
3318 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3319 Remove rule to unstage bootstrapped modules.
3320 (stage_current): New.
3321 * Makefile.in: Regenerate.
3322
3323 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3324 Andreas Tobler <a.tobler@schweiz.ch>
3325
3326 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3327 * configure: Rebuilt.
3328
3329 Revert
3330 2006-01-31 Richard Guenther <rguenther@suse.de>
3331 Paolo Bonzini <bonzini@gnu.org>
3332
3333 * Makefile.def (target_modules): Add libgcc-math target module.
3334 * configure.in (target_libraries): Add libgcc-math target library.
3335 (--enable-libgcc-math): New configure switch.
3336 * Makefile.in: Re-generate.
3337 * configure: Re-generate.
3338
c17b816b
JJ
33392006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3340
3341 * config-ml.in: Alter CCASFLAGS to include special
3342 multilib options the same as is done for CFLAGS.
3343
20e95c23
DJ
33442006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3345
3346 * Makefile.def: Added dependencies from sim and gdb on intl, and
3347 added configure dependencies to everything with an all dependency
3348 on intl.
3349 * gettext.m4: Removed.
3350 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3351 (GDB_SUPPORT_DIRS): Add intl.
3352 * Makefile.in: Regenerated.
3353
4bd8ad80
DJ
33542006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3355
3356 * src-release (DEVO_SUPPORT): Add config.rpath.
3357
c380fdd8
PB
33582006-05-25 Paolo Bonzini <bonzini@gnu.org>
3359
3360 * Makefile.def (bfd, opcodes): Fix lib_path.
3361 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3362 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3363 * Makefile.in: Regenerate.
3364
701628f5
MS
33652006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3366
3367 * configure.in: Enable gprof for cross builds.
3368 * configure: Regenerate.
3369
25aae7f2
DJ
33702006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3371
3372 * src-release (MAKEINFOFLAGS): Define.
3373 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3374
ea3d1626
BE
33752006-05-14 Ben Elliston <bje@au.ibm.com>
3376
3377 * config.sub, config.guess: Update from upstream sources.
3378
49b9e644
BE
33792006-05-12 Ben Elliston <bje@au.ibm.com>
3380
3381 * config.sub, config.guess: Update from upstream sources.
3382
482dd2f6
DJ
33832006-05-04 Steve Ellcey <sje@cup.hp.com>
3384
3385 * blt, iwidgets, mmalloc: Remove directories.
3386
8b01a5c2
DD
33872006-05-01 DJ Delorie <dj@redhat.com>
3388
641a3af4 3389 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
3390 * configure: Regenerate.
3391
a481dbb7
DD
33922006-04-18 DJ Delorie <dj@redhat.com>
3393
3394 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3395 reference libgloss so that libssp can be built in a combined
3396 tree.
3397 * configure: Regenerate.
3398
962c9e74
BE
33992006-04-10 Ben Elliston <bje@au.ibm.com>
3400
3401 * contrib: Remove directory.
3402
108a6f8e
CD
34032006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3404
3405 * Makefile.tpl: Add install-html target.
3406 * Makefile.def: Add install-html target.
3407 * Makefile.in: Regenerate.
3408 * configure.in: Add --with-datarootdir, --with-docdir,
3409 and --with-htmldir options.
3410 * configure: Regenerate.
3411
a4ef73e9
BE
34122006-03-31 Ben Elliston <bje@au.ibm.com>
3413
3414 PR binutils/1860
3415 * configure.in: Require makeinfo 4.4 or higher.
3416 * configure: Regenerate.
3417
b37df25a
PB
34182006-03-14 Paolo Bonzini <bonzini@gnu.org>
3419
3420 * Makefile.in: Regenerate.
3421
a6df5a19
PB
34222006-03-14 Paolo Bonzini <bonzini@gnu.org>
3423
3424 Sync with gcc:
3425 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3426
f7c83eac
AS
3427 * configure.in: Handle --disable-<component> generically.
3428 * configure: Regenerate.
a6df5a19
PB
3429
3430 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 3431
f7c83eac
AS
3432 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3433 (TARGET_CONFIGDIRS): Remove.
3434 * configure.in: Remove AC_SUBST(target_configdirs).
3435 * Makefile.in, configure: Regenerated.
a6df5a19
PB
3436
3437
65419985
L
34382006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3439
3440 PR libgcj/17311
3441 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3442
c52c6897
PB
34432006-02-20 Paolo Bonzini <bonzini@gnu.org>
3444
3445 PR bootstrap/25670
3446
3447 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3448
3449 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3450 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3451 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3452 BUILD_PREFIX, BUILD_PREFIX_1.
3453 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3454
3455 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3456 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3457
3458 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3459 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3460 of `cat stage_current`. Always provide the `r' and `s' variables.
3461 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3462 a single shell execution.
3463 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3464 bootstrapped modules, make the stage1 module if the build was not
3465 started yet, else build the current stage.
3466 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3467 (all-build, all-host, all-target, [+make_target+]-host,
3468 [+make_target+]-target): Do not use \-continued lines.
3469 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3470 (current_stage, restrap, stage_last): New.
3471
3472 * Makefile.in: Regenerate.
3473 * configure: Regenerate.
3474
b3ded179
PB
34752006-02-14 Paolo Bonzini <bonzini@gnu.org>
3476
3477 Sync from gcc:
3478
3479 2006-01-31 Richard Guenther <rguenther@suse.de>
3480 Paolo Bonzini <bonzini@gnu.org>
3481
f7c83eac
AS
3482 * Makefile.def (target_modules): Add libgcc-math target module.
3483 * configure.in (target_libraries): Add libgcc-math target library.
3484 (--enable-libgcc-math): New configure switch.
3485 * Makefile.in: Re-generate.
3486 * configure: Re-generate.
3487 * libgcc-math: New toplevel directory.
b3ded179
PB
3488
3489 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
3490 Jakub Jelinek <jakub@redhat.com>
3491 Diego Novillo <dnovillo@redhat.com>
b3ded179 3492
f7c83eac
AS
3493 * libgomp: New directory.
3494 * Makefile.def: Add target_module libgomp.
3495 * Makefile.in: Regenerate.
3496 * configure.in (target_libraries): Add target-libgomp.
3497 * configure: Regenerate.
b3ded179 3498
3a35eeb3
PB
34992006-02-14 Paolo Bonzini <bonzini@gnu.org>
3500 Andreas Schwab <schwab@suse.de>
0e7ef45c 3501
3a35eeb3
PB
3502 * configure: Regenerate.
3503
2429c060
PB
35042006-01-16 Paolo Bonzini <bonzini@gnu.org>
3505
3506 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3507 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3508 the assembler, linker and binutils.
3509 * configure: Regenerate.
3510
ec49b2b8
NC
35112006-01-16 Nick Clifton <nickc@redhat.com>
3512
49b9e644 3513 * config.sub, config.guess: Sync from config repository.
ec49b2b8 3514
44b2308f
AO
35152006-01-05 Alexandre Oliva <aoliva@redhat.com>
3516
3517 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3518 @ from continuation.
3519 * Makefile.in: Rebuilt.
3520
80911fe1
PB
35212006-01-04 Paolo Bonzini <bonzini@gnu.org>
3522
3523 Sync from gcc:
3524
3525 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3526
f7c83eac 3527 PR bootstrap/24252
80911fe1 3528
f7c83eac
AS
3529 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3530 * Makefile.tpl (OBJDUMP): New.
3531 (EXTRA_HOST_FLAGS): Add it.
3532 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 3533
f7c83eac
AS
3534 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3535 to use symbolic links between directories. Avoid race conditions
3536 or make them harmless.
3537 * configure.in: Do not try to use symbolic links between directories.
80911fe1 3538
f7c83eac
AS
3539 * Makefile.def (LEAN): Pass.
3540 * Makefile.tpl (LEAN): Define.
3541 (stage[+id+]-start): Accept that the previous directory does not
3542 exist, if the bootstrap is lean.
3543 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3544 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3545 configure substitution.
3546 ([+compare-target+]): Likewise.
3547 ([+bootstrap-target+]-lean): New.
3548 * configure.in: Remove lean bootstrap support from here.
80911fe1 3549
f7c83eac
AS
3550 * Makefile.in: Regenerate.
3551 * configure: Regenerate.
80911fe1
PB
3552
3553 2006-01-02 Andreas Schwab <schwab@suse.de>
3554
f7c83eac
AS
3555 * configure.in: When reconfiguring remove Makefile in
3556 all stage directories.
3557 * configure: Regenerate.
80911fe1 3558
b59bea8a
NC
35592005-12-27 Leif Ekblad <leif@rdos.net>
3560
3561 * configure.in: Add support for RDOS target.
3562 * configure: Regenerate.
3563
d7730bac
NC
35642005-12-27 Nick Clifton <nickc@redhat.com>
3565
3566 PR binutils/1990
3567 * libtool.m4: Synchronize with version in GCC sources.
3568
c02dabc3
PB
35692005-12-20 Paolo Bonzini <bonzini@gnu.org>
3570
f7c83eac 3571 Revert Ada-related part of the previous change.
c02dabc3 3572
f7c83eac
AS
3573 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3574 Do not pass.
3575 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3576 * Makefile.in: Regenerate.
3577 * configure.in: Do not include mt-ppc-aix target fragment.
3578 * configure: Regenerate.
c02dabc3 3579
f6d183c0
PB
35802005-12-19 Paolo Bonzini <bonzini@gnu.org>
3581
3582 * configure.in: Select appropriate fragments for PowerPC/AIX.
3583 * configure: Regenerate.
3584
3585 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3586 BOOT_CFLAGS, BOOT_LDFLAGS.
3587 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3588 BOOT_CFLAGS, BOOT_LDFLAGS.
3589 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3590 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3591 (stage): Fail if we cannot complete the work.
3592 * Makefile.in: Regenerate.
3593
f29759fc
JJ
35942005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3595
3596 * COPYING.NEWLIB: Update copyright year for default
3597 copyright.
3598
1f054001
PB
35992005-12-15 Paolo Bonzini <bonzini@gnu.org>
3600
3601 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3602 install-host-nogcc): Don't invoke $(stage) at the end.
3603 * Makefile.in: Regenerate.
3604
0aed8855
PB
36052005-12-14 Paolo Bonzini <bonzini@gnu.org>
3606
3607 * configure.in: Flip the top-level bootstrap switch.
3608 * configure: Regenerate.
3609
3610 Merge from gcc:
3611
3612 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3613
f7c83eac
AS
3614 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3615 $(stage) and $(unstage).
3616 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3617 (all): Remove stray semicolon.
3618 (local-distclean): Don't handle multilib.tmp and multilib.out.
3619 (install.all): Set $s for consistency.
3620 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3621 check_multilibs setting. Always make the install directory.
3622 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3623 Correct @if/@endif.
3624 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3625 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3626 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3627 (multilib.out): Remove.
3628 * Makefile.in: Regenerated.
0aed8855
PB
3629
36302005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3631
3632 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3633 * configure.in: Replace ms1 arch with mt.
3634 * configure: Rebuilt.
3635
36362005-12-05 Paolo Bonzini <bonzini@gnu.org>
3637
3638 Sync with gcc:
3639
4970f871
NS
36402005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3641
3642 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3643 * configure.in: Replace ms1 arch with mt.
3644 * configure: Rebuilt.
3645
be01d343
PB
36462005-12-05 Paolo Bonzini <bonzini@gnu.org>
3647
3648 Sync with gcc:
3649
3650 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3651
f7c83eac
AS
3652 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3653 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3654 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3655 Find in-tree tools if available.
3656 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3657 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3658 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3659 (COMPILER_*_FOR_TARGET): New.
3660 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3661 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3662 (CONFIGURED_*, USUAL_*): Remove.
3663 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3664 STRIP): Use autoconf substitutions.
3665 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3666 COMPILER_NM_FOR_TARGET): New.
3667 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3668
3669 (all): Make all-host and all-target in parallel.
3670 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3671 that $$r and $$s are set before invoking a recursive make.
3672 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3673 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
3674
3675 2005-11-29 Ben Elliston <bje@au.ibm.com>
3676
f7c83eac
AS
3677 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3678 from the gcc build directory.
3679 * Makefile.in: Regenerate.
be01d343
PB
3680
3681 2005-11-29 Ben Elliston <bje@au.ibm.com>
3682
f7c83eac
AS
3683 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3684 depend on all-libdecnumber.
3685 * configure.in (host_libs): Include libdecnumber.
3686 * Makefile.in: Regenerate.
3687 * configure: Likewise.
be01d343
PB
3688
3689 2005-11-21 Kean Johnston <jkj@sco.com>
3690
f7c83eac 3691 * config.sub, config.guess: Sync from upstream sources.
be01d343 3692
907be67c
DJ
36932005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3694
3695 * Makefile.def: Remove gdb dependencies for gdbtk.
3696 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3697 (configure-gdb, install-gdb): New rules.
3698 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3699 * Makefile.in, configure: Regenerated.
3700
e360f423
PB
37012005-10-22 Paolo Bonzini <bonzini@gnu.org>
3702
3703 PR bootstrap/24297
3704 * Makefile.tpl (do-[+make-target+], do-check, install,
3705 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3706 are set before recursing.
3707 * Makefile.in: Regenerate.
3708
45d5eb0a
EB
37092005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3710
3711 PR bootstrap/18939
3712 * Makefile.def (gcc) <target>: Fix thinko.
3713 * Makefile.in: Regenerate.
3714
3cf3372e
BS
37152005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3716
3717 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3718 * configure: Regenerate.
3719
bd70a46f
KH
37202005-10-09 Kazu Hirata <kazu@codesourcery.com>
3721
3722 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3723 target-libffi, target-qthreads, target-libjava, and
3724 targetlibobjc.
3725 * configure: Regenerate.
3726
5ae72758
DJ
37272005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3728
3729 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3730 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3731 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3732 (USUAL_OBJDUMP_FOR_TARGET): New.
3733 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3734 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 3735 * configure, Makefile.in: Regenerated.
5ae72758 3736
cc96343e
PB
37372005-10-05 Paolo Bonzini <bonzini@gnu.org>
3738
3739 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3740 before other host packages.
3741
f70224b5
PB
37422005-10-05 Paolo Bonzini <bonzini@gnu.org>
3743
3744 PR bootstrap/22340
3745
3746 * configure.in (default_target): Remove.
3747 * Makefile.tpl (all): Do not use prerequisites as subroutines
3748 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3749 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3750 use prerequisites as subroutines.
3751 (check-host, check-target): New.
3752 (bootstrap configure & all targets): Do not use stage*-start
3753 if the directory layout is already ok.
3754 (non-bootstrap configure & all targets): Prepend a $(unstage).
3755 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3756 (NOTPARALLEL): Remove.
3757 (unstage, stage variables): New variables.
3758 (unstage, stage targets): Simply expand to those variables.
3759
3760 * configure: Regenerate.
3761 * Makefile.in: Regenerate.
3762
c13c918a
JW
37632005-10-04 James E Wilson <wilson@specifix.com>
3764
3765 * Makefile.def (lang_env_dependencies): Add libmudflap.
3766 * Makefile.in: Regenerate.
3767
376a0e54
CM
37682005-10-03 Catherine Moore <clm@cm00re.com>
3769
3770 * configure.in (bfin-*-*): Support bfin.
3771 * configure: Regenerated.
3772
d320aacb
L
37732005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3774
3775 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3776 * configure: Regenerated.
3777
7e0f7140
GK
37782005-09-28 Geoffrey Keating <geoffk@apple.com>
3779
3780 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3781 (LIPO_FOR_TARGET): New.
3782 (CONFIGURED_LIPO_FOR_TARGET): New.
3783 (USUAL_LIPO_FOR_TARGET): New.
3784 (STRIP_FOR_TARGET): New.
3785 (CONFIGURED_STRIP_FOR_TARGET): New.
3786 (USUAL_STRIP_FOR_TARGET): New.
3787 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3788 STRIP_FOR_TARGET.
3789 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3790 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3791 * Makefile.in: Regenerate.
3792 * configure: Regenerate.
0e7ef45c 3793
096f7d00
DE
37942005-09-19 David Edelsohn <edelsohn@gnu.org>
3795
3796 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3797 (rs6000-*-aix*): Same.
3798 * configure: Regenerate.
3799
38002005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3801
3802 * configure.in: Recognize f95 in the --enable-languages option,
3803 and substitute it for fortran, issuing a warning.
3804 * configure: Regenerate.
3805
2016dfcc
BE
38062005-09-07 Ben Elliston <bje@au.ibm.com>
3807
3808 Import from Autoconf sources:
3809
3810 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3811 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3812 Elliston. Handle weird characters correctly.
3813
6dd2fda9
DD
38142005-08-30 Phil Edwards <phil@codesourcery.com>
3815
3816 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3817 * configure: Regenerated.
3818
e6db70d4
RE
38192005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3820
f7c83eac
AS
3821 * Makefile.def (libssp): Add to lang_env_dependencies.
3822 * Makefile.in: Regenerate.
e6db70d4 3823
e1e3d0f5
CG
38242005-08-17 Christian Groessler <chris@groessler.org>
3825
3826 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3827 * Makefile.in: Regenerate.
3828
05cbd757
PB
38292005-08-12 Paolo Bonzini <bonzini@gnu.org>
3830
3831 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3832 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3833 Look for alternate names of the target cc and c++
3834 * configure: Regenerate.
3835
55db4b87
PB
38362005-08-08 Paolo Bonzini <bonzini@gnu.org>
3837
3838 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3839 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3840 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3841 tools; remove code to manually set them.
3842 (Target tools): Look in the environment for them.
3843 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3844 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3845 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3846 build directory.
3847 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3848 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3849 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3850 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3851 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3852 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3853 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3854 * configure: Regenerate.
3855 * Makefile.in: Regenerate.
3856
414e5532
MM
38572005-07-27 Mark Mitchell <mark@codesourcery.com>
3858
3859 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 3860 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
3861 * Makefile.in: Regenerated.
3862
a19b6204
MM
38632005-07-26 Mark Mitchell <mark@codesourcery.com>
3864
3865 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3866 (CFLAGS_FOR_TARGET): Use it.
3867 (CXXFLAGS_FOR_TARGET): Likewise.
3868 * Makefile.in: Regenerated.
3869 * configure.in (--with-build-sysroot): New option.
3870 * configure: Regenerated.
3871
b73aa406
PB
38722005-07-24 Paolo Bonzini <bonzini@gnu.org>
3873
3874 * Makefile.tpl: Wrap install between unstage and stage
3875 * Makefile.in: Regenerate.
3876
6e4d0bcb
KC
38772005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3878
3879 * all files: Update FSF address.
3880
49f58d10
JB
38812005-07-14 Jim Blandy <jimb@redhat.com>
3882
3883 * configure.in: Add cases for Renesas m32c.
3884 * configure: Regenerated.
0e7ef45c 3885
1d9c9cd7
KC
38862005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3887
3888 * COPYING, compile, config-ml.in, config.guess,
3889 config.sub, install-sh, missing, mkinstalldirs,
3890 symlink-tree, ylwrap: Sync from upstream sources.
3891
1587117a
EC
38922005-07-13 Eric Christopher <echristo@redhat.com>
3893
3894 * configure.in: Add toplevel noconfigdir support for tpf.
3895 * configure: Regenerate.
3896
bb780410
DD
38972005-07-11 Jakub Jelinek <jakub@redhat.com>
3898
3899 * Makefile.def (target_modules): Add libssp.
3900 * configure.in (target_libraries): Add target-libssp.
3901 * configure: Rebuilt.
3902 * Makefile.in: Rebuilt.
3903
064d0a7c
PB
39042005-07-11 Paolo Bonzini <bonzini@gnu.org>
3905
3906 PR ada/22340
3907
3908 * Makefile.def: Sync with gcc.
3909 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3910 * Makefile.in: Regenerate.
3911
b2edd3b5
AS
39122005-07-07 Andreas Schwab <schwab@suse.de>
3913
3914 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3915 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3916 * Makefile.in: Regenerated.
3917
5f128533
KH
39182005-07-07 Kazu Hirata <kazu@codesourcery.com>
3919
3920 * configure.in: Add --enable-libssp and --disable-libssp.
3921 * configure: Regenerate with autoconf-2.13.
3922
4e3fc8e5
GK
39232005-07-06 Geoffrey Keating <geoffk@apple.com>
3924
3925 * configure.in: Don't build sim or rda when targetting darwin.
3926 * configure: Regenerate.
3927
c7357d6a
BE
39282005-07-04 Ben Elliston <bje@gnu.org>
3929
3930 * src-release (do-proto-toplev): Remove dejagnu bits.
3931 (DEJAGNU_SUPPORT_DIRS): Remove.
3932 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3933 (GDBD_SUPPORT_DIRS): Likewise.
3934 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3935 (INSIGHTD_SUPPORT_DIRS): Likewise.
3936 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3937
39382005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
3939
3940 * setup.com (mpw): Remove unused directive.
3941
7d329e61
PB
39422005-06-22 Paolo Bonzini <bonzini@gnu.org>
3943
3944 * Makefile.def (stagefeedback): Come after profile.
3945 Define profiledbootstrap target.
3946 * Makefile.tpl (profiledbootstrap): Remove.
3947 (stageprofile-end): Zap stagefeedback.
3948 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3949 * Makefile.in: Regenerate.
3950
e5fbed21
DD
39512005-06-13 Zack Weinberg <zack@codesourcery.com>
3952
3953 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3954 In 'cpp' stanza, support '#line' as well as '# '.
3955
59f7ec45
HPN
39562005-06-07 Hans-Peter Nilsson <hp@axis.com>
3957
3958 * configure.in (unsupported_languages): New macro.
3959 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3960 non-ported target libraries in noconfigdirs.
3961 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3962 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 3963 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
3964 unsupported_languages.
3965 * configure: Regenerate.
3966
c10e9ba7
DD
39672005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3968
3969 * configure.in: Fix typo in handling of --with-mpfr-dir.
3970 * configure: Regenerate.
3971
20deb2b8
JB
39722005-06-02 Jim Blandy <jimb@redhat.com>
3973
3974 * config.sub: Add cases for the Renesas m32c. (This patch has been
3975 accepted into the master sources.)
3976
cdb9b172 39772005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
3978 Michael Snyder <msnyder@redhat.com>
3979 Stan Cox <scox@redhat.com>
cdb9b172 3980
f7c83eac 3981 * configure.in: Set noconfigdirs for ms1.
cdb9b172 3982
f7c83eac 3983 * configure: Regenerate.
cdb9b172 3984
1dc3053f
PB
39852005-05-25 Paolo Bonzini <bonzini@gnu.org>
3986
3987 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3988 (Dependencies): Consider target modules for bootstrap dependencies.
3989 Make target bootstrap modules depend on each stage's gcc.
3990 * Makefile.in: Regenerate.
3991
c60fe18b
PB
39922005-05-20 Paolo Bonzini <bonzini@gnu.org>
3993
3994 * Makefile.def (configure-gcc): Depend on binutils having been built.
3995 (all-gcc): No need to do it here.
3996 * Makefile.in: Regenerate.
3997
27258dd4
PB
39982005-05-19 Paul Brook <paul@codesourcery.com>
3999
0e7ef45c 4000 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4001 language cannot be built.
4002 * configure: Regenerate.
4003
42ecbf5e
DJ
40042005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4005
4006 * ylwrap: Import from Automake 1.9.5.
4007
ae380b45
MS
40082005-05-04 Mike Stump <mrs@apple.com>
4009
4010 * configure.in: Always pass --target to target configures as
4011 otherwise rebuilds that do --recheck will fail.
811d3af8 4012 * configure: Rebuilt.
ae380b45 4013
d545f33b
PB
40142005-05-04 Paolo Bonzini <bonzini@gnu.org>
4015
4016 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4017 STAGE_HOST_EXPORTS.
4018 (configure, all): Add bootstrap support.
4019 (Host modules, target modules): Pass post-stage1 flags and exports.
4020 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4021 * Makefile.in: Regenerate.
4022
2faa2958
PB
40232005-04-29 Paolo Bonzini <bonzini@gnu.org>
4024
4025 Sync from gcc:
4026
4027 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4028
f7c83eac 4029 * config.sub: Update from master copy.
2faa2958
PB
4030
4031 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4032
f7c83eac
AS
4033 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4034 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4035 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4036 "*-*-elf" and "*-*-linux*".
4037 * configure: Regenerate.
2faa2958 4038
a7254363
PB
40392005-04-06 Paolo Bonzini <bonzini@gnu.org>
4040
f7c83eac 4041 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4042 (TARGET_CONFIGARGS): Include --with-target-subdir.
4043 (configure, all): New macros. Use them throughout.
4044
a8637a7d
PB
40452005-04-05 Paolo Bonzini <bonzini@gnu.org>
4046
4047 * Makefile.tpl: Sync with gcc.
4048 * Makefile.in: Regenerate.
4049
dd387d52
JR
40502005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4051
4052 * config/mh-mingw32: Delete.
4053 * configure.in: Don't use it.
4054 * configure: Regenerate.
4055
e90269c8
PB
40562005-03-31 Paolo Bonzini <bonzini@gnu.org>
4057
4058 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4059 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4060 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4061 (HOST_LIB_PATH): Generate from Makefile.def.
4062 (TARGET_LIB_PATH): Likewise.
4063 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4064 * Makefile.in: Regenerate.
4065 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4066 (RPATH_ENVVAR): Include Darwin case.
4067 * configure: Regenerate.
4068
9a237d9e
PB
40692005-03-25 Paolo Bonzini <bonzini@gnu.org>
4070
4071 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4072 * configure: Regenerate.
4073
479759c8
ZW
40742005-03-21 Zack Weinberg <zack@codesourcery.com>
4075
4076 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4077 gcc_version, and gcc_version_trigger from set of flags to pass.
4078 * Makefile.tpl: Remove definitions of above variables.
4079 (config.status): Remove dependency on $(gcc_version_trigger).
4080 * Makefile.in: Regenerate.
4081 * configure.in: Do not reference config/gcc-version.m4 nor
4082 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4083 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4084 * configure: Regenerate.
4085
4cfaf6d5
DD
40862005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4087 Andrew Pinski <pinskia@physics.uc.edu>
4088
4089 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4090 * Makefile.in: Regenerate.
4091
33a3fb7b
AO
40922005-03-01 Alexandre Oliva <aoliva@redhat.com>
4093
4094 PR libgcj/20160
4095 * ltmain.sh: Avoid creating archives with components that have
4096 duplicate basenames.
4097
2da12f12
PB
40982005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4099
479759c8
ZW
4100 PR bootstrap/20250
4101 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4102 instead of check.
4103 * Makefile.in: Regenerate.
2da12f12 4104
b00612cc
PB
41052005-02-28 Paolo Bonzini <bonzini@gnu.org>
4106
4107 Sync from gcc.
4108
4109 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4110
4111 PR bootstrap/17383
4112 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4113 * Makefile.tpl (HOST_SUBDIR): New substitution.
4114 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4115 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4116 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4117 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4118 (Host modules, Bootstrapped modules): Use it.
4119 (Build modules, Target modules): Do not create symlink trees,
4120 always configure out-of-srcdir.
4121 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4122 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4123 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4124 $(HOST_SUBDIR). Create a symlink for host_subdir.
4125
4126 * Makefile.in: Regenerate.
4127 * configure: Regenerate.
4128
4129 Merged from libada-gnattools-branch:
4130 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4131
4132 * Makefile.def: Add gnattools as a module, depending on target-libada.
4133 * Makefile.in: Regenerate.
4134 * configure.in: Include gnattools in host_tools; disable it if ada
4135 is disabled.
4136 * configure: Regenerate.
4137
c3e65f62
NC
41382005-02-23 Nick Clifton <nickc@redhat.com>
4139
4140 * configure: Regenerate.
4141
e4d180c2
NC
41422005-02-22 Paul Schlie <schlie@comcast.net>
4143
4144 * configure.in: Allow darwin targeted ports to build tk, itcl and
4145 libgui.
4146
e3c770b1
EB
41472005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4148
4149 PR libgcj/10353
4150 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4151 * configure: Regenerate.
4152
9c73618c
AC
41532005-02-08 Andrew Cagney <cagney@gnu.org>
4154
4155 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4156 gdb/ section. Update GDB's URL.
4157
c46f8c51
AC
41582005-01-31 Andrew Cagney <cagney@gnu.org>
4159
4160 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4161
c7e66c6d
HPN
41622005-01-29 Hans-Peter Nilsson <hp@axis.com>
4163
4164 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4165 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4166 target-libgloss when not *-*-elf and *-*-aout.
4167 * configure: Regenerate.
4168
a53bf506
AC
41692005-01-27 Andrew Cagney <cagney@gnu.org>
4170
4171 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4172
45181ed1
AC
41732005-01-24 Andrew Cagney <cagney@gnu.org>
4174
4175 * gettext.m4: Only fall back to ../intl/ when it's present.
4176
a1e0f4e4
KC
41772005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4178
4179 * install-sh, config.sub: Import from upstream.
4180
41812005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4182
4183 PR bootstrap/18222
4184 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4185 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4186 * Makefile.in: Regenerate.
4187
c50382e2
PB
41882005-01-03 Paolo Bonzini <bonzini@gnu.org>
4189
4190 Revert 2004-12-28 Makefile changes, a better fix will be
4191 applied to mainline and src after GCC 4.0 branches.
4192
11d07737
PB
41932004-12-28 Paolo Bonzini <bonzini@gnu.org>
4194
4195 PR bootstrap/17383
4196
4197 * Makefile.def (target_modules): Remove stage parameter,
4198 it is always true now.
4199 * Makefile.tpl (configure-build-[+module+],
4200 configure-target-[+module+]): Always build symlink tree
4201 for the directory and for include. BUILD_SUBDIR and
4202 TARGET_SUBDIR cannot be . anymore.
4203 * Makefile.in: Regenerate.
4204
dadfdbe2
DD
42052004-12-25 David Edelsohn <edelsohn@gnu.org>
4206
4207 Revert 2004-12-08 Makefile changes.
4208
dbf85af7
JR
42092004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4210
4211 * configure.in (sh64-*-*): Reenable gprof.
4212 * configure: Regenerate.
4213
6b8fea99
JB
42142004-12-09 Jim Blandy <jimb@redhat.com>
4215
4216 * MAINTAINERS: List 'depcomp' as part of automake.
4217
7341462c
DE
42182004-12-08 David Edelsohn <edelsohn@gnu.org>
4219
4220 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4221 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4222 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4223 * Makefile.in: Regenerate.
4224
21fde4dc
DD
42252004-12-07 Matt Kraai <kraai@ftbfs.org>
4226
4227 * Makefile.tpl: Generate normal dependencies if the LHS module is
4228 not bootstrapped.
4229 * Makefile.in: Regenerate.
4230
3da796a2
RS
42312004-12-03 Richard Sandiford <rsandifo@redhat.com>
4232
4233 * configure.in: Include config/gxx-include-dir.m4. Use
4234 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4235 * configure: Regenerate.
4236
73fb7068
RS
42372004-12-03 Richard Sandiford <rsandifo@redhat.com>
4238
4239 * config.if: Delete.
4240 * configure.in: Set libstdcxx_incdir directly.
4241 * configure: Regenerate.
4242 * MAINTAINERS: Remove mention of config.if.
4243 * src-release (DEVO_SUPPORT): Remove config.if.
4244
6c8e6ce9
EC
42452004-12-02 Eric Christopher <echristo@redhat.com>
4246
3b6098f8
EC
4247 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4248 of things to remove.
6c8e6ce9 4249 * Makefile.in: Regenerate.
479759c8 4250
b8658a2f
RS
42512004-12-02 Richard Sandiford <rsandifo@redhat.com>
4252
4253 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4254 * configure: Regenerate.
4255
afefada0
RS
42562004-12-02 Richard Sandiford <rsandifo@redhat.com>
4257
4258 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4259 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4260 * configure: Regenerate.
4261
5dcac624
DA
42622004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4263
4264 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4265 (hppa*64*-*-*): Delete incorrect comment.
4266 * configure: Rebuilt.
4267
57d1eb1a
DD
42682004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4269
4270 * install-sh, compile: Import from automake.
4271
42722004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4273
4274 * config.guess, config.sub: Import from savannnah.
4275
6d389afc
MS
42762004-11-12 Mike Stump <mrs@apple.com>
4277
4278 * Makefile.def: Add html support.
4279 * Makefile.tpl: Likewise.
4280 * Makefile.in: Regenerate.
4281
69e57115
GK
42822004-11-11 Geoffrey Keating <geoffk@apple.com>
4283
4284 PR 18423
4285 * configure.in: Remove all instances of build-fixincludes from
4286 noconfigdirs.
4287 (build_configargs): Supply --target to subdirectories.
4288 * configure: Regenerate.
4289
4290 * Makefile.def: Make gcc install depend on fixincludes install.
4291 * Makefile.in: Regenerate.
4292
ba719b26
HPN
42932004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4294
4295 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4296 target-libgfortran.
4297 * configure: Regenerate.
4298
c37653e7
DE
42992004-11-07 David Edelsohn <edelsohn@gnu.org>
4300
4301 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4302 like CC.
4303
1eefd493
PB
43042004-11-05 Paolo Bonzini <bonzini@gnu.org>
4305
4306 * Makefile.def (host fixincludes): Specify missing targets.
4307 * Makefile.in: Regenerate.
4308
02b1af09
L
43092004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4310
4311 PR other/17783
4312 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4313 * configure: Regenerated.
4314
7f266840
DJ
43152004-11-04 Daniel Jacobowitz <dan@debian.org>
4316
4317 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4318 * configure: Regenerated.
4319
47444073
AL
43202004-10-28 Eric B. Weddington <ericw@evcohs.com>
4321
4322 PR target/18151
4323 * configure.in (case ${target}): Do not build fixincludes for avr.
4324 * configure: Regenerated.
4325
caeba88f
AL
43262004-10-26 Paolo Bonzini <bonzini@gnu.org>
4327
4328 * configure.in (case ${target}): Do not build fixincludes
4329 on platforms where it is not used.
4330 * configure: Regenerated.
4331
0fdbe983
DJ
43322004-10-23 Daniel Jacobowitz <dan@debian.org>
4333
4334 * configure.in: Use an absolute path to install-sh.
4335 * configure: Regenerated.
4336
1c0f67c1
AC
43372004-10-19 Andrew Cagney <cagney@gnu.org>
4338
4339 * src-release (do-djunpack, do-md5sum): Install the generated file
4340 directly into the proto-toplev/ directory.
479759c8 4341
a9cfce9c
AC
43422004-10-19 Andrew Cagney <cagney@gnu.org>
4343
4344 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4345
ac0fa625
DD
43462004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4347
4348 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4349 * configure: Regenerate.
4350
d27cc32e
PB
43512004-10-06 Paolo Bonzini <bonzini@gnu.org>
4352
4353 Fix wrong conflict resolution in:
4354
4355 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4356
4357 * Makefile.in: Regenerate.
4358 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4359 in the recursive `make', instead of hardwiring `all'.
4360 (Autogenerated TARGET-* variables): New.
4361
1763908f
UW
43622004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4363
4364 Merged from GCC / libtool upstream:
4365 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4366 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4367 * ltcf-cxx.sh (tpf*): Likewise.
4368 * ltconfig (tpf*): Add TPF OS configuration support.
4369
0490e016
NC
43702004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4371
4372 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 4373 * configure: Regenerate.
0490e016 4374
32be62b5
RS
43752004-09-24 Michael Roth <mroth@nessie.de>
4376
4377 * configure.in (--without-headers): Add missing double quotes.
4378 * configure: Regenerate.
4379
6048df60
DD
43802004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4381
4382 * ylwrap: Revert to previous version.
4383
315b3b02
L
43842004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4385
6048df60 4386 PR bootstrap/17369
315b3b02
L
4387 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4388 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4389 SET_GCC_LIB_PATH_CMD.
4390 (BASE_TARGET_EXPORTS): Likewise.
4391 * Makefile.in: Regenerated.
4392
4393 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4394 * configure: Regenerated.
4395
fe69863c
DD
43962004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4397
4398 * config.guess: New upstream version
4399 * compile, depcomp, install-sh, ylwrap: Likewise.
4400
44012004-09-19 Roger Sayle <roger@eyesopen.com>
4402
4403 * config/mh-x86omitfp: New host makefile fragment. Add
4404 -fomit-frame-pointer to the default BOOT_CFLAGS.
4405 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4406 * configure: Regenerate.
4407
44082004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4409
4410 PR target/11572
4411 * configure.in (*-*-darwin*): Renable libobjc.
4412 * configure: Regenerate.
4413
be75bbe1 44142004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 4415
be75bbe1
DB
4416 * Makefile.def: Remove libbanshee.
4417 * Makefile.tpl: Ditto.
4418 * configure.in: Ditto.
4419 * Makefile.in: Regen.
4420 * configure: Ditto.
4421
1b882a91
PB
44222004-09-07 Paolo Bonzini <bonzini@gnu.org>
4423
4424 * missing: Import latest version from master repository.
4425
eb1352ed
NC
44262004-09-04 Nick Clifton <nickc@redhat.com>
4427
4428 * config.sub: Import latest version from master repository.
4429 * config.guess: Likewise.
4430 This includes these changes:
479759c8 4431
eb1352ed
NC
4432 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4433
4434 * config.sub: Handle crisv32, alias etraxfs.
4435 * config.guess (crisv32:Linux:*:*): Handle.
4436
4437 2004-08-13 Brad Smith <brad@comstyle.com>
4438
4439 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4440 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4441
4442 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4443
4444 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4445 assume the processor is a powerpc. This is because coreutils
4446 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4447 in this case, due to a MacOS X bug that causes
4448 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4449 to return a negative number.
4450 Problem reported by Petter Reinholdtsen in:
4451 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4452
4453 2004-07-19 Ben Elliston <bje@gnu.org>
4454
4455 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4456
4457 2004-06-24 Ben Elliston <bje@gnu.org>
4458
4459 * config.guess: Update copyright years.
4460 * config.sub: Likewise.
4461
4462 2004-06-22 Robert Millan <robertmh@gnu.org>
4463
4464 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4465 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4466
4467 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4468
4469 * config.guess (*:*VMS:*:*): New entry. Replaces
4470 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4471 manufacturer.
4472
4473 2004-06-22 Ben Elliston <bje@gnu.org>
4474
4475 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4476 * config.sub: Likewise.
4477
4478 2004-06-22 Ben Elliston <bje@gnu.org>
4479
4480 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4481 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4482
4483 2004-06-11 Ben Elliston <bje@gnu.org>
4484
4485 * config.guess (pegasos:OpenBSD:*:*): Remove.
4486
4487 2004-06-11 Ben Elliston <bje@gnu.org>
4488
4489 From Wouter Verhelst <wouter@grep.be>:
4490 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4491
4492 2004-06-11 Ben Elliston <bje@gnu.org>
4493
4494 * config.guess (luna88k:OpenBSD:*:*): New.
4495
4496 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4497
4498 * config.guess (m32r*:Linux:*:*): New case.
4499 * config.sub: Handle m32rle.
4500
4501 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4502
4503 From Jens Petersen <petersen@redhat.com>:
4504 * config.sub: Handle sparcv8.
4505
4506 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4507
4508 From Tom Smith <smith@cag.lkg.hp.com>:
4509 * config.guess: Version suffixes are equally significant on Tru64
4510 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4511 prefix of "P" (patched kernel).
4512
4513 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4514
4515 * config.sub: Add support for National Semiconductor CRX target.
4516
2a3124ca 45172004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 4518
2a3124ca
RH
4519 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4520 *-*-netware, but add target-libmudflap.
4521 Consolidate *-*-netware targets (of which really only i?86 exists)
4522 into a single entry.
4523 * configure: Likewise.
4524
0df3d27f
PB
45252004-09-01 Paolo Bonzini <bonzini@gnu.org>
4526
4527 * Makefile.tpl (sorry): Remove.
4528 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4529 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4530 (do-clean): Clean per-stage directories too.
4531 (do-distclean): Run distclean-stage1 too.
4532 (.NOTPARALLEL): Enable during toplevel bootstrap.
4533 (stage[+id+]-bubble): Enable parallel execution during
4534 the recursive invocation.
4535 * Makefile.in: Regenerate.
4536
4537 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4538
4539 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4540
4541 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4542 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4543 * configure: regenerate
479759c8
ZW
4544 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4545 -mdynamic-no-pic
0df3d27f
PB
4546
45472004-08-31 Paolo Bonzini <bonzini@gnu.org>
4548
4549 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4550 include.
4551 * configure.in: Fix indentation.
4552 * configure: Regenerate.
4553
ee025550
PB
45542004-08-31 Paolo Bonzini <bonzini@gnu.org>
4555
4556 * Makefile.def (build_modules): Add fixincludes.
4557 (dependencies): Make gcc depend on fixincludes.
4558 * configure.in (build_tools): Add fixincludes.
4559 (build_configdirs): Always include build_libs.
4560 * Makefile.in: Regenerate.
4561 * configure: Regenerate.
4562
45632004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
4564
4565 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4566 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4567 phony targets; do not generate timestamp files.
4568 (distclean-stageN): Remove references to their timestamp files.
4569 (restageN, touch-stageN): Remove.
4570 (stageN-bubble): Rewritten.
4571 (compare): Support lean bootstraps.
4572 * Makefile.in: Regenerate.
4573
4574 * configure.in: Only warn when bootstrapping but
4575 build != host or build != target. Support lean bootstraps.
4576 * configure: Regenerate.
4577
4578 Sync from gcc:
4579 2004-08-26 Phil Edwards <phil@codesourcery.com>
4580
4581 * configure.in: Give a better error message if GMP/MPFR are missing
4582 and a language needing them has been requested.
4583 * configure: Regenerated.
4584
4585 2004-08-25 Phil Edwards <phil@codesourcery.com>
4586
4587 * configure.in: Print a list of available language front-ends if
4588 a requested one is missing. Tidy stray tab characters.
4589 * configure: Regenerated.
4590
72b2455a
PB
45912004-08-17 Paolo Bonzini <bonzini@gnu.org>
4592
4593 * Makefile.in: Regenerate.
4594 * configure: Regenerate.
4595
4596 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4597 stage_*_flags.
4598 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4599 for bootstrapped modules if toplevel bootstrap is going.
4600 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4601 modules. Adjust for changes in Makefile.def. Enable several
4602 rules even in non-bootstrap mode, just to avoid peppering the
4603 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4604 (stage-[+prev+]-bubble): Remove.
4605
4606 * Makefile.def (Dependencies): Depend on all-build-bison,
4607 all-build-flex, all-build-byacc, all-build-texinfo, rather
4608 than the host variations.
4609 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4610 with BUILD_SUBDIR.
4611 (BISON): Update for recent Bisons.
4612 (YACC): Fix typo.
4613 (cross): Depend on all-build.
4614 (all): Do not depend on all-build.
4615 (prebootstrap): Remove.
4616 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4617 (Prebootstrap dependencies): Add them to the per-stage targets
4618 and to all-prebootstrap.
4619 * configure.in (build_configdirs): Always enable build_tools.
4620 (BUILD_DIR_PREFIX): Remove.
4621
4622 * Makefile.def (gcc): Add target variable.
4623 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4624 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4625 in the recursive `make', instead of hardwiring `all'.
4626 (Autogenerated TARGET-* variables): New.
4627
de0b4a87
JW
46282004-08-17 Robert Millan <robertmh@gnu.org>
4629
4630 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4631 (instead of FreeBSD).
4632 * configure: Regenerate.
4633
ad681c85
NN
46342004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4635
675c6968
NN
4636 * Makefile.def, configure.in, src-release: Remove useless, bogus
4637 references to tix.
4638 * Makefile.in, configure: Regenerate.
4639
ad681c85
NN
4640 * src-release: Stop distributing mmalloc with gdb (which doesn't
4641 use it).
4642 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4643 * Makefile.in: Regenerate.
4644
11b04d1f
DD
46452004-08-09 Mark Mitchell <mark@codesourcery.com>
4646
4647 * configure.in (arm*-*-eabi*): New target.
4648 * configure: Regenerate.
4649
f2420bea
NN
46502004-08-01 Robert Millan <robertmh@gnu.org>
4651
4652 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4653 libmudflap for all GNU-based systems (with Glibc).
4654 * configure: Regenerate.
4655
9e6ce191
PB
46562004-08-06 Paolo Bonzini <bonzini@gnu.org>
4657
4658 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4659 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4660 (Dependencies): New section.
4661 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4662 (configure-target-[+module+]): Depend on maybe-all-gcc
4663 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4664 (toplevel profiledbootstrap): Fix dependencies.
4665 * Makefile.in: Regenerate.
4666
df4a6958
MM
46672004-08-03 Mark Mitchell <mark@codesourcery.com>
4668
4669 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4670 target-libiberty to noconfigdirs.
4671
11b04d1f
DD
46722004-08-03 Paul Brook <paul@codesourcery.com>
4673
4674 * configure.in: Check for MPFR as well as GMP.
4675 * configure: Regenerate.
4676
b813574b
PB
46772004-08-03 Paolo Bonzini <bonzini@gnu.org>
4678
4679 * Makefile.def (host-modules): Add gcc.
4680 * Makefile.in: Regenerate.
4681 * Makefile.tpl (sorry): New rule.
4682 (configure-host, all-host, [+make_target+]-host, do-check,
4683 install-host): Do not add gcc as a special case.
4684 (host modules): Add a small special-casing for gcc. Export
4685 extra_make_flags through the environment.
4686 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4687 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4688 other recursive targets for gcc): Remove.
4689
4690 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4691 (stage, unstage): New rules.
4692 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4693 distclean-stage[+id+]): Use stage_current.
4694 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4695 the stage*-start rules.
4696
61edac0c
JW
46972004-07-19 Robert Millan <robertmh@gnu.org>
4698
4699 Synced from gcc:
4700
4701 2004-04-26 Robert Millan <robertmh@gnu.org>
4702
4703 Add patches from libtool CVS.
4704 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4705 * ltconfig: Likewise.
4706 * ltcf-c.sh: Likewise.
4707 * ltcf-cxx.sh: Likewise.
4708 * ltcf-gcj.sh: Likewise.
4709
3e707e94
PB
47102004-07-12 Paolo Bonzini <bonzini@gnu.org>
4711
4712 * configure.in: Add noconfigdirs for crx-*-*.
4713 * configure: Regenerate.
4714
47152004-07-12 Paolo Bonzini <bonzini@gnu.org>
4716
4717 Synced from gcc:
4718
4719 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4720
4721 * configure.in: Build libmudflap by default on FreeBSD.
4722 * configure: Regenerated.
4723
4724 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4725
4726 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4727 systems.
4728 * configure: Regenerated.
4729
4730 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4731
4732 PR target/16344
4733 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4734 feedback based compiler.
4735 * Makefile.in: Rebuilt.
4736
4737 2004-07-05 Phil Edwards <phil@codesourcery.com>
4738
4739 * configure.in: Do not prepend $srcdir to /dev/null in
4740 makefile fragments.
4741 * configure: Regenerate.
4742
a7ee7660
AO
47432004-07-08 Alexandre Oliva <aoliva@redhat.com>
4744
4745 * Makefile.def (host_modules): Set bootstrap=true for flex.
4746 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4747 * Makefile.in: Rebuilt.
4748
6a9cf61e
PB
47492004-07-01 Paolo Bonzini <bonzini@gnu.org>
4750
4751 * Makefile.def (build_modules): Add bison, byacc, flex,
4752 m4, texinfo.
4753 (flags_to_pass): Add FLEX.
4754 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4755 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4756 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4757 DEFAULT_MAKEINFO): Remove.
4758 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4759 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4760 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4761 objdir or else use configured tool.
4762 (all-build): New.
4763 (all): Depend on it.
4764 (Build module dependencies): Add.
4765 * Makefile.in: Regenerate.
4766 * configure.in: Better support for multiple build modules,
4767 matching what is done for host/target modules. Do not look
4768 for "plausible" locations of build tools if Canadian cross.
4769 Use autoconf's AC_PROG_CC to find a C compiler. Define
4770 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4771 * configure: Regenerate.
4772
95b6a1f2
PB
47732004-06-22 Paolo Bonzini <bonzini@gnu.org>
4774
4775 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4776 * Makefile.in: Regenerate.
4777
7ffa0b57
PB
47782004-06-22 Paolo Bonzini <bonzini@gnu.org>
4779
4780 * Makefile.tpl (configure-build-[+module+],
4781 configure-[+module+], configure-target-[+module+]): Pass
4782 [+extra_configure_args+].
4783 (all-build-[+module+], all-[+module+], check-[+module+],
4784 install-[+module+], [+make_target+]-[+module+],
4785 all-target-[+module+], check-target-[+module+],
4786 install-target-[+module+], [+make_target+]-target-[+module+]):
4787 Pass [+extra_make_args+].
4788 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4789 (GCC_HOST_EXPORTS): Remove.
4790 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4791 cross, check-gcc, check-gcc-c++, install-gcc,
4792 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4793 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4794 * Makefile.in: Regenerate.
4795
929ba6e7
CF
47962004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4797
4798 * configure.in: Check for srcdir/winsup rather than build directory
4799 winsup.
4800 * configure: Regenerate.
4801
b76d7de0
CV
48022004-06-17 Corinna Vinschen <vinschen@redhat.com>
4803
4804 * configure.in: Don't build Cygwin native newlib if winsup
4805 directory is missing. Emit warning instead.
4806 * configure: Regenerate.
4807
656fdd47
PB
48082004-06-09 Paolo Bonzini <bonzini@gnu.org>
4809
4810 * Makefile.tpl (touch-stage[+id+]): New.
4811 (restage[+prev+]): Depend on touch-stage[+id+].
4812
4813 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4814 Use it throughout.
4815
4816 * Makefile.def: Add profile and feedback bootstrap stages.
4817 Remove next field from bootstrap stages.
4818 * Makefile.tpl (LN, LN_S): Substitute.
4819 (stageN-start, stageN-end): Use double-colon rules, to
4820 provide a hook for additional setup commands.
4821 (distclean-stageN-gcc, restageN): Create dependencies from
4822 [+prev+], not from [+next+].
4823 (stageN-bubble): Add commands for successive stages from
4824 [+prev+], using double-colon rules.
4825 (all-stageN-gcc): Fix typo.
4826 (stagefeedback-start, profiledbootstrap): New.
4827 * Makefile.in: Regenerate.
4828 * configure.in: Call ACX_PROG_LN.
4829 * configure: Regenerate.
4830
498d4a71
CF
48312004-06-03 Paolo Bonzini <bonzini@gnu.org>
4832
4833 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4834 without gcc.
4835 * configure: Regenerate.
4836
377d8c42
PB
48372004-06-01 Paolo Bonzini <bonzini@gnu.org>
4838
4839 * Makefile.tpl: Fix typo.
4840 * Makefile.in: Regenerate.
4841
f5f8a794
PB
48422004-06-01 Paolo Bonzini <bonzini@gnu.org>
4843
4844 * configure.in: Remove new- prefix from toplevel
4845 bootstrap targets.
4846 * configure: Regenerate.
4847
f7a4c34f
PB
48482004-06-01 Paolo Bonzini <bonzini@gnu.org>
4849
4850 Merge this patch from the gcc tree:
4851
4852 2004-05-30 Andreas Jaeger <aj@suse.de>
4853 Jim Wilson <wilson@specifixinc.com>
4854
4855 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4856 like CC.
4857
319cab08
PB
48582004-06-01 Paolo Bonzini <bonzini@gnu.org>
4859
4860 * Makefile.tpl (all.normal): Rename to all.
4861 (all): Replace with a rule to pick the default
4862 target from configure.
4863 (all-gcc, configure-gcc): Use conditionals to
4864 do nothing when toplevel bootstrap is going on.
4865 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4866 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4867 * configure.in: Support --enable-bootstrap.
4868
4869 * Makefile.def: Remove new- prefix from toplevel
4870 bootstrap targets.
4871 * Makefile.tpl: Likewise.
4872
4873 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4874 target.
4875
4876 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4877 $(RECURSE_FLAGS) to recursive invocation of make.
4878
4879 * Makefile.in: Regenerate.
4880 * configure: Regenerate.
4881
88f64edc
DJ
48822004-05-27 Daniel Jacobowitz <dan@debian.org>
4883
4884 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4885 * configure: Regenerate.
4886
378fce5b
DD
48872004-05-25 Daniel Jacobowitz <drow@false.org>
4888
4889 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4890 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4891 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4892 targets.
4893 * Makefile.in: Regenerate.
4894
dfdffa2c
PB
48952005-05-24 Paolo Bonzini <bonzini@gnu.org>
4896
4897 * configure.in: Test the ability to symlink directories.
4898 * configure: Regenerate.
4899
4900 * Makefile.def (bootstrap-stage): New definitions.
4901 * Makefile.tpl (configure-stage1-gcc,
4902 configure-stage2-gcc, configure-stage3-gcc,
4903 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4904 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4905 new-restage3, compare): Autogenerate, see Makefile.in
4906 entry for behavioral changes.
4907 (distclean-stage1, new-stage1-start, new-stage1-end,
4908 new-stage1-bubble, distclean-stage2, new-stage2-start,
4909 new-stage2-end, new-stage2-bubble, distclean-stage3,
4910 new-stage3-start, new-stage3-end): New autogenerated targets.
4911 (objext, prebootstrap, BOOT_CFLAGS,
4912 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4913 targets.
4914
4915 * Makefile.in: Regenerate.
4916 (distclean-stage1, new-stage1-start, new-stage1-end,
4917 new-stage1-bubble, distclean-stage2, new-stage2-start,
4918 new-stage2-end, new-stage2-bubble, distclean-stage3,
4919 new-stage3-start, new-stage3-end): New targets.
4920 (all-stage1-gcc): Move prebootstrap dependency from here...
4921 (configure-stage1-gcc): ...to here.
4922 (new-bootstrap): Use bubble targets.
4923 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4924 Use per-stage distclean targets.
4925 (configure-stage1-gcc, configure-stage2-gcc,
4926 configure-stage3-gcc, all-stage1-gcc,
4927 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4928 Use new-stageN-start to prepare the tree.
4929
04cf1b77
PB
49302004-05-23 Paolo Bonzini <bonzini@gnu.org>
4931
4932 * Makefile.def (host_modules): add libcpp.
4933 * Makefile.tpl: Add dependencies on and for libcpp.
4934 * Makefile.in: Regenerate.
4935 * configure.in: Add libcpp host module.
4936 * configure: Regenerate.
4937
80b200a1
ZW
49382004-05-17 Zack Weinberg <zack@codesourcery.com>
4939
4940 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4941 of libf2c.
4942 * configure, Makefile.in: Regenerate.
4943
4b1cb4fe
DD
49442004-05-13 Diego Novillo <dnovillo@redhat.com>
4945
4946 Merge from tree-ssa-20020619-branch.
4947
4948 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4949 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4950 (HOST_GMPLIBS): Define.
4951 (HOST_GMPINC): Define.
4952 (TARGET_LIB_PATH): Add libmudflap.
4953 (GFORTRAN_FOR_TARGET): Define.
4954 (configure-build*): Export GFORTRAN.
4955 (configure-gcc): Export GMPLIBS and GMPINC.
4956 (all-gcc): Add maybe-all-libbanshee.
4957 (configure-target-libgfortran): Define.
4958 * Makefile.in: Regenerate.
4959 * configure.in (host_libs): Add libbanshee.
4960 (target_libraries): Add target-libmudflap and target-libgfortran.
4961 Add --with-libbanshee.
4962 Handle --disable-libmudflap.
4963 (*-*-freebsd*): Use with_gmp.
4964 Add $(libgcj) to noconfigdirs.
4965 * configure: Regenerate.
4966 * depcomp: New file.
4967 * MAINTAINERS: Add tree-ssa maintainers.
4968
49692004-04-28 Paolo Bonzini <bonzini@gnu.org>
4970
4971 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4972 * configure: Regenerate.
4973
b8908782
DD
49742004-04-27 Paolo Bonzini <bonzini@gnu.org>
4975
4976 Revert:
4977 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4978
4979 * Makefile.def (flags_to_pass): Remove *dir variables that
4980 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4981 as well as prefix and exec_prefix.
4982 * Makefile.in: Regenerate.
4983
49842004-04-26 Paolo Bonzini <bonzini@gnu.org>
4985
4986 * Makefile.def (host_modules): Mark with the bootstrap
4987 flag packages on which gcc depends.
4988 * Makefile.tpl (all-bootstrap): Use it.
4989 * Makefile.in: Regenerate.
4990
49912004-04-26 Paolo Bonzini <bonzini@gnu.org>
4992
4993 * Makefile.def (flags_to_pass): Remove *dir variables that
4994 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4995 as well as prefix and exec_prefix.
4996 * Makefile.in: Regenerate.
4997
49982004-04-26 Paolo Bonzini <bonzini@gnu.org>
4999
80b200a1
ZW
5000 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5001 * configure: Regenerate.
5002 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5003 * gcc/Makefile.tpl (compare): Use the result of the test.
5004 * gcc/Makefile.in: Regenerate.
b8908782
DD
5005
50062004-04-23 Paolo Bonzini <bonzini@gnu.org>
5007
5008 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5009 Always relocate gcc and prev-gcc to the original names, even
5010 if the build fails.
5011 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5012 New targets.
5013
0f260896
RO
50142004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5015
5016 * configure.in (mips*-*-irix5*): Enable ld.
5017 * configure: Regenerate.
5018
51860f05
JW
50192004-04-15 James E Wilson <wilson@specifixinc.com>
5020
5021 * Makefile.tpl (configure-[+module+], configure-gcc,
5022 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5023 Set and export LDFLAGS.
5024 * Makefile.in: Regenerate.
5025
54752a6b
NN
50262004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5027
5028 PR bootstrap/14871
5029 * Makefile.tpl: If we don't have built-in-tree target tools,
5030 use the ones found by configure rather than hacking around with
5031 program_transform_name.
5032 * configure.in: Give Makefile.tpl the information necessary
5033 to do that.
5034 * Makefile.in: Regenerate.
5035 * configure: Regenerate.
5036
50372004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5038
5039 PR bootstrap/14760
5040 * configure.in: When computing baseargs, strip *all* copies of
5041 offending options. Also, don't match/substitute the trailing space,
5042 so that this actually works when two similar options are separated by
5043 only one space.
5044 * configure: Regenerate.
5045
50462004-04-06 David Edelsohn <edelsohn@gnu.org>
5047
80b200a1
ZW
5048 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5049 (rs6000-*-aix*): Same.
5050 * configure: Regenerate.
54752a6b 5051
5e2b61fb
SS
50522004-03-25 Stan Shebs <shebs@apple.com>
5053
5054 Remove MPW support, no longer used.
5055 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5056 mpw-install: Remove files.
5057 * src-release (DEVO_SUPPORT): Remove names of removed files.
5058 * MAINTAINERS: Likewise.
5059
1a6f2dc7
NN
50602004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5061
a0049f1b
NN
5062 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5063 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5064 * Makefile.in: Regenerate.
5065
1a6f2dc7
NN
5066 * configure.in (top level bootstrap support): Rework --enable-werror
5067 to set @stage2_werror_flag@.
5068 * configure: Regenerate.
5069 * Makefile.tpl (top level bootstrap support): Pass
5070 @stage2_werror_flag@ down to configure in stages 2 and 3.
5071 * Makefile.in: Regenerate.
5072
920e3419
NN
50732004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5074
5075 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5076 for stages 2 and 3 as well as in make. As a consequence, remove
5077 OUTPUT_OPTION (now detected by configure) from the flags passed down
5078 to make.
5079 * Makefile.in: Regenerate.
5080
5081 * Makefile.tpl (new-bootstrap): Fix typo.
5082 * Makefile.in: Regenerate.
5083
4fa63067
NN
50842004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5085
5086 * Makefile.tpl: Rearrange by moving recursive_targets rules
5087 into their proper sections.
5088 * Makefile.tpl (top level bootstrap support): Move disabling
5089 of coverage flags from 'make' to 'configure'; improve comments.
5090 * Makefile.in: Regenerate.
5091
5092 * Makefile.tpl (experimental top level bootstrap) Move stage1
5093 language setting from all- target to configure- target; disable
5094 intermodule optimization in stage 1; prevent gratuitous rebuilds
5095 of stage 1.
5096 * Makefile.in: Regenerate.
5097 * configure.in: Comma-separate stage 1 language list for top
5098 level bootstrap.
5099 * configure: Regenerate.
5100
5101 * Makefile.tpl: Clean up experimental top level bootstrap support:
5102 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5103 prev-gcc in configure- targets as well as all- targets.
5104 * Makefile.in: Regenerate.
5105
fb8a10fd
NN
51062004-03-17 Paolo Bonzini <bonzini@gnu.org>
5107
5108 * configure.in: Remove symbolic link section.
5109 * configure: Regenerate.
5110 * Makefile.tpl (links): Remove.
5111 * Makefile.in: Regenerate.
5112
947f426e 51132004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5114 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5115
5116 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5117 Set with AC_CHECK_PROGS.
947f426e
NN
5118 * configure.in: Fix comment typo from last patch.
5119 * configure: Regenerate.
5120
1d39f329
NN
51212004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5122
5123 * Makefile.tpl: Introduce experimental top level bootstrap support.
5124 * Makefile.in: Regenerate.
5125 * configure.in: Introduce support for top level bootstrap.
5126 * configure: Regenerate.
5127
4b0ac75d 51282004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5129 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
5130
5131 PR bootstrap/14522
5132 * configure.in: Cope with shells that do not support unquoted ^
5133 * configure: Regenerate.
5134
2e70b094 51352004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5136 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
5137
5138 PR bootstrap/14522
5139 * configure.in: Cope with shell that do not support nesting
5140 quotes inside quoted backquote substitutions.
5141 * configure: Regenerate.
5142
51432004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5144
5145 PR bootstrap/14522
5146 * configure.in: Fix escaping of $.
5147 * configure: Regenerate.
5148
9e07f89d
NN
51492004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5150
5151 * configure: Regenerate.
5152
51532004-03-08 Paolo Bonzini <bonzini@gnu.org>
5154
5155 PR ada/14131
5156 Move language detection to the top level.
5157 * configure.in: Find default values for the tools as
5158 soon as possible. Disable ada if GNAT is not found.
5159 Emit error message about missing languages. Expand
5160 --enable-languages=all for the gcc subdirectory.
5161
1712ab83
RS
51622004-03-01 Richard Sandiford <rsandifo@redhat.com>
5163
5164 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5165 and disable libgcj.
5166 * configure: Regenerated.
5167
3dee29da
NN
51682004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5169
5170 PR bootstrap/7087
5171 * Makefile.tpl: Guard XFOO sed statements better.
5172 * Makefile.tpl: Add dependency for configure-target-libada.
5173 * Makefile.in: Regenerate (incidentally fixes broken
5174 commit when libada-branch was merged).
5175
0558264b
AC
51762004-02-28 Andrew Cagney <cagney@redhat.com>
5177
5178 * src-release (CVS_NAMES): Define.
5179 (do-tar, do-tar): Prune $(CVS_NAMES).
5180
c38f9803
AC
51812004-02-23 Andrew Cagney <cagney@redhat.com>
5182
5183 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5184 2004-02-19.09.
5185
55636792
NN
51862004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5187
5188 PR bootstrap/11932
5189 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5190
1e600082
AC
51912004-02-19 Andrew Cagney <cagney@redhat.com>
5192
5193 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5194 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5195
3769cd82
DD
51962004-02-11 David Edelsohn <edelsohn@gnu.org>
5197
5198 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5199 (rs6000-*-aix*): Same.
5200 * configure: Regenerate.
5201
a92834c8
DD
52022004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5203
5204 * configure.in (host): Add in missing $noconfigdirs to defines.
5205 * configure: Regenerate.
5206
a2592b1b
DD
52072004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5208 Nathanael Nerode <neroden@gcc.gnu.org>
5209
5210 PR ada/6637, PR ada/5911
80b200a1 5211 Merge with libada-branch:
a2592b1b
DD
5212 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5213 with appropriate dependencies. Add --enable-libada configure switch.
5214 * configure, Makefile.in: Regenerate.
5215
e31d1ea3
DD
52162004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5217
5218 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5219 * configure: Regenerate.
5220
db85f5c0
JJ
52212004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5222
5223 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5224
fc434214
DD
52252004-01-23 DJ Delorie <dj@redhat.com>
5226
5227 * Makefile.def (target_modules) [libiberty]: Don't stage.
5228 * Makefile.in: Rebuilt.
5229
ad445c2c 52302004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5231
ad445c2c
JJ
5232 * COPYING.NEWLIB: Update to include copyrights for new
5233 iconv code.
5234
72bbedde
AC
52352004-01-15 Andrew Cagney <cagney@redhat.com>
5236
5237 * src-release: Update copyright year.
5238 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5239 (NEWLIB_SUPPORT_DIRS): Delete macro.
5240 (newlib.tar.bz2): Delete rule.
5241
a6d6062d
DD
52422004-01-14 Loren J. Rittle <ljrittle@acm.org>
5243
5244 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5245 * Makefile.tpl (configure-target-[+module+]): Support stage.
5246 * Makefile.in: Rebuilt.
5247
f8b73030
MR
52482003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5249
5250 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5251 throughout.
5252
aff0e9df
NN
52532004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5254
bb5dca17
NN
5255 * configure.in: Use ./config.cache, not config.cache.
5256 * configure: Regenerate.
5257 * Makefile.tpl: Special-casing not needed for GCC any more.
5258 * Makefile.in: Regenerate.
5259
82252c06
NN
5260 * configure.in: Don't share a cache file for host dirs.
5261 * configure: Regenerate.
5262
aff0e9df
NN
5263 * config-ml.in: Don't mess with the cache file.
5264
95036d20
NN
52652004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5266
ac7b618e
NN
5267 * Makefile.tpl: Make GCC use a separate config.cache.
5268 * Makefile.in: Regenerate.
5269
95036d20
NN
5270 PR bootstrap/11932, PR bootstrap/11933
5271 (I don't know if it will fix either of them, but it relates
5272 to them.)
5273 * configure.in: Don't use shared config.cache for target
5274 directories.
5275 * configure: Regenerate.
5276
08c1856b
DD
52772003-12-31 Roger Sayle <roger@eyesopen.com>
5278
5279 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5280 * configure: Regenerated.
5281
c1968181 52822003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5283
9eb322aa
MF
5284 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5285 * configure: Regenerated.
c1968181 5286
10ecffb9
NN
52872003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5288
5289 Port change over from GCC:
5290 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5291 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5292 (configure-build-[+module+], configure-[+module+]): Likewise.
5293 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5294 * Makefile.in: Regenerate.
5295
f2ab5990
TF
52962003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5297
5298 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5299 * configure: Regenerate.
5300
41a7d11a
JJ
53012003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5302
80b200a1 5303 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
5304 stdlib.
5305
d9441a1f
DD
53062003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5307
5308 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5309 * Makefile.in: Regenerate.
5310
3a48a978
DD
53112003-10-20 Phil Edwards <phil@codesourcery.com>
5312
5313 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5314 * configure: Regenerate.
5315
f0b24077
NN
53162003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5317
5318 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5319 HOST_FLAGS_TO_PASS.
5320 * Makefile.in: Regenerate.
5321
5fbad20a
DD
53222003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5323
5324 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5325 * configure: Rebuilt
5326 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5327 * Makefile.in: Rebuilt
5328
78be4155
L
53292003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5330
5331 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5332
051fcc7a
L
53332003-10-01 Phil Edwards <pme@gcc.gnu.org>
5334
5335 * config-ml.in: Use ac_configure_args directly instead of
5336 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5337 actually seen.
5338
53392003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5340
5341 * config-ml.in: Propagate INSTALL variables.
5342
f27d4f92
DJ
53432003-09-21 Daniel Jacobowitz <drow@mvista.com>
5344
5345 * configure.in: Pass a computed --program-transform-name
5346 to subconfigures.
5347 * configure: Regenerated.
5348
cae4d560
NN
53492003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5350
5351 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5352 * Makefile.in: Regenerate.
5353
5354 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5355 * Makefile.in: Regenerate.
5356
8ff944f6
DJ
53572003-09-17 Daniel Jacobowitz <drow@mvista.com>
5358
5359 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5360 quoting.
5361 * configure: Regenerated.
5362
d9a35680
MC
53632003-09-12 Michael Chastain <mec@shout.net>
5364
5365 Fix PR gdb/857.
5366 * src-release (do-proto-topleve): Remove junk files
5367 intl/config.cache, intl/config.status,
5368 intl/config.h, intl/stamp-h.
5369
710068b9
AC
53702003-09-14 Andrew Cagney <cagney@redhat.com>
5371
5372 * src-release (dejagnu.tar): New target.
5373 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5374 (do-djunpack): Use $(PACKAGE) for the package name.
5375
e1008165
DD
53762003-09-04 DJ Delorie <dj@redhat.com>
5377
5378 * configure: Regenerate.
5379
21998d12
NC
53802003-09-04 Robert Millan <robertmh@gnu.org>
5381
5382 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 5383
ccca4bb3
DD
53842003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5385
5386 * configure.in: Ensure arguments to sed are properly spaced.
5387 * configure: Regenerate.
5388
ee949b5e
DJ
53892003-08-28 Daniel Jacobowitz <drow@mvista.com>
5390
5391 Merge from gcc:
5392 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5393 * install-sh: Update to newer upstream versions (associated with
5394 aclocal 1.7).
5395 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5396
75addda2
DJ
53972003-08-27 Daniel Jacobowitz <drow@mvista.com>
5398
5399 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5400 * configure: Regenerated.
5401
8d2877d8
NN
54022003-08-23 Phil Edwards <pme@gcc.gnu.org>
5403
5404 * configure.in: Use newline instead of semicolon when assuming
5405 shell arguments in a for loop.
5406 * configure: Regenerated.
5407
d2cc0e0d
GK
54082003-08-20 Geoffrey Keating <geoffk@apple.com>
5409
5410 PR 8180
5411 * configure.in: When testing with_libs and with_headers, treat
5412 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5413 * configure: Regenerate.
80b200a1 5414
d2cc0e0d
GK
5415 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5416 make, shell, etc.
5417 (baseargs): Likewise.
5418 * configure: Regenerate.
5419
04d1ab34
GK
54202003-08-19 Geoffrey Keating <geoffk@apple.com>
5421
5422 * configure.in: Disable libgcj for darwin not on powerpc.
5423 * configure: Rebuild.
5424
ca506da8
MC
54252003-08-15 Michael Chastain <mec@shout.net>
5426
5427 * src-release (do-proto-toplev): Remove junk files
5428 dejagnu/example/calc/config.status,
5429 dejagnu/example/calc/config.log.
5430
a4aa3f49
DD
54312003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5432
5433 * config-ml.in, symlink-tree: Add license.
5434
ede4fbe4
NN
54352003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5436
5437 Merge from gcc:
5438
5439 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5440 * Makefile.tpl (check, check-c++): Express dependencies using
5441 dependencies rather than commands.
5442 * Makefile.in: Regenerate.
5443
5444 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5445 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5446 * Makefile.in: Update.
5447
970f29af
AC
54482003-08-01 Andrew Cagney <cagney@redhat.com>
5449
5450 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5451 * configure: Ditto.
5452
b2884a0c
DD
54532003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5454
5455 * configure.in: Enable libgcj for darwin.
5456 * configure: Rebuild.
5457
c07f46a4
NN
54582003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5459
5460 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5461
9175bfc0
NN
54622003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5463
5464 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5465 creating target and build subdirs to build all parent dirs as needed.
5466 * Makefile.in: Rebuild.
5467 * configure.in: Don't build dirs explicitly here.
5468 * configure: Rebuild.
5469
b9abda6a
AO
54702003-07-22 Alexandre Oliva <aoliva@redhat.com>
5471
5472 * Makefile.tpl (all-make): Depend on intl.
5473 * Makefile.in: Rebuilt.
5474
eef8ffd4
NN
54752003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5476
5477 * config.if: Remove unused libc_interface determination.
5478
295efaf0
NN
54792003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5480
5481 * Makefile.in: Regenerate, correctly this time.
5482
e5c3f801
NN
54832003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5484
5485 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5486 unused INSTALL_PROGRAM_ARGS.
5487 * configure.in: Use AC_PROG_INSTALL.
5488 * Makefile.in: Regenerate.
5489 * configure: Regenerate.
5490
4a18bd6b
AO
54912003-07-10 Alexandre Oliva <aoliva@redhat.com>
5492
5493 * configure: Rebuilt.
5494 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5495 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5496 newlib nor libgloss.
5497 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5498 * configure.in (am33_2.0-*-linux*): Added.
5499
fbd1054d
BW
55002003-07-09 Bob Wilson <bob.wilson@acm.org>
5501
5502 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5503 * configure: Regenerate.
5504
b40e3958
L
55052003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5506
5507 * config-ml.in: Replace PWD with PWD_COMMAND.
5508 * Makefile.tpl: Likewise.
5509 * Makefile.in: Regenerated.
5510
4a5be7ba
NN
55112003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5512
5513 * configure.in: Clean up config-lang.in handling. Delete
5514 useless assignment to "subdirs".
5515 * configure: Regenerate.
5516
9c14acb8
NN
55172003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5518
5519 * configure.in: Rename 'target_libs' to 'target_libraries'.
5520 Remove useless reference to 'target_libs'.
5521 * configure: Regenerate.
5522
8f32e830
KS
55232003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5524
5525 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5526 * Makefile.in: Regenerate.
5527
12f0bd74
NN
55282003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5529
5530 * Makefile.def: Introduce flags_to_pass.
5531 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5532 * Makefile.in: Regenerate.
5533
b07c2aad
HPN
55342003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5535
5536 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5537 and target-libgloss.
5538 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5539 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 5540 * configure: Regenerate.
b07c2aad 5541
56f25033
DD
55422003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5543
5544 * configure.in: Update testsuite_flags to new location.
5545 * configure. Regenerate.
80b200a1 5546
4ec9a3b2
NN
55472003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5548
5549 * Makefile.tpl: Remove BUILD_CC stuff.
5550 * Makefile.in: Regenerate.
5551
059083b1 55522003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5553
059083b1
L
5554 * config.guess: Update to 2003-06-12 version.
5555 * config.sub: Update to 2003-06-13 version.
5556
535b046a
TS
55572003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5558
5559 * MAINTAINERS: Add myself as MIPS co-maintainer.
5560
00c22daa 55612003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5562
00c22daa
L
5563 * config.guess: Update to 2003-06-06 version.
5564 * config.sub: Update to 2003-06-06 version.
5565
1047cb91
DD
55662003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5567
5568 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5569 * configure. Regenerate.
5570
123494c8
NN
55712003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5572
1047cb91
DD
5573 * configure.in: Disable serial configure by default.
5574 * configure: Regenerate.
5575 * Makefile.tpl: Abolish .NOTPARALLEL.
5576 * Makefile.in: Regenerate.
5577
7f121bbf
NN
5578 * Makefile.tpl: Replace {build,host,target}_canonical by
5579 {build,host,target}.
5580 * Makefile.in: Regenerate.
5581
123494c8
NN
5582 * Makefile.tpl: Fix stupid pasto.
5583 * Makefile.in: Regenerate.
5584
ec7e0995
NN
55852003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5586
5587 * Makefile.tpl: Remove bogus conditional.
5588 * Makefile.in: Regenerate.
5589
27b1cc72
NN
55902003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5591
2a4cbe27
NN
5592 * Makefile.tpl: Make 'recursive targets' using autogen rather
5593 than shell loop. Remove duplicate 'clean' targets and false
5594 comments.
5595 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5596 Add systematic method of specifying missing targets in subdirs.
5597 Add copyright boilerplate.
5598 * Makefile.in: Regenerate.
5599 * configure.in: Add 'recursive targets' to maybe list.
5600 * configure: Regenerate.
5601
27b1cc72
NN
5602 * Makefile.tpl: Rename [+target+] to [+make_target+].
5603 * Makefile.def: Rename 'target' to 'make_target'.
5604
01e51bd0
NC
56052003-05-30 Nick Clifton <nickc@redhat.com>
5606
5607 * README-maintainer-mode: Update URL for locating blessed config
5608 tools.
5609
2fd84b42
NC
56102003-05-29 Robert Millan <rmh@debian.org>
5611
5612 * ltconfig: Import this patch and modify for use with current
5613 version of ltconfig:
5614
5615 2003-05-21 Bruno Haible <bruno@clisp.org>
5616
5617 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5618 GNU/FreeBSD.
5619
8945c6bb
DD
56202003-05-28 DJ Delorie <dj@redhat.com>
5621
5622 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5623 * Makefile.in: Regenerate.
5624
2f9632a1
JJ
56252003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5626
80b200a1 5627 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 5628
3a12db16 56292003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 5630
3a12db16
DD
5631 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5632 newlib or libgloss.
5633 * Makefile.in: Regenerate.
5634
44482353
DD
56352003-05-21 DJ Delorie <dj@redhat.com>
5636
5637 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5638 * Makefile.in: Regenerate.
5639
fec2c52d
MR
56402003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5641
5642 * configure.in: Use curly braces in the definition of tooldir.
5643 * configure: Regenerate.
5644
16ae0395
NN
56452003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5646
5647 * configure.in: Switch more things to use maybe dependencies.
80b200a1 5648 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
5649 Factor out common code from autogen IF statements.
5650 * configure: Regenerate.
5651 * Makefile.in: Regenerate.
5652
ec11bdc6
DD
56532003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5654
5655 * configure.in: Accept i[3456789]86 for machine type.
5656 * configure: Regenerate.
5657
dd12c3a8
NN
56582003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5659
5660 * configure.in: Switch more things to use maybe dependencies.
5661 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5662 * configure: Regenerate.
5663 * Makefile.tpl: Switch more things to use maybe dependencies.
5664 * Makefile.in: Regenerate.
5665
cf662e21
AJ
56662003-05-16 Andreas Schwab <schwab@suse.de>
5667
5668 * Makefile.tpl (install-opcodes): Define.
5669 * Makefile.in: Rebuild.
5670
5481b376
AJ
56712003-05-13 Andreas Jaeger <aj@suse.de>
5672
5673 * config.guess: Update to 2003-05-09 version.
5674 * config.sub: Update to 2003-05-09 version.
5675
3959a22a
AJ
56762003-05-13 Michael Eager <eager@mvista.com>
5677
5678 * configure.in: Correct sed script so that options in quotes are not
5679 deleted.
5680 * configure: Rebuild.
5681
564b43e5
CV
56822003-05-12 Corinna Vinschen <corinna@vinschen.de>
5683
5684 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5685 and $$s/newlib/libc/sys/cygwin32 include paths.
5686 * configure: Ditto.
5687
bb947dc9
L
56882003-05-05 H.J. Lu <hjl@gnu.org>
5689
5690 * config-ml.in: Restored from gcc repository.
5691
77f7441a
CD
56922003-05-02 Chris Demetriou <cgd@broadcom.com>
5693
80b200a1
ZW
5694 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5695 * Makefile.in: Regenerate.
77f7441a 5696
a26d7085
DJ
56972003-04-27 Daniel Jacobowitz <drow@mvista.com>
5698
5699 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5700 and Makefile.def.
5701
e4c4d240
DJ
57022003-04-27 Daniel Jacobowitz <drow@mvista.com>
5703
5704 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5705 * Makefile.in: Regenerated.
5706
62a3fc85
DD
57072003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5708
5709 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5710 * Makefile.in: Regenerate.
5711
57122003-04-18 Jakub Jelinek <jakub@redhat.com>
5713
5714 * configure.in (powerpc64*-*-linux*): Remove.
5715 * configure: Rebuilt.
5716
5b474aa8
DD
57172003-04-17 Phil Edwards <pme@gcc.gnu.org>
5718
5719 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5720 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5721 and restrap.
5722 * Makefile.in: Regenerate.
5723
57242003-04-16 Richard Earnshaw <rearnsha@arm.com>
5725
5726 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5727 * configure: Regenerated.
5728
bc295afe
AO
57292003-04-11 Alexandre Oliva <aoliva@redhat.com>
5730
5731 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5732 * */configure: Rebuilt.
5733
3728fade
NN
57342003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5735
5736 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5737 * Makefile.in: Regenerate.
5738
ce5b542e
MC
57392003-03-14 Michael Chastain <mec@shout.net>
5740
5741 * Makefile.in: Regenerate with correct Makefile.def.
5742
3db0a37f
NN
57432003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5744
5745 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5746 Make macro.
5747 * Makefile.in: Regenerate.
5748 * configure.in: Clean up gxx_include_dir logic.
5749 * configure: Regenerate.
5750
34349c6e
DD
57512003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5752
5753 * configure.in (gxx_include_dir): Fix typo.
5754 * configure: Regenerated.
5755
686c28c9
AC
57562003-03-06 Andrew Cagney <cagney@redhat.com>
5757
5758 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5759
bba45b8b 57602003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 5761
bba45b8b
NN
5762 * configure.in: Include $(build_tooldir)/sys-include in
5763 FLAGS_FOR_TARGET.
5764 * configure: Regenerated.
5765
2683747f
NN
57662003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5767
bba45b8b
NN
5768 * Makefile.tpl: Reindent.
5769 * Makefile.in: Regenerate.
5770 * configure.in: Reindent. Don't set unused variables.
5771 * configure: Regenerate.
5772
2683747f
NN
5773 * Makefile.tpl: Always pass down RANLIB.
5774 * Makefile.in: Regenerate.
5775
5776 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5777 * Makefile.in: Regenerate.
5778 * configure.in: Remove unused logic relating to --enable-shared
5779 and --enable-threads. Remove bogus comments. Remove redundant
5780 noconfigdirs.
5781 * configure: Regenerate.
5782
5783 * configure.in: Replace ${libstdcxx_version} by its value.
5784 Remove reference to mh-dgux.
5785 * configure: Regenerate.
5786
50212802
NN
57872003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5788
5789 * Makefile.tpl: Rearrange.
5790 * Makefile.in: Regenerate.
5791
a6be7fc6
NC
57922003-02-25 Nick Clifton <nickc@redhat.com>
5793
5794 * configure: Remove site-file supprot - it is obsolete.
5795
f8a495c8
NC
57962003-02-24 Uwe Stieber <uwe@wwws.de>
5797
5798 * configure.in: Add support for kaOS as cross build target system.
5799 * configure: Regenerated.
5800
3decd77d
DD
58012003-02-20 Sean McNeil <sean@blue.mcneil.com>
5802
5803 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5804 configure-target-* as some target builds may require additional
5805 flags for preprocessor tests.
5806 * Makefile.in: Regenerated.
5807
f4ff34a3
AO
58082003-02-19 Alexandre Oliva <aoliva@redhat.com>
5809
5810 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5811 * ltconfig: Handle it.
5812 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5813 auto-detecting it.
5814
b7e4a931
AO
58152003-02-19 Alexandre Oliva <aoliva@redhat.com>
5816
5817 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5818 it is used as argument to $CC.
5819 * ltcf-gcj.sh: Likewise.
5820
6b784d9f
AO
58212003-02-19 Alexandre Oliva <aoliva@redhat.com>
5822
5823 * configure.in: Introduce --enable-maintainer-mode.
5824 * configure: Rebuilt.
5825 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5826 for maintainer mode.
5827 * Makefile.in: Rebuilt.
5828
8bcd8a07
AC
58292003-02-19 Andrew Cagney <ac131313@redhat.com>
5830
5831 * configure: Regenerate using autoconf 2.13.
5832
ee3fd329
AM
58332003-02-19 Alan Modra <amodra@bigpond.net.au>
5834
5835 * config.guess: Import latest version.
5836 * config.sub: Import latest version.
5837
e9e45685
JM
58382003-02-18 Jason Merrill <jason@redhat.com>
5839
5840 * Makefile.tpl (check-c++): Allow parallelism.
5841
859789af
AC
58422003-02-17 Andrew Cagney <ac131313@redhat.com>
5843
5844 * configure: Regenerate using autoconf 000227.
5845
b3f16a9b
GK
58462003-02-15 Geoffrey Keating <geoffk@apple.com>
5847
5848 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5849 don't configure target-libobjc.
5850 * configure: Regenerate.
5851
72e60e02
DD
58522003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5853
5854 * Makefile.tpl (RANLIB): Define.
5855 * Makefile.in: Regenerate.
5856
91f0e695
KS
58572003-02-06 Keith R Seitz <keiths@redhat.com>
5858
5859 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5860 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5861 * Makefile.in: Regenerated.
5862 * configure.in: Remove all traces of snavigator, db, and grep.
5863 * configure: Regenerated.
5864
122bfa92
FCE
58652003-01-31 Frank Ch. Eigler <fche@redhat.com>
5866
5867 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5868 * Makefile.in: Regenerated.
5869
264095c3
AO
58702003-01-30 Alexandre Oliva <aoliva@redhat.com>
5871
5872 * config.if: Copy from GCC.
5873
a84dbcb3
AO
58742003-01-27 Phil Edwards <pme@gcc.gnu.org>
5875
5876 * configure.in: Revert 24Jan change.
5877 * configure: Regenerate.
5878
19618276
NN
58792003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5880
5881 * configure.in: Revert previous change.
5882 * configure: Regenerate.
5883
b7f27a92
NN
58842003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5885
5886 * configure.in: Make rda native-only.
5887 * configure: Regenerate.
5888
83326456
NN
58892003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
5890
5891 * configure.in: Add missing \.
5892 * configure: Rebuilt.
5893
5e367fa5
JJ
58942003-01-17 Jakub Jelinek <jakub@redhat.com>
5895
5896 * configure.in (baseargs): Avoid using \| in sed regular
5897 expressions.
5898 * configure: Rebuilt.
5899
e01f337c
JJ
59002003-01-16 Jakub Jelinek <jakub@redhat.com>
5901
5902 * configure.in (baseargs): Remove all supported forms of
5903 --cache-file, --srcdir, --host, --build and --target options
5904 from argument lists.
5905 * configure: Rebuilt.
5906
aa236487
AO
59072003-01-15 Alexandre Oliva <aoliva@redhat.com>
5908
5909 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5910 * configure: Rebuilt.
5911
586c0873
NN
59122003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5913
5914 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5915 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5916 * Makefile.in: Regenerate.
5917 * configure: Regenerate.
5918
497f816e
DD
59192003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5920
5921 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5922 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5923 * Makefile.in: Regenerate.
5924
bfbe5519
AO
59252003-01-09 Alexandre Oliva <aoliva@redhat.com>
5926
5927 * configure.in: Remove Makefile in build, host and target modules
5928 unless configure was run with --no-recursion.
5929 * configure: Rebuilt.
5930
3f234ef5
CD
59312003-01-08 Chris Demetriou <cgd@broadcom.com>
5932
5933 * config.guess: Update to 2003-01-03 version.
5934 * config.sub: Update to 2003-01-03 version.
5935
a3982d48
CF
59362003-01-07 Christopher Faylor <cgf@redhat.com>
5937
5938 * configure: Regenerate with proper autoconf 2.13.
5939
75778ec4
CF
59402003-01-07 Christopher Faylor <cgf@redhat.com>
5941
80b200a1
ZW
5942 * configure.in: Add AC_PREREQ for consistency.
5943 * configure: Regenerate.
75778ec4 5944
c180f501
AC
59452003-01-06 Andrew Cagney <ac131313@redhat.com>
5946
5947 * configure.in (GDB_TK): Add tcl directories conditional on
5948 gdb/gdbtk directory being present.
5949 * configure: Regenerate.
5481b376 5950
46ca2cc2
DA
59512003-01-04 John David Anglin <dave.anglin@nrc.ca>
5952
5953 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
5954 by gcc if LD is not defined and we are not doing a Canadian Cross.
5955 * configure: Rebuilt.
5956
53dd8dab
DJ
59572003-01-01 Daniel Jacobowitz <drow@mvista.com>
5958
5959 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5960
50ceb20c
TT
59612002-12-31 Tom Tromey <tromey@redhat.com>
5962
5963 * Makefile.in: Rebuilt.
5964 * Makefile.def (target_modules) [libffi]: Allow installation.
5965
e78b5cfe
AS
59662002-12-31 Andreas Schwab <schwab@suse.de>
5967
5968 * configure.in: Fix use of $program_transform_name.
5969 * configure: Regenerated.
5970
67448102
DJ
59712002-12-30 Daniel Jacobowitz <drow@mvista.com>
5972
5973 * configure.in (baseargs): Don't remove first configure argument.
5974 * configure: Regenerated.
5975
e6bfb94a
AO
59762002-12-29 Alexandre Oliva <aoliva@redhat.com>
5977
5978 * Makefile.tpl (local-distclean): Don't remove...
5979 (multilib.ts): ... this. Moved into...
5980 (multilib.out): ... this. Don't use sub-make.
5981 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5982 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5983 (configure-build-[+module+], configure-[+module+],
5984 configure-target-[+module+], configure-gcc): ... these. Test
5985 for Makefile existence. Drop config.status from dependencies.
5986 * Makefile.in: Rebuilt.
5987 * configure.in: Move gcc-version-trigger to the end of
5988 ac_configure_args. Add comments to maybedep.tmp and
5989 serdep.tmp. Introduce --disable-serial-configure. Remove
5990 nonopt from baseargs, matching and removing corresponding
5991 whitespace while at it.
5992 * configure: Rebuilt.
5993
8f0dfb36
AO
59942002-12-28 Alexandre Oliva <aoliva@redhat.com>
5995
5996 * configure.in (host_configargs): Replace reference to
5997 no-longer-defined buildopts with --build=${build_alias}.
5998 * configure: Rebuilt.
5999
43be203f
AO
60002002-12-28 Alexandre Oliva <aoliva@redhat.com>
6001
6002 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6003 program_transform_name to standard idiom.
6004 (AUTOGEN, AUTOCONF): Define.
6005 (Makefile.in): Use $(AUTOGEN).
6006 (Makefile): Depend on config.status, and use autoconf-style rule to
6007 build it. Move original commands to...
6008 (config.status): ... this new target.
6009 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6010 $(AUTOCONF).
6011 * Makefile.in: Rebuilt.
6012
a0da8069
NN
60132002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6014
d18f1c9f
NN
6015 * Makefile.tpl: Fix dramatic bustage due to change in
6016 program_transform_name.
6017 * Makefile.in: Regenerate.
6018
6019 * configure.in: Remove unnecessary PATH setting.
6020 * configure: Regnerate.
6021
6022 * configure.in: Don't default to unprefixed tools unless
6023 the native tools will work.
6024 * configure: Regenerate.
6025
a0da8069
NN
6026 * configure.in: Convert to autoconf script. Blow away lots
6027 of now-redundant Makefile fragments.
6028 * configure: Generate using Autoconf.
6029 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6030 * Makefile.in: Regenerate.
6031
c567df0a
NN
60322002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6033
5481b376 6034 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6035 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6036
5481b376 6037 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6038 where they belong.
2c7f9a32 6039
2dabcfb4
AS
60402002-12-24 Andreas Schwab <schwab@suse.de>
6041
6042 * Makefile.tpl (multilib.out): Fix missing space.
6043 * Makefile.in: Regenerate.
6044
1086bc09
NN
60452002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6046
6047 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6048 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6049 * Makefile.in: Regenerate.
6050 * configure.in: Remove unnecessary leftovers.
6051
1086bc09
NN
60522002-12-21 Geoffrey Keating <geoffk@apple.com>
6053
6054 * configure.in (extra_ranlibflags_for_target): New variable.
6055 (*-*-darwin): Add -c to ranlib commands.
6056 * configure (tooldir): Handle extra_ranlibflags_for_target.
6057
14e9ca95
JJ
60582002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6059
6060 * COPYING.NEWLIB: Updated.
6061 * COPYING.LIBGLOSS: Ditto.
6062
14c428fb
NN
60632002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6064
6065 * Makefile.tpl: Revert HJL's change.
6066 * Makefile.in: Regenerated.
6067 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6068 always.
6069
313b8244
AS
60702002-12-19 Andreas Schwab <schwab@suse.de>
6071
6072 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6073 * Makefile.in: Regenerate.
6074
efeae3db
L
60752002-12-18 H.J. Lu <hjl@gnu.org>
6076
6077 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6078 * Makefile.in: Regenerated.
6079
6080 * configure.in (build_prefix): New. Substitute.
6081
43d92c63
NN
60822002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6083
59da4fe6
NN
6084 * Makefile.tpl: Don't let real targets depend on phony targets.
6085 * Makefile.in: Regenerate.
6086
43d92c63
NN
6087 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6088 * Makefile.in: Regenerate.
6089
b72e6a2d
JM
60902002-12-16 Jason Merrill <jason@redhat.com>
6091
6092 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6093 previous 'make bootstrap'.
6094 * Makefile.in: Regenerate.
6095
95c72c44
HPN
60962002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6097
6098 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6099
7d695d07
JM
61002002-12-13 Jason Merrill <jason@redhat.com>
6101
6102 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6103 library tests.
6104 (check-c++): Just depend on it and check-target-libstdc++-v3.
6105 * Makefile.in: Regenerate.
6106
54103d1e
NN
61072002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6108
6109 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6110 * Makefile.in: Regenerate.
6111
4024f1e1
JJ
61122002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6113
80b200a1
ZW
6114 * COPYING.NEWLIB: Update list of alternate Regent of California
6115 licenses and discuss official revoking of advertising clause.
6116 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6117
7dda0df6
AO
61182002-12-12 Alexandre Oliva <aoliva@redhat.com>
6119
6120 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6121 * Makefile.in: Rebuilt.
6122
d03be79e 61232002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 6124
929293f4
NN
6125 * configure: Fix bug put in by gremlins.
6126
d03be79e
NN
6127 * Makefile.tpl: Substitute more autoconfily.
6128 * configure: Substitute more autoconfily.
6129 * Makefile.in: Regenerate.
6130
61312002-12-08 Andrew Cagney <ac131313@redhat.com>
6132
6133 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6134 * Makefile.in (all-sim): Ditto.
a36d530e
DD
6135
61362002-12-06 DJ Delorie <dj@redhat.com>
6137
6138 * Makefile.tpl: Change configure dependencies to not have real
6139 targets depend on phony targets.
b4a77b47 6140
db1ac78d
NN
61412002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6142
bcaf2395
NN
6143 * configure.in: Revert unintentional change.
6144
b4fa093e
NN
6145 * src-release: Configure host subdirs.
6146
db1ac78d
NN
6147 * Makefile.tpl: Change dependency for */multilib.out so that
6148 it works when gcc isn't in the tree.
6149
6150 * configure.in: Substitute more.
6151 * configure: Run subconfigures from the Makefile.
6152 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6153 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6154
15723a45
NN
61552002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6156
e2b9e2dc
NN
6157 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6158 and corresponding dependencies.
6159 * Makefile.in: Regenerate.
6160
2af579c4
NN
6161 * configure.in (host_tools): Order binutils, gas and ld for
6162 convenience in running the testsuites.
6163
a2cc058a
NN
6164 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6165 * Makefile.in: Regenerate.
6166 * configure.in: Introduce rules to serialize subconfigure runs.
6167
15723a45
NN
6168 * configure.in: Introduce BASE_CC_FOR_TARGET.
6169 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6170 Realize configure-build-* targets. Realize configure-target-* targets.
6171 * Makefile.in: Regenerate.
6172
ae831be5
NN
61732002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6174
6175 * configure: Move gcc_version_trigger stuff from here...
6176 * configure.in: ...to here.
6177
6178 * configure.in: Separate subconfigure options added by this file from
6179 options given by the user. Add machinery to put args for host
6180 subconfigures into the Makefile.
6181
6182 * Makefile.tpl: Remove 'vault' targets.
6183 * Makefile.tpl: Reorder and comment dependencies.
6184 * Makefile.in: Regenerate.
6185
bbf7c8ac
NN
61862002-11-28 Geoffrey Keating <geoffk@apple.com>
6187
6188 * configure.in: Move host-specific darwin noconfigdirs into
6189 the host-specific section.
6190
930314a4
NN
61912002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6192
52d7cdee
NN
6193 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6194 during replay.
6195 * Makefile.in: Regenerate.
6196
930314a4
NN
6197 (finishing slow-motion replay)
6198 * configure: Remove skip-this-dir support.
6199 * Makefile.tpl: Remove skip-this-dir support.
6200
6201 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6202 subdirectories.
6203 * Makefile.in: Regenerate.
6204
6205 * Makefile.tpl: Strip out useless setting of 'dir'.
6206 * Makefile.in: Regenerate.
5481b376 6207
930314a4
NN
62082002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6209
6210 (finishing slow-motion replay)
6211 * configure.in: Fix deeply stupid bug.
6212
6213 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6214 shell code in CXX_FOR_TARGET
6215 * Makefile.def: Introduce raw_cxx.
6216 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6217 RAW_CXX_FOR_TARGET.
6218 * Makefile.in: Regenerate.
6219
62202002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6221
6222 (finishing slow-motion replay)
6223 * Makefile.tpl: Remove unnecessary ifs.
6224 * Makefile.in: Regenerate.
6225
5481b376 6226 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6227 dependencies. Maybe-ize build-libiberty. Create dummy install
6228 targets for 'no_install' modules.
5481b376 6229 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6230 build_modules stuff to configure.in.
5481b376 6231 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6232 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6233 * Makefile.in: Regenerate.
6234
3866be5d
NN
62352002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6236
6237 (continuing slow-motion replay)
6238 * Makefile.tpl: Make all-target, install-target behave similarly
6239 to all, install (only hitting configured targets). Eliminate
6240 unused macro defintions.
6241
6242 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6243 build != host.
6244
6245 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6246
6247 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6248
5481b376 6249 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6250 configuring. Remove references to "dosrel".
6251 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6252 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6253 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6254 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6255 and redundant dependency; rearrange slightly.
6256 * Makefile.def: Add host-side libtermcap, utils.
6257
6258 * Makefile.in: Regenerate.
6259
e393202e
NN
62602002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6261
6262 (Continuing slow-motion replay)
6263 * Makefile.def: Add list of recursive targets to autogenerate.
6264 Add build_modules.
6265 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6266 targets. Autogenerate *-build-* targets.
6267 * Makefile.in: Regenerate.
6268
583d52d7
NN
62692002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6270
6271 (Continuing slow-motion replay)
6272 * configure: More autoconf-style substitutions.
6273 * Makefile.tpl: More autoconf-style substitutions.
6274 * Makefile.in: Regenerate.
6275
62762002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6277
6278 (Continuing slow-motion replay)
6279 * configure: Substitute more variables in a more autoconf-friendly
6280 way. Simplify slightly.
6281 * Makefile.tpl: Make more variables substitutable in an
6282 autoconf-friendly way.
6283 * Makefile.in: Regenerate.
6284
874e38b4
NN
62852002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6286
6287 (Continuing slow-motion replay)
6288 * configure.in (v810*): Remove special setting of tools.
6289
6290 * configure: Add support for extra required flags for ar or nm.
6291 * configure.in (aix4.3+): Use above support for target-specific
6292 issues, rather than using config/mt-aix43.
6293
852e5f18
NN
62942002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6295
6296 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6297 * configure: Remove 'removing', which doesn't work. Replace $subdir
6298 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6299 with $srcdir. Reformat indentation. Substitute some variables
6300 formerly hard-coded in the Makefile for build=host.
6301 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6302 * Makefile.def: Autogenerate more.
6303 * Makefile.in: Regenerate.
6304
c9a0d920
DD
63052002-11-13 Bruce Korb <bkorb@gnu.org>
6306
6307 * Makefile.tpl: syntactic cleanup
6308
dd2768ff
KB
63092002-11-04 Kevin Buettner <kevinb@redhat.com>
6310
6311 * Makefile.def (host_modules): Add rda.
6312 * Makefile.in: Regenerate.
6313 * configure.in (target_tool): Add target-rda to list.
6314
1aa8389d
DD
63152002-10-25 Phil Edwards <pme@gcc.gnu.org>
6316
6317 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6318 and restrap targets to this rule.
6319 * Makefile.in: Regenerate.
6320
28f46298
HPN
63212002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6322
6323 * configure.in (i[3456]86-*-linux*): Add check to disable
6324 ${libgcj} for glibc1.
6325
ff72e302
NC
63262002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6327
6328 * configure.in: Add tic4x target.
6329
8607b6c9
NN
63302002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6331
6332 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6333 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6334 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6335 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6336 * Makefile.in: Regenerate.
6337
f8f61f4a
NN
63382002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6339
c86f794b
NN
6340 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6341 * Makefile.in: Regenerate.
6342
a9590527
NN
6343 * Makefile.def: Remove order dependency comments.
6344 * Makefile.tpl: Add explicit install-install dependencies.
6345 * Makefile.in: Regenerate.
6346
8412ce72
NN
6347 * Makefile.tpl: Remove material now in src-release. (Finally!)
6348 * Makefile.in: Regenerate.
6349
8b9f37f1
NN
6350 * configure: Restore my original patch by syncing with gcc version.
6351
f8f61f4a
NN
6352 * Bring following over from gcc:
6353
63542002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6355
6356 * configure.in (s390*-*-linux*): Enable libgcj.
6357
403d9505
NN
63582002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6359
6360 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6361
95f6f383
AM
63622002-10-02 Alan Modra <amodra@bigpond.net.au>
6363
e4673b0a 6364 * configure: Move stray lines back to where they belong.
95f6f383 6365
748503c8
NN
63662002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6367
a581b5c3
NN
6368 * Makefile.tpl: Insert configure-target target, for src-release.
6369
c084f5b4
NN
6370 * configure: Finish reverting change which Andrew Cagney started
6371 reverting. Should fix bustage.
6372
7aa673ed 6373 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
6374 * src-release: New file. Contains material for making net
6375 releases for gdb, binutils, et al., formerly in Makefile.in.
6376
82a9b2d9
NC
63772002-09-30 Nick Clifton <nickc@redhat.com>
6378
6379 * cpu: New top level directory. Intended to hold input files for
6380 CGEN which have FSF copyright assignment.
6381 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6382
c2463a00
AC
63832002-09-29 Andrew Cagney <ac131313@redhat.com>
6384
6385 Revert below (note that src does not contain Makefile.tpl):
6386 * Makefile.tpl: Make subsituted variables more autoconfy.
6387 * Makefile.in: Regenerate.
6388
f03b4789
NN
63892002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6390
c11e16a9
NN
6391 * configure: Revert accidentally applied changes.
6392
f03b4789
NN
6393 * Makefile.tpl: Make more autoconf-friendly.
6394 * Makefile.in: Regenerate.
6395 * configure: Make substitution more autoconf-like.
6396
63972002-09-28 Richard Earnshaw <rearnsha@arm.com>
6398
6399 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6400 single entry to handle all these.
6401 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6402 libjava on arm-*-elf.
6403
c0292023
GK
64042002-09-27 Geoffrey Keating <geoffk@apple.com>
6405
6406 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6407 things that depend on them.
6408
c66d951e
NN
64092002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6410
6411 * Makefile.tpl: Make subsituted variables more autoconfy.
6412 * Makefile.in: Regenerate.
6413 * configure: Make seds more autoconfy.
6414
907a7241 64152002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
6416
6417 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6418 * Makefile.in: Regenerate.
6419 * configure.in: Rewrite sed statements to look autoconfy.
6420
907a7241
NN
6421 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6422 all-target-foo on configure-target-foo.
6423 * Makefile.def: Ditto.
6424 * Makefile.in: Rebuild.
6425
405ea7a0
NN
64262002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6427
6428 * Makefile.def: New file.
6429 * Makefile.tpl: New file.
6430 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6431
6432 * configure.in: Minor rearrangement. Simplify tests.
6433
bdc57bfd
JT
64342002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6435
6436 * configure.in (with_headers): Skip copy if value is "yes".
6437 (with_libs): Likewise.
6438
ae03d6e2
NN
64392002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6440
6441 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6442 * configure.in (sh*-*-pe*): Ditto.
6443 * configure.in (mips*-*-pe*): Ditto.
6444 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
6445
6446 * configure.in: Rearrange.
6447
707960fe
NC
64482002-09-12 Nick Clifton <nickc@redhat.com>
6449
6450 * Import these changes from the config master repository:
6451
6452 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6453
6454 * config.sub: Add tic4x target.
6455
6456 2002-09-03 Ben Elliston <bje@redhat.com>
6457
6458 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6459 Reported by <Duncan_Stodart@insession.com>.
6460
36ea319f
JJ
64612002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6462
6463 * COPYING.NEWLIB: More updates.
6464
cf57480a
JJ
64652002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6466
6467 * COPYING.NEWLIB: Update.
6468
fd31a171
AC
64692002-08-23 Andrew Cagney <ac131313@redhat.com>
6470
23b632fc
AC
6471 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6472
fd31a171
AC
6473 * config.guess: Import version 2002-08-23.
6474 * config.sub: Import version 2002-08-22.
6475
a08bafb5
AO
64762002-08-20 Alexandre Oliva <aoliva@redhat.com>
6477
6478 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6479 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6480 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6481
17240c1f
NC
64822002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6483
6484 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6485
e70ad0c6
L
64862002-08-04 H.J. Lu (hjl@gnu.org)
6487
6488 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6489
574e6d11
DD
64902002-07-31 Alan Modra <amodra@bigpond.net.au>
6491
6492 * configure.in: Move generic linux case to end. Copy generic
6493 linux noconfigdirs to mips*-*-linux* entry and new
6494 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6495
611e7523
CD
64962002-07-19 Chris Demetriou <cgd@broadcom.com>
6497
6498 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6499 one instance of them which was missed to the list to update.
6500
51759676
CD
65012002-07-16 Chris Demetriou <cgd@broadcom.com>
6502
6503 * config.guess: Update to 2002-07-09 version.
6504 * config.sub: Update to 2002-07-03 version.
6505
7c1f909c
DD
65062002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6507
6508 * configure.in: Remove two redundant tests.
6509
d7cf5d30
DD
65102002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6511
6512 * configure.in (mips*-*-irix6*o32): Enable stabs.
6513
c74222f7
DD
65142002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6515
5b53c336
DD
6516 * configure.in: Don't build grez.
6517 * Makefile.in: Ditto.
6518
c74222f7
DD
6519 * Makefile.in: Remove references to bsp, cygmon, libstub.
6520 * configure.in: Ditto.
6521
6522 * configure.in: Remove leftover reference to gdbtest.
6523
edd1b227
DD
65242002-07-08 Phil Edwards <pme@gcc.gnu.org>
6525
6526 * configure.in (gxx_include_dir): Change to match versioned
6527 C++ headers if --enable-version-specific-runtime-libs is used.
6528
486186e3
AO
65292002-07-04 Steve Ellcey <sje@cup.hp.com>
6530
6531 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6532
ff0a3bf8
DD
65332002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6534
6535 * configure.in: Make --without-x work.
6536
1dfa8174
NC
65372002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6538
6539 * contrib: New directory. Created to contain a copy of the
5481b376 6540 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
6541 the FSF GCC sources.
6542
07637366
DD
65432002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6544
b6f83f2a
DD
6545 * configure.in: Rearrange target Makefile fragment collection.
6546
07637366
DD
6547 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6548 cvs[src].
6549 * configure.in: Ditto.
6550
f48556b1
DD
65512002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6552
6553 * Makefile.in: Eliminate 'apache' targets.
6554 * configure.in: Eliminate 'apache' targets.
6555
6556 * configure.in: Eliminate redundant tests. Reorganize.
6557
6558 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6559
6560 * config-ml.in: Eliminate references to Cygnus configure.
6561
6562 * Makefile.in: Eliminate references to building emacs.
6563
65642002-07-01 Denis Chertykov <denisc@overta.ru>
6565
6566 * configure.in: Add support for ip2k.
6567
cdb9e2b8
BE
65682002-06-24 Ben Elliston <bje@redhat.com>
6569
6570 * configure.in (host_tools): Remove cgen.
6571
6572 * Makefile.in (all-cgen): Remove; runs from its source directory.
6573 (check-cgen, install-cgen, clean-cgen): Likewise.
6574 (all-opcodes): No not depend on all-cgen.
6575 (all-sim): Likewise.
6576
3558860c
DD
65772002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6578
6579 * configure.in: Fix AIX configury bug.
6580
e3b0c936
DD
65812002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6582
cdb9e2b8 6583 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 6584
cdb9e2b8
BE
6585 * configure.in: Move definition of libstdcxx_flags right above
6586 usage, rather than way earlier.
8ee424c0 6587
c712250a
DD
6588 * configure.in: Pull definition of is_cross_compiler earlier.
6589
9ee1a75c
DD
6590 * configure.in: Rearrange a little.
6591
e3b0c936
DD
6592 * configure.in: Remove references to librx.
6593 * Makefile.in: Remove references to librx.
6594
b2bd228e
DD
65952002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6596
6597 * configure.in: Eliminate ${gasdir} variable.
6598
7cd52483
DB
65992002-06-18 Dave Brolley <brolley@redhat.com>
6600
6601 * configure.in: Add support for frv.
6602 * config.sub: Add support for frv.
6603
6c5e141a
DD
66042002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6605
6606 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6607
0d18b56d
JT
66082002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6609
6610 * configure.in (vax-*-netbsd*): Re-enable gas.
6611
fd8958d5
DD
66122002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6613
27f15fdd
DD
6614 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6615 BUILD_PREFIX_1, to correct nomenclature.
6616 * configure: Likewise.
6617
fd8958d5
DD
6618 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6619 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6620
0c2442b7
DD
66212002-05-31 Olaf Hering <olh@suse.de>
6622
6623 * config-ml.in: Propogate DESTDIR also.
6624
a3602181
JT
66252002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6626
6627 * configure.in (vax-*-netbsd*): Don't build gas for this
6628 platform.
6629
c95f53ae
MM
66302002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6631
6632 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6633 and libgcj for AVR.
6634
1d7c1053
NC
66352002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6636
6637 * config.sub: Add DLX target.
6638
4b37028f
JT
66392002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6640
6641 * config.guess: Update to 2002-05-22 version.
6642 * config.sub: Likewise.
6643
d5de0a84
NC
66442002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6645
6646 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6647 * config-ml.in: Likewise.
6648 * configure: Likewise.
6649 * configure.in: Likewise.
6650
c92a0210
DD
66512002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6652
115a77aa
DD
6653 * configure.in: Simplify makefile fragment collection.
6654
6655 * configure.in: Remove code to build emacs.
e99daf2b 6656
91e060aa
DD
6657 * configure.in : Remove --srcdir argument from targargs and buildargs
6658 (it's always overridden in the Makefile anyway). Rearrange a bit.
6659
6660 * configure: Move some logic to configure.in.
6661 * configure.in: Move some logic from configure.
c92a0210 6662
91217342
JJ
66632002-05-07 Jeff Johnston <jjohnstn@redhat.com>
6664
6665 * COPYING.LIBGLOSS: New file.
6666
d3d8a9ee
NC
66672002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
6668
6669 * Makefile.in: Honour DESTDIR.
6670
3a036cdc
AO
66712002-05-05 Alexandre Oliva <aoliva@redhat.com>
6672
6673 * configure.in (noconfigdirs): Don't disable libgcj on
6674 sparc64-*-solaris* and sparcv9-*-solaris*.
6675
6d095fe4
AO
66762002-05-03 Alexandre Oliva <aoliva@redhat.com>
6677
6678 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6679
dac55df9
TF
66802002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6681
6682 * configure.in (FLAGS_FOR_TARGET): Do not add
6683 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6684 on i[3456]86-*-linux*.
6685
a018e15b
TF
66862002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6687
6688 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
6689
6690 * configure.in (noconfigdirs): Do not add target-newlib if
6691 target == i[3456]86-*-linux*, and host == target.
6692
5f284831
MM
66932002-04-29 Mark Mitchell <mark@codesourcery.com>
6694
6695 * config.guess: Updated to 2002-04-26's version.
6696 * config.sub: Updated to 2002-04-26's version.
6697
33babf59
DD
66982002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6699
bd5f7da2
DD
6700 * configure.in: delete reference to absent file
6701
a0c4f3a0
DD
6702 * configure.in: replace '[' with 'test'
6703
66f1ba4f
DD
6704 * configure.in: Eliminate references to gash.
6705 * Makefile.in: Eliminate references to gash.
6706
7c3ab50c
DD
6707 * configure.in: remove useless references to 'pic' makefile fragments.
6708
bbc025f5
DD
6709 * configure.in: (*-*-windows*) Finish removing.
6710
33babf59
DD
6711 * configure.in: Eliminate redundant test for libgui.
6712
d5ec694c
DD
67132002-04-26 Joel Sherrill <joel@OARcorp.com>
6714
6715 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6716 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6717
57a5346c
DD
67182002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6719
6720 * configure.in: remove references to dead files
6721
dbf93899
DD
67222002-04-18 Tom Tromey <tromey@redhat.com>
6723
6724 * configure.in: Disallow configuring libgcj when it is already
6725 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6726 Solaris 2.8 by default. For PR libgcj/6158.
6727
26eadf68
DD
67282002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6729
6730 * configure.in: Move default CC setting out of config/mh-* fragments
6731 directly into here.
6732
a0a2c6c6
DD
67332002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6734
6735 * configure.in: don't even try to configure or make a subdirectory
6736 if there's no configure script for it.
6737
9972f812
DD
67382002-04-15 Mark Mitchell <mark@codesourcery.com>
6739
6740 * MAINTAINERS: Remove chill maintainers.
6741 * Makefile.in (CHILLFLAGS): Remove.
6742 (CHILL_LIB): Remove.
6743 (TARGET_CONFIGDIRS): Remove libchill.
6744 (CHILL_FOR_TARGET): Remove.
6745 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6746 CHILL_LIB.
6747 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6748 (CHECK_TARGET_MODULES): Likewise.
6749 (INSTALL_TARGET_MODULES): Likewise.
6750 (CLEAN_TARGET_MODULES): Likewise.
6751 (configure-target-libchill): Remove.
6752 (all-target-libchill): Remove.
6753 * configure.in (target_libs): Remove target-libchill.
6754 Do not compute CHILL_FOR_TARGET.
6755 * libchill: Remove directory.
5481b376 6756
75205f78
DD
67572002-04-15 DJ Delorie <dj@redhat.com>
6758
6759 * Makefile.in, configure.in, configure: Sync with gcc, entries
6760 follow...
6761
67622002-04-08 Tom Tromey <tromey@redhat.com>
6763
6764 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6765 Fixes PR libgcj/6068.
6766
67672002-03-30 Krister Walfridsson <cato@df.lth.se>
6768
6769 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6770
67712002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6772
6773 * configure.in (alpha*-dec-osf*): Enable libgcj.
6774
67752002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6776
6777 Fix for: PR bootstrap/3591, target/5676
6778 * configure.in (mcore-pe): Disable the configuration of
6779 libstdc++-v3 since exceptions are not supported.
6780
67812002-03-20 Anthony Green <green@redhat.com>
6782
6783 * configure.in: Enable libgcj for xscale-elf target.
6784
67852002-02-28 Alexandre Oliva <aoliva@redhat.com>
6786
6787 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6788 libjava.
6789 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6790
67912002-02-22 Alexandre Oliva <aoliva@redhat.com>
6792
6793 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6794 libstdc++-v3 and libjava.
6795
67962002-02-11 Adam Megacz <adam@xwt.org>
6797
6798 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6799 boehm-gc
6800
68012002-02-09 Alexandre Oliva <aoliva@redhat.com>
6802
6803 * config.guess: Updated to 2002-01-30's version.
6804 * config.sub: Updated to 2002-02-01's version.
6805 Contribute sh64-elf.
6806 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6807 * configure.in: Added sh64-*-*.
6808
68092002-01-17 H.J. Lu <hjl@gnu.org>
6810
6811 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6812 (all-target-fastjar): Also depend on all-target-libiberty.
6813
6814Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6815
6816 * configure, configure.in: Use temp file for long sed commands.
6817
68182001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6819
6820 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6821 libf2c.
6822
68232001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6824
6825 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6826
68272001-10-11 Hans-Peter Nilsson <hp@axis.com>
6828
6829 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6830
68312001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
6832
6833 * configure: Handle temporary files securely using mkdir.
6834
68352001-09-26 Will Cohen <wcohen@redhat.com>
6836
6837 * configure.in (*-*-linux*): Disable configuration of target-newlib
6838 and target-libgloss.
6839
68402001-09-26 Alexandre Oliva <aoliva@redhat.com>
6841
6842 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6843 RANLIB.
6844
68452001-08-11 Graham Stott <grahams@redhat.com>
6846
6847 * Makefile.in (check-c++): Add missing semicolon.
6848
68492001-07-25 Andrew Haley <aph@cambridge.redhat.com>
6850
6851 * configure.in (sh-*-linux*): New.
6852
68532001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6854
6855 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6856 and libgcj on m68hc11/m68hc12.
6857
68582001-06-27 H.J. Lu (hjl@gnu.org)
6859
6860 * Makefile (CFLAGS_FOR_BUILD): New.
6861 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6862
68632001-06-01 Hans-Peter Nilsson <hp@axis.com>
6864
6865 * configure.in (libstdcxx_flags): Do not try to execute
6866 libstdc++-v3/testsuite_flags until it exists.
6867
68682001-05-18 Benjamin Kosnik <bkoz@redhat.com>
6869
6870 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6871
68722001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
6873
6874 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6875
6876Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
6877
6878 * configure.in: Move *-chorusos target case to the proper switch.
6879 Disable libgcj.
6880
68812001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6882
6883 * Makefile.in (STAGE1_CFLAGS): Pass down.
6884
68852001-04-13 Alan Modra <amodra@one.net.au>
6886
6887 * config.guess: Add hppa64-linux support. Note for next import that
6888 this is already in the master file.
6889 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
6890
68912001-03-22 Colin Howell <chowell@redhat.com>
6892
6893 * Makefile.in (DO_X): Do not backslash single-quotes in
6894 backquotes (two places).
6895
68962001-03-18 Laurynas Biveinis <lauras@softhome.net>
6897
6898 * Makefile.in (DO_X): Quote nested quotes.
6899
69002001-03-15 Laurynas Biveinis <lauras@softhome.net>
6901
6902 * Makefile.in (DO_X): Use double quotes for quoting
6903 "RANLIB=$${RANLIB}".
6904
69052001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
6906
6907 * configure.in: Only use `lang_requires' for languages athat are
6908 actually enabled.
6909
69102001-03-07 Tom Tromey <tromey@redhat.com>
6911
6912 * configure.in: Allow config-lang.in to set `lang_requires' to list
6913 of other required languages.
6914
69152001-03-06 Laurynas Biveinis <lauras@softhome.net>
6916
6917 * Makefile.in: Remove RANLIB definition. Use RANLIB
6918 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6919 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6920
69212001-02-28 Benjamin Kosnik <bkoz@redhat.com>
6922 Alexandre Oliva <aoliva@redhat.com>
6923
6924 * Makefile.in (check-c++): Use tabs, not spaces.
6925
69262001-02-19 Benjamin Kosnik <bkoz@redhat.com>
6927
6928 * Makefile.in (check-c++): New rule.
6929
6930 * configure.in (target_libs): Remove libg++.
6931 (noconfigdirs): Remove libg++.
6932 (noconfigdirs): Same.
6933 (noconfigdirs): Same.
6934 (noconfigdirs): Same.
6935
6936 * config-ml.in: Remove libg++ references.
6937
6938 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6939 (ALL_TARGET_MODULES): Same.
6940 (configure-target-libg++): Remove.
6941 (all-target-libg++): Remove.
6942 (configure-target-libio): Remove.
6943 (all-target-libio): Remove.
6944 (check-target-libio): Remove.
6945 (.PHONY): Remove.
6946 (libg++.tar.bz2): Remove.
6947 (all-target-cygmon): Remove libio.
6948 (all-target-libstdc++): Remove.
6949 (configure-target-libstdc++): Remove.
6950 (TARGET_LIB_PATH): Remove libstdc++.
6951 (ALL_GCC_CXX): Remove libstdc++.
6952 (all-target-gperf): Correct.
6953
69542001-02-15 Anthony Green <green@redhat.com>
6955
6956 * configure: Introduce GCJ_FOR_TARGET.
6957 * configure.in: Ditto.
6958 * Makefile.in: Ditto.
6959
69602001-02-08 Chandrakala Chavva <cchavva@redhat.com>
6961
6962 * configure.in: for *-chorusos, don't config target-newlib and
6963 target-libgloss.
6964
69652001-02-04 Mark Mitchell <mark@codesourcery.com>
6966
6967 Remove V2 C++ library.
6968 * configure.in: Remove --enable-libstdcxx_v3 support.
6969
69702001-01-27 Richard Henderson <rth@redhat.com>
6971
6972 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6973
69742001-01-26 Tom Tromey <tromey@redhat.com>
6975
6976 * configure.in: Allow libgcj to be built on Sparc Solaris.
6977
69782001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
6979
6980 * configure.in: Enable libgcj on several additional platforms.
6981
69822001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
6983
6984 * configure.in: Enable libgcj for linux targets.
6985
69862001-01-09 Mike Stump <mrs@wrs.com>
6987
6988 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6989 failures of subdirectories.
6990
69912001-01-02 Laurynas Biveinis <lauras@softhome.net>
6992
6993 * configure: handle DOS-style absolute paths.
6994
69952001-01-02 Laurynas Biveinis <lauras@softhome.net>
6996
6997 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6998
69992000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7000
7001 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7002 (libstdcxx_incdir): Pass down.
7003 * config.if: Remove expired bits for cxx_interface, add stub.
7004 (libstdcxx_incdir): Add variable for g++ include directory.
7005 * configure.in (gxx_include_dir): Use it.
7006
70072000-12-15 Andreas Jaeger <aj@suse.de>
7008
7009 * configure.in: Handle lang_dirs.
7010
70112000-12-13 Anthony Green <green@redhat.com>
7012
7013 * configure.in: Disable libgcj for any target not specifically
7014 listed. Disable libgcj for x86 and Alpha Linux until compatible
7015 with g++ abi.
7016
70172000-12-13 Mike Stump <mrs@wrs.com>
7018
7019 * Makefile.in (local-distclean): Also remove fastjar.
7020
70212000-12-10 Anthony Green <green@redhat.com>
7022
7023 * configure.in: Define libgcj. Disable libgcj target libraries for
7024 most targets.
7025
70262000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7027
7028 * configure.in (target_libs): Revert 2000-12-08 patch.
7029 (noconfigdirs): Added target-libjava.
7030
70312000-12-09 Laurynas Biveinis <lauras@softhome.net>
7032
7033 * Makefile.in: handle DOS-style absolute paths.
7034
70352000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7036
7037 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7038 libjava.
7039 * configure.in (target_libs): Removed `target-libjava'.
7040
70412000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7042
7043 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7044 (ALL_MODULES): Added fastjar.
7045 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7046 (all-target-libjava): all-fastjar replaces all-zip.
7047 (all-fastjar): Added.
7048 (configure-target-fastjar, all-target-fastjar): Likewise.
7049 * configure.in (host_tools): Added fastjar.
7050
70512000-12-07 Mike Stump <mrs@wrs.com>
7052
7053 * Makefile.in (local-distclean): Remove leftover built files.
7054
70552000-11-16 Fred Fish <fnf@be.com>
7056
7057 * configure.in (enable_libstdcxx_v3): Fix typo,
7058 libstd++ -> libstdc++.
7059
70602000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7061
7062 * configure: Provide the original toplevel configure arguments
7063 (including $0) to subprocesses in the environment rather than
7064 through gcc/configargs.h.
7065
70662000-11-12 Mark Mitchell <mark@codesourcery.com>
7067
7068 * configure: Turn on libstdc++ V3 by default.
7069
70702000-10-16 Michael Meissner <meissner@redhat.com>
7071
7072 * configure (gcc/configargs.h): Only create if there is a build GCC
7073 directory created.
7074
70752000-10-05 Phil Edwards <pme@gcc.gnu.org>
7076
7077 * configure: Save configure arguments to gcc/configargs.h.
7078
70792000-10-04 Andris Pavenis <pavenis@latnet.lv>
7080
7081 * Makefile.in (bootstrap): avoid recursion if subdir missing
7082 (cross): ditto
7083 (do-proto-toplev): ditto
7084
7085Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7086
7087 * configure.in: Do not build byacc for hppa64. Provide paths to the
7088 X11 libraries for hppa64.
7089
70902000-09-02 Anthony Green <green@cygnus.com>
7091
7092 * Makefile.in (all-gcc): Depend on all-zlib.
7093 (CLEAN_MODULES): Add clean-zlib.
7094 (ALL_MODULES): Add all-zlib.
7095 * configure.in (host_libs): Add zlib.
7096
70972000-08-25 Alexandre Oliva <aoliva@redhat.com>
7098
7099 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7100 $targargs to tell whether newlib is going to be built.
7101
7102 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7103 $$r/TARGET_SUBDIR/libio for _G_config.h.
7104
71052000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7106
7107 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7108
7109 * configure: Make enable_threads and enable_shared defaults
7110 explicit. Substitute enable_threads into generated Makefiles.
7111 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7112 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7113
71142000-08-02 Manfred Hollstein <manfredh@redhat.com>
7115
7116 * configure.in: Re-enable all references to libg++ and librx.
7117
ffb97b2f 71182002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7119
ffb97b2f
DD
7120 * configure.in: Add *-*-freebsd* configurations.
7121
bbf6e9e3
AC
71222002-04-07 Andrew Cagney <ac131313@redhat.com>
7123
7124 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7125 (do-tar, do-bz2): New rules.
7126 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7127 (gdb-tar): New rule.
7128 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7129 (insight_dejagnu.tar): New rule.
7130 (insight.tar): New rule.
7131 (gdb+dejagnu.tar): New rule.
7132 (gdb.tar): New rule.
7133
8f1579c0
AC
71342002-04-07 Andrew Cagney <ac131313@redhat.com>
7135
7136 * MAINTAINERS: Update dejagnu/
7137
ba3c59ab
AO
71382002-03-16 Alexandre Oliva <aoliva@redhat.com>
7139
7140 * ltmain.sh (relink_command): Fix typo in previous change.
7141
6243d5dd
AO
71422002-03-15 Alexandre Oliva <aoliva@redhat.com>
7143
7144 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7145 (relink_command): Added --tag flags.
7146 (mode=install): If relinking fails; error out.
7147
80413487
RH
71482002-03-12 Richard Henderson <rth@redhat.com>
7149
7150 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7151 .NOTPARALLEL tag.
7152 (do-check): Rename from check.
7153 (check): Allow parallel check.
7154
3daeddf6
RH
71552002-03-11 Richard Henderson <rth@redhat.com>
7156
7157 * Makefile.in (.NOTPARALLEL): Add fake tag.
7158
fad93c55
L
71592002-03-07 H.J. Lu (hjl@gnu.org)
7160
7161 * configure.in: Enable gprof for mips*-*-linux*.
7162
2e8357fc
AO
71632002-02-28 Alexandre Oliva <aoliva@redhat.com>
7164
7165 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7166 libjava.
7167 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7168
bd48e1a9
AC
71692002-02-24 Andrew Cagney <ac131313@redhat.com>
7170
7171 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7172
39121370
DJ
71732002-02-23 Daniel Jacobowitz <drow@mvista.com>
7174
7175 * config.guess: Import from master sources, rev 1.232.
7176 * config.sub: Import from master sources, rev 1.246.
7177
081ff160
AO
71782002-02-23 Alexandre Oliva <aoliva@redhat.com>
7179
7180 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7181 because its Makefile is there; test for the executable instead.
7182
20a5393b
AO
71832002-02-09 Alexandre Oliva <aoliva@redhat.com>
7184
7185 Contribute sh64-elf.
7186 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7187 * configure.in: Added sh64-*-*.
7188
38135629
JJ
71892002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7190
80413487
RH
7191 * COPYING.NEWLIB: Remove advertising clause from
7192 Berkeley and Red Hat licenses.
38135629 7193
48d19748
MD
71942002-02-01 Mo DeJong <supermo@bayarea.net>
7195
7196 * Makefile.in: Add all-tix to deps for all-snavigator
7197 so that tix is built when building snavigator.
7198
f6e1c110
BE
71992002-02-01 Ben Elliston <bje@redhat.com>
7200
7201 * config.guess: Import from master sources, rev 1.229.
7202 * config.sub: Import from master sources, rev 1.240.
7203
4867be41
DJ
72042002-01-27 Daniel Jacobowitz <drow@mvista.com>
7205
7206 From Steve Ellcey <sje@cup.hp.com>:
7207 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7208 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7209 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7210 IA64.
7211 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7212 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7213 soname_spec, sys_lib_search_path_spec): Ditto.
7214
e82380cc
JT
72152002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7216
7217 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7218 target-libiberty, and target-libgloss. Skip Java-related
7219 libraries if not supported for NetBSD on target CPU.
7220
1319fb9c
NC
72212002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7222
7223 * configure.in: Import StrongARM and XScale target_configdirs from
7224 FSF GCC version.
7225
b020f6ac
L
72262002-01-16 H.J. Lu (hjl@gnu.org)
7227
7228 * config.guess: Import from master sources, rev 1.225.
7229 * config.sub: Import from master sources, rev 1.238.
7230
7231 * MAINTAINERS: Updated notes on config.guess and config.sub.
7232
a0c1c920
NC
72332002-01-11 Steve Ellcey <sje@cup.hp.com>
7234
7235 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7236 ld and gdb are not supported.
7237
a9fa5e1f
JJ
72382002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7239
7240 * Change reference to Cygnus Solutions to be Red Hat.
7241
94077108
JJ
72422002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7243
7244 * COPYING.NEWLIB: Update generic copyright date.
7245
05ecd75c
MS
72462002-01-07 Mark Salter <msalter@redhat.com>
7247
7248 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7249 Allow target-libgloss to be built for arm, strongarm, and xscale.
7250
a106bb62
BE
72512002-01-03 Ben Elliston <bje@redhat.com>
7252
7253 * MAINTAINERS: Update URL for config.* scripts.
7254
0e254642
AM
72552001-12-18 Alan Modra <amodra@bigpond.net.au>
7256
7257 * config.sub: Import latest version.
7258 * config.guess: Likewise.
7259
0a0d0041
TF
72602001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7261
7262 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7263 options for i[3456]86-pc-linux* native builds.
7264
d932cae7
NC
72652001-12-05 Laurent Guerby <guerby@acm.org>
7266
7267 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7268 libiberty.
d932cae7
NC
7269
7270 Import this patch from gcc:
5481b376 7271
d932cae7
NC
7272 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7273
7274 * symlink-tree: handle DOS-style absolute paths.
7275
49b7683b
DD
72762001-11-28 DJ Delorie <dj@redhat.com>
7277 Zack Weinberg <zack@codesourcery.com>
7278
7279 When build != host, create libiberty for the build machine.
7280
7281 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7282 CONFIG_ARGUMENTS.
7283 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7284 New variables.
7285 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7286 and rules.
7287 (all.normal): Depend on ALL_BUILD_MODULES.
7288 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7289 (all-build-libiberty): Depend on configure-build-libiberty.
7290
7291 * configure: Calculate and substitute proper value for
7292 ALL_BUILD_MODULES.
7293 * configure.in: Create the build subdirectory.
7294 Calculate and substitute TARGET_CONFIGARGS (formerly
7295 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7296
26ef82f4
GK
72972001-11-26 Geoffrey Keating <geoffk@redhat.com>
7298
7299 * config.sub: Update to version 1.232 on subversion.
7300
43e64072
NC
73012001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7302
7303 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7304 files from .po files for a distribution.
7305
66f6c0d5
HPN
73062001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7307
7308 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7309
4a02fdb2
JH
73102001-11-13 Jeff Holcomb <jeffh@redhat.com>
7311
7312 Merged from net gcc:
7313 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7314 * ltcf-c.sh: Use $objext, not $ac_objext.
7315 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7316 * ltcf-cxx.sh: Add support for GNU.
7317 2001-07-22 Timothy Wall <twall@redhat.com>
7318 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7319 default settings if using GNU tools with that configuration.
7320 * ltcf-cxx.sh: Ditto.
7321 * ltcf-gcj.sh: Ditto.
7322 2001-07-21 Michael Chastain <chastain@redhat.com>
7323 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7324 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7325 * ltmain.sh: Mark as gcc-local.
7326
227b9953
JH
73272001-11-13 Jeff Holcomb <jeffh@redhat.com>
7328
7329 * Makefile.in (all-bison): Revert 2001-10-24.
7330 Don't depend on texinfo.
7331
cbbab8fb
JJ
73322001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7333
80413487 7334 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 7335
922b2485
DD
73362001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7337
7338 * configure.in (--enable-languages): Be more permissive about
7339 syntax. Check for empty lists better. Warn about $LANGUAGES.
7340
f08fa01d
HPN
73412001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7342
7343 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7344
fee3da4e
JH
73452001-10-24 Jeff Holcomb <jeffh@redhat.com>
7346
7347 Makefile.in (all-bison): Don't depend on texinfo.
7348
73fb1ef9
AM
73492001-10-03 Alan Modra <amodra@bigpond.net.au>
7350
7351 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7352
373688ac
AO
73532001-09-29 Alexandre Oliva <aoliva@redhat.com>
7354
7355 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7356
9c07660b
HPN
73572001-09-28 Hans-Peter Nilsson <hp@axis.com>
7358
7359 * config.sub, config.guess: Import latest from subversions.
7360
3f152009
AO
73612001-09-21 Alexandre Oliva <aoliva@redhat.com>
7362
7363 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7364 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7365 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7366 avoid quotes nesting problems.
7367 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7368 (DO_X): Export only variables that are set.
7369
8f6a59e5
BE
73702001-09-19 Ben Elliston <bje@redhat.com>
7371
7372 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7373 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7374 semantics. Use the shell built-in "type" command instead.
7375
a1ec19fa
TS
73762001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7377
7378 * config.sub: Reverted the earlier change, this version is not the
7379 master file.
7380
4008bd9b
TS
73812001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7382
7383 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7384 Add support for mips64.
7385
dd1e52a4
JH
73862001-09-03 Jeff Holcomb <jeffh@redhat.com>
7387
7388 * configure.in: Enable libstdc++-v3 for h8300 targets.
7389
91549d1c
EC
73902001-08-30 Eric Christopher <echristo@redhat.com>
7391 Jason Eckhardt <jle@redhat.com>
7392
7393 * config.sub: Add support for mipsisa32.
7394
cf966cf9
EC
73952001-08-30 Eric Christopher <echristo@redhat.com>
7396
7397 * config.sub, config.guess: Import latest from subversions.
7398
82208dc5
AM
73992001-08-20 Alan Modra <amodra@bigpond.net.au>
7400
7401 * config.sub, config.guess: Import latest from subversions.
7402
4dca8403
DD
74032001-07-26 DJ Delorie <dj@redhat.com>
7404
7405 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7406
1107dce2
AM
74072001-06-19 Alan Modra <amodra@bigpond.net.au>
7408
7409 * Makefile.in: Revert 2001-06-17.
7410 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7411
e09a6604
L
74122001-06-17 H.J. Lu <hjl@gnu.org>
7413
7414 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7415 (gas+binutils.tar.bz2): Likewise.
7416 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7417
31a8b634
AC
7418Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7419
7420 * Makefile.in (VER): When present, extract the version number from
5481b376 7421 the file version.in.
31a8b634 7422
dc70af01
AO
74232001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7424
7425 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7426 gcc/xgcc is built, use -print-prog-name to find out the program
7427 name to use.
7428
839bbd8c
AO
74292001-06-04 Mark Mitchell <mark@codesourcery.com>
7430
7431 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7432 with_gcc]: Use `gcc -shared' to build a shared library.
7433
566e9a30
AO
74342001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7435
7436 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7437 archives.
7438
e877bb69
AO
74392001-05-28 Simon Patarin <simon.patarin@inria.fr>
7440
7441 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7442 libraries when using g++ with native linker.
7443
1605288b
AO
74442001-05-28 Alexandre Oliva <aoliva@redhat.com>
7445
7446 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7447
11a383ba
TR
74482001-05-24 Tom Rix <trix@redhat.com>
7449
7450 * configure.in : enable ld for aix
cf966cf9 7451
18611226
AO
74522001-05-22 Alexandre Oliva <aoliva@redhat.com>
7453
7454 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7455 [aix4*|aix5*]: Prepend blank.
7456
6be7c12c
AO
74572001-05-20 Alexandre Oliva <aoliva@redhat.com>
7458
7459 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7460 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7461 of subdir/configure scripts to use the new libtool.m4.
7462
4ed00bba
L
74632001-05-14 H.J. Lu <hjl@gnu.org>
7464
7465 * config.if (libc_interface): Set to -libc6.2- for cross
7466 compiling to Linux/glibc 2.2.
7467
b1af961c
AO
74682001-05-03 Alexandre Oliva <aoliva@redhat.com>
7469
7470 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7471 libgcj.
7472
5ec3e74e
AO
74732001-04-26 Alexandre Oliva <aoliva@redhat.com>
7474
7475 * configure.in (noconfigdirs): Don't reset it from scratch in the
7476 target case; only append to it.
7477
b3ed1d6b
AO
74782001-04-26 Alexandre Oliva <aoliva@redhat.com>
7479
7480 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7481 sparc-*-solaris2.8]: Disable ${libgcj}.
7482
96111c10
AO
74832001-04-25 Alexandre Oliva <aoliva@redhat.com>
7484
7485 * configure.in (libgcj_saved): Copy from $libgcj.
7486 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7487 --disable-libgcj.
7488
b5bf43f2
AO
74892001-04-20 Alexandre Oliva <aoliva@redhat.com>
7490
7491 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7492 1.641.2.228.
7493
8cc32590
AO
74942001-04-12 Alexandre Oliva <aoliva@redhat.com>
7495
7496 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7497 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7498
dec0cb0c
AO
74992001-04-01 Alexandre Oliva <aoliva@redhat.com>
7500
7501 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7502 New macros.
7503 (bootstrap, cross): Use RECURSE_FLAGS.
7504 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7505
6a9c3886
AO
75062001-03-27 Alexandre Oliva <aoliva@redhat.com>
7507
7508 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7509
d4fc7db8
NC
75102001-03-23 Nick Clifton <nickc@redhat.com>
7511
7512 * README-maintainer-mode: Add note about inability to use "make
7513 distclean" in maintainer mode.
7514
7389ff65
AO
75152001-03-22 Alexandre Oliva <aoliva@redhat.com>
7516
7517 Re-installed:
7518 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7519 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7520 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7521 * ltcf-cxx.sh: Likewise.
7522 * ltcf-gcj.sh: Likewise.
7523
b3e0dc8e
PB
75242001-03-22 Philip Blundell <philb@gnu.org>
7525
7526 * config.sub, config.guess: Import latest from subversions.
7527
469b781c
AO
75282001-03-22 Alexandre Oliva <aoliva@redhat.com>
7529
7530 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7531 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7532
b0dad762
MC
75332001-03-20 Michael Chastain <chastain@redhat.com>
7534
7535 * Makefile.in: all-m4 depends on all-texinfo.
7536
c559bb17
AO
75372001-03-08 Alexandre Oliva <aoliva@redhat.com>
7538
7539 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7540
fef4ae2e
JJ
75412001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7542
7543 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7544 longer valid.
7545
8d6dd99d
NC
75462001-02-16 Nick Clifton <nickc@redhat.com>
7547
7548 * configure.in (noconfigdirs): Allow configuration of texinfo
7549 for Cygwin hosts.
7550
a85d7ed0
NC
75512001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7552
7553 * config.guess: Add linux target for S/390.
7554 * config.sub: Likewise.
7555 * configure.in: Likewise.
7556
51221c5e
DD
75572001-02-06 Ben Elliston <bje@redhat.com>
7558
7559 * configure: Output host type to stdout, not stderr.
7560
9dec4c71
MS
75612001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7562
7563 * config.guess: Import from subversions.gnu.org (revision 1.181).
7564 * config.sub: Import from subversions.gnu.org (revision 1.199).
7565
9add9c04
AM
75662001-01-30 Alan Modra <alan@linuxcare.com.au>
7567
7568 * config.guess: Handle hppa64-linux systems.
7569
8679174d
MS
75702001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7571
7572 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7573 Don't unset, it's non-portable and no longer necessary, set to empty
7574 instead.
7575
02d01ed4
MS
75762001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7577
7578 * ltconfig: Shell portability fix for the tagname validity check.
7579
4cc5853d
MS
75802001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7581
7582 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7583
7487e485
AO
75842001-01-27 Alexandre Oliva <aoliva@redhat.com>
7585
7586 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7587 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7588
f332af52
AO
75892001-01-24 Alexandre Oliva <aoliva@redhat.com>
7590
7591 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7592 keep at least one of build_libtool_libs or build_old_libs set to
7593 yes.
7594
ef099754
AO
75952001-01-24 Alexandre Oliva <aoliva@redhat.com>
7596
7597 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7598 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7599
8341f2fc 76002000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 7601
8341f2fc
AJ
7602 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7603
76042000-11-03 Philip Blundell <pb@futuretv.com>
7605
7606 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7607 files.
ebf0fa2e 7608
c320a39f
JJ
76092001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7610
7611 * COPYING.NEWLIB: Put into source repository.
7612
8817b92e
BE
76132001-01-15 Ben Elliston <bje@redhat.com>
7614
7615 * configure.in (host_tools): Add sid.
7616 Always configure cgen.
7617 * Makefile.in (all-sid): New target.
7618 (check-sid, clean-sid, install-sid): Likewise.
7619
35590697
AJ
76202001-01-07 Andreas Jaeger <aj@suse.de>
7621
80413487 7622 * config.sub, config.guess: Update from subversions.
35590697 7623
6ee6cea6
AO
76242000-12-12 Alexandre Oliva <aoliva@redhat.com>
7625
7626 * configure.in: Disable language-specific target libraries for
7627 languages that aren't enabled.
7628
077b8428
NC
76292000-11-24 Nick Clifton <nickc@redhat.com>
7630
7631 * configure.in (xscale-elf): Add target.
7632 (xscale-coff): Add target.
7633 (c4x, c5x, tic54x): Move after ARM targets.
7634
9e28a1ed
AO
76352000-11-23 Alexandre Oliva <aoliva@redhat.com>
7636
7637 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7638
be98a80a
ILT
76392000-11-20 Ian Lance Taylor <ian@zembu.com>
7640
7641 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7642
5cec67bf
AO
76432000-11-18 Alexandre Oliva <aoliva@redhat.com>
7644
7645 * Makefile.in: Merge with GCC and libgcj.
7646 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7647 configure-target-<library> when their configure scripts need the C
7648 or C++ library to have already been built to work properly.
7649 (do_proto_toplev): Set them to an empty string.
7650
d932cae7 76512000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
7652
7653 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7654 (REALLY_SET_LIB_PATH): Use them.
7655
d932cae7 76562000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
7657
7658 * config.sub: Add support for Sun Chorus
7659
8602ff0c
NC
76602000-11-02 Per Lundberg <plundis@chaosdev.org>
7661
7662 * config.sub: Add support for the *-storm-chaos OS.
7663
f9e0997d
NC
76642000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
7665
80413487
RH
7666 * configure.in (noconfigdirs): Don't compile some
7667 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 7668
d64552c5
AO
76692000-09-30 Alexandre Oliva <aoliva@redhat.com>
7670
7671 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7672 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7673 all affected `configure' scripts.
7674
97f60b31
AO
76752000-09-25 Alexandre Oliva <aoliva@redhat.com>
7676
7677 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7678 ltcf-c.sh.
7679
6e8dd58f
PB
76802000-09-12 Philip Blundell <philb@gnu.org>
7681
7682 * config.sub, config.guess: Update from subversions.
7683
103a2e99
AO
76842000-09-06 Alexandre Oliva <aoliva@redhat.com>
7685
51601921
AO
7686 * Makefile.in (all-zlib): Added dummy target.
7687
103a2e99
AO
7688 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7689 multi-language branch.
7690
2809b4b9
AO
76912000-09-05 Alexandre Oliva <aoliva@redhat.com>
7692
7693 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7694 (bootstrap*): Depend on all-bootstrap.
7695
7450026c
AO
76962000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
7697
7698 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7699 crosses, but add gcc/include to the header search path for them.
7700
6cf86f7f
AO
77012000-08-31 Alexandre Oliva <aoliva@redhat.com>
7702
7703 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7704 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7705 * gettext.m4: New file, extracted from aclocal.m4.
7706
ce2ea6e3
AO
77072000-08-22 Alexandre Oliva <aoliva@redhat.com>
7708
7709 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7710 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7711 sub-configures.
7712
9765193e
DE
77132000-08-20 Doug Evans <dje@casey.transmeta.com>
7714
7715 * Makefile.in (ALL_MODULES): Add all-cgen.
7716 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7717 (all-cgen): New target.
7718 (all-opcodes,all-sim): Depend on all-cgen.
7719 * configure.in (host_tools): Add cgen.
7720 Only configure cgen if --enable-cgen-maint.
7721
d7b32520
AO
77222000-08-17 Alexandre Oliva <aoliva@redhat.com>
7723
7724 * config-ml.in (CC, CXX): Don't introduce a leading space.
7725
e52ef561
AO
77262000-08-16 Alexandre Oliva <aoliva@redhat.com>
7727
7728 * configure.in (libstdcxx_flags): Use
7729 libstdc++-v3/src/libstdc++.INC.
7730
88f9c2a0
AO
77312000-08-15 Alexandre Oliva <aoliva@redhat.com>
7732
7733 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7734
98fbe43f
JM
77352000-08-11 Jason Merrill <jason@redhat.com>
7736
7737 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7738 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7739 (FLAGS_FOR_TARGET): Not here.
7740 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7741
279ddab4
DD
77422000-08-07 DJ Delorie <dj@redhat.com>
7743
7744 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7745 "if we're also building gcc, and it's a gcc that will run on the
7746 build machine, we want to use its includes instead of the system's
7747 default includes".
7748
60523a83
AO
77492000-08-03 Alexandre Oliva <aoliva@redhat.com>
7750
24ffec7a
AO
7751 * configure.in (libstdcxx_flags): Don't use `"'.
7752
60523a83
AO
7753 * config-ml.in: Adjust multilib search paths to the
7754 appropriate multilib tree.
7755
daf644b5
AO
77562000-08-02 Alexandre Oliva <aoliva@redhat.com>
7757
7758 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7759 commas in $LANGUAGES.
7760
63266560
DD
77612000-08-01 Alexandre Oliva <aoliva@redhat.com>
7762
7763 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7764
77652000-07-31 Alexandre Oliva <aoliva@redhat.com>
7766
7767 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7768 CXX_FOR_TARGET for sed.
7769
77702000-07-30 Alexandre Oliva <aoliva@redhat.com>
7771
7772 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7773 Do not override if already set in the environment or in configure.
7774 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7775 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7776
9e449d3e
AO
77772000-07-27 Alexandre Oliva <aoliva@redhat.com>
7778
7779 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7780 (GCC_FOR_TARGET): Use it.
7781 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7782 * configure.in: ... here.
7783 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7784 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7785
8bbd92e0
AO
77862000-07-24 Alexandre Oliva <aoliva@redhat.com>
7787
fd1f87b2
AO
7788 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7789 (configure-target-libchill, configure-target-libobjc): Likewise.
7790
8bbd92e0
AO
7791 * configure.in: Use the same cache file for all target libs.
7792 * config-ml.in: But different cache files per multilib variant.
7793
25c6c112
JL
77942000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7795
7796 * configure (topsrcdir): Don't use dirname.
7797
ba73c63f
JM
77982000-07-20 Jason Merrill <jason@redhat.com>
7799
7800 * configure.in: Remove all references to libg++ and librx.
7801
7802 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7803
1af08294
HPN
78042000-07-20 Hans-Peter Nilsson <hp@axis.com>
7805
7806 * config.sub: Update to subversions version 2000-07-06.
7807
ba73c63f
JM
78082000-07-12 Andrew Haley <aph@cygnus.com>
7809
7810 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7811 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7812
78132000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
7814
7815 * symlink-tree: Check number of arguments.
7816
d932cae7 78172000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
7818
7819 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7820
ba73c63f
JM
78212000-07-05 Jim Wilson <wilson@cygnus.com>
7822
7823 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7824 search path for a g++ extracted from the build tree. This
7825 will allow link tests run by configure scripts in
7826 subdirectories to succeed.
7827
92ee2f86
UC
78282000-07-01 Koundinya K <kk@ddeorg.soft.net>
7829
80413487 7830 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 7831
23f2f29f
CV
78322000-06-28 Corinna Vinschen <vinschen@cygnus.com>
7833
7834 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7835 `os2'. Force ac_cv_exeext to be ".exe" in that case.
7836
f04f5a67
TW
78372000-06-19 Timothy Wall <twall@cygnus.com>
7838
7839 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7840 * config.sub: Add tic54x target.
7841
11da68be
NC
78422000-06-07 Phillip Thomas <pthomas@suse.de>
7843
7844 * README-maintainer-mode: New file: Contains notes on using
7845 --enable-maintainer-mode with binutils.
7846
d932cae7 78472000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
7848
7849 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7850
d932cae7 78512000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
7852
7853 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7854 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7855
9442cea3
L
785620000-05-21 H.J. Lu (hjl@gnu.org)
7857
80413487
RH
7858 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7859 directory are used if they exist. Make sure
7860 $(build_tooldir)/include is searched for header files,
7861 $(build_tooldir)/lib/ for library files.
9442cea3 7862 (GCC_FOR_TARGET): Likewise.
80413487 7863 (CXX_FOR_TARGET): Likewise.
9442cea3 7864
d932cae7 78652000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
7866
7867 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7868
d932cae7 78692000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
7870
7871 * Makefile.in (configure-target-libiberty): Depend on
7872 configure-target-newlib.
7873
ba73c63f
JM
78742000-05-16 Alexandre Oliva <aoliva@cygnus.com>
7875
7876 * configure.in, Makefile.in: Merge all libffi-related
7877 configury stuff from the libgcj tree.
7878
d932cae7 78792000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
7880
7881 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7882 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7883
d932cae7 78842000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
7885
7886 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7887 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 7888 current version information. Add to proto-toplev directory.
b5a23627
AC
7889 (gdb-taz): Build do-djunpack.
7890
ba73c63f
JM
78912000-05-15 David Edelsohn <edelsohn@gnu.org>
7892
7893 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7894
7c86ed39
L
78952000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7896
7897 * ltmain.sh: Preserve in relink_command any environment
7898 variables that may affect the linker behavior.
7899
d932cae7 79002000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
7901
7902 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7903
d932cae7 79042000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
7905
7906 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7907
ed0a91a5
EZ
79082000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7909
7910 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 7911 with the version name.
ed0a91a5 7912
ba73c63f 79132000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 7914
ba73c63f 7915 * config.if: Tweak.
6cafa39f 7916
ba73c63f 79172000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 7918
ba73c63f 7919 * djunpack.bat: New file.
66156876 7920
d932cae7 79212000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
7922
7923 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
7924 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7925 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7926 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 7927
ba73c63f
JM
79282000-04-16 Dave Pitts <dpitts@cozx.com>
7929
80413487
RH
7930 * config.sub (case $basic_machine): Change default for "ibm-*"
7931 to "openedition".
ba73c63f 7932
d932cae7 79332000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
7934
7935 * Makefile.in (gdb-taz): New target. GDB specific archive.
7936 (do-md5sum): New target.
7937 (MD5PROG): Define.
7938 (PACKAGE): Default to TOOL.
7939 (VER): Default to a shell script.
7940 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 7941 md5 checksum generation.
b35ece4e
AC
7942 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7943 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7944 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 7945 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 7946
d932cae7 79472000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
7948
7949 * configure (warn_cflags): Delete.
7950
ba73c63f 79512000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 7952 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 7953
80413487
RH
7954 * configure.in (enable_libstdcxx_v3): Add.
7955 (target_libs): Add bits here to switch between libstdc++-v2 and
7956 libstdc++-v3.
7957 * config.if: And this file too.
7958 * Makefile.in: Add libstdc++-v3 targets.
35590697 7959
ba73c63f
JM
79602000-04-05 Michael Meissner <meissner@redhat.com>
7961
7962 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 7963
d332c5ac
JM
79642000-03-29 Jason Merrill <jason@casey.cygnus.com>
7965
7966 * configure.in: -linux-gnu*, not -linux-gnu.
7967
d932cae7 79682000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
7969
7970 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7971 (do-tar-bz2): Replace TOOL with PACKAGE.
7972 (gdb.tar.bz2): Remove GDBTK from GDB package.
7973 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 7974 dejagnu.tar.bz2): New packages.
6dcbc97b 7975
96ce09a7
ILT
79762000-02-27 Andreas Jaeger <aj@suse.de>
7977
7978 * configure.in: Add entry for mips*-*-linux*, move catch all
7979 *-*-*linux* entry below this one.
7980
2031769e
ILT
79812000-02-27 Ian Lance Taylor <ian@zembu.com>
7982
7983 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7984
4bab746c
NC
79852000-02-24 Nick Clifton <nickc@cygnus.com>
7986
7987 * config.sub: Support an OS of "wince".
7988
d932cae7 79892000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
7990
7991 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 7992 version.
ada59422 7993
5b93d8bb
AM
79942000-02-23 Linas Vepstas <linas@linas.org>
7995
7996 * config.sub: Add support for Linux/IBM 370.
7997 * configure.in: Likewise.
7998
2fb651f6
NC
79992000-02-22 Nick Clifton <nickc@cygnus.com>
8000
8001 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8002
b8441c25
CF
80032000-02-20 Christopher Faylor <cgf@cygnus.com>
8004
8005 * config.guess: Guess "cygwin" rather than "cygwin32".
8006
d332c5ac
JM
80072000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8008
8009 * configure (gcc_version): When setting, narrow search to
8010 lines containing `version_string'.
8011
ba73c63f
JM
80122000-02-15 Denis Chertykov <denisc@overta.ru>
8013
8014 * config.sub: Add support for avr target.
8015
d932cae7 80162000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8017
8018 * config.sub: Add mmix-knuth-mmixware.
8019
80202000-01-27 Christopher Faylor <cgf@redhat.com>
8021
8022 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8023 structure stuff to -L library search.
8024 (CXX_FOR_TARGET): Ditto.
8025 (CROSS_CHECK_MODULES): Fix spelling mistake.
8026
80272000-01-24 Mark Mitchell <mark@codesourcery.com>
8028
8029 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8030 the C++ compiler.
8031
80322000-01-12 Richard Henderson <rth@cygnus.com>
8033
8034 * configure.in: Don't build some bits for beos.
8035
80362000-01-12 Joel Sherrill (joel@OARcorp.com)
8037
8038 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8039 as include files.
8040
91b2c84d
GK
80412000-01-06 Geoff Keating <geoffk@cygnus.com>
8042
8043 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8044 not mh-aix43.
8045
ba73c63f
JM
80461999-12-14 Richard Henderson <rth@cygnus.com>
8047
8048 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8049 * config.sub: Accept alphaev[78], alphaev8.
8050
80511999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8052
8053 * config.guess, config.sub: Update from autoconf.
8054
8055Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8056
8057 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8058 necessary libraries are missing.
8059
80601999-10-25 Andreas Schwab <schwab@suse.de>
8061
8062 * configure: Fix quoting inside arguments of eval.
8063
80641999-10-21 Nick Clifton <nickc@cygnus.com>
8065
8066 * config-ml.in: Allow suppression of some ARM multilibs.
8067
8068Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8069
8070 * config.guess: Add OS/390 match pattern.
8071 * config.sub: Add mvs, openedition targets.
8072 * configure.in (i370-ibm-opened*): New.
8073
ef14edc4
ILT
80741999-09-04 Steve Chamberlain <sac@pobox.com>
8075
8076 * config.sub: Add support for configuring for pj.
8077
afb478e8
NC
80781999-08-31 Nick Clifton <nickc@cygnus.com>
8079
fd6848f6 8080 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8081
ba73c63f 80821999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8083
8084 * configure.in: Do not configure or build ld for AIX
8085 platforms. ld is known to be broken on these platforms.
8086
ba73c63f
JM
8087Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8088
8089 * config-ml.in: Pass compiler flag corresponding to multidirs to
8090 subdir configures.
8091
c363de44
ILT
80921999-08-09 Ian Lance Taylor <ian@zembu.com>
8093
8094 * Makefile.in (LDFLAGS): Define.
8095
dc8bc5a6
ILT
80961999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8097
8098 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8099 noconfigdirs.
8100 (*-*-cygwin*): Likewise.
8101
6ca3858e
ILT
81021999-08-08 Ian Lance Taylor <ian@zembu.com>
8103
71141bb6
ILT
8104 * mkdep: New file.
8105 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8106 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8107
6ca3858e
ILT
8108 From Eli Zaretskii <eliz@is.elta.co.il>:
8109 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8110 long file name when using DJGPP on MS-DOS.
8111
ba73c63f
JM
8112Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8113
8114 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8115
2735a327
AM
81161999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8117
8118 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8119 dependency as this causes "make check" to globally "make all"
8120
ba73c63f
JM
8121Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8122
8123 * configure.in (target_libs): Added target-zlib.
8124 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8125 (CONFIGURE_TARGET_MODULES): Likewise.
8126 (CHECK_TARGET_MODULES): Likewise.
8127 (INSTALL_TARGET_MODULES): Likewise.
8128 (CLEAN_TARGET_MODULES): Likewise.
8129 (configure-target-zlib): New target.
8130 (all-target-zlib): Likewise.
8131 (all-target-libjava): Depend on all-target-zlib.
8132 (configure-target-libjava): Depend on configure-target-zlib.
8133
8134 * Makefile.in (configure-target-libjava): Depend on
8135 configure-target-newlib.
8136 (configure-target-boehm-gc): New target.
8137 (configure-target-qthreads): New target.
8138
80413487
RH
8139 * configure.in (target_libs): Added target-qthreads.
8140 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8141 (CONFIGURE_TARGET_MODULES): Likewise.
8142 (CHECK_TARGET_MODULES): Likewise.
8143 (INSTALL_TARGET_MODULES): Likewise.
8144 (CLEAN_TARGET_MODULES): Likewise.
8145 (all-target-qthreads): New target.
8146 (configure-target-libjava): Depend on configure-target-qthreads.
8147 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
8148
8149 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8150 (CONFIGURE_TARGET_MODULES): Likewise.
8151 (CHECK_TARGET_MODULES): Likewise.
8152 (INSTALL_TARGET_MODULES): Likewise.
8153 (CLEAN_TARGET_MODULES): Likewise.
8154 (all-target-libjava): New target.
8155 (all-target-boehm-gc): Likewise.
8156 * configure.in (target_libs): Added libjava, boehm-gc.
8157
08d836d6
ILT
81581999-07-22 Ian Lance Taylor <ian@zembu.com>
8159
8160 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8161 configure.bat in SUPPORT_FILES.
8162 (gas+binutils.tar.bz2): Likewise.
8163
8164 * makeall.bat: Remove; obsolete.
8165
8f36e47c
ILT
81661999-07-21 Ian Lance Taylor <ian@zembu.com>
8167
8168 From Mark Elbrecht:
8169 * configure.bat: Remove; obsolete.
8170
56e82f25
ILT
81711999-07-11 Ian Lance Taylor <ian@zembu.com>
8172
8173 * configure: Add -W -Wall to the default CFLAGS when compiling with
8174 gcc.
8175
1001d816
JL
8176Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8177
8178 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8179
106117aa
MM
81801999-06-30 Mark Mitchell <mark@codesourcery.com>
8181
8182 * configure.in: Build ld on IRIX6.
8183
c376f4ed
ILT
81841999-06-12 Ian Lance Taylor <ian@zembu.com>
8185
8186 * Makefile.in: Change distribution targets to use bzip2 instead of
8187 gzip.
8188 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8189 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8190
306b7445
NC
81911999-06-04 Nick Clifton <nickc@cygnus.com>
8192
8193 * config.sub: Add mcore target.
8194
d932cae7 81951999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8196
8197 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8198
d932cae7 81991999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8200
8201 * config.guess (dummy): Changed to $dummy.
8202
6c3175b0
NC
82031999-05-24 Nick Clifton <nickc@cygnus.com>
8204
ba73c63f
JM
8205 * config.sub: Tidied up case statements.
8206
82071999-05-22 Ben Elliston <bje@cygnus.com>
8208
8209 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8210 <jiro@din.or.jp>.
8211
8212 * config.guess: Merge with FSF version. Future changes will be
8213 more accurately recorded in this ChangeLog.
8214 * config.sub: Likewise.
8215
d932cae7 82161999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8217
8218 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8219
252b5132
RH
82201999-04-30 Tom Tromey <tromey@cygnus.com>
8221
8222 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8223
82241999-04-23 Tom Tromey <tromey@cygnus.com>
8225
8226 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8227
82281999-04-20 Drew Moseley <dmoseley@cygnus.com>
8229
8230 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8231 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8232 Bad merge removed these two changes.
8233
ba73c63f 8234Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8235 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8236
8237 * config.guess (interix Alpha): Add.
8238
252b5132
RH
82391999-04-11 Richard Henderson <rth@cygnus.com>
8240
8241 * configure.in (i?86-*-beos*): Do config gperf; don't config
8242 gdb, newlib, or libgloss.
8243
d932cae7 82441999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8245
ba73c63f
JM
8246 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8247 link a trivial program with -mabi=64. If it fails, remove mabi=64
8248 from multidirs.
8249
d932cae7 82501999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8251
8252 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8253
252b5132
RH
82541999-04-08 Nick Clifton <nickc@cygnus.com>
8255
8256 * config.sub: Add support for mcore targets.
8257
82581999-04-07 Michael Meissner <meissner@cygnus.com>
8259
8260 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8261 not mt-ospace, in order to shut up assembler warning about using
8262 symbols that are named the same as registers.
8263
82641999-04-07 Drew Moseley <dmoseley@cygnus.com>
8265
8266 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8267 dependency list for all-target-cygmon.
8268
82691999-04-05 Doug Evans <devans@casey.cygnus.com>
8270
8271 * config-ml.in: Check $host, not $target, for selective multilibs.
8272 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8273 thumb interworking, and underscore prefix multilibs.
8274
82751999-04-04 Ian Lance Taylor <ian@zembu.com>
8276
8277 * missing: Update to version from current automake.
8278
8279Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8280
8281 * configure (gxx_include_dir): Removed.
8282
8283 * configure.in (gxx_include_dir): Handle it.
8284 * Makefile.in: Likewise.
8285
82861999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8287
8288 * config.sub (mips64vr4111,mips64vr4111el) Add.
8289
82901999-03-21 Ben Elliston <bje@cygnus.com>
8291
80413487 8292 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8293
8294Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8295
252b5132
RH
8296 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8297 config/mh-djgpp.
8298
8299Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8300
8301 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8302 all-target-newlib to dependency list for all-target-bsp.
8303
8304Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8305
8306 * config.sub: Add i386-uwin support.
8307 * config.guess: Likewise.
8308
8309Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8310
8311 * configure.in: cleanup, add mh-*pic handling for arm, special
8312 case powerpc*-*-aix*
8313
8314Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8315
8316 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8317 can be built.
8318
8319Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8320
8321 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 8322 targets.
252b5132
RH
8323
83241999-03-02 Nick Clifton <nickc@cygnus.com>
8325
8326 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8327
d932cae7 83281999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8329
8330 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8331
83321999-02-24 Nick Clifton <nickc@cygnus.com>
8333
8334 * config.sub: Fix typo in arm recognition.
8335
d932cae7 83361999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
8337
8338 * configure.in (noconfigdirs): Changed target_configdirs to
8339 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8340 rather than m68k-*-* since it is not known to work on
8341 m68k-aout. Ditto for arm-*-*oabi.
8342
d932cae7 83431999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
8344
8345 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
8346
83471999-02-19 Ben Elliston <bje@cygnus.com>
8348
8349 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8350 Smart and improved by Andrew Cagney.
8351
d932cae7 83521999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
8353
8354 * config.guess: Recognize openbsd-*-hppa.
8355
d932cae7 83561999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
8357
8358 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8359 only if it is not empty.
8360
83611999-02-17 Nick Clifton <nickc@cygnus.com>
8362
8363 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 8364
fd6848f6 8365 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
8366
8367 * config.sub: Modified to recognize uname's armv* syntax.
8368
83691999-02-17 Mark Salter <msalter@cygnus.com>
8370
8371 * configure.in: Added target-bsp for sparclite.
8372
d932cae7 83731999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
8374
8375 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8376
83771999-02-08 Nick Clifton <nickc@cygnus.com>
8378
8379 * configure.in: Add support for strongarm port.
8380 * config.sub: Add support for strongarm target.
8381
d932cae7 83821999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 8383
252b5132
RH
8384 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8385 the old name config/mh-cygwin32.
8386 Enable texinfo.
8387
d932cae7 83881999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
8389
8390 * configure.in: Do build ld for ix86 Solaris.
8391
d932cae7 83921999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
8393
8394 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8395 $AR_FOR_TARGET. Likewise for RANLIB.
8396
d932cae7 83971999-02-02 Catherine Moore <clm@cygnus.com>
35590697 8398
80413487
RH
8399 * config.sub (oabi): Recognize.
8400 * configure.in (arm-*-oabi): Handle.
252b5132 8401
d932cae7 84021999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
8403
8404 * config.guess: Improve detection of i686 on UnixWare 7.
8405
d932cae7 84061999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
8407
8408 * config.guess: Add support for i386-pc-interix.
8409 * config.sub: Likewise.
8410 * configure.in: Likewise.
252b5132 8411
d932cae7 84121999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8413
8414 * Makefile.in: Remove unneeded all-target-libio from
8415 from all-target-winsup target since it is now unneeded.
8416 Add all-target-libtermcap in its place since it is now
8417 needed.
8418
d932cae7 84191998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8420
8421 * configure.in: makefile stub for cygwin target is probably
8422 unnecessary. Remove it for now.
252b5132 8423
d932cae7 84241998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8425
8426 * configure.in: libtermcap.a should be built when cygwin is the
8427 target as well as the host.
8428 * config.guess: Allow mixed case in cygwin uname output.
8429 * Makefile.in: Add libtermcap target.
252b5132 8430
d932cae7 84311998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8432
8433 * config.sub: Clean up handling of hppa2.0.
8434
d932cae7 84351998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
8436
8437 * config.guess: Use C code to identify more HP machines.
8438
8439Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8440
8441 * config.sub: Handle hppa2.0.
8442
ba73c63f
JM
8443Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8444
8445 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 8446 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
8447
84481998-12-15 Mark Salter <msalter@cygnus.com>
8449
8450 * configure.in: Added target-bsp for several target architectures.
8451
8452 * Makefile.in: Added rules for bsp.
8453
252b5132
RH
8454Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8455
8456 * config.guess: Improve detection of hppa2.0 processors.
8457
8458Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8459
8460 * config.guess: Recognize FreeBSD using ELF automatically.
8461
84621998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8463
8464 * configure (skip-this-dir): Add handling for new shell script, which
8465 might be created by a sub-directory's configure to indicate, this particular
8466 directory is "unwanted".
8467 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8468
252b5132
RH
8469Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8470
8471 * ltconfig: import from libtool, after changing libtool to
8472 account for the cygwin name change.
8473
8474Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8475
8476 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8477 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8478
8479Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8480
8481 * configure.in: Add libtermcap to list of cygwin dependencies.
8482
d932cae7 84831998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 8484
80413487
RH
8485 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8486 they include winsup/include when it's a cygwin target.
252b5132
RH
8487
84881998-11-12 Tom Tromey <tromey@cygnus.com>
8489
8490 * configure.in (host_tools): Added zip.
8491 * Makefile.in (all-target-libjava): Depend on all-zip.
8492 (all-zip): New target.
8493 (ALL_MODULES): Added all-zip.
8494 (NATIVE_CHECK_MODULES): Added check-zip.
8495 (INSTALL_MODULES): Added install-zip.
8496 (CLEAN_MODULES): Added clean-zip.
8497
d932cae7 84981998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8499
8500 * Makefile.in: lose "32" from comment about cygwin.
8501
d932cae7 85021998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
8503
8504 * configure.in: Use -Os to build target libraries for the fr30.
8505
d932cae7 85061998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
8507
8508 * config.sub: Add fr30.
8509
d932cae7 85101998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 8511
80413487 8512 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
8513 cygwin* instead of cygwin32*.
8514 * config.sub: Check cygwin* instead of cygwin32*.
8515
d932cae7 85161998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
8517
8518 * config.guess: Match any version of Unixware7.
8519
252b5132
RH
85201998-10-20 Syd Polk <spolk@cygnus.com>
8521
8522 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8523 if desired.
8524
d932cae7 85251998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8526
8527 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8528 these if the appropriate directories and files to not exist.
8529
d932cae7 85301998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8531
8532 * Makefile.in (DEVO_SUPPORT): Add config.if.
8533
d932cae7 85341998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
8535
8536 * configure: Add pattern to replace "build_tooldir"'s
8537 definition in the generated Makefile with "tooldir"'s
8538 actual value.
8539
252b5132
RH
8540Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8541
8542 * config.sub: Bring back lost sparcv9.
8543
ba73c63f
JM
8544 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8545
8546Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8547
8548 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8549 CC_FOR_TARGET and friends.
8550
8551Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8552
ba73c63f
JM
8553 * Makefile.in (build_tooldir): New variable, same as tooldir.
8554 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8555 -B$(build_tooldir)/bin/.
8556 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8557
252b5132
RH
8558Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8559
8560 * config.sub: Add support for i[34567]86-pc-udk.
8561 * configure.in: Likewise.
8562
8563Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8564
8565 * Makefile.in: add bzip2 package building bits for user
8566 tools module
8567 * configure.in: ditto
8568
ba73c63f
JM
8569Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8570
8571 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8572 (ALL_TARGET_MODULES): Add all-target-libobjc.
8573 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8574 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8575 (all-target-libchill): Add dependencies.
8576 * configure.in (target_libs): Add libchill.
35590697 8577
252b5132
RH
85781998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8579
ba73c63f 8580 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
8581
8582Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8583
8584 * Makefile.in (all-automake): fix dependencies.
8585
8586Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8587
8588 * configure.in: Minor cleanups for building in the $(target_alias)
8589 subdir.
8590
85911998-09-22 Jim Wilson <wilson@cygnus.com>
8592
8593 * Makefile.in (bootstrap): Set r and s before make all. Use
8594 BASE_FLAGS_TO_PASS in make all.
8595 (cross): Likewise.
8596
85971998-09-20 Mark Mitchell <mark@markmitchell.com>
8598
8599 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8600
252b5132
RH
8601Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8602
8603 * config.sub: Fix typo in last change.
8604
86051998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8606
8607 * config.sub: Add support for C4x target.
8608 * configure.in: Likewise.
8609
86101998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8611
8612 * config.sub: Recognize sparcv9 just like sparc64.
8613
8614Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8615
8616 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8617
8618Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8619
8620 * config.guess: Correctly identify Pentium II sco boxes.
8621
8622 * config.guess: Fix "tr" code. From Weiwen Liu.
8623
8624Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8625
8626 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8627 stabs.
8628
8629Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8630
8631 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8632 (ALL_TARGET_MODULES): Add all-target-libchill.
8633 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8634 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8635 (all-target-libchill): Add dependencies.
8636 * configure.in (target_libs): Add libchill.
8637
8638Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8639
8640 * config.guess: Avoid assumptions about "tr" behaves when
8641 LANG is set to something other than English.
8642
8643Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8644
8645 * configure (gxx_include_dir): Changed to
8646 '${prefix}/include/g++'-${libstdcxx_interface}.
8647
8648 * config.if: New to determine the interfaces.
8649
8650Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8651
8652 * config.guess: Detect and handle MPE/IX.
8653 * config.sub: Deal with MPE/IX.
8654
8655Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8656
8657 * configure.in: Use mh-aix43.
8658
86591998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8660
8661 * configure: Fix --without/--disable cases for gxx-include-dir.
8662
8663Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8664
8665 * mdata-sh: Imported. Needed for automake support.
8666
8667Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8668
ba73c63f 8669 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
8670 "chmod og=u `find . -print`".
8671
8672Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8673
ba73c63f 8674 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
8675
8676Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8677
8678 * Makefile.in: Undo previous patch.
8679
8680Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8681
8682 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8683 to here ...
8684 (install-no-fixedincludes): and here
8685 (INSTALL_MODULES): ... from here.
8686
8687Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8688
8689 * config.sub: Merge with FSF.
8690
8691 * config.guess: Merge with FSF.
8692
8693Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8694
8695 * configure (extraconfigdirs): New variable.
8696 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8697 * Makefile.in (all): Move higher in file.
8698 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8699 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8700 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8701 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8702 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8703
87041998-07-23 Brendan Kehoe <brendan@cygnus.com>
8705
8706 * Makefile.in (all-target-libjava): Depend on all-gcc and
8707 all-target-newlib.
8708 (configure-target-libjava): Depend on $(ALL_GCC).
8709
8710Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8711
8712 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8713 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8714
8715Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8716
8717 * ylwrap: Change absolute path checks to check for DOS style path
8718 names.
8719
8720 * ylwrap: Don't use a full path name if the source file is in the
8721 same directory. From hjl@lucon.org (H.J. Lu).
8722
8723 * config-ml.in: Default to being verbose, to match Feb 18 change to
8724 configure.
8725
8726Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8727
8728 Brought over from egcs:
8729
8730 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8731
8732 * configure.in (target_subdir): Set to ${target_alias} instead
8733 of "libraries".
8734
8735 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8736
8737 * configure.in (target_subdir): Set to libraries if enable_multilib.
8738
8739Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8740
8741 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8742 multilibs, force reconfiguration the first time we create
8743 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8744
8745Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8746
8747 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8748 avoid confusion with --no-recursion.
8749
8750Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8751
8752 * configure.in: Win32 hosts shouldn't use install -x
8753 * install-sh: remove -x option, and special .exe-handling
8754 hack.
8755
8756Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8757
8758 * config.guess: Recognize i586-pc-beos.
8759 * configure.in: Don't build some bits for beos.
8760
8761Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8762
8763 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8764 CFLAGS default to -O2.
8765
8766 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8767 when using GNU ld.
8768
8769Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8770
8771 * ltmain.sh: Correct install when using a different shell.
8772
8773Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8774
8775 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8776
8777Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8778
8779 * makefile.vms: Update to build binutils/makefile.vms. Add install
8780 target.
8781
8782Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8783
8784 * ltconfig: Update to correct AIX handling.
8785
8786Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8787
8788 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8789
8790 * configure.in (target_subdir): Set to ${target_alias} instead
8791 of "libraries".
8792
87931998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8794
8795 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8796 (Makefile): Depend on $(gcc_version_trigger).
8797
8798 * configure (gcc_version): Change default initializer to empty
8799 string.
8800 (gcc_version_trigger): New variable; pass this variable down
8801 to subdir configures to enable them checking gcc's version
8802 themselves. Emit make macros for both gcc_version vars.
8803 (topsrcdir): Initialize reliably.
8804 (recursion line): Remove --with-gcc-version=${gcc_version}.
8805
88061998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8807
8808 * configure (enable_version_specific_runtime_libs): Implement new flag
8809 --enable-version-specific-runtime-libs which installs C++ runtime stuff
8810 in $(libsubdir); emit definition in each generated Makefile.
8811 (gxx_include_dir): Initialize depending on
8812 $enable_version_specific_runtime_libs.
8813
88141998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8815
8816 * configure (gcc_version): Initialize properly depending on
8817 how and where configure is started.
8818 (recursion line): Pass a --with-gcc-version=${gcc_version}
8819 to configures in subdirs.
8820
8821Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
8822
8823 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 8824 cygmon
252b5132
RH
8825
8826Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
8827
8828 * configure.in: Add cygmon and libstub support for mn10200.
8829
88301998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
8831
8832 * configure (gcc_version): Add new variable describing the
8833 particular gcc version we're building.
8834 * Makefile.in (libsubdir): Add new macro for the directory
8835 in which the compiler finds executables, libraries, etc.
8836 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8837 and libsubdir.
8838
8839Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8840
ba73c63f
JM
8841 * Makefile.in (local-clean): Remove *.log.
8842 (warning.log): Built with warn_summary from build.log.
8843 (mail-report.log): Run test_summary.
8844 (mail-report-with-warnings.log): Run test_summary including
8845 warning.log in the report.
252b5132
RH
8846
8847Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
8848
8849 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8850
8851Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
8852
8853 * Makefile.in (grep): Grep no longer depends on libiberty.
8854
8855Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
8856
8857 * Makefile.in: all-snavigator needs all-libgui.
8858
8859Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
8860
8861 * configure.in: Add cygmon and libstub support for mn10300.
8862
8863Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
8864
8865 * missing: Update to version from automake 1.3.
8866
8867 * ltmain.sh: On installation, don't get confused if the same name
8868 appears more than once in the list of library names.
8869
8870Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
8871
8872 * config.sub: Accept m68060 and m5200 as CPU names.
8873
8874Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
8875
8876 * configure: Use && rather than using -a in test, because odd
8877 strings can confuse test.
8878 * configure.in: Likewise.
8879
8880Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
8881
8882 * ltconfig, ltmain.sh: Bring in Visual C++ support.
8883
8884Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8885
8886 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
8887 bootstrap4-lean): New targets.
8888
8889Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
8890
8891 * mpw-* Delete. Not used.
252b5132
RH
8892
8893Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
8894
8895 * COPYING.LIB: Update FSF address.
8896
8897Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
8898
8899 * ltconfig, ltmain.sh: Update to libtool 1.2a.
8900
8901 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8902 GAS_SUPPORT_DIRS.
8903
8904Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
8905
8906 * ltconfig, ltmain.sh: Avoid producing a version number if
8907 -version-info was not used.
8908
8909Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
8910
8911 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8912 building with newlib.
8913
89141998-04-30 Paul Eggert <eggert@twinsun.com>
8915
ba73c63f 8916 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 8917 Solaris `make' causes it to continue to next definition.
252b5132 8918
afb8d725
JM
8919Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
8920
8921 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8922 the right GUI libraries and files are installed along with GDB.
8923
252b5132
RH
8924Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
8925
8926 * configure.in: Change alpha to alpha* in several places.
8927
8928Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
8929
8930 * config.sub: Recognize sparc86x.
8931
8932Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 8933
252b5132
RH
8934 * configure.in (--enable-target-optspace): Remove debug echo.
8935
8936Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
8937
8938 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8939
8940Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
8941
8942 * ltconfig: Update cygwin32 support.
8943
8944 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8945 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8946 (GDB_SUPPORT_DIRS): Likewise.
8947
8948Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
8949
8950 * configure.in (target_makefile_frag): If --enable-target-optspace,
8951 use -Os to compile target libraries rather than -O2. Default to
8952 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8953 not used.
8954 * configure.in (target_cflags): Ditto for d30v.
8955
8956Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
8957
8958 * Makefile.in (all-bfd): Depend on all-intl.
8959 (all-binutils): Likewise.
8960 (all-gas): Likewise.
8961 (all-gprof): Likewise.
8962 (all-ld): Likewise.
8963
252b5132
RH
89641998-04-19 Brendan Kehoe <brendan@cygnus.com>
8965
8966 * configure.in (host_tools): Fix typo, lbtool -> libtool.
8967
8968Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
8969
8970 * Makefile.in (all-bfd): Depend upon all-libiberty.
8971
8972 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8973
8974Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
8975
8976 * Makefile.in: Add libstub.
8977
8978 * configure.in: Ditto. Build libstub for targets that have cygmon
8979 support.
8980
8981Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
8982
8983 * configure.in: Don't set PICFLAG on ix86-cygwin32.
8984
8985Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
8986
8987 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8988 use mh-sysv5 if specified. Support gprof on SCO Open Server.
8989
8990Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
8991
8992 * configure: Define DEFAULT_M4 by searching PATH.
8993 * Makfile.in: Use DEFAULT_M4.
8994
8995Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
8996
8997 * ltconfig: Add cygwin32 support.
8998
8999 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9000 to configure and build.
9001
9002Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9003
9004 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9005
9006Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9007
9008 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9009
9010Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9011
9012 * Makefile.in: add ash make rules
9013 * configure.in: add ash to native_only and host_tools lists
9014
9015Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9016
9017 * Makefile.in (all-gettext, all-intl): New targets.
9018 (ALL_MODULES): Added all-gettext, all-intl.
9019 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9020 (INSTALL_MODULES): Added install-gettext, install-intl.
9021 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9022
9023 * configure.in (host_tools): Added gettext.
9024 (native_only): Likewise.
9025 (noconfigdirs) [various cases]: Likewise.
9026 (host_libs): Added intl.
9027
afb8d725
JM
9028Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9029
9030 * configure: Do not disable building gdbtk for cygwin32 hosts.
9031
ba73c63f
JM
9032Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9033
9034 * configure.in: Add thumb-coff target.
9035 * config.sub: Add thumb-coff target.
9036
252b5132
RH
9037Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9038
9039 * Makefile.in: Revert yesterday's change.
9040 (all-target-winsup): all-target-librx stays out of here.
9041
9042Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9043
ba73c63f
JM
9044 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9045 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9046 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9047 Remove references to librx and libg++.
9048
9049Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9050
9051 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9052 recursive makes
9053
9054Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9055
9056 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9057 for newlib directory.
9058 (CXX_FOR_TARGET): Likewise.
9059
9060Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9061
9062 * ltconfig: Update after libtool/ltconfig.in change for
9063 hpux11.
9064
9065Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9066
9067 * ltconfig, ltmain.sh: Update to libtool 1.2.
9068
9069Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9070
9071 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9072 (install-gcc-cross): Instead, override LANGUAGES here.
9073
90741998-03-18 Dave Love <d.love@dl.ac.uk>
9075
9076 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9077 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9078
9079Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9080
9081 * configure.in: Add Thumb-pe target.
9082
9083Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9084
252b5132
RH
9085 * Makefile.in - changed sn targets to snavigator
9086 * configure.in - changed sn targets to snavigator
9087
9088Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9089
9090 * config-ml.in: After building symlink tree call make distclean
9091 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9092 to be the case for libiberty.
9093
9094Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9095
9096 * configure: When making link, also check the current
9097 directory. The configure scripts may create one.
9098
9099Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9100
9101 * config.sub: Accept alphapca56 and alphaev6 properly.
9102
9103Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9104
9105 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9106
252b5132
RH
9107Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9108
80413487 9109 * config.sub (sco5): Fix typo.
252b5132
RH
9110
9111Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9112
9113 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9114 install-itcl.
9115 (install-itcl): Remove dependency on install-tcl.
9116
9117Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9118
9119 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9120
252b5132
RH
9121Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9122
9123 * configure.in: Don't build libgui for a cygwin32 target when not on
9124 a cygwin32 host.
9125
9126Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9127
9128 * configure (redirect): Set to null, so default behavior of
9129 configure is now --verbose.
9130
91311998-02-16 Dave Love <d.love@dl.ac.uk>
9132
9133 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9134 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9135
9136Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9137
9138 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9139 this change to sync Makefile.in with its ChangeLog entries.
9140
9141Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9142
9143 * ltmain.sh (mkdir): Check that the directory doesn't exist
9144 before we exit with error, so that we don't get races during
9145 parallel builds.
9146
9147Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9148
9149 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9150
9151Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9152
9153 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9154 PICFLAG_FOR_TARGET.
9155 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9156
9157 * configure: Emit a definition for the new macro enable_shared
9158 into each Makefile.
9159
252b5132
RH
9160Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9161
9162 * configure.in (host_tools, native_only): Add libtool.
9163
9164Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9165
9166 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9167 Fix typo in ming config comment.
9168
9169Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9170
9171 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9172
9173Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9174
9175 * config.sub: Add tic30 cases, and map c30 to tic30.
9176
ba73c63f
JM
9177Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9178
9179 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9180 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9181 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9182 (CLEAN_TARGET_MODULES): Similarly
9183 (all-target-libf2c): Add dependences.
35590697 9184 * configure.in (target_libs): Add libf2c.
ba73c63f 9185
252b5132
RH
9186Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9187
ba73c63f
JM
9188 * configure.in: Remove expect from noconfigdirs when target
9189 is cygwin32. OK to build expect and dejagnu with Canadian
9190 Cross.
252b5132
RH
9191
9192Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9193
9194 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9195 host.
9196
9197 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9198 and mingw32.
9199
9200Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9201
9202 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9203 here as it is not defined in the toplevel Makefile.
9204
9205Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9206
9207 * configure (package_makefile_rules_frag): New variable, which names
9208 a file with generic rules, ...
9209 Change comment to mention we now have FIVE parts.
9210 * configure: Undo last change.
9211
9212Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9213
9214 * config.guess: More accurate determination of HP processor types.
9215 * config.sub: More accurate determination of HP processor types.
9216
9217Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9218
9219 * configure (package_makefile_frag): Move inserting the
9220 ${package_makefile_frag} to where it should be according
9221 to the comment.
9222
ba73c63f 9223Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9224
9225 * config.guess: Add support for Linux/ARM.
9226
9227Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9228
9229 * .cvsignore: Remove *-info and *-install since they match
9230 release-info and mpw-install, which we don't want to just ignore.
9231
9232Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9233
9234 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9235
9236Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9237
9238 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9239 local_prefix to sub-make invocations.
9240
9241Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9242
9243 * configure.in: Check makefile fragments in the source
9244 directory.
9245
9246Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9247
ba73c63f
JM
9248 * configure.in: Check whether host and target makefile
9249 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9250
9251Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9252
9253 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9254
252b5132
RH
9255Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9256
9257 * configure.in: Make sure we only replace RPATH_ENVVAR on
9258 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9259 regexp to sed.
9260
9261 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9262 to sub-makes.
9263
92641998-01-13 Lee Iverson (leei@ai.sri.com)
9265
9266 * config-ml.in (multi-do): LDFLAGS must include multilib
9267 designator.
9268
9269Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9270
9271 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9272
9273Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9274
9275 * config.sub: Add mingw32 support.
9276 * configure.in: Likewise.
252b5132
RH
9277
9278Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9279
9280 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9281
9282Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9283
9284 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9285 * configure (gxx_include_dir): Provide a definition for subdirs
9286 which do not use autoconf.
9287
9288Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9289
9290 * config.guess: Sync with egcs. Picks up new alpha support,
9291 BeOS & some additional linux support.
9292
ba73c63f 9293Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9294
9295 * config.guess: HP 9000/803 is a PA1.1 machine.
9296
ba73c63f
JM
9297Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9298
9299 * configure.in: It's alpha*-...
252b5132
RH
9300
9301Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9302
ba73c63f
JM
9303 * configure.in (host_makefile_frag, target_makefile_frag):
9304 Handle multiple config files.
9305 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9306 alpha-*-*.
252b5132
RH
9307
9308Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9309
9310 * mkdep: New file.
9311
9312Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9313
9314 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9315
9316Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9317
9318 * Makefile.in: Add libgui directory.
9319 (GDB_TK): Add all-libgui.
9320 * configure.in: Add libgui directory.
9321 * configure: Add all-libgui to GDB_TK.
9322
9323Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9324
9325 * config-ml.in (multidirs): Add m32r to multilib list.
9326
9327Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9328
9329 * Makefile.in (all-target-gperf): Change dependency to
9330 all-target-libstdc++.
9331
9332Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9333
9334 * config.guess: Add BeOS support.
9335
9336Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9337
9338 Source directory cvs renamed to cvssrc:
9339 * configure.in (host_tools): Change cvs to cvssrc.
9340 (native_only): Likewise.
9341 (noconfigdirs) [various cases]: Likewise.
9342 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9343 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9344 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9345 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9346 (all-cvssrc): Rename target from all-cvs.
9347
9348Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9349
9350 * configure (gxx_include_dir): Fix thinko.
9351
9352Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9353
9354 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9355 (install-cross, install-gcc-cross): New targets.
9356
9357Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9358
9359 * configure.in (noconfigdirs): Add support for Thumb target.
9360
9361 * config.sub (maybe_os): Add support for Thumb target.
9362
9363Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9364
9365 * Makefile.in: Add rules for cygmon.
9366
9367 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9368
9369Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9370
9371 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9372 * configure (gxx_include_dir): Provide a definition for subdirs
9373 which do not use autoconf.
9374
9375Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9376
9377 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 9378 11/18/97 build
252b5132
RH
9379
9380Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9381
9382 * From Franz Sirl.
9383 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9384 found on RedHat Linux systems.
9385
9386Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9387
9388 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9389 guesses.
9390
9391Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9392
9393 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9394
9395Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9396
9397 * ltmain.sh: If mkdir fails, check whether the directory was created
9398 anyhow by some other process.
9399
9400Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9401
9402 * configure.in (d30v-*-*): Configure all directories.
9403
9404Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9405
9406 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9407 for the D30V.
9408
9409Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9410
9411 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9412
9413Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9414
80413487
RH
9415 * include/libiberty.h: Add extern "C" { so it can be used with C++
9416 progrms.
9417 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9418 programs.
252b5132
RH
9419
9420Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9421
9422 * configure.in (d30v-*-*): Configure GCC now.
9423
9424Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9425
9426 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9427 is no longer needed.
9428
9429Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9430
9431 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9432
9433Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9434
9435 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9436 targets using "$@" to provide support for similar but not identical
9437 targets without having to duplicate code.
9438
9439Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9440
9441 * makefile.vms: Fix to work with DEC C.
9442
9443Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9444
9445 * config.sub: Add mips-tx39-elf to marketing names.
9446
9447Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9448
9449 * ltmain.sh: Handle symlinks in generated script.
9450
9451Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9452
9453 * configure: Handle autoconf style directory options: --bindir,
9454 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9455 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9456 --sysconfdir.
9457 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9458 (sharedstatedir, localstatedir, oldincludedir): New variables.
9459 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9460 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9461 sbindir, sharedstatedir, and sysconfdir.
9462
9463Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9464
9465 * Makefile.in (bootstrap-lean): New target.
9466
9467Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9468
9469 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 9470 sn, and gnuserv from noconfigdirs.
252b5132
RH
9471
9472Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9473
9474 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9475
9476Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9477
ba73c63f 9478 * Makefile.in (cross): New target.
252b5132
RH
9479
9480Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 9481 Jeff Law <law@cygnus.com>
252b5132
RH
9482
9483 * Makefile.in (bootstrap2, bootstrap3): New targets.
9484 (all-bootstrap): Remove outdated and confusing target.
9485 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9486
afb8d725
JM
9487Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9488
9489 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 9490 windows. Consistent with gdb/configure.
afb8d725 9491
252b5132
RH
94921997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9493
252b5132
RH
9494 * configure.in: Name Linux target fragment.
9495
9496 * configure: Rewrite so that project Makefile fragment is inserted
9497 first and appears last in the resulting Makefile.
9498
9499Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9500
9501 * Makefile.in (install-itcl): Install tcl first.
9502
252b5132 9503Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 9504
252b5132
RH
9505 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9506
9507Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9508
9509 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9510
9511 * configure.in (skipdirs): Add target-librx for Linux.
9512 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9513
9514Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9515
9516 * Makefile.in (bootstrap): New target.
9517
9518Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9519
9520 * config.sub: Accept 'amigados' for backward compatability.
9521
9522Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9523
9524 * config.guess: Merge with FSF.
9525
ba73c63f
JM
9526Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9527
9528 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9529
252b5132
RH
9530Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9531
9532 * config.sub: Add "marketing-names" patch.
9533
9534Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9535
80413487 9536 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
9537
9538Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9539
9540 * config.sub: Handle v850-elf.
9541
ba73c63f
JM
9542Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9543
9544 * .cvsignore (*-install): Remove.
9545
252b5132
RH
9546Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9547
9548 * ltconfig: Set CONFIG_SHELL in libtool.
9549 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9550
9551Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9552
9553 * configure.in (target_subdir): Set to libraries if enable_multilib.
9554
9555Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9556
9557 * config.guess: Update from gcc directory.
9558
9559Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9560
9561 * Makefile.in (all-sim): Depends on all-readline.
9562
9563Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9564
9565 * Makefile.in (BISON, YACC): Use $$s.
9566 (all-bison): Depend on all-texinfo.
9567
9568Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9569
9570 * Makefile.in (BISON): Add -L flag.
9571 (YACC): Likewise.
9572
9573Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9574
35590697
AJ
9575 * configure.in (noconfigdirs): Add support for v850e target.
9576
252b5132
RH
9577 * config.sub (maybe_os): Add support for v850e target.
9578
9579Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9580
35590697
AJ
9581 * configure.in (noconfigdirs): Add support for v850ea target.
9582
252b5132
RH
9583 * config.sub (maybe_os): Add support for v850ea target.
9584
9585Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9586
9587 * config.sub: Add mipstx39. Delete r3900.
9588
9589Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9590
9591 * Makefile.in (all-autoconf): Depends on all-texinfo.
9592
9593Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9594
9595 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9596 eabi targets.
9597
9598Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9599
9600 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9601
9602 * configure: When handling a Canadian Cross, handle YACC as well as
9603 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 9604 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
9605
9606Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9607
9608 * Makefile.in (BISON): bison, not byacc or bison -y.
9609 (YACC): bison -y or byacc or yacc.
9610 (various): Add *-bison as appropriate.
9611 (taz): No need to mess with BISON anymore.
9612
9613Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9614
9615 * configure: If OSTYPE matches *win32*, try to find a good value for
9616 CONFIG_SHELL.
9617
9618Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9619
9620 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9621 configure.in if it is present.
9622
9623Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9624
9625 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9626
9627Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9628
9629 * config.sub: Recognize `arc' cpu.
9630 * configure.in: Likewise.
9631 * config-ml.in: Likewise.
9632
9633Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9634
9635 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9636
9637Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9638
9639 * configure: Changed sed delimiter from ':' to '|' when
9640 attempting to substitute ${config_shell} for SHELL. On
9641 NT ${config_shell} may contain a ':' in it.
9642
9643Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9644
9645 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9646
9647Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9648
9649 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9650
9651Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9652
9653 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9654
9655 * ylwrap: If the program is a relative path, force it to be
9656 absolute.
9657
9658Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9659
9660 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9661
9662Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9663
9664 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
9665 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9666 for libraries.
252b5132
RH
9667
9668Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9669
9670 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 9671 separated by spaces.
252b5132
RH
9672
9673Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9674
9675 * ylwrap: New file.
9676 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9677
9678 * ltmain.sh: Handle /bin/sh at start of install program.
9679
9680 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9681
9682 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9683 * missing: New file, from automake 1.2.
9684
9685Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9686
9687 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9688 check-tk to CHECK_X11_MODULES.
9689
9690Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9691
9692 * config.sub: Merge with FSF.
9693
9694Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9695
9696 * config.guess: Merge with FSF.
9697
9698Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9699
9700 * configure: Treat msdosdjgpp like go32.
9701 * configure.in: Likewise. Don't remove gprof for go32.
9702
9703 * configure: Change Makefile.tem2 to Makefile.tm2.
9704
9705Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9706
9707 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9708
9709Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9710
9711 * install-sh (chmodcmd): Set to null if the DST directory already
9712 exists. Same as Nov 11th change.
9713
9714Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9715
35590697 9716 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
9717
9718Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9719
9720 * config.guess: Update from FSF.
9721
9722Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9723
9724 * Makefile.in (GDB_TK): Depend on itcl and tix.
9725
9726Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9727
9728 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9729 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9730 (INSTALL_SCRIPT): New variable.
9731 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9732 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9733 to -x.
9734 * install-sh: Add support for -x option.
9735
9736Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
9737
9738 * configure.in, Makefile.in: Treat tix like itcl.
9739
9740Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9741
9742 * Makefile.in (WINDRES): New variable.
9743 (WINDRES_FOR_TARGET): New variable.
9744 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9745 (EXTRA_HOST_FLAGS): Add WINDRES.
9746 (EXTRA_TARGET_FLAGS): Add WINDRES.
9747 (EXTRA_GCC_FLAGS): Add WINDRES.
9748 ($(DO_X)): Pass down WINDRES.
9749 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9750 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9751 DLLTOOL_FOR_TARGET.
9752
9753Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9754
9755 * configure.in: configure sim before gdb for win32-x-ppc
9756
9757Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9758
9759 Move gperf into the toplevel, from libg++.
9760 * configure.in (target_tools): Add target-gperf.
9761 (native_only): Add target-gperf.
9762 * Makefile.in (all-target-gperf): New target, depend on
9763 all-target-libg++.
9764 (configure-target-gperf): Empty rule.
9765 (ALL_TARGET_MODULES): Add all-target-gperf.
9766 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9767 (CHECK_TARGET_MODULES): Add check-target-gperf.
9768 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9769 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9770
9771Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 9772
252b5132
RH
9773 * config.sub (mn10200): Recognize new basic machine.
9774
9775Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9776
9777 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9778 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9779
9780Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9781
9782 * configure.in: If we're building mips-sgi-irix6* native, turn on
9783 ENABLE_MULTILIB and set TARGET_SUBDIR.
9784
9785Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9786
9787 * Makefile.in (all-sn): Depend on all-grep.
9788
9789Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9790
9791 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9792
9793 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9794 Makefile. From Jeff Makey <jeff@cts.com>.
9795 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9796
9797 * Makefile.in (DISTBISONFILES): Remove.
9798 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9799 $(DEFAULT_YACC).
9800
9801 * configure.in: Build itl, db, sn, etc., when building for native
35590697 9802 cygwin32.
252b5132
RH
9803
9804 * Makefile.in (LD): New variable.
9805 (EXTRA_HOST_FLAGS): Pass down LD.
9806 ($(DO_X)): Likewise.
9807
9808Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9809
9810 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9811
9812Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
9813
9814 * configure.in (targargs): Strip out any supplied --build argument
35590697 9815 before adding our own. Always add --build.
252b5132
RH
9816
9817Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
9818
9819 * configure.in (targargs): Pass --build if we're doing
9820 a cross-compile.
9821
9822Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
9823
ba73c63f 9824 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
9825 sed. Otherwise sed chokes on NT path names with drive
9826 designators. Also look for "?:*" as the leading characters in an
9827 absolute pathname.
9828
9829Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
9830
9831 * config.sub: Support for r3900.
9832
9833Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
9834
9835 * configure.in: Use install-sh, not install.sh.
9836
9837Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
9838
9839 * Makefile.in (taz): Improve check for BISON so it doesn't try to
9840 apply it twice.
9841
9842Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
9843
9844 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9845 install-binutils.
9846
9847Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
9848
9849 * Makefile.in: Add automake targets.
9850 * configure.in (host_tools): Add automake.
9851
9852Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
9853
9854 * configure: Default CXX to c++, not gcc.
9855 * Makefile.in (CXX): Set to c++, not gcc.
9856 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9857
9858Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
9859
9860 * install-sh: try appending a .exe if source file doesn't
9861 exist
9862
9863Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9864
9865 * configure.in: Turn on multilib by default.
9866 (cross_only): Remove target-libiberty.
9867
9868 * Makefile.in (all-gcc): Don't depend on libiberty.
9869
9870Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
9871
9872 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9873
9874Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
9875
9876 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9877 (DISTBISONFILES): Add ld/Makefile.in
9878
9879Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
9880
9881 * configure.in: if target is cygwin32 but host isn't cygwin32,
9882 don't configure gdb tcl tk expect, not just gdb.
9883
9884Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
9885
9886 * configure.in: Added gnuserv everywhere sn appears.
9887
9888 * Makefile.in (ALL_MODULES): Added all-gnuserv.
9889 (CROSS_CHECK_MODULES): Added check-gnuserv.
9890 (INSTALL_MODULES): Added install-gnuserv.
9891 (CLEAN_MODULES): Added clean-gnuserv.
9892 (all-gnuserv): New target.
9893
9894Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
9895
9896 * config.guess: Fixes for MIPS OpenBSD systems.
9897
9898Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
9899
9900 * Makefile.in (INSTALL_XFORM): Remove.
9901 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9902
9903 * mkinstalldirs: New file, copied from automake.
9904 * Makefile.in (installdirs): Rename from install-dirs. Use
9905 mkinstalldirs. Change all users.
9906 (DEVO_SUPPORT): Add mkinstalldirs.
9907
9908Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
9909
9910 * install-sh: Rename from install.sh.
9911 * Makefile.in (INSTALL): Change install.sh to install-sh.
9912 (DEVO_SUPPORT): Likewise.
9913
9914 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
9915 Graichen <graichen@rzpd.de>.
9916
9917Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
9918
9919 * config.guess: Recognize OpenBSD systems correctly.
9920
9921Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9922
9923 * README, Makefile.in (ETC_SUPPORT): Remove references to
9924 cfg-paper*, configure.{texi,man,info*}._
9925
9926Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
9927
9928 * Makefile.in (all.normal): Ensure that gcc is built after all
9929 the x11 - ie gdb - targets.
9930
9931Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
9932
9933 * makefile.vms: Don't run conf-a-gas.
9934
9935Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
9936
80413487 9937 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
9938
9939Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
9940
9941 * configure.in: Remove noconfigdirs case since gdb also
9942 configures and builds for tic80-coff.
9943
9944Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
9945
9946 * configure: Set cache_file to config.cache.
9947 * Makefile.in (local-distclean): Remove config.cache.
9948
9949Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
9950
9951 * COPYING: Update FSF address.
9952
9953Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
9954
9955 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9956 noconfigdirs.
9957
9958Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
9959
9960 * Makefile.in (install-dirs): Don't crash if prefix, and hence
9961 MAKEDIRS, is empty.
9962
9963Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
9964
9965 * config.sub: Tweak mn10300 entry.
9966
9967Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
9968
9969 * configure.in (host_tools): Put sim before gdb, so gdb's
9970 configure.tgt can determine if the simulator was configured.
9971
9972Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
9973
9974 * config.sub: Move BeOS $os case to be with other Cygnus
9975 local cases.
9976
9977Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
9978
9979 * config.sub: Remove misplaced comment that broke Linux.
9980
9981Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
9982
9983 * config.sub: Add BeOS support.
9984
9985Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
9986
9987 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9988
9989Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
9990
9991 * configure.in (noconfigdirs): Remove tcl and tk from
9992 noconfigdirs for cygwin32 builds.
9993
9994Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
9995
9996 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9997
9998Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
9999
10000 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10001 make-all.com, use makefile.vms instead.
10002
10003Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10004
10005 * config.sub: Accept -lnews*.
10006
10007Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10008
10009 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10010 target-examples and target-libiberty for d30v.
252b5132
RH
10011
10012Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10013
10014 * configure.in (noconfigdirs): Enable ld for d30v.
10015
10016Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10017
10018 * configure.in (tic80-*-*): Build compiler.
10019
10020Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10021
10022 * configure.in (d30v-*): Remove sim directory from list of
35590697 10023 unsupported d30v directories
252b5132
RH
10024
10025Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10026
35590697
AJ
10027 * config.sub, configure.in: Add d30v target cpu.
10028
252b5132
RH
10029Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10030
10031 * makefile.vms: New file.
10032 * make-all.com: Remove.
10033
10034Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10035
10036 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10037
10038Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10039
10040 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10041
10042Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10043
10044 * Makefile.in (ALL_MODULES): Added all-db.
10045 (CROSS_CHECK_MODULES): Addec check-db.
10046 (INSTALL_MODULES): Added install-db.
10047 (CLEAN_MODULES): Added clean-db.
10048
10049Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10050
10051 * config.guess: Merge with latest FSF sources.
10052
10053Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10054
10055 * Makefile.in (ALL_MODULES): Added all-itcl.
10056 (CROSS_CHECK_MODULES): Added check-itcl.
10057 (INSTALL_MODULES): Added install-itcl.
10058 (CLEAN_MODULES): Added clean-itcl.
10059
10060Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10061
10062 * configure.in: build gdb for mn10200
10063
10064Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10065
10066 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10067
10068Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10069
10070 * configure.in (tic80-*-*): Turn off most targets right now.
10071
10072Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10073
10074 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10075 rather than the makeinfo program.
10076 (do-info): Depend upon all-texinfo.
10077
10078Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10079
10080 * configure.in: Remove uses of config/mh-linux.
10081
10082 * config.sub, config.guess: Merge with latest FSF sources.
10083
10084Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10085
10086 * config.sub (case $basic_machine): Add tic80 entries.
10087
10088Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10089
10090 * config.sub, config.guess: Merge with latest FSF sources.
10091
10092Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10093
10094 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10095 * mpw-config.in: Test for NewFolderRecursive.
10096 * mpw-install: Use symbolic name for startup filename.
10097 * mpw-README: Add various additional details.
10098
10099Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10100
10101 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10102
10103Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10104
10105 * configure.in: Do build gcc and the target libraries for
10106 the mn10200.
10107
10108Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10109
10110 * configure.in: don't avoid building gdb for mn10300 any more
10111 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10112 instead of single-quoting it.
10113
10114Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10115
10116 * configure.in: Don't use --with-stabs on IRIX 6.
10117
10118Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10119
10120 * configure.in (m32r): Build gdb, libg++ now.
10121
10122Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10123
10124 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10125 directories from noconfigdirs.
10126
10127Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10128
10129 * config.sub (basic_machine): added mips16 configuration
10130
10131Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10132
10133 * config.sub: Handle d10v-unknown.
10134
10135Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10136
10137 * config.sub: Handle v850-unknown.
10138
10139Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10140
10141 * Makefile.in: add findutils
10142 * configure.in: add findutils to list of host_tools
10143
10144Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10145
10146 * config.sub: Handle mn10200 and mn10300.
10147
10148Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10149
10150 * configure.in (d10v-*): Do not build librx.
10151
10152Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10153
10154 * configure.in (mn10300): Build everything except gdb & libgloss.
10155
10156Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10157
10158 * config.guess: Patch for Dansk Data Elektronik servers,
10159 from Niels Skou Olsen <nso@dde.dk>.
10160
10161 For ncr, use /bin/uname rather than uname, since GNU uname does not
10162 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10163
10164 Patch for MIPS R4000 running System V,
10165 from Eric S. Raymond <esr@snark.thyrsus.com>.
10166
10167 Fix thinko for nextstep.
10168
10169 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10170
10171 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10172 * config.guess: Guess mips-dec-mach_bsd4.3.
10173
10174 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10175 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10176 release numbers.
10177 * config.guess (mips-mips-riscos*): Emit just enough of the
10178 release number.
10179
10180 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10181 * config.guess (sparc-auspex-sunos*): Added.
10182 (f300-fujitsu-*): Added.
10183
10184 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10185 * config.guess: Recognize a Tadpole as a sparc.
10186
10187Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10188
10189 * config.guess: Don't assume that NextStep version is either 2 or
10190 3. NextStep 4 (aka OpenStep 4) has come out now.
10191
10192Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10193
10194 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10195 From Rik Faith <faith@cs.unc.edu>.
10196
10197Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10198
10199 * config.sub: Contributions from bug-gnu-utils to:
10200 Support plain "hppa" (no version given) architecture, reported by
10201 OpenStep.
10202 OpenBSD like NetBSD.
10203 LynxOs is not a hardware supplier.
10204
10205 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10206 OpenBSD like NetBSD.
252b5132
RH
10207 Stratus systems.
10208 More Pyramid systems.
10209 i[n>4]86 Intel chips.
10210 M680[n>4]0 Motorola chips.
10211 Use unknown instead of lynx for hardware manufacturer.
10212
10213Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10214
10215 * install.sh (chmodcmd): Set to null if the DST directory already
10216 exists.
10217
10218Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10219
10220 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10221 not use mt-ppc target Makefile fragment any more.
10222
10223Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10224
10225 * configure.in (*-*-windows): Exclude everything but those dirs
10226 needed to build windows.
10227
10228Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10229
10230 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10231
10232Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10233
10234 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10235
10236Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10237
10238 * Undo my previous change.
10239
10240Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10241
10242 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10243 unconditionally.
10244 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10245
10246Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10247
10248 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10249 host to add it's own flags.
252b5132
RH
10250
10251Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10252
10253 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10254
10255Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10256
10257 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10258 (CXX_FOR_TARGET): Likewise.
10259 (GCC_FOR_TARGET): Define.
10260 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10261 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10262 CC_FOR_TARGET was specified on the command line.
10263 (MAKEOVERRIDES): Don't define.
10264
10265Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10266
10267 * configure.in (m32r): Fix spelling of libg++ libs.
10268
10269Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10270
10271 * config.sub (-apple*): Remove, now redundant.
10272
10273Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10274
10275 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10276
10277 * configure: Rework yesterday's sed script patch.
10278
10279 * config.sub: Merge with FSF.
10280
10281Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10282
10283 * config.guess: Merge from FSF.
10284
10285 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10286 * config.guess: Use pc instead of unknown, for pc clone systems.
10287 Change linux to linux-gnu.
252b5132
RH
10288
10289 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10290 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10291
10292Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10293
10294 * test-build.mk (HOLES): Add "xargs" for gdb.
10295
10296 * configure: Avoid hpux10.20 sed bug.
10297
10298Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10299
4bddf3ad 10300 * configure.in: Add support for windows host
252b5132
RH
10301 (that is a build done under the Microsoft build environment).
10302
10303Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10304
10305 * Makefile.in: Replace all uses of srcroot with s, to shrink
10306 command line lengths.
10307
10308 Patches from Geoffrey Noer <noer@cygnus.com>:
10309 * configure.in: If configuring for newlib, pass --with-newlib to
10310 subdirectories.
10311 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10312 -Bnewlib/ and -Lwinsup to gcc.
10313 (CXX_FOR_TARGET): Likewise.
10314
10315Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10316
10317 * Makefile.in (ETC_SUPPORT): Add configure.
10318
10319Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10320
35590697 10321 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
10322 host configuration file.
10323
10324Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10325
10326 * configure.in: Break mn10x00 support into separate
10327 mn10200 and mn10300 configurations.
10328 * config.sub: Likewise.
10329
10330Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10331
10332 * configure.in: Add lots of stuff to noconfigdirs for
10333 the mn10x00 targets.
10334
10335 * config.sub, configure.in: Add mn10x00 support.
10336
10337Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10338
10339 * make-all.com: Call conf-a-gas, not config-a-gas.
10340
10341Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10342
10343 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 10344 targets.
252b5132
RH
10345
10346Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10347
10348 * mpw-README: Add much more detail for native PowerMac.
10349 * mpw-install: New file.
10350 * mpw-configure: Add --norecursion and --help options.
10351 * mpw-config.in: Translate readme and install files when
10352 copying to objdir.
10353 * mpw-build.in: Don't always depend on byacc and flex.
10354 (install-only-top): New action.
10355
10356Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10357
10358 * configure.in: You can now configure GDB for the v850.
10359
10360Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10361
10362 * configure.in (noconfigdirs): Don't configure any C++ dirs
10363 if targeting D10V.
10364
10365Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10366
10367 * config.sub: Recognize mips64vr5000.
10368
10369Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10370
10371 * configure.in: Use a single line for host_tools and native_only.
10372
10373Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10374
10375 * config.sub, configure.in: Add entries for m32r.
10376
10377Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10378
10379 * Makefile.in (inet-install): Don't run install-gzip.
10380
10381Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10382
10383 * configure.in: Don't config lots of things for *-*-windows*.
10384
10385Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10386
10387 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10388 (host_libs, host_tools): Copy from configure.in.
10389 * mpw-configure: Don't complain about directories not found.
10390
10391Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10392
10393 * configure.in (i[345]86): Recognize i686 for pentium pro.
10394 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10395 file.
10396
10397 * config.guess (i[345]86): Ditto.
10398
10399Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10400
10401 * configure.in (noconfigdirs): Removed gdb for D10V.
10402
10403Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10404
10405 * configure.in: Remove ld, target-libio, target-libg++, and
10406 target-libstdc++ from noconfigdirs.
10407
10408Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10409
10410 * configure: Fix three locations where shell scripts were
10411 being run directly rather than with config_shell.
10412
10413Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10414
10415 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10416 * config.sub (basic_machine): Recognize v850.
10417
10418Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10419
10420 * mpw-configure: Handle multiple enable/disable options and
10421 pass them down recursively, handle -c and -s flags appropriately
10422 depending on choice of compiler, add escape mechanism for
10423 quoted arguments to gC.
10424
10425Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10426
10427 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10428 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10429 so that -mrelocatable-lib and -mno-eabi are used.
10430
10431 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10432 not support --print-multi-lib, don't abort.
10433
252b5132
RH
10434Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10435
10436 * make-all.com: Run config-a-gas.
10437 * setup.com: Don't copy subdirectory files around.
10438
10439Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10440
10441 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10442 target, it now compiles correctly.
10443
10444Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10445
10446 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10447
10448Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10449
35590697 10450 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
10451
10452Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10453
10454 * configure.in (native_only): Add prms.
10455
10456Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10457
10458 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10459 (BINUTILS_SUPPORT_DIRS): Likewise.
10460
10461Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10462
10463 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10464 d10v support is added.
10465
10466Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10467
10468 * configure.in (d10v-*-*): New target.
10469
10470Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10471
10472 * config.guess (HP 9000/811): Recognize this as a PA1.1
10473 machine.
10474
10475Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10476
10477 * Makefile.in (do-tar-gz): New target, split out from tail end of
10478 taz target. Run each command separately, don't use pipes.
10479 (taz): Use it.
10480
10481Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10482
10483 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10484 * mpw-build.in: No builds should depend on building byacc or flex,
10485 they are assumed to be installed already.
10486
10487Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10488
10489 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10490 variable that CC_FOR_TARGET needs.
10491
10492Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10493
10494 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10495 options have changed since the last time the subdirectory was
10496 configured, and if it has, reconfigure.
10497 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10498 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10499
10500Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10501
10502 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10503 CLEAN_MODULES): Add bash.
10504 (all-bash): New target.
10505
10506Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10507
10508 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10509
10510Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10511
10512 * config.sub (basic_machine): Recognize d10v as a valid processor.
10513
10514Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10515
10516 * mpw-configure: Add support for --bindir.
10517 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10518
10519Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10520
10521 * configure.in: add bash, time, gawk to list of hosttools and things
10522 to only build for native toolchains
10523
10524Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10525
10526 * Makefile.in (docdir): Remove.
10527
10528Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10529
10530 * Makefile.in (datadir): Set to $(prefix)/share.
10531
10532Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10533
10534 * configure.in: build diff and patch for cygwin32-hosted
10535 toolchains.
10536
10537Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10538
10539 * config.sub: Accept -rtems*.
10540
10541Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10542
80413487 10543 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
10544 remove diff from the list of things not buildable
10545 via Canadian Cross
252b5132
RH
10546
10547Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10548
10549 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 10550 don't get ". ".
252b5132
RH
10551
10552Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10553
10554 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10555
10556Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10557
10558 * Makefile.in (taz): Handle case where tex3patch didn't even get
10559 checked out. Also, if it was found, put the symlink in a new util
10560 subdirectory.
10561
10562Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10563
10564 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10565
10566Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10567
10568 * config.sub: Recognize -openvms.
10569 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10570 * make-all.com, setup.com: New files.
10571
10572Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10573
10574 * Makefile.in (taz): tex3patch moved to texinfo/util.
10575
10576Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10577
afb8d725 10578 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
10579 * configure.in: remove make from disable-if-Can-Cross list
10580 enable gdb if ${host} and ${target} are cygwin32
10581
10582Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10583
10584 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10585 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10586
10587Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10588
10589 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10590 distinguish sysv/svr4/bsd variants.
10591 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10592
10593Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10594
10595 * configure.in: Added copyright notice.
10596 * move-if-change: Added copyright notice.
10597
10598Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10599
10600 * configure.in (powerpcle-*-solaris*): Until we get shared
10601 libraries working, don't build gdb, sim, make, tcl, tk, or
10602 expect.
10603
10604Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10605
10606 * config.guess: Merge with FSF:
10607
10608 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10609 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10610
10611 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10612 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10613
10614 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10615 * config.guess: Combine two OSF1 rules.
10616 Also recognize field test versions. From mjr@zk3.dec.com.
10617 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10618 because GNU uname does not support -p. From pmr@pajato.com.
10619
10620Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10621
10622 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10623
10624Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10625
10626 * mpw-README: Document GCCIncludes.
10627
10628Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10629
10630 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10631
10632Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10633
10634 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10635
10636Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10637
10638 * configure.in (*-*-cygwin32): Configure make.
10639
10640Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10641
10642 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10643
10644Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10645
10646 * Makefile.in (all-inet): Depend on all-perl.
10647
10648 * Makefile.in (inet-install): New target.
10649
10650 * Makefile.in (all-inet): Depend on all-tcl.
10651 (all-inet): Depend on all-send-pr.
10652
10653Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10654
10655 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10656 temporarily.
10657
10658Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10659
10660 * configure.in: Don't configure --with-gnu-ld on AIX.
10661
10662Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10663
10664 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10665
10666Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10667
10668 * Makefile.in (ALL_MODULES): Added all-inet.
10669 (CROSS_CHECK_MODULES): Added check-inet.
10670 (INSTALL_MODULES): Added install-inet.
10671 (CLEAN_MODULES): Added clean-inet.
10672 (all-indent): New target.
10673
10674 * configure.in (host_tools): Added inet.
10675 (native_only): Added inet.
10676 (noconfigdirs): Added inet.
10677
10678Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10679
10680 * configure.in: Don't configure libgloss if we are not configuring
10681 newlib.
10682
10683Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10684
10685 * configure.in: Don't configure libgloss for unsupported
10686 architectures.
10687
10688Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10689
10690 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10691
10692Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10693
10694 * Makefile.in (ALL_MODULES): Include all-apache.
10695 (CROSS_CHECK_MODULES): Include check-apache.
10696 (INSTALL_MODULES): Include install-apache.
10697 (all-apache): New target.
10698
10699 * configure.in: Added apache everywhere perl is seen.
10700
10701Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10702
10703 * Makefile.in: Add support for clean-{module} and
10704 clean-target-{module} rules.
10705
10706Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10707
10708 * configure.in (*-*-ose) do not build libgloss.
10709
10710Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10711
10712 * config.guess (prep*:SunOS:5.*:*): Turn into
10713 powerpele-unknown-solaris2.
10714
10715Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10716
10717 * configure.in: Permit --enable-shared to specify a list of
10718 directories.
10719
10720Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10721
10722 * configure.in (host==solaris): Pass only the first word of $CC
10723 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10724
10725Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10726
10727 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10728
10729Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10730
10731 * Makefile.in (ALL_MODULES): Include all-perl.
10732 (CROSS_CHECK_MODULES): Include check-perl.
10733 (INSTALL_MODULES): Include install-perl.
10734 (ALL_X11_MODULES): Include all-guile.
10735 (CHECK_X11_MODULES): Include check-guile.
10736 (INSTALL_X11_MODULES): Include install-guile.
10737 (all-perl): New target.
10738 (all-guile): New target.
10739
10740 * configure.in (host_tools): Include perl and guile.
10741 (native_only): Include perl and guile.
10742 (noconfigdirs): Don't build guile and perl; no ports have been
10743 done.
10744
10745Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10746
80413487
RH
10747 * configure (--enable-*): Handle quoted option lists such as
10748 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
10749
10750Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10751
10752 * Makefile.in ({,inst}all-target): New rule so we can make and
10753 install all of the target directories easily.
10754
10755Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10756
10757 * configure.in: Add missing global flag in sed substitution when
10758 deleting `target-' from ${configdirs}.
10759
10760Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10761
10762 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10763 option.
10764
10765 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10766 config/mh-necv4.
10767
10768 * install.sh: Correct misspelling of transformbasename.
10769
10770 * config.guess: Recognize mips-*-sysv*.
10771
10772Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10773
10774 * config.sub: Recognize mon960.
10775
10776Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10777
10778 * configure: Restore Canadian Cross handling of BISON and LEX,
10779 removed in Feb 20 change.
10780
10781Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10782
10783 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10784 Mention make install. Remove the old copyright date as well the
10785 clumsy and rather pointless copyright on the README file.
10786
10787Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10788
10789 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10790 Makefile after running symlink-tree, then run `make distclean' to
10791 avoid clobbering any generated files in srcdir.
10792
10793Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10794
10795 * configure.in (m68k-*-netbsd*): Build everything now.
10796
10797Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10798
10799 * Makefile.in (taz): Fix quoting.
10800
10801Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10802
10803 * configure.in (sparclet-*-*): Build everything now.
10804
10805Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10806
10807 * configure.in (m68k-*-linux*): New host.
10808
10809Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
10810
10811 * configure: Check for bison before byacc.
10812
10813Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
10814
10815 * Makefile.in configure: Change the way LEX and BISON/YACC are
10816 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
10817 searching PATH. These are used as fallbacks by Makefile.in if
10818 flex/bison/byacc aren't in objdir.
10819
10820Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
10821
10822 * Makefile.in: Make everything which depends upon all-bfd also
10823 depend upon all-opcodes, in case --with-commonbfdlib is used.
10824
10825Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10826
10827 * configure.in (host *-*-cygwin32): Don't build gdb if we are
10828 building NT native compilers on Unix.
10829
10830Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
10831
10832 * configure.in: Don't get CC from the host Makefile fragment if we
10833 can find gcc in PATH, or if this is a Canadian Cross. Move the
10834 Solaris test for /usr/ucb/cc to the post target script, just after
10835 the compiler sanity test.
10836
10837Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
10838
10839 * config.sub: Merge with FSF.
10840
10841Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
10842
10843 * Makefile.in (RPATH_ENVVAR): New variable.
10844 (REALLY_SET_LIB_PATH): Use it.
10845 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10846
10847Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
10848
10849 * config.sub, configure.in: Recognize sparclet cpu.
10850
10851Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10852
10853 * config.guess: Support m68k-cbm-sysv4.
10854
10855Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10856
10857 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10858 m68k-unknown-linuxaout from linker help string. Put quotes around
10859 $ld_help_string.
10860
10861Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
10862
10863 * config.guess (powerpc-harris-powerunix): Add guess for port
10864 to new target.
10865
10866Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10867
10868 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10869
10870Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
10871
10872 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10873 $(REALLY_SET_LIB_PATH) in Makefile.
10874 * Makefile.in (SET_LIB_PATH): New variable.
10875 (REALLY_SET_LIB_PATH): New variable.
10876 ($(DO_X)): Use $(SET_LIB_PATH).
10877 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10878 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10879 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10880 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10881 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10882 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10883 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10884 (install-dosrel): Likewise.
10885 (all-opcodes): Depend upon all-libiberty.
10886
10887Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
10888
10889 * config.guess (*:CYGWIN*): New
10890
10891Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10892
10893 * Makefile.in (all-target-winsup): All all-target-libiberty.
10894
10895Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10896
10897 * configure.in (noconfigdirs): Add missing # in front of comment.
10898
10899Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
10900
10901 * configure.in: add second pass to things added to noconfigdirs
10902 so *-gm-magic can exclude libgloss properly.
10903
10904Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
10905
10906 * mpw-configure (extralibs_name, rez_name): Set correctly
10907 for MWC68K compiler.
10908
10909 * mpw-README: Add more info on the necessary build tools.
10910
10911Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
10912
10913 * configure.in, config.sub: Recognize cygwin32.
10914
10915Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
10916
10917 * config.guess, config.sub: Recognize A/UX.
10918
10919Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
10920
10921 * config.sub: Merge with gcc/config.sub.
10922
10923Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
10924
10925 * mpw-build.in (do-binutils): Add build of stamps.
10926
10927Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
10928
10929 * config.sub: Add recognition for mips64vr4100*-* targets.
10930
10931Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10932
10933 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10934 Add creation of gconfigargs with `--enable-shared' turned on.
10935 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10936 ($(host)-stamp-stage3-configured): Likewise.
10937 (HOLES): Add chatr and ldd.
10938 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10939
10940Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
10941
10942 * configure: Pass --nfp to recursive configures.
10943
10944Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
10945
10946 * Makefile.in (DLLTOOL): New.
10947 (DLLTOOL_FOR_TARGET): New.
10948 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10949 (EXTRA_TARGET_FLAGS): Ditto.
10950 (EXTRA_GCC_FLAGS): Ditto.
10951 (CONFIGURE_TARGET_MODULES): Ditto.
10952 (DO_X): Ditto.
10953 * configure: Add DLLTOOL.
10954
10955Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
10956
10957 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10958 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10959 mh-sco, since old workarounds no longer needed, and don't
10960 build ld, since libraries have weak symbols in COFF.
10961
10962Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
10963
10964 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10965
10966Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
10967
10968 * configure.in: Make sure that ${CC} can be used to compile an
10969 executable.
10970
afb8d725
JM
10971Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10972
10973 * Makefile.in (all-gdb): Depend on $(GDB_TK).
10974 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10975 nothing depending on whether gdbtk is being built.
10976
252b5132
RH
10977Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
10978
10979 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10980
10981Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
10982
10983 * configure.in (noconfigdirs): Put ld or gas in this early, if the
10984 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10985
10986Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
10987
10988 * config-ml.in: Add support for
10989 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10990 Simplify setting of multidirs from --disable-foo.
10991
10992Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10993
10994 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10995 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10996 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 10997 non-empty, pass them on to the GCC make.
252b5132
RH
10998 (all-bootstrap): New rule that is like all-gcc, except it executes
10999 the GCC bootstrap rule instead of the GCC all rule.
11000
11001Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11002
11003 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11004
11005Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11006
11007 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11008 DG/UX support.
11009
11010Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11011
11012 * config.sub (i*86*) Change [345] to [3456]
11013
11014Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11015
11016 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11017 --with-gnu-ld=no.
11018
11019Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11020
11021 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11022 AIX multilibs get built.
11023
11024Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11025
11026 * configure.in (i386-win32): Don't build expect if we're not
11027 building the tcl subdir.
11028
11029Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11030
11031 * Makefile.in: (configure-target-examples, all-target-examples):
11032 New targets, configure and build example programs.
11033
11034Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11035
11036 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11037 use it as input to sedit the generated MPW makefile.
11038 * mpw-README: Add a suggestion about Gestalt.h.
11039
11040Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11041
11042 * config.sub: Accept *-*-ieee*.
11043
11044Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11045
11046 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11047 Ronald F. Guilmette <rfg@monkeys.com>.
11048
11049Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11050
11051 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11052 for powerpc-pe native.
11053 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11054 (target==powerpc-pe): duplicate i386-win32 entry.
11055
11056Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11057
11058 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11059 of vxworks, not just vxworks5.1.
11060
11061Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11062
11063 * mpw-configure: Add support for exec-prefix.
11064
11065Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11066
11067 * config.guess: Recognize HP model 816 machines as having
11068 a PA1.1 processor.
11069
11070Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11071
11072 * configure: Ignore new autoconf configure options.
11073
252b5132
RH
11074Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11075
11076 * config.guess: Recognize Pentium under SCO.
11077 From Robert Lipe <robertl@arnet.com>.
11078
11079Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11080
11081 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11082
11083Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11084
11085 * configure.in: Don't configure gas for alpha-dec-osf*.
11086
11087Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11088
11089 * configure.in: Default to --with-stabs for some targets for which
11090 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11091 i[345]86*-*-unixware*.
11092
11093Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11094
11095 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11096 rather than basing it on the target. Simplify handling of options
11097 controlling which directories to configure. Remove extraneous
11098 slash in multi-clean target.
11099
11100Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11101
11102 * config-ml.in: Prefix more variables with ml_ so they don't collide
11103 with configure's.
11104
11105Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11106
11107 * configure: Don't turn -v into --v.
11108
11109Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11110
11111 * configure.in (targargs): Fix typo.
11112
11113 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11114
11115Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11116
11117 * configure.in: Strip --host and --target options from
11118 CONFIG_ARGUMENTS, and always configure for --host only. Add
11119 --with-cross-host option when building with a cross-compiler.
11120 * configure: Canonicalize the arguments put into config.status by
11121 always using `=' for an option with an argument. Pass a presumed
11122 --host or --target explicitly.
11123
11124Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11125
11126 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11127 into general OS recognition case.
11128
11129Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11130
11131 * configure.in (target_configdirs): add target-winsup only
11132 for win32 target systems.
11133
11134Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11135
11136 * Makefile.in (all-target-libgloss): Depend upon
11137 configure-target-newlib, since when libgloss is built it looks to
11138 see if the newlib directory exists.
11139
11140Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11141
11142 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11143 cfg-ml-*.in.
11144
11145Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11146
11147 * configure: Handle LD and LD_FOR_TARGET when configuring a
11148 Canadian Cross.
11149
252b5132
RH
11150Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11151
11152 * configure.in (target_libs): add target-winsup.
11153 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11154 (target==ppcle-pe): remove ld from $noconfigdirs.
11155
11156Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11157
11158 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11159 Preserve relative path names in $srcdir. Build symlink tree if
11160 configuring cross target dir and srcdir=. (= no VPATH support).
11161 (configure-target-libg++): Depend on configure-target-librx.
11162 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11163 * config-ml.in: New file.
11164 * symlink-tree: New file.
11165 * configure: Ensure srcdir="." if that's what it is.
11166
11167Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11168
11169 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11170 includes and FLEX_SKELETON setting.
11171 * mpw-configure (--with-gnu-ld): New option, controls whether
11172 to use PPCLink or ld with PowerMac GCC.
11173 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11174 * mpw-config.in: Configure grez if targeting Mac.
11175
11176 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
11177 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11178 just macos.
252b5132
RH
11179 * configure.in: Configure grez resource compiler if targeting Mac.
11180 * Makefile.in (all-grez, install-grez): New targets.
11181
11182Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11183
11184 * configure: CXX defaults to gcc, not g++. If we find
35590697 11185 gcc in the path, set CC to gcc -O2.
252b5132
RH
11186
11187Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11188
11189 * configure: Default ${build} correctly. Avoid picking up extra
11190 spaces when reading CC and CXX from Makefile. When doing a
11191 Canadian Cross, use plausible default values for numerous
11192 variables.
11193 * configure.in: When doing a Canadian Cross, don't try to
11194 configure tools whose configure script can't handle it.
11195
11196Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11197
11198 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11199
11200Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11201
11202 * configure: Remove dubious bug reporting address.
11203
11204Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11205
11206 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11207 configure script, run that instead of this directory's configure.
11208 In either case, print a message that we're configuring the sub-dir.
11209
11210Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11211
11212 * configure.in: Before checking for the existence of various files,
11213 use sed to filter out "target-".
11214
11215Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11216
11217 * Makefile.in (DO_X): Split rule to decrease command line length
11218 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11219 (Philippe De Muyter).
11220
11221Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11222
11223 * Makefile.in (all-patch): depend on all-libiberty.
11224
11225Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11226
11227 * configure.in: If the only directory in target_configdirs which
11228 actually exists is libiberty, then set target_configdirs to empty,
11229 to avoid trying to build a target libiberty in a gas or gdb
11230 distribution.
11231
11232Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11233
11234 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11235 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11236 systems.
252b5132
RH
11237
11238Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11239
11240 * configure.in (copy_dirs): Use sys-include instead of include
11241 for --with-headers option.
11242
11243Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11244
11245 * Makefile.in, configure.in: Make winsup builds work with
11246 new scheme.
11247
11248Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11249
11250 * configure.in: Build the linker on AIX.
11251
11252Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11253
11254 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11255 where needed.
11256
11257Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11258
11259 * Makefile.in (all-gcc): Fix typo.
11260
11261Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11262
11263 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11264
11265Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11266
11267 * configure.in: Rename libFOO to target-libFOO, and xiberty
11268 to target-xiberty, to provide more flexibility.
11269 (target_subdir): Define. Create if cross.
11270 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11271 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11272 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11273 check-libFOO -> check-target-libFOO, etc.
11274 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11275 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11276 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11277 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11278 allow ALL_GCC="" to only configure.
11279 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11280 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11281 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11282
11283Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11284
11285 * Makefile.in (taz): Build "info" in etc explicitly.
11286
11287Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11288
11289 * configure.in: Make sure that CC is undefined (as opposed to
11290 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11291 problem with autoconf trying to configure on a host without GCC.
11292
11293Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11294
11295 * mpw-configure: Set host alias from choice of host compiler,
11296 only use generic MPW Makefile sed if present, edit a file
11297 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11298 * mpw-README: Add problem notes about CW6 and CW7.
11299
11300Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11301
11302 * Makefile.in (taz): Use ";" instead of ";;".
11303
11304Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11305
11306 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11307 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11308 DISTDOCDIRS.
11309 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11310 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11311
11312Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11313
11314 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11315 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11316 Move bfd to DISTSTUFFDIRS.
11317
11318Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11319
11320 * Makefile.in (X11_LIB): Removed.
11321 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11322
11323 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11324
11325Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11326
11327 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11328 names.
11329
11330Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11331
11332 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11333
11334Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11335
11336 * configure.in (i[345]86-*-win32): Always build newlib.
11337 Don't configure cvs, autoconf or texinfo.
11338 * Makefile.in (LD_FOR_TARGET): New.
11339 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11340 Pass down LD_FOR_TARGET.
11341
11342Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11343
11344 * winsup: New directory.
11345 * Makefile.in: Build winsup.
11346 * configure.in: Winsup is configured when target is win32.
11347 Can only build win32 target GDB when native.
35590697 11348
252b5132
RH
11349Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11350
11351 * config.guess: Recognize HP model 819 machines as having
11352 a PA 1.1 processor.
11353
11354Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11355
11356 * configure: Fix sed loop which substitutes for CC and CXX to
11357 avoid bug found in various sed implementations.
11358
11359Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11360
11361 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11362 simulator. Use standard powerpc-*-eabi*.
11363
11364Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11365
11366 * configure.in: Stop putting gas and binutils in noconfigdirs for
11367 powerpc-*-aix* and rs6000-*-*.
11368
11369Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11370
11371 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11372 -mcall-aixdesc libraries.
11373
11374Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11375
11376 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11377
11378 * config.sub (arm | armel | armeb): Fix shell syntax.
11379
11380Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11381
11382 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11383 -msoft-float and -mcpu=common support.
11384 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11385 libraries.
11386
11387Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11388
11389 * configure.in: Allow configuration and build of emacs19 for the alpha.
11390
11391Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11392
11393 * configure.in (CC): Get ^CC, not just any old CC, from
11394 ${host_makefile_frag}.
11395
11396Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11397
35590697 11398 * configure.in (CC): Try to get CC from
252b5132
RH
11399 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11400
11401Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11402
11403 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11404 only if it exists in $(srcdir).
11405
11406Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11407
11408 * configure: If CC and CXX are not set in the environment, set
11409 them, based on either an existing Makefile or on searching for gcc
11410 in PATH. Substitute for CC and CXX in Makefile.
11411 * configure.in: Remove libm from target_libs. Separate
11412 target_configdirs from configdirs. If CC is not set in
11413 environment, try to get it from a host Makefile fragment. Rewrite
11414 changes of configdirs to use skipdirs instead. A few minor
11415 tweaks. Take directories out of target_configdirs as they are
11416 taken out of configdirs. Remove existing Makefile files from
11417 subdirectories. Substitute for TARGET_CONFIGDIRS and
11418 CONFIG_ARGUMENTS in Makefile.
11419 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11420 by configure.in.
11421 (CONFIG_ARGUMENTS): Likewise.
11422 (CONFIGURE_TARGET_MODULES): New variable.
11423 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11424 ($(CONFIGURE_TARGET_MODULES)): New target.
11425 (configure-libg++, configure-libio): New targets.
11426 (all-libg++): Depend upon configure-libg++.
11427 (all-libio): Depend upon configure-libio.
11428 (configure-libgloss, all-libgloss): New targets.
11429 (configure-libstdc++): New target.
11430 (all-libstdc++): Depend upon configure-libstdc++.
11431 (configure-librx, all-librx): New targets.
11432 (configure-newlib): New target.
11433 (all-newlib): Depend upon configure-newlib
11434 (configure-xiberty): New target.
11435 (all-xiberty): Depend upon configure-xiberty.
11436
11437Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11438
11439 * configure.in (host i[345]86-*-win32): Expand the
11440 noconfigdirs again.
11441
11442Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11443
11444 * mpw-configure: Fix sed command file name.
11445
11446Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11447
35590697 11448 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
11449 noconfigdirs again.
11450
11451Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11452
11453 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11454 or powerpc*-*-pe*, since they are not yet supported.
11455
11456Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11457
11458 Add PowerMac support and many other enhancements.
11459 * mpw-configure: New option --cc to select compiler to use,
11460 paste options set according to --cc into the generated
11461 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11462 if mpw-make.sed is present.
11463 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11464 add forward includes for PowerPC include files.
11465 * mpw-build.in: Build using Makefile.PPC if present.
11466 (do-byacc, etc): Remove separate version resource builds.
11467 (do-gas): Build "stamps" before "all".
11468 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11469 * mpw-README: Update to reflect --cc option, PowerMac support,
11470 and recently-reported compatibility problems.
11471
11472Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11473
11474 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11475 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11476 (--with-multilib-top): Pass to recursive invocations.
11477
11478Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11479
11480 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11481 v810-*-*.
11482
11483Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11484
11485 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11486 gdb, ld and opcodes on v810-*-*.
11487
252b5132
RH
11488Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11489
11490 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11491 (local-maintainer-clean): New target.
11492 (maintainer-clean): New target.
11493 (realclean): Just depend upon maintainer-clean.
11494
11495Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11496
11497 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11498
11499Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11500
11501 * configure.in: Build ld in mips*-*-bsd* case.
11502
11503Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11504
11505 * config.sub: Accept -lites* OS. From Ian Dall.
11506
11507Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11508
11509 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 11510 targets.
252b5132
RH
11511
11512Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11513
11514 * configure.in: treat i386-win32 canadian cross the same as
11515 i386-go32 canadian cross.
11516
11517Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11518
11519 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11520 running under the simulator to build a reduced set of libraries.
11521 (powerpc-*-eabiaix): Add fine grained multilib support added to
11522 other powerpc targets yesterday.
11523
11524Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11525
11526 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11527 -disable-softfloat, -disable-relocatable, -disable-aix, and
11528 -disable-sysv to control which multilib libraries get built.
11529
11530Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11531
11532 * configure: Add Makefile.tem to list of files to remove in trap
11533 handler.
11534
11535Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11536
11537 * config.guess (*Linux*): Add missing "exit"s.
11538 Also, need specific check for alpha-unknown-linux (uses COFF).
11539
11540Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11541
11542 * config.guess: Merge with FSF:
11543
11544 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11545 * config.guess (AIX4): More robust release numbering discovery.
11546
11547 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11548 * config.guess (i386-sequent-ptx): Properly get version number.
11549
11550 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11551 * config.guess (mips:*:4*:UMIPS): New case.
11552
11553Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11554
11555 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11556 (i386-win32 host): Likewise. Don't build readline.
11557
afb8d725
JM
11558Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11559
11560 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11561 SUPPORT_FILES to submakes.
11562
252b5132
RH
11563Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11564
11565 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11566 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11567 mpw-configure.
11568
11569Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11570
11571 * configure.in (appdirs): Use =, not ==, in test expression when
11572 trying to build the text to print in the warning message for
11573 Solaris users.
11574
11575Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11576
11577 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11578
11579Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11580
11581 * config.guess: Recognize lynx-2.3.
11582
11583Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11584
11585 * config.sub (z8ksim): Deleted
11586 (z8k-*-coff): New, this is the one true name of the target.
11587
11588Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11589
11590 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11591
11592Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11593
11594 * config.guess (*:Linux:*:*): First try asking the linker what the
11595 default object file format is (elf, aout, or coff). Then if this
11596 fails, try previous methods.
11597
11598Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11599
11600 * configure.in: Don't build newlib for *-*-vxworks5.1.
11601
11602Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11603
11604 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11605 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11606
11607Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11608
11609 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11610
11611Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11612
11613 * cfg-ml-com.in: New file.
11614 * cfg-ml-pos.in: New file.
11615
11616Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11617
11618 * COPYING.NEWLIB: Add HP free copyright to list.
11619
11620Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11621
11622 * config.sub: Recognize -eabi* for the system, not just -eabi.
11623
11624Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11625
11626 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11627 * config.sub, configure.in (win32): New target and host.
11628
11629Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11630
11631 * configure.in: Add i386-pe configuration.
11632
11633Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11634
11635 * mpw-build.in (install): Install GDB after LD.
11636
11637Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11638
11639 * mpw-config.in (elf/mips.h): Always forward-include, needed
11640 for GDB to build.
11641
11642Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11643
11644 * testsuite: New directory for customer acceptance and whole tool
11645 chain tests.
11646
11647Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11648
11649 * configure: If per-host line isn't found, but AC_OUTPUT is found
11650 and a configure script exists, run it instead.
11651
11652Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11653
11654 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11655
11656Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11657
11658 * configure: Set build_{cpu,vendor,os,alias} to host values when
11659 --build isn't specified.
11660
11661Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11662
11663 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11664 (FLAGS_TO_PASS): Pass them.
11665 (EXTRA_TARGET_FLAGS): Ditto.
11666
252b5132
RH
11667Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11668
11669 * Makefile.in (all-libg++): Depend on all-libstdc++.
11670
11671Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11672
11673 * configure.in (noconfigdirs): Enable all packages for
11674 i386-unknown-netbsd.
11675
11676Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11677
11678 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11679 hosted builds (DOS builds)
11680
11681Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11682
11683 Changes for ARM based on patches from Richard Earnshaw:
11684 * config.sub: Handle armeb and armel.
11685 * configure.in: Omit arm linker only for riscix.
11686
11687Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11688
11689 * config.guess: Update from FSF.
11690
11691Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11692
11693 * config.sub: Recognize powerpcle as the little endian varient of
11694 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11695 powerpcle variant. Convert pentium into i586, not i486. Add p5
11696 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11697 temporarily.
11698
11699Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11700
11701 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11702
11703Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11704
11705 * config.sub: Accept -lites* as a basic system type.
11706
11707Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11708
11709 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11710 installed, and if so return linuxoldld as the system name.
11711
11712Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11713
11714 * config.guess: Add hppa1.1-hp-lites support.
11715
11716Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11717
11718 * configure.in: Don't build newlib for m68k-vxworks5.1.
11719
11720Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11721
11722 * configure.in (mips-sgi-irix6): Use mh-irix5.
11723
11724Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11725
11726 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11727
11728Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11729
11730 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 11731 OSF/1. Fix compiler flags.
252b5132
RH
11732 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
11733
11734Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
11735
11736 * configure.in: Recognize --with-newlib.
11737 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11738
afb8d725
JM
11739Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11740
11741 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11742 to *_X11_MODULES due to gdbtk needing X include files et al.
11743
252b5132
RH
11744Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11745
11746 Merge in support for Mac MPW as a host.
11747 (Old change descriptions retained for informational value.)
11748
11749 * mpw-config.in: Add generic include forwards for cpu-specific
11750 include files in aout and elf directories.
11751
11752 * mpw-configure: Added copyright.
11753 * mpw-config.in: Check for presence of required build tools.
11754 (target_libs): Add newlib.
11755 (target_tools): Add examples.
11756 (Read Me): Generate as "Read Me for MPW" instead.
11757 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11758 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11759 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11760
11761 * mpw-configure: Remove subdir-specific makefile hackery,
11762 delete mk.tmp after using it.
11763
11764 * mpw-build.in (all): Display start and end times.
11765
11766 * mpw-configure (host_canonical): Set.
11767 (target_cpu): Always add to makefiles.
11768 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11769 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11770 (mpw-mh-mpw): Look for in srcdir and srcroot.
11771 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11772
11773 * mpw-build.in: (install-only): New target.
11774
11775 * mpw-configure (host_alias, target_alias): Rename from hostalias
11776 and targetalias, add into generated Makefile.
11777 (mk.tmp): If present, add into generated Makefile.
11778 * mpw-build.in (all-gas): Build config.h first before gas proper.
11779
11780 * mpw-configure (config.status): Write only if changed.
11781 * mpw-config.in (readline): Configure it (not built, just used for
11782 definitions).
11783
11784 * mpw-config.in (elf/mips.h): Add a forward include.
11785
11786 * mpw-config.in: Forward-include most .h files in include into
11787 extra-include.
11788 (readline): Don't build.
11789 mpw-build.in (install): Install GDB.
11790
11791 * mpw-configure (prefix, mpw_prefix): Handle it.
11792 * mpw-config.in (mmalloc, readline): Don't configure.
11793 * mpw-build.in (thisscript): Rename to ThisScript.
11794 Use mpw-build instead of BuildProgram everywhere.
11795 (mmalloc, readline): Don't build.
11796 * mpw-README: New file, basic documentation about the MPW port.
11797
11798 * mpw-config.in: Use forward-include to create include files.
11799
11800 * mpw-configure: Add more things to the top of each configured
11801 Makefile, including contents of config/mpw-mh-mpw.
11802 * mpw-config.in (extra-include): Create this directory and fill it
11803 with Posix-like include files when configuring.
11804
11805 * config.sub (apple, mac, mpw): Add various aliases.
11806
11807 * mpw-build.in: New file, top-level build script fragment for MPW.
11808 * mpw-configure: New file, configure script for MPW.
11809 * mpw-config.in: New file, config fragment for MPW.
11810
11811Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11812
11813 * configure.in (host_libs): Remove glob, since it is gone from the
11814 sources.
11815
11816Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11817
11818 * Makefile.in: define empty GDB_NLM_DEPS var.
11819
11820 * configure.in(target_makefile_frag): use config/mt-netware
11821 for netware targets.
11822
11823Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
11824
11825 * config.sub: Merge in recent FSF changes. Remove linux special
11826 cases.
11827
11828Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11829
4bddf3ad 11830 Revert this change:
252b5132
RH
11831
11832 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11833
11834 * build-all.mk: Use CC=cc -Xs on Solaris.
11835
252b5132
RH
11836Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11837
11838 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
11839 stop using it.
11840 * Makefile.in: Nuke all references to glob subdirectory.
11841
11842Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11843
11844 * configure.in: Fix --enable-shared logic in per-host.
11845
11846Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
11847
11848 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11849
11850Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11851
11852 * configure.in (noconfigdirs): Don't build gas on AIX, for
11853 powerpc*-*-aix* as well as for rs6000*-*-aix*.
11854
11855Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
11856
11857 * configure: Fix --cache-file to work if the file argument is a
11858 relative path.
11859
11860Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
11861
11862 * configure: If the --cache-file is used, pass it down to
11863 configure in subdirectories.
11864
11865Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
11866
11867 * config.sub: add vxworks29k configuration.
11868
11869Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11870
11871 * Makefile.in (taz): Do "diststuff" part quietly.
11872
11873Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
11874
11875 * config.sub: Mini-merge with gcc/config.sub.
11876
11877Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11878
11879 * config.guess (IRIX): Sed - to _.
11880
11881Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11882
11883 * Makefile.in (source-vault, binary-vault): New targets.
11884
11885Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
11886
11887 * config.sub: Recognize -eabi as a basic system type.
11888
11889Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11890
11891 * configure.in (enable_shared stuff): Fix typo.
11892
11893Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
11894
11895 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11896
11897Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11898
11899 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11900
11901Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11902
11903 * configure.in (rs6000-*-*): Don't build gas.
11904
11905Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
11906
11907 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11908 reduce command line length.
11909 (AS_FOR_TARGET): Check for as.new, not Makefile.
11910 (NM_FOR_TARGET): Check for nm.new, not Makefile.
11911
11912Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
11913
11914 * config.guess: Merge from FSF.
11915
11916Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11917
11918 * configure: Don't use $ when handling program_suffix.
11919
11920Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
11921
11922 * configure.in: Configure tk for hppa/hpux.
11923
11924Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
11925
11926 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
11927
11928Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11929
11930 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
11931 to LIBCXXFLAGS. Tests are better run without it.
11932
11933Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
11934
11935 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11936
11937Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
11938
11939 * configure.in (*-*-netware*): Don't configure xiberty.
11940
11941Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
11942
11943 * configure.in: Remove tk from native_only list.
11944
11945Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
11946
11947 * build-all.mk: Add mips-ncd-elf target to sun4 targets
11948 for special NCD build.
11949
11950Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11951
11952 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11953 makeall.bat, they're only useful for binutils snapshots.
11954 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11955 makeall.bat to specified SUPPORT_FILES.
11956
11957Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
11958
11959 * build-all.mk: Add Ericsson targets to sun4 and solaris
11960 hosts. Add BNR's sun4 target to solaris host, so their
11961 build-from-source will be tested in-house first.
11962
11963Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11964
11965 * Makefile.in (LIBCFLAGS): New variable.
11966 (CFLAGS_FOR_TARGET): Ditto.
11967 (LIBCFLAGS_FOR_TARGET): Ditto.
11968 (LIBCXXFLAGS): Ditto.
11969 (CXXFLAGS_FOR_TARGET): Ditto.
11970 (LIBCXXFLAGS_FOR_TARGET): Ditto.
11971 (BASE_FLAGS_TO_PASS): Pass them.
11972 (EXTRA_TARGET_FLAGS): Ditto.
11973
4bddf3ad 11974 * configure.in: Support --enable-shared.
252b5132
RH
11975
11976Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
11977
11978 * configure.in (target_libs): Include libstdc++ again.
11979 * config.guess: Update from FSF (for FreeBSD).
11980
11981Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11982
11983 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11984 makeall.bat.
11985 (DISTDOCDIRS): Add `etc'.
11986 (ETC_SUPPORT_PFX): New variable.
11987 (taz): Include anything from etc starting with a word in
11988 ETC_SUPPORT_PFX.
11989
11990Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11991
11992 * config.sub: Update for recent FSF changes. Remove obsolete
11993 h8300hds entry. Add -windows* and -osx as basic os. Minor
11994 spacing changes.
11995
11996Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11997
11998 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
11999
12000 * config.guess: Merge with FSF.
12001 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12002
12003Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12004
12005 * configure: Since the "trap 0" handler will override the exit
12006 status on many systems, only use it for "exit 1", and make it set
12007 a non-zero exit status; reset it before "exit 0". Also, check
12008 exit status of config.sub, and error out if it failed.
12009
12010Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12011
12012 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12013 and install libgloss.
12014
12015Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12016
12017 * Makefile.in (all-binutils): Depend upon all-byacc.
12018
12019 * configure.in: Don't build emacs on Irix 5.
12020
12021Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12022
12023 * configure.in (*-*-netware*): Add libio.
12024
12025Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12026
12027 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12028 (CHECK_TARGET_MODULES): Ditto.
12029 (INSTALL_TARGET_MODULES): Ditto.
12030 (TARGET_LIBS): Ditto.
12031 (all-libstdc++): Note dependencies.
12032
12033Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12034
12035 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12036
12037Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12038
12039 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12040 -fexternal-templates.
12041
12042 * configure.in (target_libs): Add libstdc++.
12043 (noconfigdirs): Add libstdc++ as appropriate.
12044
12045Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12046
12047 * config.guess: Update from FSF.
12048
12049Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12050
12051 * configure: Use ${config_shell} when running ${configsub}.
12052
12053Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12054
12055 * config.sub: No longer recognize h8300h.
12056
12057Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12058
12059 * config.sub: Remove extraneous differences between config.sub and
12060 gcc/config.sub.
12061
12062Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12063
12064 * Makefile.in (DISTSTUFFDIRS): Add gas.
12065
12066Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12067
12068 * COPYING.NEWLIB: New file.
12069
12070Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12071
12072 * config.guess (HP-UX): Patch from Harlan Stenn
12073 <harlan@landmark.com> to also emit release level.
12074
12075Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12076
12077 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12078
12079Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12080
12081 * config.sub: Merge nextstep cleanup from FSF.
12082
12083Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12084
12085 * configure.in (arm-*-*): Don't configure ld for this target.
12086
12087Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12088
12089 * configure.in (*-*-netware): don't configure libg++, libio,
12090 librx, or newlib.
12091
12092Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12093
12094 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12095 configure ld--it works, but it doesn't support shared libraries.
12096
12097Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12098
12099 * config.guess (*-unknown-freebsd*): Get rid of possible
12100 trailing "(Release)" in version string.
12101 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12102
12103Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12104
12105 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12106 Fix type: *-next-neststep -> *-next-nextstep.
12107
12108 * config.guess: Merge from FSF:
12109
12110 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12111
12112 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12113
12114 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12115
12116 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12117 instead of UNIX_SV for UnixWare 1.0).
12118
12119Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12120
12121 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12122 to make gdb/nlm/* build after the compiler and linker.
12123
12124Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12125
12126 * config.guess (netbsd, freebsd, linux): Accept any machine,
12127 not just i[34]86.
12128 (m68k-atari-sysv4): Relocate to match FSF version.
12129
12130 * config.guess: More merges from the FSF:
12131
12132 Add a space before function call or macro invocation.
12133
12134 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12135
12136 * config.guess: Add trap cmd to remove dummy.c and dummy when
12137 interrupted.
12138
12139 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12140
12141 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12142 (dummy): Redirect stderr from compilation of dummy.c.
12143
12144 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12145
12146 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12147
12148Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12149
12150 * configure: Accept and ignore --cache*, for compatibility with
12151 new autoconf.
12152
12153Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12154
12155 * config.guess: Merge from FSF:
12156
12157 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12158
12159 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
12160 (PATH): Add /.attbin at end for finding uname.
12161 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
12162
12163 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12164
80413487 12165 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
12166
12167 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12168
80413487
RH
12169 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12170 to select whether to use ELF or COFF.
252b5132
RH
12171
12172 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12173
80413487 12174 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
12175
12176 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12177
12178 * config.guess: Guess the OS version for HPUX.
12179
12180 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12181
12182 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12183
12184Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12185
12186 * configure.in: Recognize --with-headers, --with-libs, and
12187 --without-newlib.
12188 * Makefile.in (all-xiberty): Depend upon all-ld.
12189
12190Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12191
12192 * configure.in: Change i[34]86 to i[345]86.
12193
12194Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12195
12196 * configure (version): A few more tweaks to help message.
12197
12198Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12199
12200 * Makefile.in: Remove (for now) librx as a host library,
12201 now that we're building it for target.
12202
12203Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12204
12205 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12206 (Karl Berry).
12207
12208Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12209
12210 * configure.in: Also configure librx.
12211
12212Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12213
12214 * Makefile.in: Update various rules to reflect that librx
12215 is now needed for libg++.
12216
12217Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12218
12219 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12220
12221Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12222
12223 * configure.in: Configure the examples directory.
12224
12225Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12226
12227 * configure: Simplify Jun 2 1994 change.
12228
12229Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12230
12231 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12232 /bin/gcc isn't good enough to build gcc.
12233
12234Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12235
12236 * Makefile.in (GDB_SUPPORT_FILES): Remove
12237 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12238 (gdb.tar.gz): Add new rule to use standard distribution building
12239 mechanism.
12240
12241Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12242
12243 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12244 Bill Cox <bill@cygnus.com>.
12245
12246Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12247
12248 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12249
12250Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12251
12252 * configure: Search current dir first in .gdbinit.
12253
12254Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12255
12256 * config.sub: Recognize freebsd (merged from gcc config.sub).
12257
12258Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12259
12260 * config.sub: Refer to NeXT's operating system as nextstep.
12261
12262 * config.sub (case $basic_machine): Re-order the cases, to match
12263 the order in the FSF version (which is mostly alphabethical).
12264 Merge in some additions and changes from the FSF.
12265
12266Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12267
12268 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12269 * config.sub: Recognize cxux7.
12270 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12271
12272Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12273
12274 * config.sub: Fix typo powerpc -> powerpc-*.
12275
12276Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12277
12278 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12279
12280 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12281 parallel with all-emacs and install-emacs). Top-level command
12282 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12283
12284Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12285
12286 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12287 $(relbindir)/make before doing ``make install'', and use
12288 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12289 installing over running make binary.
12290 ($(host)-stamp-stage3-installed): Likewise.
12291
12292Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12293
12294 * config.guess: Recognize Mach.
12295
12296Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12297
12298 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12299 see whether --exec-prefix was used.
12300
12301Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12302
12303 * README: Explicitly mention libg++/README. (Zoo's idea.)
12304
12305Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12306
12307 * Makefile.in: Add all-librx target similar to all-libproc.
12308
12309Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12310
12311 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12312 with post 1.2 uname bogosity.
12313
12314Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12315
12316 * configure: Remove temporary files on receipt of a signal.
12317
12318Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12319
12320 * configure: If there is a package_makefile_frag, remove
12321 ${subdir}/Makefile.tem after copying it in.
12322
12323Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12324
12325 * build_all.mk: support rs6000 lynx identifies itself as
12326 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12327 since /bin/gcc is too feeble to compile a modern gcc.
12328
12329Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12330
12331 * brought devo/test-build.mk update-to-date with progressive/
12332 test-build.mk. Add lynx targets and hppa flag info.
12333
12334Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12335
12336 * configure.in: Use mh-ncrsvr43. Patch from
12337 Tom McConnell <tmcconne@sedona.intel.com>.
12338
12339Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12340
12341 * config.guess (i386-unknown-bsdi): No longer need to
12342 check #if defined(__bsdi__) && defined(__i386__).
12343
12344Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12345
12346 * configure: Set program_transform_nameoption correctly.
12347
12348Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12349
12350 * brought build-all.mk update-to-date with progressive build-all.mk,
12351 added new targets and hppa info.
35590697 12352
252b5132
RH
12353Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12354
12355 * configure: If config.guess result is a prefix of the user
12356 specified target, assume a native build and use the user specified
12357 target as the host alias. Remove SunOS patch suffix removal hack.
12358 * configure.in: Remove SunOS patch suffix removal hack.
12359
12360 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12361 in NATIVE_CHECK_MODULES.
12362
12363Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12364
12365 * Makefile.in: Rename HOST_ONLY to NATIVE.
12366 * configure: Delete SunOs patch suffix from host_canonical
12367 and build_canonical variables that are prepended to Makefiles.
12368 * configure.in: Add comments for easier maintenance.
12369
12370Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12371
12372 * Makefile.in: Add all-libproc target similar to all-gui.
12373
12374Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12375
12376 * Makefile.in (CHECK_MODULES): split into
12377 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12378
12379Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12380
12381 * config.guess (i386-unknown-bsdi): New system to guess.
12382
12383Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12384
12385 * Makefile.in: Add all-gui target (but not yet build by "all").
12386
12387Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12388
12389 * config.sub: Move deletion of patch suffix from here...
12390 * configure.in: To here, at Ian's suggestion. The top-
12391 level scripts might need to know of a patch level.
12392
12393Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12394
12395 * config.sub: Strip off patch suffix so rtl is recognized
12396 as a sunos4.1.3 machine, even though it's been patched.
12397
12398Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12399
12400 * Makefile.in (INSTALL_LAST): Delete.
12401 (INSTALL_DOSREL): New.
12402
12403Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12404
12405 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12406 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12407 whether we pass down --with-gnu-ld anyhow.
12408
12409Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12410
12411 * Makefile.in (INSTALL_LAST): Change operation so it works
12412 on more flavors of make.
12413 * configure.in (go32): Don't build libg++ or libio.
12414
12415Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12416
12417 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12418 they can be overriden by templates.
12419
12420Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12421
12422 * configure.in (target==go32): Don't build gdb.
12423 * dosrel: New directory.
12424
12425Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12426
12427 * configure.in (host==go32): Configure dosrel too.
12428 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12429 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12430 be set by incoming names or templates.
12431 (INSTALL_LAST): New rule.
252b5132
RH
12432
12433Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12434
12435 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12436
12437Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12438
252b5132
RH
12439 * configure.in (appdirs): New variable. Currently empty, but will
12440 be used in gas distribution. If nonempty, lists a set of
12441 directories at least one of which must get configured, or top
12442 level configuration is considered to have failed.
12443 (rs6000-*-lynxos*): Use new file name.
12444
12445Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12446
12447 Eliminate XTRAFLAGS.
12448 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12449 newlib include files using -idirafter, and also use -nostdinc.
12450 (CXX_FOR_TARGET): Likewise.
12451 (XTRAFLAGS): Removed.
12452 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12453 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12454 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12455 ($(DO_X)): Don't pass down XTRAFLAGS.
12456
12457Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12458
12459 * configure.in (mips*-dec-bsd*): New target; do build linker.
12460 (mips*-*-bsd*): New target; don't build linker.
12461
12462Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12463
12464 * configure.in: support rs6000-*-lynxos* configuration.
12465 support sunos4 as a cross target.
12466
12467 * config.sub: look for lynx*, not lynx since the OS version may
12468 legitimately be part of the name.
12469
12470Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12471
12472 * configure.in (i[34]86-*-sco*): Move to be with other i386
12473 targets.
12474 (romp-*-*): New target. Skip various binary utilities.
12475 (vax-*-*): New target. Don't build newlib.
12476 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12477
12478Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12479
12480 * configure.in: Only set host_makefile_frag if config
12481 directory exists.
12482
12483Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12484
12485 * install.sh: If $dstdir exists, don't check whether each
12486 component does.
12487
12488Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12489
12490 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12491
12492Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12493
35590697
AJ
12494 * configure.in (*-*-lynxos*): Don't configure newlib for either
12495 native or cross Lynx.
252b5132
RH
12496
12497Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12498
12499 * config.sub (sparc64-elf): Fix os.
12500 (z8k): Remove duplicate.
12501
12502Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12503
12504 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12505 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12506
12507Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12508
12509 * configure: Make file links cleanly even if Lynx fails on
80413487 12510 an NFS symlink (at least fail cleanly).
252b5132
RH
12511
12512Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12513
12514 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12515 -XNh2000.
12516
12517Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12518
12519 * configure: Unknown options are fatal again.
12520
12521Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12522
12523 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 12524 compatibility.
252b5132
RH
12525
12526Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12527
12528 * build-all.mk: Add `clean' target.
12529
12530Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12531
12532 * config.guess: Add SINIX support.
12533 * configure.in: Add mips-*-sysv4* support.
12534
12535Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12536
12537 * build-all.mk: Document all useful targets.
12538 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12539 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12540
12541Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12542
12543 * configure: Support --silent, --quiet.
12544
12545Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12546
12547 * configure: Support --disable-FEATURE.
12548
12549Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12550
12551 * config.guess: Recognize NCR running SVR4.3.
12552
12553Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12554
12555 * config.guess: Make BSDI generate i386-unknown-bsd386.
12556 Patch from Paul Eggert <eggert@twinsun.com>.
12557
12558Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12559
12560 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12561
12562Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12563
12564 * configure: Make unrecognized options give nonfatal warnings
12565 instead of fatal errors, and pass them to any subdirectory
12566 configures in case they recognize them.
12567 Make --x equivalent to --with-x.
12568
12569Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12570
12571 * configure: Add --enable-* options. Clean up usage message and
12572 some comments.
12573
12574Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12575
12576 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12577
12578Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12579
12580 * configure.in (hppa*-*-*): Enable binutils.
12581
12582Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12583
12584 * config.sub: Recognize cisco.
12585
12586Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12587
12588 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12589
12590Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12591
12592 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12593 than one configuration name. Add comment.
12594
12595Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12596
12597 * config.guess: about target *-hitachi-hiuxwe2, fixed
12598 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12599 macro is incorrect.]
12600
12601Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12602
12603 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12604 than the "make ls" stuff which used to be here.
12605
12606Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12607
12608 * config.guess: Recognize i[34]86-unknown-freebsd.
12609 From Shawn M Carey <smcarey@rodan.syr.edu>.
12610
12611Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12612
12613 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12614
12615Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12616
12617 * config.guess: Check for ptx.
12618
12619Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12620
12621 * config.sub: Add os9k checking.
12622
12623Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12624
12625 * config.guess: Handle OSF1 running on HPPA processors
12626
12627Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12628
12629 * configure: If subdir configure fails, print out a message with
12630 subdirectory name, in case subdir's configure code didn't identify
12631 itself.
12632
12633Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12634
12635 * configure.in: Remove embedded newlines from configdirs.
12636 Avoid mismatches of substrings. Fix matching strings at end
12637 of configdirs.
12638
12639Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12640
12641 * config.guess: Add Lynx/rs6000 config support.
12642
12643Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12644
12645 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12646
12647Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12648
12649 * configure.in (hppa*-*-osf*): Treat this just like most other
12650 PA configurations (eg no binutils or ld).
12651 (hppa*-*-*elf*): These configurations have binutils and ld.
12652
12653Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12654
12655 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12656
12657Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12658
12659 * configure.in (rs6000-*-*): Build gas.
12660
12661Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12662
80413487 12663 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
12664
12665Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12666
12667 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12668 for GDB and GDB has been fixed to not need it.
12669
252b5132
RH
12670Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12671
12672 * config.guess: Recognize vax hosts.
12673
12674Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12675
12676 * configure (while loop): Don't use "break 2" inside case
12677 statement -- the case statement isn't an enclosing loop.
12678
12679Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12680
12681 * config.guess: Clean up NeXT support, to allow nextstep
12682 on Intel machines. Make OS be nextstep.
12683
12684Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12685
12686 * config.guess: Add alternate forms for Convex.
12687
12688Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12689
12690 * configure: Completely rewrite option processing. Take
12691 advantage of pattern-matching to avoid invoking test frequently.
12692 Also clean up host and target defaulting logic.
12693
12694Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12695
12696 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12697 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12698 commands (plus user environment) will fit SCO limits.
12699
12700Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12701
12702 * configure.in: Don't issue warnings about directories which are
12703 not being configured if -norecursion is set. Correct test for
12704 --with-gnu-as and --with-gnu-ld to not get confused by substring
12705 matches.
12706
12707 * configure.in: Don't build gas for alpha-dec-osf1*.
12708
12709Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12710
12711 * configure: Back out Per's change of 12/19/1993. It changes the
12712 behavior of configure in unexpected and confusing ways.
12713
12714 Also, use different delim char when calculating
12715 program_transform_name so that the name can contain slashes.
12716
12717Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12718
12719 * configure.in, config.sub: Add support for VSTa micro-kernel.
12720
12721Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12722
12723 * configure.in: Nuke hacks which were used to get a special
12724 version of GAS for HPPA configurations.
12725
12726Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12727
12728 * configure: If only ${target_alias} is given, use that
12729 as the default for ${host_alias}.
12730 * configure: Add missing back-slashes before nested quotes.
12731
12732Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12733
12734 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12735
12736Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
12737
12738 * config.guess: Recognize some Tektronix configurations.
12739 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12740
12741Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12742
12743 * config.sub: Match any flavor of SH.
12744
12745Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12746
12747 * configure.in: Don't try to configure newlib for Alpha.
12748
12749Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12750
12751 * configure.in: Don't build ld for Irix 5. Don't build gas,
12752 libg++ or libio for any Alpha target.
12753
12754 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
12755
12756Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12757
12758 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12759 default arguments -- so it tried to compress itself.
12760
12761Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12762
12763 * configure.in (notsupp): ensure that a space is always at the end
12764 of the configdirs list, since the grep checks for an explicit space
12765
12766Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12767
12768 * configure.in (target i386-sysv4.2): don't build ld, since static
12769 versions of many libraries are not available.
12770
12771Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12772
12773 * config.guess: Recognize Apollos (using environment variables).
12774 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12775
12776Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12777
12778 * config.guess: Recognize Sony news mips running newsos.
12779
12780Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12781
12782 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12783 "fi ; else" for bash.
12784
12785Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12786
12787 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12788
12789Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12790
12791 * config.sub: accept unixware as an alias for svr4.2.
12792 Fix some inconsistancies with the gcc version.
12793
12794Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12795
12796 * Makefile.in (DISTDOCDIRS): Add gdb.
12797
12798Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12799
12800 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12801
12802Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12803
12804 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12805 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12806 this now.
12807
12808Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12809
12810 * config.sub: Accept hiux* as an OS name.
12811
12812 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12813 etc/make-stds.texi. The underscore came from gcc, and dje now
12814 agrees that RUNTESTFLAGS is the correct name.
12815
12816Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
12817
12818 * install.sh: Remove 'set -e'. It makes any conditionals
12819 in the script useless.
12820
12821 * config.guess: Automatically recognize arm-acorn-riscix
12822 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12823
12824Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
12825
12826 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12827
12828Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12829
12830 * Makefile.in (DISTDOCDIRS): New variable.
12831 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 12832 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
12833
12834Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12835
12836 * configure.in (hppa target): check the source directory for the
12837 pagas sub-directory
12838
12839Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
12840
12841 * config.sub: Allow -aout* and -elf*.
12842
12843Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12844
12845 * configure.in: Don't build ld on i386-solaris2, same as for
12846 sparc-solaris2.
12847
12848Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
12849
12850 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12851
12852Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12853
12854 * configure.in: Configure gdb for alpha.
12855
12856Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12857
12858 * Makefile.in (CXXFLAGS): Add -O.
12859
12860Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12861
12862 * config.guess: added support for DG Aviion
12863
12864Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12865
12866 * configure.in: Produce warning message for subdirectories not
12867 configurable for this host/target combination. Don't try to
12868 configure gdb for vms.
12869
12870Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12871
12872 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12873 appropriate files before making "diststuff".
12874 (DISTBISONFILES): New var: list of files to be edited.
12875 (DISTSTUFFDIRS): Add binutils.
12876
12877Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12878
12879 * config.sub: also handle mipsel and mips64el (for little endian mips)
12880
12881Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12882
12883 * configure.in: Add * to end of all OS names.
12884
12885Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
12886
12887 * configure.in: Build newlib for LynxOS native.
12888
12889Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12890
12891 * config.guess: Add support for delta 88k running SVR3.
12892
12893 * configure.in: Add comment about HP compiler vs. emacs.
12894
12895Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12896
12897 * configure.in: don't build ld on solaris2 (not a viable option
12898 due to bugs in getpwnam & getpwuid)
12899
12900Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12901
12902 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12903 config.guess will produce a full version number.
12904
12905Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12906
12907 * configure.in: Build linker and binutils for alpha-dec-osf1.
12908
12909Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12910
12911 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12912 and gdb/testsuite/Makefile.in.
12913
12914Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12915
12916 * configure.in: recognize mips*- instead of mips-
12917
12918Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
12919
12920 * config.sub: Accept linux*coff and linux*elf as operating
12921 systems.
12922
12923Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12924
12925 * config.sub: Recognize mips64, and mips3 as an alias for it.
12926
12927Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12928
12929 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12930 gdb knows how to handle OSF/1 shared libraries.
12931
12932Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12933
12934 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12935 * config.guess: Recognize Hitachi's HIUX.
12936 * config.sub: Recognize h3050r* and hppahitachi.
12937 Remove redundant cases for hp9k[23]*.
12938
12939Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12940
12941 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12942 if gas and ld are in the source tree and are in ${configdirs}.
12943 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 12944 --with options (but still pass them down on the command line,
252b5132
RH
12945 if they were explicitly specified).
12946
12947Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12948
12949 * configure: substitute SHELL value in Makefile.in with
12950 ${CONFIG_SHELL}
12951
12952Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12953
12954 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12955 *-*-solaris2* targets.
12956
12957Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12958
12959 * Makefile.in: define M4, and pass it down to sub-makes;
12960 all-autoconf now depends on all-m4
12961
12962Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12963
12964 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12965 presence of {ar,ranlib} instead of a configured directory
12966
12967Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12968
12969 * config.guess: Accept 34?? as well as 33?? for NCR.
12970
12971Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12972
12973 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12974 of 'gas' in sed commands, since 'gash' is now in the tree as well.
12975
12976Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12977
12978 * configure: grab values for $(CC) and $(CXX) from the
12979 environment, so that someone can do "CC=gcc configure; make" and
12980 have it work right (matching the way that autoconf works now)
12981
12982 * configure.in, Makefile.in: add support for gash, the tcl
12983 interface to Galaxy
12984
12985 * config.guess: add NetBSD variants (hp300, x86)
12986
12987Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
12988
12989 * install.sh: Support -d option (in the manner of SunOS 4 install,
12990 as it is more deterministic than that of GNU install)
12991 (chmodcmd): Set file to mode 755 by default (should also do default
12992 chgrp and chown, but I don't feel like dealing with that now)
12993
12994Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
12995
12996 * config.sub: Remove h8300hhms alias.
12997
12998Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12999
13000 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13001
13002Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13003
13004 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13005 as stmp-fixinc
13006
13007Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13008
13009 * config.sub: recognize m88110-bug-coff.
13010
13011Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13012
13013 * Makefile.in (all-libio): all dependencies on the toolchain used
13014 to build this (gcc, gas, ld, etc)
13015
13016Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13017
13018 * config.guess: Deal with OSF/1 1.3 on alpha.
13019
13020Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13021
13022 * install.sh: add some 'else true' clauses for portability
13023
13024 * configure.in: don't build libio for h8[35]00-*-* targets
13025
13026Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13027
13028 * Makefile.in: Add support for new libio.
13029
13030Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13031
13032 * install.sh: If one command fails, don't try the rest. Don't try
13033 to remove $dsttmp (via trap) unless we have already created it.
13034 If $src doesn't exist, detect it and exit with an error.
13035
13036 * config.guess: Recognize BSD on hp300.
13037
13038Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13039
13040 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13041 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13042
13043Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13044
13045 * Makefile.in (all-send-pr): depends on all-prms
13046
13047Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13048
13049 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13050
13051Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13052
13053 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13054 Added test for mips-mips-riscos5.
13055
13056Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13057
13058 * configure.in: use mh-hp300 for 68k HP hosts
13059
13060Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13061
13062 * configure: add support for CONFIG_SHELL, so that you can use
13063 some alternate shell for evaluating configure scripts
13064
13065Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13066
13067 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13068 in configure script to bug-gdb@prep.ai.mit.edu when building
13069 distribution archive.
13070 * Makefile.in (COMPRESS): Remove def.
13071 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13072 gdb.tar.Z and make-gdb.tar.Z respectively.
13073 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13074 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13075 to convergence with 'taz' target in Makefile.in.
13076
13077Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13078
13079 * install.sh (dsttmp): use trap to ensure that tmp files go
13080 away on error conditions
13081
13082Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13083
13084 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13085
13086Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13087
13088 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13089 its parent is '/' not ''.
13090
13091 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13092
13093Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13094
13095 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13096 that ${newsrcdir}/configure.in does.
13097
13098Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13099
13100 * test-build.mk: support for CONFIG_SHELL
13101
13102Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13103
13104 * config.sub (netware): Add as a basic system type.
13105
13106Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13107
13108 * Makefile.in (Makefile): depend on configure.in. Also drop the
13109 $(srcdir)/ from the dependency on Makefile.in.
13110
13111Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13112
13113 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13114 (h8300hhms is temporary until multi-libraries are implemented).
13115 * configure.in: Handle h8300h too.
13116
13117Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13118
13119 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13120
13121Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13122
13123 * configure: Remove extraneous output when guessing host type.
13124 * config.guess: Remove extraneous output when guessing using C
13125 compiler rather than uname, or when guessing fails.
13126
13127Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13128
13129 * Makefile.in: remove all.cross and install.cross targets
13130
13131 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13132 definitions
13133
13134Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13135
13136 * configure.in (target sh): Build gprof.
13137
13138Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13139
13140 * config.sub: change -solaris to -solaris2
13141
13142Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13143
13144 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13145
13146Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13147
13148 * configure: Correct error message for missing Makefile.in to
13149 print correct directory.
13150
13151Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13152
13153 * install.sh: kludge around 386BSD shell bug
13154
13155Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13156
13157 * config.guess: Recognize NeXT.
13158 * config.guess: Recognize i486-ncr-sysv4.
13159 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13160
13161Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13162
13163 * Makefile.in (MAKEINFOFLAGS): New variable.
13164 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13165 * build-all.mk, test-build.mk: Pass down --no-split as
13166 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13167
13168Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13169
13170 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13171
13172Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13173
13174 * Makefile.in (libg++.tar.z): New rule.
13175 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13176 * Makefile.in (taz): Only do a single chmod.
13177
13178Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13179
13180 * install.sh: don't use dirname anymore (replaced with sed usage)
13181
13182Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13183
13184 * Makefile.in: Change extension for gzip'd files from '.z' to
13185 '.gz' per new FSF standard usage.
13186
13187Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13188
13189 * configure: put quotes around the final value of program_transform_name
13190
13191Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13192
13193 * Makefile.in: new install.sh support; update install-info rules
13194
13195Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13196
13197 * configure.in: Build diff for crosses, but not for go32 host.
13198
13199 * configure.in: Build gprof only for native, and don't build it
13200 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13201
13202Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13203
13204 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13205
13206Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13207
13208 * configure.in (host_tools): Add prms.
13209
13210Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13211
13212 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13213 with $(FLAGS_TO_PASS) on the command line
13214
13215 * config.sub: Recognize lynx and lynxos
13216
13217Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13218
13219 * config.sub: Accept -ecoff*, not just -ecoff.
13220
13221Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13222
13223 * Makefile.in (taz): Use .gz suffix instead of .z.
13224 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13225 names.
13226
13227Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13228
13229 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13230
13231Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13232
13233 * Makefile.in (install-no-fixedincludes): install gcc last, so
13234 that rebuilds that might happen during 'make install' don't get
13235 bogus gcc include files
13236
13237Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13238
13239 Change from Utah for HPPA support:
13240 * config.guess: Recognize hppa1.x-hp-bsd.
13241
13242Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13243
13244 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13245 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13246
13247Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13248
13249 * config.sub: Add support for rom68k and bug boot monitors.
13250
13251Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13252
13253 * Makefile.in: Make all-opcodes depend on all-bfd.
13254
13255Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13256
13257 * config.guess: Added special check for i[34]86-univel-sysv4*.
13258
13259Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13260
13261 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13262 the processor rather than assuming i486.
13263
13264Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13265
13266 * config.guess: Recognize SunOS6 as Solaris3.
13267
13268Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13269
13270 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13271 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13272
13273Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13274
13275 * build-all.mk (all-cross): New target for Canadian Cross.
13276 Added Q2 go32 targets.
13277 * test-build.mk: Configure go32 cross sparclite-aout and
13278 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13279 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13280
13281Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13282
13283 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13284 GO32 hosted toolchains
13285
13286Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13287
13288 * configure: change so "-exec-prefix" gets passed down rather
13289 than "-exec_prefix" so autoconf generated Makefiles get the
13290 exec_prefix set right.
13291
13292Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13293
13294 * config.guess: get the Solaris2 minor version number
13295
13296 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13297
13298Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13299
13300 * config.guess: Recognize some Sequent platforms.
13301
13302Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13303
13304 * Makefile.in: added the vault-install target
13305
13306 * configure.in: actually use the Sun3 makefile fragment that's in
13307 config, also added the release dir to configdirs
13308
13309Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13310
13311 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13312
13313Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13314
13315 * configure.in: remove some program from Alpha targetted toolchains
13316
13317Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13318
13319 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13320 gprof.
13321 (taz): Run "make diststuff" in those directories instead of "make
13322 proto-dir". Look for "VERSION=" only at start of line in subdir
13323 Makefile. Use "gzip -9" for compression.
13324 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13325 (binutils.tar.z): New target.
13326
13327Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13328
13329 * Makefile.in (taz): Include gpl.texinfo.
13330
13331Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13332
13333 * Makefile.in (setup-dirs): Merged into "taz" target.
13334 (taz): Only do `proto-dir' stuff if a directory is actually needed
13335 for this target.
13336
13337Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13338
13339 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13340 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13341 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13342 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13343 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13344
13345Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13346
13347 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13348 config.sub, and move-if-change to gdb testsuite distribution
13349 archive, so the testsuite can be extracted, configured, and
13350 run separately from the gdb distribution. Blow away the Chill
13351 tests that require a Chill compiled executable, since GNU Chill
13352 is not yet publically available.
13353
13354Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13355
13356 * test-build.mk: set environment variables in a single command,
13357 instead of a list of assignments and exports
13358
13359 * config.guess: recognize Alpha/OSF1 systems
13360
13361Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13362
13363 * configure: Change help message to prefer --options rather than
13364 -options.
13365
13366Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13367
13368 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13369 zippy@ecst.csuchico.edu.
13370 * config.guess: Recognize miniframe.
13371
13372Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13373
9eb322aa
MF
13374 * Makefile.in: Use srcroot to find runtest rather than rootme.
13375 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
13376
13377Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13378
13379 * test-build.mk: Extensive additions to support building on a
13380 machine other than the host.
13381
13382Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13383
13384 * configure (tooldir): Fix for i386-aix again.
13385
13386Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13387
13388 * configure, Makefile.in: Change definition of $(tooldir)
13389 to match the FSF.
13390
13391Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13392
13393 * config.guess: Recognize i[34]86/SVR4.
13394
13395Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13396
13397 * Makefile.in (all-gdb): gdb depends on sim.
13398
13399Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13400
13401 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13402 at the same time we make the prototype gdb directory.
13403 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13404 files at the same time as the gdb base release distribution.
13405
13406Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13407
13408 * Makefile.in (check): Use individual check targets rather than
13409 DO_X rule.
13410 (check-gcc): Added.
13411
13412Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13413
13414 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13415 for System V release 3.2.
13416
13417Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13418
13419 * config.sub: Recognize hppaosf.
13420 * configure.in: Do configure ld/binutils/gas for it.
13421
13422Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13423
13424 * configure (tooldir): Alter syntax used to set this, for systems
13425 where "\$" isn't handled right, like i386-aix.
13426
13427Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13428
13429 * configure: Pass program-transform-name, not
13430 program_transform_name, to recursive configures.
13431
13432Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13433
13434 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13435 of gas+ld+binutils.
13436
13437Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13438
13439 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13440
13441Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13442
13443 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13444
252b5132
RH
13445Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13446
13447 * Makefile.in (PRMS): Set back to all-prms.
13448
13449Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13450
13451 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13452 targets, rather than for MIPS hosts.
13453
13454Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13455
13456 * configure.in: add comment for --with-x default values
13457
13458 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13459
13460 * Makefile.in: add check-* targets for each of the directories in
13461 the tree. Add a definition of RUNTEST that will use the one we
13462 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13463
13464Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13465
13466 * configure.in: Removed obsolete references to bfd_target and
13467 target_makefile_frag.
13468
13469 * build-all.mk: Set assorted targets for Q2.
13470 * config.sub: Recognize z8k-sim and h8300-hms.
13471 * test-build.mk: Really don't pass host to configure.
13472 (HOLES): Added uname.
13473
13474Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13475
13476 * configure: Handle an empty program-prefix, program-suffix or
13477 program-transform-name correctly.
13478
13479Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13480
13481 * build-all.mk: -G 8 no longer required for MIPS targets.
13482 * test-build.mk: Don't pass host argument to configure; make it
13483 guess.
13484
13485Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13486
13487 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13488 * Makefile.in (COMPRESS): New macro, like GZIP.
13489
13490Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13491
13492 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13493
13494 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13495 with gas currently defaults to -G 0.
13496
13497Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13498
13499 * Makefile.in (all-flex): flex depends on byacc.
13500
13501 * build-all.mk: If host not specified, use config.guess. Pass TAG
13502 to test-build.mk as RELEASE_TAG.
13503 * test-build.mk (configargs): New variable containing arguments to
13504 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13505 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13506
13507 * config.guess: Use /bin/uname when checking -X argument on SCO,
13508 to avoid invoking GNU uname which doesn't understand -X.
13509
13510 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13511
13512 * configure.in: Build gas for mips-*-*.
13513
13514Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13515
13516 * Makefile.in (all.normal): insert missing backslash.
13517
13518Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13519
4bddf3ad 13520 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
13521
13522 * Makefile.in: Complete overhaul to merge many almost identical
13523 targets.
13524
13525Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13526
13527 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13528 (gdb.tar.Z): Adjusted.
13529
13530 * Makefile.in (setup-dirs, taz): New targets; should be general
13531 enough to adapt for gdb sometime. Build only .z file.
13532 (gas.tar.z): New target.
13533
13534Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13535
13536 * build-all.mk: Use CC=cc -Xs on Solaris.
13537
252b5132
RH
13538Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13539
13540 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13541 for handling BISON for FSF releases.
13542
13543Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13544
13545 * configure: Actually implement the change zoo just documented.
13546
13547Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13548
13549 * configure: when using config.guess, only set target_alias when
13550 it's not already been set (ie, on the command line)
13551
13552Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13553
13554 * Makefile.in: add installcheck target, set PRMS to install-prms
13555
13556Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13557
13558 * configure: add support for package_makefile_fragment, handle the
13559 case where a directory has a configure.in file but no Makefile.in
13560 more gracefully (with an actual understandable error message, even);
13561 add support for --without (and add this to the usage message); also
13562 explicitly add a --host=${host_alias} to the command line when
13563 config.guess is used
13564
13565Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13566
13567 * configure: Must use both --host and --target in recursive calls.
13568
13569Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13570
13571 * Makefile.in: Change deja-gnu to dejagnu.
13572
13573Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13574
13575 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13576
13577Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13578
13579 * configure.in: canonicalize all instances to *-*-solaris2*,
13580 also strip out a number of tools to not build for go32 host
13581
13582Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13583
13584 * config.guess: add GPL.
13585
13586 * Makefile.in, config.guess, config.sub, configure: bump
13587 copyrights to 93.
13588
13589Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13590
13591 * Makefile.in (do-info): Removed obsolete check for existence of
13592 localenv file.
13593
13594 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13595
13596Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13597
13598 * Makefile.in: a couple of 'else true' for decstation,
13599 support for TclX
13600
13601 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13602
13603Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13604
13605 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13606
13607Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13608
13609 * config.guess: Recognize i386-ibm-aix (PS/2).
13610 * configure.in: Use config/mh-aix386 file for it.
13611
13612Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13613
13614 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13615 CC_FOR_TARGET instead.
13616 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13617
13618Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13619
13620 * Makefile.in: Add sim to list of directories sent with gdb
13621
13622Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13623
13624 * configure.in: Put back mips-dec-bsd* case.
13625
13626Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13627
13628 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13629 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13630 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
13631
13632Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13633
13634 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13635
13636 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13637 (install-info): install dir.info only if it exists,
13638 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13639
13640Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13641
13642 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13643 gas for mips-dec-bsd.
13644
13645Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13646
13647 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13648 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13649
13650Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13651
13652 * configure.in: Added "dejagnu" to hosttools list.
13653
13654Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13655
13656 * config.sub, configure.in, config.guess: Add support
13657 for Bosx, an AIX variant from Bull.
13658 Patches from F.Pierresteguy@frcl.bull.fr.
13659
13660Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13661
13662 * devo/dejagnu: Initial creation of devo/dejagnu.
13663 Migrated dejagnu testcases and support files for testing software
13664 tools to reside as subdirectories, currently called "testsuite",
13665 within the directory of the software tool. Migrated all programs,
13666 support libraries, etc. beloging to dejagnu proper from
13667 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13668 with no modifications. The changes to these files which will
13669 allow them to configure, build, and execute properly will be made
13670 in a future update.
13671
13672Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13673
13674 * Makefile.in: Change send_pr to send-pr.
13675 * configure.in: Likewise.
13676 * send_pr: Renamed directory to send-pr.
13677
13678Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13679
13680 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13681
13682Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13683
13684 * README: Update for gdb-4.8 release.
13685 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13686 gdb-xxx.tar.z (gzip'd) file also.
13687
13688Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13689
13690 * Makefile.in: make all-diff depend on all-libiberty
13691
13692Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13693
13694 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13695
13696Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13697
13698 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13699
13700Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13701
13702 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13703 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13704 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13705
13706Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13707
13708 * Makefile.in: makeinfo binary is in a new location
13709
13710Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13711
13712 * config.sub: Accept -ecoff as an OS.
13713
13714 * Makefile.in: Various changes to eliminate a level of make
13715 recursion and reduce the required command line length.
13716 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13717 sub-makes.
13718 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13719 variables holding settings for specific sub-makes.
13720 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13721 in terms of BASE_FLAGS_TO_PASS.
13722 (TARGET_LIBS): New variable listing directories which use
13723 TARGET_FLAGS_TO_PASS.
13724 (subdir_do): Eliminated.
13725 (do-*): New set of targets to replace subdir_do.
13726 (various): All targets which used subdir_do now depend on do-*.
13727 (local-clean): Renamed from do_clean.
13728 (local-distclean): New target, dependency of distclean and
13729 realclean.
13730 (install-info): Don't create directories. Depend on dir.info
13731 rather than calling make recursively.
13732 (install-dir.info): Eliminated.
13733 (install-info-dirs): Create all info directories here.
13734 (dir.info): Depend upon do-install-info.
13735
13736 * test-build.mk (HOLES): Added false.
13737
13738Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
13739
13740 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13741
13742Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13743
13744 * Makefile.in (info): remove dependency on all-texinfo. The
13745 problem was really in texinfo/C, not at this level.
13746
13747Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13748
13749 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13750
13751Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13752
13753 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13754 GDB releases.
13755
13756Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13757
13758 * configure: Include srcdir in message about target of link not
13759 being found. Don't convert `-' to `_' in `with' options being
13760 passed to subdirs.
13761
13762Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13763
13764 * configure.in: add uudecode to host_tools
13765
13766 * Makefile.in: added {all,install}-uudecode targets, added them to
13767 the appropriate lists
13768
13769Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13770
13771 * Makefile.in (all-gcc): Added dependency on all-gas.
13772
13773 * configure.in (mips-*-*): Build ld and binutils.
13774
13775Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13776
13777 * configure: check return code from mkdir, print error message and
13778 exit on failure.
13779
13780Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13781
13782 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13783
13784Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13785
13786 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13787
13788Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13789
13790 * config.sub (h8500): Recognize this as a cpu type.
13791
13792Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13793
13794 * configure: source directory missing is no longer a warning
13795
13796 * configure.in: recognize irix[34]* instead of irix[34]
13797
13798 * Makefile.in: define and pass down X11_LIB
13799
252b5132
RH
13800Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13801
13802 * guess-systype: Renamed to ...
13803 * config.guess: ... by popular request.
13804 * configure.in, Makefile.in: Update accordingly.
13805
13806Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13807
13808 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13809 + Add Convex, Cray/Unicos, and Encore/Multimax support.
13810 + Execute ./dummy instead of assuming . is in PATH.
13811
13812Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
13813
13814 * guess-systype: New shell script. Attempts to guess the
13815 canonical host name of the executing host.
13816 Only a few hosts are supported so far.
13817 * configure: Call guess-systype if no host is specified.
13818
13819Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
13820
13821 * Makefile.in (gcc-no-fixedincludes): Made to work with current
13822 gcc Makefile.
13823
13824
13825Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
13826
13827 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13828 (all-gcc, install-gcc, subdir_do): Use it.
13829
13830Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13831
13832 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13833
13834Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
13835
13836 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13837 set exclusively by configure, using configure.in .
13838
13839Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13840
13841 * test-build.mk: set $PATH for all builds
13842
13843 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13844
13845Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
13846
13847 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
13848 the one used in gcc/Makefile.in, so that a null expansion doesn't
13849 override the one needed to build gcc with a native cc.
13850
13851
13852Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13853
13854 * configure: Accept -with arguments.
13855
13856Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13857
13858 * Makefile.in: added h8300sim
13859
13860Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
13861
252b5132
RH
13862 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13863 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
13864 (all-cygnus, native, build-cygnus): Make
13865 $(canonhost)-stamp-3stage-done, not $(host)....
13866 * test-build.mk (stamp-3stage-compared): Use tail +10c for
13867 i386-sco3.2v4. Added else true to if command.
13868
13869Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
13870
13871 * config.sub: (from FSF) Sequent uses a BSD-like OS.
13872
13873Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
13874
13875 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13876
13877Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13878
13879 * configure.in: don't remove binutils from Solaris builds
13880
13881Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
13882
13883 * Makefile.in: get rid of earlier definitions for *clean,
13884 also handle the recursive info rule better
13885
13886Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
13887
13888 * Makefile.in (mostlyclean, distclean, realclean): Fix to
13889 do more-or-less the right thing.
13890
13891Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
13892
13893 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13894 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13895
13896Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13897
13898 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13899 $(host_canonical).
13900
13901 * configure.in: split the configdirs list into 4 categories (native
13902 v. cross, library v. tool) and handle the cross-only and native-
13903 only in more reasonable (and correct!) way.
13904
13905Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
13906
13907 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
13908 configdirs anymore.
13909
13910Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13911
13912 * Makefile.in: extensive cleanup:: removed all of the explicit
13913 clean-* targets, collapsed many wrappers around subdir_do into
13914 one, added additional targets to satisfy standards.texi, deleted
13915 some old targets, some changes for consistency
13916
13917Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13918
13919 * configure.in: handle some programs as cross-only, and others as
13920 native only
13921
13922 * test-build.mk: handle partial holes in a more generic manner
13923
13924 * Makefile.in: m4 depends on libiberty
13925
252b5132
RH
13926Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13927
13928 * configure.in: add m4, textutils, fileutils, sed, shellutils,
13929 time, wdiff, and find to configdirs
13930
13931 * Makefile.in: all, clean, and install rules for the new programs
13932 added to configure.in
13933
13934Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13935
13936 * configure.in: use mh-sun for all *-sun-* hosts
13937
252b5132
RH
13938Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13939
13940 * Makefile.in: define flags for X11 include files and library file
13941 locations, pass them down to the programs that need this info
13942
13943 * build-all.mk: added a 'native' target, to 3stage the native toolchain
13944
252b5132
RH
13945Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13946
13947 * configure.in: start building libg++ for HP-UX targets
13948
13949Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
13950
13951 * README: Update references to files moved into etc/.
13952
13953Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
13954
13955 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
13956 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
13957
13958Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
13959
13960 * configure: accept dash as well as underscore in long option
13961 names for FSF compatibility.
13962
13963Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
13964
13965 * config.sub: added -sco3.2v4 support from FSF.
13966
13967Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13968
13969 * configure.in: expand the section that adds or removes
13970 directories from the list of programs to build, to handle native
13971 vs. cross in addition to host v. native
13972
13973Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
13974
13975 * Makefile.in: Replace C++ in macro names with CXX.
13976 This is less likely to break ...
13977
13978Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13979
13980 * test-build.mk: add -w to GNU_MAKE
13981
13982Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13983
13984 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13985 add 'sparc' to list of recognized cpus. This needed to make
13986 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13987 Delete some redundant ose68 variants. Recognize -wrs as an os,
13988 then changes that into $CPU-wrs-vxworks.
13989
13990 * configure.in: remove most references to gdbtest, regularize
13991 target based program removal
13992
13993 * test-build.mk: import from p3 tree (many fixes and changes)
13994
13995Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13996
13997 * Makefile.in: added rules to handle tcl, tk, and expect
13998
13999 * configure.in: handle those directories if they exist
14000
14001Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14002
14003 * config.sub: removed bogus hppabsd and hppahpux names, since
14004 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14005
14006Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14007
14008 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14009 depends upon all-xiberty
14010
14011 * Makefile.in: changes from p3, including:
14012
14013 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14014
14015 * Makefile.in (XTRAFLAGS): include newlib directories if
14016 newlib/Makefile exists, rather than if host != target.
14017
14018 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14019
14020 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14021 from the same source tree and not building a cross-compiler. This
14022 matters for the libg++ configuration if reconfiguring a tree that
14023 has already been installed.
14024
14025 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14026
14027 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14028 pick up the machine and system specific header files.
14029
14030 * Makefile.in: added AS_FOR_TARGET, passed down in
14031 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14032 the C compiler to use to create programs which are run in the
14033 build environment, set it to default to $(CC), and passed it down
14034 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14035
14036 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14037
14038 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14039 We need them for unusual native builds, like systems without
14040 ranlib.
14041
14042 * configure: also define $(host_canonical) and
80413487
RH
14043 $(target_canonical), which are the full, canonical names for the
14044 given host and target
252b5132
RH
14045
14046Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14047
14048 * Makefile.in: Added separate definitions for C++.
14049
14050Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14051
14052 * configure.in (configdirs): Add deja-gnu.
14053
14054Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14055
14056 * README: Update for configure.texi and gdb-4.7 release.
14057
14058Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14059
14060 * Makefile.in: Move "all" target to top of file.
14061 Previously, first target was ".PHONY" which caused BSD4.4 make
14062 to build .PHONY when make was run without arguments.
14063
14064Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14065
14066 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14067 Library-copylefted code in libiberty.
14068
14069Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14070
14071 * config.sub: Replace m68kmote with plain old m68k.
14072
14073Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14074
14075 * Makefile.in: Remove space from blank line, avoid Make complaints.
14076
14077Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14078
14079 * config.sub: Complain if no argument is given. Added support for
14080 386bsd as OS and target alias.
14081
14082Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14083
14084 * Makefile.in (XTRAFLAGS): include newlib directories if
14085 newlib/Makefile exists, rather than if host != target.
14086
14087Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14088
14089 * config.sub: recognize sparclite-wrs-vxworks.
14090
14091 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14092 p3.) Added clean-xiberty to clean.
14093
14094Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14095
14096 * configure.in: use *-*-* instead of nested cases for host and target
14097
14098Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14099
14100 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14101 from the same source tree and not building a cross-compiler. This
14102 matters for the libg++ configuration if reconfiguring a tree that
14103 has already been installed.
14104
14105Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14106
14107 * config.sub (i486v/i486v4): Merge in from FSF version.
14108
14109Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14110
14111 * configure: only set PWD if it is already set.
14112
14113Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14114
14115 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14116 doesn't have unset and all success paths (and most error paths)
14117 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14118 to just ${PWD} to avoid confusion.)
14119
14120Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14121
14122 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14123 even for a native compilation.
14124
14125Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14126
14127 Changes to make the gdb.tar.Z rule work better.
14128
14129 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14130 (DEVO_SUPPORT): Add configure.texi.
14131 (bfd-ilrt.tar.Z): Remove ancient rule.
14132
14133Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14134
14135 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14136 pick up the machine and system specific header files.
14137
14138 * configure.in, config.sub: added new target m68010-adobe-scout,
14139 with alias of adobe68k. Changed configure.in to check for
14140 -scout before -sco* to avoid a false match.
14141
14142 * Makefile.in: added AS_FOR_TARGET, passed down in
14143 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14144 the C compiler to use to create programs which are run in the
14145 build environment, set it to default to $(CC), and passed it down
14146 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14147
14148Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14149
14150 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14151 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14152 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14153 FOR_TARGET variants, to newlib and libg++.
14154
14155Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14156
14157 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14158 first.
14159
14160Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14161
14162 * config.sub: Accept `elf' as an environment.
14163
14164Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14165
14166 * Makefile.in (all-opcodes): cd into the right directory
14167
14168Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14169
14170 * configure: added -program_transform_name option, used as
14171 argument to sed when installing programs.
14172 configure.texi: added documentation for -program_prefix,
14173 -program_suffix and -program_transform_name.
14174
14175Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14176
14177 * config.sub: Accept i486 where i386 ok.
14178
14179Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14180
14181 * config.sub: accept we32k
14182
14183Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14184
35590697 14185 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14186
14187 * Makefile.in: don't create all directories for ``make install'';
14188 let the subdirectories create the ones they need.
14189
14190Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14191
80413487 14192 * COPYING: new file, GPL v2
252b5132
RH
14193
14194Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14195
14196 * Makefile.in: use the new gen-info-dir, which needs a template
14197 argument (which also lives in texinfo)
14198
14199 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14200
252b5132
RH
14201Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14202
14203 * config.sub (ncr3000): Change i386 to i486.
14204
14205Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14206
14207 * Makefile.in: add install-rcs, install-grep to
14208 install-no-fixedincludes, removed install-bison and install-libgcc
14209
14210Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14211
14212 * configure.in: grab the HPUX makefile fragment if on HPUX
14213
14214Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14215
14216 * Makefile.in: eradicate bison spoor (ditto libgcc).
14217 configure.in: recognise m68{k,000}-ericsson-OSE.
14218 es1800 is alias for m68k-ericsson-OSE
14219
14220Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14221
14222 * configure.in: rearrange the parts that remove programs from
14223 configdirs, based now on HOST==TARGET or by canonical triple.
14224
14225Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14226
14227 * test-build.mk: recurse explicitly with -f test-build.mk when
14228 appropriate. predicate stage3 and comparison on the existence
14229 of gcc. That is, if gcc isn't around, we aren't three-staging.
14230 On very clean, also remove ...stamp-co. Build in-place before
14231 doing other builds.
14232
14233Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14234
14235 * Makefile.in, configure.in: add tgas
14236
14237Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14238
14239 * Makefile.in: a number of changes merged in from progressive.
14240
14241 * configure.in: add libm.
14242
14243 * .cvsignore: ignore some stuff that comes from test-build.mk.
14244
252b5132
RH
14245Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14246
14247 * config.sub: Add es1800 (m68k-ericsson-es1800).
14248
14249Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14250
14251 * configure: Add program_suffix (parallel to program_prefix)
14252 * Makefile.in: adjust directory-creating script for losing decstation
14253
14254Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14255
14256 * configure: Minor $subdir-related fixes.
14257
14258Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14259
14260 * configure: fix various problems with propogating
14261 makefile_target_frag in subdirs.
14262 * configure.in: config libgcc if its there
14263
14264Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14265
14266 * config.sub: HPPA merge.
14267
252b5132
RH
14268Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14269
14270 * Makefile.in: Replace all-bison with all-byacc in all
14271 dependency lines for other tools (which now use byacc).
14272
14273Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14274
14275 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14276
252b5132
RH
14277Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14278
14279 * Makefile.in: make gprof rules similar to byacc rules (instead of
14280 vestigal $(unsubdir) that didn't work...)
14281
14282Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14283
14284 * config.sub: Add support for Linux.
14285 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14286 (at least for libg++).
14287
14288Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14289
14290 * configure.texi: fix doc for the -nfp option to configure
14291
14292Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14293
14294 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14295
14296Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14297
14298 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14299 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14300 * configure.in: added solaris* host_makefile_frag hook.
14301
14302Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14303
14304 * config.sub: changed recognition of m68000 so that various
14305 m68k types can be specified via m680[01234]0
14306
14307Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14308
14309 * config.sub (basic_machine): fix sed so that '-foo' isn't
14310 completely substituted out while .+'-foo' loses the '-foo'
14311
14312Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14313
14314 * config.sub ($os): Add -aout.
14315
14316Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14317
14318 * configure: If host_makefile_frag is absolute, don't
14319 prefix ${invsubdir} (relevant to libg++ auto-configure).
14320
14321Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14322
14323 * Makefile.in (tooldir): Define it.
14324 (all-ld): Depend on all-flex.
14325
14326Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14327
14328 * Makefile.in (check): Fix libg++ special case.
14329
14330Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14331
14332 * configure: do not bury `pwd` into config.status, thus do fewer
14333 pwd's.
14334
14335 * configure: print the "Building in" message only when building in
14336 other than "." AND verbose.
14337
14338 * configure: remove -s, rework -v to better accomodate guested
14339 configures.
14340
14341 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14342
14343Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14344
14345 * Makefile.in: macroize flags passed on recursion. remove
14346 fileutils.
14347
14348Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14349
14350 * configure: get makesrcdir right for subdirs deeper than 1.
14351
14352 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14353 install.
14354
14355Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14356
14357 * Makefile.in: don't print subdir_do or recursion lines.
14358
14359Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14360
14361 * standards.texi: added menu item.
14362
14363 * Makefile.in: build and install standards.info.
14364
14365 * standards.texi: new file.
14366
14367Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14368
14369 * configure: test for and move config.status pieces from
14370 ${subdir}/.
14371
14372Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14373
252b5132
RH
14374 * configure: Test for existance of files before trying to mv
14375 them, to avoid numerous non-existance messages.
14376
14377Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14378
14379 * configure: correct final line of config.status.
14380
14381 * configure: patch from eggert. Avoids a protection problem if
14382 the original Makefile.in is read only.
14383
14384 * configure: use move-if-change from gcc to create config.status.
14385 Some makefiles depend on config.status to tell if a directory
14386 has been reconfigured for a different host. This change
14387 prevents those directories from remaking everything in the case
14388 where the reconfig was only intended to rebuild a Makefile.
14389
14390 * configure: test for config.sub with "config.sub sun4" rather
14391 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14392 host alias from a missing config.sub.
14393
14394Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14395
14396 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14397 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14398
14399Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14400
14401 * configure: mkdir ${subdir} as needed.
14402
14403Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14404
14405 * Makefile.in,configure.in: added autoconf.
14406
14407Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14408
14409 * Makefile.in: no longer pass against on recursion.
14410
14411 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14412 definitions are not inherited.
14413
14414 * configure: correct makesrcdir when subdir is .
14415
14416Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14417
14418 * configure: Add support for 'subdirs' variable, which is
14419 like 'configdirs', except that configure doesn't re-invoke
14420 itself for subdirs, it just creates a Makefile for each subdir.
14421 * configure.texi: Document subdirs.
14422
14423Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14424
14425 * configure.in: added flex to configdirs
14426
14427Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14428
14429 * Makefile.in: remove clean-stamps from clean.
14430
14431Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14432
14433 * configure.in: Add gdbtest to configdirs.
14434
14435Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14436
14437 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14438 to recursive makes.
14439 * configure.in: Recognize new ncr3000 config.
14440
14441Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14442
14443 * Makefile.in, configure.in: removed references to gdbm.
14444
14445Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14446
14447 * config.sub: Don't canonicalize os value
14448 newsos* to bsd (readline needs to check for newsos).
14449 (This fix was earlier made Jan 31, but got re-broken.)
14450
14451Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14452
14453 * configure.in: sco is an os, not a vendor!
14454
14455 * configure: Quote $( better. Keep various shells happy.
14456
14457Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14458
14459 * Makefile.in: eliminate stamp-files.
14460
14461Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14462
14463 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14464 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14465
14466Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14467
14468 * config.sub: fix iris/iris3.
14469
14470Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14471
14472 * configure: re-add -rm.
14473
14474Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14475
14476 * Maskefile.in: add .stmp-rcs to all.
14477
14478 * configure.in: remove gas from rs6000 build, use aix host fragment.
14479
14480Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14481
14482 * configure: pass down site_option during recursion.
14483
14484Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14485
14486 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14487
14488Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14489
14490 * configure: Change exec_prefix so that it really defaults to prefix.
14491
14492Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14493
14494 * Makefile.in, configure.in: Add support for mmalloc library.
14495
14496Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14497
14498 * Makefile.in: add stmp dependencies for a few more things.
14499
14500Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14501
14502 * configure: adjusted error message on objdir/srcdir configure
14503 collision, per john's suggestion.
14504
14505 * Makefile.in: add libiberty stmp to all and all.cross.
14506
14507Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14508
14509 * Makefile.in: remove force dependencies, add grep to all.
14510
14511Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14512
14513 * Makefile.in: drop flex. make stamp files work.
14514
14515 * configure: added test for conflicting configuration in srcdir,
14516 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14517 gets cranky. use relative paths for configure and srcdir
14518 whenever possible. Send some error messages to stderr that were
14519 going to stdout.
14520
14521Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14522
14523 * Makefile.in: Fix libg++ rule to check for gcc directory
14524 before using gcc/gcc. Also pass XTRAFLAGS.
14525
14526Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14527
14528 * Makefile.in: added stmp-files so that directories aren't polled
14529 when they are already built.
14530
14531 * configure.texi: fixed a node pointer problem.
14532
14533Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14534
4bddf3ad 14535 * config.sub configure.in gdb/configure.in
252b5132
RH
14536 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14537 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14538 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14539
14540Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14541
14542 * configure: -recurring becomes -silent. corrected help message
14543 for -site= option.
14544
14545 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14546
14547Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14548
14549 * configure: when building Makefile for crosses, replace
14550 tooldir and program_prefix. default srcdir from location of
14551 config.sub. remove "for host in hosts" and "for target in
14552 targets" loops.
14553
14554Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14555
14556 * Makefile.in: Do not pass bindir or mandir to cvs.
14557
14558Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14559
14560 * Makefile.in, configure.in: removed traces of namesubdir,
14561 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14562 copyrights to '92, changed some from Cygnus to FSF.
14563
14564 * configure.texi: remove most references to multiple hosts,
14565 multiple targets, subdirs, etc.
14566
14567 * configure.man: removed rcsid. reference config.sub not
14568 config.subr.
14569
14570 * Makefile.in: mkdir $(infodir) on install-info.
14571
14572Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14573
14574 * configure.texi: Explain better about .gdbinit and about
14575 the environment that configure.in sections run in.
14576
14577Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14578
14579 * configure.in: Ultrix is only a decstation if it's a MIPS.
14580
14581Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14582
14583 * README: DOC.configure => cfg-paper.texi.
14584
14585Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14586
14587 * config.sub (near case $os): Don't convert newsos* to bsd!
14588
14589Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14590
14591 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14592 the number of copies of COPYING that go into the GDB tar file.
14593
14594Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14595
4bddf3ad 14596 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
14597 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14598 Fix SCO configuration stuff.
14599
14600Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14601
14602 * Makefile.in: For libg++, make sure the -I pointing
14603 to the gcc directory goes *after* all the libg++-local -I flags.
14604 Also, move just-gcc dependency from just-libg++ to all-libg++.
14605
14606Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14607
14608 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14609
14610Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14611
14612 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14613
14614Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14615
14616 * config.sub: Add stratus configuration frags. Also
14617 submitted to FSF.
14618
14619Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14620
14621 * Makefile.in (DEV_SUPPORT): add configure.man.
14622
14623 * config.sub(Decode manufacturer-specific): add -none*.
14624
14625Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14626
14627 * Makefile.in: remove form feeds to make Sun's make happy.
14628 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14629
14630Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14631
14632 * Makefile.in (AR_FLAGS): Make quieter.
14633
14634Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14635
14636 * configure.in: Add libg++.
14637 * configure: When verbose, don't output the command line at each
14638 level; it will be unremarkably the same as the previous version,
14639 which will be the same as what the user typed.
14640
14641Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14642
14643 * configure.in, Makefile.in: fix clean-info, add flex. add
14644 fileutils.
14645
14646 * configure: be less sensitive to spaces in Makefile.in. Do not
14647 look for sources in "..". Doing so breaks subdirectories that
14648 might have their own configure. If a subdir has it's own
14649 configure script, use it.
14650
14651Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14652
14653 * cfg-paper.texi: some changes suggested by rms.
14654
14655Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14656
14657 * config.sub: Merge in some small additions from the FSF version,
14658 taken from the gcc distribution, to bring the Cygnus and FSF
14659 versions into closer sync.
14660
14661Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14662
14663 * configure.in: Changed svr4 references to sysv4.
14664
14665Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14666
14667 * configure: added -V for version number option.
14668
14669Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14670
14671 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14672 renamed from DOC.configure to cfg-paper.texi.
14673
14674Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14675
14676 * configure, config.subr, config.sub: config.subr is now
14677 config.sub again.
14678
14679Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14680
14681 * configure.texi: new file, in progress.
14682
14683 * Makefile.in: build info file and install the man page for
14684 configure.
14685
14686 * configure.man: new file, first cut.
14687
14688 * configure: find config.subr again now that configuration "none"
14689 has gone. removed all traces of the -ansi option. removed all
14690 traces of the -languages option.
14691
14692 * config.subr: resync from rms.
14693
d932cae7 146941991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14695
14696 * configure, config.sub, config.subr: merge config.sub into
14697 config.subr, call the result config.subr, remove config.sub, use
14698 config.subr.
14699
14700 * Makefile.in: revised install for dir.info.
14701
d932cae7 147021991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14703
14704 * configure.in: add decstation host makefile frag.
14705
14706 * Makefile.in: BISON now bison -y again. also install-gcc on
14707 install. clean-gdbm on clean. infodir belongs in datadir.
14708 Make directories for info install. Build dir.info here then
14709 install it.
14710
d932cae7 147111991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14712
14713 * Makefile.in: fix for bad directory tests.
14714
d932cae7 147151991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14716
14717 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14718 regexp. -srcdir relative was being handled incorrectly.
14719
14720 * Makefile.in: unwrapped some for loops so that parallel makes
14721 work again and so one can focus one's attention on a particular
14722 package.
14723
d932cae7 147241991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14725
14726 * configure: added PWD as a stand in for `pwd` (for speed). use
14727 elif wherever possible. make -srcdir work without -objdir.
14728 -objdir= commented out.
14729
d932cae7 147301991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14731
14732 * configure: +options become --options. -subdirs commented out.
14733 added -host, -datadir. Renamed -destdir to -prefix. Comment in
14734 Makefile now at top of generated Makefile. Removed cvs log
14735 entries. added -srcdir. create .gdbinit only if there is one
14736 in ${srcdir}.
14737
14738 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14739 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14740 and mandir now keyed off datadir by default.
14741
d932cae7 147421991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14743
14744 * Freshly created ChangeLog.
14745
14746\f
14747Local Variables:
14748mode: change-log
14749left-margin: 8
14750fill-column: 76
14751version-control: never
14752End:
This page took 1.187175 seconds and 4 git commands to generate.