http://sourceware.org/ml/gdb-patches/2012-09/msg00015.html
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
dd61ec5c
MW
12012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2
3 * gdb/remote.c (remote_insert_hw_breakpoint): Throw exception if
4 there is an error inserting hardware breakpoints and use the
5 error message from the target.
6
7 * gdb/breakpoint.c (insert_bp_location, insert_breakpoint_locations):
8 Catch this exception and print the error message contained within. Do not
9 print the default hardware error breakpoint message in this case.
10
df6795ce
L
112012-08-26 H.J. Lu <hongjiu.lu@intel.com>
12
13 PR binutils/4970
14 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
15 and opcodes.
16 * Makefile.in: Regenerated.
17
7ec59b9e
L
182012-08-14 Diego Novillo <dnovillo@google.com>
19
20 Merge from cxx-conversion branch.
21
22 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
23 POSTSTAGE1_CONFIGURE_FLAGS.
24 * Makefile.in: Regenerate.
25 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
26 Force C++ when bootstrapping.
27 * configure: Regenerate.
28
292012-07-06 Richard Guenther <rguenther@suse.de>
30
31 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
32 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
33 --with-gmp=system.
34 * Makefile.in: Regenerated.
35 * configure: Likewise.
36
372012-07-06 Richard Guenther <rguenther@suse.de>
38
39 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
40 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
41 supply V=1 as extra_make_flags.
42 * configure: Regenerated.
43 * Makefile.in: Likewise.
44
452012-07-03 Richard Guenther <rguenther@suse.de>
46
47 * Makfile.def (isl): Remove not necessary extra_exports and
48 extra_make_flags.
49 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
50 * Makefile.in: Regenerated.
51
522012-07-03 Richard Guenther <rguenther@suse.de>
53
54 * Makefile.def (cloog): Add V=1 to extra_make_flags.
55 * configure.ac: If either the ISL or the CLooG check failed
56 do not try to build in-tree versions.
57 * Makefile.in: Regenerated.
58 * configure: Regenerated.
59
602012-07-02 Richard Guenther <rguenther@suse.de>
61 Michael Matz <matz@suse.de>
62 Tobias Grosser <tobias@grosser.es>
63 Sebastian Pop <sebpop@gmail.com>
64
65 * Makefile.def: Add ISL host module, remove PPL host module.
66 Adjust ClooG host module to use the proper ISL.
67 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
68 * configure.ac: Include config/isl.m4. Add ISL host library,
69 remove PPL. Remove PPL configury, add ISL configury, adjust
70 ClooG configury.
71 * Makefile.in: Regenerated.
72 * configure: Likewise.
73
742012-07-02 Richard Guenther <rguenther@suse.de>
75
76 Merge from graphite branch
77 2011-07-21 Tobias Grosser <tobias@grosser.es>
78
79 * configure: Regenerated.
80 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
81 both cloog.org and legacy versions. The only supported version will
82 be CLooG with the isl backend.
83
84 2011-07-21 Tobias Grosser <tobias@grosser.es>
85
86 * configure: Regenerated.
87 * configure.ac: Require cloog isl 0.17.0
88
89 2011-07-21 Tobias Grosser <tobias@grosser.es>
90
91 * configure: Regenerated.
92 * config/cloog.m4: Do not define CLOOG_ORG
93
942012-06-29 Steven Bosscher <steven@gcc.gnu.org>
95
96 * configure.ac: Skip C if explicitly selected.
97 * configure: Regenerate.
98
992012-06-28 Christophe Lyon <christophe.lyon@st.com>
100
101 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
102 they contain -O2.
103 * configure: Regenerate.
104
1052012-06-20 Jason Merrill <jason@redhat.com>
106
107 * Makefile.tpl (check-target-libgomp-c++): New.
108 (check-target-libitm-c++): New.
109 * Makefile.def (c++): Add them.
110 * Makefile.in: Regenerate.
111
1122012-05-16 Olivier Hainque <hainque@adacore.com>
113
114 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
115 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
116 (install-no-fixedincludes): Adjust accordingly.
117 * Makefile.in: Regenerate.
118
1192012-05-09 Nick Clifton <nickc@redhat.com>
120 Paul Smith <psmith@gnu.org>
121
122 PR bootstrap/50461
123 * configure.ac (mpfr-dir): When using in-tree MPFR sources
124 allow for the fact that from release v3.1.0 of MPFR the source
125 files were moved into a src sub-directory.
126 * configure: Regenerate.
127
1282012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
129
130 * configure.ac: Bump minimum MPFR version to 2.4.0.
131 * configure: Regenerated.
132
1332012-05-01 Richard Henderson <rth@redhat.com>
134
135 * Makefile.def (libatomic): New target_module.
136 * configure.ac (target_libraries): Add libatomic.
137 (noconfigdirs): Check if libatomic is supported.
138 * Makefile.in, configure: Rebuild.
139
f87f9c61
L
1402012-05-15 H.J. Lu <hongjiu.lu@intel.com>
141
142 Merge upstream change
143 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
144
1452011-11-21 Andreas Tobler <andreast@fgznet.ch>
146
147 * libtool.m4: Additional FreeBSD 10 fixes.
148
68f107fa
AO
1492012-06-28 Christophe Lyon <christophe.lyon@st.com>
150
151 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
152 they contain -O2.
153 * configure: Regenerate.
154
b9c361e0
JL
1552012-05-14 Catherine Moore <clm@codesourcery.com>
156
157 * NEWS: Mention PowerPC VLE port.
158
9eb322aa
MF
1592012-05-11 Mike Frysinger <vapier@gentoo.org>
160
161 * MAINTAINERS (config/): Move to intl/ section.
162 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
163
58b1dd21
NC
1642012-05-09 Nick Clifton <nickc@redhat.com>
165 Paul Smith <psmith@gnu.org>
166
167 PR bootstrap/50461
168 * configure.ac (mpfr-dir): When using in-tree MPFR sources
169 allow for the fact that from release v3.1.0 of MPFR the source
170 files were moved into a src sub-directory.
171 * configure: Regenerate.
172
2e702c99
RM
1732012-05-02 Roland McGrath <mcgrathr@google.com>
174
175 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
176 * configure: Regenerate.
177
d2213593
JB
1782012-04-25 Joel Brobecker <brobecker@adacore.com>
179
180 * config.sub: Update to 2012-04-18 version from official repo.
181
202e2356
NC
1822012-03-19 Tristan Gingold <gingold@adacore.com>
183
184 * configure.ac (ia64*-*-*vms*): Add support for ld.
185 * configure: Regenerate.
186
2479f722
RO
1872012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
188
189 * configure.ac (enable_libgomp): Remove *-*-irix6*.
190 (unsupported_languages): Remove mips-sgi-irix6.*.
191 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
192 (with_stabs): Remove.
193 * configure: Regenerate.
194
4e97d92b
RO
1952012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
196
197 * configure.ac (enable_libgomp): Remove *-*-osf*.
198 (with_stabs): Remove alpha*-*-osf*.
199 * configure: Regenerate.
200
f9ea6f98
JJ
2012012-03-09 Jeff Johnston <jjohnstn@redhat.com>
202
203 * COPYING.NEWLIB: Modify DJ Delorie license to include
204 modification rights in clause as permitted by DJ Delorie.
205 * COPYING.LIBGLOSS: Ditto.
206
48688b3e
JJ
2072012-03-09 Jeff Johnston <jjohnstn@redhat.com>
208
209 * COPYING.NEWLIB: Remove two unused licenses.
210
0945bbee
TG
2112012-03-05 Tristan Gingold <gingold@adacore.com>
212
213 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
214 * configure: Regenerate.
215
516be0c5
JJ
2162012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
217
218 * COPYING.NEWLIB: Add Adapteva notice.
219 * COPYING.LIBGLOSS: Add Adapteva notice.
220
64b986c0
EB
2212011-12-18 Eric Botcazou <ebotcazou@adacore.com>
222
223 * configure: Regenerate.
224
58cddc18
JJ
2252011-12-15 Jeff Johnston <jjohnstn@redhat.com>
226
227 * COPYING.LIBGLOSS: Add GPL with exception license.
228
b121d7d4
DD
2292011-11-09 Roland McGrath <mcgrathr@google.com>
230
231 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
232 * configure: Rebuild.
233 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
234 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
235 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
236 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
237 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
238 Add READELF.
239 * Makefile.in: Rebuild.
240
d32e2926
RH
2412011-11-08 Richard Henderson <rth@redhat.com>
242
243 * configure.ac: Test for libitm directory present first.
244
245 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
246
247 * configure.ac: Test libitm/configure.tgt to disable libitm.
248 * configure: Rebuild.
249
98dd765a
RO
2502011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
251
252 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
253 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
254 * Makefile.in: Regenerate.
255
99c513f6
DD
2562011-11-01 DJ Delorie <dj@redhat.com>
257
258 * configure.ac (rl78-*-*) New case.
259 * configure: Regenerate.
260
ff3ec4ee
DD
2612011-11-01 DJ Delorie <dj@redhat.com>
262
263 * config.sub: Update to version 2011-10-29 (added rl78)
264
c28a9f49
NC
2652011-10-27 Nick Clifton <nickc@redhat.com>
266
267 * config.sub: Import these changes from the config project:
268
269 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
270 Ben Elliston <bje@gnu.org>
271
272 * config.sub (epiphany): New.
273
274 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
275 Ben Elliston <bje@gnu.org>
276
9eb322aa 277 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
278
279 2011-08-23 Roland McGrath <mcgrathr@google.com>
280
281 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
282 64eb to be64.
283
284 2011-08-16 Roland McGrath <mcgrathr@google.com>
285
286 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
287 (nacl): Grok as alias for 32el-unknown-nacl.
288
860144e4
JB
2892011-08-19 Joel Brobecker <brobecker@adacore.com>
290
291 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
292
40ae9136
YQ
2932011-08-14 Yao Qi <yao@codesourcery.com>
294
295 Merge from gcc:
296
297 2011-08-14 Yao Qi <yao@codesourcery.com>
298 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
299 * configure: Regenerate.
300
ffdd6afc
ILT
3012011-07-26 Ian Lance Taylor <iant@google.com>
302
303 Merge from gcc:
304
305 2011-07-26 Ian Lance Taylor <iant@google.com>
306 * configure.ac: Set have_compiler based on whether gcc directory
307 exists, rather than on whether gcc is in configdirs.
308 * configure: Rebuild.
309
310 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
311 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
312 link directories.
313 * Makefile.in: Rebuild.
314
315 2011-07-20 Ian Lance Taylor <iant@google.com>
316 PR bootstrap/49787
317 * configure.ac: Move --enable-bootstrap handling earlier in file.
318 If --enable-bootstrap and either --enable-build-with-cxx or
319 --enable-build-poststage1-with-cxx, enable C++ automatically.
320 * configure: Rebuild.
321
322 2011-07-19 Ian Lance Taylor <iant@google.com>
323 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
324 make C++ a boot_language. Set and substitute
325 POSTSTAGE1_CONFIGURE_FLAGS.
326 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
327 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
328 * configure, Makefile.in: Rebuild.
329
330 2011-07-16 Jason Merrill <jason@redhat.com>
331 * Makefile.def (language=c++): Add check-c++0x and
332 check-target-libmudflap-c++.
333 * Makefile.tpl (check-target-libmudflap-c++): New.
334 * Makefile.in: Regenerate.
335
336 2011-07-16 Matthias Klose <doko@ubuntu.com>
337 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
338 * Makefile.def (target_modules/libjava): Pass
339 $(EXTRA_CONFIGARGS_LIBJAVA).
340 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
341 if not configured with --enable-static-libjava.
342 * Makefile.in: Regenerate.
343 * configure: Likewise.
344
345 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
346 PR regression/47836
347 PR bootstrap/23656
348 PR other/47733
349 PR bootstrap/49247
350 PR c/48825
351 * configure.ac (target_libraries): Remove target-libiberty.
352 Remove case-statement setting skipdirs=target-libiberty for
353 multiple targets. Remove checking target_configdirs and
354 removing target-libiberty but keeping target-libgcc if
355 otherwise empty.
356 * Makefile.def (target_modules): Don't add libiberty.
357 (dependencies): Remove all traces of target-libiberty.
358 * configure, Makefile.in: Regenerate.
359
9ccb86e7
JM
3602011-07-22 Jason Merrill <jason@redhat.com>
361
362 * Makefile.def (language=c++): Add check-c++0x and
363 check-target-libmudflap-c++.
364 * Makefile.tpl (check-target-libmudflap-c++): New.
365 * Makefile.in: Regenerate.
366
090bc50f
RO
3672011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
368
369 * configure: Regenerate.
370
cff32a7c
RO
3712011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
372
373 PR target/39150
374 * configure.ac (i[3456789]86-*-solaris2*): Also accept
375 x86_64-*-solaris2.1[0-9]*.
376 * configure: Regenerate.
377
eb4b2452
NC
3782011-06-13 Walter Lee <walt@tilera.com>
379
380 * configure.ac (tilepro-*-*) New case.
381 (tilegx-*-*): Likewise.
382 * configure: Regenerate.
383
3c0013bf
NC
3842011-06-06 Nick Clifton <nickc@redhat.com>
385
386 * config.sub: Sync from upstream.
387
91c1f14c
DK
3882011-05-08 Doug Kwan <dougkwan@google.com>
389
390 Merge from gcc:
391
392 2011-05-08 Doug Kwan <dougkwan@google.com>
393
394 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
395 * configure: Regenerated.
396 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
397 value from configure.
398 * Makefile.in: Regenerated.
399
c7e4b184
JM
4002011-05-05 Joseph Myers <joseph@codesourcery.com>
401
402 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
403 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
404 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
405 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
406 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
407 *-*-vxworks*): Disable newlib and libgloss in separate case
408 statement.
409 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
410 to separate case statement.
411 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
412 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
413 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
414 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
415 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
416 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
417 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
418 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
419 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
420 i[[3456789]]86-*-rdos*, m32r-*-*,
421 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
422 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
423 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
424 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
425 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
426 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
427 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
428 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
429 and libgloss in main case over targets. Remove most empty cases
430 in main case over targets.
431 * configure: Regenerate.
432
7152a690
JM
4332011-05-04 Joseph Myers <joseph@codesourcery.com>
434
435 * configure.ac: Remove code setting special library locations for
436 hppa*64*-*-hpux11*. Remove code setting compiler for
437 sparc-sun-solaris2*.
438 * configure: Regenerate.
439
ff46fb8f
JM
4402011-05-04 Joseph Myers <joseph@codesourcery.com>
441
442 * configure.ac: Separate libgloss_dir settings from general case
443 over targets.
444 * configure: Regenerate.
445
82ae827f
JM
4462011-04-28 Joseph Myers <joseph@codesourcery.com>
447
448 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
449 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
450 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
451 cases in libgcj-disabling case statement.
452 (hppa*64*-*-linux*): Set unsupported_languages instead of
453 disabling target-zlib.
454 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
455 to hppa*64*-*-hpux*.
456 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
457 hppa*-*-hpux*.
458 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
459 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
460 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
461 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
462 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
463 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
464 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
465 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
466 libgcj-disabling case statement.
467 * configure: Regenerate.
468
0827f9a6
JM
4692011-04-28 Joseph Myers <joseph@codesourcery.com>
470
471 * configure.ac: Disable Java for targets not supporting libffi.
472 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
473 Remove cases in Java-disabling statement.
474 (*arm-wince-pe): Change to arm-wince-pe.
475 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
476 cases in Java-disabling statement.
477 (bfin-*-*): Don't disable Java again.
478 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
479 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
480 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
481 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
482 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
483 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
484 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
485 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
486 Java-disabling statement.
487 (mmix-*-*): Don't disable Java again.
488 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
489 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
490 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
491 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
492 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
493 statement.
494 * configure: Regenerate.
495
899b04ef
JM
4962011-04-28 Joseph Myers <joseph@codesourcery.com>
497
498 Merge from GCC:
499
500 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
501
502 PR lto/48086
503 * configure.ac: Re-enable LTO on *-apple-darwin9*.
504 * configure: Regenerate.
505
9863d716
JM
5062011-04-28 Joseph Myers <joseph@codesourcery.com>
507
508 * configure.ac: Separate cases disabling Java and Java libraries
509 from general case over targets.
510 * configure: Regenerate.
511
a90ef4bf
JM
5122011-04-06 Joseph Myers <joseph@codesourcery.com>
513
514 * configure.ac (build_tools): Remove build-byacc.
515 (host_libs): Remove mmalloc.
516 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
517 autoconf automake libtool diff rcs fileutils shellutils time
518 textutils wdiff find uudecode hello tar gzip indent recode release
519 sed perl gawk findutils gettext zip.
520 (libgcj): Remove target-qthreads.
521 (target_tools): Remove target-examples target-gperf.
522 (YACC): Don't handle building byacc.
523 * configure: Regenerate.
524 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
525 dosutils, examples, fileutils, find, findutils, gawk, gettext,
526 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
527 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
528 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
529 handle building components.
530 * Makefile.in: Regenerate.
531
05a02268
RW
5322011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
533
534 * config.sub: Sync from upstream.
535
c5f5c3c2
JM
5362011-04-01 Joseph Myers <joseph@codesourcery.com>
537
538 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
539 (microblaze*): Don't disable libssp.
540 * configure: Regenerate.
541
f6c1938b
JM
5422011-04-01 Joseph Myers <joseph@codesourcery.com>
543
544 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
545 moveifchange.
546 * configure: Regenerate.
547 * Makefile.tpl: Use @SHELL@ not @config_shell@.
548 * Makefile.in: Regenerate.
549
1f111696
JM
5502011-04-01 Joseph Myers <joseph@codesourcery.com>
551
552 * configure.ac (*-*-sysv4*): Don't enable libgomp.
553 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
554 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
555 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
556 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
557 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
558 md_exec_prefix cases.
559 * configure: Regenerate.
560
065a5627
JM
5612011-04-01 Joseph Myers <joseph@codesourcery.com>
562
563 * configure.ac: Separate cases disabling target-libssp,
564 target-libiberty, target-libstdc++-v3 and Fortran from general
565 case over targets.
566 * configure: Regenerate.
567
b2f14e4a
JM
5682011-04-01 Joseph Myers <joseph@codesourcery.com>
569
570 * configure.ac (*-*-chorusos): Don't disable libgcj.
571 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
572 Remove case.
573 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
574 (arm-*-coff): Don't disable libgcj.
575 (arm*-*-linux-gnueabi): Remove useless assignment.
576 (arm-*-riscix*): Don't disable libgcj.
577 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
578 configuration.
579 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
580 (c54x*-*-*): Remove case.
581 (tic54x-*-*): Don't disable GCC or GCC libraries.
582 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
583 to *.
584 (d10v-*-*): Don't disable GCC libraries.
585 (d30v-*-*): Don't disable libgcj.
586 (h8500-*-*): Don't disable GCC libraries.
587 (i960-*-*): Don't disable libgcj.
588 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
589 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
590 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
591 libgcj.
592 (m68k-*-coff*): Remove case.
593 (mmix-*-*): Don't disable libgloss on host.
594 (mn10200-*-*, mn10300-*-*): Remove cases.
595 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
596 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
597 Don't disable libgcj.
598 (romp-*-*): Remove case.
599 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
600 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
601 case.
602 (v810-*-*): Don't disable GCC libraries.
603 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
604 (ip2k-*-*): Don't disable GCC libraries.
605 * configure: Regenerate.
606
6a608608
JM
6072011-03-28 Joseph Myers <joseph@codesourcery.com>
608
609 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
610 libffi on host.
611 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
612 on host.
613 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
614 * configure: Regenerate.
615
5b806d27
NC
6162011-03-26 John Marino <binutils@marino.st>
617
618 * configure.ac: Add support for *-*-dragonfly*
619 * configure: Regenerate.
620
0377a422
JM
6212011-03-25 Joseph Myers <joseph@codesourcery.com>
622
623 * configure.ac (native_only): Remove.
624 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
625 send-pr uudecode guile gnuserv on host.
626 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
627 send-pr rcs guile perl texinfo libtool on host.
628 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
629 automake send-pr rcs guile perl texinfo libtool on host.
630 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
631 (*-*-kaos*): Don't disable target-examples target-gperf on target.
632 (alpha*-dec-osf*): Don't disable fileutils on target.
633 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
634 texinfo send-pr expect dejagnu on target.
635 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
636 target-qthreads on target.
637 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
638 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
639 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
640 x86_64-*-mingw*): Don't disable expect on target.
641 (*-*-cygwin*): Don't disable target-gperf on target.
642 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
643 gnuserv on target.
644 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
645 target.
646 * configure: Regenerate.
647
2354b38b
JM
6482011-03-25 Joseph Myers <joseph@codesourcery.com>
649
650 * configure.ac (target_tools): Remove target-groff.
651 (native_only): Remove target-groff.
652 (hppa*64*-*-*): Don't disable byacc.
653 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
654 setting.
655 (*-*-kaos*): Don't skip target-librx and target-groff.
656 (*-*-netware*): Don't skip target-libmudflap.
657 (*-*-tpf*): Don't skip target-libmudflap.
658 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
659 directories on the host.
660 (ia64*-*-*vms*): Don't skip tix.
661 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
662 host.
663 * configure: Regenerate.
664
28d9b232
PB
6652011-03-24 Paolo Bonzini <pbonzini@redhat.com>
666
667 * configure.ac: Remove references to mt-mep, mt-netware,
668 mt-wince.
669 * Makefile.def: Add all-utils soft dependencies.
670 * Makefile.tpl: Remove GDB_NLM_DEPS.
671 * configure: Regenerate.
672 * Makefile.in: Regenerate.
673
dbbe5f95
PB
6742011-03-24 Paolo Bonzini <bonzini@gnu.org>
675
676 Sync from GCC:
677
678 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
679
680 * configure.ac: Do not include mh-x86omitfp.
681 * configure: Regenerate.
682
683 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
684
685 * configure.ac: Remove empty cases.
686 * configure: Regenerate.
687
688 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
689
690 * Makefile.def: Add dependency from termcap to gdb.
691 * Makefile.in: Regenerate.
692
693 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
694
695 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
696 * configure: Regenerate.
697 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
698 * Makefile.tpl: Likewise.
699 * Makefile.in: Regenerate.
700
701 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
702
703 * configure.ac: Remove all mentions of tentative_cc.
704 * configure: Regenerate.
705
706 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
707
708 PR lto/48086
709 * configure.ac: Re-enable LTO on *-apple-darwin9.
710 * configure: Regenerate.
711
3516a403
JM
7122011-03-24 Joseph Myers <joseph@codesourcery.com>
713
714 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
715 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
716 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
717 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
718 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
719 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
720 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
721 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
722 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
723 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
724 *-*-rhapsody*): Remove host cases.
725 * configure: Regenerate.
726
93cc359e
JM
7272011-03-24 Joseph Myers <joseph@codesourcery.com>
728
729 * configure.ac (ppc*-*-pe): Remove host case.
730 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
731 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
732 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
733 cases.
734 * configure: Regenerate.
735
29b2c556
JM
7362011-03-24 Joseph Myers <joseph@codesourcery.com>
737
738 * config.sub: Update to version 2011-03-23.
739
f0ff0f90
JM
7402011-03-22 Joseph Myers <joseph@codesourcery.com>
741
742 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
743 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
744 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
745 * configure: Regenerate.
746
782cb41f
JM
7472011-03-22 Joseph Myers <joseph@codesourcery.com>
748
749 * config-ml.in: Don't handle arc-*-elf*.
750 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
751 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
752 handle GCC libraries.
753 * configure: Regenerate.
754
0e8ad34f
RO
7552011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
756
757 PR bootstrap/48120:
758 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
759 Add -lstdc++ -lm to LIBS.
760 * configure: Regenerate.
761
5548b4ce
DE
7622011-03-18 David Edelsohn <dje.gcc@gmail.com>
763
764 * config.guess: Update to version 2011-02-02
765 * config.sub: Update to version 2011-02-24
2e702c99 766
86ed8cf6
SP
7672011-03-03 Sebastian Pop <sebastian.pop@amd.com>
768
9eb322aa
MF
769 * configure.ac: Adjust test of with_ppl.
770 * configure: Regenerated.
86ed8cf6 771
b123da99
SP
7722011-03-02 Sebastian Pop <sebastian.pop@amd.com>
773
774 * configure.ac: Add -lpwl to ppllibs.
775 * config/cloog.m4: Add -lisl to clooglibs.
776 * configure: Regenerated.
777
822ce8ee
RW
7782011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
779
780 Import from Libtool and gnulib:
781
782 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
783
784 Prepare for supporting FreeBSD 10.
785 * config.rpath: Remove handling of freebsd1* which soon would
786 match FreeBSD 10.0.
787
788 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
789
790 Remove support for FreeBSD 1.x.
791 * libtool.m4 (_LT_LINKER_SHLIBS)
792 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
793 soon would incorrectly match FreeBSD 10.0.
794
dcb5e506
RW
7952011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
796
797 PR binutils/12283
798 * MAINTAINERS (mkinstalldirs): Comes from Automake.
799 (move-if-change): Comes from gnulib.
800 * move-if-change: Import version from gnulib.
801
8d8eef9a
RW
8022011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
803
804 Sync from GCC:
805
806 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
807
808 PR lto/47225
809 * Makefile.def (lto-plugin): Double dash for enable-shared.
810 (configure-gcc): Depend on all-lto-plugin.
811 * Makefile.in: Rebuilt.
812
813 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
814
815 * configure.ac: Remove extra bracket.
816 * configure: Regenerate.
817
818 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
819
820 PR lto/47225
821 * Makefile.def: Add dependency for install-gcc
822 on install-lto-plugin.
823 * Makfile.in: Regenerated
824
825 2011-01-25 Jakub Jelinek <jakub@redhat.com>
826
827 * configure.ac: If with_ppl is no, move setting with_cloog=no
828 after CLOOG_REQUESTED check.
829 * configure: Regenerated.
830
831 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
832
833 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
834 CLooG has been requested.
835 * configure: Regenerated.
836
837 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
838
839 * configure: Regenerated.
840 * configure.ac: Check for version 0.11 (or later revision) of PPL.
841
842 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
843
844 * configure: Regenerated.
845 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
846
847 2011-01-07 Jan Hubicka <jh@suse.cz>
848
849 PR lto/47225
850 * Makefile.in: Regenerate.
851 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
852 configure.
853
65b4571a
AO
8542011-01-31 Alexandre Oliva <aoliva@redhat.com>
855
856 PR libgcj/44341
857 * configure.ac: Discard --with-* flags for host when configuring
858 target libraries for cross build.
859 * configure: Rebuilt.
860
7837304f
AS
8612011-01-21 Andreas Schwab <schwab@redhat.com>
862
863 Sync from GCC:
864
865 2011-01-21 Andreas Schwab <schwab@redhat.com>
866
867 * configure.ac: Use AS_HELP_STRING throughout.
868 * configure: Regenerate.
869
870 2011-01-18 Jie Zhang <jie.zhang@analog.com>
871
872 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
873 * configure: Regenerate.
874
115ef890
RW
8752010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
876
877 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
878
92c9a463
JB
8792011-01-13 Joel Brobecker <brobecker@adacore.com>
880
881 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
882 for ia64-hpux.
883 * configure: Regenerate.
884
887ebfb4
RW
8852011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
886
887 Sync from GCC:
888 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
889
890 * configure.ac: (picochip): Disable libiberty.
891 * configure: Regenerate.
892
04d2c2b2
JJ
8932010-12-18 Jeff Johnston <jjohnstn@redhat.com>
894
895 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
896
33d23ee8
ILT
8972010-12-10 Ian Lance Taylor <iant@google.com>
898
899 PR bootstrap/46819
900 * configure.ac: For --disable-libgcj clear libgcj_saved.
901 * configure: Rebuild.
902
89a1e9c3
PB
9032010-12-10 Tobias Burnus <burnus@net-b.de>
904
905 PR fortran/46540
906 * configure.ac: Add --disable-libquadmath and
907 --disable-libquadmath-support.
908 * configure: Regenerate.
909
ac7bcd26
TG
9102010-12-10 Tristan Gingold <gingold@adacore.com>
911
912 * src-release (ETC_SUPPORT): add gnu-oids.texi
913
d357cef7
HPN
9142010-12-03 Hans-Peter Nilsson <hp@axis.com>
915
916 PR libffi/46792
917 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
918 * configure: Regenerate.
919
4f11b223
ILT
9202010-12-02 Ian Lance Taylor <iant@google.com>
921
922 * configure.ac: Always set default for poststage1_ldflags to
923 -static-libstdc++ -static-libgcc.
924
989abc33
JJ
9252010-12-02 Jeff Johnston <jjohnstn@redhat.com>
926
927 * COPYING.NEWLIB: Add National Semiconductor notice.
928
950386c6
AS
9292010-11-29 Andreas Schwab <schwab@redhat.com>
930
931 * configure.ac: Move comment to remove extra space in last argument
932 of GCC_TARGET_TOOL.
933
87cda2cf
AO
9342010-11-26 Alexandre Oliva <aoliva@redhat.com>
935
7d509c83 936 PR other/46026
87cda2cf
AO
937 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
938 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
939 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
940 (BASE_FLAGS_TO_PASS): Use it.
941 * configure: Rebuilt.
942 * Makefile.in: Rebuilt.
943
d3b50760
L
9442010-11-23 H.J. Lu <hongjiu.lu@intel.com>
945
946 PR binutils/12258
947 * configure.ac: Correct comments for --enable-gold/--enable-ld.
948 Properly check default linker.
949 * configure: Regnerated.
950
c7791212
NC
9512010-11-23 Matthias Klose <doko@ubuntu.com>
952
953 * configure.ac: For --enable-gold, handle value `default' instead of
954 `both*'. New configure option --{en,dis}able-ld.
955 * configure: Regenerate.
956
9e1a94f4
ILT
9572010-11-20 Ian Lance Taylor <iant@google.com>
958
959 * configure.ac: Only disable a language library if no language needs
960 it. Don't let --disable-libgcj uncondtionally disable libffi.
961 * configure: Rebuild.
962
ceca0218
PB
9632010-11-20 Paolo Bonzini <bonzini@gnu.org>
964
965 * configure: Regenerate.
966
9b980aa1
RW
9672010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
968
969 PR other/46202
970 * configure.ac: Fix just-built in-tree STRIP name to be
971 binutils/strip-new.
972 * configure: Regenerate.
973 * Makefile.def (install-strip-gcc, install-strip-binutils)
974 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
975 (install-strip-sid): Mirror dependencies on non-strip variants
976 of these targets on the respective -strip prerequisites.
977 * Makefile.tpl (install-strip, install-strip-host)
978 (install-strip-target): New targets.
979 (install-strip-[+module+], install-strip-target-[+module+]):
980 New targets.
981 * Makefile.in: Regenerate.
982
e552509b
ILT
9832010-11-19 Ian Lance Taylor <iant@google.com>
984 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
985
986 * configure.ac: Add target-libgo to target_libraries. Set
987 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
988 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
989 (HOST_EXPORTS): Add GOC.
990 (BASE_TARGET_EXPORTS): Add GOC.
991 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
992 (GOCFLAGS_FOR_TARGET): New variable.
993 (EXTRA_HOST_FLAGS): Add GOC.
994 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
995 * Makefile.def (target_modules): Add libgo.
996 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
997 (dependencies): Add dependency from configure-target-libgo to
998 configure-target-libffi and all-target-libstdc++-v3. Add
999 dependencies from all-target-libgo to all-target-libffi.
1000 (languages): Add go.
1001 * configure: Rebuild.
1002 * Makefile.in: Rebuild.
1003
10042010-11-19 Ian Lance Taylor <iant@google.com>
1005
1006 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1007 compiler/flag environment variables.
1008
10092010-11-18 Ian Lance Taylor <iant@google.com>
1010
1011 * configure.ac: Check for lang_requires_boot_languages in
1012 config-lang.in files.
1013 * configure: Rebuild.
1014
8c21d9c7
MF
10152010-11-17 Mike Frysinger <vapier@gentoo.org>
1016
1017 * .gitignore: New file.
1018
e552509b
ILT
10192010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1020 Tobias Burnus <burnus@net-b.de>
1021
1022 PR fortran/32049
1023 * Makefile.def: Add libquadmath; build it with language=fortran.
1024 * configure.ac: Add libquadmath.
1025 * Makefile.tpl: Handle multiple libs in check-[+language+].
1026 * Makefile.in: Regenerate.
1027 * configure: Regenerate.
1028
10292010-11-15 Andreas Schwab <schwab@redhat.com>
1030
1031 * configure.ac: Fix spelling in option names.
1032 * configure: Regenerated.
1033
10342010-11-13 Georg-Johann Lay <georgjohann@web.de>
1035
1036 PR bootstrap/39622
1037 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1038 * configure: Regenerated.
1039
10402010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1041
1042 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1043 define the cloog backend to use. Furthermore, only pass the ppllibs to
1044 the configure checks, if necessary.
1045 * configure: Regenerate.
1046
10472010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1048
1049 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1050 * configure: regenerate
1051
10522010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1053
1054 * config/cloog.m4: Fix typo. verison -> version.
1055 * configure: Regenerate.
1056
10572010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1058
1059 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1060 * configure: Regenerate.
1061
10622010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1063
1064 * configure.ac: Support official CLooG.org versions.
1065 * configure: Regenerate.
1066 * config/cloog.m4: New.
1067
aa291e2d
ME
10682010-11-05 Michael Eager <eager@eagercon.com>
1069
1070 * COPYING.LIBGLOSS: Correct typo in microblaze.
1071 * COPYING.NEWLIB: Same.
1072
e552509b
ILT
10732010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1074
1075 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1076 * configure: Regenerate.
1077
74cea91b
DK
10782010-11-03 Ian Lance Taylor <iant@google.com>
1079 Dave Korn <dave.korn.cygwin@gmail.com>
1080
1081 PR lto/46273
1082 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1083 and on other supported platforms whenever LTO is enabled.
1084 * configure: Rebuild.
1085
6d0cd39e
AM
10862010-11-02 Alan Modra <amodra@gmail.com>
1087
1088 PR binutils/12110
1089 * configure.ac: Error when source path contains spaces.
1090 * configure: Regenerate.
1091
18a8530e
ILT
10922010-10-20 Ian Lance Taylor <iant@google.com>
1093
1094 * Makefile.def (target_modules): Set lib_path to src/.libs for
1095 libstdc++-v3 module.
1096 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1097 * Makefile.in: Rebuild.
1098
6ed3211e
JJ
10992010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1100 Joseph Myers <joseph@codesourcery.com>
1101
1102 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1103 notices.
1104 * COPYING.NEWLIB: Add Texas Instruments notice.
1105
a8eb3f0a
DK
11062010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1107
1108 * configure.ac (build_lto_plugin): New shell variable.
1109 (--enable-lto): Turn on by default for all non-ELF platforms that
1110 have had LTO support added so far. Set build_lto_plugin appropriately
1111 for both ELF and non-ELF.
1112 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1113 * configure: Regenerate.
1114
4074d5f2
RW
11152010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1116
1117 PR bootstrap/45326
1118 PR bootstrap/45174
1119 * configure.ac: Honor initial values of $build_configargs,
1120 $host_configargs, $target_configargs. Mark the precious, so
1121 environment settings get recorded.
1122 * configure: Regenerate.
1123
29821356
RW
11242010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1125
1126 Sync from GCC:
1127
1128 2010-09-30 Michael Eager <eager@eagercon.com>
1129
1130 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1131 * configure: Regenerate.
1132
1133 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1134
1135 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1136 targets and amend comment.
1137 * configure: Regenerate.
1138
1139 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1140
1141 * configure.ac: Enable LTO by default on Darwin.
1142 * configure: Regenerate.
1143
1144 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1145
1146 PR bootstrap/44455
1147 * configure.ac (extra_mpfr_configure_flags): Copy from
1148 extra_mpc_gmp_configure_flags.
1149 * configure: Re-generated.
1150
57eefe4d
RW
11512010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1152
1153 Sync from GCC:
1154
1155 PR bootstrap/45796
1156 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1157 Depend on all-build-libiberty.
1158 * Makefile.in: Regenerate.
1159
11602010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
1161
1162 Sync from GCC:
1163
1164 PR bootstrap/44621
1165 * configure.ac: Fix unportable shell quoting.
1166 * configure: Regenerate.
1167
48bb73dd
RW
11682010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1169
1170 * configure.ac: Support all v850 targets.
1171 * configure: Regenerate.
1172
1d14850f
PB
11732010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1174
1175 PR target/44862
1176 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1177 Provide -B option to allow for link spec %s substitutions for
1178 libstdc++.a on darwin.
1179 * Makefile.in: Regenerate.
1180
7530c480
AO
11812010-06-10 Alexandre Oliva <aoliva@redhat.com>
1182
1183 * Makefile.def (configure-gcc): Depend on all-libelf.
1184 * Makefile.in: Rebuild.
1185
285d560d
RW
11862010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1187
1188 * config.sub, config.guess: Update from upstream sources.
1189
a009f2e7
RW
11902010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1191
1192 Sync from GCC:
1193
1194 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1195 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1196 * configure: Regenerated.
1197
1198 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1199 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1200 * configure: Regenerate.
1201
1202 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1203 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1204 * configure: Regenerate.
1205
1206 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1207 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1208 separately.
1209 * configure: Regenerate.
1210
1211 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1212 * configure: Regenerate after change to elf.m4.
1213
1214 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1215 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1216 * configure: Regenerated.
1217
1218 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1219 * configure.ac: Print "buggy but acceptable" when CLooG
1220 revision is less than 9.
1221 * configure: Regenerated.
1222
e49e5c92
DK
12232010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1224
1225 Merge from gcc:
1226
1227 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1228 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1229 * configure: Regenerate.
1230
1231 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1232 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1233 a platform that supports LTO.
1234 * configure: Regenerate.
1235
1236 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1237 PR lto/42776
1238 * configure.ac (--enable-lto): Refactor handling so libelf tests
1239 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1240 and allow LTO to be explicitly enabled on non-ELF platforms that
1241 are known to support it inside else-clause.
1242 * configure: Regenerate.
1243
e6de499b
NC
12442010-04-27 Roland McGrath <roland@redhat.com>
1245 H.J. Lu <hongjiu.lu@intel.com>
1246
1247 * configure.ac (--enable-gold): Support both, both/gold and
1248 both/bfd to add gold to configdirs without removing ld.
1249 * configure: Regenerated.
1250
1251 * Makefile.def: Add install-gold dependency to install-ld.
1252 * Makefile.in: Regenerated.
1253
d594eacc
TG
12542010-04-14 Tristan Gingold <gingold@adacore.com>
1255
1256 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1257 * configure: Regenerate.
1258
938d2b74
RW
12592010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1260
1261 Merge from gcc:
1262 PR bootstrap/43615
1263 PR bootstrap/43328
1264 Revert:
1265 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1266 * configure.ac: Do not pass --enable-multilib nor
1267 --disable-multilib in baseargs. Accept explicitly passed
1268 --enable_multilib.
1269 * configure: Regenerate.
1270
a9ef41a7
RW
12712010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1272
1273 PR bootstrap/43328
1274 * configure.ac: Do not pass --enable-multilib nor
1275 --disable-multilib in baseargs. Accept explicitly passed
1276 --enable_multilib.
1277 * configure: Regenerate.
1278
619a3713
JM
12792010-03-23 Joseph Myers <joseph@codesourcery.com>
1280
1281 * configure.ac (tic6x-*-*): New case.
1282 * configure: Regenerate.
1283
92f4e989
JM
12842010-03-23 Joseph Myers <joseph@codesourcery.com>
1285
1286 Merge from gcc:
1287 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1288 PR ada/42554
1289 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1290 * configure: Regenerate.
1291
c35a0556
JM
12922010-03-23 Joseph Myers <joseph@codesourcery.com>
1293
1294 * config.sub: Update to version 2010-03-22.
1295 * config.guess: Update to version 2009-12-30.
1296
18fa8f9c
JM
12972010-03-14 Joseph Myers <joseph@codesourcery.com>
1298
1299 Merge from gcc:
1300 2010-01-11 Richard Guenther <rguenther@suse.de>
1301 PR lto/41569
1302 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1303 * Makefile.in: Regenerated.
1304
ba98da75
RO
13052010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1306
1307 PR libstdc++/32499
1308 * configure.ac (RANLIB): Default to true.
1309 (STRIP): Likewise.
1310 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1311 * configure: Regenerate.
1312
3994761f
NC
13132010-02-17 Nick Clifton <nickc@redhat.com>
1314
1315 PR 11238
1316 * Makefile.tpl (local-distclean): Also remove config.cache files in
1317 sub-directories as there may not be Makefiles present in the
1318 sub-directories.
792cdb50
NC
1319 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1320 the config.cache files found by the find command.
1321
3994761f
NC
1322 * Makefile.in: Regenerate.
1323 * configure.ac: Revert previous delta.
1324 * configure: Regenerate.
1325
01a82011
NC
13262010-02-15 Nick Clifton <nickc@redhat.com>
1327
1328 PR 11238
1329 * configure.ac: Delete config.cache files in sub-directories when
1330 deleting Makefiles.
1331 * configure: Regenerate.
1332
143754cd
NC
13332010-02-15 Nick Clifton <nickc@redhat.com>
1334
1335 * configure.ac: Sync from gcc.
1336 * configure: Regenerate.
1337
a6b5846e
KG
13382010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1339
1340 Sync from gcc:
1341 * configure.ac: Add "recommended" version checks for GMP/MPC.
1342 Update recommended GMP/MPFR/MPC versions.
1343 * configure: Regenerate.
1344
2aa2364a
JR
13452010-01-25 Joern Rennecke <amylaar@spamcop.net>
1346
1347 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1348 * configure.ac (bootstrap_target_libs): Make inclusion of
1349 target-libgomp conditional on libgomb being in target_configdirs.
1350 * configure: Regenerate.
1351
d35e937f
JR
13522010-01-23 Joern Rennecke <amylaar@spamcop.net>
1353
1354 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1355 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1356 * configure: Regenerate.
1357
911e63d0
JR
13582010-01-22 Joern Rennecke <amylaar@spamcop.net>
1359
1360 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1361 * configure.ac (target_configdirs): Substitute.
1362 * Makefile.def: Bootstrap target module libgomp.
1363 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1364 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1365 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1366 * configure, Makefile.in: Regenerate.
1367
3725885a
RW
13682009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1369
1370 * libtool.m4: Sync from git Libtool.
1371 * ltmain.sh: Likewise.
1372 * ltoptions.m4: Likewise.
1373 * ltversion.m4: Likewise.
1374 * lt~obsolete.m4: Likewise.
1375
d5f2ee2e 13762010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 1377 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
1378
1379 PR bootstrap/42424
1380 * configure.ac: Include libtool m4 files.
9eb322aa 1381 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
1382 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1383 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 1384
d5f2ee2e
KG
1385 * configure: Regenerate.
1386
f2b2dd91
RW
13872010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1388
1389 PR bootstrap/41818
1390 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1391 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1392 * Makefile.in: Regenerate.
1393
06ca7962
BE
13942009-12-18 Ben Elliston <bje@au.ibm.com>
1395
1396 * config.sub, config.guess: Update from upstream sources.
1397
30a16d7b
JJ
13982009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1399
1400 * COPYING.NEWLIB: Update copyright date.
1401 * COPYING.LIBGLOSS: Ditto.
1402
d9b76ff9
KG
14032009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1404
1405 PR middle-end/30447
1406 PR middle-end/30789
1407 PR other/40302
1408
1409 * configure.ac: Require MPC.
1410 * configure: Regenerate.
1411
1412 * configure.ac: Update minimum MPC version to 0.8.
1413 * configure: Regenerate.
1414
e12dec02
PB
14152009-11-20 Paolo Bonzini <bonzini@gnu.org>
1416
1417 * config.guess: Sync with upstream and gcc.
1418 * config.sub: Sync with upstream and gcc.
1419
606a9ca0
AO
14202009-11-16 Alexandre Oliva <aoliva@redhat.com>
1421
1422 * Makefile.def: Restore host and target settings for gmp.
1423 * Makefile.in: Rebuild.
1424
1f53ca9a
AO
14252009-11-16 Alexandre Oliva <aoliva@redhat.com>
1426
1427 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1428 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1429 Fix portability of test of C++ as bootstrap language. Add
1430 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1431 * configure: Rebuild.
1432 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1433 and cloog. Fix in-tree ppl configuration. Introduce libelf
1434 in-tree building.
1435 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1436 (POSTSTAGE1_HOST_EXPORTS): Use it.
1437 (STAGE[+id+]_CXXFLAGS): New.
1438 (BASE_FLAGS_TO_PASS): Pass it down.
1439 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1440 extra_exports.
1441 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1442 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1443 extra_exports.
1444 * Makefile.in: Rebuild.
1445
14462009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1447
1448 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1449 paths for *-w64-mingw* and x86_64-*mingw*.
1450 * configure: Regenerated.
1451
14522009-10-30 Kai Tietz <kai.tietz@onevision.com>
1453
1454 * configure.ac: Disable target-winsup & co for
1455 x86_64-*-mingw* and *-w64-mingw* targets.
1456 * configure: Regenerated.
1457
14582009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1459
1460 * configure.ac (CLooG test): Use = with test.
1461 * configure: Regenerate.
1462
14632009-10-22 Richard Guenther <rguenther@suse.de>
1464
1465 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1466 cloog if the ppl version check failed. Move flags saving
1467 before setting in libelf check.
1468 * configure: Regenerate.
1469
14702009-10-21 Richard Guenther <rguenther@suse.de>
1471
1472 * configure.ac: Adjust the ppl and cloog configure to work as
1473 documented. Disable cloog if ppl was disabled. Omit the version
1474 checks if they were disabled.
1475 * configure: Re-generate.
1476
6811fb56
RW
14772009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1478
1479 * configure.ac: Add 'lto' to enable_languages, not
1480 new_enable_languages, and only if not already present.
1481 * configure: Regenerate.
1482
700d40ca
ILT
14832009-10-06 Ian Lance Taylor <iant@google.com>
1484
1485 * Makefile.def: check-gold depends upon all-gas.
1486 * Makefile.in: Rebuild.
1487
14882009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1489
1490 * Makefile.def: all-lto-plugin depends on all-libiberty.
1491 set bootstrap=true for lto-plugin.
1492 Add lto-plugin.
1493 * Makefile.in: Regenerate.
1494 * configure.ac (host_libs): Add lto-plugin.
1495 * configure: Regenerate.
1496
14972009-10-03 Diego Novillo <dnovillo@google.com>
1498
1499 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1500 (HOST_LIBELFLIBS): Define.
1501 (HOST_LIBELFINC): Define.
1502 * Makefile.in: Regenerate.
1503 * configure.ac: Add --enable-lto.
1504 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1505 If --enable-lto is used, add 'lto' to new_enable_languages.
1506 If --enable-lto is used and gold is enabled, add
1507 lto-plugin to configdirs.
1508 * configure: Regenerate.
1509
15102009-10-03 Simon Baldwin <simonb@google.com>
1511
1512 * configure.ac: If --with-system-zlib, suppress local zlib and
1513 pass --with-system-zlib to subdir configure scripts.
1514 * configure: Regenerate.
1515
15162009-10-01 Loren J. Rittle <ljrittle@acm.org>
1517 Paolo Bonzini <bonzini@gnu.org>
1518
1519 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1520 $(srcdir).
1521 * Makefile.in: Rebuilt.
1522
c8cb1b3e
PB
15232009-09-29 Paolo Bonzini <bonzini@gnu.org>
1524
1525 Sync from gcc:
1526 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1527
1528 * configure.ac: Update minimum MPC version to 0.7.
1529 * configure: Regenerate.
1530
30167e0a
NC
15312009-09-25 Nick Clifton <nickc@redhat.com>
1532
1533 * configure.ac: Pass any --cache-file=/dev/null option on to
1534 subconfigures.
1535 * configure: Regenerate.
1536
707a0b5c
NC
15372009-09-23 Nick Clifton <nickc@redhat.com>
1538
1539 * config.sub, config.guess: Update from upstream sources.
1540
700d40ca
ILT
15412009-09-22 Loren J. Rittle <ljrittle@acm.org>
1542
1543 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1544 * Makefile.in: Rebuilt.
1545
2fd0b40b
RW
15462009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1547
1548 PR bootstrap/32272
1549 * configure.ac: Error out if $srcdir isn't '.' but contains
1550 host-${host_noncanonical}.
1551 * configure: Regenerate.
1552
4385ad3c
RW
15532009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1554
16b1ad29
RW
1555 * configure.ac: If bootstrapping a combined tree with
1556 --enable-gold, require c++ in stage1_languages.
1557 * configure: Regenerate.
1558
f8dc745f
RW
1559 * configure.ac: Also add target_libs of stage1_languages to
1560 bootstrap_target_libs.
1561 * configure: Regenerate.
1562
4385ad3c
RW
1563 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1564 with --enable-languages not containing c++.
1565 * configure: Regenerate.
1566
df51e4e1
JZ
15672009-09-16 Jie Zhang <jie.zhang@analog.com>
1568
1569 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1570 * configure: Regenerate.
1571
06a51eac
RW
15722009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1573
1574 * configure.ac: Do not use $extrasub for replacing @if/@endif
1575 parts in Makefile; instead, use additional arguments to
1576 AC_CONFIG_COMMANDS to do the replacement manually, with several
1577 sed invocations, to avoid HP-UX sed command limits.
1578 * configure: Regenerate.
1579
96655cc4
AO
15802009-09-04 Alexandre Oliva <aoliva@redhat.com>
1581
1582 * configure.ac (with-build-config): Document. Handle without.
1583 Handle missing argument.
1584 * configure: Rebuilt.
1585
15862009-09-03 Alexandre Oliva <aoliva@redhat.com>
1587
1588 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1589 Default to bootstrap-debug only if compare-debug works.
1590 * configure: Rebuilt.
1591 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1592 * Makefile.in: Rebuilt.
1593
15942009-09-01 Alexandre Oliva <aoliva@redhat.com>
1595
1596 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1597 * Makefile.in: Rebuilt.
1598
8e957354
PB
15992009-09-02 Paolo Bonzini <bonzini@gnu.org>
1600
1601 * Makefile.tpl (AWK): Fix typo.
1602 * Makefile.in: Regenerate.
1603
16042009-09-02 Paolo Bonzini <bonzini@gnu.org>
1605
1606 * configure.ac: Detect awk and sed.
1607 * Makefile.def (flags_to_pass): Add AWK and SED.
1608 * Makefile.tpl (AWK, SED): New.
1609 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1610 * configure: Regenerate.
1611 * Makefile.in: Regenerate.
1612
fb792462
TG
16132009-09-01 Tristan Gingold <gingold@adacore.com>
1614
1615 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1616 Remove logical names.
1617
a69e7d0a
DK
16182009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1619
1620 * ltmain.sh (func_normal_abspath): New function.
1621 (func_relative_path): Likewise.
1622 (func_mode_help): Document new -bindir option for link mode.
1623 (func_mode_link): Add new -bindir option, and use it to place
1624 output DLL if specified.
1625
d444d2ba
RW
16262009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1627
1628 * configure.ac (AC_PREREQ): Bump to 2.64.
1629
13b7343a
RW
16302009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1631
af542c2e
RW
1632 * README-maintainer-mode: Point directly to upstream locations
1633 for autoconf, automake, libtool, gettext, instead of copies on
1634 sources.redhat.com. Document required versions.
1635 * configure.ac: Do not substitute datarootdir, htmldir,
1636 pdfdir, docdir. Do not process --with-datarootdir,
1637 --with-htmldir, --with-pdfdir, --with-docdir.
1638 * configure: Regenerate.
1639
81ecdfbb
RW
1640 * configure: Regenerate.
1641
13b7343a
RW
1642 * compile: Sync from Automake 1.11.
1643 * depcomp: Likewise.
1644 * install-sh: Likewise.
1645 * missing: Likewise.
1646 * mkinstalldirs: Likewise.
1647 * ylwrap: Likewise.
1648
c1102ce7
RW
16492009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1650
34a0f3cf
RW
1651 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1652 (baseargs): Add --disable-option-checking.
1653 * configure: Regenerate.
1654
c1102ce7
RW
1655 * Makefile.def (configure-target-libiberty): Depend on
1656 all-binutils and all-ld.
1657 (configure-target-newlib): Likewise.
1658 * Makefile.in: Regenerate.
1659
e8a5fa9c
RW
16602009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1661
1662 Sync with GCC, merge:
1663
1664 2009-07-31 Christian Bruel <christian.bruel@st.com>
1665
1666 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1667 * configure: Regenerate.
1668
1669 2009-07-06 Ian Lance Taylor <iant@google.com>
1670
1671 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1672 * configure: Rebuild.
1673
1674 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1675
1676 PR bootstrap/40338
1677 * configure.ac (comparestring): Create new variable.
1678 * Makefile.tpl (comparestring): Use to skip some comparisions.
1679 * configure: Regenerate.
1680 * Makefile.in: Regenerate.
1681
1682 2009-06-23 Ian Lance Taylor <iant@google.com>
1683
1684 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1685 boot_languages. Only bootstrap target libraries listed in
1686 target_libs for some boot language. Add --with-stage1-ldflags,
1687 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1688 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1689 if not building with C++.
1690 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1691 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1692 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1693 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1694 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1695 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1696 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1697 * configure, Makefile.in: Rebuild.
1698
1699 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1700
1701 * configure.ac: Detect MPC in default directory.
1702 * configure: Regenerate.
1703
1704 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1705
1706 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1707 to noconfdirs.
1708 * configure: Regenerate.
1709
1710 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1711
1712 * Makefile.def: Add MPC support and dependencies.
1713 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1714
1715 * Makefile.in, configure: Regenerate.
1716
1717 2009-05-24 Nicolas Roche <roche@adacore.com>
1718
1719 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1720 * Makefile.in: Regenerate.
1721
1722 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1723
1724 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1725 * configure: Regenerate.
1726
1727 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1728
1729 * configure.ac ($with_ppl): Default to no if not supplied.
1730 ($with_cloog): Likewise.
1731 configure: Regenerate.
1732
1733 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1734
1735 PR bootstrap/39739
1736 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1737 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1738
1739 * configure, Makefile.in: Regenerate.
1740
1741 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1742
1743 * configure.ac: Change copyright header to refer to version
1744 3 of the GNU General Public License and to point readers at the
1745 COPYING3 file and the FSF's license web page.
1746 * Makefile.def: Likewise.
1747 * Makefile.tpl: Likewise.
1748 * Makefile.in: Regenerate.
1749
1750 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1751
1752 * configure.ac: Restore match for darwin9 or later. Use double
1753 brackets since regeneration eats one pair.
1754 * configure: Regenerate.
1755
bf110216
CF
17562009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1757
1758 * MAINTAINERS: Perform some obvious fixups.
1759
2262bbf4
BE
17602009-08-17 Ben Elliston <bje@au.ibm.com>
1761
1762 * config.sub, config.guess: Update from upstream sources.
1763
25a07265
NC
17642009-08-06 Michael Eager <eager@eagercon.com>
1765
1766 * configure.ac: Add Microblaze target.
1767 * configure: Regenerate.
1768
85bd1942
TG
17692009-07-02 Tristan Gingold <gingold@adacore.com>
1770
1771 * configure.ac: Do not exclude gas for i386-*-darwin.
1772 Add a case for x86_64-*-darwin.
1773 * configure: Regenerate.
1774
f9806fa5
DE
17752009-06-26 Doug Evans <dje@sebabeach.org>
1776
1777 * Makefile.def (host_modules): Add cgen.
1778 * Makefile.in: Regenerate.
1779 * configure.ac (host_tools): Add cgen.
1780 * configure: Regenerate.
1781
6bfb4e30
JJ
17822009-06-17 Michael Eager <eager@eagercon.com>
1783
1784 * COPYING.LIBGLOSS: Add Xilinx license.
1785
8bcf2718
NC
17862009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1787
1788 * configure.ac: Define is_elf for QNX Neutrino targets.
1789 * configure: Regenerate.
1790
04ec0acb
RW
17912009-06-03 Jerome Guitton <guitton@adacore.com>
1792 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1793
9eb322aa
MF
1794 * Makefile.tpl (all): Avoid a trailing backslash.
1795 * Makefile.in: Regenerate.
04ec0acb 1796
7ee5dbeb
BE
17972009-06-03 Ben Elliston <bje@au.ibm.com>
1798
1799 * config.sub, config.guess: Update from upstream sources.
1800
fda13ee8
AO
18012009-06-02 Alexandre Oliva <aoliva@redhat.com>
1802
1803 * Makefile.tpl ([+compare-target+]): Compare all stage
1804 directories, rather than just gcc.
1805 * Makefile.in: Rebuilt.
1806
4a657b0d
DK
18072009-05-28 Doug Kwan <dougkwan@google.com>
1808
1809 * configure.ac: Support gold for target arm*-*-*.
1810 * configure: Regenerate.
1811
07fc31c9
AO
18122009-05-27 Alexandre Oliva <aoliva@redhat.com>
1813
1814 * Makefile.tpl (all): Avoid harmless warning in make all when
1815 gcc-bootstrap is enabled but stage_last does not exist.
1816 * Makefile.in: Rebuilt.
1817
8a7a39ab
TG
18182009-05-25 Tristan Gingold <gingold@adacore.com>
1819
1820 * setup.com: Complete the file with configuration and build.
1821
b5233201
AO
18222009-05-18 Alexandre Oliva <aoliva@redhat.com>
1823
1824 PR other/40159
1825 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1826 gcc-no-bootstrap are mutually exclusive.
1827 * Makefile.in: Rebuilt.
1828
7b6175f9
AO
18292009-05-18 Alexandre Oliva <aoliva@redhat.com>
1830
1831 PR other/40159
1832 * Makefile.tpl (all): Don't end with unconditional success.
1833 * Makefile.in: Rebuilt.
1834
1b05fbbd
AO
18352009-05-12 Alexandre Oliva <aoliva@redhat.com>
1836
1837 PR target/37137
1838 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1839 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1840 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1841 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1842 stage_configureflags, stage_cflags and stage_libcflags into
1843 explicit Makefile macros.
1844 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1845 GFORTRAN.
1846 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1847 CC. Set CC_FOR_BUILD from CC.
1848 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1849 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1850 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1851 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1852 and GFORTRAN.
1853 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1854 (_LIBCFLAGS): Renamed to _TFLAGS.
1855 (do-compare-debug, do-compare3-debug): Drop.
1856 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1857 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1858 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1859 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1860 (XGCC_FLAGS_FOR_TARGET): New.
1861 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1862 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1863 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1864 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1865 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
1866 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
1867 TFLAGS.
1868 (BUILD_CONFIG): Include if requested.
1869 (all): Set TFLAGS on bootstrap.
1870 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1871 (all-stageid-prefixmodule): Likewise.
1872 (do-clean, distclean-stageid): Set TFLAGS.
1873 (restrap): Fix whitespace.
1874 * Makefile.in: Rebuilt.
1875
dc17c78c
EB
18762009-04-25 Eric Botcazou <ebotcazou@adacore.com>
1877
1878 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1879 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1880 * Makefile.in: Regenerate.
1881
14324cd7
EZ
18822009-04-24 Eli Zaretskii <eliz@gnu.org>
1883
1884 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1885 consistency with config.sub. (Update from upstream sources.)
1886
f8d5f06c
JM
18872009-04-21 Joseph Myers <joseph@codesourcery.com>
1888
1889 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1890
0000e2bf
BE
18912009-04-17 Ben Elliston <bje@au.ibm.com>
1892
1893 * config.sub, config.guess: Update from upstream sources.
1894
20135e4c
NC
18952009-04-15 Anthony Green <green@moxielogic.com>
1896
34adf976 1897 * configure.ac: Add moxie support.
20135e4c
NC
1898 * configure: Rebuilt.
1899
ef699244
L
19002009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1901
1902 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1903 * configure: Regenerate.
1904
10ad8ef3
L
19052009-04-09 H.J. Lu <hongjiu.lu@intel.com>
1906
1907 PR gas/10039
1908 * configure.ac: Require texinfo 4.7.
1909 * configure: Regenerated.
1910
c50523ce
L
19112009-04-09 Steve Ellcey <sje@cup.hp.com>
1912
1913 * Makefil.def (languages): New entries.
1914 * Makefile.tpl (check-gcc-*): New generic target.
1915 * Makefile.in: Regenerate.
1916
47afba5f
EZ
19172009-03-27 Eli Zaretskii <eliz@gnu.org>
1918
1919 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1920 Windows builds of Sed.
1921
dc448a7b
TT
19222009-03-18 Tom Tromey <tromey@redhat.com>
1923
1924 * configure: Rebuild.
1925 * configure.ac (host_libs): Add libiconv.
1926 * Makefile.in: Rebuild.
1927 * Makefile.def (host_modules): Add libiconv.
1928 (configure-gdb, all-gdb): Depend on libiconv.
1929
24741ab2
JB
19302009-03-16 Tristan Gingold <gingold@adacore.com>
1931
1932 * configure.ac: Treat gdb as supported on x86_64-darwin.
1933 * configure: Regenerate.
1934
29383458
JM
19352009-03-16 Joseph Myers <joseph@codesourcery.com>
1936
1937 Merge from GCC:
1938
1939 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1940
1941 * configure.ac (--with-host-libstdcxx): New option.
1942 * configure: Regenerate.
1943
1944 2009-01-29 Robert Millan <rmh@aybabtu.com>
1945
1946 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1947 * configure: Regenerate.
1948
1949 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
1950
1951 PR tree-optimization/38515
1952 * configure.ac (cloog-polylib): Removed.
1953 (with_ppl, with_cloog): Test for "no".
1954 * configure: Regenerated.
1955
58e24671
RW
19562009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1957
1958 Backport from git Libtool:
1959
1960 2009-01-19 Robert Millan <rmh@aybabtu.com>
1961 Support GNU/kOpenSolaris.
1962 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1963 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1964 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1965 GNU/kOpenSolaris.
1966
314b2e66
AS
19672009-02-05 Andreas Schwab <schwab@suse.de>
1968
1969 * Makefile.tpl (stage_last): Define $r and $s before using
1970 $(RECURSE_FLAGS_TO_PASS).
1971 * Makefile.in: Regenerate
1972
8b700390
JJ
19732009-01-21 Jeff Johnston <jjohnstn@redhat.com>
1974
1975 * COPYING.NEWLIB: Add ARM license.
1976
66775d67
AM
19772009-01-16 Alan Modra <amodra@bigpond.net.au>
1978
1979 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 1980 (all-opcodes): Depend on all-libiberty.
66775d67
AM
1981 * Makefile.in: Regenerate.
1982
19e99079
NC
19832009-01-15 Douglas B Rupp <rupp@gnat.com>
1984
1985 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1986 * configure: Regenerate.
1987
22e8c8e0
RW
19882008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1989
1990 Backport link test fix from upstream Libtool:
1991
1992 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1993 Add cache variables to tests that require the linker to work.
1994 For shlibpath_overrides_runpath, this also changes the semantics
1995 to let the result from the C compiler take precedence.
1996 compiler take precedence.
1997
7d6d7764
BE
19982008-12-02 Ben Elliston <bje@au.ibm.com>
1999
2000 * config.sub, config.guess: Update from upstream sources.
2001
ea8af06e
JJ
20022008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2003
2004 * COPYING.NEWLIB: Updated.
2005 * COPYING.LIBGLOSS: Ditto.
2006
af0771d3
PB
20072008-12-16 Paolo Bonzini <bonzini@gnu.org>
2008
2009 Sync with GCC:
2010
2011 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2012
2013 * configure.ac (ppllibs): Add by default the lib flags.
2014 * configure: Regenerate.
2015
2016 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2017
314b2e66
AS
2018 * configure.ac: Add double brackets on darwin[912].
2019 * configure: Regenerate.
af0771d3
PB
2020
2021 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2022
314b2e66
AS
2023 * configure.ac: Expand to darwin10 and later.
2024 * configure: Regenerate.
af0771d3 2025
f7c83eac
AS
20262008-12-02 Andreas Schwab <schwab@suse.de>
2027
2028 * Makefile.def: configure-target-boehm-gc depends on
2029 all-target-libstdc++-v3.
2030 * Makefile.in: Regenerate.
2031
bc67ad83
BE
20322008-12-02 Ben Elliston <bje@au.ibm.com>
2033
2034 * config.sub, config.guess: Update from upstream sources.
2035
e28c595f
JM
20362008-11-27 Joseph Myers <joseph@codesourcery.com>
2037
2038 Merge from GCC:
2039
2040 2007-12-02 Matthias Klose <doko@ubuntu.com>
2041
2042 * config-ml.in: Remove 64bit configure tests.
2043
2044 2008-05-14 Rafael Espindola <espindola@google.com>
2045
2046 * config-ml.in: don't handle --enable-shared and --enable-static.
2047
2048 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2049 Tobias Grosser <grosser@fim.uni-passau.de>
2050 Jan Sjodin <jan.sjodin@amd.com>
2051 Harsha Jagasia <harsha.jagasia@amd.com>
2052 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2053 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2054 Adrien Eliche <aeliche@isty.uvsq.fr>
2055
2056 Merge from graphite branch.
2057 * configure: Regenerate.
2058 * Makefile.in: Regenerate.
2059 * configure.ac (host_libs): Add ppl and cloog.
2060 Add checks for PPL and CLooG.
2061 * Makefile.def (ppl, cloog): Added modules and dependences.
2062 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2063 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2064
2065 2008-09-03 Richard Guenther <rguenther@suse.de>
2066
2067 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2068 cloog test.
2069 * configure: Re-generate.
2070
2071 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2072
2073 * configure.ac (--with-cloog-polylib): New.
2074 (--disable-cloog-version-check): New.
2075 (--disable-ppl-version-check): New.
2076 * configure: Re-generate.
2077
2078 2008-09-05 Richard Guenther <rguenther@suse.de>
2079
2080 * configure.ac: Initialize clooglibs to -lcloog.
2081 * configure: Re-generate.
2082
2083 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2084
2085 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2086 recommended version to 2.3.2.
2087
2088 * configure: Regenerate.
2089
2090 2008-10-31 Ben Elliston <bje@au.ibm.com>
2091
2092 * configure.ac (spu-*-*): Remove special case.
2093 * configure: Regenerate.
2094
2095 Complete comment text from GCC version of:
2096
2097 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2098
2099 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2100 (GCC_SHLIB_SUBDIR): New.
2101 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2102 * configure: Regenerate.
2103 * Makefile.in: Regenerate.
2104
652dec25
TG
21052008-11-27 Tristan Gingold <gingold@adacore.com>
2106
2107 * configure.ac: Build gdb for i?86-*-darwin*
2108 * configure: Regenerated.
2109
7582fb4a
DJ
21102008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2111
2112 PR bootstrap/38014
2113 PR bootstrap/37923
2114
2115 Revert:
2116
2117 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2118
2119 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2120 * Makefile.in: Regenerated.
2121
2122 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2123
2124 PR gdb/921
2125 PR gdb/1646
2126 PR gdb/2175
2127 PR gdb/2176
2128
2129 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2130 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2131 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2132 (HOST_EXPORTS): Pass CPPFLAGS.
2133 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2134 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2135 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2136 * Makefile.in, configure: Regenerated.
2137 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2138 and CPPFLAGS_FOR_BUILD.
2139
faee1be2
UW
21402008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2141
2142 * configure.ac [spu-*-*]: Do not set skipdirs.
2143 * configure: Re-generate.
2144
b7c2dce4
DJ
21452008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2146
2147 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2148 * Makefile.in: Regenerated.
2149
bb52de30
DJ
21502008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2151
2152 PR gdb/921
2153 PR gdb/1646
2154 PR gdb/2175
2155 PR gdb/2176
2156
2157 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2158 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2159 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2160 (HOST_EXPORTS): Pass CPPFLAGS.
2161 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2162 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2163 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2164 * Makefile.in, configure: Regenerated.
2165 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2166 and CPPFLAGS_FOR_BUILD.
2167
b25062ae
SE
21682008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2169
2170 * libtool.m4: Update to libtool 2.2.6.
2171 * lt~obsolete.m4: Update to libtool 2.2.6.
2172 * ltmain.sh: Update to libtool 2.2.6.
2173 * ltsugar.m4: Update to libtool 2.2.6.
2174 * ltversion.m4: Update to libtool 2.2.6.
2175 * ltoptions.m4: Update to libtool 2.2.6.
2176 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2177
3bbd2f8f
AL
21782008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2179
2180 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2181 (GCC_SHLIB_SUBDIR): New.
2182 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2183 * configure: Regenerate.
2184 * Makefile.in: Regenerate.
2185
b29d32ce
TG
21862008-08-28 Tristan Gingold <gingold@adacore.com>
2187
2188 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2189 Enable bfd, binutils and opcodes.
2190 * configure: Regenerate.
2191
c325a203
DD
21922008-08-16 Nicolas Roche <roche@adacore.com>
2193
2194 * Makefile.tpl: Add BOOT_ADAFLAGS.
2195 * Makefile.in: Regenerate.
2196
e7c8859c
RS
21972008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2198
2199 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2200 * configure: Regenerate.
2201
da888c87
PB
22022008-07-30 Paolo Bonzini <bonzini@gnu.org>
2203
2204 Sync with gcc:
2205 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2206
f7c83eac
AS
2207 * configure.ac: Add makefile fragments for hpux.
2208 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2209 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2210 * configure: Regenerate.
2211 * Makefile.in: Regenerate.
da888c87
PB
2212
2213 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2214
f7c83eac
AS
2215 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2216 * Makefile.in: Regenerate.
2217 * configure: Regenerate.
da888c87 2218
944982cf
ILT
22192008-06-18 Ian Lance Taylor <iant@google.com>
2220
662c6704
ILT
2221 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2222
944982cf
ILT
2223 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2224
7a283e07
RW
22252008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2226
2227 * configure: Regenerate.
2228
5b553f7e
RW
22292008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2230
2231 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2232 "$@" is still intact with both Autoconf 2.59 and 2.62.
2233 * configure: Regenerate.
2234
675492f0
RW
22352008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2236
2237 * Makefile.tpl: Fix comment errors.
2238 * Makefile.in: Regenerate.
2239
b018a5d1
JB
22402008-06-13 Julian Brown <julian@codesourcery.com>
2241
2242 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2243 of libobjc for ARM EABI Linux.
2244 * configure: Regenerate.
2245
310213e8
DE
22462008-06-12 David S. Miller <davem@davemloft.net>
2247 David Edelsohn <edelsohn@gnu.org>
2248
2249 * configure.ac: Add powerpc*-*-* to gold supported targets.
2250 * configure: Regenerate.
2251
6641ce42
JM
22522008-06-08 Joseph Myers <joseph@codesourcery.com>
2253
2254 PR tree-optimization/36218
2255 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2256 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2257 (all prefix="build-"): Pass them to build-system sub-makes.
2258 * Makefile.in: Regenerate.
2259
03c2f9e6
DJ
22602008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2261
2262 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2263 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2264 mkdep, and compile. Update comments.
2265 (ETC_SUPPORT): Add ChangeLog and update comments.
2266
4538db8b
ILT
22672008-05-11 Ian Lance Taylor <iant@google.com>
2268
2269 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2270
266df637
PB
22712008-04-18 Paolo Bonzini <bonzini@gnu.org>
2272
2273 Sync with gcc:
2274 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2275
2276 PR bootstrap/35457
2277 * configure.ac: Include override.m4.
2278 * configure: Regenerate.
2279
2280 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2281
f7c83eac
AS
2282 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2283 * Makefile.in: Regenerate.
266df637
PB
2284
2285 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2286
f7c83eac
AS
2287 * configure.ac: Do not build libssp for the AVR.
2288 * configure: Regenerate.
266df637 2289
a86a761e
NC
22902008-04-18 Nick Clifton <nickc@redhat.com>
2291
2292 * MAINTAINERS: Replace reference to configure.in with reference to
2293 configure.ac.
2294
52310858
NC
22952008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2296
f7c83eac 2297 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 2298 as nonconfigurable directories list.
f7c83eac 2299 * configure: Regenerate.
52310858 2300
f5314dd5
DM
23012008-04-14 David S. Miller <davem@davemloft.net>
2302
2303 * configure.ac: Add sparc*-*-* to gold supported targets.
2304 * configure: Regenerate.
2305
e2208220
BE
23062008-04-14 Ben Elliston <bje@au.ibm.com>
2307
2308 * config.sub, config.guess: Update from upstream sources.
2309
0bb6ea20
HPN
23102008-04-12 Hans-Peter Nilsson <hp@axis.com>
2311
2312 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2313 * Makefile.in: Regenerate.
2314
e5164e97
ILT
23152008-04-07 Ian Lance Taylor <iant@google.com>
2316
2317 * Makefile.def: check-gold depends upon all-binutils.
2318 * Makefile.in: Regenerate.
2319
e33b51a6
NC
23202008-04-04 Nick Clifton <nickc@redhat.com>
2321
2322 PR binutils/4334
2323 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2324 builds.
2325 * configure: Regenerate.
2326
fc5df3ab
NC
23272008-04-04 NightStrike <NightStrike@gmail.com>
2328
2329 PR other/35151
f7c83eac
AS
2330 * configure.ac: Combine rules for mingw32 and mingw64.
2331 * configure: Regenerate.
fc5df3ab 2332
c779bab8
PB
23332008-03-27 Paolo Bonzini <bonzini@gnu.org>
2334
2335 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2336 * Makefile.in: Regenerate.
2337
93f9b408
ILT
23382008-03-20 Ian Lance Taylor <iant@google.com>
2339
2340 * configure.ac: Add support for --enable-gold.
2341 * Makefile.def: Add gold as a directory like ld.
2342 * configure, Makefile.in: Regenerate.
2343
5746fb46
AK
23442008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2345
2346 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2347 (s390_cond_extensions): Reduced extensions to the compare related.
2348 (main): z10 cpu type option added.
2349 (expandConditionalJump): Renamed to ...
2350 (insertExpandedMnemonic): ... this.
2351
2352 * opcodes/s390-opc.c: Re-group the operand format makros.
2353 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2354 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2355 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2356 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2357 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2358 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2359 INSTR_SIL_RDU): New instruction formats added.
2360 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2361 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2362 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2363 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2364 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2365 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2366 masks added.
2367 (s390_opformats): New formats added "ris", "rrs", "sil".
2368 * opcodes/s390-opc.txt: Add the conditional jumps with the
2369 extensions removed from automatic expansion in s390-mkopc.c manually.
2370 (asi - trtre): Add new System z10 EC instructions.
2371 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2372
58c85be7
RW
23732008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2374
2375 * configure.ac: m4_include config/proginstall.m4.
2376 * configure: Regenerate.
2377
78124051
RW
23782008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2379
2380 Backport from upstream Libtool:
f7c83eac 2381
78124051 2382 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 2383
78124051
RW
2384 Deal with Autoconf 2.62's semantic change in m4_append.
2385 * ltsugar.m4 (lt_append): Replace broken versions of
2386 m4_append.
2387 (lt_if_append_uniq): Don't require separator to be overquoted,
2388 and avoid broken m4_append.
2389 (lt_dict_add): Fix typo.
2390 * libtool.m4 (_LT_DECL): Don't overquote separator.
2391
018f1bea
DE
23922008-03-13 David Edelsohn <edelsohn@gnu.org>
2393
2394 * config.rpath: Add AIX 6 support.
2395
5c5f596d
PB
23962008-03-13 Paolo Bonzini <bonzini@gnu.org>
2397
2398 * Makefile.def (stageprofile). Remove -fprofile-generate
2399 from stage_libcflags.
2400 * Makefile.in: Regenerate.
2401
a1f93a5e
BE
24022008-03-13 Ben Elliston <bje@au.ibm.com>
2403
2404 * config.sub, config.guess: Update from upstream sources.
2405
98c3d905
AK
24062008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2407
2408 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2409 * s390-opc.txt (cmpsc): Duplicate entry removed.
2410 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2411 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2412 fier, cu42, cu41): Fix operand format.
2413
7f6ef0c0
PB
24142008-02-20 Paolo Bonzini <bonzini@gnu.org>
2415
f7c83eac
AS
2416 PR bootstrap/32009
2417 PR bootstrap/32161
2418
2419 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2420 * configure: Regenerate.
2421
2422 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2423 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2424 STAGE4_LIBCFLAGS): New.
2425 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2426 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2427 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2428 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2429 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2430 for target modules. Don't export LIBCFLAGS.
2431 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2432 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2433 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2434 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2435 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2436 * Makefile.in: Regenerate.
7f6ef0c0 2437
eaf19029
PB
24382008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2439
2440 PR libgcj/33085
2441 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2442 Do not use -DDLL_EXPORT. Backport from upstream.
2443
680c43e9
NC
24442008-02-14 Nick Clifton <nickc@redhat.com>
2445
2446 Import this patch from gcc:
2447 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2448
2449 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2450
c72b1d96
HPN
24512008-02-02 Hans-Peter Nilsson <hp@axis.com>
2452
2453 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2454 * configure: Regenerate.
2455
8b66833e
BW
24562008-01-31 Marc Gauthier <marc@tensilica.com>
2457
2458 * configure.ac (xtensa*-*-*): Recognize processor variants.
2459 * configure: Regenerate.
2460
9cc8ae67
PB
24612008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2462
f7c83eac
AS
2463 PR bootstrap/34922
2464 * configure.ac (PARSE_ARGS): Push suitable setting of
2465 ac_subdirs_all, for `./configure --help=recursive'.
2466 Handle `+' in generic toplevel directory disabling.
2467 * configure: Regenerate.
9cc8ae67 2468
19090595
BE
24692008-01-23 Ben Elliston <bje@au.ibm.com>
2470
2471 * config.sub, config.guess: Update from upstream sources.
2472
9f1e7fd3
BE
24732008-01-08 Ben Elliston <bje@au.ibm.com>
2474
2475 * config.sub, config.guess: Update from upstream sources.
2476
2f959d61
JJ
24772007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2478
2479 * COPYING.LIBGLOSS: Update default copyright.
2480
aa054b85
JJ
24812007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2482
2483 * COPYING.NEWLIB: Update default copyright.
2484
57c53b2b
RS
24852007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2486
2487 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2488 Change recommended MPFR from 2.2.1 > 2.3.0.
2489 * configure: Regenerate.
2490
fee14b60
RS
24912007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2492
2493 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2494 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2495 * Makefile.in: Regenerate.
2496
c9b68031
DD
24972007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2498
2499 * configure.ac: Enable libjava for x86_64-*-darwin9.
2500 * configure: Regenerate.
2501
ad25e7d5
BE
25022007-12-05 Ben Elliston <bje@au.ibm.com>
2503
2504 * config.sub, config.guess: Update from upstream sources.
2505
6ac84f65
PB
25062007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2507
f7c83eac
AS
2508 * config-ml.in: Robustify against white space in absolute file
2509 names.
6ac84f65 2510
f7c83eac
AS
2511 * config-ml.in (multi-clean): Substitute ${Makefile}.
2512 Remove superfluous ${Makefile} in list.
6ac84f65 2513
7b3200f9
DJ
25142007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2515
2516 * Makefile.def (dependencies): Make configure-gdb depend on
2517 all-intl.
2518 * Makefile.in: Regenerated.
2519
2c133ff9
JJ
25202007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2521
2522 * Makefile.def: To avoid problems running with parallel makes,
2523 build newlib before libgloss so that target specific header
2524 files are availble.
2525 * Makefile.in: Regenerate.
2526
5074315a
DJ
25272007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2528
2529 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2530 * Makefile.in: Regenerate.
2531
f5bc1778
DJ
25322007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2533
2534 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2535 * libdecnumber: New directory, imported from GCC.
2536
c66487f8
NC
25372007-10-08 Mike Frysinger <vapier@gentoo.org>
2538
2539 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2540 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2541 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2542 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2543 * configure: Regenerate.
2544
b5714970
PB
25452007-10-01 Paolo Bonzini <bonzini@gnu.org>
2546
2547 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2548 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2549 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2550 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2551 * configure.ac: Default them to host tools for $host = $build.
2552 Subst them.
2553
2554 * configure: Regenerate.
2555 * Makefile.in: Regenerate.
2556
f3b1e08e
RS
25572007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2558
2559 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2560 * configure: Regenerate.
2561
cff87f51
DD
25622007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2563
2564 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2565 libstdc++.
2566 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2567 * configure: Regenerate.
2568 * Makefile.in: Regenerate.
f7c83eac 2569
625a61cd
AS
25702007-09-17 Andreas Schwab <schwab@suse.de>
2571
2572 * configure.ac: Raise minimum makeinfo version to 4.6.
2573 * configure: Regenerate.
2574
83a3a68b
AM
25752007-09-15 Alan Modra <amodra@bigpond.net.au>
2576
2577 * configure.ac: Correct makeinfo version check.
2578 * configure: Regenerate.
2579
5bd8be13
RS
25802007-09-14 Richard Sandiford <richard@codesourcery.com>
2581
2582 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2583 to $skipdirs and only disable gprof for newlib. Use the normal
2584 mips*-elf* handling in other respects.
2585 * configure: Regnerate.
2586
5566c1fa
DD
25872007-09-12 David Daney <ddaney@avtrex.com>
2588
2589 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2590 enabling libgcj.
2591 * configure: Regenerate.
2592
25932007-09-12 Richard Guenther <rguenther@suse.de>
2594
2595 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2596 nor --disable-checking is provided also turn on yes and types
2597 checking for stage1.
2598 * configure: Re-generate.
2599
a18e2996 26002007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
2601
2602 PR target/33281
2603 * configure.ac: Use config/mh-mingw on mingw.
2604 * configure: Regenerate.
84e7906e 2605
691bb5a1
DD
26062007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2607
2608 PR other/32154
2609 * configure.ac: For libgloss targets, point the linker to the linker
2610 script, startup code and simulator library.
2611 * configure: Regenerate.
2612
6d18b86b
AH
26132007-09-09 Andrew Haley <aph@redhat.com>
2614
2615 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 2616 target-libjava.
6d18b86b 2617
f00a3165 26182007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 2619
f00a3165 2620 * config.sub, config.guess: Update from upstream sources.
971aaaa5 2621
2abc4e65
BE
26222007-08-21 Richard Guenther <rguenther@suse.de>
2623
2624 * configure.ac: Add types checking to stage1 checking flags.
2625 * configure: Regenerate.
2626
8a6ee3ab 26272007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 2628 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
2629
2630 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2631 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2632 * Makefile.in: Regenerate.
2633 * configure.ac (--with-debug-prefix-map): New.
2634 * configure: Regenerate.
2635
429acdec
RS
26362007-08-17 Richard Sandiford <richard@codesourcery.com>
2637 Nigel Stephens <nigel@mips.com>
2638
429acdec
RS
2639 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2640 as target_makefile_frag.
2641 * configure: Regenerate.
2642
8520c408
AO
26432007-08-16 Alexandre Oliva <aoliva@redhat.com>
2644
2645 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2646 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2647 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2648 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2649 (do-compare, do-compare3, do-compare-debug): New.
2650 ([+compare-target+]): Use them.
2651
26522007-08-16 Alexandre Oliva <aoliva@redhat.com>
2653
2654 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2655 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2656 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2657 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2658 (do-compare, do-compare3, do-compare-debug): New.
2659 ([+compare-target+]): Use them.
2660
2444379b
BE
26612007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2662 Ben Elliston <bje@au.ibm.com>
2663
2664 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2665 --silent if $silent.
2666 * configure: Regenerate.
2667
d6f99447
DJ
26682007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2669
2670 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2671
bd0aa315
NC
26722007-07-17 Nick Clifton <nickc@redhat.com>
2673
2674 * COPYING3: New file. Contains version 3 of the GNU General
2675 Public License.
2676 * COPYING3.LIB: New file. Contains version 3 of the GNU
2677 Lesser General Public License.
2678
0ebe98fb
BS
26792007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
2680
2681 * configure.ac: Fix my previous change to really match GCC.
2682 * configure: Regenerate.
2683
521ec477
DD
26842007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2685
2686 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2687 * configure: Regenerate.
2688
26892007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2690
2691 * configure.ac: Add some missing m4 quotation.
2692 * configure: Regenerate.
2693
0c24b341
NC
26942007-07-09 Kai Tietz <kai.tietz@onevision.com>
2695
f7c83eac
AS
2696 * Makefile.def: Add windmc tool to build.
2697 * Makefile.tpl: Likewise.
2698 * configure.ac: Likewise.
2699 * Makefile.in: Regenerate.
2700 * configure: Regenerate.
0c24b341 2701
a09314d0
L
27022007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2703
2704 * lt~obsolete.m4: New. Import from 20070318 libtool.
2705
7c3e1d12
BS
27062007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
2707
2708 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2709 uclinux and linux-uclibc targets.
2710 * configure: Regenerate.
2711
a5b3b4dd
DD
27122007-06-28 DJ Delorie <dj@redhat.com>
2713
2714 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2715 not building newlib.
2716 * configure: Regenerated.
f7c83eac 2717
184d813c
DJ
27182007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2719
2720 * src-release (DEVO_SUPPORT): Correct typos.
2721
31d99776
DJ
27222007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2723
2724 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2725 * Makefile.in: Regenerated.
2726
e00a73e3
PB
27272007-06-14 Paolo Bonzini <bonzini@gnu.org>
2728
f7c83eac
AS
2729 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2730 (distclean-stage[+id+]): Possibly delete stage_last.
2731 * Makefile.in: Regenerate.
e00a73e3 2732
98a1bbc5
BE
27332007-06-07 Ben Elliston <bje@au.ibm.com>
2734
2735 * config.sub, config.guess: Update from upstream sources.
2736
973601e1
BE
27372007-06-07 Ben Elliston <bje@au.ibm.com>
2738
2739 * Makefile.tpl: Fix spelling error.
2740 * Makefile.in: Regenerate.
2741
2038f525
PB
27422007-06-04 Paolo Bonzini <bonzini@gnu.org>
2743
2744 Sync with gcc:
2745 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2746
f7c83eac
AS
2747 PR bootstrap/29382
2748 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2749 * configure: Rebuilt.
2038f525 2750
f7c5c4b5
PB
27512007-06-01 Steve Ellcey <sje@cup.hp.com>
2752
12a64d4f
L
2753 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2754 lt_cv_sys_max_cmd_len.
f7c5c4b5 2755
7ad9660b
PB
27562007-05-31 Paolo Bonzini <bonzini@gnu.org>
2757
2758 * ltgcc.m4: Update from GCC.
2759
0e7ef45c
EC
27602007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2761
12a64d4f 2762 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 2763
37ad9514
SE
27642007-05-24 Steve Ellcey <sje@cup.hp.com>
2765
2766 * ltmain.sh: Update from GCC.
2767 * libtool.m4: Update from GCC.
2768 * ltsugar.m4: New. Update from GCC.
2769 * ltversion.m4: New. Update from GCC.
2770 * ltoptions.m4: New. Update from GCC.
2771 * ltconfig: Remove.
2772 * ltcf-c.sh: Remove.
2773 * ltcf-cxx.sh: Remove.
2774 * ltcf-gcj.sh: Remove.
2775 * src-release: Update with new libtool file list.
2776
8ee82aff
PB
27772007-05-16 Paolo Bonzini <bonzini@gnu.org>
2778
2779 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2780 stage_cflags.
2781 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2782 Remove CFLAGS/LIBCFLAGS.
2783 (configure-stage[+id+]-[+prefix+][+module+],
2784 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2785 * Makefile.in: Regenerate.
2786
149cb58d
SE
27872007-04-14 Steve Ellcey <sje@cup.hp.com>
2788
2789 * config-ml.in: Update from GCC.
2790
91506736
DJ
27912007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2792
2793 * src-release (do-proto-toplev): Process the support directories before
2794 the tool directory.
2795
ffa8bd48
RS
27962007-03-21 Richard Sandiford <richard@codesourcery.com>
2797
2798 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2799 of glob. Quote arguments with single quotes too.
2800 * configure: Regenerate.
2801
a4fd3374
DD
28022007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2803
2804 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2805 * Makefile.in: Regenerate
2806
b8025f34
AS
28072007-03-07 Andreas Schwab <schwab@suse.de>
2808
2809 * configure: Regenerate.
2810
a3ca38d2
DD
28112007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2812
2813 * configure.ac: Add "--with-pdfdir" configure option,
2814 which defines pdfdir variable.
2815 * Makefile.def (target=fixincludes): Add install-pdf to
2816 missing targets.
2817 (recursive_targets): Add install-pdf target.
2818 (flags_to_pass): Add pdfdir.
2819 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2820 target.
2821 * configure: Regenerate
2822 * Makefile.in: Regenerate
2823
28242007-02-28 Eric Christopher <echristo@apple.com>
2825
2826 Revert:
2827 2006-12-07 Mike Stump <mrs@apple.com>
2828
2829 * Makefile.def (dependencies): Add dependency for
2830 install-target-libssp and install-target-libgomp on
2831 install-gcc.
2832 * Makefile.in: Regenerate.
2833
28342007-02-27 Matt Kraai <kraai@ftbfs.org>
2835
2836 * configure: Regenerate.
2837 * configure.ac: Move statements after variable declarations.
2838
a4708fba
JM
28392007-02-19 Joseph Myers <joseph@codesourcery.com>
2840
2841 * configure.ac: Adjust for loop syntax.
2842 * configure: Regenerate.
2843
9a819804
AO
28442007-02-18 Alexandre Oliva <aoliva@redhat.com>
2845
2846 * configure: Rebuilt.
2847
81ec575a
AO
28482007-02-18 Alexandre Oliva <aoliva@redhat.com>
2849
2850 * configure.ac: Drop multiple occurrences of --enable-languages,
2851 and fix its quoting.
2852 * configure: Rebuilt.
2853
92f01d61 28542007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
2855 Nathan Sidwell <nathan@codesourcery.com>
2856 Vladimir Prus <vladimir@codesourcery.com
2857 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
2858
2859 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2860 * configure: Regenerate.
2861
b1299c4e
DJ
28622007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2863
2864 * configure.ac (target_libraries): Move libgcc before libiberty.
2865 * configure: Regenerated.
2866
18f6b6ee
PB
28672007-02-13 Paolo Bonzini <bonzini@gnu.org>
2868
2869 * configure: Regenerate again?
2870
9c4e9f27
PB
28712007-02-13 Paolo Bonzini <bonzini@gnu.org>
2872
2873 * configure: Reapply PR30748 fix which was lost in the previous commit.
2874
24ff9987
DJ
28752007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2876 Paolo Bonzini <bonzini@gnu.org>
2877
2878 PR bootstrap/30753
2879 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2880 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2881 * configure: Regenerated.
2882
7df2cd5d
PB
28832007-02-10 Paolo Bonzini <bonzini@gnu.org>
2884
2885 * configure: Regenerate.
2886
b0aaa663
DJ
28872007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2888
2889 PR bootstrap/30748
2890 * configure.ac: Correct syntax for Solaris ksh.
2891 * configure: Regenerated.
2892
a0323144
PB
28932007-02-09 Paolo Bonzini <bonzini@gnu.org>
2894
2895 * Makefile.def: Sync with GCC.
2896 * Makefile.tpl: Sync with GCC.
2897 * Makefile.in: Regenerate.
2898 * configure: Regenerate.
2899
c6b750e1
DJ
29002007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2901
2902 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2903 noncanonical equivalents.
2904 * configure.in: Rename to...
2905 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2906 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2907 target_noncanonical. Use them. Rewrite removal of configure
2908 arguments for autoconf 2.59. Discard variable settings. Force
2909 program_transform_name for native tools.
2910
2911 * Makefile.in: Regenerated.
2912 * configure: Regenerated with autoconf 2.59.
2913
2914 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2915
f3cd89f4
JJ
29162007-02-08 Jeff Johnston <jjohnstn@redhat.com>
2917
2918 * COPYING.LIBGLOSS: Reformat default Red Hat
2919 license to fit within 80 columns.
2920 * COPYING.NEWLIB: Ditto.
2921
4e206d7e
DB
29222007-02-05 Dave Brolley <brolley@redhat.com>
2923
2924 * Contribute the following changes:
2925 2006-11-28 DJ Delorie <dj@redhat.com>
2926
2927 * configure.in: Fix typo for mep's target_makefile_frag.
2928 * configure: Regenerated.
2929
2930 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
2931
2932 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2933 * configure: Regenerate.
2934
2935 2001-09-19 DJ Delorie <dj@redhat.com>
2936
2937 * configure.in (target_makefile_frag): use mt-mep
2938
2939 2001-06-12 Don Howard <dhoward@redhat.com>
2940
2941 * configure.in: Remove gdb from MeP skip list.
2942
2943 2001-04-05 DJ Delorie <dj@redhat.com>
2944
2945 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2946
2947 2001-03-20 Ben Elliston <bje@redhat.com>
2948
2949 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2950
2951 2001-03-19 Ben Elliston <bje@redhat.com>
2952
2953 * config.sub (mep, mep-*): Add.
2954
b2edfdd2
AS
29552007-01-31 Andreas Schwab <schwab@suse.de>
2956
2957 * Makefile.tpl (LDFLAGS): Substitute it.
2958 * Makefile.in: Regenerate.
2959
ceb92e78
PB
29602007-01-11 Paolo Bonzini <bonzini@gnu.org>
2961
2962 * configure.in: Change == to = in test command.
f7c83eac 2963 * configure: Regenerate.
ceb92e78 2964
4b900473 29652007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
2966 Nick Clifton <nickc@redhat.com>
2967 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2968
2969 * configure.in (build_configargs, host_configargs, target_configargs):
2970 Remove build/host/target parameters.
2971 (host_libs): Add gmp and mpfr.
2972 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2973 * Makefile.def (gmp, mpfr): New.
2974 (gcc): Remove target.
2975 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2976 target_os, target_vendor): New.
2977 (configure): Add host_alias/target_alias arguments. Adjust invocations.
2978 * configure: Regenerate.
2979 * Makefile.in: Regenerate.
4b900473
PB
2980
29812007-01-11 Matt Fago <fago@earthlink.net>
2982
2983 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 2984 to improve robustness of configure tests.
4b900473
PB
2985 * configure: Regenerate.
2986
80f6dcbc
NC
29872007-01-08 Kai Tietz <kai.tietz@onevision.com>
2988
2989 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 2990 * configure: Regenerate.
80f6dcbc 2991
f86e35b8
NC
29922007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2993
2994 * Makefile.tpl (all-target): Correct @if conditional for target
2995 modules.
2996 * configure.in: Omit libiberty if building only target libgcc.
2997 * configure, Makefile.in: Regenerated.
2998
79fcd0ec
PB
29992007-01-04 Paolo Bonzini <bonzini@gnu.org>
3000
3001 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3002 * configure: Regenerate.
3003
6aa8ef82
DJ
30042007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3005
3006 * Makefile.def (target_modules): Add libgcc.
3007 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3008 * Makefile.tpl (clean-target-libgcc): Delete.
3009 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3010 on gcc even for bootstrapped modules. Rewrite handling of
3011 lang_env_dependencies to loop over target_modules.
3012 * configure.in (target_libraries): Add target-libgcc.
3013 * Makefile.in, configure: Regenerated.
3014
9b134994
PB
30152006-12-29 Paolo Bonzini <bonzini@gnu.org>
3016
3017 Sync with gcc:
3018 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3019
f7c83eac
AS
3020 * configure.in: Reorganize recognition of languages. Add
3021 --enable-stage1-languages. Show supported languages for the chosen
3022 target rather than all recognized languages.
3023 * configure: Regenerate.
9b134994
PB
3024
3025 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3026
f7c83eac
AS
3027 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3028 * Makefile.in: Regenerate.
9b134994
PB
3029
3030 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3031
f7c83eac
AS
3032 * configure.in: Warn that MPFR 2.2.0 is buggy.
3033 * configure: Regenerate.
9b134994 3034
8cf39b1b
ILT
30352006-12-27 Ian Lance Taylor <iant@google.com>
3036
3037 * configure.in: When removing Makefiles to force a reconfigure, also
3038 remove prev-DIR*/Makefile.
3039 * configure: Regenerate.
3040
ebff6cd5
KH
30412006-12-23 Kazu Hirata <kazu@codesourcery.com>
3042
3043 * config.bfd: Recognize fido.
3044
8a0d8a5c
PB
30452006-12-19 Paolo Bonzini <bonzini@gnu.org>
3046
3047 Sync with gcc:
3048
3049 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3050
3051 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3052 it only affects bootstrap and could be tested on "$host" as well.
3053 * configure: Regenerate.
3054 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3055
3056 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3057
3058 PR bootstrap/29544
3059 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3060 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3061 move here comment from Makefile.tpl.
3062 * Makefile.tpl: Move some definitions higher in the file.
3063 (STAGE1_CHECKING): New.
3064 * configure.in: Add --enable-stage1-checking.
3065 * configure: Regenerate.
3066 * Makefile.in: Regenerate.
3067
3068 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3069
3070 * configure.in: Update error message for missing GMP/MPFR.
3071
3072 * configure: Regenerate.
3073
3074 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3075
3076 * configure.in: Update MPFR version in error message.
3077
3078 * configure: Regenerate.
3079
3080 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3081
3082 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3083 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3084 --with-gmp-lib): New flags.
3085
3086 * configure: Regenerate.
3087
790c0838
AM
30882006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3089
3090 PR bootstrap/30134
3091 * configure.in: Correct x86 darwin support for libjava to powerpc
3092 and i?86 only.
3093 * configure: Regenerate.
3094
77d7106f
AM
30952006-12-11 Alan Modra <amodra@bigpond.net.au>
3096
3097 * configure.in: Handle spu makefile frag.
77d7106f
AM
3098 * Makefile.tpl (MAINT): Define
3099 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3100 * configure: Regenerate.
3101 * Makefile.in: Regenerate.
3102
0cfa5389
BE
31032006-12-11 Ben Elliston <bje@au.ibm.com>
3104
3105 * config.sub, config.guess: Update from upstream sources.
3106
2839fe5d
BE
31072006-12-11 Ben Elliston <bje@au.ibm.com>
3108
3109 * configure.in: Sync with GCC (spu-*-*).
3110 * configure: Sync with GCC.
3111
b897f5d4
MS
31122006-12-07 Mike Stump <mrs@apple.com>
3113
3114 * Makefile.def (dependencies): Add dependency for
3115 install-target-libssp and install-target-libgomp on
3116 install-gcc.
3117 * Makefile.in: Regenerate.
3118
9daf3993
PB
31192006-11-16 Paolo Bonzini <bonzini@gnu.org>
3120
3121 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3122 (unstage): Test for stage_last presence.
3123
3124 PR bootstrap/29802
3125 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3126 * Makefile.in: Regenerate.
3127
9dbaa842
DD
31282006-11-14 DJ Delorie <dj@redhat.com>
3129
3130 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3131 * Makefile.in: Sync with GCC.
3132 * configure.in: Sync with GCC (mpfr, gmp).
3133 * configure: Sync with GCC.
3134
b0cbce8d
JJ
31352006-11-08 Jie Zhang <jie.zhang@analog.com>
3136
3137 * configure.in: Remove target-libgloss from noconfigdirs for
3138 bfin-*-*.
3139 * configure: Regenerated.
3140
44330a94
JJ
31412006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3142
3143 * COPYING.NEWLIB: Add spu license.
7de05dd5 3144 * COPYING.LIBGLOSS: Ditto.
44330a94 3145
56a8fe78
DD
31462006-10-17 Brooks Moses <bmoses@stanford.edu>
3147
3148 * Makefile.def: Added pdf target handling.
3149 * Makefile.tpl: Added pdf target handling.
3150 * Makefile.in: Regenerated.
3151
fbb00ad0
JJ
31522006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3153
3154 * COPYING.NEWLIB: Updated.
3155 * COPYING.LIBGLOSS: Ditto.
3156
6b89cc21
DB
31572006-09-27 Dave Brolley <brolley@redhat.com>
3158
3159 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3160 $s instead of $r.
3161 * configure: Regenerated.
3162
17bcf627
BE
31632006-09-26 Ben Elliston <bje@au.ibm.com>
3164
3165 * config.sub, config.guess: Update from upstream sources.
3166
f3529cf1
TS
31672006-09-20 Thiemo Seufer <ths@mips.com>
3168
3169 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3170 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3171 * configure: Regenerate.
3172
45055374
CV
31732006-08-30 Corinna Vinschen <corinna@vinschen.de>
3174
3175 * configure.in: Never build newlib for a Mingw host.
3176 Never build newlib as Mingw target library.
3177 Test the existence of winsup/cygwin for building a Cygwin newlib,
3178 rather than just winsup.
3179 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3180 building a Mingw target.
3181 * configure: Regenerate.
3182
4be041b2 31832006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3184 Nigel Stephens <nigel@mips.com>
3185 David Ung <davidu@mips.com>
4be041b2
TS
3186
3187 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3188
1d89b610
PB
31892006-07-25 Paolo Bonzini <bonzini@gnu.org>
3190
3191 Sync from GCC:
3192 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3193
f7c83eac
AS
3194 PR bootstrap/18058
3195 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3196 if the bootstrap compiler is a GCC version that supports it.
3197 * configure: Regenerate.
1d89b610 3198
66a79c16
DJ
31992006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3200
3201 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3202 * configure: Regenerated.
3203
c1cb7e02
PB
32042006-07-18 Paolo Bonzini <bonzini@gnu.org>
3205
f7c83eac
AS
3206 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3207 for stages after the first.
c1cb7e02 3208
7206a0ee
JJ
32092006-07-17 Jakub Jelinek <jakub@redhat.com>
3210
3211 * Makefile.def: Add dependencies for configure-opcodes
3212 on configure-intl and all-opcodes on all-intl.
3213 * Makefile.in: Regenerated.
3214
6816f995
AO
32152006-07-04 Peter O'Gorman <peter@pogma.com>
3216
3217 * ltconfig: chmod 644 before ranlib during install.
3218
3d3adb43
PB
32192006-07-03 Paolo Bonzini <bonzini@gnu.org>
3220
1f3f1bbf 3221 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3222 * configure: Regenerate.
3223
64ce424c
PB
32242006-07-03 Paolo Bonzini <bonzini@gnu.org>
3225
3226 Sync from gcc:
3227
3228 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3229
3230 PR other/27063
3231 * configure.in: Test subdir_requires and give an appropriate
3232 error message.
3233 * configure: Regenerate.
3234
3235 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3236
3237 PR target/27540
3238 * configure.in: Only enable libgomp on IRIX 6.
3239 * configure: Regenerate.
3240
d42c4017
DA
32412006-06-20 David Ayers <d.ayers@inode.at>
3242
3243 PR bootstrap/28072
3244 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3245 whether target-libjava is being configured instead of whether the
3246 java front end is enabled.
3247 * configure: Regenerate.
0e7ef45c 3248
4962c51a
MS
32492006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3250
3251 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3252 to R_ARM_LDC_SB_G{0,1,2} respectively.
3253
caee866a
PB
32542006-06-15 Paolo Bonzini <bonzini@gnu.org>
3255
3256 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3257 too.
3258 * Makefile.in: Regenerate.
3259
363ef840
DA
32602006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3261
3262 Sync from gcc:
3263
3264 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3265 * configure.in: Don't enable libgomp on hpux10.
3266 * configure: Rebuilt.
3267
54d1c879
DA
32682006-06-13 David Ayers <d.ayers@inode.at>
3269
3270 Sync from gcc:
3271
3272 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3273
54d1c879
DA
3274 PR bootstrap/27963
3275 PR target/19970
0e7ef45c 3276 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3277 ${libgcj} is specified.
3278 * configure: Regenerate.
0e7ef45c 3279
a4d8b690
JJ
32802006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3281
3282 Sync from gcc:
3283
3284 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3285 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3286
3287 PR bootstrap/18033
3288 * config-ml.in: Eval option if surrounded by single quotes.
3289
4f0ef2d8
CD
32902006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3291
3292 Sync from gcc:
0e7ef45c 3293
4f0ef2d8 3294 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 3295
4f0ef2d8
CD
3296 PR libobjc/13946
3297 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3298 * Makefile.in: Regenerate.
3299 * configure.in: Add --enable-objc-gc at toplevel and have it
3300 enable boehm-gc for Objective-C.
3301 Remove target-boehm-gc from libgcj.
3302 Add target-boehm-gc to target_libraries.
3303 Add target-boehm-gc to noconfigdirs where ${libgcj}
3304 is specified.
3305 Assert that boehm-gc is supported when requested for Objective-C.
3306 Only build boehm-gc if needed either for Java or Objective-C.
3307 * configure: Regenerate.
3308
3309 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 3310
4f0ef2d8
CD
3311 PR 27674
3312 * Makefile.tpl (configure-[+prefix+][+module+],
3313 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3314 Remove rule to unstage bootstrapped modules.
3315 (stage_current): New.
3316 * Makefile.in: Regenerate.
3317
3318 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3319 Andreas Tobler <a.tobler@schweiz.ch>
3320
3321 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3322 * configure: Rebuilt.
3323
3324 Revert
3325 2006-01-31 Richard Guenther <rguenther@suse.de>
3326 Paolo Bonzini <bonzini@gnu.org>
3327
3328 * Makefile.def (target_modules): Add libgcc-math target module.
3329 * configure.in (target_libraries): Add libgcc-math target library.
3330 (--enable-libgcc-math): New configure switch.
3331 * Makefile.in: Re-generate.
3332 * configure: Re-generate.
3333
c17b816b
JJ
33342006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3335
3336 * config-ml.in: Alter CCASFLAGS to include special
3337 multilib options the same as is done for CFLAGS.
3338
20e95c23
DJ
33392006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3340
3341 * Makefile.def: Added dependencies from sim and gdb on intl, and
3342 added configure dependencies to everything with an all dependency
3343 on intl.
3344 * gettext.m4: Removed.
3345 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3346 (GDB_SUPPORT_DIRS): Add intl.
3347 * Makefile.in: Regenerated.
3348
4bd8ad80
DJ
33492006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3350
3351 * src-release (DEVO_SUPPORT): Add config.rpath.
3352
c380fdd8
PB
33532006-05-25 Paolo Bonzini <bonzini@gnu.org>
3354
3355 * Makefile.def (bfd, opcodes): Fix lib_path.
3356 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3357 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3358 * Makefile.in: Regenerate.
3359
701628f5
MS
33602006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3361
3362 * configure.in: Enable gprof for cross builds.
3363 * configure: Regenerate.
3364
25aae7f2
DJ
33652006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3366
3367 * src-release (MAKEINFOFLAGS): Define.
3368 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3369
ea3d1626
BE
33702006-05-14 Ben Elliston <bje@au.ibm.com>
3371
3372 * config.sub, config.guess: Update from upstream sources.
3373
49b9e644
BE
33742006-05-12 Ben Elliston <bje@au.ibm.com>
3375
3376 * config.sub, config.guess: Update from upstream sources.
3377
482dd2f6
DJ
33782006-05-04 Steve Ellcey <sje@cup.hp.com>
3379
3380 * blt, iwidgets, mmalloc: Remove directories.
3381
8b01a5c2
DD
33822006-05-01 DJ Delorie <dj@redhat.com>
3383
641a3af4 3384 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
3385 * configure: Regenerate.
3386
a481dbb7
DD
33872006-04-18 DJ Delorie <dj@redhat.com>
3388
3389 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3390 reference libgloss so that libssp can be built in a combined
3391 tree.
3392 * configure: Regenerate.
3393
962c9e74
BE
33942006-04-10 Ben Elliston <bje@au.ibm.com>
3395
3396 * contrib: Remove directory.
3397
108a6f8e
CD
33982006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3399
3400 * Makefile.tpl: Add install-html target.
3401 * Makefile.def: Add install-html target.
3402 * Makefile.in: Regenerate.
3403 * configure.in: Add --with-datarootdir, --with-docdir,
3404 and --with-htmldir options.
3405 * configure: Regenerate.
3406
a4ef73e9
BE
34072006-03-31 Ben Elliston <bje@au.ibm.com>
3408
3409 PR binutils/1860
3410 * configure.in: Require makeinfo 4.4 or higher.
3411 * configure: Regenerate.
3412
b37df25a
PB
34132006-03-14 Paolo Bonzini <bonzini@gnu.org>
3414
3415 * Makefile.in: Regenerate.
3416
a6df5a19
PB
34172006-03-14 Paolo Bonzini <bonzini@gnu.org>
3418
3419 Sync with gcc:
3420 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3421
f7c83eac
AS
3422 * configure.in: Handle --disable-<component> generically.
3423 * configure: Regenerate.
a6df5a19
PB
3424
3425 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 3426
f7c83eac
AS
3427 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3428 (TARGET_CONFIGDIRS): Remove.
3429 * configure.in: Remove AC_SUBST(target_configdirs).
3430 * Makefile.in, configure: Regenerated.
a6df5a19
PB
3431
3432
65419985
L
34332006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3434
3435 PR libgcj/17311
3436 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3437
c52c6897
PB
34382006-02-20 Paolo Bonzini <bonzini@gnu.org>
3439
3440 PR bootstrap/25670
3441
3442 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3443
3444 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3445 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3446 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3447 BUILD_PREFIX, BUILD_PREFIX_1.
3448 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3449
3450 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3451 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3452
3453 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3454 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3455 of `cat stage_current`. Always provide the `r' and `s' variables.
3456 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3457 a single shell execution.
3458 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3459 bootstrapped modules, make the stage1 module if the build was not
3460 started yet, else build the current stage.
3461 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3462 (all-build, all-host, all-target, [+make_target+]-host,
3463 [+make_target+]-target): Do not use \-continued lines.
3464 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3465 (current_stage, restrap, stage_last): New.
3466
3467 * Makefile.in: Regenerate.
3468 * configure: Regenerate.
3469
b3ded179
PB
34702006-02-14 Paolo Bonzini <bonzini@gnu.org>
3471
3472 Sync from gcc:
3473
3474 2006-01-31 Richard Guenther <rguenther@suse.de>
3475 Paolo Bonzini <bonzini@gnu.org>
3476
f7c83eac
AS
3477 * Makefile.def (target_modules): Add libgcc-math target module.
3478 * configure.in (target_libraries): Add libgcc-math target library.
3479 (--enable-libgcc-math): New configure switch.
3480 * Makefile.in: Re-generate.
3481 * configure: Re-generate.
3482 * libgcc-math: New toplevel directory.
b3ded179
PB
3483
3484 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
3485 Jakub Jelinek <jakub@redhat.com>
3486 Diego Novillo <dnovillo@redhat.com>
b3ded179 3487
f7c83eac
AS
3488 * libgomp: New directory.
3489 * Makefile.def: Add target_module libgomp.
3490 * Makefile.in: Regenerate.
3491 * configure.in (target_libraries): Add target-libgomp.
3492 * configure: Regenerate.
b3ded179 3493
3a35eeb3
PB
34942006-02-14 Paolo Bonzini <bonzini@gnu.org>
3495 Andreas Schwab <schwab@suse.de>
0e7ef45c 3496
3a35eeb3
PB
3497 * configure: Regenerate.
3498
2429c060
PB
34992006-01-16 Paolo Bonzini <bonzini@gnu.org>
3500
3501 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3502 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3503 the assembler, linker and binutils.
3504 * configure: Regenerate.
3505
ec49b2b8
NC
35062006-01-16 Nick Clifton <nickc@redhat.com>
3507
49b9e644 3508 * config.sub, config.guess: Sync from config repository.
ec49b2b8 3509
44b2308f
AO
35102006-01-05 Alexandre Oliva <aoliva@redhat.com>
3511
3512 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3513 @ from continuation.
3514 * Makefile.in: Rebuilt.
3515
80911fe1
PB
35162006-01-04 Paolo Bonzini <bonzini@gnu.org>
3517
3518 Sync from gcc:
3519
3520 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3521
f7c83eac 3522 PR bootstrap/24252
80911fe1 3523
f7c83eac
AS
3524 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3525 * Makefile.tpl (OBJDUMP): New.
3526 (EXTRA_HOST_FLAGS): Add it.
3527 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 3528
f7c83eac
AS
3529 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3530 to use symbolic links between directories. Avoid race conditions
3531 or make them harmless.
3532 * configure.in: Do not try to use symbolic links between directories.
80911fe1 3533
f7c83eac
AS
3534 * Makefile.def (LEAN): Pass.
3535 * Makefile.tpl (LEAN): Define.
3536 (stage[+id+]-start): Accept that the previous directory does not
3537 exist, if the bootstrap is lean.
3538 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3539 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3540 configure substitution.
3541 ([+compare-target+]): Likewise.
3542 ([+bootstrap-target+]-lean): New.
3543 * configure.in: Remove lean bootstrap support from here.
80911fe1 3544
f7c83eac
AS
3545 * Makefile.in: Regenerate.
3546 * configure: Regenerate.
80911fe1
PB
3547
3548 2006-01-02 Andreas Schwab <schwab@suse.de>
3549
f7c83eac
AS
3550 * configure.in: When reconfiguring remove Makefile in
3551 all stage directories.
3552 * configure: Regenerate.
80911fe1 3553
b59bea8a
NC
35542005-12-27 Leif Ekblad <leif@rdos.net>
3555
3556 * configure.in: Add support for RDOS target.
3557 * configure: Regenerate.
3558
d7730bac
NC
35592005-12-27 Nick Clifton <nickc@redhat.com>
3560
3561 PR binutils/1990
3562 * libtool.m4: Synchronize with version in GCC sources.
3563
c02dabc3
PB
35642005-12-20 Paolo Bonzini <bonzini@gnu.org>
3565
f7c83eac 3566 Revert Ada-related part of the previous change.
c02dabc3 3567
f7c83eac
AS
3568 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3569 Do not pass.
3570 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3571 * Makefile.in: Regenerate.
3572 * configure.in: Do not include mt-ppc-aix target fragment.
3573 * configure: Regenerate.
c02dabc3 3574
f6d183c0
PB
35752005-12-19 Paolo Bonzini <bonzini@gnu.org>
3576
3577 * configure.in: Select appropriate fragments for PowerPC/AIX.
3578 * configure: Regenerate.
3579
3580 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3581 BOOT_CFLAGS, BOOT_LDFLAGS.
3582 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3583 BOOT_CFLAGS, BOOT_LDFLAGS.
3584 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3585 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3586 (stage): Fail if we cannot complete the work.
3587 * Makefile.in: Regenerate.
3588
f29759fc
JJ
35892005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3590
3591 * COPYING.NEWLIB: Update copyright year for default
3592 copyright.
3593
1f054001
PB
35942005-12-15 Paolo Bonzini <bonzini@gnu.org>
3595
3596 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3597 install-host-nogcc): Don't invoke $(stage) at the end.
3598 * Makefile.in: Regenerate.
3599
0aed8855
PB
36002005-12-14 Paolo Bonzini <bonzini@gnu.org>
3601
3602 * configure.in: Flip the top-level bootstrap switch.
3603 * configure: Regenerate.
3604
3605 Merge from gcc:
3606
3607 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3608
f7c83eac
AS
3609 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3610 $(stage) and $(unstage).
3611 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3612 (all): Remove stray semicolon.
3613 (local-distclean): Don't handle multilib.tmp and multilib.out.
3614 (install.all): Set $s for consistency.
3615 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3616 check_multilibs setting. Always make the install directory.
3617 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3618 Correct @if/@endif.
3619 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3620 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3621 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3622 (multilib.out): Remove.
3623 * Makefile.in: Regenerated.
0aed8855
PB
3624
36252005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3626
3627 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3628 * configure.in: Replace ms1 arch with mt.
3629 * configure: Rebuilt.
3630
36312005-12-05 Paolo Bonzini <bonzini@gnu.org>
3632
3633 Sync with gcc:
3634
4970f871
NS
36352005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3636
3637 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3638 * configure.in: Replace ms1 arch with mt.
3639 * configure: Rebuilt.
3640
be01d343
PB
36412005-12-05 Paolo Bonzini <bonzini@gnu.org>
3642
3643 Sync with gcc:
3644
3645 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3646
f7c83eac
AS
3647 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3648 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3649 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3650 Find in-tree tools if available.
3651 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3652 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3653 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3654 (COMPILER_*_FOR_TARGET): New.
3655 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3656 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3657 (CONFIGURED_*, USUAL_*): Remove.
3658 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3659 STRIP): Use autoconf substitutions.
3660 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3661 COMPILER_NM_FOR_TARGET): New.
3662 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3663
3664 (all): Make all-host and all-target in parallel.
3665 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3666 that $$r and $$s are set before invoking a recursive make.
3667 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3668 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
3669
3670 2005-11-29 Ben Elliston <bje@au.ibm.com>
3671
f7c83eac
AS
3672 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3673 from the gcc build directory.
3674 * Makefile.in: Regenerate.
be01d343
PB
3675
3676 2005-11-29 Ben Elliston <bje@au.ibm.com>
3677
f7c83eac
AS
3678 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3679 depend on all-libdecnumber.
3680 * configure.in (host_libs): Include libdecnumber.
3681 * Makefile.in: Regenerate.
3682 * configure: Likewise.
be01d343
PB
3683
3684 2005-11-21 Kean Johnston <jkj@sco.com>
3685
f7c83eac 3686 * config.sub, config.guess: Sync from upstream sources.
be01d343 3687
907be67c
DJ
36882005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3689
3690 * Makefile.def: Remove gdb dependencies for gdbtk.
3691 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3692 (configure-gdb, install-gdb): New rules.
3693 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3694 * Makefile.in, configure: Regenerated.
3695
e360f423
PB
36962005-10-22 Paolo Bonzini <bonzini@gnu.org>
3697
3698 PR bootstrap/24297
3699 * Makefile.tpl (do-[+make-target+], do-check, install,
3700 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3701 are set before recursing.
3702 * Makefile.in: Regenerate.
3703
45d5eb0a
EB
37042005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3705
3706 PR bootstrap/18939
3707 * Makefile.def (gcc) <target>: Fix thinko.
3708 * Makefile.in: Regenerate.
3709
3cf3372e
BS
37102005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3711
3712 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3713 * configure: Regenerate.
3714
bd70a46f
KH
37152005-10-09 Kazu Hirata <kazu@codesourcery.com>
3716
3717 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3718 target-libffi, target-qthreads, target-libjava, and
3719 targetlibobjc.
3720 * configure: Regenerate.
3721
5ae72758
DJ
37222005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3723
3724 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3725 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3726 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3727 (USUAL_OBJDUMP_FOR_TARGET): New.
3728 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3729 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 3730 * configure, Makefile.in: Regenerated.
5ae72758 3731
cc96343e
PB
37322005-10-05 Paolo Bonzini <bonzini@gnu.org>
3733
3734 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3735 before other host packages.
3736
f70224b5
PB
37372005-10-05 Paolo Bonzini <bonzini@gnu.org>
3738
3739 PR bootstrap/22340
3740
3741 * configure.in (default_target): Remove.
3742 * Makefile.tpl (all): Do not use prerequisites as subroutines
3743 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3744 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3745 use prerequisites as subroutines.
3746 (check-host, check-target): New.
3747 (bootstrap configure & all targets): Do not use stage*-start
3748 if the directory layout is already ok.
3749 (non-bootstrap configure & all targets): Prepend a $(unstage).
3750 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3751 (NOTPARALLEL): Remove.
3752 (unstage, stage variables): New variables.
3753 (unstage, stage targets): Simply expand to those variables.
3754
3755 * configure: Regenerate.
3756 * Makefile.in: Regenerate.
3757
c13c918a
JW
37582005-10-04 James E Wilson <wilson@specifix.com>
3759
3760 * Makefile.def (lang_env_dependencies): Add libmudflap.
3761 * Makefile.in: Regenerate.
3762
376a0e54
CM
37632005-10-03 Catherine Moore <clm@cm00re.com>
3764
3765 * configure.in (bfin-*-*): Support bfin.
3766 * configure: Regenerated.
3767
d320aacb
L
37682005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3769
3770 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3771 * configure: Regenerated.
3772
7e0f7140
GK
37732005-09-28 Geoffrey Keating <geoffk@apple.com>
3774
3775 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3776 (LIPO_FOR_TARGET): New.
3777 (CONFIGURED_LIPO_FOR_TARGET): New.
3778 (USUAL_LIPO_FOR_TARGET): New.
3779 (STRIP_FOR_TARGET): New.
3780 (CONFIGURED_STRIP_FOR_TARGET): New.
3781 (USUAL_STRIP_FOR_TARGET): New.
3782 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3783 STRIP_FOR_TARGET.
3784 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3785 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3786 * Makefile.in: Regenerate.
3787 * configure: Regenerate.
0e7ef45c 3788
096f7d00
DE
37892005-09-19 David Edelsohn <edelsohn@gnu.org>
3790
3791 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3792 (rs6000-*-aix*): Same.
3793 * configure: Regenerate.
3794
37952005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3796
3797 * configure.in: Recognize f95 in the --enable-languages option,
3798 and substitute it for fortran, issuing a warning.
3799 * configure: Regenerate.
3800
2016dfcc
BE
38012005-09-07 Ben Elliston <bje@au.ibm.com>
3802
3803 Import from Autoconf sources:
3804
3805 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3806 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3807 Elliston. Handle weird characters correctly.
3808
6dd2fda9
DD
38092005-08-30 Phil Edwards <phil@codesourcery.com>
3810
3811 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3812 * configure: Regenerated.
3813
e6db70d4
RE
38142005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3815
f7c83eac
AS
3816 * Makefile.def (libssp): Add to lang_env_dependencies.
3817 * Makefile.in: Regenerate.
e6db70d4 3818
e1e3d0f5
CG
38192005-08-17 Christian Groessler <chris@groessler.org>
3820
3821 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3822 * Makefile.in: Regenerate.
3823
05cbd757
PB
38242005-08-12 Paolo Bonzini <bonzini@gnu.org>
3825
3826 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3827 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3828 Look for alternate names of the target cc and c++
3829 * configure: Regenerate.
3830
55db4b87
PB
38312005-08-08 Paolo Bonzini <bonzini@gnu.org>
3832
3833 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3834 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3835 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3836 tools; remove code to manually set them.
3837 (Target tools): Look in the environment for them.
3838 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3839 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3840 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3841 build directory.
3842 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3843 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3844 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3845 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3846 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3847 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3848 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3849 * configure: Regenerate.
3850 * Makefile.in: Regenerate.
3851
414e5532
MM
38522005-07-27 Mark Mitchell <mark@codesourcery.com>
3853
3854 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 3855 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
3856 * Makefile.in: Regenerated.
3857
a19b6204
MM
38582005-07-26 Mark Mitchell <mark@codesourcery.com>
3859
3860 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3861 (CFLAGS_FOR_TARGET): Use it.
3862 (CXXFLAGS_FOR_TARGET): Likewise.
3863 * Makefile.in: Regenerated.
3864 * configure.in (--with-build-sysroot): New option.
3865 * configure: Regenerated.
3866
b73aa406
PB
38672005-07-24 Paolo Bonzini <bonzini@gnu.org>
3868
3869 * Makefile.tpl: Wrap install between unstage and stage
3870 * Makefile.in: Regenerate.
3871
6e4d0bcb
KC
38722005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3873
3874 * all files: Update FSF address.
3875
49f58d10
JB
38762005-07-14 Jim Blandy <jimb@redhat.com>
3877
3878 * configure.in: Add cases for Renesas m32c.
3879 * configure: Regenerated.
0e7ef45c 3880
1d9c9cd7
KC
38812005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3882
3883 * COPYING, compile, config-ml.in, config.guess,
3884 config.sub, install-sh, missing, mkinstalldirs,
3885 symlink-tree, ylwrap: Sync from upstream sources.
3886
1587117a
EC
38872005-07-13 Eric Christopher <echristo@redhat.com>
3888
3889 * configure.in: Add toplevel noconfigdir support for tpf.
3890 * configure: Regenerate.
3891
bb780410
DD
38922005-07-11 Jakub Jelinek <jakub@redhat.com>
3893
3894 * Makefile.def (target_modules): Add libssp.
3895 * configure.in (target_libraries): Add target-libssp.
3896 * configure: Rebuilt.
3897 * Makefile.in: Rebuilt.
3898
064d0a7c
PB
38992005-07-11 Paolo Bonzini <bonzini@gnu.org>
3900
3901 PR ada/22340
3902
3903 * Makefile.def: Sync with gcc.
3904 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3905 * Makefile.in: Regenerate.
3906
b2edd3b5
AS
39072005-07-07 Andreas Schwab <schwab@suse.de>
3908
3909 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3910 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3911 * Makefile.in: Regenerated.
3912
5f128533
KH
39132005-07-07 Kazu Hirata <kazu@codesourcery.com>
3914
3915 * configure.in: Add --enable-libssp and --disable-libssp.
3916 * configure: Regenerate with autoconf-2.13.
3917
4e3fc8e5
GK
39182005-07-06 Geoffrey Keating <geoffk@apple.com>
3919
3920 * configure.in: Don't build sim or rda when targetting darwin.
3921 * configure: Regenerate.
3922
c7357d6a
BE
39232005-07-04 Ben Elliston <bje@gnu.org>
3924
3925 * src-release (do-proto-toplev): Remove dejagnu bits.
3926 (DEJAGNU_SUPPORT_DIRS): Remove.
3927 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3928 (GDBD_SUPPORT_DIRS): Likewise.
3929 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3930 (INSIGHTD_SUPPORT_DIRS): Likewise.
3931 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3932
39332005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
3934
3935 * setup.com (mpw): Remove unused directive.
3936
7d329e61
PB
39372005-06-22 Paolo Bonzini <bonzini@gnu.org>
3938
3939 * Makefile.def (stagefeedback): Come after profile.
3940 Define profiledbootstrap target.
3941 * Makefile.tpl (profiledbootstrap): Remove.
3942 (stageprofile-end): Zap stagefeedback.
3943 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3944 * Makefile.in: Regenerate.
3945
e5fbed21
DD
39462005-06-13 Zack Weinberg <zack@codesourcery.com>
3947
3948 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3949 In 'cpp' stanza, support '#line' as well as '# '.
3950
59f7ec45
HPN
39512005-06-07 Hans-Peter Nilsson <hp@axis.com>
3952
3953 * configure.in (unsupported_languages): New macro.
3954 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3955 non-ported target libraries in noconfigdirs.
3956 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3957 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 3958 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
3959 unsupported_languages.
3960 * configure: Regenerate.
3961
c10e9ba7
DD
39622005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3963
3964 * configure.in: Fix typo in handling of --with-mpfr-dir.
3965 * configure: Regenerate.
3966
20deb2b8
JB
39672005-06-02 Jim Blandy <jimb@redhat.com>
3968
3969 * config.sub: Add cases for the Renesas m32c. (This patch has been
3970 accepted into the master sources.)
3971
cdb9b172 39722005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
3973 Michael Snyder <msnyder@redhat.com>
3974 Stan Cox <scox@redhat.com>
cdb9b172 3975
f7c83eac 3976 * configure.in: Set noconfigdirs for ms1.
cdb9b172 3977
f7c83eac 3978 * configure: Regenerate.
cdb9b172 3979
1dc3053f
PB
39802005-05-25 Paolo Bonzini <bonzini@gnu.org>
3981
3982 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3983 (Dependencies): Consider target modules for bootstrap dependencies.
3984 Make target bootstrap modules depend on each stage's gcc.
3985 * Makefile.in: Regenerate.
3986
c60fe18b
PB
39872005-05-20 Paolo Bonzini <bonzini@gnu.org>
3988
3989 * Makefile.def (configure-gcc): Depend on binutils having been built.
3990 (all-gcc): No need to do it here.
3991 * Makefile.in: Regenerate.
3992
27258dd4
PB
39932005-05-19 Paul Brook <paul@codesourcery.com>
3994
0e7ef45c 3995 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
3996 language cannot be built.
3997 * configure: Regenerate.
3998
42ecbf5e
DJ
39992005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4000
4001 * ylwrap: Import from Automake 1.9.5.
4002
ae380b45
MS
40032005-05-04 Mike Stump <mrs@apple.com>
4004
4005 * configure.in: Always pass --target to target configures as
4006 otherwise rebuilds that do --recheck will fail.
811d3af8 4007 * configure: Rebuilt.
ae380b45 4008
d545f33b
PB
40092005-05-04 Paolo Bonzini <bonzini@gnu.org>
4010
4011 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4012 STAGE_HOST_EXPORTS.
4013 (configure, all): Add bootstrap support.
4014 (Host modules, target modules): Pass post-stage1 flags and exports.
4015 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4016 * Makefile.in: Regenerate.
4017
2faa2958
PB
40182005-04-29 Paolo Bonzini <bonzini@gnu.org>
4019
4020 Sync from gcc:
4021
4022 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4023
f7c83eac 4024 * config.sub: Update from master copy.
2faa2958
PB
4025
4026 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4027
f7c83eac
AS
4028 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4029 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4030 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4031 "*-*-elf" and "*-*-linux*".
4032 * configure: Regenerate.
2faa2958 4033
a7254363
PB
40342005-04-06 Paolo Bonzini <bonzini@gnu.org>
4035
f7c83eac 4036 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4037 (TARGET_CONFIGARGS): Include --with-target-subdir.
4038 (configure, all): New macros. Use them throughout.
4039
a8637a7d
PB
40402005-04-05 Paolo Bonzini <bonzini@gnu.org>
4041
4042 * Makefile.tpl: Sync with gcc.
4043 * Makefile.in: Regenerate.
4044
dd387d52
JR
40452005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4046
4047 * config/mh-mingw32: Delete.
4048 * configure.in: Don't use it.
4049 * configure: Regenerate.
4050
e90269c8
PB
40512005-03-31 Paolo Bonzini <bonzini@gnu.org>
4052
4053 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4054 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4055 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4056 (HOST_LIB_PATH): Generate from Makefile.def.
4057 (TARGET_LIB_PATH): Likewise.
4058 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4059 * Makefile.in: Regenerate.
4060 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4061 (RPATH_ENVVAR): Include Darwin case.
4062 * configure: Regenerate.
4063
9a237d9e
PB
40642005-03-25 Paolo Bonzini <bonzini@gnu.org>
4065
4066 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4067 * configure: Regenerate.
4068
479759c8
ZW
40692005-03-21 Zack Weinberg <zack@codesourcery.com>
4070
4071 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4072 gcc_version, and gcc_version_trigger from set of flags to pass.
4073 * Makefile.tpl: Remove definitions of above variables.
4074 (config.status): Remove dependency on $(gcc_version_trigger).
4075 * Makefile.in: Regenerate.
4076 * configure.in: Do not reference config/gcc-version.m4 nor
4077 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4078 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4079 * configure: Regenerate.
4080
4cfaf6d5
DD
40812005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4082 Andrew Pinski <pinskia@physics.uc.edu>
4083
4084 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4085 * Makefile.in: Regenerate.
4086
33a3fb7b
AO
40872005-03-01 Alexandre Oliva <aoliva@redhat.com>
4088
4089 PR libgcj/20160
4090 * ltmain.sh: Avoid creating archives with components that have
4091 duplicate basenames.
4092
2da12f12
PB
40932005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4094
479759c8
ZW
4095 PR bootstrap/20250
4096 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4097 instead of check.
4098 * Makefile.in: Regenerate.
2da12f12 4099
b00612cc
PB
41002005-02-28 Paolo Bonzini <bonzini@gnu.org>
4101
4102 Sync from gcc.
4103
4104 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4105
4106 PR bootstrap/17383
4107 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4108 * Makefile.tpl (HOST_SUBDIR): New substitution.
4109 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4110 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4111 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4112 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4113 (Host modules, Bootstrapped modules): Use it.
4114 (Build modules, Target modules): Do not create symlink trees,
4115 always configure out-of-srcdir.
4116 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4117 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4118 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4119 $(HOST_SUBDIR). Create a symlink for host_subdir.
4120
4121 * Makefile.in: Regenerate.
4122 * configure: Regenerate.
4123
4124 Merged from libada-gnattools-branch:
4125 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4126
4127 * Makefile.def: Add gnattools as a module, depending on target-libada.
4128 * Makefile.in: Regenerate.
4129 * configure.in: Include gnattools in host_tools; disable it if ada
4130 is disabled.
4131 * configure: Regenerate.
4132
c3e65f62
NC
41332005-02-23 Nick Clifton <nickc@redhat.com>
4134
4135 * configure: Regenerate.
4136
e4d180c2
NC
41372005-02-22 Paul Schlie <schlie@comcast.net>
4138
4139 * configure.in: Allow darwin targeted ports to build tk, itcl and
4140 libgui.
4141
e3c770b1
EB
41422005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4143
4144 PR libgcj/10353
4145 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4146 * configure: Regenerate.
4147
9c73618c
AC
41482005-02-08 Andrew Cagney <cagney@gnu.org>
4149
4150 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4151 gdb/ section. Update GDB's URL.
4152
c46f8c51
AC
41532005-01-31 Andrew Cagney <cagney@gnu.org>
4154
4155 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4156
c7e66c6d
HPN
41572005-01-29 Hans-Peter Nilsson <hp@axis.com>
4158
4159 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4160 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4161 target-libgloss when not *-*-elf and *-*-aout.
4162 * configure: Regenerate.
4163
a53bf506
AC
41642005-01-27 Andrew Cagney <cagney@gnu.org>
4165
4166 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4167
45181ed1
AC
41682005-01-24 Andrew Cagney <cagney@gnu.org>
4169
4170 * gettext.m4: Only fall back to ../intl/ when it's present.
4171
a1e0f4e4
KC
41722005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4173
4174 * install-sh, config.sub: Import from upstream.
4175
41762005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4177
4178 PR bootstrap/18222
4179 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4180 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4181 * Makefile.in: Regenerate.
4182
c50382e2
PB
41832005-01-03 Paolo Bonzini <bonzini@gnu.org>
4184
4185 Revert 2004-12-28 Makefile changes, a better fix will be
4186 applied to mainline and src after GCC 4.0 branches.
4187
11d07737
PB
41882004-12-28 Paolo Bonzini <bonzini@gnu.org>
4189
4190 PR bootstrap/17383
4191
4192 * Makefile.def (target_modules): Remove stage parameter,
4193 it is always true now.
4194 * Makefile.tpl (configure-build-[+module+],
4195 configure-target-[+module+]): Always build symlink tree
4196 for the directory and for include. BUILD_SUBDIR and
4197 TARGET_SUBDIR cannot be . anymore.
4198 * Makefile.in: Regenerate.
4199
dadfdbe2
DD
42002004-12-25 David Edelsohn <edelsohn@gnu.org>
4201
4202 Revert 2004-12-08 Makefile changes.
4203
dbf85af7
JR
42042004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4205
4206 * configure.in (sh64-*-*): Reenable gprof.
4207 * configure: Regenerate.
4208
6b8fea99
JB
42092004-12-09 Jim Blandy <jimb@redhat.com>
4210
4211 * MAINTAINERS: List 'depcomp' as part of automake.
4212
7341462c
DE
42132004-12-08 David Edelsohn <edelsohn@gnu.org>
4214
4215 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4216 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4217 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4218 * Makefile.in: Regenerate.
4219
21fde4dc
DD
42202004-12-07 Matt Kraai <kraai@ftbfs.org>
4221
4222 * Makefile.tpl: Generate normal dependencies if the LHS module is
4223 not bootstrapped.
4224 * Makefile.in: Regenerate.
4225
3da796a2
RS
42262004-12-03 Richard Sandiford <rsandifo@redhat.com>
4227
4228 * configure.in: Include config/gxx-include-dir.m4. Use
4229 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4230 * configure: Regenerate.
4231
73fb7068
RS
42322004-12-03 Richard Sandiford <rsandifo@redhat.com>
4233
4234 * config.if: Delete.
4235 * configure.in: Set libstdcxx_incdir directly.
4236 * configure: Regenerate.
4237 * MAINTAINERS: Remove mention of config.if.
4238 * src-release (DEVO_SUPPORT): Remove config.if.
4239
6c8e6ce9
EC
42402004-12-02 Eric Christopher <echristo@redhat.com>
4241
3b6098f8
EC
4242 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4243 of things to remove.
6c8e6ce9 4244 * Makefile.in: Regenerate.
479759c8 4245
b8658a2f
RS
42462004-12-02 Richard Sandiford <rsandifo@redhat.com>
4247
4248 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4249 * configure: Regenerate.
4250
afefada0
RS
42512004-12-02 Richard Sandiford <rsandifo@redhat.com>
4252
4253 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4254 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4255 * configure: Regenerate.
4256
5dcac624
DA
42572004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4258
4259 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4260 (hppa*64*-*-*): Delete incorrect comment.
4261 * configure: Rebuilt.
4262
57d1eb1a
DD
42632004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4264
4265 * install-sh, compile: Import from automake.
4266
42672004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4268
4269 * config.guess, config.sub: Import from savannnah.
4270
6d389afc
MS
42712004-11-12 Mike Stump <mrs@apple.com>
4272
4273 * Makefile.def: Add html support.
4274 * Makefile.tpl: Likewise.
4275 * Makefile.in: Regenerate.
4276
69e57115
GK
42772004-11-11 Geoffrey Keating <geoffk@apple.com>
4278
4279 PR 18423
4280 * configure.in: Remove all instances of build-fixincludes from
4281 noconfigdirs.
4282 (build_configargs): Supply --target to subdirectories.
4283 * configure: Regenerate.
4284
4285 * Makefile.def: Make gcc install depend on fixincludes install.
4286 * Makefile.in: Regenerate.
4287
ba719b26
HPN
42882004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4289
4290 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4291 target-libgfortran.
4292 * configure: Regenerate.
4293
c37653e7
DE
42942004-11-07 David Edelsohn <edelsohn@gnu.org>
4295
4296 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4297 like CC.
4298
1eefd493
PB
42992004-11-05 Paolo Bonzini <bonzini@gnu.org>
4300
4301 * Makefile.def (host fixincludes): Specify missing targets.
4302 * Makefile.in: Regenerate.
4303
02b1af09
L
43042004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4305
4306 PR other/17783
4307 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4308 * configure: Regenerated.
4309
7f266840
DJ
43102004-11-04 Daniel Jacobowitz <dan@debian.org>
4311
4312 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4313 * configure: Regenerated.
4314
47444073
AL
43152004-10-28 Eric B. Weddington <ericw@evcohs.com>
4316
4317 PR target/18151
4318 * configure.in (case ${target}): Do not build fixincludes for avr.
4319 * configure: Regenerated.
4320
caeba88f
AL
43212004-10-26 Paolo Bonzini <bonzini@gnu.org>
4322
4323 * configure.in (case ${target}): Do not build fixincludes
4324 on platforms where it is not used.
4325 * configure: Regenerated.
4326
0fdbe983
DJ
43272004-10-23 Daniel Jacobowitz <dan@debian.org>
4328
4329 * configure.in: Use an absolute path to install-sh.
4330 * configure: Regenerated.
4331
1c0f67c1
AC
43322004-10-19 Andrew Cagney <cagney@gnu.org>
4333
4334 * src-release (do-djunpack, do-md5sum): Install the generated file
4335 directly into the proto-toplev/ directory.
479759c8 4336
a9cfce9c
AC
43372004-10-19 Andrew Cagney <cagney@gnu.org>
4338
4339 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4340
ac0fa625
DD
43412004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4342
4343 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4344 * configure: Regenerate.
4345
d27cc32e
PB
43462004-10-06 Paolo Bonzini <bonzini@gnu.org>
4347
4348 Fix wrong conflict resolution in:
4349
4350 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4351
4352 * Makefile.in: Regenerate.
4353 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4354 in the recursive `make', instead of hardwiring `all'.
4355 (Autogenerated TARGET-* variables): New.
4356
1763908f
UW
43572004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4358
4359 Merged from GCC / libtool upstream:
4360 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4361 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4362 * ltcf-cxx.sh (tpf*): Likewise.
4363 * ltconfig (tpf*): Add TPF OS configuration support.
4364
0490e016
NC
43652004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4366
4367 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 4368 * configure: Regenerate.
0490e016 4369
32be62b5
RS
43702004-09-24 Michael Roth <mroth@nessie.de>
4371
4372 * configure.in (--without-headers): Add missing double quotes.
4373 * configure: Regenerate.
4374
6048df60
DD
43752004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4376
4377 * ylwrap: Revert to previous version.
4378
315b3b02
L
43792004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4380
6048df60 4381 PR bootstrap/17369
315b3b02
L
4382 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4383 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4384 SET_GCC_LIB_PATH_CMD.
4385 (BASE_TARGET_EXPORTS): Likewise.
4386 * Makefile.in: Regenerated.
4387
4388 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4389 * configure: Regenerated.
4390
fe69863c
DD
43912004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4392
4393 * config.guess: New upstream version
4394 * compile, depcomp, install-sh, ylwrap: Likewise.
4395
43962004-09-19 Roger Sayle <roger@eyesopen.com>
4397
4398 * config/mh-x86omitfp: New host makefile fragment. Add
4399 -fomit-frame-pointer to the default BOOT_CFLAGS.
4400 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4401 * configure: Regenerate.
4402
44032004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4404
4405 PR target/11572
4406 * configure.in (*-*-darwin*): Renable libobjc.
4407 * configure: Regenerate.
4408
be75bbe1 44092004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 4410
be75bbe1
DB
4411 * Makefile.def: Remove libbanshee.
4412 * Makefile.tpl: Ditto.
4413 * configure.in: Ditto.
4414 * Makefile.in: Regen.
4415 * configure: Ditto.
4416
1b882a91
PB
44172004-09-07 Paolo Bonzini <bonzini@gnu.org>
4418
4419 * missing: Import latest version from master repository.
4420
eb1352ed
NC
44212004-09-04 Nick Clifton <nickc@redhat.com>
4422
4423 * config.sub: Import latest version from master repository.
4424 * config.guess: Likewise.
4425 This includes these changes:
479759c8 4426
eb1352ed
NC
4427 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4428
4429 * config.sub: Handle crisv32, alias etraxfs.
4430 * config.guess (crisv32:Linux:*:*): Handle.
4431
4432 2004-08-13 Brad Smith <brad@comstyle.com>
4433
4434 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4435 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4436
4437 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4438
4439 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4440 assume the processor is a powerpc. This is because coreutils
4441 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4442 in this case, due to a MacOS X bug that causes
4443 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4444 to return a negative number.
4445 Problem reported by Petter Reinholdtsen in:
4446 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4447
4448 2004-07-19 Ben Elliston <bje@gnu.org>
4449
4450 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4451
4452 2004-06-24 Ben Elliston <bje@gnu.org>
4453
4454 * config.guess: Update copyright years.
4455 * config.sub: Likewise.
4456
4457 2004-06-22 Robert Millan <robertmh@gnu.org>
4458
4459 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4460 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4461
4462 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4463
4464 * config.guess (*:*VMS:*:*): New entry. Replaces
4465 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4466 manufacturer.
4467
4468 2004-06-22 Ben Elliston <bje@gnu.org>
4469
4470 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4471 * config.sub: Likewise.
4472
4473 2004-06-22 Ben Elliston <bje@gnu.org>
4474
4475 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4476 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4477
4478 2004-06-11 Ben Elliston <bje@gnu.org>
4479
4480 * config.guess (pegasos:OpenBSD:*:*): Remove.
4481
4482 2004-06-11 Ben Elliston <bje@gnu.org>
4483
4484 From Wouter Verhelst <wouter@grep.be>:
4485 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4486
4487 2004-06-11 Ben Elliston <bje@gnu.org>
4488
4489 * config.guess (luna88k:OpenBSD:*:*): New.
4490
4491 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4492
4493 * config.guess (m32r*:Linux:*:*): New case.
4494 * config.sub: Handle m32rle.
4495
4496 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4497
4498 From Jens Petersen <petersen@redhat.com>:
4499 * config.sub: Handle sparcv8.
4500
4501 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4502
4503 From Tom Smith <smith@cag.lkg.hp.com>:
4504 * config.guess: Version suffixes are equally significant on Tru64
4505 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4506 prefix of "P" (patched kernel).
4507
4508 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4509
4510 * config.sub: Add support for National Semiconductor CRX target.
4511
2a3124ca 45122004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 4513
2a3124ca
RH
4514 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4515 *-*-netware, but add target-libmudflap.
4516 Consolidate *-*-netware targets (of which really only i?86 exists)
4517 into a single entry.
4518 * configure: Likewise.
4519
0df3d27f
PB
45202004-09-01 Paolo Bonzini <bonzini@gnu.org>
4521
4522 * Makefile.tpl (sorry): Remove.
4523 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4524 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4525 (do-clean): Clean per-stage directories too.
4526 (do-distclean): Run distclean-stage1 too.
4527 (.NOTPARALLEL): Enable during toplevel bootstrap.
4528 (stage[+id+]-bubble): Enable parallel execution during
4529 the recursive invocation.
4530 * Makefile.in: Regenerate.
4531
4532 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4533
4534 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4535
4536 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4537 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4538 * configure: regenerate
479759c8
ZW
4539 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4540 -mdynamic-no-pic
0df3d27f
PB
4541
45422004-08-31 Paolo Bonzini <bonzini@gnu.org>
4543
4544 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4545 include.
4546 * configure.in: Fix indentation.
4547 * configure: Regenerate.
4548
ee025550
PB
45492004-08-31 Paolo Bonzini <bonzini@gnu.org>
4550
4551 * Makefile.def (build_modules): Add fixincludes.
4552 (dependencies): Make gcc depend on fixincludes.
4553 * configure.in (build_tools): Add fixincludes.
4554 (build_configdirs): Always include build_libs.
4555 * Makefile.in: Regenerate.
4556 * configure: Regenerate.
4557
45582004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
4559
4560 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4561 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4562 phony targets; do not generate timestamp files.
4563 (distclean-stageN): Remove references to their timestamp files.
4564 (restageN, touch-stageN): Remove.
4565 (stageN-bubble): Rewritten.
4566 (compare): Support lean bootstraps.
4567 * Makefile.in: Regenerate.
4568
4569 * configure.in: Only warn when bootstrapping but
4570 build != host or build != target. Support lean bootstraps.
4571 * configure: Regenerate.
4572
4573 Sync from gcc:
4574 2004-08-26 Phil Edwards <phil@codesourcery.com>
4575
4576 * configure.in: Give a better error message if GMP/MPFR are missing
4577 and a language needing them has been requested.
4578 * configure: Regenerated.
4579
4580 2004-08-25 Phil Edwards <phil@codesourcery.com>
4581
4582 * configure.in: Print a list of available language front-ends if
4583 a requested one is missing. Tidy stray tab characters.
4584 * configure: Regenerated.
4585
72b2455a
PB
45862004-08-17 Paolo Bonzini <bonzini@gnu.org>
4587
4588 * Makefile.in: Regenerate.
4589 * configure: Regenerate.
4590
4591 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4592 stage_*_flags.
4593 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4594 for bootstrapped modules if toplevel bootstrap is going.
4595 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4596 modules. Adjust for changes in Makefile.def. Enable several
4597 rules even in non-bootstrap mode, just to avoid peppering the
4598 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4599 (stage-[+prev+]-bubble): Remove.
4600
4601 * Makefile.def (Dependencies): Depend on all-build-bison,
4602 all-build-flex, all-build-byacc, all-build-texinfo, rather
4603 than the host variations.
4604 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4605 with BUILD_SUBDIR.
4606 (BISON): Update for recent Bisons.
4607 (YACC): Fix typo.
4608 (cross): Depend on all-build.
4609 (all): Do not depend on all-build.
4610 (prebootstrap): Remove.
4611 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4612 (Prebootstrap dependencies): Add them to the per-stage targets
4613 and to all-prebootstrap.
4614 * configure.in (build_configdirs): Always enable build_tools.
4615 (BUILD_DIR_PREFIX): Remove.
4616
4617 * Makefile.def (gcc): Add target variable.
4618 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4619 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4620 in the recursive `make', instead of hardwiring `all'.
4621 (Autogenerated TARGET-* variables): New.
4622
de0b4a87
JW
46232004-08-17 Robert Millan <robertmh@gnu.org>
4624
4625 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4626 (instead of FreeBSD).
4627 * configure: Regenerate.
4628
ad681c85
NN
46292004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4630
675c6968
NN
4631 * Makefile.def, configure.in, src-release: Remove useless, bogus
4632 references to tix.
4633 * Makefile.in, configure: Regenerate.
4634
ad681c85
NN
4635 * src-release: Stop distributing mmalloc with gdb (which doesn't
4636 use it).
4637 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4638 * Makefile.in: Regenerate.
4639
11b04d1f
DD
46402004-08-09 Mark Mitchell <mark@codesourcery.com>
4641
4642 * configure.in (arm*-*-eabi*): New target.
4643 * configure: Regenerate.
4644
f2420bea
NN
46452004-08-01 Robert Millan <robertmh@gnu.org>
4646
4647 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4648 libmudflap for all GNU-based systems (with Glibc).
4649 * configure: Regenerate.
4650
9e6ce191
PB
46512004-08-06 Paolo Bonzini <bonzini@gnu.org>
4652
4653 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4654 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4655 (Dependencies): New section.
4656 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4657 (configure-target-[+module+]): Depend on maybe-all-gcc
4658 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4659 (toplevel profiledbootstrap): Fix dependencies.
4660 * Makefile.in: Regenerate.
4661
df4a6958
MM
46622004-08-03 Mark Mitchell <mark@codesourcery.com>
4663
4664 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4665 target-libiberty to noconfigdirs.
4666
11b04d1f
DD
46672004-08-03 Paul Brook <paul@codesourcery.com>
4668
4669 * configure.in: Check for MPFR as well as GMP.
4670 * configure: Regenerate.
4671
b813574b
PB
46722004-08-03 Paolo Bonzini <bonzini@gnu.org>
4673
4674 * Makefile.def (host-modules): Add gcc.
4675 * Makefile.in: Regenerate.
4676 * Makefile.tpl (sorry): New rule.
4677 (configure-host, all-host, [+make_target+]-host, do-check,
4678 install-host): Do not add gcc as a special case.
4679 (host modules): Add a small special-casing for gcc. Export
4680 extra_make_flags through the environment.
4681 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4682 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4683 other recursive targets for gcc): Remove.
4684
4685 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4686 (stage, unstage): New rules.
4687 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4688 distclean-stage[+id+]): Use stage_current.
4689 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4690 the stage*-start rules.
4691
61edac0c
JW
46922004-07-19 Robert Millan <robertmh@gnu.org>
4693
4694 Synced from gcc:
4695
4696 2004-04-26 Robert Millan <robertmh@gnu.org>
4697
4698 Add patches from libtool CVS.
4699 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4700 * ltconfig: Likewise.
4701 * ltcf-c.sh: Likewise.
4702 * ltcf-cxx.sh: Likewise.
4703 * ltcf-gcj.sh: Likewise.
4704
3e707e94
PB
47052004-07-12 Paolo Bonzini <bonzini@gnu.org>
4706
4707 * configure.in: Add noconfigdirs for crx-*-*.
4708 * configure: Regenerate.
4709
47102004-07-12 Paolo Bonzini <bonzini@gnu.org>
4711
4712 Synced from gcc:
4713
4714 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4715
4716 * configure.in: Build libmudflap by default on FreeBSD.
4717 * configure: Regenerated.
4718
4719 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4720
4721 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4722 systems.
4723 * configure: Regenerated.
4724
4725 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4726
4727 PR target/16344
4728 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4729 feedback based compiler.
4730 * Makefile.in: Rebuilt.
4731
4732 2004-07-05 Phil Edwards <phil@codesourcery.com>
4733
4734 * configure.in: Do not prepend $srcdir to /dev/null in
4735 makefile fragments.
4736 * configure: Regenerate.
4737
a7ee7660
AO
47382004-07-08 Alexandre Oliva <aoliva@redhat.com>
4739
4740 * Makefile.def (host_modules): Set bootstrap=true for flex.
4741 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4742 * Makefile.in: Rebuilt.
4743
6a9cf61e
PB
47442004-07-01 Paolo Bonzini <bonzini@gnu.org>
4745
4746 * Makefile.def (build_modules): Add bison, byacc, flex,
4747 m4, texinfo.
4748 (flags_to_pass): Add FLEX.
4749 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4750 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4751 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4752 DEFAULT_MAKEINFO): Remove.
4753 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4754 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4755 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4756 objdir or else use configured tool.
4757 (all-build): New.
4758 (all): Depend on it.
4759 (Build module dependencies): Add.
4760 * Makefile.in: Regenerate.
4761 * configure.in: Better support for multiple build modules,
4762 matching what is done for host/target modules. Do not look
4763 for "plausible" locations of build tools if Canadian cross.
4764 Use autoconf's AC_PROG_CC to find a C compiler. Define
4765 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4766 * configure: Regenerate.
4767
95b6a1f2
PB
47682004-06-22 Paolo Bonzini <bonzini@gnu.org>
4769
4770 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4771 * Makefile.in: Regenerate.
4772
7ffa0b57
PB
47732004-06-22 Paolo Bonzini <bonzini@gnu.org>
4774
4775 * Makefile.tpl (configure-build-[+module+],
4776 configure-[+module+], configure-target-[+module+]): Pass
4777 [+extra_configure_args+].
4778 (all-build-[+module+], all-[+module+], check-[+module+],
4779 install-[+module+], [+make_target+]-[+module+],
4780 all-target-[+module+], check-target-[+module+],
4781 install-target-[+module+], [+make_target+]-target-[+module+]):
4782 Pass [+extra_make_args+].
4783 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4784 (GCC_HOST_EXPORTS): Remove.
4785 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4786 cross, check-gcc, check-gcc-c++, install-gcc,
4787 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4788 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4789 * Makefile.in: Regenerate.
4790
929ba6e7
CF
47912004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4792
4793 * configure.in: Check for srcdir/winsup rather than build directory
4794 winsup.
4795 * configure: Regenerate.
4796
b76d7de0
CV
47972004-06-17 Corinna Vinschen <vinschen@redhat.com>
4798
4799 * configure.in: Don't build Cygwin native newlib if winsup
4800 directory is missing. Emit warning instead.
4801 * configure: Regenerate.
4802
656fdd47
PB
48032004-06-09 Paolo Bonzini <bonzini@gnu.org>
4804
4805 * Makefile.tpl (touch-stage[+id+]): New.
4806 (restage[+prev+]): Depend on touch-stage[+id+].
4807
4808 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4809 Use it throughout.
4810
4811 * Makefile.def: Add profile and feedback bootstrap stages.
4812 Remove next field from bootstrap stages.
4813 * Makefile.tpl (LN, LN_S): Substitute.
4814 (stageN-start, stageN-end): Use double-colon rules, to
4815 provide a hook for additional setup commands.
4816 (distclean-stageN-gcc, restageN): Create dependencies from
4817 [+prev+], not from [+next+].
4818 (stageN-bubble): Add commands for successive stages from
4819 [+prev+], using double-colon rules.
4820 (all-stageN-gcc): Fix typo.
4821 (stagefeedback-start, profiledbootstrap): New.
4822 * Makefile.in: Regenerate.
4823 * configure.in: Call ACX_PROG_LN.
4824 * configure: Regenerate.
4825
498d4a71
CF
48262004-06-03 Paolo Bonzini <bonzini@gnu.org>
4827
4828 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4829 without gcc.
4830 * configure: Regenerate.
4831
377d8c42
PB
48322004-06-01 Paolo Bonzini <bonzini@gnu.org>
4833
4834 * Makefile.tpl: Fix typo.
4835 * Makefile.in: Regenerate.
4836
f5f8a794
PB
48372004-06-01 Paolo Bonzini <bonzini@gnu.org>
4838
4839 * configure.in: Remove new- prefix from toplevel
4840 bootstrap targets.
4841 * configure: Regenerate.
4842
f7a4c34f
PB
48432004-06-01 Paolo Bonzini <bonzini@gnu.org>
4844
4845 Merge this patch from the gcc tree:
4846
4847 2004-05-30 Andreas Jaeger <aj@suse.de>
4848 Jim Wilson <wilson@specifixinc.com>
4849
4850 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4851 like CC.
4852
319cab08
PB
48532004-06-01 Paolo Bonzini <bonzini@gnu.org>
4854
4855 * Makefile.tpl (all.normal): Rename to all.
4856 (all): Replace with a rule to pick the default
4857 target from configure.
4858 (all-gcc, configure-gcc): Use conditionals to
4859 do nothing when toplevel bootstrap is going on.
4860 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4861 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4862 * configure.in: Support --enable-bootstrap.
4863
4864 * Makefile.def: Remove new- prefix from toplevel
4865 bootstrap targets.
4866 * Makefile.tpl: Likewise.
4867
4868 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4869 target.
4870
4871 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4872 $(RECURSE_FLAGS) to recursive invocation of make.
4873
4874 * Makefile.in: Regenerate.
4875 * configure: Regenerate.
4876
88f64edc
DJ
48772004-05-27 Daniel Jacobowitz <dan@debian.org>
4878
4879 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4880 * configure: Regenerate.
4881
378fce5b
DD
48822004-05-25 Daniel Jacobowitz <drow@false.org>
4883
4884 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4885 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4886 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4887 targets.
4888 * Makefile.in: Regenerate.
4889
dfdffa2c
PB
48902005-05-24 Paolo Bonzini <bonzini@gnu.org>
4891
4892 * configure.in: Test the ability to symlink directories.
4893 * configure: Regenerate.
4894
4895 * Makefile.def (bootstrap-stage): New definitions.
4896 * Makefile.tpl (configure-stage1-gcc,
4897 configure-stage2-gcc, configure-stage3-gcc,
4898 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4899 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4900 new-restage3, compare): Autogenerate, see Makefile.in
4901 entry for behavioral changes.
4902 (distclean-stage1, new-stage1-start, new-stage1-end,
4903 new-stage1-bubble, distclean-stage2, new-stage2-start,
4904 new-stage2-end, new-stage2-bubble, distclean-stage3,
4905 new-stage3-start, new-stage3-end): New autogenerated targets.
4906 (objext, prebootstrap, BOOT_CFLAGS,
4907 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4908 targets.
4909
4910 * Makefile.in: Regenerate.
4911 (distclean-stage1, new-stage1-start, new-stage1-end,
4912 new-stage1-bubble, distclean-stage2, new-stage2-start,
4913 new-stage2-end, new-stage2-bubble, distclean-stage3,
4914 new-stage3-start, new-stage3-end): New targets.
4915 (all-stage1-gcc): Move prebootstrap dependency from here...
4916 (configure-stage1-gcc): ...to here.
4917 (new-bootstrap): Use bubble targets.
4918 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4919 Use per-stage distclean targets.
4920 (configure-stage1-gcc, configure-stage2-gcc,
4921 configure-stage3-gcc, all-stage1-gcc,
4922 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4923 Use new-stageN-start to prepare the tree.
4924
04cf1b77
PB
49252004-05-23 Paolo Bonzini <bonzini@gnu.org>
4926
4927 * Makefile.def (host_modules): add libcpp.
4928 * Makefile.tpl: Add dependencies on and for libcpp.
4929 * Makefile.in: Regenerate.
4930 * configure.in: Add libcpp host module.
4931 * configure: Regenerate.
4932
80b200a1
ZW
49332004-05-17 Zack Weinberg <zack@codesourcery.com>
4934
4935 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4936 of libf2c.
4937 * configure, Makefile.in: Regenerate.
4938
4b1cb4fe
DD
49392004-05-13 Diego Novillo <dnovillo@redhat.com>
4940
4941 Merge from tree-ssa-20020619-branch.
4942
4943 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4944 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4945 (HOST_GMPLIBS): Define.
4946 (HOST_GMPINC): Define.
4947 (TARGET_LIB_PATH): Add libmudflap.
4948 (GFORTRAN_FOR_TARGET): Define.
4949 (configure-build*): Export GFORTRAN.
4950 (configure-gcc): Export GMPLIBS and GMPINC.
4951 (all-gcc): Add maybe-all-libbanshee.
4952 (configure-target-libgfortran): Define.
4953 * Makefile.in: Regenerate.
4954 * configure.in (host_libs): Add libbanshee.
4955 (target_libraries): Add target-libmudflap and target-libgfortran.
4956 Add --with-libbanshee.
4957 Handle --disable-libmudflap.
4958 (*-*-freebsd*): Use with_gmp.
4959 Add $(libgcj) to noconfigdirs.
4960 * configure: Regenerate.
4961 * depcomp: New file.
4962 * MAINTAINERS: Add tree-ssa maintainers.
4963
49642004-04-28 Paolo Bonzini <bonzini@gnu.org>
4965
4966 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4967 * configure: Regenerate.
4968
b8908782
DD
49692004-04-27 Paolo Bonzini <bonzini@gnu.org>
4970
4971 Revert:
4972 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4973
4974 * Makefile.def (flags_to_pass): Remove *dir variables that
4975 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4976 as well as prefix and exec_prefix.
4977 * Makefile.in: Regenerate.
4978
49792004-04-26 Paolo Bonzini <bonzini@gnu.org>
4980
4981 * Makefile.def (host_modules): Mark with the bootstrap
4982 flag packages on which gcc depends.
4983 * Makefile.tpl (all-bootstrap): Use it.
4984 * Makefile.in: Regenerate.
4985
49862004-04-26 Paolo Bonzini <bonzini@gnu.org>
4987
4988 * Makefile.def (flags_to_pass): Remove *dir variables that
4989 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4990 as well as prefix and exec_prefix.
4991 * Makefile.in: Regenerate.
4992
49932004-04-26 Paolo Bonzini <bonzini@gnu.org>
4994
80b200a1
ZW
4995 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4996 * configure: Regenerate.
4997 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4998 * gcc/Makefile.tpl (compare): Use the result of the test.
4999 * gcc/Makefile.in: Regenerate.
b8908782
DD
5000
50012004-04-23 Paolo Bonzini <bonzini@gnu.org>
5002
5003 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5004 Always relocate gcc and prev-gcc to the original names, even
5005 if the build fails.
5006 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5007 New targets.
5008
0f260896
RO
50092004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5010
5011 * configure.in (mips*-*-irix5*): Enable ld.
5012 * configure: Regenerate.
5013
51860f05
JW
50142004-04-15 James E Wilson <wilson@specifixinc.com>
5015
5016 * Makefile.tpl (configure-[+module+], configure-gcc,
5017 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5018 Set and export LDFLAGS.
5019 * Makefile.in: Regenerate.
5020
54752a6b
NN
50212004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5022
5023 PR bootstrap/14871
5024 * Makefile.tpl: If we don't have built-in-tree target tools,
5025 use the ones found by configure rather than hacking around with
5026 program_transform_name.
5027 * configure.in: Give Makefile.tpl the information necessary
5028 to do that.
5029 * Makefile.in: Regenerate.
5030 * configure: Regenerate.
5031
50322004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5033
5034 PR bootstrap/14760
5035 * configure.in: When computing baseargs, strip *all* copies of
5036 offending options. Also, don't match/substitute the trailing space,
5037 so that this actually works when two similar options are separated by
5038 only one space.
5039 * configure: Regenerate.
5040
50412004-04-06 David Edelsohn <edelsohn@gnu.org>
5042
80b200a1
ZW
5043 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5044 (rs6000-*-aix*): Same.
5045 * configure: Regenerate.
54752a6b 5046
5e2b61fb
SS
50472004-03-25 Stan Shebs <shebs@apple.com>
5048
5049 Remove MPW support, no longer used.
5050 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5051 mpw-install: Remove files.
5052 * src-release (DEVO_SUPPORT): Remove names of removed files.
5053 * MAINTAINERS: Likewise.
5054
1a6f2dc7
NN
50552004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5056
a0049f1b
NN
5057 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5058 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5059 * Makefile.in: Regenerate.
5060
1a6f2dc7
NN
5061 * configure.in (top level bootstrap support): Rework --enable-werror
5062 to set @stage2_werror_flag@.
5063 * configure: Regenerate.
5064 * Makefile.tpl (top level bootstrap support): Pass
5065 @stage2_werror_flag@ down to configure in stages 2 and 3.
5066 * Makefile.in: Regenerate.
5067
920e3419
NN
50682004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5069
5070 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5071 for stages 2 and 3 as well as in make. As a consequence, remove
5072 OUTPUT_OPTION (now detected by configure) from the flags passed down
5073 to make.
5074 * Makefile.in: Regenerate.
5075
5076 * Makefile.tpl (new-bootstrap): Fix typo.
5077 * Makefile.in: Regenerate.
5078
4fa63067
NN
50792004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5080
5081 * Makefile.tpl: Rearrange by moving recursive_targets rules
5082 into their proper sections.
5083 * Makefile.tpl (top level bootstrap support): Move disabling
5084 of coverage flags from 'make' to 'configure'; improve comments.
5085 * Makefile.in: Regenerate.
5086
5087 * Makefile.tpl (experimental top level bootstrap) Move stage1
5088 language setting from all- target to configure- target; disable
5089 intermodule optimization in stage 1; prevent gratuitous rebuilds
5090 of stage 1.
5091 * Makefile.in: Regenerate.
5092 * configure.in: Comma-separate stage 1 language list for top
5093 level bootstrap.
5094 * configure: Regenerate.
5095
5096 * Makefile.tpl: Clean up experimental top level bootstrap support:
5097 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5098 prev-gcc in configure- targets as well as all- targets.
5099 * Makefile.in: Regenerate.
5100
fb8a10fd
NN
51012004-03-17 Paolo Bonzini <bonzini@gnu.org>
5102
5103 * configure.in: Remove symbolic link section.
5104 * configure: Regenerate.
5105 * Makefile.tpl (links): Remove.
5106 * Makefile.in: Regenerate.
5107
947f426e 51082004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5109 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5110
5111 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5112 Set with AC_CHECK_PROGS.
947f426e
NN
5113 * configure.in: Fix comment typo from last patch.
5114 * configure: Regenerate.
5115
1d39f329
NN
51162004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5117
5118 * Makefile.tpl: Introduce experimental top level bootstrap support.
5119 * Makefile.in: Regenerate.
5120 * configure.in: Introduce support for top level bootstrap.
5121 * configure: Regenerate.
5122
4b0ac75d 51232004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5124 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
5125
5126 PR bootstrap/14522
5127 * configure.in: Cope with shells that do not support unquoted ^
5128 * configure: Regenerate.
5129
2e70b094 51302004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5131 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
5132
5133 PR bootstrap/14522
5134 * configure.in: Cope with shell that do not support nesting
5135 quotes inside quoted backquote substitutions.
5136 * configure: Regenerate.
5137
51382004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5139
5140 PR bootstrap/14522
5141 * configure.in: Fix escaping of $.
5142 * configure: Regenerate.
5143
9e07f89d
NN
51442004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5145
5146 * configure: Regenerate.
5147
51482004-03-08 Paolo Bonzini <bonzini@gnu.org>
5149
5150 PR ada/14131
5151 Move language detection to the top level.
5152 * configure.in: Find default values for the tools as
5153 soon as possible. Disable ada if GNAT is not found.
5154 Emit error message about missing languages. Expand
5155 --enable-languages=all for the gcc subdirectory.
5156
1712ab83
RS
51572004-03-01 Richard Sandiford <rsandifo@redhat.com>
5158
5159 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5160 and disable libgcj.
5161 * configure: Regenerated.
5162
3dee29da
NN
51632004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5164
5165 PR bootstrap/7087
5166 * Makefile.tpl: Guard XFOO sed statements better.
5167 * Makefile.tpl: Add dependency for configure-target-libada.
5168 * Makefile.in: Regenerate (incidentally fixes broken
5169 commit when libada-branch was merged).
5170
0558264b
AC
51712004-02-28 Andrew Cagney <cagney@redhat.com>
5172
5173 * src-release (CVS_NAMES): Define.
5174 (do-tar, do-tar): Prune $(CVS_NAMES).
5175
c38f9803
AC
51762004-02-23 Andrew Cagney <cagney@redhat.com>
5177
5178 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5179 2004-02-19.09.
5180
55636792
NN
51812004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5182
5183 PR bootstrap/11932
5184 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5185
1e600082
AC
51862004-02-19 Andrew Cagney <cagney@redhat.com>
5187
5188 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5189 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5190
3769cd82
DD
51912004-02-11 David Edelsohn <edelsohn@gnu.org>
5192
5193 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5194 (rs6000-*-aix*): Same.
5195 * configure: Regenerate.
5196
a92834c8
DD
51972004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5198
5199 * configure.in (host): Add in missing $noconfigdirs to defines.
5200 * configure: Regenerate.
5201
a2592b1b
DD
52022004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5203 Nathanael Nerode <neroden@gcc.gnu.org>
5204
5205 PR ada/6637, PR ada/5911
80b200a1 5206 Merge with libada-branch:
a2592b1b
DD
5207 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5208 with appropriate dependencies. Add --enable-libada configure switch.
5209 * configure, Makefile.in: Regenerate.
5210
e31d1ea3
DD
52112004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5212
5213 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5214 * configure: Regenerate.
5215
db85f5c0
JJ
52162004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5217
5218 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5219
fc434214
DD
52202004-01-23 DJ Delorie <dj@redhat.com>
5221
5222 * Makefile.def (target_modules) [libiberty]: Don't stage.
5223 * Makefile.in: Rebuilt.
5224
ad445c2c 52252004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5226
ad445c2c
JJ
5227 * COPYING.NEWLIB: Update to include copyrights for new
5228 iconv code.
5229
72bbedde
AC
52302004-01-15 Andrew Cagney <cagney@redhat.com>
5231
5232 * src-release: Update copyright year.
5233 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5234 (NEWLIB_SUPPORT_DIRS): Delete macro.
5235 (newlib.tar.bz2): Delete rule.
5236
a6d6062d
DD
52372004-01-14 Loren J. Rittle <ljrittle@acm.org>
5238
5239 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5240 * Makefile.tpl (configure-target-[+module+]): Support stage.
5241 * Makefile.in: Rebuilt.
5242
f8b73030
MR
52432003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5244
5245 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5246 throughout.
5247
aff0e9df
NN
52482004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5249
bb5dca17
NN
5250 * configure.in: Use ./config.cache, not config.cache.
5251 * configure: Regenerate.
5252 * Makefile.tpl: Special-casing not needed for GCC any more.
5253 * Makefile.in: Regenerate.
5254
82252c06
NN
5255 * configure.in: Don't share a cache file for host dirs.
5256 * configure: Regenerate.
5257
aff0e9df
NN
5258 * config-ml.in: Don't mess with the cache file.
5259
95036d20
NN
52602004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5261
ac7b618e
NN
5262 * Makefile.tpl: Make GCC use a separate config.cache.
5263 * Makefile.in: Regenerate.
5264
95036d20
NN
5265 PR bootstrap/11932, PR bootstrap/11933
5266 (I don't know if it will fix either of them, but it relates
5267 to them.)
5268 * configure.in: Don't use shared config.cache for target
5269 directories.
5270 * configure: Regenerate.
5271
08c1856b
DD
52722003-12-31 Roger Sayle <roger@eyesopen.com>
5273
5274 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5275 * configure: Regenerated.
5276
c1968181 52772003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5278
9eb322aa
MF
5279 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5280 * configure: Regenerated.
c1968181 5281
10ecffb9
NN
52822003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5283
5284 Port change over from GCC:
5285 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5286 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5287 (configure-build-[+module+], configure-[+module+]): Likewise.
5288 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5289 * Makefile.in: Regenerate.
5290
f2ab5990
TF
52912003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5292
5293 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5294 * configure: Regenerate.
5295
41a7d11a
JJ
52962003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5297
80b200a1 5298 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
5299 stdlib.
5300
d9441a1f
DD
53012003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5302
5303 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5304 * Makefile.in: Regenerate.
5305
3a48a978
DD
53062003-10-20 Phil Edwards <phil@codesourcery.com>
5307
5308 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5309 * configure: Regenerate.
5310
f0b24077
NN
53112003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5312
5313 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5314 HOST_FLAGS_TO_PASS.
5315 * Makefile.in: Regenerate.
5316
5fbad20a
DD
53172003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5318
5319 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5320 * configure: Rebuilt
5321 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5322 * Makefile.in: Rebuilt
5323
78be4155
L
53242003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5325
5326 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5327
051fcc7a
L
53282003-10-01 Phil Edwards <pme@gcc.gnu.org>
5329
5330 * config-ml.in: Use ac_configure_args directly instead of
5331 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5332 actually seen.
5333
53342003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5335
5336 * config-ml.in: Propagate INSTALL variables.
5337
f27d4f92
DJ
53382003-09-21 Daniel Jacobowitz <drow@mvista.com>
5339
5340 * configure.in: Pass a computed --program-transform-name
5341 to subconfigures.
5342 * configure: Regenerated.
5343
cae4d560
NN
53442003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5345
5346 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5347 * Makefile.in: Regenerate.
5348
5349 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5350 * Makefile.in: Regenerate.
5351
8ff944f6
DJ
53522003-09-17 Daniel Jacobowitz <drow@mvista.com>
5353
5354 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5355 quoting.
5356 * configure: Regenerated.
5357
d9a35680
MC
53582003-09-12 Michael Chastain <mec@shout.net>
5359
5360 Fix PR gdb/857.
5361 * src-release (do-proto-topleve): Remove junk files
5362 intl/config.cache, intl/config.status,
5363 intl/config.h, intl/stamp-h.
5364
710068b9
AC
53652003-09-14 Andrew Cagney <cagney@redhat.com>
5366
5367 * src-release (dejagnu.tar): New target.
5368 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5369 (do-djunpack): Use $(PACKAGE) for the package name.
5370
e1008165
DD
53712003-09-04 DJ Delorie <dj@redhat.com>
5372
5373 * configure: Regenerate.
5374
21998d12
NC
53752003-09-04 Robert Millan <robertmh@gnu.org>
5376
5377 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 5378
ccca4bb3
DD
53792003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5380
5381 * configure.in: Ensure arguments to sed are properly spaced.
5382 * configure: Regenerate.
5383
ee949b5e
DJ
53842003-08-28 Daniel Jacobowitz <drow@mvista.com>
5385
5386 Merge from gcc:
5387 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5388 * install-sh: Update to newer upstream versions (associated with
5389 aclocal 1.7).
5390 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5391
75addda2
DJ
53922003-08-27 Daniel Jacobowitz <drow@mvista.com>
5393
5394 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5395 * configure: Regenerated.
5396
8d2877d8
NN
53972003-08-23 Phil Edwards <pme@gcc.gnu.org>
5398
5399 * configure.in: Use newline instead of semicolon when assuming
5400 shell arguments in a for loop.
5401 * configure: Regenerated.
5402
d2cc0e0d
GK
54032003-08-20 Geoffrey Keating <geoffk@apple.com>
5404
5405 PR 8180
5406 * configure.in: When testing with_libs and with_headers, treat
5407 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5408 * configure: Regenerate.
80b200a1 5409
d2cc0e0d
GK
5410 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5411 make, shell, etc.
5412 (baseargs): Likewise.
5413 * configure: Regenerate.
5414
04d1ab34
GK
54152003-08-19 Geoffrey Keating <geoffk@apple.com>
5416
5417 * configure.in: Disable libgcj for darwin not on powerpc.
5418 * configure: Rebuild.
5419
ca506da8
MC
54202003-08-15 Michael Chastain <mec@shout.net>
5421
5422 * src-release (do-proto-toplev): Remove junk files
5423 dejagnu/example/calc/config.status,
5424 dejagnu/example/calc/config.log.
5425
a4aa3f49
DD
54262003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5427
5428 * config-ml.in, symlink-tree: Add license.
5429
ede4fbe4
NN
54302003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5431
5432 Merge from gcc:
5433
5434 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5435 * Makefile.tpl (check, check-c++): Express dependencies using
5436 dependencies rather than commands.
5437 * Makefile.in: Regenerate.
5438
5439 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5440 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5441 * Makefile.in: Update.
5442
970f29af
AC
54432003-08-01 Andrew Cagney <cagney@redhat.com>
5444
5445 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5446 * configure: Ditto.
5447
b2884a0c
DD
54482003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5449
5450 * configure.in: Enable libgcj for darwin.
5451 * configure: Rebuild.
5452
c07f46a4
NN
54532003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5454
5455 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5456
9175bfc0
NN
54572003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5458
5459 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5460 creating target and build subdirs to build all parent dirs as needed.
5461 * Makefile.in: Rebuild.
5462 * configure.in: Don't build dirs explicitly here.
5463 * configure: Rebuild.
5464
b9abda6a
AO
54652003-07-22 Alexandre Oliva <aoliva@redhat.com>
5466
5467 * Makefile.tpl (all-make): Depend on intl.
5468 * Makefile.in: Rebuilt.
5469
eef8ffd4
NN
54702003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5471
5472 * config.if: Remove unused libc_interface determination.
5473
295efaf0
NN
54742003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5475
5476 * Makefile.in: Regenerate, correctly this time.
5477
e5c3f801
NN
54782003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5479
5480 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5481 unused INSTALL_PROGRAM_ARGS.
5482 * configure.in: Use AC_PROG_INSTALL.
5483 * Makefile.in: Regenerate.
5484 * configure: Regenerate.
5485
4a18bd6b
AO
54862003-07-10 Alexandre Oliva <aoliva@redhat.com>
5487
5488 * configure: Rebuilt.
5489 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5490 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5491 newlib nor libgloss.
5492 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5493 * configure.in (am33_2.0-*-linux*): Added.
5494
fbd1054d
BW
54952003-07-09 Bob Wilson <bob.wilson@acm.org>
5496
5497 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5498 * configure: Regenerate.
5499
b40e3958
L
55002003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5501
5502 * config-ml.in: Replace PWD with PWD_COMMAND.
5503 * Makefile.tpl: Likewise.
5504 * Makefile.in: Regenerated.
5505
4a5be7ba
NN
55062003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5507
5508 * configure.in: Clean up config-lang.in handling. Delete
5509 useless assignment to "subdirs".
5510 * configure: Regenerate.
5511
9c14acb8
NN
55122003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5513
5514 * configure.in: Rename 'target_libs' to 'target_libraries'.
5515 Remove useless reference to 'target_libs'.
5516 * configure: Regenerate.
5517
8f32e830
KS
55182003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5519
5520 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5521 * Makefile.in: Regenerate.
5522
12f0bd74
NN
55232003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5524
5525 * Makefile.def: Introduce flags_to_pass.
5526 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5527 * Makefile.in: Regenerate.
5528
b07c2aad
HPN
55292003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5530
5531 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5532 and target-libgloss.
5533 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5534 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 5535 * configure: Regenerate.
b07c2aad 5536
56f25033
DD
55372003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5538
5539 * configure.in: Update testsuite_flags to new location.
5540 * configure. Regenerate.
80b200a1 5541
4ec9a3b2
NN
55422003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5543
5544 * Makefile.tpl: Remove BUILD_CC stuff.
5545 * Makefile.in: Regenerate.
5546
059083b1 55472003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5548
059083b1
L
5549 * config.guess: Update to 2003-06-12 version.
5550 * config.sub: Update to 2003-06-13 version.
5551
535b046a
TS
55522003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5553
5554 * MAINTAINERS: Add myself as MIPS co-maintainer.
5555
00c22daa 55562003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5557
00c22daa
L
5558 * config.guess: Update to 2003-06-06 version.
5559 * config.sub: Update to 2003-06-06 version.
5560
1047cb91
DD
55612003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5562
5563 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5564 * configure. Regenerate.
5565
123494c8
NN
55662003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5567
1047cb91
DD
5568 * configure.in: Disable serial configure by default.
5569 * configure: Regenerate.
5570 * Makefile.tpl: Abolish .NOTPARALLEL.
5571 * Makefile.in: Regenerate.
5572
7f121bbf
NN
5573 * Makefile.tpl: Replace {build,host,target}_canonical by
5574 {build,host,target}.
5575 * Makefile.in: Regenerate.
5576
123494c8
NN
5577 * Makefile.tpl: Fix stupid pasto.
5578 * Makefile.in: Regenerate.
5579
ec7e0995
NN
55802003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5581
5582 * Makefile.tpl: Remove bogus conditional.
5583 * Makefile.in: Regenerate.
5584
27b1cc72
NN
55852003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5586
2a4cbe27
NN
5587 * Makefile.tpl: Make 'recursive targets' using autogen rather
5588 than shell loop. Remove duplicate 'clean' targets and false
5589 comments.
5590 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5591 Add systematic method of specifying missing targets in subdirs.
5592 Add copyright boilerplate.
5593 * Makefile.in: Regenerate.
5594 * configure.in: Add 'recursive targets' to maybe list.
5595 * configure: Regenerate.
5596
27b1cc72
NN
5597 * Makefile.tpl: Rename [+target+] to [+make_target+].
5598 * Makefile.def: Rename 'target' to 'make_target'.
5599
01e51bd0
NC
56002003-05-30 Nick Clifton <nickc@redhat.com>
5601
5602 * README-maintainer-mode: Update URL for locating blessed config
5603 tools.
5604
2fd84b42
NC
56052003-05-29 Robert Millan <rmh@debian.org>
5606
5607 * ltconfig: Import this patch and modify for use with current
5608 version of ltconfig:
5609
5610 2003-05-21 Bruno Haible <bruno@clisp.org>
5611
5612 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5613 GNU/FreeBSD.
5614
8945c6bb
DD
56152003-05-28 DJ Delorie <dj@redhat.com>
5616
5617 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5618 * Makefile.in: Regenerate.
5619
2f9632a1
JJ
56202003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5621
80b200a1 5622 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 5623
3a12db16 56242003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 5625
3a12db16
DD
5626 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5627 newlib or libgloss.
5628 * Makefile.in: Regenerate.
5629
44482353
DD
56302003-05-21 DJ Delorie <dj@redhat.com>
5631
5632 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5633 * Makefile.in: Regenerate.
5634
fec2c52d
MR
56352003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5636
5637 * configure.in: Use curly braces in the definition of tooldir.
5638 * configure: Regenerate.
5639
16ae0395
NN
56402003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5641
5642 * configure.in: Switch more things to use maybe dependencies.
80b200a1 5643 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
5644 Factor out common code from autogen IF statements.
5645 * configure: Regenerate.
5646 * Makefile.in: Regenerate.
5647
ec11bdc6
DD
56482003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5649
5650 * configure.in: Accept i[3456789]86 for machine type.
5651 * configure: Regenerate.
5652
dd12c3a8
NN
56532003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5654
5655 * configure.in: Switch more things to use maybe dependencies.
5656 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5657 * configure: Regenerate.
5658 * Makefile.tpl: Switch more things to use maybe dependencies.
5659 * Makefile.in: Regenerate.
5660
cf662e21
AJ
56612003-05-16 Andreas Schwab <schwab@suse.de>
5662
5663 * Makefile.tpl (install-opcodes): Define.
5664 * Makefile.in: Rebuild.
5665
5481b376
AJ
56662003-05-13 Andreas Jaeger <aj@suse.de>
5667
5668 * config.guess: Update to 2003-05-09 version.
5669 * config.sub: Update to 2003-05-09 version.
5670
3959a22a
AJ
56712003-05-13 Michael Eager <eager@mvista.com>
5672
5673 * configure.in: Correct sed script so that options in quotes are not
5674 deleted.
5675 * configure: Rebuild.
5676
564b43e5
CV
56772003-05-12 Corinna Vinschen <corinna@vinschen.de>
5678
5679 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5680 and $$s/newlib/libc/sys/cygwin32 include paths.
5681 * configure: Ditto.
5682
bb947dc9
L
56832003-05-05 H.J. Lu <hjl@gnu.org>
5684
5685 * config-ml.in: Restored from gcc repository.
5686
77f7441a
CD
56872003-05-02 Chris Demetriou <cgd@broadcom.com>
5688
80b200a1
ZW
5689 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5690 * Makefile.in: Regenerate.
77f7441a 5691
a26d7085
DJ
56922003-04-27 Daniel Jacobowitz <drow@mvista.com>
5693
5694 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5695 and Makefile.def.
5696
e4c4d240
DJ
56972003-04-27 Daniel Jacobowitz <drow@mvista.com>
5698
5699 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5700 * Makefile.in: Regenerated.
5701
62a3fc85
DD
57022003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5703
5704 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5705 * Makefile.in: Regenerate.
5706
57072003-04-18 Jakub Jelinek <jakub@redhat.com>
5708
5709 * configure.in (powerpc64*-*-linux*): Remove.
5710 * configure: Rebuilt.
5711
5b474aa8
DD
57122003-04-17 Phil Edwards <pme@gcc.gnu.org>
5713
5714 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5715 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5716 and restrap.
5717 * Makefile.in: Regenerate.
5718
57192003-04-16 Richard Earnshaw <rearnsha@arm.com>
5720
5721 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5722 * configure: Regenerated.
5723
bc295afe
AO
57242003-04-11 Alexandre Oliva <aoliva@redhat.com>
5725
5726 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5727 * */configure: Rebuilt.
5728
3728fade
NN
57292003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5730
5731 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5732 * Makefile.in: Regenerate.
5733
ce5b542e
MC
57342003-03-14 Michael Chastain <mec@shout.net>
5735
5736 * Makefile.in: Regenerate with correct Makefile.def.
5737
3db0a37f
NN
57382003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5739
5740 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5741 Make macro.
5742 * Makefile.in: Regenerate.
5743 * configure.in: Clean up gxx_include_dir logic.
5744 * configure: Regenerate.
5745
34349c6e
DD
57462003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5747
5748 * configure.in (gxx_include_dir): Fix typo.
5749 * configure: Regenerated.
5750
686c28c9
AC
57512003-03-06 Andrew Cagney <cagney@redhat.com>
5752
5753 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5754
bba45b8b 57552003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 5756
bba45b8b
NN
5757 * configure.in: Include $(build_tooldir)/sys-include in
5758 FLAGS_FOR_TARGET.
5759 * configure: Regenerated.
5760
2683747f
NN
57612003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5762
bba45b8b
NN
5763 * Makefile.tpl: Reindent.
5764 * Makefile.in: Regenerate.
5765 * configure.in: Reindent. Don't set unused variables.
5766 * configure: Regenerate.
5767
2683747f
NN
5768 * Makefile.tpl: Always pass down RANLIB.
5769 * Makefile.in: Regenerate.
5770
5771 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5772 * Makefile.in: Regenerate.
5773 * configure.in: Remove unused logic relating to --enable-shared
5774 and --enable-threads. Remove bogus comments. Remove redundant
5775 noconfigdirs.
5776 * configure: Regenerate.
5777
5778 * configure.in: Replace ${libstdcxx_version} by its value.
5779 Remove reference to mh-dgux.
5780 * configure: Regenerate.
5781
50212802
NN
57822003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5783
5784 * Makefile.tpl: Rearrange.
5785 * Makefile.in: Regenerate.
5786
a6be7fc6
NC
57872003-02-25 Nick Clifton <nickc@redhat.com>
5788
5789 * configure: Remove site-file supprot - it is obsolete.
5790
f8a495c8
NC
57912003-02-24 Uwe Stieber <uwe@wwws.de>
5792
5793 * configure.in: Add support for kaOS as cross build target system.
5794 * configure: Regenerated.
5795
3decd77d
DD
57962003-02-20 Sean McNeil <sean@blue.mcneil.com>
5797
5798 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5799 configure-target-* as some target builds may require additional
5800 flags for preprocessor tests.
5801 * Makefile.in: Regenerated.
5802
f4ff34a3
AO
58032003-02-19 Alexandre Oliva <aoliva@redhat.com>
5804
5805 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5806 * ltconfig: Handle it.
5807 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5808 auto-detecting it.
5809
b7e4a931
AO
58102003-02-19 Alexandre Oliva <aoliva@redhat.com>
5811
5812 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5813 it is used as argument to $CC.
5814 * ltcf-gcj.sh: Likewise.
5815
6b784d9f
AO
58162003-02-19 Alexandre Oliva <aoliva@redhat.com>
5817
5818 * configure.in: Introduce --enable-maintainer-mode.
5819 * configure: Rebuilt.
5820 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5821 for maintainer mode.
5822 * Makefile.in: Rebuilt.
5823
8bcd8a07
AC
58242003-02-19 Andrew Cagney <ac131313@redhat.com>
5825
5826 * configure: Regenerate using autoconf 2.13.
5827
ee3fd329
AM
58282003-02-19 Alan Modra <amodra@bigpond.net.au>
5829
5830 * config.guess: Import latest version.
5831 * config.sub: Import latest version.
5832
e9e45685
JM
58332003-02-18 Jason Merrill <jason@redhat.com>
5834
5835 * Makefile.tpl (check-c++): Allow parallelism.
5836
859789af
AC
58372003-02-17 Andrew Cagney <ac131313@redhat.com>
5838
5839 * configure: Regenerate using autoconf 000227.
5840
b3f16a9b
GK
58412003-02-15 Geoffrey Keating <geoffk@apple.com>
5842
5843 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5844 don't configure target-libobjc.
5845 * configure: Regenerate.
5846
72e60e02
DD
58472003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5848
5849 * Makefile.tpl (RANLIB): Define.
5850 * Makefile.in: Regenerate.
5851
91f0e695
KS
58522003-02-06 Keith R Seitz <keiths@redhat.com>
5853
5854 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5855 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5856 * Makefile.in: Regenerated.
5857 * configure.in: Remove all traces of snavigator, db, and grep.
5858 * configure: Regenerated.
5859
122bfa92
FCE
58602003-01-31 Frank Ch. Eigler <fche@redhat.com>
5861
5862 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5863 * Makefile.in: Regenerated.
5864
264095c3
AO
58652003-01-30 Alexandre Oliva <aoliva@redhat.com>
5866
5867 * config.if: Copy from GCC.
5868
a84dbcb3
AO
58692003-01-27 Phil Edwards <pme@gcc.gnu.org>
5870
5871 * configure.in: Revert 24Jan change.
5872 * configure: Regenerate.
5873
19618276
NN
58742003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5875
5876 * configure.in: Revert previous change.
5877 * configure: Regenerate.
5878
b7f27a92
NN
58792003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5880
5881 * configure.in: Make rda native-only.
5882 * configure: Regenerate.
5883
83326456
NN
58842003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
5885
5886 * configure.in: Add missing \.
5887 * configure: Rebuilt.
5888
5e367fa5
JJ
58892003-01-17 Jakub Jelinek <jakub@redhat.com>
5890
5891 * configure.in (baseargs): Avoid using \| in sed regular
5892 expressions.
5893 * configure: Rebuilt.
5894
e01f337c
JJ
58952003-01-16 Jakub Jelinek <jakub@redhat.com>
5896
5897 * configure.in (baseargs): Remove all supported forms of
5898 --cache-file, --srcdir, --host, --build and --target options
5899 from argument lists.
5900 * configure: Rebuilt.
5901
aa236487
AO
59022003-01-15 Alexandre Oliva <aoliva@redhat.com>
5903
5904 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5905 * configure: Rebuilt.
5906
586c0873
NN
59072003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5908
5909 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5910 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5911 * Makefile.in: Regenerate.
5912 * configure: Regenerate.
5913
497f816e
DD
59142003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5915
5916 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5917 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5918 * Makefile.in: Regenerate.
5919
bfbe5519
AO
59202003-01-09 Alexandre Oliva <aoliva@redhat.com>
5921
5922 * configure.in: Remove Makefile in build, host and target modules
5923 unless configure was run with --no-recursion.
5924 * configure: Rebuilt.
5925
3f234ef5
CD
59262003-01-08 Chris Demetriou <cgd@broadcom.com>
5927
5928 * config.guess: Update to 2003-01-03 version.
5929 * config.sub: Update to 2003-01-03 version.
5930
a3982d48
CF
59312003-01-07 Christopher Faylor <cgf@redhat.com>
5932
5933 * configure: Regenerate with proper autoconf 2.13.
5934
75778ec4
CF
59352003-01-07 Christopher Faylor <cgf@redhat.com>
5936
80b200a1
ZW
5937 * configure.in: Add AC_PREREQ for consistency.
5938 * configure: Regenerate.
75778ec4 5939
c180f501
AC
59402003-01-06 Andrew Cagney <ac131313@redhat.com>
5941
5942 * configure.in (GDB_TK): Add tcl directories conditional on
5943 gdb/gdbtk directory being present.
5944 * configure: Regenerate.
5481b376 5945
46ca2cc2
DA
59462003-01-04 John David Anglin <dave.anglin@nrc.ca>
5947
5948 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
5949 by gcc if LD is not defined and we are not doing a Canadian Cross.
5950 * configure: Rebuilt.
5951
53dd8dab
DJ
59522003-01-01 Daniel Jacobowitz <drow@mvista.com>
5953
5954 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5955
50ceb20c
TT
59562002-12-31 Tom Tromey <tromey@redhat.com>
5957
5958 * Makefile.in: Rebuilt.
5959 * Makefile.def (target_modules) [libffi]: Allow installation.
5960
e78b5cfe
AS
59612002-12-31 Andreas Schwab <schwab@suse.de>
5962
5963 * configure.in: Fix use of $program_transform_name.
5964 * configure: Regenerated.
5965
67448102
DJ
59662002-12-30 Daniel Jacobowitz <drow@mvista.com>
5967
5968 * configure.in (baseargs): Don't remove first configure argument.
5969 * configure: Regenerated.
5970
e6bfb94a
AO
59712002-12-29 Alexandre Oliva <aoliva@redhat.com>
5972
5973 * Makefile.tpl (local-distclean): Don't remove...
5974 (multilib.ts): ... this. Moved into...
5975 (multilib.out): ... this. Don't use sub-make.
5976 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5977 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5978 (configure-build-[+module+], configure-[+module+],
5979 configure-target-[+module+], configure-gcc): ... these. Test
5980 for Makefile existence. Drop config.status from dependencies.
5981 * Makefile.in: Rebuilt.
5982 * configure.in: Move gcc-version-trigger to the end of
5983 ac_configure_args. Add comments to maybedep.tmp and
5984 serdep.tmp. Introduce --disable-serial-configure. Remove
5985 nonopt from baseargs, matching and removing corresponding
5986 whitespace while at it.
5987 * configure: Rebuilt.
5988
8f0dfb36
AO
59892002-12-28 Alexandre Oliva <aoliva@redhat.com>
5990
5991 * configure.in (host_configargs): Replace reference to
5992 no-longer-defined buildopts with --build=${build_alias}.
5993 * configure: Rebuilt.
5994
43be203f
AO
59952002-12-28 Alexandre Oliva <aoliva@redhat.com>
5996
5997 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
5998 program_transform_name to standard idiom.
5999 (AUTOGEN, AUTOCONF): Define.
6000 (Makefile.in): Use $(AUTOGEN).
6001 (Makefile): Depend on config.status, and use autoconf-style rule to
6002 build it. Move original commands to...
6003 (config.status): ... this new target.
6004 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6005 $(AUTOCONF).
6006 * Makefile.in: Rebuilt.
6007
a0da8069
NN
60082002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6009
d18f1c9f
NN
6010 * Makefile.tpl: Fix dramatic bustage due to change in
6011 program_transform_name.
6012 * Makefile.in: Regenerate.
6013
6014 * configure.in: Remove unnecessary PATH setting.
6015 * configure: Regnerate.
6016
6017 * configure.in: Don't default to unprefixed tools unless
6018 the native tools will work.
6019 * configure: Regenerate.
6020
a0da8069
NN
6021 * configure.in: Convert to autoconf script. Blow away lots
6022 of now-redundant Makefile fragments.
6023 * configure: Generate using Autoconf.
6024 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6025 * Makefile.in: Regenerate.
6026
c567df0a
NN
60272002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6028
5481b376 6029 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6030 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6031
5481b376 6032 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6033 where they belong.
2c7f9a32 6034
2dabcfb4
AS
60352002-12-24 Andreas Schwab <schwab@suse.de>
6036
6037 * Makefile.tpl (multilib.out): Fix missing space.
6038 * Makefile.in: Regenerate.
6039
1086bc09
NN
60402002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6041
6042 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6043 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6044 * Makefile.in: Regenerate.
6045 * configure.in: Remove unnecessary leftovers.
6046
1086bc09
NN
60472002-12-21 Geoffrey Keating <geoffk@apple.com>
6048
6049 * configure.in (extra_ranlibflags_for_target): New variable.
6050 (*-*-darwin): Add -c to ranlib commands.
6051 * configure (tooldir): Handle extra_ranlibflags_for_target.
6052
14e9ca95
JJ
60532002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6054
6055 * COPYING.NEWLIB: Updated.
6056 * COPYING.LIBGLOSS: Ditto.
6057
14c428fb
NN
60582002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6059
6060 * Makefile.tpl: Revert HJL's change.
6061 * Makefile.in: Regenerated.
6062 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6063 always.
6064
313b8244
AS
60652002-12-19 Andreas Schwab <schwab@suse.de>
6066
6067 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6068 * Makefile.in: Regenerate.
6069
efeae3db
L
60702002-12-18 H.J. Lu <hjl@gnu.org>
6071
6072 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6073 * Makefile.in: Regenerated.
6074
6075 * configure.in (build_prefix): New. Substitute.
6076
43d92c63
NN
60772002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6078
59da4fe6
NN
6079 * Makefile.tpl: Don't let real targets depend on phony targets.
6080 * Makefile.in: Regenerate.
6081
43d92c63
NN
6082 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6083 * Makefile.in: Regenerate.
6084
b72e6a2d
JM
60852002-12-16 Jason Merrill <jason@redhat.com>
6086
6087 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6088 previous 'make bootstrap'.
6089 * Makefile.in: Regenerate.
6090
95c72c44
HPN
60912002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6092
6093 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6094
7d695d07
JM
60952002-12-13 Jason Merrill <jason@redhat.com>
6096
6097 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6098 library tests.
6099 (check-c++): Just depend on it and check-target-libstdc++-v3.
6100 * Makefile.in: Regenerate.
6101
54103d1e
NN
61022002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6103
6104 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6105 * Makefile.in: Regenerate.
6106
4024f1e1
JJ
61072002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6108
80b200a1
ZW
6109 * COPYING.NEWLIB: Update list of alternate Regent of California
6110 licenses and discuss official revoking of advertising clause.
6111 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6112
7dda0df6
AO
61132002-12-12 Alexandre Oliva <aoliva@redhat.com>
6114
6115 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6116 * Makefile.in: Rebuilt.
6117
d03be79e 61182002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 6119
929293f4
NN
6120 * configure: Fix bug put in by gremlins.
6121
d03be79e
NN
6122 * Makefile.tpl: Substitute more autoconfily.
6123 * configure: Substitute more autoconfily.
6124 * Makefile.in: Regenerate.
6125
61262002-12-08 Andrew Cagney <ac131313@redhat.com>
6127
6128 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6129 * Makefile.in (all-sim): Ditto.
a36d530e
DD
6130
61312002-12-06 DJ Delorie <dj@redhat.com>
6132
6133 * Makefile.tpl: Change configure dependencies to not have real
6134 targets depend on phony targets.
b4a77b47 6135
db1ac78d
NN
61362002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6137
bcaf2395
NN
6138 * configure.in: Revert unintentional change.
6139
b4fa093e
NN
6140 * src-release: Configure host subdirs.
6141
db1ac78d
NN
6142 * Makefile.tpl: Change dependency for */multilib.out so that
6143 it works when gcc isn't in the tree.
6144
6145 * configure.in: Substitute more.
6146 * configure: Run subconfigures from the Makefile.
6147 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6148 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6149
15723a45
NN
61502002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6151
e2b9e2dc
NN
6152 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6153 and corresponding dependencies.
6154 * Makefile.in: Regenerate.
6155
2af579c4
NN
6156 * configure.in (host_tools): Order binutils, gas and ld for
6157 convenience in running the testsuites.
6158
a2cc058a
NN
6159 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6160 * Makefile.in: Regenerate.
6161 * configure.in: Introduce rules to serialize subconfigure runs.
6162
15723a45
NN
6163 * configure.in: Introduce BASE_CC_FOR_TARGET.
6164 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6165 Realize configure-build-* targets. Realize configure-target-* targets.
6166 * Makefile.in: Regenerate.
6167
ae831be5
NN
61682002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6169
6170 * configure: Move gcc_version_trigger stuff from here...
6171 * configure.in: ...to here.
6172
6173 * configure.in: Separate subconfigure options added by this file from
6174 options given by the user. Add machinery to put args for host
6175 subconfigures into the Makefile.
6176
6177 * Makefile.tpl: Remove 'vault' targets.
6178 * Makefile.tpl: Reorder and comment dependencies.
6179 * Makefile.in: Regenerate.
6180
bbf7c8ac
NN
61812002-11-28 Geoffrey Keating <geoffk@apple.com>
6182
6183 * configure.in: Move host-specific darwin noconfigdirs into
6184 the host-specific section.
6185
930314a4
NN
61862002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6187
52d7cdee
NN
6188 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6189 during replay.
6190 * Makefile.in: Regenerate.
6191
930314a4
NN
6192 (finishing slow-motion replay)
6193 * configure: Remove skip-this-dir support.
6194 * Makefile.tpl: Remove skip-this-dir support.
6195
6196 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6197 subdirectories.
6198 * Makefile.in: Regenerate.
6199
6200 * Makefile.tpl: Strip out useless setting of 'dir'.
6201 * Makefile.in: Regenerate.
5481b376 6202
930314a4
NN
62032002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6204
6205 (finishing slow-motion replay)
6206 * configure.in: Fix deeply stupid bug.
6207
6208 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6209 shell code in CXX_FOR_TARGET
6210 * Makefile.def: Introduce raw_cxx.
6211 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6212 RAW_CXX_FOR_TARGET.
6213 * Makefile.in: Regenerate.
6214
62152002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6216
6217 (finishing slow-motion replay)
6218 * Makefile.tpl: Remove unnecessary ifs.
6219 * Makefile.in: Regenerate.
6220
5481b376 6221 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6222 dependencies. Maybe-ize build-libiberty. Create dummy install
6223 targets for 'no_install' modules.
5481b376 6224 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6225 build_modules stuff to configure.in.
5481b376 6226 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6227 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6228 * Makefile.in: Regenerate.
6229
3866be5d
NN
62302002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6231
6232 (continuing slow-motion replay)
6233 * Makefile.tpl: Make all-target, install-target behave similarly
6234 to all, install (only hitting configured targets). Eliminate
6235 unused macro defintions.
6236
6237 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6238 build != host.
6239
6240 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6241
6242 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6243
5481b376 6244 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6245 configuring. Remove references to "dosrel".
6246 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6247 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6248 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6249 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6250 and redundant dependency; rearrange slightly.
6251 * Makefile.def: Add host-side libtermcap, utils.
6252
6253 * Makefile.in: Regenerate.
6254
e393202e
NN
62552002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6256
6257 (Continuing slow-motion replay)
6258 * Makefile.def: Add list of recursive targets to autogenerate.
6259 Add build_modules.
6260 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6261 targets. Autogenerate *-build-* targets.
6262 * Makefile.in: Regenerate.
6263
583d52d7
NN
62642002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6265
6266 (Continuing slow-motion replay)
6267 * configure: More autoconf-style substitutions.
6268 * Makefile.tpl: More autoconf-style substitutions.
6269 * Makefile.in: Regenerate.
6270
62712002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6272
6273 (Continuing slow-motion replay)
6274 * configure: Substitute more variables in a more autoconf-friendly
6275 way. Simplify slightly.
6276 * Makefile.tpl: Make more variables substitutable in an
6277 autoconf-friendly way.
6278 * Makefile.in: Regenerate.
6279
874e38b4
NN
62802002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6281
6282 (Continuing slow-motion replay)
6283 * configure.in (v810*): Remove special setting of tools.
6284
6285 * configure: Add support for extra required flags for ar or nm.
6286 * configure.in (aix4.3+): Use above support for target-specific
6287 issues, rather than using config/mt-aix43.
6288
852e5f18
NN
62892002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6290
6291 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6292 * configure: Remove 'removing', which doesn't work. Replace $subdir
6293 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6294 with $srcdir. Reformat indentation. Substitute some variables
6295 formerly hard-coded in the Makefile for build=host.
6296 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6297 * Makefile.def: Autogenerate more.
6298 * Makefile.in: Regenerate.
6299
c9a0d920
DD
63002002-11-13 Bruce Korb <bkorb@gnu.org>
6301
6302 * Makefile.tpl: syntactic cleanup
6303
dd2768ff
KB
63042002-11-04 Kevin Buettner <kevinb@redhat.com>
6305
6306 * Makefile.def (host_modules): Add rda.
6307 * Makefile.in: Regenerate.
6308 * configure.in (target_tool): Add target-rda to list.
6309
1aa8389d
DD
63102002-10-25 Phil Edwards <pme@gcc.gnu.org>
6311
6312 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6313 and restrap targets to this rule.
6314 * Makefile.in: Regenerate.
6315
28f46298
HPN
63162002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6317
6318 * configure.in (i[3456]86-*-linux*): Add check to disable
6319 ${libgcj} for glibc1.
6320
ff72e302
NC
63212002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6322
6323 * configure.in: Add tic4x target.
6324
8607b6c9
NN
63252002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6326
6327 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6328 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6329 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6330 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6331 * Makefile.in: Regenerate.
6332
f8f61f4a
NN
63332002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6334
c86f794b
NN
6335 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6336 * Makefile.in: Regenerate.
6337
a9590527
NN
6338 * Makefile.def: Remove order dependency comments.
6339 * Makefile.tpl: Add explicit install-install dependencies.
6340 * Makefile.in: Regenerate.
6341
8412ce72
NN
6342 * Makefile.tpl: Remove material now in src-release. (Finally!)
6343 * Makefile.in: Regenerate.
6344
8b9f37f1
NN
6345 * configure: Restore my original patch by syncing with gcc version.
6346
f8f61f4a
NN
6347 * Bring following over from gcc:
6348
63492002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6350
6351 * configure.in (s390*-*-linux*): Enable libgcj.
6352
403d9505
NN
63532002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6354
6355 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6356
95f6f383
AM
63572002-10-02 Alan Modra <amodra@bigpond.net.au>
6358
e4673b0a 6359 * configure: Move stray lines back to where they belong.
95f6f383 6360
748503c8
NN
63612002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6362
a581b5c3
NN
6363 * Makefile.tpl: Insert configure-target target, for src-release.
6364
c084f5b4
NN
6365 * configure: Finish reverting change which Andrew Cagney started
6366 reverting. Should fix bustage.
6367
7aa673ed 6368 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
6369 * src-release: New file. Contains material for making net
6370 releases for gdb, binutils, et al., formerly in Makefile.in.
6371
82a9b2d9
NC
63722002-09-30 Nick Clifton <nickc@redhat.com>
6373
6374 * cpu: New top level directory. Intended to hold input files for
6375 CGEN which have FSF copyright assignment.
6376 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6377
c2463a00
AC
63782002-09-29 Andrew Cagney <ac131313@redhat.com>
6379
6380 Revert below (note that src does not contain Makefile.tpl):
6381 * Makefile.tpl: Make subsituted variables more autoconfy.
6382 * Makefile.in: Regenerate.
6383
f03b4789
NN
63842002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6385
c11e16a9
NN
6386 * configure: Revert accidentally applied changes.
6387
f03b4789
NN
6388 * Makefile.tpl: Make more autoconf-friendly.
6389 * Makefile.in: Regenerate.
6390 * configure: Make substitution more autoconf-like.
6391
63922002-09-28 Richard Earnshaw <rearnsha@arm.com>
6393
6394 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6395 single entry to handle all these.
6396 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6397 libjava on arm-*-elf.
6398
c0292023
GK
63992002-09-27 Geoffrey Keating <geoffk@apple.com>
6400
6401 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6402 things that depend on them.
6403
c66d951e
NN
64042002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6405
6406 * Makefile.tpl: Make subsituted variables more autoconfy.
6407 * Makefile.in: Regenerate.
6408 * configure: Make seds more autoconfy.
6409
907a7241 64102002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
6411
6412 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6413 * Makefile.in: Regenerate.
6414 * configure.in: Rewrite sed statements to look autoconfy.
6415
907a7241
NN
6416 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6417 all-target-foo on configure-target-foo.
6418 * Makefile.def: Ditto.
6419 * Makefile.in: Rebuild.
6420
405ea7a0
NN
64212002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6422
6423 * Makefile.def: New file.
6424 * Makefile.tpl: New file.
6425 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6426
6427 * configure.in: Minor rearrangement. Simplify tests.
6428
bdc57bfd
JT
64292002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6430
6431 * configure.in (with_headers): Skip copy if value is "yes".
6432 (with_libs): Likewise.
6433
ae03d6e2
NN
64342002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6435
6436 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6437 * configure.in (sh*-*-pe*): Ditto.
6438 * configure.in (mips*-*-pe*): Ditto.
6439 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
6440
6441 * configure.in: Rearrange.
6442
707960fe
NC
64432002-09-12 Nick Clifton <nickc@redhat.com>
6444
6445 * Import these changes from the config master repository:
6446
6447 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6448
6449 * config.sub: Add tic4x target.
6450
6451 2002-09-03 Ben Elliston <bje@redhat.com>
6452
6453 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6454 Reported by <Duncan_Stodart@insession.com>.
6455
36ea319f
JJ
64562002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6457
6458 * COPYING.NEWLIB: More updates.
6459
cf57480a
JJ
64602002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6461
6462 * COPYING.NEWLIB: Update.
6463
fd31a171
AC
64642002-08-23 Andrew Cagney <ac131313@redhat.com>
6465
23b632fc
AC
6466 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6467
fd31a171
AC
6468 * config.guess: Import version 2002-08-23.
6469 * config.sub: Import version 2002-08-22.
6470
a08bafb5
AO
64712002-08-20 Alexandre Oliva <aoliva@redhat.com>
6472
6473 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6474 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6475 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6476
17240c1f
NC
64772002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6478
6479 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6480
e70ad0c6
L
64812002-08-04 H.J. Lu (hjl@gnu.org)
6482
6483 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6484
574e6d11
DD
64852002-07-31 Alan Modra <amodra@bigpond.net.au>
6486
6487 * configure.in: Move generic linux case to end. Copy generic
6488 linux noconfigdirs to mips*-*-linux* entry and new
6489 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6490
611e7523
CD
64912002-07-19 Chris Demetriou <cgd@broadcom.com>
6492
6493 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6494 one instance of them which was missed to the list to update.
6495
51759676
CD
64962002-07-16 Chris Demetriou <cgd@broadcom.com>
6497
6498 * config.guess: Update to 2002-07-09 version.
6499 * config.sub: Update to 2002-07-03 version.
6500
7c1f909c
DD
65012002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6502
6503 * configure.in: Remove two redundant tests.
6504
d7cf5d30
DD
65052002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6506
6507 * configure.in (mips*-*-irix6*o32): Enable stabs.
6508
c74222f7
DD
65092002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6510
5b53c336
DD
6511 * configure.in: Don't build grez.
6512 * Makefile.in: Ditto.
6513
c74222f7
DD
6514 * Makefile.in: Remove references to bsp, cygmon, libstub.
6515 * configure.in: Ditto.
6516
6517 * configure.in: Remove leftover reference to gdbtest.
6518
edd1b227
DD
65192002-07-08 Phil Edwards <pme@gcc.gnu.org>
6520
6521 * configure.in (gxx_include_dir): Change to match versioned
6522 C++ headers if --enable-version-specific-runtime-libs is used.
6523
486186e3
AO
65242002-07-04 Steve Ellcey <sje@cup.hp.com>
6525
6526 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6527
ff0a3bf8
DD
65282002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6529
6530 * configure.in: Make --without-x work.
6531
1dfa8174
NC
65322002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6533
6534 * contrib: New directory. Created to contain a copy of the
5481b376 6535 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
6536 the FSF GCC sources.
6537
07637366
DD
65382002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6539
b6f83f2a
DD
6540 * configure.in: Rearrange target Makefile fragment collection.
6541
07637366
DD
6542 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6543 cvs[src].
6544 * configure.in: Ditto.
6545
f48556b1
DD
65462002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6547
6548 * Makefile.in: Eliminate 'apache' targets.
6549 * configure.in: Eliminate 'apache' targets.
6550
6551 * configure.in: Eliminate redundant tests. Reorganize.
6552
6553 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6554
6555 * config-ml.in: Eliminate references to Cygnus configure.
6556
6557 * Makefile.in: Eliminate references to building emacs.
6558
65592002-07-01 Denis Chertykov <denisc@overta.ru>
6560
6561 * configure.in: Add support for ip2k.
6562
cdb9e2b8
BE
65632002-06-24 Ben Elliston <bje@redhat.com>
6564
6565 * configure.in (host_tools): Remove cgen.
6566
6567 * Makefile.in (all-cgen): Remove; runs from its source directory.
6568 (check-cgen, install-cgen, clean-cgen): Likewise.
6569 (all-opcodes): No not depend on all-cgen.
6570 (all-sim): Likewise.
6571
3558860c
DD
65722002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6573
6574 * configure.in: Fix AIX configury bug.
6575
e3b0c936
DD
65762002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6577
cdb9e2b8 6578 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 6579
cdb9e2b8
BE
6580 * configure.in: Move definition of libstdcxx_flags right above
6581 usage, rather than way earlier.
8ee424c0 6582
c712250a
DD
6583 * configure.in: Pull definition of is_cross_compiler earlier.
6584
9ee1a75c
DD
6585 * configure.in: Rearrange a little.
6586
e3b0c936
DD
6587 * configure.in: Remove references to librx.
6588 * Makefile.in: Remove references to librx.
6589
b2bd228e
DD
65902002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6591
6592 * configure.in: Eliminate ${gasdir} variable.
6593
7cd52483
DB
65942002-06-18 Dave Brolley <brolley@redhat.com>
6595
6596 * configure.in: Add support for frv.
6597 * config.sub: Add support for frv.
6598
6c5e141a
DD
65992002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6600
6601 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6602
0d18b56d
JT
66032002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6604
6605 * configure.in (vax-*-netbsd*): Re-enable gas.
6606
fd8958d5
DD
66072002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6608
27f15fdd
DD
6609 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6610 BUILD_PREFIX_1, to correct nomenclature.
6611 * configure: Likewise.
6612
fd8958d5
DD
6613 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6614 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6615
0c2442b7
DD
66162002-05-31 Olaf Hering <olh@suse.de>
6617
6618 * config-ml.in: Propogate DESTDIR also.
6619
a3602181
JT
66202002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6621
6622 * configure.in (vax-*-netbsd*): Don't build gas for this
6623 platform.
6624
c95f53ae
MM
66252002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6626
6627 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6628 and libgcj for AVR.
6629
1d7c1053
NC
66302002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6631
6632 * config.sub: Add DLX target.
6633
4b37028f
JT
66342002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6635
6636 * config.guess: Update to 2002-05-22 version.
6637 * config.sub: Likewise.
6638
d5de0a84
NC
66392002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6640
6641 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6642 * config-ml.in: Likewise.
6643 * configure: Likewise.
6644 * configure.in: Likewise.
6645
c92a0210
DD
66462002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6647
115a77aa
DD
6648 * configure.in: Simplify makefile fragment collection.
6649
6650 * configure.in: Remove code to build emacs.
e99daf2b 6651
91e060aa
DD
6652 * configure.in : Remove --srcdir argument from targargs and buildargs
6653 (it's always overridden in the Makefile anyway). Rearrange a bit.
6654
6655 * configure: Move some logic to configure.in.
6656 * configure.in: Move some logic from configure.
c92a0210 6657
91217342
JJ
66582002-05-07 Jeff Johnston <jjohnstn@redhat.com>
6659
6660 * COPYING.LIBGLOSS: New file.
6661
d3d8a9ee
NC
66622002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
6663
6664 * Makefile.in: Honour DESTDIR.
6665
3a036cdc
AO
66662002-05-05 Alexandre Oliva <aoliva@redhat.com>
6667
6668 * configure.in (noconfigdirs): Don't disable libgcj on
6669 sparc64-*-solaris* and sparcv9-*-solaris*.
6670
6d095fe4
AO
66712002-05-03 Alexandre Oliva <aoliva@redhat.com>
6672
6673 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6674
dac55df9
TF
66752002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6676
6677 * configure.in (FLAGS_FOR_TARGET): Do not add
6678 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6679 on i[3456]86-*-linux*.
6680
a018e15b
TF
66812002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6682
6683 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
6684
6685 * configure.in (noconfigdirs): Do not add target-newlib if
6686 target == i[3456]86-*-linux*, and host == target.
6687
5f284831
MM
66882002-04-29 Mark Mitchell <mark@codesourcery.com>
6689
6690 * config.guess: Updated to 2002-04-26's version.
6691 * config.sub: Updated to 2002-04-26's version.
6692
33babf59
DD
66932002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6694
bd5f7da2
DD
6695 * configure.in: delete reference to absent file
6696
a0c4f3a0
DD
6697 * configure.in: replace '[' with 'test'
6698
66f1ba4f
DD
6699 * configure.in: Eliminate references to gash.
6700 * Makefile.in: Eliminate references to gash.
6701
7c3ab50c
DD
6702 * configure.in: remove useless references to 'pic' makefile fragments.
6703
bbc025f5
DD
6704 * configure.in: (*-*-windows*) Finish removing.
6705
33babf59
DD
6706 * configure.in: Eliminate redundant test for libgui.
6707
d5ec694c
DD
67082002-04-26 Joel Sherrill <joel@OARcorp.com>
6709
6710 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6711 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6712
57a5346c
DD
67132002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6714
6715 * configure.in: remove references to dead files
6716
dbf93899
DD
67172002-04-18 Tom Tromey <tromey@redhat.com>
6718
6719 * configure.in: Disallow configuring libgcj when it is already
6720 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6721 Solaris 2.8 by default. For PR libgcj/6158.
6722
26eadf68
DD
67232002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6724
6725 * configure.in: Move default CC setting out of config/mh-* fragments
6726 directly into here.
6727
a0a2c6c6
DD
67282002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6729
6730 * configure.in: don't even try to configure or make a subdirectory
6731 if there's no configure script for it.
6732
9972f812
DD
67332002-04-15 Mark Mitchell <mark@codesourcery.com>
6734
6735 * MAINTAINERS: Remove chill maintainers.
6736 * Makefile.in (CHILLFLAGS): Remove.
6737 (CHILL_LIB): Remove.
6738 (TARGET_CONFIGDIRS): Remove libchill.
6739 (CHILL_FOR_TARGET): Remove.
6740 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6741 CHILL_LIB.
6742 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6743 (CHECK_TARGET_MODULES): Likewise.
6744 (INSTALL_TARGET_MODULES): Likewise.
6745 (CLEAN_TARGET_MODULES): Likewise.
6746 (configure-target-libchill): Remove.
6747 (all-target-libchill): Remove.
6748 * configure.in (target_libs): Remove target-libchill.
6749 Do not compute CHILL_FOR_TARGET.
6750 * libchill: Remove directory.
5481b376 6751
75205f78
DD
67522002-04-15 DJ Delorie <dj@redhat.com>
6753
6754 * Makefile.in, configure.in, configure: Sync with gcc, entries
6755 follow...
6756
67572002-04-08 Tom Tromey <tromey@redhat.com>
6758
6759 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6760 Fixes PR libgcj/6068.
6761
67622002-03-30 Krister Walfridsson <cato@df.lth.se>
6763
6764 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6765
67662002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6767
6768 * configure.in (alpha*-dec-osf*): Enable libgcj.
6769
67702002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6771
6772 Fix for: PR bootstrap/3591, target/5676
6773 * configure.in (mcore-pe): Disable the configuration of
6774 libstdc++-v3 since exceptions are not supported.
6775
67762002-03-20 Anthony Green <green@redhat.com>
6777
6778 * configure.in: Enable libgcj for xscale-elf target.
6779
67802002-02-28 Alexandre Oliva <aoliva@redhat.com>
6781
6782 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6783 libjava.
6784 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6785
67862002-02-22 Alexandre Oliva <aoliva@redhat.com>
6787
6788 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6789 libstdc++-v3 and libjava.
6790
67912002-02-11 Adam Megacz <adam@xwt.org>
6792
6793 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6794 boehm-gc
6795
67962002-02-09 Alexandre Oliva <aoliva@redhat.com>
6797
6798 * config.guess: Updated to 2002-01-30's version.
6799 * config.sub: Updated to 2002-02-01's version.
6800 Contribute sh64-elf.
6801 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6802 * configure.in: Added sh64-*-*.
6803
68042002-01-17 H.J. Lu <hjl@gnu.org>
6805
6806 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6807 (all-target-fastjar): Also depend on all-target-libiberty.
6808
6809Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6810
6811 * configure, configure.in: Use temp file for long sed commands.
6812
68132001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6814
6815 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6816 libf2c.
6817
68182001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6819
6820 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6821
68222001-10-11 Hans-Peter Nilsson <hp@axis.com>
6823
6824 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6825
68262001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
6827
6828 * configure: Handle temporary files securely using mkdir.
6829
68302001-09-26 Will Cohen <wcohen@redhat.com>
6831
6832 * configure.in (*-*-linux*): Disable configuration of target-newlib
6833 and target-libgloss.
6834
68352001-09-26 Alexandre Oliva <aoliva@redhat.com>
6836
6837 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6838 RANLIB.
6839
68402001-08-11 Graham Stott <grahams@redhat.com>
6841
6842 * Makefile.in (check-c++): Add missing semicolon.
6843
68442001-07-25 Andrew Haley <aph@cambridge.redhat.com>
6845
6846 * configure.in (sh-*-linux*): New.
6847
68482001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6849
6850 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6851 and libgcj on m68hc11/m68hc12.
6852
68532001-06-27 H.J. Lu (hjl@gnu.org)
6854
6855 * Makefile (CFLAGS_FOR_BUILD): New.
6856 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6857
68582001-06-01 Hans-Peter Nilsson <hp@axis.com>
6859
6860 * configure.in (libstdcxx_flags): Do not try to execute
6861 libstdc++-v3/testsuite_flags until it exists.
6862
68632001-05-18 Benjamin Kosnik <bkoz@redhat.com>
6864
6865 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6866
68672001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
6868
6869 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6870
6871Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
6872
6873 * configure.in: Move *-chorusos target case to the proper switch.
6874 Disable libgcj.
6875
68762001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6877
6878 * Makefile.in (STAGE1_CFLAGS): Pass down.
6879
68802001-04-13 Alan Modra <amodra@one.net.au>
6881
6882 * config.guess: Add hppa64-linux support. Note for next import that
6883 this is already in the master file.
6884 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
6885
68862001-03-22 Colin Howell <chowell@redhat.com>
6887
6888 * Makefile.in (DO_X): Do not backslash single-quotes in
6889 backquotes (two places).
6890
68912001-03-18 Laurynas Biveinis <lauras@softhome.net>
6892
6893 * Makefile.in (DO_X): Quote nested quotes.
6894
68952001-03-15 Laurynas Biveinis <lauras@softhome.net>
6896
6897 * Makefile.in (DO_X): Use double quotes for quoting
6898 "RANLIB=$${RANLIB}".
6899
69002001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
6901
6902 * configure.in: Only use `lang_requires' for languages athat are
6903 actually enabled.
6904
69052001-03-07 Tom Tromey <tromey@redhat.com>
6906
6907 * configure.in: Allow config-lang.in to set `lang_requires' to list
6908 of other required languages.
6909
69102001-03-06 Laurynas Biveinis <lauras@softhome.net>
6911
6912 * Makefile.in: Remove RANLIB definition. Use RANLIB
6913 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6914 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6915
69162001-02-28 Benjamin Kosnik <bkoz@redhat.com>
6917 Alexandre Oliva <aoliva@redhat.com>
6918
6919 * Makefile.in (check-c++): Use tabs, not spaces.
6920
69212001-02-19 Benjamin Kosnik <bkoz@redhat.com>
6922
6923 * Makefile.in (check-c++): New rule.
6924
6925 * configure.in (target_libs): Remove libg++.
6926 (noconfigdirs): Remove libg++.
6927 (noconfigdirs): Same.
6928 (noconfigdirs): Same.
6929 (noconfigdirs): Same.
6930
6931 * config-ml.in: Remove libg++ references.
6932
6933 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6934 (ALL_TARGET_MODULES): Same.
6935 (configure-target-libg++): Remove.
6936 (all-target-libg++): Remove.
6937 (configure-target-libio): Remove.
6938 (all-target-libio): Remove.
6939 (check-target-libio): Remove.
6940 (.PHONY): Remove.
6941 (libg++.tar.bz2): Remove.
6942 (all-target-cygmon): Remove libio.
6943 (all-target-libstdc++): Remove.
6944 (configure-target-libstdc++): Remove.
6945 (TARGET_LIB_PATH): Remove libstdc++.
6946 (ALL_GCC_CXX): Remove libstdc++.
6947 (all-target-gperf): Correct.
6948
69492001-02-15 Anthony Green <green@redhat.com>
6950
6951 * configure: Introduce GCJ_FOR_TARGET.
6952 * configure.in: Ditto.
6953 * Makefile.in: Ditto.
6954
69552001-02-08 Chandrakala Chavva <cchavva@redhat.com>
6956
6957 * configure.in: for *-chorusos, don't config target-newlib and
6958 target-libgloss.
6959
69602001-02-04 Mark Mitchell <mark@codesourcery.com>
6961
6962 Remove V2 C++ library.
6963 * configure.in: Remove --enable-libstdcxx_v3 support.
6964
69652001-01-27 Richard Henderson <rth@redhat.com>
6966
6967 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6968
69692001-01-26 Tom Tromey <tromey@redhat.com>
6970
6971 * configure.in: Allow libgcj to be built on Sparc Solaris.
6972
69732001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
6974
6975 * configure.in: Enable libgcj on several additional platforms.
6976
69772001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
6978
6979 * configure.in: Enable libgcj for linux targets.
6980
69812001-01-09 Mike Stump <mrs@wrs.com>
6982
6983 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6984 failures of subdirectories.
6985
69862001-01-02 Laurynas Biveinis <lauras@softhome.net>
6987
6988 * configure: handle DOS-style absolute paths.
6989
69902001-01-02 Laurynas Biveinis <lauras@softhome.net>
6991
6992 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6993
69942000-12-18 Benjamin Kosnik <bkoz@redhat.com>
6995
6996 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6997 (libstdcxx_incdir): Pass down.
6998 * config.if: Remove expired bits for cxx_interface, add stub.
6999 (libstdcxx_incdir): Add variable for g++ include directory.
7000 * configure.in (gxx_include_dir): Use it.
7001
70022000-12-15 Andreas Jaeger <aj@suse.de>
7003
7004 * configure.in: Handle lang_dirs.
7005
70062000-12-13 Anthony Green <green@redhat.com>
7007
7008 * configure.in: Disable libgcj for any target not specifically
7009 listed. Disable libgcj for x86 and Alpha Linux until compatible
7010 with g++ abi.
7011
70122000-12-13 Mike Stump <mrs@wrs.com>
7013
7014 * Makefile.in (local-distclean): Also remove fastjar.
7015
70162000-12-10 Anthony Green <green@redhat.com>
7017
7018 * configure.in: Define libgcj. Disable libgcj target libraries for
7019 most targets.
7020
70212000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7022
7023 * configure.in (target_libs): Revert 2000-12-08 patch.
7024 (noconfigdirs): Added target-libjava.
7025
70262000-12-09 Laurynas Biveinis <lauras@softhome.net>
7027
7028 * Makefile.in: handle DOS-style absolute paths.
7029
70302000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7031
7032 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7033 libjava.
7034 * configure.in (target_libs): Removed `target-libjava'.
7035
70362000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7037
7038 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7039 (ALL_MODULES): Added fastjar.
7040 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7041 (all-target-libjava): all-fastjar replaces all-zip.
7042 (all-fastjar): Added.
7043 (configure-target-fastjar, all-target-fastjar): Likewise.
7044 * configure.in (host_tools): Added fastjar.
7045
70462000-12-07 Mike Stump <mrs@wrs.com>
7047
7048 * Makefile.in (local-distclean): Remove leftover built files.
7049
70502000-11-16 Fred Fish <fnf@be.com>
7051
7052 * configure.in (enable_libstdcxx_v3): Fix typo,
7053 libstd++ -> libstdc++.
7054
70552000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7056
7057 * configure: Provide the original toplevel configure arguments
7058 (including $0) to subprocesses in the environment rather than
7059 through gcc/configargs.h.
7060
70612000-11-12 Mark Mitchell <mark@codesourcery.com>
7062
7063 * configure: Turn on libstdc++ V3 by default.
7064
70652000-10-16 Michael Meissner <meissner@redhat.com>
7066
7067 * configure (gcc/configargs.h): Only create if there is a build GCC
7068 directory created.
7069
70702000-10-05 Phil Edwards <pme@gcc.gnu.org>
7071
7072 * configure: Save configure arguments to gcc/configargs.h.
7073
70742000-10-04 Andris Pavenis <pavenis@latnet.lv>
7075
7076 * Makefile.in (bootstrap): avoid recursion if subdir missing
7077 (cross): ditto
7078 (do-proto-toplev): ditto
7079
7080Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7081
7082 * configure.in: Do not build byacc for hppa64. Provide paths to the
7083 X11 libraries for hppa64.
7084
70852000-09-02 Anthony Green <green@cygnus.com>
7086
7087 * Makefile.in (all-gcc): Depend on all-zlib.
7088 (CLEAN_MODULES): Add clean-zlib.
7089 (ALL_MODULES): Add all-zlib.
7090 * configure.in (host_libs): Add zlib.
7091
70922000-08-25 Alexandre Oliva <aoliva@redhat.com>
7093
7094 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7095 $targargs to tell whether newlib is going to be built.
7096
7097 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7098 $$r/TARGET_SUBDIR/libio for _G_config.h.
7099
71002000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7101
7102 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7103
7104 * configure: Make enable_threads and enable_shared defaults
7105 explicit. Substitute enable_threads into generated Makefiles.
7106 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7107 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7108
71092000-08-02 Manfred Hollstein <manfredh@redhat.com>
7110
7111 * configure.in: Re-enable all references to libg++ and librx.
7112
ffb97b2f 71132002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7114
ffb97b2f
DD
7115 * configure.in: Add *-*-freebsd* configurations.
7116
bbf6e9e3
AC
71172002-04-07 Andrew Cagney <ac131313@redhat.com>
7118
7119 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7120 (do-tar, do-bz2): New rules.
7121 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7122 (gdb-tar): New rule.
7123 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7124 (insight_dejagnu.tar): New rule.
7125 (insight.tar): New rule.
7126 (gdb+dejagnu.tar): New rule.
7127 (gdb.tar): New rule.
7128
8f1579c0
AC
71292002-04-07 Andrew Cagney <ac131313@redhat.com>
7130
7131 * MAINTAINERS: Update dejagnu/
7132
ba3c59ab
AO
71332002-03-16 Alexandre Oliva <aoliva@redhat.com>
7134
7135 * ltmain.sh (relink_command): Fix typo in previous change.
7136
6243d5dd
AO
71372002-03-15 Alexandre Oliva <aoliva@redhat.com>
7138
7139 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7140 (relink_command): Added --tag flags.
7141 (mode=install): If relinking fails; error out.
7142
80413487
RH
71432002-03-12 Richard Henderson <rth@redhat.com>
7144
7145 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7146 .NOTPARALLEL tag.
7147 (do-check): Rename from check.
7148 (check): Allow parallel check.
7149
3daeddf6
RH
71502002-03-11 Richard Henderson <rth@redhat.com>
7151
7152 * Makefile.in (.NOTPARALLEL): Add fake tag.
7153
fad93c55
L
71542002-03-07 H.J. Lu (hjl@gnu.org)
7155
7156 * configure.in: Enable gprof for mips*-*-linux*.
7157
2e8357fc
AO
71582002-02-28 Alexandre Oliva <aoliva@redhat.com>
7159
7160 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7161 libjava.
7162 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7163
bd48e1a9
AC
71642002-02-24 Andrew Cagney <ac131313@redhat.com>
7165
7166 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7167
39121370
DJ
71682002-02-23 Daniel Jacobowitz <drow@mvista.com>
7169
7170 * config.guess: Import from master sources, rev 1.232.
7171 * config.sub: Import from master sources, rev 1.246.
7172
081ff160
AO
71732002-02-23 Alexandre Oliva <aoliva@redhat.com>
7174
7175 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7176 because its Makefile is there; test for the executable instead.
7177
20a5393b
AO
71782002-02-09 Alexandre Oliva <aoliva@redhat.com>
7179
7180 Contribute sh64-elf.
7181 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7182 * configure.in: Added sh64-*-*.
7183
38135629
JJ
71842002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7185
80413487
RH
7186 * COPYING.NEWLIB: Remove advertising clause from
7187 Berkeley and Red Hat licenses.
38135629 7188
48d19748
MD
71892002-02-01 Mo DeJong <supermo@bayarea.net>
7190
7191 * Makefile.in: Add all-tix to deps for all-snavigator
7192 so that tix is built when building snavigator.
7193
f6e1c110
BE
71942002-02-01 Ben Elliston <bje@redhat.com>
7195
7196 * config.guess: Import from master sources, rev 1.229.
7197 * config.sub: Import from master sources, rev 1.240.
7198
4867be41
DJ
71992002-01-27 Daniel Jacobowitz <drow@mvista.com>
7200
7201 From Steve Ellcey <sje@cup.hp.com>:
7202 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7203 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7204 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7205 IA64.
7206 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7207 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7208 soname_spec, sys_lib_search_path_spec): Ditto.
7209
e82380cc
JT
72102002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7211
7212 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7213 target-libiberty, and target-libgloss. Skip Java-related
7214 libraries if not supported for NetBSD on target CPU.
7215
1319fb9c
NC
72162002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7217
7218 * configure.in: Import StrongARM and XScale target_configdirs from
7219 FSF GCC version.
7220
b020f6ac
L
72212002-01-16 H.J. Lu (hjl@gnu.org)
7222
7223 * config.guess: Import from master sources, rev 1.225.
7224 * config.sub: Import from master sources, rev 1.238.
7225
7226 * MAINTAINERS: Updated notes on config.guess and config.sub.
7227
a0c1c920
NC
72282002-01-11 Steve Ellcey <sje@cup.hp.com>
7229
7230 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7231 ld and gdb are not supported.
7232
a9fa5e1f
JJ
72332002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7234
7235 * Change reference to Cygnus Solutions to be Red Hat.
7236
94077108
JJ
72372002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7238
7239 * COPYING.NEWLIB: Update generic copyright date.
7240
05ecd75c
MS
72412002-01-07 Mark Salter <msalter@redhat.com>
7242
7243 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7244 Allow target-libgloss to be built for arm, strongarm, and xscale.
7245
a106bb62
BE
72462002-01-03 Ben Elliston <bje@redhat.com>
7247
7248 * MAINTAINERS: Update URL for config.* scripts.
7249
0e254642
AM
72502001-12-18 Alan Modra <amodra@bigpond.net.au>
7251
7252 * config.sub: Import latest version.
7253 * config.guess: Likewise.
7254
0a0d0041
TF
72552001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7256
7257 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7258 options for i[3456]86-pc-linux* native builds.
7259
d932cae7
NC
72602001-12-05 Laurent Guerby <guerby@acm.org>
7261
7262 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7263 libiberty.
d932cae7
NC
7264
7265 Import this patch from gcc:
5481b376 7266
d932cae7
NC
7267 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7268
7269 * symlink-tree: handle DOS-style absolute paths.
7270
49b7683b
DD
72712001-11-28 DJ Delorie <dj@redhat.com>
7272 Zack Weinberg <zack@codesourcery.com>
7273
7274 When build != host, create libiberty for the build machine.
7275
7276 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7277 CONFIG_ARGUMENTS.
7278 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7279 New variables.
7280 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7281 and rules.
7282 (all.normal): Depend on ALL_BUILD_MODULES.
7283 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7284 (all-build-libiberty): Depend on configure-build-libiberty.
7285
7286 * configure: Calculate and substitute proper value for
7287 ALL_BUILD_MODULES.
7288 * configure.in: Create the build subdirectory.
7289 Calculate and substitute TARGET_CONFIGARGS (formerly
7290 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7291
26ef82f4
GK
72922001-11-26 Geoffrey Keating <geoffk@redhat.com>
7293
7294 * config.sub: Update to version 1.232 on subversion.
7295
43e64072
NC
72962001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7297
7298 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7299 files from .po files for a distribution.
7300
66f6c0d5
HPN
73012001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7302
7303 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7304
4a02fdb2
JH
73052001-11-13 Jeff Holcomb <jeffh@redhat.com>
7306
7307 Merged from net gcc:
7308 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7309 * ltcf-c.sh: Use $objext, not $ac_objext.
7310 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7311 * ltcf-cxx.sh: Add support for GNU.
7312 2001-07-22 Timothy Wall <twall@redhat.com>
7313 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7314 default settings if using GNU tools with that configuration.
7315 * ltcf-cxx.sh: Ditto.
7316 * ltcf-gcj.sh: Ditto.
7317 2001-07-21 Michael Chastain <chastain@redhat.com>
7318 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7319 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7320 * ltmain.sh: Mark as gcc-local.
7321
227b9953
JH
73222001-11-13 Jeff Holcomb <jeffh@redhat.com>
7323
7324 * Makefile.in (all-bison): Revert 2001-10-24.
7325 Don't depend on texinfo.
7326
cbbab8fb
JJ
73272001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7328
80413487 7329 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 7330
922b2485
DD
73312001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7332
7333 * configure.in (--enable-languages): Be more permissive about
7334 syntax. Check for empty lists better. Warn about $LANGUAGES.
7335
f08fa01d
HPN
73362001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7337
7338 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7339
fee3da4e
JH
73402001-10-24 Jeff Holcomb <jeffh@redhat.com>
7341
7342 Makefile.in (all-bison): Don't depend on texinfo.
7343
73fb1ef9
AM
73442001-10-03 Alan Modra <amodra@bigpond.net.au>
7345
7346 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7347
373688ac
AO
73482001-09-29 Alexandre Oliva <aoliva@redhat.com>
7349
7350 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7351
9c07660b
HPN
73522001-09-28 Hans-Peter Nilsson <hp@axis.com>
7353
7354 * config.sub, config.guess: Import latest from subversions.
7355
3f152009
AO
73562001-09-21 Alexandre Oliva <aoliva@redhat.com>
7357
7358 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7359 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7360 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7361 avoid quotes nesting problems.
7362 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7363 (DO_X): Export only variables that are set.
7364
8f6a59e5
BE
73652001-09-19 Ben Elliston <bje@redhat.com>
7366
7367 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7368 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7369 semantics. Use the shell built-in "type" command instead.
7370
a1ec19fa
TS
73712001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7372
7373 * config.sub: Reverted the earlier change, this version is not the
7374 master file.
7375
4008bd9b
TS
73762001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7377
7378 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7379 Add support for mips64.
7380
dd1e52a4
JH
73812001-09-03 Jeff Holcomb <jeffh@redhat.com>
7382
7383 * configure.in: Enable libstdc++-v3 for h8300 targets.
7384
91549d1c
EC
73852001-08-30 Eric Christopher <echristo@redhat.com>
7386 Jason Eckhardt <jle@redhat.com>
7387
7388 * config.sub: Add support for mipsisa32.
7389
cf966cf9
EC
73902001-08-30 Eric Christopher <echristo@redhat.com>
7391
7392 * config.sub, config.guess: Import latest from subversions.
7393
82208dc5
AM
73942001-08-20 Alan Modra <amodra@bigpond.net.au>
7395
7396 * config.sub, config.guess: Import latest from subversions.
7397
4dca8403
DD
73982001-07-26 DJ Delorie <dj@redhat.com>
7399
7400 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7401
1107dce2
AM
74022001-06-19 Alan Modra <amodra@bigpond.net.au>
7403
7404 * Makefile.in: Revert 2001-06-17.
7405 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7406
e09a6604
L
74072001-06-17 H.J. Lu <hjl@gnu.org>
7408
7409 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7410 (gas+binutils.tar.bz2): Likewise.
7411 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7412
31a8b634
AC
7413Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7414
7415 * Makefile.in (VER): When present, extract the version number from
5481b376 7416 the file version.in.
31a8b634 7417
dc70af01
AO
74182001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7419
7420 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7421 gcc/xgcc is built, use -print-prog-name to find out the program
7422 name to use.
7423
839bbd8c
AO
74242001-06-04 Mark Mitchell <mark@codesourcery.com>
7425
7426 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7427 with_gcc]: Use `gcc -shared' to build a shared library.
7428
566e9a30
AO
74292001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7430
7431 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7432 archives.
7433
e877bb69
AO
74342001-05-28 Simon Patarin <simon.patarin@inria.fr>
7435
7436 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7437 libraries when using g++ with native linker.
7438
1605288b
AO
74392001-05-28 Alexandre Oliva <aoliva@redhat.com>
7440
7441 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7442
11a383ba
TR
74432001-05-24 Tom Rix <trix@redhat.com>
7444
7445 * configure.in : enable ld for aix
cf966cf9 7446
18611226
AO
74472001-05-22 Alexandre Oliva <aoliva@redhat.com>
7448
7449 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7450 [aix4*|aix5*]: Prepend blank.
7451
6be7c12c
AO
74522001-05-20 Alexandre Oliva <aoliva@redhat.com>
7453
7454 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7455 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7456 of subdir/configure scripts to use the new libtool.m4.
7457
4ed00bba
L
74582001-05-14 H.J. Lu <hjl@gnu.org>
7459
7460 * config.if (libc_interface): Set to -libc6.2- for cross
7461 compiling to Linux/glibc 2.2.
7462
b1af961c
AO
74632001-05-03 Alexandre Oliva <aoliva@redhat.com>
7464
7465 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7466 libgcj.
7467
5ec3e74e
AO
74682001-04-26 Alexandre Oliva <aoliva@redhat.com>
7469
7470 * configure.in (noconfigdirs): Don't reset it from scratch in the
7471 target case; only append to it.
7472
b3ed1d6b
AO
74732001-04-26 Alexandre Oliva <aoliva@redhat.com>
7474
7475 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7476 sparc-*-solaris2.8]: Disable ${libgcj}.
7477
96111c10
AO
74782001-04-25 Alexandre Oliva <aoliva@redhat.com>
7479
7480 * configure.in (libgcj_saved): Copy from $libgcj.
7481 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7482 --disable-libgcj.
7483
b5bf43f2
AO
74842001-04-20 Alexandre Oliva <aoliva@redhat.com>
7485
7486 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7487 1.641.2.228.
7488
8cc32590
AO
74892001-04-12 Alexandre Oliva <aoliva@redhat.com>
7490
7491 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7492 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7493
dec0cb0c
AO
74942001-04-01 Alexandre Oliva <aoliva@redhat.com>
7495
7496 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7497 New macros.
7498 (bootstrap, cross): Use RECURSE_FLAGS.
7499 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7500
6a9c3886
AO
75012001-03-27 Alexandre Oliva <aoliva@redhat.com>
7502
7503 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7504
d4fc7db8
NC
75052001-03-23 Nick Clifton <nickc@redhat.com>
7506
7507 * README-maintainer-mode: Add note about inability to use "make
7508 distclean" in maintainer mode.
7509
7389ff65
AO
75102001-03-22 Alexandre Oliva <aoliva@redhat.com>
7511
7512 Re-installed:
7513 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7514 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7515 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7516 * ltcf-cxx.sh: Likewise.
7517 * ltcf-gcj.sh: Likewise.
7518
b3e0dc8e
PB
75192001-03-22 Philip Blundell <philb@gnu.org>
7520
7521 * config.sub, config.guess: Import latest from subversions.
7522
469b781c
AO
75232001-03-22 Alexandre Oliva <aoliva@redhat.com>
7524
7525 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7526 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7527
b0dad762
MC
75282001-03-20 Michael Chastain <chastain@redhat.com>
7529
7530 * Makefile.in: all-m4 depends on all-texinfo.
7531
c559bb17
AO
75322001-03-08 Alexandre Oliva <aoliva@redhat.com>
7533
7534 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7535
fef4ae2e
JJ
75362001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7537
7538 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7539 longer valid.
7540
8d6dd99d
NC
75412001-02-16 Nick Clifton <nickc@redhat.com>
7542
7543 * configure.in (noconfigdirs): Allow configuration of texinfo
7544 for Cygwin hosts.
7545
a85d7ed0
NC
75462001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7547
7548 * config.guess: Add linux target for S/390.
7549 * config.sub: Likewise.
7550 * configure.in: Likewise.
7551
51221c5e
DD
75522001-02-06 Ben Elliston <bje@redhat.com>
7553
7554 * configure: Output host type to stdout, not stderr.
7555
9dec4c71
MS
75562001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7557
7558 * config.guess: Import from subversions.gnu.org (revision 1.181).
7559 * config.sub: Import from subversions.gnu.org (revision 1.199).
7560
9add9c04
AM
75612001-01-30 Alan Modra <alan@linuxcare.com.au>
7562
7563 * config.guess: Handle hppa64-linux systems.
7564
8679174d
MS
75652001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7566
7567 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7568 Don't unset, it's non-portable and no longer necessary, set to empty
7569 instead.
7570
02d01ed4
MS
75712001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7572
7573 * ltconfig: Shell portability fix for the tagname validity check.
7574
4cc5853d
MS
75752001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7576
7577 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7578
7487e485
AO
75792001-01-27 Alexandre Oliva <aoliva@redhat.com>
7580
7581 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7582 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7583
f332af52
AO
75842001-01-24 Alexandre Oliva <aoliva@redhat.com>
7585
7586 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7587 keep at least one of build_libtool_libs or build_old_libs set to
7588 yes.
7589
ef099754
AO
75902001-01-24 Alexandre Oliva <aoliva@redhat.com>
7591
7592 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7593 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7594
8341f2fc 75952000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 7596
8341f2fc
AJ
7597 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7598
75992000-11-03 Philip Blundell <pb@futuretv.com>
7600
7601 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7602 files.
ebf0fa2e 7603
c320a39f
JJ
76042001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7605
7606 * COPYING.NEWLIB: Put into source repository.
7607
8817b92e
BE
76082001-01-15 Ben Elliston <bje@redhat.com>
7609
7610 * configure.in (host_tools): Add sid.
7611 Always configure cgen.
7612 * Makefile.in (all-sid): New target.
7613 (check-sid, clean-sid, install-sid): Likewise.
7614
35590697
AJ
76152001-01-07 Andreas Jaeger <aj@suse.de>
7616
80413487 7617 * config.sub, config.guess: Update from subversions.
35590697 7618
6ee6cea6
AO
76192000-12-12 Alexandre Oliva <aoliva@redhat.com>
7620
7621 * configure.in: Disable language-specific target libraries for
7622 languages that aren't enabled.
7623
077b8428
NC
76242000-11-24 Nick Clifton <nickc@redhat.com>
7625
7626 * configure.in (xscale-elf): Add target.
7627 (xscale-coff): Add target.
7628 (c4x, c5x, tic54x): Move after ARM targets.
7629
9e28a1ed
AO
76302000-11-23 Alexandre Oliva <aoliva@redhat.com>
7631
7632 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7633
be98a80a
ILT
76342000-11-20 Ian Lance Taylor <ian@zembu.com>
7635
7636 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7637
5cec67bf
AO
76382000-11-18 Alexandre Oliva <aoliva@redhat.com>
7639
7640 * Makefile.in: Merge with GCC and libgcj.
7641 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7642 configure-target-<library> when their configure scripts need the C
7643 or C++ library to have already been built to work properly.
7644 (do_proto_toplev): Set them to an empty string.
7645
d932cae7 76462000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
7647
7648 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7649 (REALLY_SET_LIB_PATH): Use them.
7650
d932cae7 76512000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
7652
7653 * config.sub: Add support for Sun Chorus
7654
8602ff0c
NC
76552000-11-02 Per Lundberg <plundis@chaosdev.org>
7656
7657 * config.sub: Add support for the *-storm-chaos OS.
7658
f9e0997d
NC
76592000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
7660
80413487
RH
7661 * configure.in (noconfigdirs): Don't compile some
7662 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 7663
d64552c5
AO
76642000-09-30 Alexandre Oliva <aoliva@redhat.com>
7665
7666 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7667 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7668 all affected `configure' scripts.
7669
97f60b31
AO
76702000-09-25 Alexandre Oliva <aoliva@redhat.com>
7671
7672 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7673 ltcf-c.sh.
7674
6e8dd58f
PB
76752000-09-12 Philip Blundell <philb@gnu.org>
7676
7677 * config.sub, config.guess: Update from subversions.
7678
103a2e99
AO
76792000-09-06 Alexandre Oliva <aoliva@redhat.com>
7680
51601921
AO
7681 * Makefile.in (all-zlib): Added dummy target.
7682
103a2e99
AO
7683 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7684 multi-language branch.
7685
2809b4b9
AO
76862000-09-05 Alexandre Oliva <aoliva@redhat.com>
7687
7688 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7689 (bootstrap*): Depend on all-bootstrap.
7690
7450026c
AO
76912000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
7692
7693 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7694 crosses, but add gcc/include to the header search path for them.
7695
6cf86f7f
AO
76962000-08-31 Alexandre Oliva <aoliva@redhat.com>
7697
7698 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7699 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7700 * gettext.m4: New file, extracted from aclocal.m4.
7701
ce2ea6e3
AO
77022000-08-22 Alexandre Oliva <aoliva@redhat.com>
7703
7704 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7705 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7706 sub-configures.
7707
9765193e
DE
77082000-08-20 Doug Evans <dje@casey.transmeta.com>
7709
7710 * Makefile.in (ALL_MODULES): Add all-cgen.
7711 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7712 (all-cgen): New target.
7713 (all-opcodes,all-sim): Depend on all-cgen.
7714 * configure.in (host_tools): Add cgen.
7715 Only configure cgen if --enable-cgen-maint.
7716
d7b32520
AO
77172000-08-17 Alexandre Oliva <aoliva@redhat.com>
7718
7719 * config-ml.in (CC, CXX): Don't introduce a leading space.
7720
e52ef561
AO
77212000-08-16 Alexandre Oliva <aoliva@redhat.com>
7722
7723 * configure.in (libstdcxx_flags): Use
7724 libstdc++-v3/src/libstdc++.INC.
7725
88f9c2a0
AO
77262000-08-15 Alexandre Oliva <aoliva@redhat.com>
7727
7728 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7729
98fbe43f
JM
77302000-08-11 Jason Merrill <jason@redhat.com>
7731
7732 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7733 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7734 (FLAGS_FOR_TARGET): Not here.
7735 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7736
279ddab4
DD
77372000-08-07 DJ Delorie <dj@redhat.com>
7738
7739 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7740 "if we're also building gcc, and it's a gcc that will run on the
7741 build machine, we want to use its includes instead of the system's
7742 default includes".
7743
60523a83
AO
77442000-08-03 Alexandre Oliva <aoliva@redhat.com>
7745
24ffec7a
AO
7746 * configure.in (libstdcxx_flags): Don't use `"'.
7747
60523a83
AO
7748 * config-ml.in: Adjust multilib search paths to the
7749 appropriate multilib tree.
7750
daf644b5
AO
77512000-08-02 Alexandre Oliva <aoliva@redhat.com>
7752
7753 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7754 commas in $LANGUAGES.
7755
63266560
DD
77562000-08-01 Alexandre Oliva <aoliva@redhat.com>
7757
7758 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7759
77602000-07-31 Alexandre Oliva <aoliva@redhat.com>
7761
7762 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7763 CXX_FOR_TARGET for sed.
7764
77652000-07-30 Alexandre Oliva <aoliva@redhat.com>
7766
7767 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7768 Do not override if already set in the environment or in configure.
7769 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7770 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7771
9e449d3e
AO
77722000-07-27 Alexandre Oliva <aoliva@redhat.com>
7773
7774 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7775 (GCC_FOR_TARGET): Use it.
7776 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7777 * configure.in: ... here.
7778 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7779 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7780
8bbd92e0
AO
77812000-07-24 Alexandre Oliva <aoliva@redhat.com>
7782
fd1f87b2
AO
7783 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7784 (configure-target-libchill, configure-target-libobjc): Likewise.
7785
8bbd92e0
AO
7786 * configure.in: Use the same cache file for all target libs.
7787 * config-ml.in: But different cache files per multilib variant.
7788
25c6c112
JL
77892000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7790
7791 * configure (topsrcdir): Don't use dirname.
7792
ba73c63f
JM
77932000-07-20 Jason Merrill <jason@redhat.com>
7794
7795 * configure.in: Remove all references to libg++ and librx.
7796
7797 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7798
1af08294
HPN
77992000-07-20 Hans-Peter Nilsson <hp@axis.com>
7800
7801 * config.sub: Update to subversions version 2000-07-06.
7802
ba73c63f
JM
78032000-07-12 Andrew Haley <aph@cygnus.com>
7804
7805 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7806 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7807
78082000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
7809
7810 * symlink-tree: Check number of arguments.
7811
d932cae7 78122000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
7813
7814 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7815
ba73c63f
JM
78162000-07-05 Jim Wilson <wilson@cygnus.com>
7817
7818 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7819 search path for a g++ extracted from the build tree. This
7820 will allow link tests run by configure scripts in
7821 subdirectories to succeed.
7822
92ee2f86
UC
78232000-07-01 Koundinya K <kk@ddeorg.soft.net>
7824
80413487 7825 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 7826
23f2f29f
CV
78272000-06-28 Corinna Vinschen <vinschen@cygnus.com>
7828
7829 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7830 `os2'. Force ac_cv_exeext to be ".exe" in that case.
7831
f04f5a67
TW
78322000-06-19 Timothy Wall <twall@cygnus.com>
7833
7834 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7835 * config.sub: Add tic54x target.
7836
11da68be
NC
78372000-06-07 Phillip Thomas <pthomas@suse.de>
7838
7839 * README-maintainer-mode: New file: Contains notes on using
7840 --enable-maintainer-mode with binutils.
7841
d932cae7 78422000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
7843
7844 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7845
d932cae7 78462000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
7847
7848 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7849 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7850
9442cea3
L
785120000-05-21 H.J. Lu (hjl@gnu.org)
7852
80413487
RH
7853 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7854 directory are used if they exist. Make sure
7855 $(build_tooldir)/include is searched for header files,
7856 $(build_tooldir)/lib/ for library files.
9442cea3 7857 (GCC_FOR_TARGET): Likewise.
80413487 7858 (CXX_FOR_TARGET): Likewise.
9442cea3 7859
d932cae7 78602000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
7861
7862 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7863
d932cae7 78642000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
7865
7866 * Makefile.in (configure-target-libiberty): Depend on
7867 configure-target-newlib.
7868
ba73c63f
JM
78692000-05-16 Alexandre Oliva <aoliva@cygnus.com>
7870
7871 * configure.in, Makefile.in: Merge all libffi-related
7872 configury stuff from the libgcj tree.
7873
d932cae7 78742000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
7875
7876 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7877 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7878
d932cae7 78792000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
7880
7881 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7882 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 7883 current version information. Add to proto-toplev directory.
b5a23627
AC
7884 (gdb-taz): Build do-djunpack.
7885
ba73c63f
JM
78862000-05-15 David Edelsohn <edelsohn@gnu.org>
7887
7888 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7889
7c86ed39
L
78902000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7891
7892 * ltmain.sh: Preserve in relink_command any environment
7893 variables that may affect the linker behavior.
7894
d932cae7 78952000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
7896
7897 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7898
d932cae7 78992000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
7900
7901 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7902
ed0a91a5
EZ
79032000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7904
7905 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 7906 with the version name.
ed0a91a5 7907
ba73c63f 79082000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 7909
ba73c63f 7910 * config.if: Tweak.
6cafa39f 7911
ba73c63f 79122000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 7913
ba73c63f 7914 * djunpack.bat: New file.
66156876 7915
d932cae7 79162000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
7917
7918 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
7919 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7920 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7921 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 7922
ba73c63f
JM
79232000-04-16 Dave Pitts <dpitts@cozx.com>
7924
80413487
RH
7925 * config.sub (case $basic_machine): Change default for "ibm-*"
7926 to "openedition".
ba73c63f 7927
d932cae7 79282000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
7929
7930 * Makefile.in (gdb-taz): New target. GDB specific archive.
7931 (do-md5sum): New target.
7932 (MD5PROG): Define.
7933 (PACKAGE): Default to TOOL.
7934 (VER): Default to a shell script.
7935 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 7936 md5 checksum generation.
b35ece4e
AC
7937 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7938 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7939 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 7940 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 7941
d932cae7 79422000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
7943
7944 * configure (warn_cflags): Delete.
7945
ba73c63f 79462000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 7947 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 7948
80413487
RH
7949 * configure.in (enable_libstdcxx_v3): Add.
7950 (target_libs): Add bits here to switch between libstdc++-v2 and
7951 libstdc++-v3.
7952 * config.if: And this file too.
7953 * Makefile.in: Add libstdc++-v3 targets.
35590697 7954
ba73c63f
JM
79552000-04-05 Michael Meissner <meissner@redhat.com>
7956
7957 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 7958
d332c5ac
JM
79592000-03-29 Jason Merrill <jason@casey.cygnus.com>
7960
7961 * configure.in: -linux-gnu*, not -linux-gnu.
7962
d932cae7 79632000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
7964
7965 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7966 (do-tar-bz2): Replace TOOL with PACKAGE.
7967 (gdb.tar.bz2): Remove GDBTK from GDB package.
7968 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 7969 dejagnu.tar.bz2): New packages.
6dcbc97b 7970
96ce09a7
ILT
79712000-02-27 Andreas Jaeger <aj@suse.de>
7972
7973 * configure.in: Add entry for mips*-*-linux*, move catch all
7974 *-*-*linux* entry below this one.
7975
2031769e
ILT
79762000-02-27 Ian Lance Taylor <ian@zembu.com>
7977
7978 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7979
4bab746c
NC
79802000-02-24 Nick Clifton <nickc@cygnus.com>
7981
7982 * config.sub: Support an OS of "wince".
7983
d932cae7 79842000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
7985
7986 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 7987 version.
ada59422 7988
5b93d8bb
AM
79892000-02-23 Linas Vepstas <linas@linas.org>
7990
7991 * config.sub: Add support for Linux/IBM 370.
7992 * configure.in: Likewise.
7993
2fb651f6
NC
79942000-02-22 Nick Clifton <nickc@cygnus.com>
7995
7996 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7997
b8441c25
CF
79982000-02-20 Christopher Faylor <cgf@cygnus.com>
7999
8000 * config.guess: Guess "cygwin" rather than "cygwin32".
8001
d332c5ac
JM
80022000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8003
8004 * configure (gcc_version): When setting, narrow search to
8005 lines containing `version_string'.
8006
ba73c63f
JM
80072000-02-15 Denis Chertykov <denisc@overta.ru>
8008
8009 * config.sub: Add support for avr target.
8010
d932cae7 80112000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8012
8013 * config.sub: Add mmix-knuth-mmixware.
8014
80152000-01-27 Christopher Faylor <cgf@redhat.com>
8016
8017 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8018 structure stuff to -L library search.
8019 (CXX_FOR_TARGET): Ditto.
8020 (CROSS_CHECK_MODULES): Fix spelling mistake.
8021
80222000-01-24 Mark Mitchell <mark@codesourcery.com>
8023
8024 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8025 the C++ compiler.
8026
80272000-01-12 Richard Henderson <rth@cygnus.com>
8028
8029 * configure.in: Don't build some bits for beos.
8030
80312000-01-12 Joel Sherrill (joel@OARcorp.com)
8032
8033 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8034 as include files.
8035
91b2c84d
GK
80362000-01-06 Geoff Keating <geoffk@cygnus.com>
8037
8038 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8039 not mh-aix43.
8040
ba73c63f
JM
80411999-12-14 Richard Henderson <rth@cygnus.com>
8042
8043 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8044 * config.sub: Accept alphaev[78], alphaev8.
8045
80461999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8047
8048 * config.guess, config.sub: Update from autoconf.
8049
8050Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8051
8052 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8053 necessary libraries are missing.
8054
80551999-10-25 Andreas Schwab <schwab@suse.de>
8056
8057 * configure: Fix quoting inside arguments of eval.
8058
80591999-10-21 Nick Clifton <nickc@cygnus.com>
8060
8061 * config-ml.in: Allow suppression of some ARM multilibs.
8062
8063Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8064
8065 * config.guess: Add OS/390 match pattern.
8066 * config.sub: Add mvs, openedition targets.
8067 * configure.in (i370-ibm-opened*): New.
8068
ef14edc4
ILT
80691999-09-04 Steve Chamberlain <sac@pobox.com>
8070
8071 * config.sub: Add support for configuring for pj.
8072
afb478e8
NC
80731999-08-31 Nick Clifton <nickc@cygnus.com>
8074
fd6848f6 8075 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8076
ba73c63f 80771999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8078
8079 * configure.in: Do not configure or build ld for AIX
8080 platforms. ld is known to be broken on these platforms.
8081
ba73c63f
JM
8082Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8083
8084 * config-ml.in: Pass compiler flag corresponding to multidirs to
8085 subdir configures.
8086
c363de44
ILT
80871999-08-09 Ian Lance Taylor <ian@zembu.com>
8088
8089 * Makefile.in (LDFLAGS): Define.
8090
dc8bc5a6
ILT
80911999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8092
8093 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8094 noconfigdirs.
8095 (*-*-cygwin*): Likewise.
8096
6ca3858e
ILT
80971999-08-08 Ian Lance Taylor <ian@zembu.com>
8098
71141bb6
ILT
8099 * mkdep: New file.
8100 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8101 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8102
6ca3858e
ILT
8103 From Eli Zaretskii <eliz@is.elta.co.il>:
8104 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8105 long file name when using DJGPP on MS-DOS.
8106
ba73c63f
JM
8107Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8108
8109 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8110
2735a327
AM
81111999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8112
8113 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8114 dependency as this causes "make check" to globally "make all"
8115
ba73c63f
JM
8116Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8117
8118 * configure.in (target_libs): Added target-zlib.
8119 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8120 (CONFIGURE_TARGET_MODULES): Likewise.
8121 (CHECK_TARGET_MODULES): Likewise.
8122 (INSTALL_TARGET_MODULES): Likewise.
8123 (CLEAN_TARGET_MODULES): Likewise.
8124 (configure-target-zlib): New target.
8125 (all-target-zlib): Likewise.
8126 (all-target-libjava): Depend on all-target-zlib.
8127 (configure-target-libjava): Depend on configure-target-zlib.
8128
8129 * Makefile.in (configure-target-libjava): Depend on
8130 configure-target-newlib.
8131 (configure-target-boehm-gc): New target.
8132 (configure-target-qthreads): New target.
8133
80413487
RH
8134 * configure.in (target_libs): Added target-qthreads.
8135 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8136 (CONFIGURE_TARGET_MODULES): Likewise.
8137 (CHECK_TARGET_MODULES): Likewise.
8138 (INSTALL_TARGET_MODULES): Likewise.
8139 (CLEAN_TARGET_MODULES): Likewise.
8140 (all-target-qthreads): New target.
8141 (configure-target-libjava): Depend on configure-target-qthreads.
8142 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
8143
8144 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8145 (CONFIGURE_TARGET_MODULES): Likewise.
8146 (CHECK_TARGET_MODULES): Likewise.
8147 (INSTALL_TARGET_MODULES): Likewise.
8148 (CLEAN_TARGET_MODULES): Likewise.
8149 (all-target-libjava): New target.
8150 (all-target-boehm-gc): Likewise.
8151 * configure.in (target_libs): Added libjava, boehm-gc.
8152
08d836d6
ILT
81531999-07-22 Ian Lance Taylor <ian@zembu.com>
8154
8155 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8156 configure.bat in SUPPORT_FILES.
8157 (gas+binutils.tar.bz2): Likewise.
8158
8159 * makeall.bat: Remove; obsolete.
8160
8f36e47c
ILT
81611999-07-21 Ian Lance Taylor <ian@zembu.com>
8162
8163 From Mark Elbrecht:
8164 * configure.bat: Remove; obsolete.
8165
56e82f25
ILT
81661999-07-11 Ian Lance Taylor <ian@zembu.com>
8167
8168 * configure: Add -W -Wall to the default CFLAGS when compiling with
8169 gcc.
8170
1001d816
JL
8171Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8172
8173 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8174
106117aa
MM
81751999-06-30 Mark Mitchell <mark@codesourcery.com>
8176
8177 * configure.in: Build ld on IRIX6.
8178
c376f4ed
ILT
81791999-06-12 Ian Lance Taylor <ian@zembu.com>
8180
8181 * Makefile.in: Change distribution targets to use bzip2 instead of
8182 gzip.
8183 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8184 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8185
306b7445
NC
81861999-06-04 Nick Clifton <nickc@cygnus.com>
8187
8188 * config.sub: Add mcore target.
8189
d932cae7 81901999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8191
8192 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8193
d932cae7 81941999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8195
8196 * config.guess (dummy): Changed to $dummy.
8197
6c3175b0
NC
81981999-05-24 Nick Clifton <nickc@cygnus.com>
8199
ba73c63f
JM
8200 * config.sub: Tidied up case statements.
8201
82021999-05-22 Ben Elliston <bje@cygnus.com>
8203
8204 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8205 <jiro@din.or.jp>.
8206
8207 * config.guess: Merge with FSF version. Future changes will be
8208 more accurately recorded in this ChangeLog.
8209 * config.sub: Likewise.
8210
d932cae7 82111999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8212
8213 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8214
252b5132
RH
82151999-04-30 Tom Tromey <tromey@cygnus.com>
8216
8217 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8218
82191999-04-23 Tom Tromey <tromey@cygnus.com>
8220
8221 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8222
82231999-04-20 Drew Moseley <dmoseley@cygnus.com>
8224
8225 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8226 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8227 Bad merge removed these two changes.
8228
ba73c63f 8229Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8230 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8231
8232 * config.guess (interix Alpha): Add.
8233
252b5132
RH
82341999-04-11 Richard Henderson <rth@cygnus.com>
8235
8236 * configure.in (i?86-*-beos*): Do config gperf; don't config
8237 gdb, newlib, or libgloss.
8238
d932cae7 82391999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8240
ba73c63f
JM
8241 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8242 link a trivial program with -mabi=64. If it fails, remove mabi=64
8243 from multidirs.
8244
d932cae7 82451999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8246
8247 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8248
252b5132
RH
82491999-04-08 Nick Clifton <nickc@cygnus.com>
8250
8251 * config.sub: Add support for mcore targets.
8252
82531999-04-07 Michael Meissner <meissner@cygnus.com>
8254
8255 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8256 not mt-ospace, in order to shut up assembler warning about using
8257 symbols that are named the same as registers.
8258
82591999-04-07 Drew Moseley <dmoseley@cygnus.com>
8260
8261 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8262 dependency list for all-target-cygmon.
8263
82641999-04-05 Doug Evans <devans@casey.cygnus.com>
8265
8266 * config-ml.in: Check $host, not $target, for selective multilibs.
8267 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8268 thumb interworking, and underscore prefix multilibs.
8269
82701999-04-04 Ian Lance Taylor <ian@zembu.com>
8271
8272 * missing: Update to version from current automake.
8273
8274Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8275
8276 * configure (gxx_include_dir): Removed.
8277
8278 * configure.in (gxx_include_dir): Handle it.
8279 * Makefile.in: Likewise.
8280
82811999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8282
8283 * config.sub (mips64vr4111,mips64vr4111el) Add.
8284
82851999-03-21 Ben Elliston <bje@cygnus.com>
8286
80413487 8287 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8288
8289Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8290
252b5132
RH
8291 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8292 config/mh-djgpp.
8293
8294Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8295
8296 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8297 all-target-newlib to dependency list for all-target-bsp.
8298
8299Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8300
8301 * config.sub: Add i386-uwin support.
8302 * config.guess: Likewise.
8303
8304Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8305
8306 * configure.in: cleanup, add mh-*pic handling for arm, special
8307 case powerpc*-*-aix*
8308
8309Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8310
8311 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8312 can be built.
8313
8314Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8315
8316 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 8317 targets.
252b5132
RH
8318
83191999-03-02 Nick Clifton <nickc@cygnus.com>
8320
8321 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8322
d932cae7 83231999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8324
8325 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8326
83271999-02-24 Nick Clifton <nickc@cygnus.com>
8328
8329 * config.sub: Fix typo in arm recognition.
8330
d932cae7 83311999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
8332
8333 * configure.in (noconfigdirs): Changed target_configdirs to
8334 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8335 rather than m68k-*-* since it is not known to work on
8336 m68k-aout. Ditto for arm-*-*oabi.
8337
d932cae7 83381999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
8339
8340 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
8341
83421999-02-19 Ben Elliston <bje@cygnus.com>
8343
8344 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8345 Smart and improved by Andrew Cagney.
8346
d932cae7 83471999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
8348
8349 * config.guess: Recognize openbsd-*-hppa.
8350
d932cae7 83511999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
8352
8353 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8354 only if it is not empty.
8355
83561999-02-17 Nick Clifton <nickc@cygnus.com>
8357
8358 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 8359
fd6848f6 8360 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
8361
8362 * config.sub: Modified to recognize uname's armv* syntax.
8363
83641999-02-17 Mark Salter <msalter@cygnus.com>
8365
8366 * configure.in: Added target-bsp for sparclite.
8367
d932cae7 83681999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
8369
8370 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8371
83721999-02-08 Nick Clifton <nickc@cygnus.com>
8373
8374 * configure.in: Add support for strongarm port.
8375 * config.sub: Add support for strongarm target.
8376
d932cae7 83771999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 8378
252b5132
RH
8379 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8380 the old name config/mh-cygwin32.
8381 Enable texinfo.
8382
d932cae7 83831999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
8384
8385 * configure.in: Do build ld for ix86 Solaris.
8386
d932cae7 83871999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
8388
8389 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8390 $AR_FOR_TARGET. Likewise for RANLIB.
8391
d932cae7 83921999-02-02 Catherine Moore <clm@cygnus.com>
35590697 8393
80413487
RH
8394 * config.sub (oabi): Recognize.
8395 * configure.in (arm-*-oabi): Handle.
252b5132 8396
d932cae7 83971999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
8398
8399 * config.guess: Improve detection of i686 on UnixWare 7.
8400
d932cae7 84011999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
8402
8403 * config.guess: Add support for i386-pc-interix.
8404 * config.sub: Likewise.
8405 * configure.in: Likewise.
252b5132 8406
d932cae7 84071999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8408
8409 * Makefile.in: Remove unneeded all-target-libio from
8410 from all-target-winsup target since it is now unneeded.
8411 Add all-target-libtermcap in its place since it is now
8412 needed.
8413
d932cae7 84141998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8415
8416 * configure.in: makefile stub for cygwin target is probably
8417 unnecessary. Remove it for now.
252b5132 8418
d932cae7 84191998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8420
8421 * configure.in: libtermcap.a should be built when cygwin is the
8422 target as well as the host.
8423 * config.guess: Allow mixed case in cygwin uname output.
8424 * Makefile.in: Add libtermcap target.
252b5132 8425
d932cae7 84261998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8427
8428 * config.sub: Clean up handling of hppa2.0.
8429
d932cae7 84301998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
8431
8432 * config.guess: Use C code to identify more HP machines.
8433
8434Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8435
8436 * config.sub: Handle hppa2.0.
8437
ba73c63f
JM
8438Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8439
8440 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 8441 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
8442
84431998-12-15 Mark Salter <msalter@cygnus.com>
8444
8445 * configure.in: Added target-bsp for several target architectures.
8446
8447 * Makefile.in: Added rules for bsp.
8448
252b5132
RH
8449Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8450
8451 * config.guess: Improve detection of hppa2.0 processors.
8452
8453Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8454
8455 * config.guess: Recognize FreeBSD using ELF automatically.
8456
84571998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8458
8459 * configure (skip-this-dir): Add handling for new shell script, which
8460 might be created by a sub-directory's configure to indicate, this particular
8461 directory is "unwanted".
8462 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8463
252b5132
RH
8464Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8465
8466 * ltconfig: import from libtool, after changing libtool to
8467 account for the cygwin name change.
8468
8469Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8470
8471 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8472 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8473
8474Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8475
8476 * configure.in: Add libtermcap to list of cygwin dependencies.
8477
d932cae7 84781998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 8479
80413487
RH
8480 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8481 they include winsup/include when it's a cygwin target.
252b5132
RH
8482
84831998-11-12 Tom Tromey <tromey@cygnus.com>
8484
8485 * configure.in (host_tools): Added zip.
8486 * Makefile.in (all-target-libjava): Depend on all-zip.
8487 (all-zip): New target.
8488 (ALL_MODULES): Added all-zip.
8489 (NATIVE_CHECK_MODULES): Added check-zip.
8490 (INSTALL_MODULES): Added install-zip.
8491 (CLEAN_MODULES): Added clean-zip.
8492
d932cae7 84931998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8494
8495 * Makefile.in: lose "32" from comment about cygwin.
8496
d932cae7 84971998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
8498
8499 * configure.in: Use -Os to build target libraries for the fr30.
8500
d932cae7 85011998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
8502
8503 * config.sub: Add fr30.
8504
d932cae7 85051998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 8506
80413487 8507 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
8508 cygwin* instead of cygwin32*.
8509 * config.sub: Check cygwin* instead of cygwin32*.
8510
d932cae7 85111998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
8512
8513 * config.guess: Match any version of Unixware7.
8514
252b5132
RH
85151998-10-20 Syd Polk <spolk@cygnus.com>
8516
8517 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8518 if desired.
8519
d932cae7 85201998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8521
8522 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8523 these if the appropriate directories and files to not exist.
8524
d932cae7 85251998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8526
8527 * Makefile.in (DEVO_SUPPORT): Add config.if.
8528
d932cae7 85291998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
8530
8531 * configure: Add pattern to replace "build_tooldir"'s
8532 definition in the generated Makefile with "tooldir"'s
8533 actual value.
8534
252b5132
RH
8535Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8536
8537 * config.sub: Bring back lost sparcv9.
8538
ba73c63f
JM
8539 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8540
8541Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8542
8543 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8544 CC_FOR_TARGET and friends.
8545
8546Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8547
ba73c63f
JM
8548 * Makefile.in (build_tooldir): New variable, same as tooldir.
8549 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8550 -B$(build_tooldir)/bin/.
8551 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8552
252b5132
RH
8553Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8554
8555 * config.sub: Add support for i[34567]86-pc-udk.
8556 * configure.in: Likewise.
8557
8558Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8559
8560 * Makefile.in: add bzip2 package building bits for user
8561 tools module
8562 * configure.in: ditto
8563
ba73c63f
JM
8564Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8565
8566 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8567 (ALL_TARGET_MODULES): Add all-target-libobjc.
8568 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8569 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8570 (all-target-libchill): Add dependencies.
8571 * configure.in (target_libs): Add libchill.
35590697 8572
252b5132
RH
85731998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8574
ba73c63f 8575 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
8576
8577Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8578
8579 * Makefile.in (all-automake): fix dependencies.
8580
8581Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8582
8583 * configure.in: Minor cleanups for building in the $(target_alias)
8584 subdir.
8585
85861998-09-22 Jim Wilson <wilson@cygnus.com>
8587
8588 * Makefile.in (bootstrap): Set r and s before make all. Use
8589 BASE_FLAGS_TO_PASS in make all.
8590 (cross): Likewise.
8591
85921998-09-20 Mark Mitchell <mark@markmitchell.com>
8593
8594 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8595
252b5132
RH
8596Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8597
8598 * config.sub: Fix typo in last change.
8599
86001998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8601
8602 * config.sub: Add support for C4x target.
8603 * configure.in: Likewise.
8604
86051998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8606
8607 * config.sub: Recognize sparcv9 just like sparc64.
8608
8609Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8610
8611 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8612
8613Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8614
8615 * config.guess: Correctly identify Pentium II sco boxes.
8616
8617 * config.guess: Fix "tr" code. From Weiwen Liu.
8618
8619Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8620
8621 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8622 stabs.
8623
8624Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8625
8626 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8627 (ALL_TARGET_MODULES): Add all-target-libchill.
8628 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8629 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8630 (all-target-libchill): Add dependencies.
8631 * configure.in (target_libs): Add libchill.
8632
8633Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8634
8635 * config.guess: Avoid assumptions about "tr" behaves when
8636 LANG is set to something other than English.
8637
8638Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8639
8640 * configure (gxx_include_dir): Changed to
8641 '${prefix}/include/g++'-${libstdcxx_interface}.
8642
8643 * config.if: New to determine the interfaces.
8644
8645Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8646
8647 * config.guess: Detect and handle MPE/IX.
8648 * config.sub: Deal with MPE/IX.
8649
8650Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8651
8652 * configure.in: Use mh-aix43.
8653
86541998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8655
8656 * configure: Fix --without/--disable cases for gxx-include-dir.
8657
8658Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8659
8660 * mdata-sh: Imported. Needed for automake support.
8661
8662Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8663
ba73c63f 8664 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
8665 "chmod og=u `find . -print`".
8666
8667Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8668
ba73c63f 8669 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
8670
8671Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8672
8673 * Makefile.in: Undo previous patch.
8674
8675Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8676
8677 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8678 to here ...
8679 (install-no-fixedincludes): and here
8680 (INSTALL_MODULES): ... from here.
8681
8682Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8683
8684 * config.sub: Merge with FSF.
8685
8686 * config.guess: Merge with FSF.
8687
8688Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8689
8690 * configure (extraconfigdirs): New variable.
8691 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8692 * Makefile.in (all): Move higher in file.
8693 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8694 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8695 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8696 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8697 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8698
86991998-07-23 Brendan Kehoe <brendan@cygnus.com>
8700
8701 * Makefile.in (all-target-libjava): Depend on all-gcc and
8702 all-target-newlib.
8703 (configure-target-libjava): Depend on $(ALL_GCC).
8704
8705Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8706
8707 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8708 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8709
8710Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8711
8712 * ylwrap: Change absolute path checks to check for DOS style path
8713 names.
8714
8715 * ylwrap: Don't use a full path name if the source file is in the
8716 same directory. From hjl@lucon.org (H.J. Lu).
8717
8718 * config-ml.in: Default to being verbose, to match Feb 18 change to
8719 configure.
8720
8721Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8722
8723 Brought over from egcs:
8724
8725 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8726
8727 * configure.in (target_subdir): Set to ${target_alias} instead
8728 of "libraries".
8729
8730 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8731
8732 * configure.in (target_subdir): Set to libraries if enable_multilib.
8733
8734Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8735
8736 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8737 multilibs, force reconfiguration the first time we create
8738 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8739
8740Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8741
8742 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8743 avoid confusion with --no-recursion.
8744
8745Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8746
8747 * configure.in: Win32 hosts shouldn't use install -x
8748 * install-sh: remove -x option, and special .exe-handling
8749 hack.
8750
8751Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8752
8753 * config.guess: Recognize i586-pc-beos.
8754 * configure.in: Don't build some bits for beos.
8755
8756Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8757
8758 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8759 CFLAGS default to -O2.
8760
8761 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8762 when using GNU ld.
8763
8764Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8765
8766 * ltmain.sh: Correct install when using a different shell.
8767
8768Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8769
8770 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8771
8772Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8773
8774 * makefile.vms: Update to build binutils/makefile.vms. Add install
8775 target.
8776
8777Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8778
8779 * ltconfig: Update to correct AIX handling.
8780
8781Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8782
8783 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8784
8785 * configure.in (target_subdir): Set to ${target_alias} instead
8786 of "libraries".
8787
87881998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8789
8790 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8791 (Makefile): Depend on $(gcc_version_trigger).
8792
8793 * configure (gcc_version): Change default initializer to empty
8794 string.
8795 (gcc_version_trigger): New variable; pass this variable down
8796 to subdir configures to enable them checking gcc's version
8797 themselves. Emit make macros for both gcc_version vars.
8798 (topsrcdir): Initialize reliably.
8799 (recursion line): Remove --with-gcc-version=${gcc_version}.
8800
88011998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8802
8803 * configure (enable_version_specific_runtime_libs): Implement new flag
8804 --enable-version-specific-runtime-libs which installs C++ runtime stuff
8805 in $(libsubdir); emit definition in each generated Makefile.
8806 (gxx_include_dir): Initialize depending on
8807 $enable_version_specific_runtime_libs.
8808
88091998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8810
8811 * configure (gcc_version): Initialize properly depending on
8812 how and where configure is started.
8813 (recursion line): Pass a --with-gcc-version=${gcc_version}
8814 to configures in subdirs.
8815
8816Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
8817
8818 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 8819 cygmon
252b5132
RH
8820
8821Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
8822
8823 * configure.in: Add cygmon and libstub support for mn10200.
8824
88251998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
8826
8827 * configure (gcc_version): Add new variable describing the
8828 particular gcc version we're building.
8829 * Makefile.in (libsubdir): Add new macro for the directory
8830 in which the compiler finds executables, libraries, etc.
8831 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8832 and libsubdir.
8833
8834Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8835
ba73c63f
JM
8836 * Makefile.in (local-clean): Remove *.log.
8837 (warning.log): Built with warn_summary from build.log.
8838 (mail-report.log): Run test_summary.
8839 (mail-report-with-warnings.log): Run test_summary including
8840 warning.log in the report.
252b5132
RH
8841
8842Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
8843
8844 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8845
8846Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
8847
8848 * Makefile.in (grep): Grep no longer depends on libiberty.
8849
8850Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
8851
8852 * Makefile.in: all-snavigator needs all-libgui.
8853
8854Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
8855
8856 * configure.in: Add cygmon and libstub support for mn10300.
8857
8858Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
8859
8860 * missing: Update to version from automake 1.3.
8861
8862 * ltmain.sh: On installation, don't get confused if the same name
8863 appears more than once in the list of library names.
8864
8865Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
8866
8867 * config.sub: Accept m68060 and m5200 as CPU names.
8868
8869Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
8870
8871 * configure: Use && rather than using -a in test, because odd
8872 strings can confuse test.
8873 * configure.in: Likewise.
8874
8875Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
8876
8877 * ltconfig, ltmain.sh: Bring in Visual C++ support.
8878
8879Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8880
8881 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
8882 bootstrap4-lean): New targets.
8883
8884Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
8885
8886 * mpw-* Delete. Not used.
252b5132
RH
8887
8888Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
8889
8890 * COPYING.LIB: Update FSF address.
8891
8892Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
8893
8894 * ltconfig, ltmain.sh: Update to libtool 1.2a.
8895
8896 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8897 GAS_SUPPORT_DIRS.
8898
8899Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
8900
8901 * ltconfig, ltmain.sh: Avoid producing a version number if
8902 -version-info was not used.
8903
8904Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
8905
8906 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8907 building with newlib.
8908
89091998-04-30 Paul Eggert <eggert@twinsun.com>
8910
ba73c63f 8911 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 8912 Solaris `make' causes it to continue to next definition.
252b5132 8913
afb8d725
JM
8914Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
8915
8916 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8917 the right GUI libraries and files are installed along with GDB.
8918
252b5132
RH
8919Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
8920
8921 * configure.in: Change alpha to alpha* in several places.
8922
8923Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
8924
8925 * config.sub: Recognize sparc86x.
8926
8927Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 8928
252b5132
RH
8929 * configure.in (--enable-target-optspace): Remove debug echo.
8930
8931Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
8932
8933 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8934
8935Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
8936
8937 * ltconfig: Update cygwin32 support.
8938
8939 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8940 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8941 (GDB_SUPPORT_DIRS): Likewise.
8942
8943Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
8944
8945 * configure.in (target_makefile_frag): If --enable-target-optspace,
8946 use -Os to compile target libraries rather than -O2. Default to
8947 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8948 not used.
8949 * configure.in (target_cflags): Ditto for d30v.
8950
8951Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
8952
8953 * Makefile.in (all-bfd): Depend on all-intl.
8954 (all-binutils): Likewise.
8955 (all-gas): Likewise.
8956 (all-gprof): Likewise.
8957 (all-ld): Likewise.
8958
252b5132
RH
89591998-04-19 Brendan Kehoe <brendan@cygnus.com>
8960
8961 * configure.in (host_tools): Fix typo, lbtool -> libtool.
8962
8963Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
8964
8965 * Makefile.in (all-bfd): Depend upon all-libiberty.
8966
8967 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8968
8969Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
8970
8971 * Makefile.in: Add libstub.
8972
8973 * configure.in: Ditto. Build libstub for targets that have cygmon
8974 support.
8975
8976Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
8977
8978 * configure.in: Don't set PICFLAG on ix86-cygwin32.
8979
8980Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
8981
8982 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8983 use mh-sysv5 if specified. Support gprof on SCO Open Server.
8984
8985Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
8986
8987 * configure: Define DEFAULT_M4 by searching PATH.
8988 * Makfile.in: Use DEFAULT_M4.
8989
8990Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
8991
8992 * ltconfig: Add cygwin32 support.
8993
8994 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
8995 to configure and build.
8996
8997Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
8998
8999 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9000
9001Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9002
9003 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9004
9005Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9006
9007 * Makefile.in: add ash make rules
9008 * configure.in: add ash to native_only and host_tools lists
9009
9010Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9011
9012 * Makefile.in (all-gettext, all-intl): New targets.
9013 (ALL_MODULES): Added all-gettext, all-intl.
9014 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9015 (INSTALL_MODULES): Added install-gettext, install-intl.
9016 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9017
9018 * configure.in (host_tools): Added gettext.
9019 (native_only): Likewise.
9020 (noconfigdirs) [various cases]: Likewise.
9021 (host_libs): Added intl.
9022
afb8d725
JM
9023Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9024
9025 * configure: Do not disable building gdbtk for cygwin32 hosts.
9026
ba73c63f
JM
9027Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9028
9029 * configure.in: Add thumb-coff target.
9030 * config.sub: Add thumb-coff target.
9031
252b5132
RH
9032Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9033
9034 * Makefile.in: Revert yesterday's change.
9035 (all-target-winsup): all-target-librx stays out of here.
9036
9037Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9038
ba73c63f
JM
9039 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9040 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9041 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9042 Remove references to librx and libg++.
9043
9044Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9045
9046 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9047 recursive makes
9048
9049Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9050
9051 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9052 for newlib directory.
9053 (CXX_FOR_TARGET): Likewise.
9054
9055Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9056
9057 * ltconfig: Update after libtool/ltconfig.in change for
9058 hpux11.
9059
9060Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9061
9062 * ltconfig, ltmain.sh: Update to libtool 1.2.
9063
9064Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9065
9066 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9067 (install-gcc-cross): Instead, override LANGUAGES here.
9068
90691998-03-18 Dave Love <d.love@dl.ac.uk>
9070
9071 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9072 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9073
9074Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9075
9076 * configure.in: Add Thumb-pe target.
9077
9078Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9079
252b5132
RH
9080 * Makefile.in - changed sn targets to snavigator
9081 * configure.in - changed sn targets to snavigator
9082
9083Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9084
9085 * config-ml.in: After building symlink tree call make distclean
9086 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9087 to be the case for libiberty.
9088
9089Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9090
9091 * configure: When making link, also check the current
9092 directory. The configure scripts may create one.
9093
9094Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9095
9096 * config.sub: Accept alphapca56 and alphaev6 properly.
9097
9098Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9099
9100 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9101
252b5132
RH
9102Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9103
80413487 9104 * config.sub (sco5): Fix typo.
252b5132
RH
9105
9106Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9107
9108 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9109 install-itcl.
9110 (install-itcl): Remove dependency on install-tcl.
9111
9112Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9113
9114 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9115
252b5132
RH
9116Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9117
9118 * configure.in: Don't build libgui for a cygwin32 target when not on
9119 a cygwin32 host.
9120
9121Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9122
9123 * configure (redirect): Set to null, so default behavior of
9124 configure is now --verbose.
9125
91261998-02-16 Dave Love <d.love@dl.ac.uk>
9127
9128 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9129 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9130
9131Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9132
9133 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9134 this change to sync Makefile.in with its ChangeLog entries.
9135
9136Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9137
9138 * ltmain.sh (mkdir): Check that the directory doesn't exist
9139 before we exit with error, so that we don't get races during
9140 parallel builds.
9141
9142Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9143
9144 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9145
9146Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9147
9148 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9149 PICFLAG_FOR_TARGET.
9150 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9151
9152 * configure: Emit a definition for the new macro enable_shared
9153 into each Makefile.
9154
252b5132
RH
9155Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9156
9157 * configure.in (host_tools, native_only): Add libtool.
9158
9159Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9160
9161 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9162 Fix typo in ming config comment.
9163
9164Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9165
9166 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9167
9168Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9169
9170 * config.sub: Add tic30 cases, and map c30 to tic30.
9171
ba73c63f
JM
9172Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9173
9174 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9175 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9176 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9177 (CLEAN_TARGET_MODULES): Similarly
9178 (all-target-libf2c): Add dependences.
35590697 9179 * configure.in (target_libs): Add libf2c.
ba73c63f 9180
252b5132
RH
9181Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9182
ba73c63f
JM
9183 * configure.in: Remove expect from noconfigdirs when target
9184 is cygwin32. OK to build expect and dejagnu with Canadian
9185 Cross.
252b5132
RH
9186
9187Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9188
9189 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9190 host.
9191
9192 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9193 and mingw32.
9194
9195Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9196
9197 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9198 here as it is not defined in the toplevel Makefile.
9199
9200Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9201
9202 * configure (package_makefile_rules_frag): New variable, which names
9203 a file with generic rules, ...
9204 Change comment to mention we now have FIVE parts.
9205 * configure: Undo last change.
9206
9207Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9208
9209 * config.guess: More accurate determination of HP processor types.
9210 * config.sub: More accurate determination of HP processor types.
9211
9212Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9213
9214 * configure (package_makefile_frag): Move inserting the
9215 ${package_makefile_frag} to where it should be according
9216 to the comment.
9217
ba73c63f 9218Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9219
9220 * config.guess: Add support for Linux/ARM.
9221
9222Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9223
9224 * .cvsignore: Remove *-info and *-install since they match
9225 release-info and mpw-install, which we don't want to just ignore.
9226
9227Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9228
9229 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9230
9231Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9232
9233 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9234 local_prefix to sub-make invocations.
9235
9236Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9237
9238 * configure.in: Check makefile fragments in the source
9239 directory.
9240
9241Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9242
ba73c63f
JM
9243 * configure.in: Check whether host and target makefile
9244 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9245
9246Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9247
9248 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9249
252b5132
RH
9250Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9251
9252 * configure.in: Make sure we only replace RPATH_ENVVAR on
9253 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9254 regexp to sed.
9255
9256 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9257 to sub-makes.
9258
92591998-01-13 Lee Iverson (leei@ai.sri.com)
9260
9261 * config-ml.in (multi-do): LDFLAGS must include multilib
9262 designator.
9263
9264Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9265
9266 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9267
9268Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9269
9270 * config.sub: Add mingw32 support.
9271 * configure.in: Likewise.
252b5132
RH
9272
9273Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9274
9275 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9276
9277Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9278
9279 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9280 * configure (gxx_include_dir): Provide a definition for subdirs
9281 which do not use autoconf.
9282
9283Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9284
9285 * config.guess: Sync with egcs. Picks up new alpha support,
9286 BeOS & some additional linux support.
9287
ba73c63f 9288Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9289
9290 * config.guess: HP 9000/803 is a PA1.1 machine.
9291
ba73c63f
JM
9292Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9293
9294 * configure.in: It's alpha*-...
252b5132
RH
9295
9296Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9297
ba73c63f
JM
9298 * configure.in (host_makefile_frag, target_makefile_frag):
9299 Handle multiple config files.
9300 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9301 alpha-*-*.
252b5132
RH
9302
9303Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9304
9305 * mkdep: New file.
9306
9307Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9308
9309 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9310
9311Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9312
9313 * Makefile.in: Add libgui directory.
9314 (GDB_TK): Add all-libgui.
9315 * configure.in: Add libgui directory.
9316 * configure: Add all-libgui to GDB_TK.
9317
9318Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9319
9320 * config-ml.in (multidirs): Add m32r to multilib list.
9321
9322Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9323
9324 * Makefile.in (all-target-gperf): Change dependency to
9325 all-target-libstdc++.
9326
9327Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9328
9329 * config.guess: Add BeOS support.
9330
9331Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9332
9333 Source directory cvs renamed to cvssrc:
9334 * configure.in (host_tools): Change cvs to cvssrc.
9335 (native_only): Likewise.
9336 (noconfigdirs) [various cases]: Likewise.
9337 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9338 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9339 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9340 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9341 (all-cvssrc): Rename target from all-cvs.
9342
9343Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9344
9345 * configure (gxx_include_dir): Fix thinko.
9346
9347Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9348
9349 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9350 (install-cross, install-gcc-cross): New targets.
9351
9352Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9353
9354 * configure.in (noconfigdirs): Add support for Thumb target.
9355
9356 * config.sub (maybe_os): Add support for Thumb target.
9357
9358Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9359
9360 * Makefile.in: Add rules for cygmon.
9361
9362 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9363
9364Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9365
9366 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9367 * configure (gxx_include_dir): Provide a definition for subdirs
9368 which do not use autoconf.
9369
9370Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9371
9372 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 9373 11/18/97 build
252b5132
RH
9374
9375Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9376
9377 * From Franz Sirl.
9378 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9379 found on RedHat Linux systems.
9380
9381Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9382
9383 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9384 guesses.
9385
9386Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9387
9388 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9389
9390Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9391
9392 * ltmain.sh: If mkdir fails, check whether the directory was created
9393 anyhow by some other process.
9394
9395Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9396
9397 * configure.in (d30v-*-*): Configure all directories.
9398
9399Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9400
9401 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9402 for the D30V.
9403
9404Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9405
9406 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9407
9408Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9409
80413487
RH
9410 * include/libiberty.h: Add extern "C" { so it can be used with C++
9411 progrms.
9412 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9413 programs.
252b5132
RH
9414
9415Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9416
9417 * configure.in (d30v-*-*): Configure GCC now.
9418
9419Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9420
9421 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9422 is no longer needed.
9423
9424Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9425
9426 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9427
9428Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9429
9430 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9431 targets using "$@" to provide support for similar but not identical
9432 targets without having to duplicate code.
9433
9434Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9435
9436 * makefile.vms: Fix to work with DEC C.
9437
9438Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9439
9440 * config.sub: Add mips-tx39-elf to marketing names.
9441
9442Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9443
9444 * ltmain.sh: Handle symlinks in generated script.
9445
9446Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9447
9448 * configure: Handle autoconf style directory options: --bindir,
9449 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9450 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9451 --sysconfdir.
9452 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9453 (sharedstatedir, localstatedir, oldincludedir): New variables.
9454 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9455 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9456 sbindir, sharedstatedir, and sysconfdir.
9457
9458Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9459
9460 * Makefile.in (bootstrap-lean): New target.
9461
9462Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9463
9464 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 9465 sn, and gnuserv from noconfigdirs.
252b5132
RH
9466
9467Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9468
9469 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9470
9471Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9472
ba73c63f 9473 * Makefile.in (cross): New target.
252b5132
RH
9474
9475Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 9476 Jeff Law <law@cygnus.com>
252b5132
RH
9477
9478 * Makefile.in (bootstrap2, bootstrap3): New targets.
9479 (all-bootstrap): Remove outdated and confusing target.
9480 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9481
afb8d725
JM
9482Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9483
9484 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 9485 windows. Consistent with gdb/configure.
afb8d725 9486
252b5132
RH
94871997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9488
252b5132
RH
9489 * configure.in: Name Linux target fragment.
9490
9491 * configure: Rewrite so that project Makefile fragment is inserted
9492 first and appears last in the resulting Makefile.
9493
9494Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9495
9496 * Makefile.in (install-itcl): Install tcl first.
9497
252b5132 9498Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 9499
252b5132
RH
9500 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9501
9502Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9503
9504 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9505
9506 * configure.in (skipdirs): Add target-librx for Linux.
9507 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9508
9509Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9510
9511 * Makefile.in (bootstrap): New target.
9512
9513Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9514
9515 * config.sub: Accept 'amigados' for backward compatability.
9516
9517Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9518
9519 * config.guess: Merge with FSF.
9520
ba73c63f
JM
9521Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9522
9523 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9524
252b5132
RH
9525Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9526
9527 * config.sub: Add "marketing-names" patch.
9528
9529Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9530
80413487 9531 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
9532
9533Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9534
9535 * config.sub: Handle v850-elf.
9536
ba73c63f
JM
9537Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9538
9539 * .cvsignore (*-install): Remove.
9540
252b5132
RH
9541Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9542
9543 * ltconfig: Set CONFIG_SHELL in libtool.
9544 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9545
9546Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9547
9548 * configure.in (target_subdir): Set to libraries if enable_multilib.
9549
9550Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9551
9552 * config.guess: Update from gcc directory.
9553
9554Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9555
9556 * Makefile.in (all-sim): Depends on all-readline.
9557
9558Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9559
9560 * Makefile.in (BISON, YACC): Use $$s.
9561 (all-bison): Depend on all-texinfo.
9562
9563Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9564
9565 * Makefile.in (BISON): Add -L flag.
9566 (YACC): Likewise.
9567
9568Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9569
35590697
AJ
9570 * configure.in (noconfigdirs): Add support for v850e target.
9571
252b5132
RH
9572 * config.sub (maybe_os): Add support for v850e target.
9573
9574Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9575
35590697
AJ
9576 * configure.in (noconfigdirs): Add support for v850ea target.
9577
252b5132
RH
9578 * config.sub (maybe_os): Add support for v850ea target.
9579
9580Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9581
9582 * config.sub: Add mipstx39. Delete r3900.
9583
9584Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9585
9586 * Makefile.in (all-autoconf): Depends on all-texinfo.
9587
9588Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9589
9590 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9591 eabi targets.
9592
9593Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9594
9595 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9596
9597 * configure: When handling a Canadian Cross, handle YACC as well as
9598 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 9599 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
9600
9601Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9602
9603 * Makefile.in (BISON): bison, not byacc or bison -y.
9604 (YACC): bison -y or byacc or yacc.
9605 (various): Add *-bison as appropriate.
9606 (taz): No need to mess with BISON anymore.
9607
9608Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9609
9610 * configure: If OSTYPE matches *win32*, try to find a good value for
9611 CONFIG_SHELL.
9612
9613Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9614
9615 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9616 configure.in if it is present.
9617
9618Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9619
9620 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9621
9622Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9623
9624 * config.sub: Recognize `arc' cpu.
9625 * configure.in: Likewise.
9626 * config-ml.in: Likewise.
9627
9628Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9629
9630 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9631
9632Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9633
9634 * configure: Changed sed delimiter from ':' to '|' when
9635 attempting to substitute ${config_shell} for SHELL. On
9636 NT ${config_shell} may contain a ':' in it.
9637
9638Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9639
9640 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9641
9642Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9643
9644 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9645
9646Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9647
9648 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9649
9650 * ylwrap: If the program is a relative path, force it to be
9651 absolute.
9652
9653Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9654
9655 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9656
9657Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9658
9659 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
9660 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9661 for libraries.
252b5132
RH
9662
9663Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9664
9665 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 9666 separated by spaces.
252b5132
RH
9667
9668Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9669
9670 * ylwrap: New file.
9671 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9672
9673 * ltmain.sh: Handle /bin/sh at start of install program.
9674
9675 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9676
9677 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9678 * missing: New file, from automake 1.2.
9679
9680Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9681
9682 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9683 check-tk to CHECK_X11_MODULES.
9684
9685Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9686
9687 * config.sub: Merge with FSF.
9688
9689Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9690
9691 * config.guess: Merge with FSF.
9692
9693Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9694
9695 * configure: Treat msdosdjgpp like go32.
9696 * configure.in: Likewise. Don't remove gprof for go32.
9697
9698 * configure: Change Makefile.tem2 to Makefile.tm2.
9699
9700Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9701
9702 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9703
9704Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9705
9706 * install-sh (chmodcmd): Set to null if the DST directory already
9707 exists. Same as Nov 11th change.
9708
9709Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9710
35590697 9711 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
9712
9713Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9714
9715 * config.guess: Update from FSF.
9716
9717Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9718
9719 * Makefile.in (GDB_TK): Depend on itcl and tix.
9720
9721Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9722
9723 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9724 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9725 (INSTALL_SCRIPT): New variable.
9726 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9727 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9728 to -x.
9729 * install-sh: Add support for -x option.
9730
9731Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
9732
9733 * configure.in, Makefile.in: Treat tix like itcl.
9734
9735Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9736
9737 * Makefile.in (WINDRES): New variable.
9738 (WINDRES_FOR_TARGET): New variable.
9739 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9740 (EXTRA_HOST_FLAGS): Add WINDRES.
9741 (EXTRA_TARGET_FLAGS): Add WINDRES.
9742 (EXTRA_GCC_FLAGS): Add WINDRES.
9743 ($(DO_X)): Pass down WINDRES.
9744 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9745 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9746 DLLTOOL_FOR_TARGET.
9747
9748Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9749
9750 * configure.in: configure sim before gdb for win32-x-ppc
9751
9752Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9753
9754 Move gperf into the toplevel, from libg++.
9755 * configure.in (target_tools): Add target-gperf.
9756 (native_only): Add target-gperf.
9757 * Makefile.in (all-target-gperf): New target, depend on
9758 all-target-libg++.
9759 (configure-target-gperf): Empty rule.
9760 (ALL_TARGET_MODULES): Add all-target-gperf.
9761 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9762 (CHECK_TARGET_MODULES): Add check-target-gperf.
9763 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9764 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9765
9766Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 9767
252b5132
RH
9768 * config.sub (mn10200): Recognize new basic machine.
9769
9770Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9771
9772 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9773 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9774
9775Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9776
9777 * configure.in: If we're building mips-sgi-irix6* native, turn on
9778 ENABLE_MULTILIB and set TARGET_SUBDIR.
9779
9780Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9781
9782 * Makefile.in (all-sn): Depend on all-grep.
9783
9784Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9785
9786 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9787
9788 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9789 Makefile. From Jeff Makey <jeff@cts.com>.
9790 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9791
9792 * Makefile.in (DISTBISONFILES): Remove.
9793 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9794 $(DEFAULT_YACC).
9795
9796 * configure.in: Build itl, db, sn, etc., when building for native
35590697 9797 cygwin32.
252b5132
RH
9798
9799 * Makefile.in (LD): New variable.
9800 (EXTRA_HOST_FLAGS): Pass down LD.
9801 ($(DO_X)): Likewise.
9802
9803Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9804
9805 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9806
9807Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
9808
9809 * configure.in (targargs): Strip out any supplied --build argument
35590697 9810 before adding our own. Always add --build.
252b5132
RH
9811
9812Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
9813
9814 * configure.in (targargs): Pass --build if we're doing
9815 a cross-compile.
9816
9817Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
9818
ba73c63f 9819 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
9820 sed. Otherwise sed chokes on NT path names with drive
9821 designators. Also look for "?:*" as the leading characters in an
9822 absolute pathname.
9823
9824Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
9825
9826 * config.sub: Support for r3900.
9827
9828Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
9829
9830 * configure.in: Use install-sh, not install.sh.
9831
9832Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
9833
9834 * Makefile.in (taz): Improve check for BISON so it doesn't try to
9835 apply it twice.
9836
9837Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
9838
9839 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9840 install-binutils.
9841
9842Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
9843
9844 * Makefile.in: Add automake targets.
9845 * configure.in (host_tools): Add automake.
9846
9847Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
9848
9849 * configure: Default CXX to c++, not gcc.
9850 * Makefile.in (CXX): Set to c++, not gcc.
9851 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9852
9853Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
9854
9855 * install-sh: try appending a .exe if source file doesn't
9856 exist
9857
9858Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9859
9860 * configure.in: Turn on multilib by default.
9861 (cross_only): Remove target-libiberty.
9862
9863 * Makefile.in (all-gcc): Don't depend on libiberty.
9864
9865Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
9866
9867 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9868
9869Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
9870
9871 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9872 (DISTBISONFILES): Add ld/Makefile.in
9873
9874Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
9875
9876 * configure.in: if target is cygwin32 but host isn't cygwin32,
9877 don't configure gdb tcl tk expect, not just gdb.
9878
9879Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
9880
9881 * configure.in: Added gnuserv everywhere sn appears.
9882
9883 * Makefile.in (ALL_MODULES): Added all-gnuserv.
9884 (CROSS_CHECK_MODULES): Added check-gnuserv.
9885 (INSTALL_MODULES): Added install-gnuserv.
9886 (CLEAN_MODULES): Added clean-gnuserv.
9887 (all-gnuserv): New target.
9888
9889Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
9890
9891 * config.guess: Fixes for MIPS OpenBSD systems.
9892
9893Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
9894
9895 * Makefile.in (INSTALL_XFORM): Remove.
9896 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9897
9898 * mkinstalldirs: New file, copied from automake.
9899 * Makefile.in (installdirs): Rename from install-dirs. Use
9900 mkinstalldirs. Change all users.
9901 (DEVO_SUPPORT): Add mkinstalldirs.
9902
9903Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
9904
9905 * install-sh: Rename from install.sh.
9906 * Makefile.in (INSTALL): Change install.sh to install-sh.
9907 (DEVO_SUPPORT): Likewise.
9908
9909 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
9910 Graichen <graichen@rzpd.de>.
9911
9912Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
9913
9914 * config.guess: Recognize OpenBSD systems correctly.
9915
9916Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9917
9918 * README, Makefile.in (ETC_SUPPORT): Remove references to
9919 cfg-paper*, configure.{texi,man,info*}._
9920
9921Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
9922
9923 * Makefile.in (all.normal): Ensure that gcc is built after all
9924 the x11 - ie gdb - targets.
9925
9926Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
9927
9928 * makefile.vms: Don't run conf-a-gas.
9929
9930Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
9931
80413487 9932 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
9933
9934Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
9935
9936 * configure.in: Remove noconfigdirs case since gdb also
9937 configures and builds for tic80-coff.
9938
9939Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
9940
9941 * configure: Set cache_file to config.cache.
9942 * Makefile.in (local-distclean): Remove config.cache.
9943
9944Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
9945
9946 * COPYING: Update FSF address.
9947
9948Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
9949
9950 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9951 noconfigdirs.
9952
9953Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
9954
9955 * Makefile.in (install-dirs): Don't crash if prefix, and hence
9956 MAKEDIRS, is empty.
9957
9958Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
9959
9960 * config.sub: Tweak mn10300 entry.
9961
9962Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
9963
9964 * configure.in (host_tools): Put sim before gdb, so gdb's
9965 configure.tgt can determine if the simulator was configured.
9966
9967Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
9968
9969 * config.sub: Move BeOS $os case to be with other Cygnus
9970 local cases.
9971
9972Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
9973
9974 * config.sub: Remove misplaced comment that broke Linux.
9975
9976Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
9977
9978 * config.sub: Add BeOS support.
9979
9980Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
9981
9982 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9983
9984Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
9985
9986 * configure.in (noconfigdirs): Remove tcl and tk from
9987 noconfigdirs for cygwin32 builds.
9988
9989Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
9990
9991 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9992
9993Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
9994
9995 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9996 make-all.com, use makefile.vms instead.
9997
9998Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
9999
10000 * config.sub: Accept -lnews*.
10001
10002Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10003
10004 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10005 target-examples and target-libiberty for d30v.
252b5132
RH
10006
10007Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10008
10009 * configure.in (noconfigdirs): Enable ld for d30v.
10010
10011Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10012
10013 * configure.in (tic80-*-*): Build compiler.
10014
10015Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10016
10017 * configure.in (d30v-*): Remove sim directory from list of
35590697 10018 unsupported d30v directories
252b5132
RH
10019
10020Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10021
35590697
AJ
10022 * config.sub, configure.in: Add d30v target cpu.
10023
252b5132
RH
10024Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10025
10026 * makefile.vms: New file.
10027 * make-all.com: Remove.
10028
10029Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10030
10031 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10032
10033Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10034
10035 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10036
10037Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10038
10039 * Makefile.in (ALL_MODULES): Added all-db.
10040 (CROSS_CHECK_MODULES): Addec check-db.
10041 (INSTALL_MODULES): Added install-db.
10042 (CLEAN_MODULES): Added clean-db.
10043
10044Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10045
10046 * config.guess: Merge with latest FSF sources.
10047
10048Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10049
10050 * Makefile.in (ALL_MODULES): Added all-itcl.
10051 (CROSS_CHECK_MODULES): Added check-itcl.
10052 (INSTALL_MODULES): Added install-itcl.
10053 (CLEAN_MODULES): Added clean-itcl.
10054
10055Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10056
10057 * configure.in: build gdb for mn10200
10058
10059Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10060
10061 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10062
10063Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10064
10065 * configure.in (tic80-*-*): Turn off most targets right now.
10066
10067Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10068
10069 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10070 rather than the makeinfo program.
10071 (do-info): Depend upon all-texinfo.
10072
10073Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10074
10075 * configure.in: Remove uses of config/mh-linux.
10076
10077 * config.sub, config.guess: Merge with latest FSF sources.
10078
10079Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10080
10081 * config.sub (case $basic_machine): Add tic80 entries.
10082
10083Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10084
10085 * config.sub, config.guess: Merge with latest FSF sources.
10086
10087Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10088
10089 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10090 * mpw-config.in: Test for NewFolderRecursive.
10091 * mpw-install: Use symbolic name for startup filename.
10092 * mpw-README: Add various additional details.
10093
10094Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10095
10096 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10097
10098Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10099
10100 * configure.in: Do build gcc and the target libraries for
10101 the mn10200.
10102
10103Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10104
10105 * configure.in: don't avoid building gdb for mn10300 any more
10106 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10107 instead of single-quoting it.
10108
10109Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10110
10111 * configure.in: Don't use --with-stabs on IRIX 6.
10112
10113Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10114
10115 * configure.in (m32r): Build gdb, libg++ now.
10116
10117Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10118
10119 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10120 directories from noconfigdirs.
10121
10122Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10123
10124 * config.sub (basic_machine): added mips16 configuration
10125
10126Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10127
10128 * config.sub: Handle d10v-unknown.
10129
10130Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10131
10132 * config.sub: Handle v850-unknown.
10133
10134Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10135
10136 * Makefile.in: add findutils
10137 * configure.in: add findutils to list of host_tools
10138
10139Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10140
10141 * config.sub: Handle mn10200 and mn10300.
10142
10143Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10144
10145 * configure.in (d10v-*): Do not build librx.
10146
10147Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10148
10149 * configure.in (mn10300): Build everything except gdb & libgloss.
10150
10151Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10152
10153 * config.guess: Patch for Dansk Data Elektronik servers,
10154 from Niels Skou Olsen <nso@dde.dk>.
10155
10156 For ncr, use /bin/uname rather than uname, since GNU uname does not
10157 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10158
10159 Patch for MIPS R4000 running System V,
10160 from Eric S. Raymond <esr@snark.thyrsus.com>.
10161
10162 Fix thinko for nextstep.
10163
10164 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10165
10166 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10167 * config.guess: Guess mips-dec-mach_bsd4.3.
10168
10169 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10170 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10171 release numbers.
10172 * config.guess (mips-mips-riscos*): Emit just enough of the
10173 release number.
10174
10175 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10176 * config.guess (sparc-auspex-sunos*): Added.
10177 (f300-fujitsu-*): Added.
10178
10179 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10180 * config.guess: Recognize a Tadpole as a sparc.
10181
10182Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10183
10184 * config.guess: Don't assume that NextStep version is either 2 or
10185 3. NextStep 4 (aka OpenStep 4) has come out now.
10186
10187Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10188
10189 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10190 From Rik Faith <faith@cs.unc.edu>.
10191
10192Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10193
10194 * config.sub: Contributions from bug-gnu-utils to:
10195 Support plain "hppa" (no version given) architecture, reported by
10196 OpenStep.
10197 OpenBSD like NetBSD.
10198 LynxOs is not a hardware supplier.
10199
10200 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10201 OpenBSD like NetBSD.
252b5132
RH
10202 Stratus systems.
10203 More Pyramid systems.
10204 i[n>4]86 Intel chips.
10205 M680[n>4]0 Motorola chips.
10206 Use unknown instead of lynx for hardware manufacturer.
10207
10208Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10209
10210 * install.sh (chmodcmd): Set to null if the DST directory already
10211 exists.
10212
10213Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10214
10215 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10216 not use mt-ppc target Makefile fragment any more.
10217
10218Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10219
10220 * configure.in (*-*-windows): Exclude everything but those dirs
10221 needed to build windows.
10222
10223Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10224
10225 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10226
10227Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10228
10229 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10230
10231Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10232
10233 * Undo my previous change.
10234
10235Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10236
10237 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10238 unconditionally.
10239 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10240
10241Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10242
10243 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10244 host to add it's own flags.
252b5132
RH
10245
10246Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10247
10248 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10249
10250Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10251
10252 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10253 (CXX_FOR_TARGET): Likewise.
10254 (GCC_FOR_TARGET): Define.
10255 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10256 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10257 CC_FOR_TARGET was specified on the command line.
10258 (MAKEOVERRIDES): Don't define.
10259
10260Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10261
10262 * configure.in (m32r): Fix spelling of libg++ libs.
10263
10264Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10265
10266 * config.sub (-apple*): Remove, now redundant.
10267
10268Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10269
10270 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10271
10272 * configure: Rework yesterday's sed script patch.
10273
10274 * config.sub: Merge with FSF.
10275
10276Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10277
10278 * config.guess: Merge from FSF.
10279
10280 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10281 * config.guess: Use pc instead of unknown, for pc clone systems.
10282 Change linux to linux-gnu.
252b5132
RH
10283
10284 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10285 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10286
10287Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10288
10289 * test-build.mk (HOLES): Add "xargs" for gdb.
10290
10291 * configure: Avoid hpux10.20 sed bug.
10292
10293Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10294
4bddf3ad 10295 * configure.in: Add support for windows host
252b5132
RH
10296 (that is a build done under the Microsoft build environment).
10297
10298Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10299
10300 * Makefile.in: Replace all uses of srcroot with s, to shrink
10301 command line lengths.
10302
10303 Patches from Geoffrey Noer <noer@cygnus.com>:
10304 * configure.in: If configuring for newlib, pass --with-newlib to
10305 subdirectories.
10306 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10307 -Bnewlib/ and -Lwinsup to gcc.
10308 (CXX_FOR_TARGET): Likewise.
10309
10310Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10311
10312 * Makefile.in (ETC_SUPPORT): Add configure.
10313
10314Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10315
35590697 10316 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
10317 host configuration file.
10318
10319Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10320
10321 * configure.in: Break mn10x00 support into separate
10322 mn10200 and mn10300 configurations.
10323 * config.sub: Likewise.
10324
10325Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10326
10327 * configure.in: Add lots of stuff to noconfigdirs for
10328 the mn10x00 targets.
10329
10330 * config.sub, configure.in: Add mn10x00 support.
10331
10332Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10333
10334 * make-all.com: Call conf-a-gas, not config-a-gas.
10335
10336Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10337
10338 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 10339 targets.
252b5132
RH
10340
10341Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10342
10343 * mpw-README: Add much more detail for native PowerMac.
10344 * mpw-install: New file.
10345 * mpw-configure: Add --norecursion and --help options.
10346 * mpw-config.in: Translate readme and install files when
10347 copying to objdir.
10348 * mpw-build.in: Don't always depend on byacc and flex.
10349 (install-only-top): New action.
10350
10351Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10352
10353 * configure.in: You can now configure GDB for the v850.
10354
10355Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10356
10357 * configure.in (noconfigdirs): Don't configure any C++ dirs
10358 if targeting D10V.
10359
10360Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10361
10362 * config.sub: Recognize mips64vr5000.
10363
10364Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10365
10366 * configure.in: Use a single line for host_tools and native_only.
10367
10368Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10369
10370 * config.sub, configure.in: Add entries for m32r.
10371
10372Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10373
10374 * Makefile.in (inet-install): Don't run install-gzip.
10375
10376Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10377
10378 * configure.in: Don't config lots of things for *-*-windows*.
10379
10380Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10381
10382 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10383 (host_libs, host_tools): Copy from configure.in.
10384 * mpw-configure: Don't complain about directories not found.
10385
10386Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10387
10388 * configure.in (i[345]86): Recognize i686 for pentium pro.
10389 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10390 file.
10391
10392 * config.guess (i[345]86): Ditto.
10393
10394Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10395
10396 * configure.in (noconfigdirs): Removed gdb for D10V.
10397
10398Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10399
10400 * configure.in: Remove ld, target-libio, target-libg++, and
10401 target-libstdc++ from noconfigdirs.
10402
10403Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10404
10405 * configure: Fix three locations where shell scripts were
10406 being run directly rather than with config_shell.
10407
10408Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10409
10410 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10411 * config.sub (basic_machine): Recognize v850.
10412
10413Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10414
10415 * mpw-configure: Handle multiple enable/disable options and
10416 pass them down recursively, handle -c and -s flags appropriately
10417 depending on choice of compiler, add escape mechanism for
10418 quoted arguments to gC.
10419
10420Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10421
10422 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10423 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10424 so that -mrelocatable-lib and -mno-eabi are used.
10425
10426 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10427 not support --print-multi-lib, don't abort.
10428
252b5132
RH
10429Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10430
10431 * make-all.com: Run config-a-gas.
10432 * setup.com: Don't copy subdirectory files around.
10433
10434Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10435
10436 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10437 target, it now compiles correctly.
10438
10439Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10440
10441 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10442
10443Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10444
35590697 10445 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
10446
10447Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10448
10449 * configure.in (native_only): Add prms.
10450
10451Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10452
10453 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10454 (BINUTILS_SUPPORT_DIRS): Likewise.
10455
10456Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10457
10458 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10459 d10v support is added.
10460
10461Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10462
10463 * configure.in (d10v-*-*): New target.
10464
10465Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10466
10467 * config.guess (HP 9000/811): Recognize this as a PA1.1
10468 machine.
10469
10470Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10471
10472 * Makefile.in (do-tar-gz): New target, split out from tail end of
10473 taz target. Run each command separately, don't use pipes.
10474 (taz): Use it.
10475
10476Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10477
10478 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10479 * mpw-build.in: No builds should depend on building byacc or flex,
10480 they are assumed to be installed already.
10481
10482Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10483
10484 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10485 variable that CC_FOR_TARGET needs.
10486
10487Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10488
10489 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10490 options have changed since the last time the subdirectory was
10491 configured, and if it has, reconfigure.
10492 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10493 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10494
10495Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10496
10497 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10498 CLEAN_MODULES): Add bash.
10499 (all-bash): New target.
10500
10501Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10502
10503 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10504
10505Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10506
10507 * config.sub (basic_machine): Recognize d10v as a valid processor.
10508
10509Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10510
10511 * mpw-configure: Add support for --bindir.
10512 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10513
10514Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10515
10516 * configure.in: add bash, time, gawk to list of hosttools and things
10517 to only build for native toolchains
10518
10519Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10520
10521 * Makefile.in (docdir): Remove.
10522
10523Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10524
10525 * Makefile.in (datadir): Set to $(prefix)/share.
10526
10527Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10528
10529 * configure.in: build diff and patch for cygwin32-hosted
10530 toolchains.
10531
10532Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10533
10534 * config.sub: Accept -rtems*.
10535
10536Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10537
80413487 10538 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
10539 remove diff from the list of things not buildable
10540 via Canadian Cross
252b5132
RH
10541
10542Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10543
10544 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 10545 don't get ". ".
252b5132
RH
10546
10547Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10548
10549 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10550
10551Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10552
10553 * Makefile.in (taz): Handle case where tex3patch didn't even get
10554 checked out. Also, if it was found, put the symlink in a new util
10555 subdirectory.
10556
10557Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10558
10559 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10560
10561Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10562
10563 * config.sub: Recognize -openvms.
10564 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10565 * make-all.com, setup.com: New files.
10566
10567Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10568
10569 * Makefile.in (taz): tex3patch moved to texinfo/util.
10570
10571Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10572
afb8d725 10573 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
10574 * configure.in: remove make from disable-if-Can-Cross list
10575 enable gdb if ${host} and ${target} are cygwin32
10576
10577Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10578
10579 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10580 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10581
10582Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10583
10584 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10585 distinguish sysv/svr4/bsd variants.
10586 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10587
10588Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10589
10590 * configure.in: Added copyright notice.
10591 * move-if-change: Added copyright notice.
10592
10593Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10594
10595 * configure.in (powerpcle-*-solaris*): Until we get shared
10596 libraries working, don't build gdb, sim, make, tcl, tk, or
10597 expect.
10598
10599Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10600
10601 * config.guess: Merge with FSF:
10602
10603 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10604 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10605
10606 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10607 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10608
10609 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10610 * config.guess: Combine two OSF1 rules.
10611 Also recognize field test versions. From mjr@zk3.dec.com.
10612 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10613 because GNU uname does not support -p. From pmr@pajato.com.
10614
10615Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10616
10617 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10618
10619Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10620
10621 * mpw-README: Document GCCIncludes.
10622
10623Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10624
10625 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10626
10627Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10628
10629 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10630
10631Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10632
10633 * configure.in (*-*-cygwin32): Configure make.
10634
10635Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10636
10637 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10638
10639Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10640
10641 * Makefile.in (all-inet): Depend on all-perl.
10642
10643 * Makefile.in (inet-install): New target.
10644
10645 * Makefile.in (all-inet): Depend on all-tcl.
10646 (all-inet): Depend on all-send-pr.
10647
10648Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10649
10650 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10651 temporarily.
10652
10653Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10654
10655 * configure.in: Don't configure --with-gnu-ld on AIX.
10656
10657Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10658
10659 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10660
10661Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10662
10663 * Makefile.in (ALL_MODULES): Added all-inet.
10664 (CROSS_CHECK_MODULES): Added check-inet.
10665 (INSTALL_MODULES): Added install-inet.
10666 (CLEAN_MODULES): Added clean-inet.
10667 (all-indent): New target.
10668
10669 * configure.in (host_tools): Added inet.
10670 (native_only): Added inet.
10671 (noconfigdirs): Added inet.
10672
10673Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10674
10675 * configure.in: Don't configure libgloss if we are not configuring
10676 newlib.
10677
10678Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10679
10680 * configure.in: Don't configure libgloss for unsupported
10681 architectures.
10682
10683Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10684
10685 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10686
10687Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10688
10689 * Makefile.in (ALL_MODULES): Include all-apache.
10690 (CROSS_CHECK_MODULES): Include check-apache.
10691 (INSTALL_MODULES): Include install-apache.
10692 (all-apache): New target.
10693
10694 * configure.in: Added apache everywhere perl is seen.
10695
10696Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10697
10698 * Makefile.in: Add support for clean-{module} and
10699 clean-target-{module} rules.
10700
10701Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10702
10703 * configure.in (*-*-ose) do not build libgloss.
10704
10705Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10706
10707 * config.guess (prep*:SunOS:5.*:*): Turn into
10708 powerpele-unknown-solaris2.
10709
10710Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10711
10712 * configure.in: Permit --enable-shared to specify a list of
10713 directories.
10714
10715Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10716
10717 * configure.in (host==solaris): Pass only the first word of $CC
10718 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10719
10720Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10721
10722 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10723
10724Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10725
10726 * Makefile.in (ALL_MODULES): Include all-perl.
10727 (CROSS_CHECK_MODULES): Include check-perl.
10728 (INSTALL_MODULES): Include install-perl.
10729 (ALL_X11_MODULES): Include all-guile.
10730 (CHECK_X11_MODULES): Include check-guile.
10731 (INSTALL_X11_MODULES): Include install-guile.
10732 (all-perl): New target.
10733 (all-guile): New target.
10734
10735 * configure.in (host_tools): Include perl and guile.
10736 (native_only): Include perl and guile.
10737 (noconfigdirs): Don't build guile and perl; no ports have been
10738 done.
10739
10740Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10741
80413487
RH
10742 * configure (--enable-*): Handle quoted option lists such as
10743 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
10744
10745Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10746
10747 * Makefile.in ({,inst}all-target): New rule so we can make and
10748 install all of the target directories easily.
10749
10750Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10751
10752 * configure.in: Add missing global flag in sed substitution when
10753 deleting `target-' from ${configdirs}.
10754
10755Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10756
10757 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10758 option.
10759
10760 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10761 config/mh-necv4.
10762
10763 * install.sh: Correct misspelling of transformbasename.
10764
10765 * config.guess: Recognize mips-*-sysv*.
10766
10767Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10768
10769 * config.sub: Recognize mon960.
10770
10771Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10772
10773 * configure: Restore Canadian Cross handling of BISON and LEX,
10774 removed in Feb 20 change.
10775
10776Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10777
10778 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10779 Mention make install. Remove the old copyright date as well the
10780 clumsy and rather pointless copyright on the README file.
10781
10782Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10783
10784 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10785 Makefile after running symlink-tree, then run `make distclean' to
10786 avoid clobbering any generated files in srcdir.
10787
10788Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10789
10790 * configure.in (m68k-*-netbsd*): Build everything now.
10791
10792Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10793
10794 * Makefile.in (taz): Fix quoting.
10795
10796Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10797
10798 * configure.in (sparclet-*-*): Build everything now.
10799
10800Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10801
10802 * configure.in (m68k-*-linux*): New host.
10803
10804Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
10805
10806 * configure: Check for bison before byacc.
10807
10808Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
10809
10810 * Makefile.in configure: Change the way LEX and BISON/YACC are
10811 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
10812 searching PATH. These are used as fallbacks by Makefile.in if
10813 flex/bison/byacc aren't in objdir.
10814
10815Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
10816
10817 * Makefile.in: Make everything which depends upon all-bfd also
10818 depend upon all-opcodes, in case --with-commonbfdlib is used.
10819
10820Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10821
10822 * configure.in (host *-*-cygwin32): Don't build gdb if we are
10823 building NT native compilers on Unix.
10824
10825Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
10826
10827 * configure.in: Don't get CC from the host Makefile fragment if we
10828 can find gcc in PATH, or if this is a Canadian Cross. Move the
10829 Solaris test for /usr/ucb/cc to the post target script, just after
10830 the compiler sanity test.
10831
10832Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
10833
10834 * config.sub: Merge with FSF.
10835
10836Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
10837
10838 * Makefile.in (RPATH_ENVVAR): New variable.
10839 (REALLY_SET_LIB_PATH): Use it.
10840 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10841
10842Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
10843
10844 * config.sub, configure.in: Recognize sparclet cpu.
10845
10846Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10847
10848 * config.guess: Support m68k-cbm-sysv4.
10849
10850Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10851
10852 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10853 m68k-unknown-linuxaout from linker help string. Put quotes around
10854 $ld_help_string.
10855
10856Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
10857
10858 * config.guess (powerpc-harris-powerunix): Add guess for port
10859 to new target.
10860
10861Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10862
10863 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10864
10865Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
10866
10867 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10868 $(REALLY_SET_LIB_PATH) in Makefile.
10869 * Makefile.in (SET_LIB_PATH): New variable.
10870 (REALLY_SET_LIB_PATH): New variable.
10871 ($(DO_X)): Use $(SET_LIB_PATH).
10872 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10873 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10874 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10875 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10876 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10877 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10878 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10879 (install-dosrel): Likewise.
10880 (all-opcodes): Depend upon all-libiberty.
10881
10882Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
10883
10884 * config.guess (*:CYGWIN*): New
10885
10886Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10887
10888 * Makefile.in (all-target-winsup): All all-target-libiberty.
10889
10890Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10891
10892 * configure.in (noconfigdirs): Add missing # in front of comment.
10893
10894Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
10895
10896 * configure.in: add second pass to things added to noconfigdirs
10897 so *-gm-magic can exclude libgloss properly.
10898
10899Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
10900
10901 * mpw-configure (extralibs_name, rez_name): Set correctly
10902 for MWC68K compiler.
10903
10904 * mpw-README: Add more info on the necessary build tools.
10905
10906Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
10907
10908 * configure.in, config.sub: Recognize cygwin32.
10909
10910Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
10911
10912 * config.guess, config.sub: Recognize A/UX.
10913
10914Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
10915
10916 * config.sub: Merge with gcc/config.sub.
10917
10918Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
10919
10920 * mpw-build.in (do-binutils): Add build of stamps.
10921
10922Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
10923
10924 * config.sub: Add recognition for mips64vr4100*-* targets.
10925
10926Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10927
10928 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10929 Add creation of gconfigargs with `--enable-shared' turned on.
10930 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10931 ($(host)-stamp-stage3-configured): Likewise.
10932 (HOLES): Add chatr and ldd.
10933 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10934
10935Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
10936
10937 * configure: Pass --nfp to recursive configures.
10938
10939Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
10940
10941 * Makefile.in (DLLTOOL): New.
10942 (DLLTOOL_FOR_TARGET): New.
10943 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10944 (EXTRA_TARGET_FLAGS): Ditto.
10945 (EXTRA_GCC_FLAGS): Ditto.
10946 (CONFIGURE_TARGET_MODULES): Ditto.
10947 (DO_X): Ditto.
10948 * configure: Add DLLTOOL.
10949
10950Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
10951
10952 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10953 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10954 mh-sco, since old workarounds no longer needed, and don't
10955 build ld, since libraries have weak symbols in COFF.
10956
10957Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
10958
10959 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10960
10961Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
10962
10963 * configure.in: Make sure that ${CC} can be used to compile an
10964 executable.
10965
afb8d725
JM
10966Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10967
10968 * Makefile.in (all-gdb): Depend on $(GDB_TK).
10969 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10970 nothing depending on whether gdbtk is being built.
10971
252b5132
RH
10972Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
10973
10974 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10975
10976Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
10977
10978 * configure.in (noconfigdirs): Put ld or gas in this early, if the
10979 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10980
10981Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
10982
10983 * config-ml.in: Add support for
10984 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10985 Simplify setting of multidirs from --disable-foo.
10986
10987Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10988
10989 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10990 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10991 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 10992 non-empty, pass them on to the GCC make.
252b5132
RH
10993 (all-bootstrap): New rule that is like all-gcc, except it executes
10994 the GCC bootstrap rule instead of the GCC all rule.
10995
10996Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
10997
10998 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10999
11000Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11001
11002 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11003 DG/UX support.
11004
11005Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11006
11007 * config.sub (i*86*) Change [345] to [3456]
11008
11009Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11010
11011 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11012 --with-gnu-ld=no.
11013
11014Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11015
11016 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11017 AIX multilibs get built.
11018
11019Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11020
11021 * configure.in (i386-win32): Don't build expect if we're not
11022 building the tcl subdir.
11023
11024Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11025
11026 * Makefile.in: (configure-target-examples, all-target-examples):
11027 New targets, configure and build example programs.
11028
11029Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11030
11031 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11032 use it as input to sedit the generated MPW makefile.
11033 * mpw-README: Add a suggestion about Gestalt.h.
11034
11035Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11036
11037 * config.sub: Accept *-*-ieee*.
11038
11039Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11040
11041 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11042 Ronald F. Guilmette <rfg@monkeys.com>.
11043
11044Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11045
11046 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11047 for powerpc-pe native.
11048 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11049 (target==powerpc-pe): duplicate i386-win32 entry.
11050
11051Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11052
11053 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11054 of vxworks, not just vxworks5.1.
11055
11056Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11057
11058 * mpw-configure: Add support for exec-prefix.
11059
11060Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11061
11062 * config.guess: Recognize HP model 816 machines as having
11063 a PA1.1 processor.
11064
11065Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11066
11067 * configure: Ignore new autoconf configure options.
11068
252b5132
RH
11069Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11070
11071 * config.guess: Recognize Pentium under SCO.
11072 From Robert Lipe <robertl@arnet.com>.
11073
11074Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11075
11076 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11077
11078Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11079
11080 * configure.in: Don't configure gas for alpha-dec-osf*.
11081
11082Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11083
11084 * configure.in: Default to --with-stabs for some targets for which
11085 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11086 i[345]86*-*-unixware*.
11087
11088Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11089
11090 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11091 rather than basing it on the target. Simplify handling of options
11092 controlling which directories to configure. Remove extraneous
11093 slash in multi-clean target.
11094
11095Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11096
11097 * config-ml.in: Prefix more variables with ml_ so they don't collide
11098 with configure's.
11099
11100Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11101
11102 * configure: Don't turn -v into --v.
11103
11104Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11105
11106 * configure.in (targargs): Fix typo.
11107
11108 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11109
11110Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11111
11112 * configure.in: Strip --host and --target options from
11113 CONFIG_ARGUMENTS, and always configure for --host only. Add
11114 --with-cross-host option when building with a cross-compiler.
11115 * configure: Canonicalize the arguments put into config.status by
11116 always using `=' for an option with an argument. Pass a presumed
11117 --host or --target explicitly.
11118
11119Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11120
11121 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11122 into general OS recognition case.
11123
11124Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11125
11126 * configure.in (target_configdirs): add target-winsup only
11127 for win32 target systems.
11128
11129Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11130
11131 * Makefile.in (all-target-libgloss): Depend upon
11132 configure-target-newlib, since when libgloss is built it looks to
11133 see if the newlib directory exists.
11134
11135Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11136
11137 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11138 cfg-ml-*.in.
11139
11140Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11141
11142 * configure: Handle LD and LD_FOR_TARGET when configuring a
11143 Canadian Cross.
11144
252b5132
RH
11145Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11146
11147 * configure.in (target_libs): add target-winsup.
11148 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11149 (target==ppcle-pe): remove ld from $noconfigdirs.
11150
11151Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11152
11153 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11154 Preserve relative path names in $srcdir. Build symlink tree if
11155 configuring cross target dir and srcdir=. (= no VPATH support).
11156 (configure-target-libg++): Depend on configure-target-librx.
11157 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11158 * config-ml.in: New file.
11159 * symlink-tree: New file.
11160 * configure: Ensure srcdir="." if that's what it is.
11161
11162Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11163
11164 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11165 includes and FLEX_SKELETON setting.
11166 * mpw-configure (--with-gnu-ld): New option, controls whether
11167 to use PPCLink or ld with PowerMac GCC.
11168 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11169 * mpw-config.in: Configure grez if targeting Mac.
11170
11171 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
11172 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11173 just macos.
252b5132
RH
11174 * configure.in: Configure grez resource compiler if targeting Mac.
11175 * Makefile.in (all-grez, install-grez): New targets.
11176
11177Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11178
11179 * configure: CXX defaults to gcc, not g++. If we find
35590697 11180 gcc in the path, set CC to gcc -O2.
252b5132
RH
11181
11182Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11183
11184 * configure: Default ${build} correctly. Avoid picking up extra
11185 spaces when reading CC and CXX from Makefile. When doing a
11186 Canadian Cross, use plausible default values for numerous
11187 variables.
11188 * configure.in: When doing a Canadian Cross, don't try to
11189 configure tools whose configure script can't handle it.
11190
11191Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11192
11193 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11194
11195Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11196
11197 * configure: Remove dubious bug reporting address.
11198
11199Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11200
11201 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11202 configure script, run that instead of this directory's configure.
11203 In either case, print a message that we're configuring the sub-dir.
11204
11205Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11206
11207 * configure.in: Before checking for the existence of various files,
11208 use sed to filter out "target-".
11209
11210Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11211
11212 * Makefile.in (DO_X): Split rule to decrease command line length
11213 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11214 (Philippe De Muyter).
11215
11216Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11217
11218 * Makefile.in (all-patch): depend on all-libiberty.
11219
11220Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11221
11222 * configure.in: If the only directory in target_configdirs which
11223 actually exists is libiberty, then set target_configdirs to empty,
11224 to avoid trying to build a target libiberty in a gas or gdb
11225 distribution.
11226
11227Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11228
11229 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11230 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11231 systems.
252b5132
RH
11232
11233Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11234
11235 * configure.in (copy_dirs): Use sys-include instead of include
11236 for --with-headers option.
11237
11238Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11239
11240 * Makefile.in, configure.in: Make winsup builds work with
11241 new scheme.
11242
11243Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11244
11245 * configure.in: Build the linker on AIX.
11246
11247Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11248
11249 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11250 where needed.
11251
11252Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11253
11254 * Makefile.in (all-gcc): Fix typo.
11255
11256Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11257
11258 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11259
11260Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11261
11262 * configure.in: Rename libFOO to target-libFOO, and xiberty
11263 to target-xiberty, to provide more flexibility.
11264 (target_subdir): Define. Create if cross.
11265 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11266 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11267 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11268 check-libFOO -> check-target-libFOO, etc.
11269 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11270 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11271 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11272 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11273 allow ALL_GCC="" to only configure.
11274 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11275 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11276 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11277
11278Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11279
11280 * Makefile.in (taz): Build "info" in etc explicitly.
11281
11282Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11283
11284 * configure.in: Make sure that CC is undefined (as opposed to
11285 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11286 problem with autoconf trying to configure on a host without GCC.
11287
11288Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11289
11290 * mpw-configure: Set host alias from choice of host compiler,
11291 only use generic MPW Makefile sed if present, edit a file
11292 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11293 * mpw-README: Add problem notes about CW6 and CW7.
11294
11295Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11296
11297 * Makefile.in (taz): Use ";" instead of ";;".
11298
11299Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11300
11301 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11302 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11303 DISTDOCDIRS.
11304 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11305 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11306
11307Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11308
11309 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11310 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11311 Move bfd to DISTSTUFFDIRS.
11312
11313Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11314
11315 * Makefile.in (X11_LIB): Removed.
11316 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11317
11318 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11319
11320Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11321
11322 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11323 names.
11324
11325Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11326
11327 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11328
11329Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11330
11331 * configure.in (i[345]86-*-win32): Always build newlib.
11332 Don't configure cvs, autoconf or texinfo.
11333 * Makefile.in (LD_FOR_TARGET): New.
11334 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11335 Pass down LD_FOR_TARGET.
11336
11337Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11338
11339 * winsup: New directory.
11340 * Makefile.in: Build winsup.
11341 * configure.in: Winsup is configured when target is win32.
11342 Can only build win32 target GDB when native.
35590697 11343
252b5132
RH
11344Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11345
11346 * config.guess: Recognize HP model 819 machines as having
11347 a PA 1.1 processor.
11348
11349Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11350
11351 * configure: Fix sed loop which substitutes for CC and CXX to
11352 avoid bug found in various sed implementations.
11353
11354Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11355
11356 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11357 simulator. Use standard powerpc-*-eabi*.
11358
11359Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11360
11361 * configure.in: Stop putting gas and binutils in noconfigdirs for
11362 powerpc-*-aix* and rs6000-*-*.
11363
11364Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11365
11366 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11367 -mcall-aixdesc libraries.
11368
11369Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11370
11371 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11372
11373 * config.sub (arm | armel | armeb): Fix shell syntax.
11374
11375Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11376
11377 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11378 -msoft-float and -mcpu=common support.
11379 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11380 libraries.
11381
11382Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11383
11384 * configure.in: Allow configuration and build of emacs19 for the alpha.
11385
11386Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11387
11388 * configure.in (CC): Get ^CC, not just any old CC, from
11389 ${host_makefile_frag}.
11390
11391Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11392
35590697 11393 * configure.in (CC): Try to get CC from
252b5132
RH
11394 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11395
11396Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11397
11398 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11399 only if it exists in $(srcdir).
11400
11401Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11402
11403 * configure: If CC and CXX are not set in the environment, set
11404 them, based on either an existing Makefile or on searching for gcc
11405 in PATH. Substitute for CC and CXX in Makefile.
11406 * configure.in: Remove libm from target_libs. Separate
11407 target_configdirs from configdirs. If CC is not set in
11408 environment, try to get it from a host Makefile fragment. Rewrite
11409 changes of configdirs to use skipdirs instead. A few minor
11410 tweaks. Take directories out of target_configdirs as they are
11411 taken out of configdirs. Remove existing Makefile files from
11412 subdirectories. Substitute for TARGET_CONFIGDIRS and
11413 CONFIG_ARGUMENTS in Makefile.
11414 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11415 by configure.in.
11416 (CONFIG_ARGUMENTS): Likewise.
11417 (CONFIGURE_TARGET_MODULES): New variable.
11418 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11419 ($(CONFIGURE_TARGET_MODULES)): New target.
11420 (configure-libg++, configure-libio): New targets.
11421 (all-libg++): Depend upon configure-libg++.
11422 (all-libio): Depend upon configure-libio.
11423 (configure-libgloss, all-libgloss): New targets.
11424 (configure-libstdc++): New target.
11425 (all-libstdc++): Depend upon configure-libstdc++.
11426 (configure-librx, all-librx): New targets.
11427 (configure-newlib): New target.
11428 (all-newlib): Depend upon configure-newlib
11429 (configure-xiberty): New target.
11430 (all-xiberty): Depend upon configure-xiberty.
11431
11432Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11433
11434 * configure.in (host i[345]86-*-win32): Expand the
11435 noconfigdirs again.
11436
11437Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11438
11439 * mpw-configure: Fix sed command file name.
11440
11441Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11442
35590697 11443 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
11444 noconfigdirs again.
11445
11446Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11447
11448 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11449 or powerpc*-*-pe*, since they are not yet supported.
11450
11451Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11452
11453 Add PowerMac support and many other enhancements.
11454 * mpw-configure: New option --cc to select compiler to use,
11455 paste options set according to --cc into the generated
11456 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11457 if mpw-make.sed is present.
11458 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11459 add forward includes for PowerPC include files.
11460 * mpw-build.in: Build using Makefile.PPC if present.
11461 (do-byacc, etc): Remove separate version resource builds.
11462 (do-gas): Build "stamps" before "all".
11463 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11464 * mpw-README: Update to reflect --cc option, PowerMac support,
11465 and recently-reported compatibility problems.
11466
11467Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11468
11469 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11470 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11471 (--with-multilib-top): Pass to recursive invocations.
11472
11473Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11474
11475 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11476 v810-*-*.
11477
11478Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11479
11480 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11481 gdb, ld and opcodes on v810-*-*.
11482
252b5132
RH
11483Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11484
11485 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11486 (local-maintainer-clean): New target.
11487 (maintainer-clean): New target.
11488 (realclean): Just depend upon maintainer-clean.
11489
11490Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11491
11492 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11493
11494Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11495
11496 * configure.in: Build ld in mips*-*-bsd* case.
11497
11498Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11499
11500 * config.sub: Accept -lites* OS. From Ian Dall.
11501
11502Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11503
11504 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 11505 targets.
252b5132
RH
11506
11507Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11508
11509 * configure.in: treat i386-win32 canadian cross the same as
11510 i386-go32 canadian cross.
11511
11512Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11513
11514 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11515 running under the simulator to build a reduced set of libraries.
11516 (powerpc-*-eabiaix): Add fine grained multilib support added to
11517 other powerpc targets yesterday.
11518
11519Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11520
11521 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11522 -disable-softfloat, -disable-relocatable, -disable-aix, and
11523 -disable-sysv to control which multilib libraries get built.
11524
11525Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11526
11527 * configure: Add Makefile.tem to list of files to remove in trap
11528 handler.
11529
11530Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11531
11532 * config.guess (*Linux*): Add missing "exit"s.
11533 Also, need specific check for alpha-unknown-linux (uses COFF).
11534
11535Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11536
11537 * config.guess: Merge with FSF:
11538
11539 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11540 * config.guess (AIX4): More robust release numbering discovery.
11541
11542 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11543 * config.guess (i386-sequent-ptx): Properly get version number.
11544
11545 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11546 * config.guess (mips:*:4*:UMIPS): New case.
11547
11548Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11549
11550 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11551 (i386-win32 host): Likewise. Don't build readline.
11552
afb8d725
JM
11553Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11554
11555 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11556 SUPPORT_FILES to submakes.
11557
252b5132
RH
11558Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11559
11560 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11561 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11562 mpw-configure.
11563
11564Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11565
11566 * configure.in (appdirs): Use =, not ==, in test expression when
11567 trying to build the text to print in the warning message for
11568 Solaris users.
11569
11570Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11571
11572 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11573
11574Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11575
11576 * config.guess: Recognize lynx-2.3.
11577
11578Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11579
11580 * config.sub (z8ksim): Deleted
11581 (z8k-*-coff): New, this is the one true name of the target.
11582
11583Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11584
11585 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11586
11587Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11588
11589 * config.guess (*:Linux:*:*): First try asking the linker what the
11590 default object file format is (elf, aout, or coff). Then if this
11591 fails, try previous methods.
11592
11593Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11594
11595 * configure.in: Don't build newlib for *-*-vxworks5.1.
11596
11597Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11598
11599 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11600 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11601
11602Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11603
11604 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11605
11606Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11607
11608 * cfg-ml-com.in: New file.
11609 * cfg-ml-pos.in: New file.
11610
11611Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11612
11613 * COPYING.NEWLIB: Add HP free copyright to list.
11614
11615Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11616
11617 * config.sub: Recognize -eabi* for the system, not just -eabi.
11618
11619Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11620
11621 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11622 * config.sub, configure.in (win32): New target and host.
11623
11624Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11625
11626 * configure.in: Add i386-pe configuration.
11627
11628Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11629
11630 * mpw-build.in (install): Install GDB after LD.
11631
11632Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11633
11634 * mpw-config.in (elf/mips.h): Always forward-include, needed
11635 for GDB to build.
11636
11637Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11638
11639 * testsuite: New directory for customer acceptance and whole tool
11640 chain tests.
11641
11642Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11643
11644 * configure: If per-host line isn't found, but AC_OUTPUT is found
11645 and a configure script exists, run it instead.
11646
11647Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11648
11649 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11650
11651Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11652
11653 * configure: Set build_{cpu,vendor,os,alias} to host values when
11654 --build isn't specified.
11655
11656Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11657
11658 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11659 (FLAGS_TO_PASS): Pass them.
11660 (EXTRA_TARGET_FLAGS): Ditto.
11661
252b5132
RH
11662Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11663
11664 * Makefile.in (all-libg++): Depend on all-libstdc++.
11665
11666Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11667
11668 * configure.in (noconfigdirs): Enable all packages for
11669 i386-unknown-netbsd.
11670
11671Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11672
11673 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11674 hosted builds (DOS builds)
11675
11676Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11677
11678 Changes for ARM based on patches from Richard Earnshaw:
11679 * config.sub: Handle armeb and armel.
11680 * configure.in: Omit arm linker only for riscix.
11681
11682Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11683
11684 * config.guess: Update from FSF.
11685
11686Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11687
11688 * config.sub: Recognize powerpcle as the little endian varient of
11689 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11690 powerpcle variant. Convert pentium into i586, not i486. Add p5
11691 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11692 temporarily.
11693
11694Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11695
11696 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11697
11698Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11699
11700 * config.sub: Accept -lites* as a basic system type.
11701
11702Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11703
11704 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11705 installed, and if so return linuxoldld as the system name.
11706
11707Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11708
11709 * config.guess: Add hppa1.1-hp-lites support.
11710
11711Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11712
11713 * configure.in: Don't build newlib for m68k-vxworks5.1.
11714
11715Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11716
11717 * configure.in (mips-sgi-irix6): Use mh-irix5.
11718
11719Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11720
11721 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11722
11723Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11724
11725 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 11726 OSF/1. Fix compiler flags.
252b5132
RH
11727 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
11728
11729Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
11730
11731 * configure.in: Recognize --with-newlib.
11732 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11733
afb8d725
JM
11734Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11735
11736 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11737 to *_X11_MODULES due to gdbtk needing X include files et al.
11738
252b5132
RH
11739Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11740
11741 Merge in support for Mac MPW as a host.
11742 (Old change descriptions retained for informational value.)
11743
11744 * mpw-config.in: Add generic include forwards for cpu-specific
11745 include files in aout and elf directories.
11746
11747 * mpw-configure: Added copyright.
11748 * mpw-config.in: Check for presence of required build tools.
11749 (target_libs): Add newlib.
11750 (target_tools): Add examples.
11751 (Read Me): Generate as "Read Me for MPW" instead.
11752 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11753 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11754 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11755
11756 * mpw-configure: Remove subdir-specific makefile hackery,
11757 delete mk.tmp after using it.
11758
11759 * mpw-build.in (all): Display start and end times.
11760
11761 * mpw-configure (host_canonical): Set.
11762 (target_cpu): Always add to makefiles.
11763 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11764 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11765 (mpw-mh-mpw): Look for in srcdir and srcroot.
11766 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11767
11768 * mpw-build.in: (install-only): New target.
11769
11770 * mpw-configure (host_alias, target_alias): Rename from hostalias
11771 and targetalias, add into generated Makefile.
11772 (mk.tmp): If present, add into generated Makefile.
11773 * mpw-build.in (all-gas): Build config.h first before gas proper.
11774
11775 * mpw-configure (config.status): Write only if changed.
11776 * mpw-config.in (readline): Configure it (not built, just used for
11777 definitions).
11778
11779 * mpw-config.in (elf/mips.h): Add a forward include.
11780
11781 * mpw-config.in: Forward-include most .h files in include into
11782 extra-include.
11783 (readline): Don't build.
11784 mpw-build.in (install): Install GDB.
11785
11786 * mpw-configure (prefix, mpw_prefix): Handle it.
11787 * mpw-config.in (mmalloc, readline): Don't configure.
11788 * mpw-build.in (thisscript): Rename to ThisScript.
11789 Use mpw-build instead of BuildProgram everywhere.
11790 (mmalloc, readline): Don't build.
11791 * mpw-README: New file, basic documentation about the MPW port.
11792
11793 * mpw-config.in: Use forward-include to create include files.
11794
11795 * mpw-configure: Add more things to the top of each configured
11796 Makefile, including contents of config/mpw-mh-mpw.
11797 * mpw-config.in (extra-include): Create this directory and fill it
11798 with Posix-like include files when configuring.
11799
11800 * config.sub (apple, mac, mpw): Add various aliases.
11801
11802 * mpw-build.in: New file, top-level build script fragment for MPW.
11803 * mpw-configure: New file, configure script for MPW.
11804 * mpw-config.in: New file, config fragment for MPW.
11805
11806Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11807
11808 * configure.in (host_libs): Remove glob, since it is gone from the
11809 sources.
11810
11811Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11812
11813 * Makefile.in: define empty GDB_NLM_DEPS var.
11814
11815 * configure.in(target_makefile_frag): use config/mt-netware
11816 for netware targets.
11817
11818Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
11819
11820 * config.sub: Merge in recent FSF changes. Remove linux special
11821 cases.
11822
11823Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11824
4bddf3ad 11825 Revert this change:
252b5132
RH
11826
11827 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11828
11829 * build-all.mk: Use CC=cc -Xs on Solaris.
11830
252b5132
RH
11831Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11832
11833 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
11834 stop using it.
11835 * Makefile.in: Nuke all references to glob subdirectory.
11836
11837Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11838
11839 * configure.in: Fix --enable-shared logic in per-host.
11840
11841Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
11842
11843 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11844
11845Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11846
11847 * configure.in (noconfigdirs): Don't build gas on AIX, for
11848 powerpc*-*-aix* as well as for rs6000*-*-aix*.
11849
11850Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
11851
11852 * configure: Fix --cache-file to work if the file argument is a
11853 relative path.
11854
11855Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
11856
11857 * configure: If the --cache-file is used, pass it down to
11858 configure in subdirectories.
11859
11860Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
11861
11862 * config.sub: add vxworks29k configuration.
11863
11864Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11865
11866 * Makefile.in (taz): Do "diststuff" part quietly.
11867
11868Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
11869
11870 * config.sub: Mini-merge with gcc/config.sub.
11871
11872Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11873
11874 * config.guess (IRIX): Sed - to _.
11875
11876Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11877
11878 * Makefile.in (source-vault, binary-vault): New targets.
11879
11880Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
11881
11882 * config.sub: Recognize -eabi as a basic system type.
11883
11884Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11885
11886 * configure.in (enable_shared stuff): Fix typo.
11887
11888Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
11889
11890 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11891
11892Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11893
11894 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11895
11896Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11897
11898 * configure.in (rs6000-*-*): Don't build gas.
11899
11900Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
11901
11902 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11903 reduce command line length.
11904 (AS_FOR_TARGET): Check for as.new, not Makefile.
11905 (NM_FOR_TARGET): Check for nm.new, not Makefile.
11906
11907Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
11908
11909 * config.guess: Merge from FSF.
11910
11911Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11912
11913 * configure: Don't use $ when handling program_suffix.
11914
11915Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
11916
11917 * configure.in: Configure tk for hppa/hpux.
11918
11919Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
11920
11921 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
11922
11923Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11924
11925 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
11926 to LIBCXXFLAGS. Tests are better run without it.
11927
11928Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
11929
11930 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11931
11932Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
11933
11934 * configure.in (*-*-netware*): Don't configure xiberty.
11935
11936Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
11937
11938 * configure.in: Remove tk from native_only list.
11939
11940Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
11941
11942 * build-all.mk: Add mips-ncd-elf target to sun4 targets
11943 for special NCD build.
11944
11945Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11946
11947 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11948 makeall.bat, they're only useful for binutils snapshots.
11949 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11950 makeall.bat to specified SUPPORT_FILES.
11951
11952Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
11953
11954 * build-all.mk: Add Ericsson targets to sun4 and solaris
11955 hosts. Add BNR's sun4 target to solaris host, so their
11956 build-from-source will be tested in-house first.
11957
11958Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11959
11960 * Makefile.in (LIBCFLAGS): New variable.
11961 (CFLAGS_FOR_TARGET): Ditto.
11962 (LIBCFLAGS_FOR_TARGET): Ditto.
11963 (LIBCXXFLAGS): Ditto.
11964 (CXXFLAGS_FOR_TARGET): Ditto.
11965 (LIBCXXFLAGS_FOR_TARGET): Ditto.
11966 (BASE_FLAGS_TO_PASS): Pass them.
11967 (EXTRA_TARGET_FLAGS): Ditto.
11968
4bddf3ad 11969 * configure.in: Support --enable-shared.
252b5132
RH
11970
11971Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
11972
11973 * configure.in (target_libs): Include libstdc++ again.
11974 * config.guess: Update from FSF (for FreeBSD).
11975
11976Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11977
11978 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11979 makeall.bat.
11980 (DISTDOCDIRS): Add `etc'.
11981 (ETC_SUPPORT_PFX): New variable.
11982 (taz): Include anything from etc starting with a word in
11983 ETC_SUPPORT_PFX.
11984
11985Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11986
11987 * config.sub: Update for recent FSF changes. Remove obsolete
11988 h8300hds entry. Add -windows* and -osx as basic os. Minor
11989 spacing changes.
11990
11991Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11992
11993 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
11994
11995 * config.guess: Merge with FSF.
11996 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11997
11998Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11999
12000 * configure: Since the "trap 0" handler will override the exit
12001 status on many systems, only use it for "exit 1", and make it set
12002 a non-zero exit status; reset it before "exit 0". Also, check
12003 exit status of config.sub, and error out if it failed.
12004
12005Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12006
12007 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12008 and install libgloss.
12009
12010Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12011
12012 * Makefile.in (all-binutils): Depend upon all-byacc.
12013
12014 * configure.in: Don't build emacs on Irix 5.
12015
12016Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12017
12018 * configure.in (*-*-netware*): Add libio.
12019
12020Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12021
12022 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12023 (CHECK_TARGET_MODULES): Ditto.
12024 (INSTALL_TARGET_MODULES): Ditto.
12025 (TARGET_LIBS): Ditto.
12026 (all-libstdc++): Note dependencies.
12027
12028Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12029
12030 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12031
12032Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12033
12034 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12035 -fexternal-templates.
12036
12037 * configure.in (target_libs): Add libstdc++.
12038 (noconfigdirs): Add libstdc++ as appropriate.
12039
12040Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12041
12042 * config.guess: Update from FSF.
12043
12044Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12045
12046 * configure: Use ${config_shell} when running ${configsub}.
12047
12048Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12049
12050 * config.sub: No longer recognize h8300h.
12051
12052Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12053
12054 * config.sub: Remove extraneous differences between config.sub and
12055 gcc/config.sub.
12056
12057Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12058
12059 * Makefile.in (DISTSTUFFDIRS): Add gas.
12060
12061Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12062
12063 * COPYING.NEWLIB: New file.
12064
12065Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12066
12067 * config.guess (HP-UX): Patch from Harlan Stenn
12068 <harlan@landmark.com> to also emit release level.
12069
12070Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12071
12072 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12073
12074Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12075
12076 * config.sub: Merge nextstep cleanup from FSF.
12077
12078Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12079
12080 * configure.in (arm-*-*): Don't configure ld for this target.
12081
12082Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12083
12084 * configure.in (*-*-netware): don't configure libg++, libio,
12085 librx, or newlib.
12086
12087Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12088
12089 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12090 configure ld--it works, but it doesn't support shared libraries.
12091
12092Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12093
12094 * config.guess (*-unknown-freebsd*): Get rid of possible
12095 trailing "(Release)" in version string.
12096 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12097
12098Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12099
12100 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12101 Fix type: *-next-neststep -> *-next-nextstep.
12102
12103 * config.guess: Merge from FSF:
12104
12105 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12106
12107 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12108
12109 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12110
12111 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12112 instead of UNIX_SV for UnixWare 1.0).
12113
12114Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12115
12116 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12117 to make gdb/nlm/* build after the compiler and linker.
12118
12119Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12120
12121 * config.guess (netbsd, freebsd, linux): Accept any machine,
12122 not just i[34]86.
12123 (m68k-atari-sysv4): Relocate to match FSF version.
12124
12125 * config.guess: More merges from the FSF:
12126
12127 Add a space before function call or macro invocation.
12128
12129 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12130
12131 * config.guess: Add trap cmd to remove dummy.c and dummy when
12132 interrupted.
12133
12134 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12135
12136 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12137 (dummy): Redirect stderr from compilation of dummy.c.
12138
12139 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12140
12141 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12142
12143Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12144
12145 * configure: Accept and ignore --cache*, for compatibility with
12146 new autoconf.
12147
12148Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12149
12150 * config.guess: Merge from FSF:
12151
12152 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12153
12154 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
12155 (PATH): Add /.attbin at end for finding uname.
12156 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
12157
12158 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12159
80413487 12160 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
12161
12162 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12163
80413487
RH
12164 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12165 to select whether to use ELF or COFF.
252b5132
RH
12166
12167 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12168
80413487 12169 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
12170
12171 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12172
12173 * config.guess: Guess the OS version for HPUX.
12174
12175 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12176
12177 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12178
12179Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12180
12181 * configure.in: Recognize --with-headers, --with-libs, and
12182 --without-newlib.
12183 * Makefile.in (all-xiberty): Depend upon all-ld.
12184
12185Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12186
12187 * configure.in: Change i[34]86 to i[345]86.
12188
12189Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12190
12191 * configure (version): A few more tweaks to help message.
12192
12193Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12194
12195 * Makefile.in: Remove (for now) librx as a host library,
12196 now that we're building it for target.
12197
12198Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12199
12200 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12201 (Karl Berry).
12202
12203Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12204
12205 * configure.in: Also configure librx.
12206
12207Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12208
12209 * Makefile.in: Update various rules to reflect that librx
12210 is now needed for libg++.
12211
12212Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12213
12214 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12215
12216Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12217
12218 * configure.in: Configure the examples directory.
12219
12220Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12221
12222 * configure: Simplify Jun 2 1994 change.
12223
12224Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12225
12226 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12227 /bin/gcc isn't good enough to build gcc.
12228
12229Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12230
12231 * Makefile.in (GDB_SUPPORT_FILES): Remove
12232 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12233 (gdb.tar.gz): Add new rule to use standard distribution building
12234 mechanism.
12235
12236Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12237
12238 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12239 Bill Cox <bill@cygnus.com>.
12240
12241Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12242
12243 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12244
12245Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12246
12247 * configure: Search current dir first in .gdbinit.
12248
12249Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12250
12251 * config.sub: Recognize freebsd (merged from gcc config.sub).
12252
12253Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12254
12255 * config.sub: Refer to NeXT's operating system as nextstep.
12256
12257 * config.sub (case $basic_machine): Re-order the cases, to match
12258 the order in the FSF version (which is mostly alphabethical).
12259 Merge in some additions and changes from the FSF.
12260
12261Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12262
12263 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12264 * config.sub: Recognize cxux7.
12265 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12266
12267Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12268
12269 * config.sub: Fix typo powerpc -> powerpc-*.
12270
12271Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12272
12273 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12274
12275 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12276 parallel with all-emacs and install-emacs). Top-level command
12277 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12278
12279Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12280
12281 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12282 $(relbindir)/make before doing ``make install'', and use
12283 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12284 installing over running make binary.
12285 ($(host)-stamp-stage3-installed): Likewise.
12286
12287Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12288
12289 * config.guess: Recognize Mach.
12290
12291Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12292
12293 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12294 see whether --exec-prefix was used.
12295
12296Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12297
12298 * README: Explicitly mention libg++/README. (Zoo's idea.)
12299
12300Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12301
12302 * Makefile.in: Add all-librx target similar to all-libproc.
12303
12304Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12305
12306 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12307 with post 1.2 uname bogosity.
12308
12309Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12310
12311 * configure: Remove temporary files on receipt of a signal.
12312
12313Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12314
12315 * configure: If there is a package_makefile_frag, remove
12316 ${subdir}/Makefile.tem after copying it in.
12317
12318Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12319
12320 * build_all.mk: support rs6000 lynx identifies itself as
12321 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12322 since /bin/gcc is too feeble to compile a modern gcc.
12323
12324Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12325
12326 * brought devo/test-build.mk update-to-date with progressive/
12327 test-build.mk. Add lynx targets and hppa flag info.
12328
12329Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12330
12331 * configure.in: Use mh-ncrsvr43. Patch from
12332 Tom McConnell <tmcconne@sedona.intel.com>.
12333
12334Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12335
12336 * config.guess (i386-unknown-bsdi): No longer need to
12337 check #if defined(__bsdi__) && defined(__i386__).
12338
12339Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12340
12341 * configure: Set program_transform_nameoption correctly.
12342
12343Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12344
12345 * brought build-all.mk update-to-date with progressive build-all.mk,
12346 added new targets and hppa info.
35590697 12347
252b5132
RH
12348Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12349
12350 * configure: If config.guess result is a prefix of the user
12351 specified target, assume a native build and use the user specified
12352 target as the host alias. Remove SunOS patch suffix removal hack.
12353 * configure.in: Remove SunOS patch suffix removal hack.
12354
12355 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12356 in NATIVE_CHECK_MODULES.
12357
12358Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12359
12360 * Makefile.in: Rename HOST_ONLY to NATIVE.
12361 * configure: Delete SunOs patch suffix from host_canonical
12362 and build_canonical variables that are prepended to Makefiles.
12363 * configure.in: Add comments for easier maintenance.
12364
12365Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12366
12367 * Makefile.in: Add all-libproc target similar to all-gui.
12368
12369Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12370
12371 * Makefile.in (CHECK_MODULES): split into
12372 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12373
12374Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12375
12376 * config.guess (i386-unknown-bsdi): New system to guess.
12377
12378Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12379
12380 * Makefile.in: Add all-gui target (but not yet build by "all").
12381
12382Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12383
12384 * config.sub: Move deletion of patch suffix from here...
12385 * configure.in: To here, at Ian's suggestion. The top-
12386 level scripts might need to know of a patch level.
12387
12388Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12389
12390 * config.sub: Strip off patch suffix so rtl is recognized
12391 as a sunos4.1.3 machine, even though it's been patched.
12392
12393Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12394
12395 * Makefile.in (INSTALL_LAST): Delete.
12396 (INSTALL_DOSREL): New.
12397
12398Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12399
12400 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12401 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12402 whether we pass down --with-gnu-ld anyhow.
12403
12404Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12405
12406 * Makefile.in (INSTALL_LAST): Change operation so it works
12407 on more flavors of make.
12408 * configure.in (go32): Don't build libg++ or libio.
12409
12410Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12411
12412 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12413 they can be overriden by templates.
12414
12415Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12416
12417 * configure.in (target==go32): Don't build gdb.
12418 * dosrel: New directory.
12419
12420Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12421
12422 * configure.in (host==go32): Configure dosrel too.
12423 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12424 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12425 be set by incoming names or templates.
12426 (INSTALL_LAST): New rule.
252b5132
RH
12427
12428Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12429
12430 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12431
12432Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12433
252b5132
RH
12434 * configure.in (appdirs): New variable. Currently empty, but will
12435 be used in gas distribution. If nonempty, lists a set of
12436 directories at least one of which must get configured, or top
12437 level configuration is considered to have failed.
12438 (rs6000-*-lynxos*): Use new file name.
12439
12440Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12441
12442 Eliminate XTRAFLAGS.
12443 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12444 newlib include files using -idirafter, and also use -nostdinc.
12445 (CXX_FOR_TARGET): Likewise.
12446 (XTRAFLAGS): Removed.
12447 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12448 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12449 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12450 ($(DO_X)): Don't pass down XTRAFLAGS.
12451
12452Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12453
12454 * configure.in (mips*-dec-bsd*): New target; do build linker.
12455 (mips*-*-bsd*): New target; don't build linker.
12456
12457Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12458
12459 * configure.in: support rs6000-*-lynxos* configuration.
12460 support sunos4 as a cross target.
12461
12462 * config.sub: look for lynx*, not lynx since the OS version may
12463 legitimately be part of the name.
12464
12465Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12466
12467 * configure.in (i[34]86-*-sco*): Move to be with other i386
12468 targets.
12469 (romp-*-*): New target. Skip various binary utilities.
12470 (vax-*-*): New target. Don't build newlib.
12471 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12472
12473Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12474
12475 * configure.in: Only set host_makefile_frag if config
12476 directory exists.
12477
12478Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12479
12480 * install.sh: If $dstdir exists, don't check whether each
12481 component does.
12482
12483Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12484
12485 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12486
12487Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12488
35590697
AJ
12489 * configure.in (*-*-lynxos*): Don't configure newlib for either
12490 native or cross Lynx.
252b5132
RH
12491
12492Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12493
12494 * config.sub (sparc64-elf): Fix os.
12495 (z8k): Remove duplicate.
12496
12497Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12498
12499 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12500 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12501
12502Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12503
12504 * configure: Make file links cleanly even if Lynx fails on
80413487 12505 an NFS symlink (at least fail cleanly).
252b5132
RH
12506
12507Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12508
12509 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12510 -XNh2000.
12511
12512Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12513
12514 * configure: Unknown options are fatal again.
12515
12516Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12517
12518 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 12519 compatibility.
252b5132
RH
12520
12521Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12522
12523 * build-all.mk: Add `clean' target.
12524
12525Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12526
12527 * config.guess: Add SINIX support.
12528 * configure.in: Add mips-*-sysv4* support.
12529
12530Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12531
12532 * build-all.mk: Document all useful targets.
12533 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12534 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12535
12536Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12537
12538 * configure: Support --silent, --quiet.
12539
12540Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12541
12542 * configure: Support --disable-FEATURE.
12543
12544Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12545
12546 * config.guess: Recognize NCR running SVR4.3.
12547
12548Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12549
12550 * config.guess: Make BSDI generate i386-unknown-bsd386.
12551 Patch from Paul Eggert <eggert@twinsun.com>.
12552
12553Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12554
12555 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12556
12557Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12558
12559 * configure: Make unrecognized options give nonfatal warnings
12560 instead of fatal errors, and pass them to any subdirectory
12561 configures in case they recognize them.
12562 Make --x equivalent to --with-x.
12563
12564Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12565
12566 * configure: Add --enable-* options. Clean up usage message and
12567 some comments.
12568
12569Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12570
12571 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12572
12573Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12574
12575 * configure.in (hppa*-*-*): Enable binutils.
12576
12577Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12578
12579 * config.sub: Recognize cisco.
12580
12581Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12582
12583 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12584
12585Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12586
12587 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12588 than one configuration name. Add comment.
12589
12590Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12591
12592 * config.guess: about target *-hitachi-hiuxwe2, fixed
12593 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12594 macro is incorrect.]
12595
12596Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12597
12598 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12599 than the "make ls" stuff which used to be here.
12600
12601Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12602
12603 * config.guess: Recognize i[34]86-unknown-freebsd.
12604 From Shawn M Carey <smcarey@rodan.syr.edu>.
12605
12606Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12607
12608 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12609
12610Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12611
12612 * config.guess: Check for ptx.
12613
12614Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12615
12616 * config.sub: Add os9k checking.
12617
12618Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12619
12620 * config.guess: Handle OSF1 running on HPPA processors
12621
12622Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12623
12624 * configure: If subdir configure fails, print out a message with
12625 subdirectory name, in case subdir's configure code didn't identify
12626 itself.
12627
12628Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12629
12630 * configure.in: Remove embedded newlines from configdirs.
12631 Avoid mismatches of substrings. Fix matching strings at end
12632 of configdirs.
12633
12634Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12635
12636 * config.guess: Add Lynx/rs6000 config support.
12637
12638Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12639
12640 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12641
12642Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12643
12644 * configure.in (hppa*-*-osf*): Treat this just like most other
12645 PA configurations (eg no binutils or ld).
12646 (hppa*-*-*elf*): These configurations have binutils and ld.
12647
12648Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12649
12650 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12651
12652Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12653
12654 * configure.in (rs6000-*-*): Build gas.
12655
12656Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12657
80413487 12658 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
12659
12660Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12661
12662 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12663 for GDB and GDB has been fixed to not need it.
12664
252b5132
RH
12665Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12666
12667 * config.guess: Recognize vax hosts.
12668
12669Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12670
12671 * configure (while loop): Don't use "break 2" inside case
12672 statement -- the case statement isn't an enclosing loop.
12673
12674Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12675
12676 * config.guess: Clean up NeXT support, to allow nextstep
12677 on Intel machines. Make OS be nextstep.
12678
12679Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12680
12681 * config.guess: Add alternate forms for Convex.
12682
12683Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12684
12685 * configure: Completely rewrite option processing. Take
12686 advantage of pattern-matching to avoid invoking test frequently.
12687 Also clean up host and target defaulting logic.
12688
12689Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12690
12691 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12692 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12693 commands (plus user environment) will fit SCO limits.
12694
12695Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12696
12697 * configure.in: Don't issue warnings about directories which are
12698 not being configured if -norecursion is set. Correct test for
12699 --with-gnu-as and --with-gnu-ld to not get confused by substring
12700 matches.
12701
12702 * configure.in: Don't build gas for alpha-dec-osf1*.
12703
12704Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12705
12706 * configure: Back out Per's change of 12/19/1993. It changes the
12707 behavior of configure in unexpected and confusing ways.
12708
12709 Also, use different delim char when calculating
12710 program_transform_name so that the name can contain slashes.
12711
12712Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12713
12714 * configure.in, config.sub: Add support for VSTa micro-kernel.
12715
12716Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12717
12718 * configure.in: Nuke hacks which were used to get a special
12719 version of GAS for HPPA configurations.
12720
12721Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12722
12723 * configure: If only ${target_alias} is given, use that
12724 as the default for ${host_alias}.
12725 * configure: Add missing back-slashes before nested quotes.
12726
12727Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12728
12729 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12730
12731Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
12732
12733 * config.guess: Recognize some Tektronix configurations.
12734 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12735
12736Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12737
12738 * config.sub: Match any flavor of SH.
12739
12740Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12741
12742 * configure.in: Don't try to configure newlib for Alpha.
12743
12744Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12745
12746 * configure.in: Don't build ld for Irix 5. Don't build gas,
12747 libg++ or libio for any Alpha target.
12748
12749 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
12750
12751Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12752
12753 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12754 default arguments -- so it tried to compress itself.
12755
12756Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12757
12758 * configure.in (notsupp): ensure that a space is always at the end
12759 of the configdirs list, since the grep checks for an explicit space
12760
12761Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12762
12763 * configure.in (target i386-sysv4.2): don't build ld, since static
12764 versions of many libraries are not available.
12765
12766Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12767
12768 * config.guess: Recognize Apollos (using environment variables).
12769 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12770
12771Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12772
12773 * config.guess: Recognize Sony news mips running newsos.
12774
12775Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12776
12777 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12778 "fi ; else" for bash.
12779
12780Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12781
12782 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12783
12784Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12785
12786 * config.sub: accept unixware as an alias for svr4.2.
12787 Fix some inconsistancies with the gcc version.
12788
12789Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12790
12791 * Makefile.in (DISTDOCDIRS): Add gdb.
12792
12793Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12794
12795 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12796
12797Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12798
12799 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12800 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12801 this now.
12802
12803Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12804
12805 * config.sub: Accept hiux* as an OS name.
12806
12807 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12808 etc/make-stds.texi. The underscore came from gcc, and dje now
12809 agrees that RUNTESTFLAGS is the correct name.
12810
12811Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
12812
12813 * install.sh: Remove 'set -e'. It makes any conditionals
12814 in the script useless.
12815
12816 * config.guess: Automatically recognize arm-acorn-riscix
12817 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12818
12819Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
12820
12821 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12822
12823Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12824
12825 * Makefile.in (DISTDOCDIRS): New variable.
12826 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 12827 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
12828
12829Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12830
12831 * configure.in (hppa target): check the source directory for the
12832 pagas sub-directory
12833
12834Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
12835
12836 * config.sub: Allow -aout* and -elf*.
12837
12838Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12839
12840 * configure.in: Don't build ld on i386-solaris2, same as for
12841 sparc-solaris2.
12842
12843Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
12844
12845 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12846
12847Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12848
12849 * configure.in: Configure gdb for alpha.
12850
12851Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12852
12853 * Makefile.in (CXXFLAGS): Add -O.
12854
12855Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12856
12857 * config.guess: added support for DG Aviion
12858
12859Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12860
12861 * configure.in: Produce warning message for subdirectories not
12862 configurable for this host/target combination. Don't try to
12863 configure gdb for vms.
12864
12865Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12866
12867 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12868 appropriate files before making "diststuff".
12869 (DISTBISONFILES): New var: list of files to be edited.
12870 (DISTSTUFFDIRS): Add binutils.
12871
12872Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12873
12874 * config.sub: also handle mipsel and mips64el (for little endian mips)
12875
12876Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12877
12878 * configure.in: Add * to end of all OS names.
12879
12880Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
12881
12882 * configure.in: Build newlib for LynxOS native.
12883
12884Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12885
12886 * config.guess: Add support for delta 88k running SVR3.
12887
12888 * configure.in: Add comment about HP compiler vs. emacs.
12889
12890Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12891
12892 * configure.in: don't build ld on solaris2 (not a viable option
12893 due to bugs in getpwnam & getpwuid)
12894
12895Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12896
12897 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12898 config.guess will produce a full version number.
12899
12900Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12901
12902 * configure.in: Build linker and binutils for alpha-dec-osf1.
12903
12904Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12905
12906 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12907 and gdb/testsuite/Makefile.in.
12908
12909Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12910
12911 * configure.in: recognize mips*- instead of mips-
12912
12913Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
12914
12915 * config.sub: Accept linux*coff and linux*elf as operating
12916 systems.
12917
12918Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12919
12920 * config.sub: Recognize mips64, and mips3 as an alias for it.
12921
12922Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12923
12924 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12925 gdb knows how to handle OSF/1 shared libraries.
12926
12927Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12928
12929 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12930 * config.guess: Recognize Hitachi's HIUX.
12931 * config.sub: Recognize h3050r* and hppahitachi.
12932 Remove redundant cases for hp9k[23]*.
12933
12934Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12935
12936 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12937 if gas and ld are in the source tree and are in ${configdirs}.
12938 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 12939 --with options (but still pass them down on the command line,
252b5132
RH
12940 if they were explicitly specified).
12941
12942Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12943
12944 * configure: substitute SHELL value in Makefile.in with
12945 ${CONFIG_SHELL}
12946
12947Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12948
12949 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12950 *-*-solaris2* targets.
12951
12952Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12953
12954 * Makefile.in: define M4, and pass it down to sub-makes;
12955 all-autoconf now depends on all-m4
12956
12957Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12958
12959 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12960 presence of {ar,ranlib} instead of a configured directory
12961
12962Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12963
12964 * config.guess: Accept 34?? as well as 33?? for NCR.
12965
12966Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12967
12968 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12969 of 'gas' in sed commands, since 'gash' is now in the tree as well.
12970
12971Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12972
12973 * configure: grab values for $(CC) and $(CXX) from the
12974 environment, so that someone can do "CC=gcc configure; make" and
12975 have it work right (matching the way that autoconf works now)
12976
12977 * configure.in, Makefile.in: add support for gash, the tcl
12978 interface to Galaxy
12979
12980 * config.guess: add NetBSD variants (hp300, x86)
12981
12982Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
12983
12984 * install.sh: Support -d option (in the manner of SunOS 4 install,
12985 as it is more deterministic than that of GNU install)
12986 (chmodcmd): Set file to mode 755 by default (should also do default
12987 chgrp and chown, but I don't feel like dealing with that now)
12988
12989Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
12990
12991 * config.sub: Remove h8300hhms alias.
12992
12993Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12994
12995 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12996
12997Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12998
12999 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13000 as stmp-fixinc
13001
13002Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13003
13004 * config.sub: recognize m88110-bug-coff.
13005
13006Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13007
13008 * Makefile.in (all-libio): all dependencies on the toolchain used
13009 to build this (gcc, gas, ld, etc)
13010
13011Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13012
13013 * config.guess: Deal with OSF/1 1.3 on alpha.
13014
13015Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13016
13017 * install.sh: add some 'else true' clauses for portability
13018
13019 * configure.in: don't build libio for h8[35]00-*-* targets
13020
13021Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13022
13023 * Makefile.in: Add support for new libio.
13024
13025Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13026
13027 * install.sh: If one command fails, don't try the rest. Don't try
13028 to remove $dsttmp (via trap) unless we have already created it.
13029 If $src doesn't exist, detect it and exit with an error.
13030
13031 * config.guess: Recognize BSD on hp300.
13032
13033Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13034
13035 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13036 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13037
13038Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13039
13040 * Makefile.in (all-send-pr): depends on all-prms
13041
13042Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13043
13044 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13045
13046Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13047
13048 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13049 Added test for mips-mips-riscos5.
13050
13051Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13052
13053 * configure.in: use mh-hp300 for 68k HP hosts
13054
13055Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13056
13057 * configure: add support for CONFIG_SHELL, so that you can use
13058 some alternate shell for evaluating configure scripts
13059
13060Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13061
13062 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13063 in configure script to bug-gdb@prep.ai.mit.edu when building
13064 distribution archive.
13065 * Makefile.in (COMPRESS): Remove def.
13066 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13067 gdb.tar.Z and make-gdb.tar.Z respectively.
13068 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13069 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13070 to convergence with 'taz' target in Makefile.in.
13071
13072Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13073
13074 * install.sh (dsttmp): use trap to ensure that tmp files go
13075 away on error conditions
13076
13077Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13078
13079 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13080
13081Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13082
13083 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13084 its parent is '/' not ''.
13085
13086 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13087
13088Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13089
13090 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13091 that ${newsrcdir}/configure.in does.
13092
13093Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13094
13095 * test-build.mk: support for CONFIG_SHELL
13096
13097Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13098
13099 * config.sub (netware): Add as a basic system type.
13100
13101Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13102
13103 * Makefile.in (Makefile): depend on configure.in. Also drop the
13104 $(srcdir)/ from the dependency on Makefile.in.
13105
13106Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13107
13108 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13109 (h8300hhms is temporary until multi-libraries are implemented).
13110 * configure.in: Handle h8300h too.
13111
13112Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13113
13114 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13115
13116Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13117
13118 * configure: Remove extraneous output when guessing host type.
13119 * config.guess: Remove extraneous output when guessing using C
13120 compiler rather than uname, or when guessing fails.
13121
13122Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13123
13124 * Makefile.in: remove all.cross and install.cross targets
13125
13126 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13127 definitions
13128
13129Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13130
13131 * configure.in (target sh): Build gprof.
13132
13133Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13134
13135 * config.sub: change -solaris to -solaris2
13136
13137Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13138
13139 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13140
13141Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13142
13143 * configure: Correct error message for missing Makefile.in to
13144 print correct directory.
13145
13146Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13147
13148 * install.sh: kludge around 386BSD shell bug
13149
13150Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13151
13152 * config.guess: Recognize NeXT.
13153 * config.guess: Recognize i486-ncr-sysv4.
13154 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13155
13156Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13157
13158 * Makefile.in (MAKEINFOFLAGS): New variable.
13159 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13160 * build-all.mk, test-build.mk: Pass down --no-split as
13161 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13162
13163Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13164
13165 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13166
13167Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13168
13169 * Makefile.in (libg++.tar.z): New rule.
13170 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13171 * Makefile.in (taz): Only do a single chmod.
13172
13173Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13174
13175 * install.sh: don't use dirname anymore (replaced with sed usage)
13176
13177Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13178
13179 * Makefile.in: Change extension for gzip'd files from '.z' to
13180 '.gz' per new FSF standard usage.
13181
13182Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13183
13184 * configure: put quotes around the final value of program_transform_name
13185
13186Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13187
13188 * Makefile.in: new install.sh support; update install-info rules
13189
13190Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13191
13192 * configure.in: Build diff for crosses, but not for go32 host.
13193
13194 * configure.in: Build gprof only for native, and don't build it
13195 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13196
13197Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13198
13199 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13200
13201Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13202
13203 * configure.in (host_tools): Add prms.
13204
13205Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13206
13207 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13208 with $(FLAGS_TO_PASS) on the command line
13209
13210 * config.sub: Recognize lynx and lynxos
13211
13212Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13213
13214 * config.sub: Accept -ecoff*, not just -ecoff.
13215
13216Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13217
13218 * Makefile.in (taz): Use .gz suffix instead of .z.
13219 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13220 names.
13221
13222Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13223
13224 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13225
13226Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13227
13228 * Makefile.in (install-no-fixedincludes): install gcc last, so
13229 that rebuilds that might happen during 'make install' don't get
13230 bogus gcc include files
13231
13232Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13233
13234 Change from Utah for HPPA support:
13235 * config.guess: Recognize hppa1.x-hp-bsd.
13236
13237Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13238
13239 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13240 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13241
13242Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13243
13244 * config.sub: Add support for rom68k and bug boot monitors.
13245
13246Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13247
13248 * Makefile.in: Make all-opcodes depend on all-bfd.
13249
13250Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13251
13252 * config.guess: Added special check for i[34]86-univel-sysv4*.
13253
13254Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13255
13256 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13257 the processor rather than assuming i486.
13258
13259Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13260
13261 * config.guess: Recognize SunOS6 as Solaris3.
13262
13263Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13264
13265 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13266 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13267
13268Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13269
13270 * build-all.mk (all-cross): New target for Canadian Cross.
13271 Added Q2 go32 targets.
13272 * test-build.mk: Configure go32 cross sparclite-aout and
13273 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13274 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13275
13276Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13277
13278 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13279 GO32 hosted toolchains
13280
13281Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13282
13283 * configure: change so "-exec-prefix" gets passed down rather
13284 than "-exec_prefix" so autoconf generated Makefiles get the
13285 exec_prefix set right.
13286
13287Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13288
13289 * config.guess: get the Solaris2 minor version number
13290
13291 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13292
13293Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13294
13295 * config.guess: Recognize some Sequent platforms.
13296
13297Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13298
13299 * Makefile.in: added the vault-install target
13300
13301 * configure.in: actually use the Sun3 makefile fragment that's in
13302 config, also added the release dir to configdirs
13303
13304Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13305
13306 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13307
13308Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13309
13310 * configure.in: remove some program from Alpha targetted toolchains
13311
13312Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13313
13314 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13315 gprof.
13316 (taz): Run "make diststuff" in those directories instead of "make
13317 proto-dir". Look for "VERSION=" only at start of line in subdir
13318 Makefile. Use "gzip -9" for compression.
13319 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13320 (binutils.tar.z): New target.
13321
13322Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13323
13324 * Makefile.in (taz): Include gpl.texinfo.
13325
13326Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13327
13328 * Makefile.in (setup-dirs): Merged into "taz" target.
13329 (taz): Only do `proto-dir' stuff if a directory is actually needed
13330 for this target.
13331
13332Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13333
13334 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13335 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13336 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13337 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13338 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13339
13340Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13341
13342 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13343 config.sub, and move-if-change to gdb testsuite distribution
13344 archive, so the testsuite can be extracted, configured, and
13345 run separately from the gdb distribution. Blow away the Chill
13346 tests that require a Chill compiled executable, since GNU Chill
13347 is not yet publically available.
13348
13349Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13350
13351 * test-build.mk: set environment variables in a single command,
13352 instead of a list of assignments and exports
13353
13354 * config.guess: recognize Alpha/OSF1 systems
13355
13356Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13357
13358 * configure: Change help message to prefer --options rather than
13359 -options.
13360
13361Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13362
13363 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13364 zippy@ecst.csuchico.edu.
13365 * config.guess: Recognize miniframe.
13366
13367Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13368
9eb322aa
MF
13369 * Makefile.in: Use srcroot to find runtest rather than rootme.
13370 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
13371
13372Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13373
13374 * test-build.mk: Extensive additions to support building on a
13375 machine other than the host.
13376
13377Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13378
13379 * configure (tooldir): Fix for i386-aix again.
13380
13381Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13382
13383 * configure, Makefile.in: Change definition of $(tooldir)
13384 to match the FSF.
13385
13386Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13387
13388 * config.guess: Recognize i[34]86/SVR4.
13389
13390Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13391
13392 * Makefile.in (all-gdb): gdb depends on sim.
13393
13394Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13395
13396 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13397 at the same time we make the prototype gdb directory.
13398 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13399 files at the same time as the gdb base release distribution.
13400
13401Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13402
13403 * Makefile.in (check): Use individual check targets rather than
13404 DO_X rule.
13405 (check-gcc): Added.
13406
13407Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13408
13409 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13410 for System V release 3.2.
13411
13412Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13413
13414 * config.sub: Recognize hppaosf.
13415 * configure.in: Do configure ld/binutils/gas for it.
13416
13417Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13418
13419 * configure (tooldir): Alter syntax used to set this, for systems
13420 where "\$" isn't handled right, like i386-aix.
13421
13422Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13423
13424 * configure: Pass program-transform-name, not
13425 program_transform_name, to recursive configures.
13426
13427Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13428
13429 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13430 of gas+ld+binutils.
13431
13432Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13433
13434 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13435
13436Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13437
13438 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13439
252b5132
RH
13440Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13441
13442 * Makefile.in (PRMS): Set back to all-prms.
13443
13444Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13445
13446 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13447 targets, rather than for MIPS hosts.
13448
13449Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13450
13451 * configure.in: add comment for --with-x default values
13452
13453 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13454
13455 * Makefile.in: add check-* targets for each of the directories in
13456 the tree. Add a definition of RUNTEST that will use the one we
13457 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13458
13459Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13460
13461 * configure.in: Removed obsolete references to bfd_target and
13462 target_makefile_frag.
13463
13464 * build-all.mk: Set assorted targets for Q2.
13465 * config.sub: Recognize z8k-sim and h8300-hms.
13466 * test-build.mk: Really don't pass host to configure.
13467 (HOLES): Added uname.
13468
13469Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13470
13471 * configure: Handle an empty program-prefix, program-suffix or
13472 program-transform-name correctly.
13473
13474Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13475
13476 * build-all.mk: -G 8 no longer required for MIPS targets.
13477 * test-build.mk: Don't pass host argument to configure; make it
13478 guess.
13479
13480Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13481
13482 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13483 * Makefile.in (COMPRESS): New macro, like GZIP.
13484
13485Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13486
13487 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13488
13489 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13490 with gas currently defaults to -G 0.
13491
13492Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13493
13494 * Makefile.in (all-flex): flex depends on byacc.
13495
13496 * build-all.mk: If host not specified, use config.guess. Pass TAG
13497 to test-build.mk as RELEASE_TAG.
13498 * test-build.mk (configargs): New variable containing arguments to
13499 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13500 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13501
13502 * config.guess: Use /bin/uname when checking -X argument on SCO,
13503 to avoid invoking GNU uname which doesn't understand -X.
13504
13505 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13506
13507 * configure.in: Build gas for mips-*-*.
13508
13509Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13510
13511 * Makefile.in (all.normal): insert missing backslash.
13512
13513Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13514
4bddf3ad 13515 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
13516
13517 * Makefile.in: Complete overhaul to merge many almost identical
13518 targets.
13519
13520Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13521
13522 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13523 (gdb.tar.Z): Adjusted.
13524
13525 * Makefile.in (setup-dirs, taz): New targets; should be general
13526 enough to adapt for gdb sometime. Build only .z file.
13527 (gas.tar.z): New target.
13528
13529Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13530
13531 * build-all.mk: Use CC=cc -Xs on Solaris.
13532
252b5132
RH
13533Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13534
13535 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13536 for handling BISON for FSF releases.
13537
13538Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13539
13540 * configure: Actually implement the change zoo just documented.
13541
13542Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13543
13544 * configure: when using config.guess, only set target_alias when
13545 it's not already been set (ie, on the command line)
13546
13547Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13548
13549 * Makefile.in: add installcheck target, set PRMS to install-prms
13550
13551Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13552
13553 * configure: add support for package_makefile_fragment, handle the
13554 case where a directory has a configure.in file but no Makefile.in
13555 more gracefully (with an actual understandable error message, even);
13556 add support for --without (and add this to the usage message); also
13557 explicitly add a --host=${host_alias} to the command line when
13558 config.guess is used
13559
13560Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13561
13562 * configure: Must use both --host and --target in recursive calls.
13563
13564Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13565
13566 * Makefile.in: Change deja-gnu to dejagnu.
13567
13568Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13569
13570 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13571
13572Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13573
13574 * configure.in: canonicalize all instances to *-*-solaris2*,
13575 also strip out a number of tools to not build for go32 host
13576
13577Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13578
13579 * config.guess: add GPL.
13580
13581 * Makefile.in, config.guess, config.sub, configure: bump
13582 copyrights to 93.
13583
13584Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13585
13586 * Makefile.in (do-info): Removed obsolete check for existence of
13587 localenv file.
13588
13589 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13590
13591Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13592
13593 * Makefile.in: a couple of 'else true' for decstation,
13594 support for TclX
13595
13596 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13597
13598Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13599
13600 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13601
13602Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13603
13604 * config.guess: Recognize i386-ibm-aix (PS/2).
13605 * configure.in: Use config/mh-aix386 file for it.
13606
13607Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13608
13609 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13610 CC_FOR_TARGET instead.
13611 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13612
13613Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13614
13615 * Makefile.in: Add sim to list of directories sent with gdb
13616
13617Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13618
13619 * configure.in: Put back mips-dec-bsd* case.
13620
13621Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13622
13623 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13624 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13625 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
13626
13627Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13628
13629 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13630
13631 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13632 (install-info): install dir.info only if it exists,
13633 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13634
13635Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13636
13637 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13638 gas for mips-dec-bsd.
13639
13640Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13641
13642 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13643 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13644
13645Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13646
13647 * configure.in: Added "dejagnu" to hosttools list.
13648
13649Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13650
13651 * config.sub, configure.in, config.guess: Add support
13652 for Bosx, an AIX variant from Bull.
13653 Patches from F.Pierresteguy@frcl.bull.fr.
13654
13655Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13656
13657 * devo/dejagnu: Initial creation of devo/dejagnu.
13658 Migrated dejagnu testcases and support files for testing software
13659 tools to reside as subdirectories, currently called "testsuite",
13660 within the directory of the software tool. Migrated all programs,
13661 support libraries, etc. beloging to dejagnu proper from
13662 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13663 with no modifications. The changes to these files which will
13664 allow them to configure, build, and execute properly will be made
13665 in a future update.
13666
13667Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13668
13669 * Makefile.in: Change send_pr to send-pr.
13670 * configure.in: Likewise.
13671 * send_pr: Renamed directory to send-pr.
13672
13673Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13674
13675 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13676
13677Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13678
13679 * README: Update for gdb-4.8 release.
13680 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13681 gdb-xxx.tar.z (gzip'd) file also.
13682
13683Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13684
13685 * Makefile.in: make all-diff depend on all-libiberty
13686
13687Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13688
13689 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13690
13691Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13692
13693 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13694
13695Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13696
13697 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13698 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13699 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13700
13701Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13702
13703 * Makefile.in: makeinfo binary is in a new location
13704
13705Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13706
13707 * config.sub: Accept -ecoff as an OS.
13708
13709 * Makefile.in: Various changes to eliminate a level of make
13710 recursion and reduce the required command line length.
13711 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13712 sub-makes.
13713 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13714 variables holding settings for specific sub-makes.
13715 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13716 in terms of BASE_FLAGS_TO_PASS.
13717 (TARGET_LIBS): New variable listing directories which use
13718 TARGET_FLAGS_TO_PASS.
13719 (subdir_do): Eliminated.
13720 (do-*): New set of targets to replace subdir_do.
13721 (various): All targets which used subdir_do now depend on do-*.
13722 (local-clean): Renamed from do_clean.
13723 (local-distclean): New target, dependency of distclean and
13724 realclean.
13725 (install-info): Don't create directories. Depend on dir.info
13726 rather than calling make recursively.
13727 (install-dir.info): Eliminated.
13728 (install-info-dirs): Create all info directories here.
13729 (dir.info): Depend upon do-install-info.
13730
13731 * test-build.mk (HOLES): Added false.
13732
13733Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
13734
13735 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13736
13737Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13738
13739 * Makefile.in (info): remove dependency on all-texinfo. The
13740 problem was really in texinfo/C, not at this level.
13741
13742Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13743
13744 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13745
13746Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13747
13748 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13749 GDB releases.
13750
13751Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13752
13753 * configure: Include srcdir in message about target of link not
13754 being found. Don't convert `-' to `_' in `with' options being
13755 passed to subdirs.
13756
13757Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13758
13759 * configure.in: add uudecode to host_tools
13760
13761 * Makefile.in: added {all,install}-uudecode targets, added them to
13762 the appropriate lists
13763
13764Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13765
13766 * Makefile.in (all-gcc): Added dependency on all-gas.
13767
13768 * configure.in (mips-*-*): Build ld and binutils.
13769
13770Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13771
13772 * configure: check return code from mkdir, print error message and
13773 exit on failure.
13774
13775Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13776
13777 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13778
13779Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13780
13781 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13782
13783Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13784
13785 * config.sub (h8500): Recognize this as a cpu type.
13786
13787Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13788
13789 * configure: source directory missing is no longer a warning
13790
13791 * configure.in: recognize irix[34]* instead of irix[34]
13792
13793 * Makefile.in: define and pass down X11_LIB
13794
252b5132
RH
13795Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13796
13797 * guess-systype: Renamed to ...
13798 * config.guess: ... by popular request.
13799 * configure.in, Makefile.in: Update accordingly.
13800
13801Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13802
13803 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13804 + Add Convex, Cray/Unicos, and Encore/Multimax support.
13805 + Execute ./dummy instead of assuming . is in PATH.
13806
13807Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
13808
13809 * guess-systype: New shell script. Attempts to guess the
13810 canonical host name of the executing host.
13811 Only a few hosts are supported so far.
13812 * configure: Call guess-systype if no host is specified.
13813
13814Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
13815
13816 * Makefile.in (gcc-no-fixedincludes): Made to work with current
13817 gcc Makefile.
13818
13819
13820Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
13821
13822 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13823 (all-gcc, install-gcc, subdir_do): Use it.
13824
13825Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13826
13827 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13828
13829Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
13830
13831 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13832 set exclusively by configure, using configure.in .
13833
13834Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13835
13836 * test-build.mk: set $PATH for all builds
13837
13838 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13839
13840Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
13841
13842 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
13843 the one used in gcc/Makefile.in, so that a null expansion doesn't
13844 override the one needed to build gcc with a native cc.
13845
13846
13847Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13848
13849 * configure: Accept -with arguments.
13850
13851Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13852
13853 * Makefile.in: added h8300sim
13854
13855Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
13856
252b5132
RH
13857 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13858 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
13859 (all-cygnus, native, build-cygnus): Make
13860 $(canonhost)-stamp-3stage-done, not $(host)....
13861 * test-build.mk (stamp-3stage-compared): Use tail +10c for
13862 i386-sco3.2v4. Added else true to if command.
13863
13864Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
13865
13866 * config.sub: (from FSF) Sequent uses a BSD-like OS.
13867
13868Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
13869
13870 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13871
13872Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13873
13874 * configure.in: don't remove binutils from Solaris builds
13875
13876Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
13877
13878 * Makefile.in: get rid of earlier definitions for *clean,
13879 also handle the recursive info rule better
13880
13881Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
13882
13883 * Makefile.in (mostlyclean, distclean, realclean): Fix to
13884 do more-or-less the right thing.
13885
13886Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
13887
13888 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13889 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13890
13891Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13892
13893 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13894 $(host_canonical).
13895
13896 * configure.in: split the configdirs list into 4 categories (native
13897 v. cross, library v. tool) and handle the cross-only and native-
13898 only in more reasonable (and correct!) way.
13899
13900Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
13901
13902 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
13903 configdirs anymore.
13904
13905Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13906
13907 * Makefile.in: extensive cleanup:: removed all of the explicit
13908 clean-* targets, collapsed many wrappers around subdir_do into
13909 one, added additional targets to satisfy standards.texi, deleted
13910 some old targets, some changes for consistency
13911
13912Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13913
13914 * configure.in: handle some programs as cross-only, and others as
13915 native only
13916
13917 * test-build.mk: handle partial holes in a more generic manner
13918
13919 * Makefile.in: m4 depends on libiberty
13920
252b5132
RH
13921Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13922
13923 * configure.in: add m4, textutils, fileutils, sed, shellutils,
13924 time, wdiff, and find to configdirs
13925
13926 * Makefile.in: all, clean, and install rules for the new programs
13927 added to configure.in
13928
13929Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13930
13931 * configure.in: use mh-sun for all *-sun-* hosts
13932
252b5132
RH
13933Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13934
13935 * Makefile.in: define flags for X11 include files and library file
13936 locations, pass them down to the programs that need this info
13937
13938 * build-all.mk: added a 'native' target, to 3stage the native toolchain
13939
252b5132
RH
13940Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13941
13942 * configure.in: start building libg++ for HP-UX targets
13943
13944Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
13945
13946 * README: Update references to files moved into etc/.
13947
13948Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
13949
13950 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
13951 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
13952
13953Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
13954
13955 * configure: accept dash as well as underscore in long option
13956 names for FSF compatibility.
13957
13958Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
13959
13960 * config.sub: added -sco3.2v4 support from FSF.
13961
13962Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13963
13964 * configure.in: expand the section that adds or removes
13965 directories from the list of programs to build, to handle native
13966 vs. cross in addition to host v. native
13967
13968Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
13969
13970 * Makefile.in: Replace C++ in macro names with CXX.
13971 This is less likely to break ...
13972
13973Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13974
13975 * test-build.mk: add -w to GNU_MAKE
13976
13977Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13978
13979 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13980 add 'sparc' to list of recognized cpus. This needed to make
13981 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13982 Delete some redundant ose68 variants. Recognize -wrs as an os,
13983 then changes that into $CPU-wrs-vxworks.
13984
13985 * configure.in: remove most references to gdbtest, regularize
13986 target based program removal
13987
13988 * test-build.mk: import from p3 tree (many fixes and changes)
13989
13990Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13991
13992 * Makefile.in: added rules to handle tcl, tk, and expect
13993
13994 * configure.in: handle those directories if they exist
13995
13996Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13997
13998 * config.sub: removed bogus hppabsd and hppahpux names, since
13999 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14000
14001Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14002
14003 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14004 depends upon all-xiberty
14005
14006 * Makefile.in: changes from p3, including:
14007
14008 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14009
14010 * Makefile.in (XTRAFLAGS): include newlib directories if
14011 newlib/Makefile exists, rather than if host != target.
14012
14013 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14014
14015 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14016 from the same source tree and not building a cross-compiler. This
14017 matters for the libg++ configuration if reconfiguring a tree that
14018 has already been installed.
14019
14020 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14021
14022 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14023 pick up the machine and system specific header files.
14024
14025 * Makefile.in: added AS_FOR_TARGET, passed down in
14026 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14027 the C compiler to use to create programs which are run in the
14028 build environment, set it to default to $(CC), and passed it down
14029 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14030
14031 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14032
14033 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14034 We need them for unusual native builds, like systems without
14035 ranlib.
14036
14037 * configure: also define $(host_canonical) and
80413487
RH
14038 $(target_canonical), which are the full, canonical names for the
14039 given host and target
252b5132
RH
14040
14041Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14042
14043 * Makefile.in: Added separate definitions for C++.
14044
14045Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14046
14047 * configure.in (configdirs): Add deja-gnu.
14048
14049Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14050
14051 * README: Update for configure.texi and gdb-4.7 release.
14052
14053Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14054
14055 * Makefile.in: Move "all" target to top of file.
14056 Previously, first target was ".PHONY" which caused BSD4.4 make
14057 to build .PHONY when make was run without arguments.
14058
14059Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14060
14061 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14062 Library-copylefted code in libiberty.
14063
14064Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14065
14066 * config.sub: Replace m68kmote with plain old m68k.
14067
14068Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14069
14070 * Makefile.in: Remove space from blank line, avoid Make complaints.
14071
14072Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14073
14074 * config.sub: Complain if no argument is given. Added support for
14075 386bsd as OS and target alias.
14076
14077Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14078
14079 * Makefile.in (XTRAFLAGS): include newlib directories if
14080 newlib/Makefile exists, rather than if host != target.
14081
14082Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14083
14084 * config.sub: recognize sparclite-wrs-vxworks.
14085
14086 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14087 p3.) Added clean-xiberty to clean.
14088
14089Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14090
14091 * configure.in: use *-*-* instead of nested cases for host and target
14092
14093Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14094
14095 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14096 from the same source tree and not building a cross-compiler. This
14097 matters for the libg++ configuration if reconfiguring a tree that
14098 has already been installed.
14099
14100Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14101
14102 * config.sub (i486v/i486v4): Merge in from FSF version.
14103
14104Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14105
14106 * configure: only set PWD if it is already set.
14107
14108Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14109
14110 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14111 doesn't have unset and all success paths (and most error paths)
14112 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14113 to just ${PWD} to avoid confusion.)
14114
14115Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14116
14117 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14118 even for a native compilation.
14119
14120Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14121
14122 Changes to make the gdb.tar.Z rule work better.
14123
14124 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14125 (DEVO_SUPPORT): Add configure.texi.
14126 (bfd-ilrt.tar.Z): Remove ancient rule.
14127
14128Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14129
14130 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14131 pick up the machine and system specific header files.
14132
14133 * configure.in, config.sub: added new target m68010-adobe-scout,
14134 with alias of adobe68k. Changed configure.in to check for
14135 -scout before -sco* to avoid a false match.
14136
14137 * Makefile.in: added AS_FOR_TARGET, passed down in
14138 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14139 the C compiler to use to create programs which are run in the
14140 build environment, set it to default to $(CC), and passed it down
14141 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14142
14143Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14144
14145 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14146 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14147 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14148 FOR_TARGET variants, to newlib and libg++.
14149
14150Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14151
14152 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14153 first.
14154
14155Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14156
14157 * config.sub: Accept `elf' as an environment.
14158
14159Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14160
14161 * Makefile.in (all-opcodes): cd into the right directory
14162
14163Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14164
14165 * configure: added -program_transform_name option, used as
14166 argument to sed when installing programs.
14167 configure.texi: added documentation for -program_prefix,
14168 -program_suffix and -program_transform_name.
14169
14170Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14171
14172 * config.sub: Accept i486 where i386 ok.
14173
14174Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14175
14176 * config.sub: accept we32k
14177
14178Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14179
35590697 14180 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14181
14182 * Makefile.in: don't create all directories for ``make install'';
14183 let the subdirectories create the ones they need.
14184
14185Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14186
80413487 14187 * COPYING: new file, GPL v2
252b5132
RH
14188
14189Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14190
14191 * Makefile.in: use the new gen-info-dir, which needs a template
14192 argument (which also lives in texinfo)
14193
14194 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14195
252b5132
RH
14196Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14197
14198 * config.sub (ncr3000): Change i386 to i486.
14199
14200Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14201
14202 * Makefile.in: add install-rcs, install-grep to
14203 install-no-fixedincludes, removed install-bison and install-libgcc
14204
14205Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14206
14207 * configure.in: grab the HPUX makefile fragment if on HPUX
14208
14209Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14210
14211 * Makefile.in: eradicate bison spoor (ditto libgcc).
14212 configure.in: recognise m68{k,000}-ericsson-OSE.
14213 es1800 is alias for m68k-ericsson-OSE
14214
14215Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14216
14217 * configure.in: rearrange the parts that remove programs from
14218 configdirs, based now on HOST==TARGET or by canonical triple.
14219
14220Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14221
14222 * test-build.mk: recurse explicitly with -f test-build.mk when
14223 appropriate. predicate stage3 and comparison on the existence
14224 of gcc. That is, if gcc isn't around, we aren't three-staging.
14225 On very clean, also remove ...stamp-co. Build in-place before
14226 doing other builds.
14227
14228Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14229
14230 * Makefile.in, configure.in: add tgas
14231
14232Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14233
14234 * Makefile.in: a number of changes merged in from progressive.
14235
14236 * configure.in: add libm.
14237
14238 * .cvsignore: ignore some stuff that comes from test-build.mk.
14239
252b5132
RH
14240Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14241
14242 * config.sub: Add es1800 (m68k-ericsson-es1800).
14243
14244Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14245
14246 * configure: Add program_suffix (parallel to program_prefix)
14247 * Makefile.in: adjust directory-creating script for losing decstation
14248
14249Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14250
14251 * configure: Minor $subdir-related fixes.
14252
14253Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14254
14255 * configure: fix various problems with propogating
14256 makefile_target_frag in subdirs.
14257 * configure.in: config libgcc if its there
14258
14259Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14260
14261 * config.sub: HPPA merge.
14262
252b5132
RH
14263Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14264
14265 * Makefile.in: Replace all-bison with all-byacc in all
14266 dependency lines for other tools (which now use byacc).
14267
14268Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14269
14270 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14271
252b5132
RH
14272Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14273
14274 * Makefile.in: make gprof rules similar to byacc rules (instead of
14275 vestigal $(unsubdir) that didn't work...)
14276
14277Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14278
14279 * config.sub: Add support for Linux.
14280 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14281 (at least for libg++).
14282
14283Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14284
14285 * configure.texi: fix doc for the -nfp option to configure
14286
14287Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14288
14289 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14290
14291Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14292
14293 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14294 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14295 * configure.in: added solaris* host_makefile_frag hook.
14296
14297Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14298
14299 * config.sub: changed recognition of m68000 so that various
14300 m68k types can be specified via m680[01234]0
14301
14302Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14303
14304 * config.sub (basic_machine): fix sed so that '-foo' isn't
14305 completely substituted out while .+'-foo' loses the '-foo'
14306
14307Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14308
14309 * config.sub ($os): Add -aout.
14310
14311Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14312
14313 * configure: If host_makefile_frag is absolute, don't
14314 prefix ${invsubdir} (relevant to libg++ auto-configure).
14315
14316Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14317
14318 * Makefile.in (tooldir): Define it.
14319 (all-ld): Depend on all-flex.
14320
14321Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14322
14323 * Makefile.in (check): Fix libg++ special case.
14324
14325Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14326
14327 * configure: do not bury `pwd` into config.status, thus do fewer
14328 pwd's.
14329
14330 * configure: print the "Building in" message only when building in
14331 other than "." AND verbose.
14332
14333 * configure: remove -s, rework -v to better accomodate guested
14334 configures.
14335
14336 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14337
14338Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14339
14340 * Makefile.in: macroize flags passed on recursion. remove
14341 fileutils.
14342
14343Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14344
14345 * configure: get makesrcdir right for subdirs deeper than 1.
14346
14347 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14348 install.
14349
14350Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14351
14352 * Makefile.in: don't print subdir_do or recursion lines.
14353
14354Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14355
14356 * standards.texi: added menu item.
14357
14358 * Makefile.in: build and install standards.info.
14359
14360 * standards.texi: new file.
14361
14362Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14363
14364 * configure: test for and move config.status pieces from
14365 ${subdir}/.
14366
14367Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14368
252b5132
RH
14369 * configure: Test for existance of files before trying to mv
14370 them, to avoid numerous non-existance messages.
14371
14372Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14373
14374 * configure: correct final line of config.status.
14375
14376 * configure: patch from eggert. Avoids a protection problem if
14377 the original Makefile.in is read only.
14378
14379 * configure: use move-if-change from gcc to create config.status.
14380 Some makefiles depend on config.status to tell if a directory
14381 has been reconfigured for a different host. This change
14382 prevents those directories from remaking everything in the case
14383 where the reconfig was only intended to rebuild a Makefile.
14384
14385 * configure: test for config.sub with "config.sub sun4" rather
14386 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14387 host alias from a missing config.sub.
14388
14389Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14390
14391 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14392 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14393
14394Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14395
14396 * configure: mkdir ${subdir} as needed.
14397
14398Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14399
14400 * Makefile.in,configure.in: added autoconf.
14401
14402Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14403
14404 * Makefile.in: no longer pass against on recursion.
14405
14406 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14407 definitions are not inherited.
14408
14409 * configure: correct makesrcdir when subdir is .
14410
14411Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14412
14413 * configure: Add support for 'subdirs' variable, which is
14414 like 'configdirs', except that configure doesn't re-invoke
14415 itself for subdirs, it just creates a Makefile for each subdir.
14416 * configure.texi: Document subdirs.
14417
14418Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14419
14420 * configure.in: added flex to configdirs
14421
14422Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14423
14424 * Makefile.in: remove clean-stamps from clean.
14425
14426Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14427
14428 * configure.in: Add gdbtest to configdirs.
14429
14430Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14431
14432 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14433 to recursive makes.
14434 * configure.in: Recognize new ncr3000 config.
14435
14436Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14437
14438 * Makefile.in, configure.in: removed references to gdbm.
14439
14440Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14441
14442 * config.sub: Don't canonicalize os value
14443 newsos* to bsd (readline needs to check for newsos).
14444 (This fix was earlier made Jan 31, but got re-broken.)
14445
14446Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14447
14448 * configure.in: sco is an os, not a vendor!
14449
14450 * configure: Quote $( better. Keep various shells happy.
14451
14452Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14453
14454 * Makefile.in: eliminate stamp-files.
14455
14456Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14457
14458 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14459 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14460
14461Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14462
14463 * config.sub: fix iris/iris3.
14464
14465Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14466
14467 * configure: re-add -rm.
14468
14469Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14470
14471 * Maskefile.in: add .stmp-rcs to all.
14472
14473 * configure.in: remove gas from rs6000 build, use aix host fragment.
14474
14475Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14476
14477 * configure: pass down site_option during recursion.
14478
14479Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14480
14481 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14482
14483Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14484
14485 * configure: Change exec_prefix so that it really defaults to prefix.
14486
14487Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14488
14489 * Makefile.in, configure.in: Add support for mmalloc library.
14490
14491Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14492
14493 * Makefile.in: add stmp dependencies for a few more things.
14494
14495Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14496
14497 * configure: adjusted error message on objdir/srcdir configure
14498 collision, per john's suggestion.
14499
14500 * Makefile.in: add libiberty stmp to all and all.cross.
14501
14502Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14503
14504 * Makefile.in: remove force dependencies, add grep to all.
14505
14506Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14507
14508 * Makefile.in: drop flex. make stamp files work.
14509
14510 * configure: added test for conflicting configuration in srcdir,
14511 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14512 gets cranky. use relative paths for configure and srcdir
14513 whenever possible. Send some error messages to stderr that were
14514 going to stdout.
14515
14516Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14517
14518 * Makefile.in: Fix libg++ rule to check for gcc directory
14519 before using gcc/gcc. Also pass XTRAFLAGS.
14520
14521Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14522
14523 * Makefile.in: added stmp-files so that directories aren't polled
14524 when they are already built.
14525
14526 * configure.texi: fixed a node pointer problem.
14527
14528Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14529
4bddf3ad 14530 * config.sub configure.in gdb/configure.in
252b5132
RH
14531 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14532 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14533 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14534
14535Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14536
14537 * configure: -recurring becomes -silent. corrected help message
14538 for -site= option.
14539
14540 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14541
14542Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14543
14544 * configure: when building Makefile for crosses, replace
14545 tooldir and program_prefix. default srcdir from location of
14546 config.sub. remove "for host in hosts" and "for target in
14547 targets" loops.
14548
14549Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14550
14551 * Makefile.in: Do not pass bindir or mandir to cvs.
14552
14553Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14554
14555 * Makefile.in, configure.in: removed traces of namesubdir,
14556 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14557 copyrights to '92, changed some from Cygnus to FSF.
14558
14559 * configure.texi: remove most references to multiple hosts,
14560 multiple targets, subdirs, etc.
14561
14562 * configure.man: removed rcsid. reference config.sub not
14563 config.subr.
14564
14565 * Makefile.in: mkdir $(infodir) on install-info.
14566
14567Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14568
14569 * configure.texi: Explain better about .gdbinit and about
14570 the environment that configure.in sections run in.
14571
14572Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14573
14574 * configure.in: Ultrix is only a decstation if it's a MIPS.
14575
14576Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14577
14578 * README: DOC.configure => cfg-paper.texi.
14579
14580Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14581
14582 * config.sub (near case $os): Don't convert newsos* to bsd!
14583
14584Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14585
14586 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14587 the number of copies of COPYING that go into the GDB tar file.
14588
14589Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14590
4bddf3ad 14591 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
14592 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14593 Fix SCO configuration stuff.
14594
14595Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14596
14597 * Makefile.in: For libg++, make sure the -I pointing
14598 to the gcc directory goes *after* all the libg++-local -I flags.
14599 Also, move just-gcc dependency from just-libg++ to all-libg++.
14600
14601Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14602
14603 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14604
14605Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14606
14607 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14608
14609Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14610
14611 * config.sub: Add stratus configuration frags. Also
14612 submitted to FSF.
14613
14614Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14615
14616 * Makefile.in (DEV_SUPPORT): add configure.man.
14617
14618 * config.sub(Decode manufacturer-specific): add -none*.
14619
14620Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14621
14622 * Makefile.in: remove form feeds to make Sun's make happy.
14623 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14624
14625Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14626
14627 * Makefile.in (AR_FLAGS): Make quieter.
14628
14629Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14630
14631 * configure.in: Add libg++.
14632 * configure: When verbose, don't output the command line at each
14633 level; it will be unremarkably the same as the previous version,
14634 which will be the same as what the user typed.
14635
14636Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14637
14638 * configure.in, Makefile.in: fix clean-info, add flex. add
14639 fileutils.
14640
14641 * configure: be less sensitive to spaces in Makefile.in. Do not
14642 look for sources in "..". Doing so breaks subdirectories that
14643 might have their own configure. If a subdir has it's own
14644 configure script, use it.
14645
14646Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14647
14648 * cfg-paper.texi: some changes suggested by rms.
14649
14650Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14651
14652 * config.sub: Merge in some small additions from the FSF version,
14653 taken from the gcc distribution, to bring the Cygnus and FSF
14654 versions into closer sync.
14655
14656Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14657
14658 * configure.in: Changed svr4 references to sysv4.
14659
14660Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14661
14662 * configure: added -V for version number option.
14663
14664Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14665
14666 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14667 renamed from DOC.configure to cfg-paper.texi.
14668
14669Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14670
14671 * configure, config.subr, config.sub: config.subr is now
14672 config.sub again.
14673
14674Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14675
14676 * configure.texi: new file, in progress.
14677
14678 * Makefile.in: build info file and install the man page for
14679 configure.
14680
14681 * configure.man: new file, first cut.
14682
14683 * configure: find config.subr again now that configuration "none"
14684 has gone. removed all traces of the -ansi option. removed all
14685 traces of the -languages option.
14686
14687 * config.subr: resync from rms.
14688
d932cae7 146891991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14690
14691 * configure, config.sub, config.subr: merge config.sub into
14692 config.subr, call the result config.subr, remove config.sub, use
14693 config.subr.
14694
14695 * Makefile.in: revised install for dir.info.
14696
d932cae7 146971991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14698
14699 * configure.in: add decstation host makefile frag.
14700
14701 * Makefile.in: BISON now bison -y again. also install-gcc on
14702 install. clean-gdbm on clean. infodir belongs in datadir.
14703 Make directories for info install. Build dir.info here then
14704 install it.
14705
d932cae7 147061991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14707
14708 * Makefile.in: fix for bad directory tests.
14709
d932cae7 147101991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14711
14712 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14713 regexp. -srcdir relative was being handled incorrectly.
14714
14715 * Makefile.in: unwrapped some for loops so that parallel makes
14716 work again and so one can focus one's attention on a particular
14717 package.
14718
d932cae7 147191991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14720
14721 * configure: added PWD as a stand in for `pwd` (for speed). use
14722 elif wherever possible. make -srcdir work without -objdir.
14723 -objdir= commented out.
14724
d932cae7 147251991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14726
14727 * configure: +options become --options. -subdirs commented out.
14728 added -host, -datadir. Renamed -destdir to -prefix. Comment in
14729 Makefile now at top of generated Makefile. Removed cvs log
14730 entries. added -srcdir. create .gdbinit only if there is one
14731 in ${srcdir}.
14732
14733 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14734 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14735 and mandir now keyed off datadir by default.
14736
d932cae7 147371991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14738
14739 * Freshly created ChangeLog.
14740
14741\f
14742Local Variables:
14743mode: change-log
14744left-margin: 8
14745fill-column: 76
14746version-control: never
14747End:
This page took 1.247723 seconds and 4 git commands to generate.