Build gmp before configuring gcc
[deliverable/binutils-gdb.git] / ChangeLog
... / ...
CommitLineData
12013-01-09 H.J. Lu <hongjiu.lu@intel.com>
2
3 * Makefile.def (configure-gcc): Depend on all-gmp.
4 (all-gcc): Remove dependency on all-gmp.
5 * Makefile.in: Regenerated.
6
72013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
8
9 * config.guss: Update from config repo.
10 * config.sub: Dito.
11
122013-01-07 Jeff Johnston <jjohnstn@redhat.com>
13
14 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
15 exists and replace the new bfin license in its location.
16
172013-01-07 H.J. Lu <hongjiu.lu@intel.com>
18
19 PR gas/14899
20 * Makefile.def (dependencies): Make all-binutils, all-gprof,
21 all-ld and all-gold depend on all-gas.
22 * Makefile.in: Regenerated.
23
242012-12-29 Ben Elliston <bje@gnu.org>
25
26 * config.guess: Update to 2012-12-29 version.
27 * config.sub: Likewise.
28
292012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
30
31 * Makefile.def (install-target-libgo): Depend on
32 install-target-libatomic. Merged from GCC repo.
33 * Makefile.in: Regenerate.
34
352012-12-17 Jeff Johnston <jjohnstn@redhat.com>
36
37 * COPYING.LIBGLOSS: Add license for bfin libgloss.
38
392012-12-16 Thomas Schwinge <thomas@codesourcery.com>
40
41 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
42 * configure: Regenerate.
43
442012-12-11 H.J. Lu <hongjiu.lu@intel.com>
45
46 * Makefile.def (target_modules): Add bootstrap=true and
47 raw_cxx=true to libsanitizer.
48 * configure.ac (bootstrap_target_libs): Add libsanitizer.
49 * Makefile.in: Regenerated.
50 * configure: Likewise.
51
522012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
53
54 * config.sub: Merge from config repo.
55
562012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
57
58 * configure.ac: Merge from GCC.
59 * Makefile.tpl: Dito.
60 * Makefile.in: Dito.
61 * configure: Dito.
62
632012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
64
65 * configure.ac (noconfigdirs): Merge from GCC.
66 * configure: Regenerate.
67
682012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
69
70 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
71
722012-11-14 Roland McGrath <mcgrathr@google.com>
73
74 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
75 * configure: Regenerate.
76
772012-11-13 Richard Henderson <rth@redhat.com>
78
79 * configure.ac: Move libsanitizer logic to subdirectory.
80 * configure: Regenerate.
81
822012-11-13 Dodji Seketeli <dodji@redhat.com>
83
84 * configure.ac: Enable libsanitizer just on x86 linux for now.
85 * configure: Re-generate.
86
872012-11-13 David Edelsohn <dje.gcc@gmail.com>
88
89 * configure.ac: Merge libquadmath sections.
90 * configure: Regenerate.
91
922012-11-12 Wei Mi <wmi@google.com>
93
94 * configure.ac: Add libsanitizer to target_libraries.
95 * Makefile.def: Ditto.
96 * configure: Regenerate.
97 * Makefile.in: Regenerate.
98
992012-11-03 H.J. Lu <hongjiu.lu@intel.com>
100
101 * configure: Regenerated.
102
1032012-11-03 Robert Mason <rbmj@verizon.net>
104
105 * configure.ac: add --disable-libstdcxx configure option
106 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
107
1082012-10-24 Corinna Vinschen <corinna@vinschen.de>
109
110 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
111 against Mingw64 w32api.
112 * configure: Regenerate.
113
1142012-10-23 Eric Botcazou <ebotcazou@adacore.com>
115
116 PR bootstrap/54820
117 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
118 * configure: Regenerate.
119
1202012-10-22 Eric Botcazou <ebotcazou@adacore.com>
121
122 PR bootstrap/54820
123 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
124 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
125 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
126 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
127 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
128 * Makefile.in: Regenerate.
129 * configure.ac (have_static_libs): New variable and associated check.
130 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
131 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
132 * configure: Regenerate.
133
1342012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
135
136 * config.guess, config.sub: Include updated version from
137 config-patches. Adds microblaze little endian support.
138
1392012-09-28 Ian Lance Taylor <iant@google.com>
140
141 * Makefile.def: Make all-target-libgo depend on
142 all-target-libbacktrace.
143 * Makefile.in: Rebuild.
144
1452012-09-26 Ian Lance Taylor <iant@google.com>
146
147 * Makefile.def: Make all-gcc depend on all-libbacktrace.
148 * Makefile.in: Rebuild.
149
1502012-09-06 Diego Novillo <dnovillo@google.com>
151
152 * configure.ac: Bump minimum GMP version to 4.2.3.
153 * configure: Re-generate.
154
1552012-09-05 Georg-Johann Lay <avr@gjlay.de>
156
157 PR target/54461
158 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
159 target-libgloss if not configured --with-avrlibc=no.
160 * configure: Regenerate.
161
1622012-09-04 Jason Merrill <jason@redhat.com>
163
164 * configure.ac: Fix --enable-languages=all.
165
1662012-09-03 Richard Guenther <rguenther@suse.de>
167
168 PR bootstrap/54138
169 * configure.ac: Re-organize ISL / CLOOG checks to allow
170 disabling with either --without-isl or --without-cloog.
171 * configure: Regenerated.
172
1732012-09-03 Georg-Johann Lay <avr@gjlay.de>
174
175 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
176 * configure: Regenerate.
177
1782012-09-21 Steve Ellcey <sellcey@mips.com>
179
180 * configure.ac: Add mips*-mti-elf* target.
181 * configure: Regenerate.
182
1832012-09-19 Ian Lance Taylor <iant@google.com>
184
185 * configure.ac (host_libs): Add libbacktrace.
186 (target_libraries): Add libbacktrace.
187 * Makefile.def (host_modules): Add libbacktrace.
188 (target_modules): Likewise.
189 * configure, Makefile.in: Rebuild.
190
1912012-09-15 Jiong Wang <jiwang@tilera.com>
192
193 * configure.ac (ENABLE_GOLD): support tilegx*
194 * configure: rebuild
195
1962012-09-14 David Edelsohn <dje.gcc@gmail.com>
197
198 PR target/38607
199 Merge upstream change.
200 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
201
202 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
203 Add libgomp*.o to compare_exclusions for AIX.
204 * configure: Regenerate.
205
2062012-08-26 H.J. Lu <hongjiu.lu@intel.com>
207
208 PR binutils/4970
209 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
210 and opcodes.
211 * Makefile.in: Regenerated.
212
2132012-08-14 Diego Novillo <dnovillo@google.com>
214
215 Merge from cxx-conversion branch.
216
217 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
218 POSTSTAGE1_CONFIGURE_FLAGS.
219 * Makefile.in: Regenerate.
220 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
221 Force C++ when bootstrapping.
222 * configure: Regenerate.
223
2242012-07-06 Richard Guenther <rguenther@suse.de>
225
226 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
227 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
228 --with-gmp=system.
229 * Makefile.in: Regenerated.
230 * configure: Likewise.
231
2322012-07-06 Richard Guenther <rguenther@suse.de>
233
234 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
235 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
236 supply V=1 as extra_make_flags.
237 * configure: Regenerated.
238 * Makefile.in: Likewise.
239
2402012-07-03 Richard Guenther <rguenther@suse.de>
241
242 * Makfile.def (isl): Remove not necessary extra_exports and
243 extra_make_flags.
244 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
245 * Makefile.in: Regenerated.
246
2472012-07-03 Richard Guenther <rguenther@suse.de>
248
249 * Makefile.def (cloog): Add V=1 to extra_make_flags.
250 * configure.ac: If either the ISL or the CLooG check failed
251 do not try to build in-tree versions.
252 * Makefile.in: Regenerated.
253 * configure: Regenerated.
254
2552012-07-02 Richard Guenther <rguenther@suse.de>
256 Michael Matz <matz@suse.de>
257 Tobias Grosser <tobias@grosser.es>
258 Sebastian Pop <sebpop@gmail.com>
259
260 * Makefile.def: Add ISL host module, remove PPL host module.
261 Adjust ClooG host module to use the proper ISL.
262 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
263 * configure.ac: Include config/isl.m4. Add ISL host library,
264 remove PPL. Remove PPL configury, add ISL configury, adjust
265 ClooG configury.
266 * Makefile.in: Regenerated.
267 * configure: Likewise.
268
2692012-07-02 Richard Guenther <rguenther@suse.de>
270
271 Merge from graphite branch
272 2011-07-21 Tobias Grosser <tobias@grosser.es>
273
274 * configure: Regenerated.
275 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
276 both cloog.org and legacy versions. The only supported version will
277 be CLooG with the isl backend.
278
279 2011-07-21 Tobias Grosser <tobias@grosser.es>
280
281 * configure: Regenerated.
282 * configure.ac: Require cloog isl 0.17.0
283
284 2011-07-21 Tobias Grosser <tobias@grosser.es>
285
286 * configure: Regenerated.
287 * config/cloog.m4: Do not define CLOOG_ORG
288
2892012-06-29 Steven Bosscher <steven@gcc.gnu.org>
290
291 * configure.ac: Skip C if explicitly selected.
292 * configure: Regenerate.
293
2942012-06-28 Christophe Lyon <christophe.lyon@st.com>
295
296 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
297 they contain -O2.
298 * configure: Regenerate.
299
3002012-06-20 Jason Merrill <jason@redhat.com>
301
302 * Makefile.tpl (check-target-libgomp-c++): New.
303 (check-target-libitm-c++): New.
304 * Makefile.def (c++): Add them.
305 * Makefile.in: Regenerate.
306
3072012-05-16 Olivier Hainque <hainque@adacore.com>
308
309 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
310 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
311 (install-no-fixedincludes): Adjust accordingly.
312 * Makefile.in: Regenerate.
313
3142012-05-09 Nick Clifton <nickc@redhat.com>
315 Paul Smith <psmith@gnu.org>
316
317 PR bootstrap/50461
318 * configure.ac (mpfr-dir): When using in-tree MPFR sources
319 allow for the fact that from release v3.1.0 of MPFR the source
320 files were moved into a src sub-directory.
321 * configure: Regenerate.
322
3232012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
324
325 * configure.ac: Bump minimum MPFR version to 2.4.0.
326 * configure: Regenerated.
327
3282012-05-01 Richard Henderson <rth@redhat.com>
329
330 * Makefile.def (libatomic): New target_module.
331 * configure.ac (target_libraries): Add libatomic.
332 (noconfigdirs): Check if libatomic is supported.
333 * Makefile.in, configure: Rebuild.
334
3352012-05-15 H.J. Lu <hongjiu.lu@intel.com>
336
337 Merge upstream change
338 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
339
3402011-11-21 Andreas Tobler <andreast@fgznet.ch>
341
342 * libtool.m4: Additional FreeBSD 10 fixes.
343
3442012-06-28 Christophe Lyon <christophe.lyon@st.com>
345
346 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
347 they contain -O2.
348 * configure: Regenerate.
349
3502012-05-14 Catherine Moore <clm@codesourcery.com>
351
352 * NEWS: Mention PowerPC VLE port.
353
3542012-05-11 Mike Frysinger <vapier@gentoo.org>
355
356 * MAINTAINERS (config/): Move to intl/ section.
357 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
358
3592012-05-09 Nick Clifton <nickc@redhat.com>
360 Paul Smith <psmith@gnu.org>
361
362 PR bootstrap/50461
363 * configure.ac (mpfr-dir): When using in-tree MPFR sources
364 allow for the fact that from release v3.1.0 of MPFR the source
365 files were moved into a src sub-directory.
366 * configure: Regenerate.
367
3682012-05-02 Roland McGrath <mcgrathr@google.com>
369
370 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
371 * configure: Regenerate.
372
3732012-04-25 Joel Brobecker <brobecker@adacore.com>
374
375 * config.sub: Update to 2012-04-18 version from official repo.
376
3772012-03-19 Tristan Gingold <gingold@adacore.com>
378
379 * configure.ac (ia64*-*-*vms*): Add support for ld.
380 * configure: Regenerate.
381
3822012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
383
384 * configure.ac (enable_libgomp): Remove *-*-irix6*.
385 (unsupported_languages): Remove mips-sgi-irix6.*.
386 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
387 (with_stabs): Remove.
388 * configure: Regenerate.
389
3902012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
391
392 * configure.ac (enable_libgomp): Remove *-*-osf*.
393 (with_stabs): Remove alpha*-*-osf*.
394 * configure: Regenerate.
395
3962012-03-09 Jeff Johnston <jjohnstn@redhat.com>
397
398 * COPYING.NEWLIB: Modify DJ Delorie license to include
399 modification rights in clause as permitted by DJ Delorie.
400 * COPYING.LIBGLOSS: Ditto.
401
4022012-03-09 Jeff Johnston <jjohnstn@redhat.com>
403
404 * COPYING.NEWLIB: Remove two unused licenses.
405
4062012-03-05 Tristan Gingold <gingold@adacore.com>
407
408 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
409 * configure: Regenerate.
410
4112012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
412
413 * COPYING.NEWLIB: Add Adapteva notice.
414 * COPYING.LIBGLOSS: Add Adapteva notice.
415
4162011-12-18 Eric Botcazou <ebotcazou@adacore.com>
417
418 * configure: Regenerate.
419
4202011-12-15 Jeff Johnston <jjohnstn@redhat.com>
421
422 * COPYING.LIBGLOSS: Add GPL with exception license.
423
4242011-11-09 Roland McGrath <mcgrathr@google.com>
425
426 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
427 * configure: Rebuild.
428 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
429 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
430 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
431 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
432 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
433 Add READELF.
434 * Makefile.in: Rebuild.
435
4362011-11-08 Richard Henderson <rth@redhat.com>
437
438 * configure.ac: Test for libitm directory present first.
439
440 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
441
442 * configure.ac: Test libitm/configure.tgt to disable libitm.
443 * configure: Rebuild.
444
4452011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
446
447 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
448 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
449 * Makefile.in: Regenerate.
450
4512011-11-01 DJ Delorie <dj@redhat.com>
452
453 * configure.ac (rl78-*-*) New case.
454 * configure: Regenerate.
455
4562011-11-01 DJ Delorie <dj@redhat.com>
457
458 * config.sub: Update to version 2011-10-29 (added rl78)
459
4602011-10-27 Nick Clifton <nickc@redhat.com>
461
462 * config.sub: Import these changes from the config project:
463
464 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
465 Ben Elliston <bje@gnu.org>
466
467 * config.sub (epiphany): New.
468
469 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
470 Ben Elliston <bje@gnu.org>
471
472 * config.sub (hexagon, hexagon-*): New.
473
474 2011-08-23 Roland McGrath <mcgrathr@google.com>
475
476 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
477 64eb to be64.
478
479 2011-08-16 Roland McGrath <mcgrathr@google.com>
480
481 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
482 (nacl): Grok as alias for 32el-unknown-nacl.
483
4842011-08-19 Joel Brobecker <brobecker@adacore.com>
485
486 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
487
4882011-08-14 Yao Qi <yao@codesourcery.com>
489
490 Merge from gcc:
491
492 2011-08-14 Yao Qi <yao@codesourcery.com>
493 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
494 * configure: Regenerate.
495
4962011-07-26 Ian Lance Taylor <iant@google.com>
497
498 Merge from gcc:
499
500 2011-07-26 Ian Lance Taylor <iant@google.com>
501 * configure.ac: Set have_compiler based on whether gcc directory
502 exists, rather than on whether gcc is in configdirs.
503 * configure: Rebuild.
504
505 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
506 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
507 link directories.
508 * Makefile.in: Rebuild.
509
510 2011-07-20 Ian Lance Taylor <iant@google.com>
511 PR bootstrap/49787
512 * configure.ac: Move --enable-bootstrap handling earlier in file.
513 If --enable-bootstrap and either --enable-build-with-cxx or
514 --enable-build-poststage1-with-cxx, enable C++ automatically.
515 * configure: Rebuild.
516
517 2011-07-19 Ian Lance Taylor <iant@google.com>
518 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
519 make C++ a boot_language. Set and substitute
520 POSTSTAGE1_CONFIGURE_FLAGS.
521 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
522 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
523 * configure, Makefile.in: Rebuild.
524
525 2011-07-16 Jason Merrill <jason@redhat.com>
526 * Makefile.def (language=c++): Add check-c++0x and
527 check-target-libmudflap-c++.
528 * Makefile.tpl (check-target-libmudflap-c++): New.
529 * Makefile.in: Regenerate.
530
531 2011-07-16 Matthias Klose <doko@ubuntu.com>
532 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
533 * Makefile.def (target_modules/libjava): Pass
534 $(EXTRA_CONFIGARGS_LIBJAVA).
535 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
536 if not configured with --enable-static-libjava.
537 * Makefile.in: Regenerate.
538 * configure: Likewise.
539
540 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
541 PR regression/47836
542 PR bootstrap/23656
543 PR other/47733
544 PR bootstrap/49247
545 PR c/48825
546 * configure.ac (target_libraries): Remove target-libiberty.
547 Remove case-statement setting skipdirs=target-libiberty for
548 multiple targets. Remove checking target_configdirs and
549 removing target-libiberty but keeping target-libgcc if
550 otherwise empty.
551 * Makefile.def (target_modules): Don't add libiberty.
552 (dependencies): Remove all traces of target-libiberty.
553 * configure, Makefile.in: Regenerate.
554
5552011-07-22 Jason Merrill <jason@redhat.com>
556
557 * Makefile.def (language=c++): Add check-c++0x and
558 check-target-libmudflap-c++.
559 * Makefile.tpl (check-target-libmudflap-c++): New.
560 * Makefile.in: Regenerate.
561
5622011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
563
564 * configure: Regenerate.
565
5662011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
567
568 PR target/39150
569 * configure.ac (i[3456789]86-*-solaris2*): Also accept
570 x86_64-*-solaris2.1[0-9]*.
571 * configure: Regenerate.
572
5732011-06-13 Walter Lee <walt@tilera.com>
574
575 * configure.ac (tilepro-*-*) New case.
576 (tilegx-*-*): Likewise.
577 * configure: Regenerate.
578
5792011-06-06 Nick Clifton <nickc@redhat.com>
580
581 * config.sub: Sync from upstream.
582
5832011-05-08 Doug Kwan <dougkwan@google.com>
584
585 Merge from gcc:
586
587 2011-05-08 Doug Kwan <dougkwan@google.com>
588
589 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
590 * configure: Regenerated.
591 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
592 value from configure.
593 * Makefile.in: Regenerated.
594
5952011-05-05 Joseph Myers <joseph@codesourcery.com>
596
597 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
598 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
599 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
600 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
601 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
602 *-*-vxworks*): Disable newlib and libgloss in separate case
603 statement.
604 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
605 to separate case statement.
606 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
607 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
608 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
609 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
610 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
611 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
612 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
613 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
614 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
615 i[[3456789]]86-*-rdos*, m32r-*-*,
616 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
617 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
618 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
619 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
620 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
621 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
622 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
623 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
624 and libgloss in main case over targets. Remove most empty cases
625 in main case over targets.
626 * configure: Regenerate.
627
6282011-05-04 Joseph Myers <joseph@codesourcery.com>
629
630 * configure.ac: Remove code setting special library locations for
631 hppa*64*-*-hpux11*. Remove code setting compiler for
632 sparc-sun-solaris2*.
633 * configure: Regenerate.
634
6352011-05-04 Joseph Myers <joseph@codesourcery.com>
636
637 * configure.ac: Separate libgloss_dir settings from general case
638 over targets.
639 * configure: Regenerate.
640
6412011-04-28 Joseph Myers <joseph@codesourcery.com>
642
643 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
644 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
645 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
646 cases in libgcj-disabling case statement.
647 (hppa*64*-*-linux*): Set unsupported_languages instead of
648 disabling target-zlib.
649 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
650 to hppa*64*-*-hpux*.
651 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
652 hppa*-*-hpux*.
653 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
654 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
655 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
656 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
657 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
658 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
659 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
660 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
661 libgcj-disabling case statement.
662 * configure: Regenerate.
663
6642011-04-28 Joseph Myers <joseph@codesourcery.com>
665
666 * configure.ac: Disable Java for targets not supporting libffi.
667 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
668 Remove cases in Java-disabling statement.
669 (*arm-wince-pe): Change to arm-wince-pe.
670 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
671 cases in Java-disabling statement.
672 (bfin-*-*): Don't disable Java again.
673 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
674 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
675 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
676 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
677 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
678 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
679 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
680 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
681 Java-disabling statement.
682 (mmix-*-*): Don't disable Java again.
683 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
684 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
685 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
686 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
687 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
688 statement.
689 * configure: Regenerate.
690
6912011-04-28 Joseph Myers <joseph@codesourcery.com>
692
693 Merge from GCC:
694
695 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
696
697 PR lto/48086
698 * configure.ac: Re-enable LTO on *-apple-darwin9*.
699 * configure: Regenerate.
700
7012011-04-28 Joseph Myers <joseph@codesourcery.com>
702
703 * configure.ac: Separate cases disabling Java and Java libraries
704 from general case over targets.
705 * configure: Regenerate.
706
7072011-04-06 Joseph Myers <joseph@codesourcery.com>
708
709 * configure.ac (build_tools): Remove build-byacc.
710 (host_libs): Remove mmalloc.
711 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
712 autoconf automake libtool diff rcs fileutils shellutils time
713 textutils wdiff find uudecode hello tar gzip indent recode release
714 sed perl gawk findutils gettext zip.
715 (libgcj): Remove target-qthreads.
716 (target_tools): Remove target-examples target-gperf.
717 (YACC): Don't handle building byacc.
718 * configure: Regenerate.
719 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
720 dosutils, examples, fileutils, find, findutils, gawk, gettext,
721 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
722 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
723 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
724 handle building components.
725 * Makefile.in: Regenerate.
726
7272011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
728
729 * config.sub: Sync from upstream.
730
7312011-04-01 Joseph Myers <joseph@codesourcery.com>
732
733 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
734 (microblaze*): Don't disable libssp.
735 * configure: Regenerate.
736
7372011-04-01 Joseph Myers <joseph@codesourcery.com>
738
739 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
740 moveifchange.
741 * configure: Regenerate.
742 * Makefile.tpl: Use @SHELL@ not @config_shell@.
743 * Makefile.in: Regenerate.
744
7452011-04-01 Joseph Myers <joseph@codesourcery.com>
746
747 * configure.ac (*-*-sysv4*): Don't enable libgomp.
748 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
749 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
750 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
751 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
752 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
753 md_exec_prefix cases.
754 * configure: Regenerate.
755
7562011-04-01 Joseph Myers <joseph@codesourcery.com>
757
758 * configure.ac: Separate cases disabling target-libssp,
759 target-libiberty, target-libstdc++-v3 and Fortran from general
760 case over targets.
761 * configure: Regenerate.
762
7632011-04-01 Joseph Myers <joseph@codesourcery.com>
764
765 * configure.ac (*-*-chorusos): Don't disable libgcj.
766 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
767 Remove case.
768 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
769 (arm-*-coff): Don't disable libgcj.
770 (arm*-*-linux-gnueabi): Remove useless assignment.
771 (arm-*-riscix*): Don't disable libgcj.
772 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
773 configuration.
774 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
775 (c54x*-*-*): Remove case.
776 (tic54x-*-*): Don't disable GCC or GCC libraries.
777 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
778 to *.
779 (d10v-*-*): Don't disable GCC libraries.
780 (d30v-*-*): Don't disable libgcj.
781 (h8500-*-*): Don't disable GCC libraries.
782 (i960-*-*): Don't disable libgcj.
783 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
784 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
785 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
786 libgcj.
787 (m68k-*-coff*): Remove case.
788 (mmix-*-*): Don't disable libgloss on host.
789 (mn10200-*-*, mn10300-*-*): Remove cases.
790 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
791 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
792 Don't disable libgcj.
793 (romp-*-*): Remove case.
794 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
795 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
796 case.
797 (v810-*-*): Don't disable GCC libraries.
798 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
799 (ip2k-*-*): Don't disable GCC libraries.
800 * configure: Regenerate.
801
8022011-03-28 Joseph Myers <joseph@codesourcery.com>
803
804 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
805 libffi on host.
806 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
807 on host.
808 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
809 * configure: Regenerate.
810
8112011-03-26 John Marino <binutils@marino.st>
812
813 * configure.ac: Add support for *-*-dragonfly*
814 * configure: Regenerate.
815
8162011-03-25 Joseph Myers <joseph@codesourcery.com>
817
818 * configure.ac (native_only): Remove.
819 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
820 send-pr uudecode guile gnuserv on host.
821 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
822 send-pr rcs guile perl texinfo libtool on host.
823 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
824 automake send-pr rcs guile perl texinfo libtool on host.
825 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
826 (*-*-kaos*): Don't disable target-examples target-gperf on target.
827 (alpha*-dec-osf*): Don't disable fileutils on target.
828 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
829 texinfo send-pr expect dejagnu on target.
830 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
831 target-qthreads on target.
832 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
833 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
834 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
835 x86_64-*-mingw*): Don't disable expect on target.
836 (*-*-cygwin*): Don't disable target-gperf on target.
837 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
838 gnuserv on target.
839 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
840 target.
841 * configure: Regenerate.
842
8432011-03-25 Joseph Myers <joseph@codesourcery.com>
844
845 * configure.ac (target_tools): Remove target-groff.
846 (native_only): Remove target-groff.
847 (hppa*64*-*-*): Don't disable byacc.
848 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
849 setting.
850 (*-*-kaos*): Don't skip target-librx and target-groff.
851 (*-*-netware*): Don't skip target-libmudflap.
852 (*-*-tpf*): Don't skip target-libmudflap.
853 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
854 directories on the host.
855 (ia64*-*-*vms*): Don't skip tix.
856 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
857 host.
858 * configure: Regenerate.
859
8602011-03-24 Paolo Bonzini <pbonzini@redhat.com>
861
862 * configure.ac: Remove references to mt-mep, mt-netware,
863 mt-wince.
864 * Makefile.def: Add all-utils soft dependencies.
865 * Makefile.tpl: Remove GDB_NLM_DEPS.
866 * configure: Regenerate.
867 * Makefile.in: Regenerate.
868
8692011-03-24 Paolo Bonzini <bonzini@gnu.org>
870
871 Sync from GCC:
872
873 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
874
875 * configure.ac: Do not include mh-x86omitfp.
876 * configure: Regenerate.
877
878 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
879
880 * configure.ac: Remove empty cases.
881 * configure: Regenerate.
882
883 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
884
885 * Makefile.def: Add dependency from termcap to gdb.
886 * Makefile.in: Regenerate.
887
888 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
889
890 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
891 * configure: Regenerate.
892 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
893 * Makefile.tpl: Likewise.
894 * Makefile.in: Regenerate.
895
896 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
897
898 * configure.ac: Remove all mentions of tentative_cc.
899 * configure: Regenerate.
900
901 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
902
903 PR lto/48086
904 * configure.ac: Re-enable LTO on *-apple-darwin9.
905 * configure: Regenerate.
906
9072011-03-24 Joseph Myers <joseph@codesourcery.com>
908
909 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
910 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
911 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
912 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
913 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
914 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
915 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
916 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
917 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
918 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
919 *-*-rhapsody*): Remove host cases.
920 * configure: Regenerate.
921
9222011-03-24 Joseph Myers <joseph@codesourcery.com>
923
924 * configure.ac (ppc*-*-pe): Remove host case.
925 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
926 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
927 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
928 cases.
929 * configure: Regenerate.
930
9312011-03-24 Joseph Myers <joseph@codesourcery.com>
932
933 * config.sub: Update to version 2011-03-23.
934
9352011-03-22 Joseph Myers <joseph@codesourcery.com>
936
937 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
938 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
939 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
940 * configure: Regenerate.
941
9422011-03-22 Joseph Myers <joseph@codesourcery.com>
943
944 * config-ml.in: Don't handle arc-*-elf*.
945 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
946 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
947 handle GCC libraries.
948 * configure: Regenerate.
949
9502011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
951
952 PR bootstrap/48120:
953 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
954 Add -lstdc++ -lm to LIBS.
955 * configure: Regenerate.
956
9572011-03-18 David Edelsohn <dje.gcc@gmail.com>
958
959 * config.guess: Update to version 2011-02-02
960 * config.sub: Update to version 2011-02-24
961
9622011-03-03 Sebastian Pop <sebastian.pop@amd.com>
963
964 * configure.ac: Adjust test of with_ppl.
965 * configure: Regenerated.
966
9672011-03-02 Sebastian Pop <sebastian.pop@amd.com>
968
969 * configure.ac: Add -lpwl to ppllibs.
970 * config/cloog.m4: Add -lisl to clooglibs.
971 * configure: Regenerated.
972
9732011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
974
975 Import from Libtool and gnulib:
976
977 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
978
979 Prepare for supporting FreeBSD 10.
980 * config.rpath: Remove handling of freebsd1* which soon would
981 match FreeBSD 10.0.
982
983 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
984
985 Remove support for FreeBSD 1.x.
986 * libtool.m4 (_LT_LINKER_SHLIBS)
987 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
988 soon would incorrectly match FreeBSD 10.0.
989
9902011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
991
992 PR binutils/12283
993 * MAINTAINERS (mkinstalldirs): Comes from Automake.
994 (move-if-change): Comes from gnulib.
995 * move-if-change: Import version from gnulib.
996
9972011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
998
999 Sync from GCC:
1000
1001 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1002
1003 PR lto/47225
1004 * Makefile.def (lto-plugin): Double dash for enable-shared.
1005 (configure-gcc): Depend on all-lto-plugin.
1006 * Makefile.in: Rebuilt.
1007
1008 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1009
1010 * configure.ac: Remove extra bracket.
1011 * configure: Regenerate.
1012
1013 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1014
1015 PR lto/47225
1016 * Makefile.def: Add dependency for install-gcc
1017 on install-lto-plugin.
1018 * Makfile.in: Regenerated
1019
1020 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1021
1022 * configure.ac: If with_ppl is no, move setting with_cloog=no
1023 after CLOOG_REQUESTED check.
1024 * configure: Regenerated.
1025
1026 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1027
1028 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1029 CLooG has been requested.
1030 * configure: Regenerated.
1031
1032 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1033
1034 * configure: Regenerated.
1035 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1036
1037 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1038
1039 * configure: Regenerated.
1040 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1041
1042 2011-01-07 Jan Hubicka <jh@suse.cz>
1043
1044 PR lto/47225
1045 * Makefile.in: Regenerate.
1046 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1047 configure.
1048
10492011-01-31 Alexandre Oliva <aoliva@redhat.com>
1050
1051 PR libgcj/44341
1052 * configure.ac: Discard --with-* flags for host when configuring
1053 target libraries for cross build.
1054 * configure: Rebuilt.
1055
10562011-01-21 Andreas Schwab <schwab@redhat.com>
1057
1058 Sync from GCC:
1059
1060 2011-01-21 Andreas Schwab <schwab@redhat.com>
1061
1062 * configure.ac: Use AS_HELP_STRING throughout.
1063 * configure: Regenerate.
1064
1065 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1066
1067 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1068 * configure: Regenerate.
1069
10702010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1071
1072 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1073
10742011-01-13 Joel Brobecker <brobecker@adacore.com>
1075
1076 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1077 for ia64-hpux.
1078 * configure: Regenerate.
1079
10802011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1081
1082 Sync from GCC:
1083 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1084
1085 * configure.ac: (picochip): Disable libiberty.
1086 * configure: Regenerate.
1087
10882010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1089
1090 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1091
10922010-12-10 Ian Lance Taylor <iant@google.com>
1093
1094 PR bootstrap/46819
1095 * configure.ac: For --disable-libgcj clear libgcj_saved.
1096 * configure: Rebuild.
1097
10982010-12-10 Tobias Burnus <burnus@net-b.de>
1099
1100 PR fortran/46540
1101 * configure.ac: Add --disable-libquadmath and
1102 --disable-libquadmath-support.
1103 * configure: Regenerate.
1104
11052010-12-10 Tristan Gingold <gingold@adacore.com>
1106
1107 * src-release (ETC_SUPPORT): add gnu-oids.texi
1108
11092010-12-03 Hans-Peter Nilsson <hp@axis.com>
1110
1111 PR libffi/46792
1112 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1113 * configure: Regenerate.
1114
11152010-12-02 Ian Lance Taylor <iant@google.com>
1116
1117 * configure.ac: Always set default for poststage1_ldflags to
1118 -static-libstdc++ -static-libgcc.
1119
11202010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1121
1122 * COPYING.NEWLIB: Add National Semiconductor notice.
1123
11242010-11-29 Andreas Schwab <schwab@redhat.com>
1125
1126 * configure.ac: Move comment to remove extra space in last argument
1127 of GCC_TARGET_TOOL.
1128
11292010-11-26 Alexandre Oliva <aoliva@redhat.com>
1130
1131 PR other/46026
1132 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1133 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1134 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1135 (BASE_FLAGS_TO_PASS): Use it.
1136 * configure: Rebuilt.
1137 * Makefile.in: Rebuilt.
1138
11392010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1140
1141 PR binutils/12258
1142 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1143 Properly check default linker.
1144 * configure: Regnerated.
1145
11462010-11-23 Matthias Klose <doko@ubuntu.com>
1147
1148 * configure.ac: For --enable-gold, handle value `default' instead of
1149 `both*'. New configure option --{en,dis}able-ld.
1150 * configure: Regenerate.
1151
11522010-11-20 Ian Lance Taylor <iant@google.com>
1153
1154 * configure.ac: Only disable a language library if no language needs
1155 it. Don't let --disable-libgcj uncondtionally disable libffi.
1156 * configure: Rebuild.
1157
11582010-11-20 Paolo Bonzini <bonzini@gnu.org>
1159
1160 * configure: Regenerate.
1161
11622010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1163
1164 PR other/46202
1165 * configure.ac: Fix just-built in-tree STRIP name to be
1166 binutils/strip-new.
1167 * configure: Regenerate.
1168 * Makefile.def (install-strip-gcc, install-strip-binutils)
1169 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1170 (install-strip-sid): Mirror dependencies on non-strip variants
1171 of these targets on the respective -strip prerequisites.
1172 * Makefile.tpl (install-strip, install-strip-host)
1173 (install-strip-target): New targets.
1174 (install-strip-[+module+], install-strip-target-[+module+]):
1175 New targets.
1176 * Makefile.in: Regenerate.
1177
11782010-11-19 Ian Lance Taylor <iant@google.com>
1179 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1180
1181 * configure.ac: Add target-libgo to target_libraries. Set
1182 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1183 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1184 (HOST_EXPORTS): Add GOC.
1185 (BASE_TARGET_EXPORTS): Add GOC.
1186 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1187 (GOCFLAGS_FOR_TARGET): New variable.
1188 (EXTRA_HOST_FLAGS): Add GOC.
1189 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1190 * Makefile.def (target_modules): Add libgo.
1191 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1192 (dependencies): Add dependency from configure-target-libgo to
1193 configure-target-libffi and all-target-libstdc++-v3. Add
1194 dependencies from all-target-libgo to all-target-libffi.
1195 (languages): Add go.
1196 * configure: Rebuild.
1197 * Makefile.in: Rebuild.
1198
11992010-11-19 Ian Lance Taylor <iant@google.com>
1200
1201 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1202 compiler/flag environment variables.
1203
12042010-11-18 Ian Lance Taylor <iant@google.com>
1205
1206 * configure.ac: Check for lang_requires_boot_languages in
1207 config-lang.in files.
1208 * configure: Rebuild.
1209
12102010-11-17 Mike Frysinger <vapier@gentoo.org>
1211
1212 * .gitignore: New file.
1213
12142010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1215 Tobias Burnus <burnus@net-b.de>
1216
1217 PR fortran/32049
1218 * Makefile.def: Add libquadmath; build it with language=fortran.
1219 * configure.ac: Add libquadmath.
1220 * Makefile.tpl: Handle multiple libs in check-[+language+].
1221 * Makefile.in: Regenerate.
1222 * configure: Regenerate.
1223
12242010-11-15 Andreas Schwab <schwab@redhat.com>
1225
1226 * configure.ac: Fix spelling in option names.
1227 * configure: Regenerated.
1228
12292010-11-13 Georg-Johann Lay <georgjohann@web.de>
1230
1231 PR bootstrap/39622
1232 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1233 * configure: Regenerated.
1234
12352010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1236
1237 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1238 define the cloog backend to use. Furthermore, only pass the ppllibs to
1239 the configure checks, if necessary.
1240 * configure: Regenerate.
1241
12422010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1243
1244 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1245 * configure: regenerate
1246
12472010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1248
1249 * config/cloog.m4: Fix typo. verison -> version.
1250 * configure: Regenerate.
1251
12522010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1253
1254 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1255 * configure: Regenerate.
1256
12572010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1258
1259 * configure.ac: Support official CLooG.org versions.
1260 * configure: Regenerate.
1261 * config/cloog.m4: New.
1262
12632010-11-05 Michael Eager <eager@eagercon.com>
1264
1265 * COPYING.LIBGLOSS: Correct typo in microblaze.
1266 * COPYING.NEWLIB: Same.
1267
12682010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1269
1270 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1271 * configure: Regenerate.
1272
12732010-11-03 Ian Lance Taylor <iant@google.com>
1274 Dave Korn <dave.korn.cygwin@gmail.com>
1275
1276 PR lto/46273
1277 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1278 and on other supported platforms whenever LTO is enabled.
1279 * configure: Rebuild.
1280
12812010-11-02 Alan Modra <amodra@gmail.com>
1282
1283 PR binutils/12110
1284 * configure.ac: Error when source path contains spaces.
1285 * configure: Regenerate.
1286
12872010-10-20 Ian Lance Taylor <iant@google.com>
1288
1289 * Makefile.def (target_modules): Set lib_path to src/.libs for
1290 libstdc++-v3 module.
1291 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1292 * Makefile.in: Rebuild.
1293
12942010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1295 Joseph Myers <joseph@codesourcery.com>
1296
1297 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1298 notices.
1299 * COPYING.NEWLIB: Add Texas Instruments notice.
1300
13012010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1302
1303 * configure.ac (build_lto_plugin): New shell variable.
1304 (--enable-lto): Turn on by default for all non-ELF platforms that
1305 have had LTO support added so far. Set build_lto_plugin appropriately
1306 for both ELF and non-ELF.
1307 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1308 * configure: Regenerate.
1309
13102010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1311
1312 PR bootstrap/45326
1313 PR bootstrap/45174
1314 * configure.ac: Honor initial values of $build_configargs,
1315 $host_configargs, $target_configargs. Mark the precious, so
1316 environment settings get recorded.
1317 * configure: Regenerate.
1318
13192010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1320
1321 Sync from GCC:
1322
1323 2010-09-30 Michael Eager <eager@eagercon.com>
1324
1325 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1326 * configure: Regenerate.
1327
1328 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1329
1330 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1331 targets and amend comment.
1332 * configure: Regenerate.
1333
1334 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1335
1336 * configure.ac: Enable LTO by default on Darwin.
1337 * configure: Regenerate.
1338
1339 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1340
1341 PR bootstrap/44455
1342 * configure.ac (extra_mpfr_configure_flags): Copy from
1343 extra_mpc_gmp_configure_flags.
1344 * configure: Re-generated.
1345
13462010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1347
1348 Sync from GCC:
1349
1350 PR bootstrap/45796
1351 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1352 Depend on all-build-libiberty.
1353 * Makefile.in: Regenerate.
1354
13552010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1356
1357 Sync from GCC:
1358
1359 PR bootstrap/44621
1360 * configure.ac: Fix unportable shell quoting.
1361 * configure: Regenerate.
1362
13632010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1364
1365 * configure.ac: Support all v850 targets.
1366 * configure: Regenerate.
1367
13682010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1369
1370 PR target/44862
1371 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1372 Provide -B option to allow for link spec %s substitutions for
1373 libstdc++.a on darwin.
1374 * Makefile.in: Regenerate.
1375
13762010-06-10 Alexandre Oliva <aoliva@redhat.com>
1377
1378 * Makefile.def (configure-gcc): Depend on all-libelf.
1379 * Makefile.in: Rebuild.
1380
13812010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1382
1383 * config.sub, config.guess: Update from upstream sources.
1384
13852010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1386
1387 Sync from GCC:
1388
1389 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1390 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1391 * configure: Regenerated.
1392
1393 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1394 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1395 * configure: Regenerate.
1396
1397 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1398 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1399 * configure: Regenerate.
1400
1401 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1402 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1403 separately.
1404 * configure: Regenerate.
1405
1406 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1407 * configure: Regenerate after change to elf.m4.
1408
1409 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1410 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1411 * configure: Regenerated.
1412
1413 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1414 * configure.ac: Print "buggy but acceptable" when CLooG
1415 revision is less than 9.
1416 * configure: Regenerated.
1417
14182010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1419
1420 Merge from gcc:
1421
1422 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1423 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1424 * configure: Regenerate.
1425
1426 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1427 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1428 a platform that supports LTO.
1429 * configure: Regenerate.
1430
1431 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1432 PR lto/42776
1433 * configure.ac (--enable-lto): Refactor handling so libelf tests
1434 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1435 and allow LTO to be explicitly enabled on non-ELF platforms that
1436 are known to support it inside else-clause.
1437 * configure: Regenerate.
1438
14392010-04-27 Roland McGrath <roland@redhat.com>
1440 H.J. Lu <hongjiu.lu@intel.com>
1441
1442 * configure.ac (--enable-gold): Support both, both/gold and
1443 both/bfd to add gold to configdirs without removing ld.
1444 * configure: Regenerated.
1445
1446 * Makefile.def: Add install-gold dependency to install-ld.
1447 * Makefile.in: Regenerated.
1448
14492010-04-14 Tristan Gingold <gingold@adacore.com>
1450
1451 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1452 * configure: Regenerate.
1453
14542010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1455
1456 Merge from gcc:
1457 PR bootstrap/43615
1458 PR bootstrap/43328
1459 Revert:
1460 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1461 * configure.ac: Do not pass --enable-multilib nor
1462 --disable-multilib in baseargs. Accept explicitly passed
1463 --enable_multilib.
1464 * configure: Regenerate.
1465
14662010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1467
1468 PR bootstrap/43328
1469 * configure.ac: Do not pass --enable-multilib nor
1470 --disable-multilib in baseargs. Accept explicitly passed
1471 --enable_multilib.
1472 * configure: Regenerate.
1473
14742010-03-23 Joseph Myers <joseph@codesourcery.com>
1475
1476 * configure.ac (tic6x-*-*): New case.
1477 * configure: Regenerate.
1478
14792010-03-23 Joseph Myers <joseph@codesourcery.com>
1480
1481 Merge from gcc:
1482 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1483 PR ada/42554
1484 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1485 * configure: Regenerate.
1486
14872010-03-23 Joseph Myers <joseph@codesourcery.com>
1488
1489 * config.sub: Update to version 2010-03-22.
1490 * config.guess: Update to version 2009-12-30.
1491
14922010-03-14 Joseph Myers <joseph@codesourcery.com>
1493
1494 Merge from gcc:
1495 2010-01-11 Richard Guenther <rguenther@suse.de>
1496 PR lto/41569
1497 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1498 * Makefile.in: Regenerated.
1499
15002010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1501
1502 PR libstdc++/32499
1503 * configure.ac (RANLIB): Default to true.
1504 (STRIP): Likewise.
1505 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1506 * configure: Regenerate.
1507
15082010-02-17 Nick Clifton <nickc@redhat.com>
1509
1510 PR 11238
1511 * Makefile.tpl (local-distclean): Also remove config.cache files in
1512 sub-directories as there may not be Makefiles present in the
1513 sub-directories.
1514 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1515 the config.cache files found by the find command.
1516
1517 * Makefile.in: Regenerate.
1518 * configure.ac: Revert previous delta.
1519 * configure: Regenerate.
1520
15212010-02-15 Nick Clifton <nickc@redhat.com>
1522
1523 PR 11238
1524 * configure.ac: Delete config.cache files in sub-directories when
1525 deleting Makefiles.
1526 * configure: Regenerate.
1527
15282010-02-15 Nick Clifton <nickc@redhat.com>
1529
1530 * configure.ac: Sync from gcc.
1531 * configure: Regenerate.
1532
15332010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1534
1535 Sync from gcc:
1536 * configure.ac: Add "recommended" version checks for GMP/MPC.
1537 Update recommended GMP/MPFR/MPC versions.
1538 * configure: Regenerate.
1539
15402010-01-25 Joern Rennecke <amylaar@spamcop.net>
1541
1542 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1543 * configure.ac (bootstrap_target_libs): Make inclusion of
1544 target-libgomp conditional on libgomb being in target_configdirs.
1545 * configure: Regenerate.
1546
15472010-01-23 Joern Rennecke <amylaar@spamcop.net>
1548
1549 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1550 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1551 * configure: Regenerate.
1552
15532010-01-22 Joern Rennecke <amylaar@spamcop.net>
1554
1555 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1556 * configure.ac (target_configdirs): Substitute.
1557 * Makefile.def: Bootstrap target module libgomp.
1558 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1559 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1560 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1561 * configure, Makefile.in: Regenerate.
1562
15632009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1564
1565 * libtool.m4: Sync from git Libtool.
1566 * ltmain.sh: Likewise.
1567 * ltoptions.m4: Likewise.
1568 * ltversion.m4: Likewise.
1569 * lt~obsolete.m4: Likewise.
1570
15712010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1572 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1573
1574 PR bootstrap/42424
1575 * configure.ac: Include libtool m4 files.
1576 (_LT_CHECK_OBJDIR): Call it.
1577 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1578 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1579
1580 * configure: Regenerate.
1581
15822010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1583
1584 PR bootstrap/41818
1585 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1586 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1587 * Makefile.in: Regenerate.
1588
15892009-12-18 Ben Elliston <bje@au.ibm.com>
1590
1591 * config.sub, config.guess: Update from upstream sources.
1592
15932009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1594
1595 * COPYING.NEWLIB: Update copyright date.
1596 * COPYING.LIBGLOSS: Ditto.
1597
15982009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1599
1600 PR middle-end/30447
1601 PR middle-end/30789
1602 PR other/40302
1603
1604 * configure.ac: Require MPC.
1605 * configure: Regenerate.
1606
1607 * configure.ac: Update minimum MPC version to 0.8.
1608 * configure: Regenerate.
1609
16102009-11-20 Paolo Bonzini <bonzini@gnu.org>
1611
1612 * config.guess: Sync with upstream and gcc.
1613 * config.sub: Sync with upstream and gcc.
1614
16152009-11-16 Alexandre Oliva <aoliva@redhat.com>
1616
1617 * Makefile.def: Restore host and target settings for gmp.
1618 * Makefile.in: Rebuild.
1619
16202009-11-16 Alexandre Oliva <aoliva@redhat.com>
1621
1622 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1623 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1624 Fix portability of test of C++ as bootstrap language. Add
1625 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1626 * configure: Rebuild.
1627 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1628 and cloog. Fix in-tree ppl configuration. Introduce libelf
1629 in-tree building.
1630 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1631 (POSTSTAGE1_HOST_EXPORTS): Use it.
1632 (STAGE[+id+]_CXXFLAGS): New.
1633 (BASE_FLAGS_TO_PASS): Pass it down.
1634 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1635 extra_exports.
1636 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1637 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1638 extra_exports.
1639 * Makefile.in: Rebuild.
1640
16412009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1642
1643 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1644 paths for *-w64-mingw* and x86_64-*mingw*.
1645 * configure: Regenerated.
1646
16472009-10-30 Kai Tietz <kai.tietz@onevision.com>
1648
1649 * configure.ac: Disable target-winsup & co for
1650 x86_64-*-mingw* and *-w64-mingw* targets.
1651 * configure: Regenerated.
1652
16532009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1654
1655 * configure.ac (CLooG test): Use = with test.
1656 * configure: Regenerate.
1657
16582009-10-22 Richard Guenther <rguenther@suse.de>
1659
1660 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1661 cloog if the ppl version check failed. Move flags saving
1662 before setting in libelf check.
1663 * configure: Regenerate.
1664
16652009-10-21 Richard Guenther <rguenther@suse.de>
1666
1667 * configure.ac: Adjust the ppl and cloog configure to work as
1668 documented. Disable cloog if ppl was disabled. Omit the version
1669 checks if they were disabled.
1670 * configure: Re-generate.
1671
16722009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1673
1674 * configure.ac: Add 'lto' to enable_languages, not
1675 new_enable_languages, and only if not already present.
1676 * configure: Regenerate.
1677
16782009-10-06 Ian Lance Taylor <iant@google.com>
1679
1680 * Makefile.def: check-gold depends upon all-gas.
1681 * Makefile.in: Rebuild.
1682
16832009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1684
1685 * Makefile.def: all-lto-plugin depends on all-libiberty.
1686 set bootstrap=true for lto-plugin.
1687 Add lto-plugin.
1688 * Makefile.in: Regenerate.
1689 * configure.ac (host_libs): Add lto-plugin.
1690 * configure: Regenerate.
1691
16922009-10-03 Diego Novillo <dnovillo@google.com>
1693
1694 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1695 (HOST_LIBELFLIBS): Define.
1696 (HOST_LIBELFINC): Define.
1697 * Makefile.in: Regenerate.
1698 * configure.ac: Add --enable-lto.
1699 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1700 If --enable-lto is used, add 'lto' to new_enable_languages.
1701 If --enable-lto is used and gold is enabled, add
1702 lto-plugin to configdirs.
1703 * configure: Regenerate.
1704
17052009-10-03 Simon Baldwin <simonb@google.com>
1706
1707 * configure.ac: If --with-system-zlib, suppress local zlib and
1708 pass --with-system-zlib to subdir configure scripts.
1709 * configure: Regenerate.
1710
17112009-10-01 Loren J. Rittle <ljrittle@acm.org>
1712 Paolo Bonzini <bonzini@gnu.org>
1713
1714 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1715 $(srcdir).
1716 * Makefile.in: Rebuilt.
1717
17182009-09-29 Paolo Bonzini <bonzini@gnu.org>
1719
1720 Sync from gcc:
1721 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1722
1723 * configure.ac: Update minimum MPC version to 0.7.
1724 * configure: Regenerate.
1725
17262009-09-25 Nick Clifton <nickc@redhat.com>
1727
1728 * configure.ac: Pass any --cache-file=/dev/null option on to
1729 subconfigures.
1730 * configure: Regenerate.
1731
17322009-09-23 Nick Clifton <nickc@redhat.com>
1733
1734 * config.sub, config.guess: Update from upstream sources.
1735
17362009-09-22 Loren J. Rittle <ljrittle@acm.org>
1737
1738 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1739 * Makefile.in: Rebuilt.
1740
17412009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1742
1743 PR bootstrap/32272
1744 * configure.ac: Error out if $srcdir isn't '.' but contains
1745 host-${host_noncanonical}.
1746 * configure: Regenerate.
1747
17482009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1749
1750 * configure.ac: If bootstrapping a combined tree with
1751 --enable-gold, require c++ in stage1_languages.
1752 * configure: Regenerate.
1753
1754 * configure.ac: Also add target_libs of stage1_languages to
1755 bootstrap_target_libs.
1756 * configure: Regenerate.
1757
1758 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1759 with --enable-languages not containing c++.
1760 * configure: Regenerate.
1761
17622009-09-16 Jie Zhang <jie.zhang@analog.com>
1763
1764 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1765 * configure: Regenerate.
1766
17672009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1768
1769 * configure.ac: Do not use $extrasub for replacing @if/@endif
1770 parts in Makefile; instead, use additional arguments to
1771 AC_CONFIG_COMMANDS to do the replacement manually, with several
1772 sed invocations, to avoid HP-UX sed command limits.
1773 * configure: Regenerate.
1774
17752009-09-04 Alexandre Oliva <aoliva@redhat.com>
1776
1777 * configure.ac (with-build-config): Document. Handle without.
1778 Handle missing argument.
1779 * configure: Rebuilt.
1780
17812009-09-03 Alexandre Oliva <aoliva@redhat.com>
1782
1783 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1784 Default to bootstrap-debug only if compare-debug works.
1785 * configure: Rebuilt.
1786 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1787 * Makefile.in: Rebuilt.
1788
17892009-09-01 Alexandre Oliva <aoliva@redhat.com>
1790
1791 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1792 * Makefile.in: Rebuilt.
1793
17942009-09-02 Paolo Bonzini <bonzini@gnu.org>
1795
1796 * Makefile.tpl (AWK): Fix typo.
1797 * Makefile.in: Regenerate.
1798
17992009-09-02 Paolo Bonzini <bonzini@gnu.org>
1800
1801 * configure.ac: Detect awk and sed.
1802 * Makefile.def (flags_to_pass): Add AWK and SED.
1803 * Makefile.tpl (AWK, SED): New.
1804 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1805 * configure: Regenerate.
1806 * Makefile.in: Regenerate.
1807
18082009-09-01 Tristan Gingold <gingold@adacore.com>
1809
1810 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1811 Remove logical names.
1812
18132009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1814
1815 * ltmain.sh (func_normal_abspath): New function.
1816 (func_relative_path): Likewise.
1817 (func_mode_help): Document new -bindir option for link mode.
1818 (func_mode_link): Add new -bindir option, and use it to place
1819 output DLL if specified.
1820
18212009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1822
1823 * configure.ac (AC_PREREQ): Bump to 2.64.
1824
18252009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1826
1827 * README-maintainer-mode: Point directly to upstream locations
1828 for autoconf, automake, libtool, gettext, instead of copies on
1829 sources.redhat.com. Document required versions.
1830 * configure.ac: Do not substitute datarootdir, htmldir,
1831 pdfdir, docdir. Do not process --with-datarootdir,
1832 --with-htmldir, --with-pdfdir, --with-docdir.
1833 * configure: Regenerate.
1834
1835 * configure: Regenerate.
1836
1837 * compile: Sync from Automake 1.11.
1838 * depcomp: Likewise.
1839 * install-sh: Likewise.
1840 * missing: Likewise.
1841 * mkinstalldirs: Likewise.
1842 * ylwrap: Likewise.
1843
18442009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1845
1846 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1847 (baseargs): Add --disable-option-checking.
1848 * configure: Regenerate.
1849
1850 * Makefile.def (configure-target-libiberty): Depend on
1851 all-binutils and all-ld.
1852 (configure-target-newlib): Likewise.
1853 * Makefile.in: Regenerate.
1854
18552009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1856
1857 Sync with GCC, merge:
1858
1859 2009-07-31 Christian Bruel <christian.bruel@st.com>
1860
1861 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1862 * configure: Regenerate.
1863
1864 2009-07-06 Ian Lance Taylor <iant@google.com>
1865
1866 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1867 * configure: Rebuild.
1868
1869 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1870
1871 PR bootstrap/40338
1872 * configure.ac (comparestring): Create new variable.
1873 * Makefile.tpl (comparestring): Use to skip some comparisions.
1874 * configure: Regenerate.
1875 * Makefile.in: Regenerate.
1876
1877 2009-06-23 Ian Lance Taylor <iant@google.com>
1878
1879 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1880 boot_languages. Only bootstrap target libraries listed in
1881 target_libs for some boot language. Add --with-stage1-ldflags,
1882 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1883 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1884 if not building with C++.
1885 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1886 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1887 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1888 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1889 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1890 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1891 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1892 * configure, Makefile.in: Rebuild.
1893
1894 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1895
1896 * configure.ac: Detect MPC in default directory.
1897 * configure: Regenerate.
1898
1899 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1900
1901 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1902 to noconfdirs.
1903 * configure: Regenerate.
1904
1905 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1906
1907 * Makefile.def: Add MPC support and dependencies.
1908 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1909
1910 * Makefile.in, configure: Regenerate.
1911
1912 2009-05-24 Nicolas Roche <roche@adacore.com>
1913
1914 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1915 * Makefile.in: Regenerate.
1916
1917 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1918
1919 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1920 * configure: Regenerate.
1921
1922 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1923
1924 * configure.ac ($with_ppl): Default to no if not supplied.
1925 ($with_cloog): Likewise.
1926 configure: Regenerate.
1927
1928 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1929
1930 PR bootstrap/39739
1931 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1932 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1933
1934 * configure, Makefile.in: Regenerate.
1935
1936 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1937
1938 * configure.ac: Change copyright header to refer to version
1939 3 of the GNU General Public License and to point readers at the
1940 COPYING3 file and the FSF's license web page.
1941 * Makefile.def: Likewise.
1942 * Makefile.tpl: Likewise.
1943 * Makefile.in: Regenerate.
1944
1945 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1946
1947 * configure.ac: Restore match for darwin9 or later. Use double
1948 brackets since regeneration eats one pair.
1949 * configure: Regenerate.
1950
19512009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1952
1953 * MAINTAINERS: Perform some obvious fixups.
1954
19552009-08-17 Ben Elliston <bje@au.ibm.com>
1956
1957 * config.sub, config.guess: Update from upstream sources.
1958
19592009-08-06 Michael Eager <eager@eagercon.com>
1960
1961 * configure.ac: Add Microblaze target.
1962 * configure: Regenerate.
1963
19642009-07-02 Tristan Gingold <gingold@adacore.com>
1965
1966 * configure.ac: Do not exclude gas for i386-*-darwin.
1967 Add a case for x86_64-*-darwin.
1968 * configure: Regenerate.
1969
19702009-06-26 Doug Evans <dje@sebabeach.org>
1971
1972 * Makefile.def (host_modules): Add cgen.
1973 * Makefile.in: Regenerate.
1974 * configure.ac (host_tools): Add cgen.
1975 * configure: Regenerate.
1976
19772009-06-17 Michael Eager <eager@eagercon.com>
1978
1979 * COPYING.LIBGLOSS: Add Xilinx license.
1980
19812009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1982
1983 * configure.ac: Define is_elf for QNX Neutrino targets.
1984 * configure: Regenerate.
1985
19862009-06-03 Jerome Guitton <guitton@adacore.com>
1987 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1988
1989 * Makefile.tpl (all): Avoid a trailing backslash.
1990 * Makefile.in: Regenerate.
1991
19922009-06-03 Ben Elliston <bje@au.ibm.com>
1993
1994 * config.sub, config.guess: Update from upstream sources.
1995
19962009-06-02 Alexandre Oliva <aoliva@redhat.com>
1997
1998 * Makefile.tpl ([+compare-target+]): Compare all stage
1999 directories, rather than just gcc.
2000 * Makefile.in: Rebuilt.
2001
20022009-05-28 Doug Kwan <dougkwan@google.com>
2003
2004 * configure.ac: Support gold for target arm*-*-*.
2005 * configure: Regenerate.
2006
20072009-05-27 Alexandre Oliva <aoliva@redhat.com>
2008
2009 * Makefile.tpl (all): Avoid harmless warning in make all when
2010 gcc-bootstrap is enabled but stage_last does not exist.
2011 * Makefile.in: Rebuilt.
2012
20132009-05-25 Tristan Gingold <gingold@adacore.com>
2014
2015 * setup.com: Complete the file with configuration and build.
2016
20172009-05-18 Alexandre Oliva <aoliva@redhat.com>
2018
2019 PR other/40159
2020 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2021 gcc-no-bootstrap are mutually exclusive.
2022 * Makefile.in: Rebuilt.
2023
20242009-05-18 Alexandre Oliva <aoliva@redhat.com>
2025
2026 PR other/40159
2027 * Makefile.tpl (all): Don't end with unconditional success.
2028 * Makefile.in: Rebuilt.
2029
20302009-05-12 Alexandre Oliva <aoliva@redhat.com>
2031
2032 PR target/37137
2033 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2034 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2035 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2036 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2037 stage_configureflags, stage_cflags and stage_libcflags into
2038 explicit Makefile macros.
2039 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2040 GFORTRAN.
2041 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2042 CC. Set CC_FOR_BUILD from CC.
2043 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2044 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2045 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2046 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2047 and GFORTRAN.
2048 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2049 (_LIBCFLAGS): Renamed to _TFLAGS.
2050 (do-compare-debug, do-compare3-debug): Drop.
2051 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2052 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2053 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2054 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2055 (XGCC_FLAGS_FOR_TARGET): New.
2056 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2057 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2058 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2059 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2060 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2061 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2062 TFLAGS.
2063 (BUILD_CONFIG): Include if requested.
2064 (all): Set TFLAGS on bootstrap.
2065 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2066 (all-stageid-prefixmodule): Likewise.
2067 (do-clean, distclean-stageid): Set TFLAGS.
2068 (restrap): Fix whitespace.
2069 * Makefile.in: Rebuilt.
2070
20712009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2072
2073 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2074 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2075 * Makefile.in: Regenerate.
2076
20772009-04-24 Eli Zaretskii <eliz@gnu.org>
2078
2079 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2080 consistency with config.sub. (Update from upstream sources.)
2081
20822009-04-21 Joseph Myers <joseph@codesourcery.com>
2083
2084 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2085
20862009-04-17 Ben Elliston <bje@au.ibm.com>
2087
2088 * config.sub, config.guess: Update from upstream sources.
2089
20902009-04-15 Anthony Green <green@moxielogic.com>
2091
2092 * configure.ac: Add moxie support.
2093 * configure: Rebuilt.
2094
20952009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2096
2097 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2098 * configure: Regenerate.
2099
21002009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2101
2102 PR gas/10039
2103 * configure.ac: Require texinfo 4.7.
2104 * configure: Regenerated.
2105
21062009-04-09 Steve Ellcey <sje@cup.hp.com>
2107
2108 * Makefil.def (languages): New entries.
2109 * Makefile.tpl (check-gcc-*): New generic target.
2110 * Makefile.in: Regenerate.
2111
21122009-03-27 Eli Zaretskii <eliz@gnu.org>
2113
2114 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2115 Windows builds of Sed.
2116
21172009-03-18 Tom Tromey <tromey@redhat.com>
2118
2119 * configure: Rebuild.
2120 * configure.ac (host_libs): Add libiconv.
2121 * Makefile.in: Rebuild.
2122 * Makefile.def (host_modules): Add libiconv.
2123 (configure-gdb, all-gdb): Depend on libiconv.
2124
21252009-03-16 Tristan Gingold <gingold@adacore.com>
2126
2127 * configure.ac: Treat gdb as supported on x86_64-darwin.
2128 * configure: Regenerate.
2129
21302009-03-16 Joseph Myers <joseph@codesourcery.com>
2131
2132 Merge from GCC:
2133
2134 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2135
2136 * configure.ac (--with-host-libstdcxx): New option.
2137 * configure: Regenerate.
2138
2139 2009-01-29 Robert Millan <rmh@aybabtu.com>
2140
2141 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2142 * configure: Regenerate.
2143
2144 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2145
2146 PR tree-optimization/38515
2147 * configure.ac (cloog-polylib): Removed.
2148 (with_ppl, with_cloog): Test for "no".
2149 * configure: Regenerated.
2150
21512009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2152
2153 Backport from git Libtool:
2154
2155 2009-01-19 Robert Millan <rmh@aybabtu.com>
2156 Support GNU/kOpenSolaris.
2157 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2158 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2159 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2160 GNU/kOpenSolaris.
2161
21622009-02-05 Andreas Schwab <schwab@suse.de>
2163
2164 * Makefile.tpl (stage_last): Define $r and $s before using
2165 $(RECURSE_FLAGS_TO_PASS).
2166 * Makefile.in: Regenerate
2167
21682009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2169
2170 * COPYING.NEWLIB: Add ARM license.
2171
21722009-01-16 Alan Modra <amodra@bigpond.net.au>
2173
2174 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2175 (all-opcodes): Depend on all-libiberty.
2176 * Makefile.in: Regenerate.
2177
21782009-01-15 Douglas B Rupp <rupp@gnat.com>
2179
2180 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2181 * configure: Regenerate.
2182
21832008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2184
2185 Backport link test fix from upstream Libtool:
2186
2187 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2188 Add cache variables to tests that require the linker to work.
2189 For shlibpath_overrides_runpath, this also changes the semantics
2190 to let the result from the C compiler take precedence.
2191 compiler take precedence.
2192
21932008-12-02 Ben Elliston <bje@au.ibm.com>
2194
2195 * config.sub, config.guess: Update from upstream sources.
2196
21972008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2198
2199 * COPYING.NEWLIB: Updated.
2200 * COPYING.LIBGLOSS: Ditto.
2201
22022008-12-16 Paolo Bonzini <bonzini@gnu.org>
2203
2204 Sync with GCC:
2205
2206 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2207
2208 * configure.ac (ppllibs): Add by default the lib flags.
2209 * configure: Regenerate.
2210
2211 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2212
2213 * configure.ac: Add double brackets on darwin[912].
2214 * configure: Regenerate.
2215
2216 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2217
2218 * configure.ac: Expand to darwin10 and later.
2219 * configure: Regenerate.
2220
22212008-12-02 Andreas Schwab <schwab@suse.de>
2222
2223 * Makefile.def: configure-target-boehm-gc depends on
2224 all-target-libstdc++-v3.
2225 * Makefile.in: Regenerate.
2226
22272008-12-02 Ben Elliston <bje@au.ibm.com>
2228
2229 * config.sub, config.guess: Update from upstream sources.
2230
22312008-11-27 Joseph Myers <joseph@codesourcery.com>
2232
2233 Merge from GCC:
2234
2235 2007-12-02 Matthias Klose <doko@ubuntu.com>
2236
2237 * config-ml.in: Remove 64bit configure tests.
2238
2239 2008-05-14 Rafael Espindola <espindola@google.com>
2240
2241 * config-ml.in: don't handle --enable-shared and --enable-static.
2242
2243 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2244 Tobias Grosser <grosser@fim.uni-passau.de>
2245 Jan Sjodin <jan.sjodin@amd.com>
2246 Harsha Jagasia <harsha.jagasia@amd.com>
2247 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2248 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2249 Adrien Eliche <aeliche@isty.uvsq.fr>
2250
2251 Merge from graphite branch.
2252 * configure: Regenerate.
2253 * Makefile.in: Regenerate.
2254 * configure.ac (host_libs): Add ppl and cloog.
2255 Add checks for PPL and CLooG.
2256 * Makefile.def (ppl, cloog): Added modules and dependences.
2257 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2258 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2259
2260 2008-09-03 Richard Guenther <rguenther@suse.de>
2261
2262 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2263 cloog test.
2264 * configure: Re-generate.
2265
2266 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2267
2268 * configure.ac (--with-cloog-polylib): New.
2269 (--disable-cloog-version-check): New.
2270 (--disable-ppl-version-check): New.
2271 * configure: Re-generate.
2272
2273 2008-09-05 Richard Guenther <rguenther@suse.de>
2274
2275 * configure.ac: Initialize clooglibs to -lcloog.
2276 * configure: Re-generate.
2277
2278 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2279
2280 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2281 recommended version to 2.3.2.
2282
2283 * configure: Regenerate.
2284
2285 2008-10-31 Ben Elliston <bje@au.ibm.com>
2286
2287 * configure.ac (spu-*-*): Remove special case.
2288 * configure: Regenerate.
2289
2290 Complete comment text from GCC version of:
2291
2292 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2293
2294 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2295 (GCC_SHLIB_SUBDIR): New.
2296 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2297 * configure: Regenerate.
2298 * Makefile.in: Regenerate.
2299
23002008-11-27 Tristan Gingold <gingold@adacore.com>
2301
2302 * configure.ac: Build gdb for i?86-*-darwin*
2303 * configure: Regenerated.
2304
23052008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2306
2307 PR bootstrap/38014
2308 PR bootstrap/37923
2309
2310 Revert:
2311
2312 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2313
2314 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2315 * Makefile.in: Regenerated.
2316
2317 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2318
2319 PR gdb/921
2320 PR gdb/1646
2321 PR gdb/2175
2322 PR gdb/2176
2323
2324 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2325 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2326 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2327 (HOST_EXPORTS): Pass CPPFLAGS.
2328 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2329 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2330 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2331 * Makefile.in, configure: Regenerated.
2332 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2333 and CPPFLAGS_FOR_BUILD.
2334
23352008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2336
2337 * configure.ac [spu-*-*]: Do not set skipdirs.
2338 * configure: Re-generate.
2339
23402008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2341
2342 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2343 * Makefile.in: Regenerated.
2344
23452008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2346
2347 PR gdb/921
2348 PR gdb/1646
2349 PR gdb/2175
2350 PR gdb/2176
2351
2352 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2353 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2354 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2355 (HOST_EXPORTS): Pass CPPFLAGS.
2356 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2357 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2358 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2359 * Makefile.in, configure: Regenerated.
2360 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2361 and CPPFLAGS_FOR_BUILD.
2362
23632008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2364
2365 * libtool.m4: Update to libtool 2.2.6.
2366 * lt~obsolete.m4: Update to libtool 2.2.6.
2367 * ltmain.sh: Update to libtool 2.2.6.
2368 * ltsugar.m4: Update to libtool 2.2.6.
2369 * ltversion.m4: Update to libtool 2.2.6.
2370 * ltoptions.m4: Update to libtool 2.2.6.
2371 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2372
23732008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2374
2375 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2376 (GCC_SHLIB_SUBDIR): New.
2377 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2378 * configure: Regenerate.
2379 * Makefile.in: Regenerate.
2380
23812008-08-28 Tristan Gingold <gingold@adacore.com>
2382
2383 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2384 Enable bfd, binutils and opcodes.
2385 * configure: Regenerate.
2386
23872008-08-16 Nicolas Roche <roche@adacore.com>
2388
2389 * Makefile.tpl: Add BOOT_ADAFLAGS.
2390 * Makefile.in: Regenerate.
2391
23922008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2393
2394 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2395 * configure: Regenerate.
2396
23972008-07-30 Paolo Bonzini <bonzini@gnu.org>
2398
2399 Sync with gcc:
2400 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2401
2402 * configure.ac: Add makefile fragments for hpux.
2403 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2404 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2405 * configure: Regenerate.
2406 * Makefile.in: Regenerate.
2407
2408 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2409
2410 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2411 * Makefile.in: Regenerate.
2412 * configure: Regenerate.
2413
24142008-06-18 Ian Lance Taylor <iant@google.com>
2415
2416 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2417
2418 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2419
24202008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2421
2422 * configure: Regenerate.
2423
24242008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2425
2426 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2427 "$@" is still intact with both Autoconf 2.59 and 2.62.
2428 * configure: Regenerate.
2429
24302008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2431
2432 * Makefile.tpl: Fix comment errors.
2433 * Makefile.in: Regenerate.
2434
24352008-06-13 Julian Brown <julian@codesourcery.com>
2436
2437 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2438 of libobjc for ARM EABI Linux.
2439 * configure: Regenerate.
2440
24412008-06-12 David S. Miller <davem@davemloft.net>
2442 David Edelsohn <edelsohn@gnu.org>
2443
2444 * configure.ac: Add powerpc*-*-* to gold supported targets.
2445 * configure: Regenerate.
2446
24472008-06-08 Joseph Myers <joseph@codesourcery.com>
2448
2449 PR tree-optimization/36218
2450 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2451 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2452 (all prefix="build-"): Pass them to build-system sub-makes.
2453 * Makefile.in: Regenerate.
2454
24552008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2456
2457 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2458 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2459 mkdep, and compile. Update comments.
2460 (ETC_SUPPORT): Add ChangeLog and update comments.
2461
24622008-05-11 Ian Lance Taylor <iant@google.com>
2463
2464 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2465
24662008-04-18 Paolo Bonzini <bonzini@gnu.org>
2467
2468 Sync with gcc:
2469 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2470
2471 PR bootstrap/35457
2472 * configure.ac: Include override.m4.
2473 * configure: Regenerate.
2474
2475 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2476
2477 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2478 * Makefile.in: Regenerate.
2479
2480 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2481
2482 * configure.ac: Do not build libssp for the AVR.
2483 * configure: Regenerate.
2484
24852008-04-18 Nick Clifton <nickc@redhat.com>
2486
2487 * MAINTAINERS: Replace reference to configure.in with reference to
2488 configure.ac.
2489
24902008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2491
2492 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2493 as nonconfigurable directories list.
2494 * configure: Regenerate.
2495
24962008-04-14 David S. Miller <davem@davemloft.net>
2497
2498 * configure.ac: Add sparc*-*-* to gold supported targets.
2499 * configure: Regenerate.
2500
25012008-04-14 Ben Elliston <bje@au.ibm.com>
2502
2503 * config.sub, config.guess: Update from upstream sources.
2504
25052008-04-12 Hans-Peter Nilsson <hp@axis.com>
2506
2507 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2508 * Makefile.in: Regenerate.
2509
25102008-04-07 Ian Lance Taylor <iant@google.com>
2511
2512 * Makefile.def: check-gold depends upon all-binutils.
2513 * Makefile.in: Regenerate.
2514
25152008-04-04 Nick Clifton <nickc@redhat.com>
2516
2517 PR binutils/4334
2518 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2519 builds.
2520 * configure: Regenerate.
2521
25222008-04-04 NightStrike <NightStrike@gmail.com>
2523
2524 PR other/35151
2525 * configure.ac: Combine rules for mingw32 and mingw64.
2526 * configure: Regenerate.
2527
25282008-03-27 Paolo Bonzini <bonzini@gnu.org>
2529
2530 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2531 * Makefile.in: Regenerate.
2532
25332008-03-20 Ian Lance Taylor <iant@google.com>
2534
2535 * configure.ac: Add support for --enable-gold.
2536 * Makefile.def: Add gold as a directory like ld.
2537 * configure, Makefile.in: Regenerate.
2538
25392008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2540
2541 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2542 (s390_cond_extensions): Reduced extensions to the compare related.
2543 (main): z10 cpu type option added.
2544 (expandConditionalJump): Renamed to ...
2545 (insertExpandedMnemonic): ... this.
2546
2547 * opcodes/s390-opc.c: Re-group the operand format makros.
2548 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2549 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2550 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2551 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2552 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2553 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2554 INSTR_SIL_RDU): New instruction formats added.
2555 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2556 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2557 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2558 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2559 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2560 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2561 masks added.
2562 (s390_opformats): New formats added "ris", "rrs", "sil".
2563 * opcodes/s390-opc.txt: Add the conditional jumps with the
2564 extensions removed from automatic expansion in s390-mkopc.c manually.
2565 (asi - trtre): Add new System z10 EC instructions.
2566 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2567
25682008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2569
2570 * configure.ac: m4_include config/proginstall.m4.
2571 * configure: Regenerate.
2572
25732008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2574
2575 Backport from upstream Libtool:
2576
2577 2007-10-12 Eric Blake <ebb9@byu.net>
2578
2579 Deal with Autoconf 2.62's semantic change in m4_append.
2580 * ltsugar.m4 (lt_append): Replace broken versions of
2581 m4_append.
2582 (lt_if_append_uniq): Don't require separator to be overquoted,
2583 and avoid broken m4_append.
2584 (lt_dict_add): Fix typo.
2585 * libtool.m4 (_LT_DECL): Don't overquote separator.
2586
25872008-03-13 David Edelsohn <edelsohn@gnu.org>
2588
2589 * config.rpath: Add AIX 6 support.
2590
25912008-03-13 Paolo Bonzini <bonzini@gnu.org>
2592
2593 * Makefile.def (stageprofile). Remove -fprofile-generate
2594 from stage_libcflags.
2595 * Makefile.in: Regenerate.
2596
25972008-03-13 Ben Elliston <bje@au.ibm.com>
2598
2599 * config.sub, config.guess: Update from upstream sources.
2600
26012008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2602
2603 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2604 * s390-opc.txt (cmpsc): Duplicate entry removed.
2605 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2606 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2607 fier, cu42, cu41): Fix operand format.
2608
26092008-02-20 Paolo Bonzini <bonzini@gnu.org>
2610
2611 PR bootstrap/32009
2612 PR bootstrap/32161
2613
2614 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2615 * configure: Regenerate.
2616
2617 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2618 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2619 STAGE4_LIBCFLAGS): New.
2620 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2621 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2622 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2623 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2624 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2625 for target modules. Don't export LIBCFLAGS.
2626 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2627 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2628 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2629 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2630 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2631 * Makefile.in: Regenerate.
2632
26332008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2634
2635 PR libgcj/33085
2636 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2637 Do not use -DDLL_EXPORT. Backport from upstream.
2638
26392008-02-14 Nick Clifton <nickc@redhat.com>
2640
2641 Import this patch from gcc:
2642 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2643
2644 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2645
26462008-02-02 Hans-Peter Nilsson <hp@axis.com>
2647
2648 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2649 * configure: Regenerate.
2650
26512008-01-31 Marc Gauthier <marc@tensilica.com>
2652
2653 * configure.ac (xtensa*-*-*): Recognize processor variants.
2654 * configure: Regenerate.
2655
26562008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2657
2658 PR bootstrap/34922
2659 * configure.ac (PARSE_ARGS): Push suitable setting of
2660 ac_subdirs_all, for `./configure --help=recursive'.
2661 Handle `+' in generic toplevel directory disabling.
2662 * configure: Regenerate.
2663
26642008-01-23 Ben Elliston <bje@au.ibm.com>
2665
2666 * config.sub, config.guess: Update from upstream sources.
2667
26682008-01-08 Ben Elliston <bje@au.ibm.com>
2669
2670 * config.sub, config.guess: Update from upstream sources.
2671
26722007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2673
2674 * COPYING.LIBGLOSS: Update default copyright.
2675
26762007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2677
2678 * COPYING.NEWLIB: Update default copyright.
2679
26802007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2681
2682 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2683 Change recommended MPFR from 2.2.1 > 2.3.0.
2684 * configure: Regenerate.
2685
26862007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2687
2688 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2689 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2690 * Makefile.in: Regenerate.
2691
26922007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2693
2694 * configure.ac: Enable libjava for x86_64-*-darwin9.
2695 * configure: Regenerate.
2696
26972007-12-05 Ben Elliston <bje@au.ibm.com>
2698
2699 * config.sub, config.guess: Update from upstream sources.
2700
27012007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2702
2703 * config-ml.in: Robustify against white space in absolute file
2704 names.
2705
2706 * config-ml.in (multi-clean): Substitute ${Makefile}.
2707 Remove superfluous ${Makefile} in list.
2708
27092007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2710
2711 * Makefile.def (dependencies): Make configure-gdb depend on
2712 all-intl.
2713 * Makefile.in: Regenerated.
2714
27152007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2716
2717 * Makefile.def: To avoid problems running with parallel makes,
2718 build newlib before libgloss so that target specific header
2719 files are availble.
2720 * Makefile.in: Regenerate.
2721
27222007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2723
2724 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2725 * Makefile.in: Regenerate.
2726
27272007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2728
2729 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2730 * libdecnumber: New directory, imported from GCC.
2731
27322007-10-08 Mike Frysinger <vapier@gentoo.org>
2733
2734 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2735 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2736 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2737 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2738 * configure: Regenerate.
2739
27402007-10-01 Paolo Bonzini <bonzini@gnu.org>
2741
2742 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2743 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2744 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2745 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2746 * configure.ac: Default them to host tools for $host = $build.
2747 Subst them.
2748
2749 * configure: Regenerate.
2750 * Makefile.in: Regenerate.
2751
27522007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2753
2754 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2755 * configure: Regenerate.
2756
27572007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2758
2759 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2760 libstdc++.
2761 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2762 * configure: Regenerate.
2763 * Makefile.in: Regenerate.
2764
27652007-09-17 Andreas Schwab <schwab@suse.de>
2766
2767 * configure.ac: Raise minimum makeinfo version to 4.6.
2768 * configure: Regenerate.
2769
27702007-09-15 Alan Modra <amodra@bigpond.net.au>
2771
2772 * configure.ac: Correct makeinfo version check.
2773 * configure: Regenerate.
2774
27752007-09-14 Richard Sandiford <richard@codesourcery.com>
2776
2777 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2778 to $skipdirs and only disable gprof for newlib. Use the normal
2779 mips*-elf* handling in other respects.
2780 * configure: Regnerate.
2781
27822007-09-12 David Daney <ddaney@avtrex.com>
2783
2784 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2785 enabling libgcj.
2786 * configure: Regenerate.
2787
27882007-09-12 Richard Guenther <rguenther@suse.de>
2789
2790 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2791 nor --disable-checking is provided also turn on yes and types
2792 checking for stage1.
2793 * configure: Re-generate.
2794
27952007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2796
2797 PR target/33281
2798 * configure.ac: Use config/mh-mingw on mingw.
2799 * configure: Regenerate.
2800
28012007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2802
2803 PR other/32154
2804 * configure.ac: For libgloss targets, point the linker to the linker
2805 script, startup code and simulator library.
2806 * configure: Regenerate.
2807
28082007-09-09 Andrew Haley <aph@redhat.com>
2809
2810 * configure.ac (noconfigdirs): Remove target-libffi and
2811 target-libjava.
2812
28132007-08-29 Nick Clifton <nickc@redhat.com>
2814
2815 * config.sub, config.guess: Update from upstream sources.
2816
28172007-08-21 Richard Guenther <rguenther@suse.de>
2818
2819 * configure.ac: Add types checking to stage1 checking flags.
2820 * configure: Regenerate.
2821
28222007-08-18 Paul Brook <paul@codesourcery.com>
2823 Joseph Myers <joseph@codesourcery.com>
2824
2825 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2826 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2827 * Makefile.in: Regenerate.
2828 * configure.ac (--with-debug-prefix-map): New.
2829 * configure: Regenerate.
2830
28312007-08-17 Richard Sandiford <richard@codesourcery.com>
2832 Nigel Stephens <nigel@mips.com>
2833
2834 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2835 as target_makefile_frag.
2836 * configure: Regenerate.
2837
28382007-08-16 Alexandre Oliva <aoliva@redhat.com>
2839
2840 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2841 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2842 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2843 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2844 (do-compare, do-compare3, do-compare-debug): New.
2845 ([+compare-target+]): Use them.
2846
28472007-08-16 Alexandre Oliva <aoliva@redhat.com>
2848
2849 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2850 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2851 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2852 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2853 (do-compare, do-compare3, do-compare-debug): New.
2854 ([+compare-target+]): Use them.
2855
28562007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2857 Ben Elliston <bje@au.ibm.com>
2858
2859 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2860 --silent if $silent.
2861 * configure: Regenerate.
2862
28632007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2864
2865 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2866
28672007-07-17 Nick Clifton <nickc@redhat.com>
2868
2869 * COPYING3: New file. Contains version 3 of the GNU General
2870 Public License.
2871 * COPYING3.LIB: New file. Contains version 3 of the GNU
2872 Lesser General Public License.
2873
28742007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
2875
2876 * configure.ac: Fix my previous change to really match GCC.
2877 * configure: Regenerate.
2878
28792007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2880
2881 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2882 * configure: Regenerate.
2883
28842007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2885
2886 * configure.ac: Add some missing m4 quotation.
2887 * configure: Regenerate.
2888
28892007-07-09 Kai Tietz <kai.tietz@onevision.com>
2890
2891 * Makefile.def: Add windmc tool to build.
2892 * Makefile.tpl: Likewise.
2893 * configure.ac: Likewise.
2894 * Makefile.in: Regenerate.
2895 * configure: Regenerate.
2896
28972007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2898
2899 * lt~obsolete.m4: New. Import from 20070318 libtool.
2900
29012007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
2902
2903 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2904 uclinux and linux-uclibc targets.
2905 * configure: Regenerate.
2906
29072007-06-28 DJ Delorie <dj@redhat.com>
2908
2909 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2910 not building newlib.
2911 * configure: Regenerated.
2912
29132007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2914
2915 * src-release (DEVO_SUPPORT): Correct typos.
2916
29172007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2918
2919 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2920 * Makefile.in: Regenerated.
2921
29222007-06-14 Paolo Bonzini <bonzini@gnu.org>
2923
2924 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2925 (distclean-stage[+id+]): Possibly delete stage_last.
2926 * Makefile.in: Regenerate.
2927
29282007-06-07 Ben Elliston <bje@au.ibm.com>
2929
2930 * config.sub, config.guess: Update from upstream sources.
2931
29322007-06-07 Ben Elliston <bje@au.ibm.com>
2933
2934 * Makefile.tpl: Fix spelling error.
2935 * Makefile.in: Regenerate.
2936
29372007-06-04 Paolo Bonzini <bonzini@gnu.org>
2938
2939 Sync with gcc:
2940 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2941
2942 PR bootstrap/29382
2943 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2944 * configure: Rebuilt.
2945
29462007-06-01 Steve Ellcey <sje@cup.hp.com>
2947
2948 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2949 lt_cv_sys_max_cmd_len.
2950
29512007-05-31 Paolo Bonzini <bonzini@gnu.org>
2952
2953 * ltgcc.m4: Update from GCC.
2954
29552007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2956
2957 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2958
29592007-05-24 Steve Ellcey <sje@cup.hp.com>
2960
2961 * ltmain.sh: Update from GCC.
2962 * libtool.m4: Update from GCC.
2963 * ltsugar.m4: New. Update from GCC.
2964 * ltversion.m4: New. Update from GCC.
2965 * ltoptions.m4: New. Update from GCC.
2966 * ltconfig: Remove.
2967 * ltcf-c.sh: Remove.
2968 * ltcf-cxx.sh: Remove.
2969 * ltcf-gcj.sh: Remove.
2970 * src-release: Update with new libtool file list.
2971
29722007-05-16 Paolo Bonzini <bonzini@gnu.org>
2973
2974 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2975 stage_cflags.
2976 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2977 Remove CFLAGS/LIBCFLAGS.
2978 (configure-stage[+id+]-[+prefix+][+module+],
2979 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2980 * Makefile.in: Regenerate.
2981
29822007-04-14 Steve Ellcey <sje@cup.hp.com>
2983
2984 * config-ml.in: Update from GCC.
2985
29862007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2987
2988 * src-release (do-proto-toplev): Process the support directories before
2989 the tool directory.
2990
29912007-03-21 Richard Sandiford <richard@codesourcery.com>
2992
2993 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2994 of glob. Quote arguments with single quotes too.
2995 * configure: Regenerate.
2996
29972007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2998
2999 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3000 * Makefile.in: Regenerate
3001
30022007-03-07 Andreas Schwab <schwab@suse.de>
3003
3004 * configure: Regenerate.
3005
30062007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3007
3008 * configure.ac: Add "--with-pdfdir" configure option,
3009 which defines pdfdir variable.
3010 * Makefile.def (target=fixincludes): Add install-pdf to
3011 missing targets.
3012 (recursive_targets): Add install-pdf target.
3013 (flags_to_pass): Add pdfdir.
3014 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3015 target.
3016 * configure: Regenerate
3017 * Makefile.in: Regenerate
3018
30192007-02-28 Eric Christopher <echristo@apple.com>
3020
3021 Revert:
3022 2006-12-07 Mike Stump <mrs@apple.com>
3023
3024 * Makefile.def (dependencies): Add dependency for
3025 install-target-libssp and install-target-libgomp on
3026 install-gcc.
3027 * Makefile.in: Regenerate.
3028
30292007-02-27 Matt Kraai <kraai@ftbfs.org>
3030
3031 * configure: Regenerate.
3032 * configure.ac: Move statements after variable declarations.
3033
30342007-02-19 Joseph Myers <joseph@codesourcery.com>
3035
3036 * configure.ac: Adjust for loop syntax.
3037 * configure: Regenerate.
3038
30392007-02-18 Alexandre Oliva <aoliva@redhat.com>
3040
3041 * configure: Rebuilt.
3042
30432007-02-18 Alexandre Oliva <aoliva@redhat.com>
3044
3045 * configure.ac: Drop multiple occurrences of --enable-languages,
3046 and fix its quoting.
3047 * configure: Rebuilt.
3048
30492007-02-17 Mark Mitchell <mark@codesourcery.com>
3050 Nathan Sidwell <nathan@codesourcery.com>
3051 Vladimir Prus <vladimir@codesourcery.com
3052 Joseph Myers <joseph@codesourcery.com>
3053
3054 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3055 * configure: Regenerate.
3056
30572007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3058
3059 * configure.ac (target_libraries): Move libgcc before libiberty.
3060 * configure: Regenerated.
3061
30622007-02-13 Paolo Bonzini <bonzini@gnu.org>
3063
3064 * configure: Regenerate again?
3065
30662007-02-13 Paolo Bonzini <bonzini@gnu.org>
3067
3068 * configure: Reapply PR30748 fix which was lost in the previous commit.
3069
30702007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3071 Paolo Bonzini <bonzini@gnu.org>
3072
3073 PR bootstrap/30753
3074 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3075 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3076 * configure: Regenerated.
3077
30782007-02-10 Paolo Bonzini <bonzini@gnu.org>
3079
3080 * configure: Regenerate.
3081
30822007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3083
3084 PR bootstrap/30748
3085 * configure.ac: Correct syntax for Solaris ksh.
3086 * configure: Regenerated.
3087
30882007-02-09 Paolo Bonzini <bonzini@gnu.org>
3089
3090 * Makefile.def: Sync with GCC.
3091 * Makefile.tpl: Sync with GCC.
3092 * Makefile.in: Regenerate.
3093 * configure: Regenerate.
3094
30952007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3096
3097 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3098 noncanonical equivalents.
3099 * configure.in: Rename to...
3100 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3101 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3102 target_noncanonical. Use them. Rewrite removal of configure
3103 arguments for autoconf 2.59. Discard variable settings. Force
3104 program_transform_name for native tools.
3105
3106 * Makefile.in: Regenerated.
3107 * configure: Regenerated with autoconf 2.59.
3108
3109 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3110
31112007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3112
3113 * COPYING.LIBGLOSS: Reformat default Red Hat
3114 license to fit within 80 columns.
3115 * COPYING.NEWLIB: Ditto.
3116
31172007-02-05 Dave Brolley <brolley@redhat.com>
3118
3119 * Contribute the following changes:
3120 2006-11-28 DJ Delorie <dj@redhat.com>
3121
3122 * configure.in: Fix typo for mep's target_makefile_frag.
3123 * configure: Regenerated.
3124
3125 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3126
3127 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3128 * configure: Regenerate.
3129
3130 2001-09-19 DJ Delorie <dj@redhat.com>
3131
3132 * configure.in (target_makefile_frag): use mt-mep
3133
3134 2001-06-12 Don Howard <dhoward@redhat.com>
3135
3136 * configure.in: Remove gdb from MeP skip list.
3137
3138 2001-04-05 DJ Delorie <dj@redhat.com>
3139
3140 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3141
3142 2001-03-20 Ben Elliston <bje@redhat.com>
3143
3144 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3145
3146 2001-03-19 Ben Elliston <bje@redhat.com>
3147
3148 * config.sub (mep, mep-*): Add.
3149
31502007-01-31 Andreas Schwab <schwab@suse.de>
3151
3152 * Makefile.tpl (LDFLAGS): Substitute it.
3153 * Makefile.in: Regenerate.
3154
31552007-01-11 Paolo Bonzini <bonzini@gnu.org>
3156
3157 * configure.in: Change == to = in test command.
3158 * configure: Regenerate.
3159
31602007-01-11 Paolo Bonzini <bonzini@gnu.org>
3161 Nick Clifton <nickc@redhat.com>
3162 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3163
3164 * configure.in (build_configargs, host_configargs, target_configargs):
3165 Remove build/host/target parameters.
3166 (host_libs): Add gmp and mpfr.
3167 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3168 * Makefile.def (gmp, mpfr): New.
3169 (gcc): Remove target.
3170 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3171 target_os, target_vendor): New.
3172 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3173 * configure: Regenerate.
3174 * Makefile.in: Regenerate.
3175
31762007-01-11 Matt Fago <fago@earthlink.net>
3177
3178 * configure.in: Try to link to functions only in mpfr 2.2.x
3179 to improve robustness of configure tests.
3180 * configure: Regenerate.
3181
31822007-01-08 Kai Tietz <kai.tietz@onevision.com>
3183
3184 * configure.in: Add support for an x86_64-mingw* target.
3185 * configure: Regenerate.
3186
31872007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3188
3189 * Makefile.tpl (all-target): Correct @if conditional for target
3190 modules.
3191 * configure.in: Omit libiberty if building only target libgcc.
3192 * configure, Makefile.in: Regenerated.
3193
31942007-01-04 Paolo Bonzini <bonzini@gnu.org>
3195
3196 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3197 * configure: Regenerate.
3198
31992007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3200
3201 * Makefile.def (target_modules): Add libgcc.
3202 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3203 * Makefile.tpl (clean-target-libgcc): Delete.
3204 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3205 on gcc even for bootstrapped modules. Rewrite handling of
3206 lang_env_dependencies to loop over target_modules.
3207 * configure.in (target_libraries): Add target-libgcc.
3208 * Makefile.in, configure: Regenerated.
3209
32102006-12-29 Paolo Bonzini <bonzini@gnu.org>
3211
3212 Sync with gcc:
3213 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3214
3215 * configure.in: Reorganize recognition of languages. Add
3216 --enable-stage1-languages. Show supported languages for the chosen
3217 target rather than all recognized languages.
3218 * configure: Regenerate.
3219
3220 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3221
3222 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3223 * Makefile.in: Regenerate.
3224
3225 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3226
3227 * configure.in: Warn that MPFR 2.2.0 is buggy.
3228 * configure: Regenerate.
3229
32302006-12-27 Ian Lance Taylor <iant@google.com>
3231
3232 * configure.in: When removing Makefiles to force a reconfigure, also
3233 remove prev-DIR*/Makefile.
3234 * configure: Regenerate.
3235
32362006-12-23 Kazu Hirata <kazu@codesourcery.com>
3237
3238 * config.bfd: Recognize fido.
3239
32402006-12-19 Paolo Bonzini <bonzini@gnu.org>
3241
3242 Sync with gcc:
3243
3244 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3245
3246 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3247 it only affects bootstrap and could be tested on "$host" as well.
3248 * configure: Regenerate.
3249 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3250
3251 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3252
3253 PR bootstrap/29544
3254 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3255 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3256 move here comment from Makefile.tpl.
3257 * Makefile.tpl: Move some definitions higher in the file.
3258 (STAGE1_CHECKING): New.
3259 * configure.in: Add --enable-stage1-checking.
3260 * configure: Regenerate.
3261 * Makefile.in: Regenerate.
3262
3263 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3264
3265 * configure.in: Update error message for missing GMP/MPFR.
3266
3267 * configure: Regenerate.
3268
3269 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3270
3271 * configure.in: Update MPFR version in error message.
3272
3273 * configure: Regenerate.
3274
3275 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3276
3277 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3278 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3279 --with-gmp-lib): New flags.
3280
3281 * configure: Regenerate.
3282
32832006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3284
3285 PR bootstrap/30134
3286 * configure.in: Correct x86 darwin support for libjava to powerpc
3287 and i?86 only.
3288 * configure: Regenerate.
3289
32902006-12-11 Alan Modra <amodra@bigpond.net.au>
3291
3292 * configure.in: Handle spu makefile frag.
3293 * Makefile.tpl (MAINT): Define
3294 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3295 * configure: Regenerate.
3296 * Makefile.in: Regenerate.
3297
32982006-12-11 Ben Elliston <bje@au.ibm.com>
3299
3300 * config.sub, config.guess: Update from upstream sources.
3301
33022006-12-11 Ben Elliston <bje@au.ibm.com>
3303
3304 * configure.in: Sync with GCC (spu-*-*).
3305 * configure: Sync with GCC.
3306
33072006-12-07 Mike Stump <mrs@apple.com>
3308
3309 * Makefile.def (dependencies): Add dependency for
3310 install-target-libssp and install-target-libgomp on
3311 install-gcc.
3312 * Makefile.in: Regenerate.
3313
33142006-11-16 Paolo Bonzini <bonzini@gnu.org>
3315
3316 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3317 (unstage): Test for stage_last presence.
3318
3319 PR bootstrap/29802
3320 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3321 * Makefile.in: Regenerate.
3322
33232006-11-14 DJ Delorie <dj@redhat.com>
3324
3325 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3326 * Makefile.in: Sync with GCC.
3327 * configure.in: Sync with GCC (mpfr, gmp).
3328 * configure: Sync with GCC.
3329
33302006-11-08 Jie Zhang <jie.zhang@analog.com>
3331
3332 * configure.in: Remove target-libgloss from noconfigdirs for
3333 bfin-*-*.
3334 * configure: Regenerated.
3335
33362006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3337
3338 * COPYING.NEWLIB: Add spu license.
3339 * COPYING.LIBGLOSS: Ditto.
3340
33412006-10-17 Brooks Moses <bmoses@stanford.edu>
3342
3343 * Makefile.def: Added pdf target handling.
3344 * Makefile.tpl: Added pdf target handling.
3345 * Makefile.in: Regenerated.
3346
33472006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3348
3349 * COPYING.NEWLIB: Updated.
3350 * COPYING.LIBGLOSS: Ditto.
3351
33522006-09-27 Dave Brolley <brolley@redhat.com>
3353
3354 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3355 $s instead of $r.
3356 * configure: Regenerated.
3357
33582006-09-26 Ben Elliston <bje@au.ibm.com>
3359
3360 * config.sub, config.guess: Update from upstream sources.
3361
33622006-09-20 Thiemo Seufer <ths@mips.com>
3363
3364 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3365 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3366 * configure: Regenerate.
3367
33682006-08-30 Corinna Vinschen <corinna@vinschen.de>
3369
3370 * configure.in: Never build newlib for a Mingw host.
3371 Never build newlib as Mingw target library.
3372 Test the existence of winsup/cygwin for building a Cygwin newlib,
3373 rather than just winsup.
3374 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3375 building a Mingw target.
3376 * configure: Regenerate.
3377
33782006-08-15 Thiemo Seufer <ths@mips.com>
3379 Nigel Stephens <nigel@mips.com>
3380 David Ung <davidu@mips.com>
3381
3382 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3383
33842006-07-25 Paolo Bonzini <bonzini@gnu.org>
3385
3386 Sync from GCC:
3387 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3388
3389 PR bootstrap/18058
3390 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3391 if the bootstrap compiler is a GCC version that supports it.
3392 * configure: Regenerate.
3393
33942006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3395
3396 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3397 * configure: Regenerated.
3398
33992006-07-18 Paolo Bonzini <bonzini@gnu.org>
3400
3401 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3402 for stages after the first.
3403
34042006-07-17 Jakub Jelinek <jakub@redhat.com>
3405
3406 * Makefile.def: Add dependencies for configure-opcodes
3407 on configure-intl and all-opcodes on all-intl.
3408 * Makefile.in: Regenerated.
3409
34102006-07-04 Peter O'Gorman <peter@pogma.com>
3411
3412 * ltconfig: chmod 644 before ranlib during install.
3413
34142006-07-03 Paolo Bonzini <bonzini@gnu.org>
3415
3416 * configure.in: Fix thinkos in previous check-in.
3417 * configure: Regenerate.
3418
34192006-07-03 Paolo Bonzini <bonzini@gnu.org>
3420
3421 Sync from gcc:
3422
3423 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3424
3425 PR other/27063
3426 * configure.in: Test subdir_requires and give an appropriate
3427 error message.
3428 * configure: Regenerate.
3429
3430 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3431
3432 PR target/27540
3433 * configure.in: Only enable libgomp on IRIX 6.
3434 * configure: Regenerate.
3435
34362006-06-20 David Ayers <d.ayers@inode.at>
3437
3438 PR bootstrap/28072
3439 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3440 whether target-libjava is being configured instead of whether the
3441 java front end is enabled.
3442 * configure: Regenerate.
3443
34442006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3445
3446 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3447 to R_ARM_LDC_SB_G{0,1,2} respectively.
3448
34492006-06-15 Paolo Bonzini <bonzini@gnu.org>
3450
3451 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3452 too.
3453 * Makefile.in: Regenerate.
3454
34552006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3456
3457 Sync from gcc:
3458
3459 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3460 * configure.in: Don't enable libgomp on hpux10.
3461 * configure: Rebuilt.
3462
34632006-06-13 David Ayers <d.ayers@inode.at>
3464
3465 Sync from gcc:
3466
3467 2006-06-12 David Ayers <d.ayers@inode.at>
3468
3469 PR bootstrap/27963
3470 PR target/19970
3471 * configure.in: Remove target-boehm-gc from noconfigdirs where
3472 ${libgcj} is specified.
3473 * configure: Regenerate.
3474
34752006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3476
3477 Sync from gcc:
3478
3479 2005-01-12 David Edelsohn <edelsohn@gnu.org>
3480 Andreas Schwab <schwab@suse.de>
3481
3482 PR bootstrap/18033
3483 * config-ml.in: Eval option if surrounded by single quotes.
3484
34852006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3486
3487 Sync from gcc:
3488
3489 2006-06-06 David Ayers <d.ayers@inode.at>
3490
3491 PR libobjc/13946
3492 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3493 * Makefile.in: Regenerate.
3494 * configure.in: Add --enable-objc-gc at toplevel and have it
3495 enable boehm-gc for Objective-C.
3496 Remove target-boehm-gc from libgcj.
3497 Add target-boehm-gc to target_libraries.
3498 Add target-boehm-gc to noconfigdirs where ${libgcj}
3499 is specified.
3500 Assert that boehm-gc is supported when requested for Objective-C.
3501 Only build boehm-gc if needed either for Java or Objective-C.
3502 * configure: Regenerate.
3503
3504 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
3505
3506 PR 27674
3507 * Makefile.tpl (configure-[+prefix+][+module+],
3508 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3509 Remove rule to unstage bootstrapped modules.
3510 (stage_current): New.
3511 * Makefile.in: Regenerate.
3512
3513 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3514 Andreas Tobler <a.tobler@schweiz.ch>
3515
3516 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3517 * configure: Rebuilt.
3518
3519 Revert
3520 2006-01-31 Richard Guenther <rguenther@suse.de>
3521 Paolo Bonzini <bonzini@gnu.org>
3522
3523 * Makefile.def (target_modules): Add libgcc-math target module.
3524 * configure.in (target_libraries): Add libgcc-math target library.
3525 (--enable-libgcc-math): New configure switch.
3526 * Makefile.in: Re-generate.
3527 * configure: Re-generate.
3528
35292006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3530
3531 * config-ml.in: Alter CCASFLAGS to include special
3532 multilib options the same as is done for CFLAGS.
3533
35342006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3535
3536 * Makefile.def: Added dependencies from sim and gdb on intl, and
3537 added configure dependencies to everything with an all dependency
3538 on intl.
3539 * gettext.m4: Removed.
3540 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3541 (GDB_SUPPORT_DIRS): Add intl.
3542 * Makefile.in: Regenerated.
3543
35442006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3545
3546 * src-release (DEVO_SUPPORT): Add config.rpath.
3547
35482006-05-25 Paolo Bonzini <bonzini@gnu.org>
3549
3550 * Makefile.def (bfd, opcodes): Fix lib_path.
3551 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3552 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3553 * Makefile.in: Regenerate.
3554
35552006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3556
3557 * configure.in: Enable gprof for cross builds.
3558 * configure: Regenerate.
3559
35602006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3561
3562 * src-release (MAKEINFOFLAGS): Define.
3563 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3564
35652006-05-14 Ben Elliston <bje@au.ibm.com>
3566
3567 * config.sub, config.guess: Update from upstream sources.
3568
35692006-05-12 Ben Elliston <bje@au.ibm.com>
3570
3571 * config.sub, config.guess: Update from upstream sources.
3572
35732006-05-04 Steve Ellcey <sje@cup.hp.com>
3574
3575 * blt, iwidgets, mmalloc: Remove directories.
3576
35772006-05-01 DJ Delorie <dj@redhat.com>
3578
3579 * configure.in: Restore CFLAGS if GMP isn't present.
3580 * configure: Regenerate.
3581
35822006-04-18 DJ Delorie <dj@redhat.com>
3583
3584 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3585 reference libgloss so that libssp can be built in a combined
3586 tree.
3587 * configure: Regenerate.
3588
35892006-04-10 Ben Elliston <bje@au.ibm.com>
3590
3591 * contrib: Remove directory.
3592
35932006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3594
3595 * Makefile.tpl: Add install-html target.
3596 * Makefile.def: Add install-html target.
3597 * Makefile.in: Regenerate.
3598 * configure.in: Add --with-datarootdir, --with-docdir,
3599 and --with-htmldir options.
3600 * configure: Regenerate.
3601
36022006-03-31 Ben Elliston <bje@au.ibm.com>
3603
3604 PR binutils/1860
3605 * configure.in: Require makeinfo 4.4 or higher.
3606 * configure: Regenerate.
3607
36082006-03-14 Paolo Bonzini <bonzini@gnu.org>
3609
3610 * Makefile.in: Regenerate.
3611
36122006-03-14 Paolo Bonzini <bonzini@gnu.org>
3613
3614 Sync with gcc:
3615 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3616
3617 * configure.in: Handle --disable-<component> generically.
3618 * configure: Regenerate.
3619
3620 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3621
3622 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3623 (TARGET_CONFIGDIRS): Remove.
3624 * configure.in: Remove AC_SUBST(target_configdirs).
3625 * Makefile.in, configure: Regenerated.
3626
3627
36282006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3629
3630 PR libgcj/17311
3631 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3632
36332006-02-20 Paolo Bonzini <bonzini@gnu.org>
3634
3635 PR bootstrap/25670
3636
3637 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3638
3639 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3640 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3641 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3642 BUILD_PREFIX, BUILD_PREFIX_1.
3643 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3644
3645 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3646 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3647
3648 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3649 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3650 of `cat stage_current`. Always provide the `r' and `s' variables.
3651 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3652 a single shell execution.
3653 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3654 bootstrapped modules, make the stage1 module if the build was not
3655 started yet, else build the current stage.
3656 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3657 (all-build, all-host, all-target, [+make_target+]-host,
3658 [+make_target+]-target): Do not use \-continued lines.
3659 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3660 (current_stage, restrap, stage_last): New.
3661
3662 * Makefile.in: Regenerate.
3663 * configure: Regenerate.
3664
36652006-02-14 Paolo Bonzini <bonzini@gnu.org>
3666
3667 Sync from gcc:
3668
3669 2006-01-31 Richard Guenther <rguenther@suse.de>
3670 Paolo Bonzini <bonzini@gnu.org>
3671
3672 * Makefile.def (target_modules): Add libgcc-math target module.
3673 * configure.in (target_libraries): Add libgcc-math target library.
3674 (--enable-libgcc-math): New configure switch.
3675 * Makefile.in: Re-generate.
3676 * configure: Re-generate.
3677 * libgcc-math: New toplevel directory.
3678
3679 2006-01-18 Richard Henderson <rth@redhat.com>
3680 Jakub Jelinek <jakub@redhat.com>
3681 Diego Novillo <dnovillo@redhat.com>
3682
3683 * libgomp: New directory.
3684 * Makefile.def: Add target_module libgomp.
3685 * Makefile.in: Regenerate.
3686 * configure.in (target_libraries): Add target-libgomp.
3687 * configure: Regenerate.
3688
36892006-02-14 Paolo Bonzini <bonzini@gnu.org>
3690 Andreas Schwab <schwab@suse.de>
3691
3692 * configure: Regenerate.
3693
36942006-01-16 Paolo Bonzini <bonzini@gnu.org>
3695
3696 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3697 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3698 the assembler, linker and binutils.
3699 * configure: Regenerate.
3700
37012006-01-16 Nick Clifton <nickc@redhat.com>
3702
3703 * config.sub, config.guess: Sync from config repository.
3704
37052006-01-05 Alexandre Oliva <aoliva@redhat.com>
3706
3707 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3708 @ from continuation.
3709 * Makefile.in: Rebuilt.
3710
37112006-01-04 Paolo Bonzini <bonzini@gnu.org>
3712
3713 Sync from gcc:
3714
3715 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3716
3717 PR bootstrap/24252
3718
3719 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3720 * Makefile.tpl (OBJDUMP): New.
3721 (EXTRA_HOST_FLAGS): Add it.
3722 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3723
3724 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3725 to use symbolic links between directories. Avoid race conditions
3726 or make them harmless.
3727 * configure.in: Do not try to use symbolic links between directories.
3728
3729 * Makefile.def (LEAN): Pass.
3730 * Makefile.tpl (LEAN): Define.
3731 (stage[+id+]-start): Accept that the previous directory does not
3732 exist, if the bootstrap is lean.
3733 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3734 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3735 configure substitution.
3736 ([+compare-target+]): Likewise.
3737 ([+bootstrap-target+]-lean): New.
3738 * configure.in: Remove lean bootstrap support from here.
3739
3740 * Makefile.in: Regenerate.
3741 * configure: Regenerate.
3742
3743 2006-01-02 Andreas Schwab <schwab@suse.de>
3744
3745 * configure.in: When reconfiguring remove Makefile in
3746 all stage directories.
3747 * configure: Regenerate.
3748
37492005-12-27 Leif Ekblad <leif@rdos.net>
3750
3751 * configure.in: Add support for RDOS target.
3752 * configure: Regenerate.
3753
37542005-12-27 Nick Clifton <nickc@redhat.com>
3755
3756 PR binutils/1990
3757 * libtool.m4: Synchronize with version in GCC sources.
3758
37592005-12-20 Paolo Bonzini <bonzini@gnu.org>
3760
3761 Revert Ada-related part of the previous change.
3762
3763 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3764 Do not pass.
3765 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3766 * Makefile.in: Regenerate.
3767 * configure.in: Do not include mt-ppc-aix target fragment.
3768 * configure: Regenerate.
3769
37702005-12-19 Paolo Bonzini <bonzini@gnu.org>
3771
3772 * configure.in: Select appropriate fragments for PowerPC/AIX.
3773 * configure: Regenerate.
3774
3775 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3776 BOOT_CFLAGS, BOOT_LDFLAGS.
3777 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3778 BOOT_CFLAGS, BOOT_LDFLAGS.
3779 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3780 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3781 (stage): Fail if we cannot complete the work.
3782 * Makefile.in: Regenerate.
3783
37842005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3785
3786 * COPYING.NEWLIB: Update copyright year for default
3787 copyright.
3788
37892005-12-15 Paolo Bonzini <bonzini@gnu.org>
3790
3791 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3792 install-host-nogcc): Don't invoke $(stage) at the end.
3793 * Makefile.in: Regenerate.
3794
37952005-12-14 Paolo Bonzini <bonzini@gnu.org>
3796
3797 * configure.in: Flip the top-level bootstrap switch.
3798 * configure: Regenerate.
3799
3800 Merge from gcc:
3801
3802 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3803
3804 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3805 $(stage) and $(unstage).
3806 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3807 (all): Remove stray semicolon.
3808 (local-distclean): Don't handle multilib.tmp and multilib.out.
3809 (install.all): Set $s for consistency.
3810 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3811 check_multilibs setting. Always make the install directory.
3812 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3813 Correct @if/@endif.
3814 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3815 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3816 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3817 (multilib.out): Remove.
3818 * Makefile.in: Regenerated.
3819
38202005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3821
3822 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3823 * configure.in: Replace ms1 arch with mt.
3824 * configure: Rebuilt.
3825
38262005-12-05 Paolo Bonzini <bonzini@gnu.org>
3827
3828 Sync with gcc:
3829
38302005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3831
3832 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3833 * configure.in: Replace ms1 arch with mt.
3834 * configure: Rebuilt.
3835
38362005-12-05 Paolo Bonzini <bonzini@gnu.org>
3837
3838 Sync with gcc:
3839
3840 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3841
3842 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3843 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3844 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3845 Find in-tree tools if available.
3846 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3847 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3848 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3849 (COMPILER_*_FOR_TARGET): New.
3850 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3851 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3852 (CONFIGURED_*, USUAL_*): Remove.
3853 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3854 STRIP): Use autoconf substitutions.
3855 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3856 COMPILER_NM_FOR_TARGET): New.
3857 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3858
3859 (all): Make all-host and all-target in parallel.
3860 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3861 that $$r and $$s are set before invoking a recursive make.
3862 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3863 ([+bootstrap-target+]): Inline most of the `all' target.
3864
3865 2005-11-29 Ben Elliston <bje@au.ibm.com>
3866
3867 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3868 from the gcc build directory.
3869 * Makefile.in: Regenerate.
3870
3871 2005-11-29 Ben Elliston <bje@au.ibm.com>
3872
3873 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3874 depend on all-libdecnumber.
3875 * configure.in (host_libs): Include libdecnumber.
3876 * Makefile.in: Regenerate.
3877 * configure: Likewise.
3878
3879 2005-11-21 Kean Johnston <jkj@sco.com>
3880
3881 * config.sub, config.guess: Sync from upstream sources.
3882
38832005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3884
3885 * Makefile.def: Remove gdb dependencies for gdbtk.
3886 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3887 (configure-gdb, install-gdb): New rules.
3888 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3889 * Makefile.in, configure: Regenerated.
3890
38912005-10-22 Paolo Bonzini <bonzini@gnu.org>
3892
3893 PR bootstrap/24297
3894 * Makefile.tpl (do-[+make-target+], do-check, install,
3895 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3896 are set before recursing.
3897 * Makefile.in: Regenerate.
3898
38992005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3900
3901 PR bootstrap/18939
3902 * Makefile.def (gcc) <target>: Fix thinko.
3903 * Makefile.in: Regenerate.
3904
39052005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3906
3907 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3908 * configure: Regenerate.
3909
39102005-10-09 Kazu Hirata <kazu@codesourcery.com>
3911
3912 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3913 target-libffi, target-qthreads, target-libjava, and
3914 targetlibobjc.
3915 * configure: Regenerate.
3916
39172005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3918
3919 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3920 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3921 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3922 (USUAL_OBJDUMP_FOR_TARGET): New.
3923 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3924 * configure.in: Check for $OBJDUMP_FOR_TARGET.
3925 * configure, Makefile.in: Regenerated.
3926
39272005-10-05 Paolo Bonzini <bonzini@gnu.org>
3928
3929 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3930 before other host packages.
3931
39322005-10-05 Paolo Bonzini <bonzini@gnu.org>
3933
3934 PR bootstrap/22340
3935
3936 * configure.in (default_target): Remove.
3937 * Makefile.tpl (all): Do not use prerequisites as subroutines
3938 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3939 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3940 use prerequisites as subroutines.
3941 (check-host, check-target): New.
3942 (bootstrap configure & all targets): Do not use stage*-start
3943 if the directory layout is already ok.
3944 (non-bootstrap configure & all targets): Prepend a $(unstage).
3945 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3946 (NOTPARALLEL): Remove.
3947 (unstage, stage variables): New variables.
3948 (unstage, stage targets): Simply expand to those variables.
3949
3950 * configure: Regenerate.
3951 * Makefile.in: Regenerate.
3952
39532005-10-04 James E Wilson <wilson@specifix.com>
3954
3955 * Makefile.def (lang_env_dependencies): Add libmudflap.
3956 * Makefile.in: Regenerate.
3957
39582005-10-03 Catherine Moore <clm@cm00re.com>
3959
3960 * configure.in (bfin-*-*): Support bfin.
3961 * configure: Regenerated.
3962
39632005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3964
3965 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3966 * configure: Regenerated.
3967
39682005-09-28 Geoffrey Keating <geoffk@apple.com>
3969
3970 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3971 (LIPO_FOR_TARGET): New.
3972 (CONFIGURED_LIPO_FOR_TARGET): New.
3973 (USUAL_LIPO_FOR_TARGET): New.
3974 (STRIP_FOR_TARGET): New.
3975 (CONFIGURED_STRIP_FOR_TARGET): New.
3976 (USUAL_STRIP_FOR_TARGET): New.
3977 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3978 STRIP_FOR_TARGET.
3979 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3980 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3981 * Makefile.in: Regenerate.
3982 * configure: Regenerate.
3983
39842005-09-19 David Edelsohn <edelsohn@gnu.org>
3985
3986 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3987 (rs6000-*-aix*): Same.
3988 * configure: Regenerate.
3989
39902005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3991
3992 * configure.in: Recognize f95 in the --enable-languages option,
3993 and substitute it for fortran, issuing a warning.
3994 * configure: Regenerate.
3995
39962005-09-07 Ben Elliston <bje@au.ibm.com>
3997
3998 Import from Autoconf sources:
3999
4000 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4001 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4002 Elliston. Handle weird characters correctly.
4003
40042005-08-30 Phil Edwards <phil@codesourcery.com>
4005
4006 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4007 * configure: Regenerated.
4008
40092005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4010
4011 * Makefile.def (libssp): Add to lang_env_dependencies.
4012 * Makefile.in: Regenerate.
4013
40142005-08-17 Christian Groessler <chris@groessler.org>
4015
4016 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4017 * Makefile.in: Regenerate.
4018
40192005-08-12 Paolo Bonzini <bonzini@gnu.org>
4020
4021 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4022 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4023 Look for alternate names of the target cc and c++
4024 * configure: Regenerate.
4025
40262005-08-08 Paolo Bonzini <bonzini@gnu.org>
4027
4028 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4029 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4030 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4031 tools; remove code to manually set them.
4032 (Target tools): Look in the environment for them.
4033 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4034 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4035 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4036 build directory.
4037 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4038 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4039 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4040 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4041 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4042 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4043 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4044 * configure: Regenerate.
4045 * Makefile.in: Regenerate.
4046
40472005-07-27 Mark Mitchell <mark@codesourcery.com>
4048
4049 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4050 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4051 * Makefile.in: Regenerated.
4052
40532005-07-26 Mark Mitchell <mark@codesourcery.com>
4054
4055 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4056 (CFLAGS_FOR_TARGET): Use it.
4057 (CXXFLAGS_FOR_TARGET): Likewise.
4058 * Makefile.in: Regenerated.
4059 * configure.in (--with-build-sysroot): New option.
4060 * configure: Regenerated.
4061
40622005-07-24 Paolo Bonzini <bonzini@gnu.org>
4063
4064 * Makefile.tpl: Wrap install between unstage and stage
4065 * Makefile.in: Regenerate.
4066
40672005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4068
4069 * all files: Update FSF address.
4070
40712005-07-14 Jim Blandy <jimb@redhat.com>
4072
4073 * configure.in: Add cases for Renesas m32c.
4074 * configure: Regenerated.
4075
40762005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4077
4078 * COPYING, compile, config-ml.in, config.guess,
4079 config.sub, install-sh, missing, mkinstalldirs,
4080 symlink-tree, ylwrap: Sync from upstream sources.
4081
40822005-07-13 Eric Christopher <echristo@redhat.com>
4083
4084 * configure.in: Add toplevel noconfigdir support for tpf.
4085 * configure: Regenerate.
4086
40872005-07-11 Jakub Jelinek <jakub@redhat.com>
4088
4089 * Makefile.def (target_modules): Add libssp.
4090 * configure.in (target_libraries): Add target-libssp.
4091 * configure: Rebuilt.
4092 * Makefile.in: Rebuilt.
4093
40942005-07-11 Paolo Bonzini <bonzini@gnu.org>
4095
4096 PR ada/22340
4097
4098 * Makefile.def: Sync with gcc.
4099 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4100 * Makefile.in: Regenerate.
4101
41022005-07-07 Andreas Schwab <schwab@suse.de>
4103
4104 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4105 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4106 * Makefile.in: Regenerated.
4107
41082005-07-07 Kazu Hirata <kazu@codesourcery.com>
4109
4110 * configure.in: Add --enable-libssp and --disable-libssp.
4111 * configure: Regenerate with autoconf-2.13.
4112
41132005-07-06 Geoffrey Keating <geoffk@apple.com>
4114
4115 * configure.in: Don't build sim or rda when targetting darwin.
4116 * configure: Regenerate.
4117
41182005-07-04 Ben Elliston <bje@gnu.org>
4119
4120 * src-release (do-proto-toplev): Remove dejagnu bits.
4121 (DEJAGNU_SUPPORT_DIRS): Remove.
4122 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4123 (GDBD_SUPPORT_DIRS): Likewise.
4124 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4125 (INSIGHTD_SUPPORT_DIRS): Likewise.
4126 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4127
41282005-06-30 Ben Elliston <bje@gnu.org>
4129
4130 * setup.com (mpw): Remove unused directive.
4131
41322005-06-22 Paolo Bonzini <bonzini@gnu.org>
4133
4134 * Makefile.def (stagefeedback): Come after profile.
4135 Define profiledbootstrap target.
4136 * Makefile.tpl (profiledbootstrap): Remove.
4137 (stageprofile-end): Zap stagefeedback.
4138 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4139 * Makefile.in: Regenerate.
4140
41412005-06-13 Zack Weinberg <zack@codesourcery.com>
4142
4143 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4144 In 'cpp' stanza, support '#line' as well as '# '.
4145
41462005-06-07 Hans-Peter Nilsson <hp@axis.com>
4147
4148 * configure.in (unsupported_languages): New macro.
4149 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4150 non-ported target libraries in noconfigdirs.
4151 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4152 non-linux-gnu. Remove libgcj_ex_libffi.
4153 <lang_frag loop>: Set add_this_lang=no if the language is in
4154 unsupported_languages.
4155 * configure: Regenerate.
4156
41572005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4158
4159 * configure.in: Fix typo in handling of --with-mpfr-dir.
4160 * configure: Regenerate.
4161
41622005-06-02 Jim Blandy <jimb@redhat.com>
4163
4164 * config.sub: Add cases for the Renesas m32c. (This patch has been
4165 accepted into the master sources.)
4166
41672005-06-02 Aldy Hernandez <aldyh@redhat.com>
4168 Michael Snyder <msnyder@redhat.com>
4169 Stan Cox <scox@redhat.com>
4170
4171 * configure.in: Set noconfigdirs for ms1.
4172
4173 * configure: Regenerate.
4174
41752005-05-25 Paolo Bonzini <bonzini@gnu.org>
4176
4177 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4178 (Dependencies): Consider target modules for bootstrap dependencies.
4179 Make target bootstrap modules depend on each stage's gcc.
4180 * Makefile.in: Regenerate.
4181
41822005-05-20 Paolo Bonzini <bonzini@gnu.org>
4183
4184 * Makefile.def (configure-gcc): Depend on binutils having been built.
4185 (all-gcc): No need to do it here.
4186 * Makefile.in: Regenerate.
4187
41882005-05-19 Paul Brook <paul@codesourcery.com>
4189
4190 * configure.in: Rewrite misleading error message when requested
4191 language cannot be built.
4192 * configure: Regenerate.
4193
41942005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4195
4196 * ylwrap: Import from Automake 1.9.5.
4197
41982005-05-04 Mike Stump <mrs@apple.com>
4199
4200 * configure.in: Always pass --target to target configures as
4201 otherwise rebuilds that do --recheck will fail.
4202 * configure: Rebuilt.
4203
42042005-05-04 Paolo Bonzini <bonzini@gnu.org>
4205
4206 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4207 STAGE_HOST_EXPORTS.
4208 (configure, all): Add bootstrap support.
4209 (Host modules, target modules): Pass post-stage1 flags and exports.
4210 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4211 * Makefile.in: Regenerate.
4212
42132005-04-29 Paolo Bonzini <bonzini@gnu.org>
4214
4215 Sync from gcc:
4216
4217 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4218
4219 * config.sub: Update from master copy.
4220
4221 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4222
4223 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4224 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4225 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4226 "*-*-elf" and "*-*-linux*".
4227 * configure: Regenerate.
4228
42292005-04-06 Paolo Bonzini <bonzini@gnu.org>
4230
4231 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4232 (TARGET_CONFIGARGS): Include --with-target-subdir.
4233 (configure, all): New macros. Use them throughout.
4234
42352005-04-05 Paolo Bonzini <bonzini@gnu.org>
4236
4237 * Makefile.tpl: Sync with gcc.
4238 * Makefile.in: Regenerate.
4239
42402005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4241
4242 * config/mh-mingw32: Delete.
4243 * configure.in: Don't use it.
4244 * configure: Regenerate.
4245
42462005-03-31 Paolo Bonzini <bonzini@gnu.org>
4247
4248 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4249 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4250 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4251 (HOST_LIB_PATH): Generate from Makefile.def.
4252 (TARGET_LIB_PATH): Likewise.
4253 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4254 * Makefile.in: Regenerate.
4255 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4256 (RPATH_ENVVAR): Include Darwin case.
4257 * configure: Regenerate.
4258
42592005-03-25 Paolo Bonzini <bonzini@gnu.org>
4260
4261 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4262 * configure: Regenerate.
4263
42642005-03-21 Zack Weinberg <zack@codesourcery.com>
4265
4266 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4267 gcc_version, and gcc_version_trigger from set of flags to pass.
4268 * Makefile.tpl: Remove definitions of above variables.
4269 (config.status): Remove dependency on $(gcc_version_trigger).
4270 * Makefile.in: Regenerate.
4271 * configure.in: Do not reference config/gcc-version.m4 nor
4272 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4273 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4274 * configure: Regenerate.
4275
42762005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4277 Andrew Pinski <pinskia@physics.uc.edu>
4278
4279 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4280 * Makefile.in: Regenerate.
4281
42822005-03-01 Alexandre Oliva <aoliva@redhat.com>
4283
4284 PR libgcj/20160
4285 * ltmain.sh: Avoid creating archives with components that have
4286 duplicate basenames.
4287
42882005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4289
4290 PR bootstrap/20250
4291 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4292 instead of check.
4293 * Makefile.in: Regenerate.
4294
42952005-02-28 Paolo Bonzini <bonzini@gnu.org>
4296
4297 Sync from gcc.
4298
4299 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4300
4301 PR bootstrap/17383
4302 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4303 * Makefile.tpl (HOST_SUBDIR): New substitution.
4304 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4305 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4306 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4307 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4308 (Host modules, Bootstrapped modules): Use it.
4309 (Build modules, Target modules): Do not create symlink trees,
4310 always configure out-of-srcdir.
4311 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4312 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4313 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4314 $(HOST_SUBDIR). Create a symlink for host_subdir.
4315
4316 * Makefile.in: Regenerate.
4317 * configure: Regenerate.
4318
4319 Merged from libada-gnattools-branch:
4320 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4321
4322 * Makefile.def: Add gnattools as a module, depending on target-libada.
4323 * Makefile.in: Regenerate.
4324 * configure.in: Include gnattools in host_tools; disable it if ada
4325 is disabled.
4326 * configure: Regenerate.
4327
43282005-02-23 Nick Clifton <nickc@redhat.com>
4329
4330 * configure: Regenerate.
4331
43322005-02-22 Paul Schlie <schlie@comcast.net>
4333
4334 * configure.in: Allow darwin targeted ports to build tk, itcl and
4335 libgui.
4336
43372005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4338
4339 PR libgcj/10353
4340 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4341 * configure: Regenerate.
4342
43432005-02-08 Andrew Cagney <cagney@gnu.org>
4344
4345 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4346 gdb/ section. Update GDB's URL.
4347
43482005-01-31 Andrew Cagney <cagney@gnu.org>
4349
4350 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4351
43522005-01-29 Hans-Peter Nilsson <hp@axis.com>
4353
4354 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4355 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4356 target-libgloss when not *-*-elf and *-*-aout.
4357 * configure: Regenerate.
4358
43592005-01-27 Andrew Cagney <cagney@gnu.org>
4360
4361 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4362
43632005-01-24 Andrew Cagney <cagney@gnu.org>
4364
4365 * gettext.m4: Only fall back to ../intl/ when it's present.
4366
43672005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4368
4369 * install-sh, config.sub: Import from upstream.
4370
43712005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4372
4373 PR bootstrap/18222
4374 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4375 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4376 * Makefile.in: Regenerate.
4377
43782005-01-03 Paolo Bonzini <bonzini@gnu.org>
4379
4380 Revert 2004-12-28 Makefile changes, a better fix will be
4381 applied to mainline and src after GCC 4.0 branches.
4382
43832004-12-28 Paolo Bonzini <bonzini@gnu.org>
4384
4385 PR bootstrap/17383
4386
4387 * Makefile.def (target_modules): Remove stage parameter,
4388 it is always true now.
4389 * Makefile.tpl (configure-build-[+module+],
4390 configure-target-[+module+]): Always build symlink tree
4391 for the directory and for include. BUILD_SUBDIR and
4392 TARGET_SUBDIR cannot be . anymore.
4393 * Makefile.in: Regenerate.
4394
43952004-12-25 David Edelsohn <edelsohn@gnu.org>
4396
4397 Revert 2004-12-08 Makefile changes.
4398
43992004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4400
4401 * configure.in (sh64-*-*): Reenable gprof.
4402 * configure: Regenerate.
4403
44042004-12-09 Jim Blandy <jimb@redhat.com>
4405
4406 * MAINTAINERS: List 'depcomp' as part of automake.
4407
44082004-12-08 David Edelsohn <edelsohn@gnu.org>
4409
4410 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4411 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4412 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4413 * Makefile.in: Regenerate.
4414
44152004-12-07 Matt Kraai <kraai@ftbfs.org>
4416
4417 * Makefile.tpl: Generate normal dependencies if the LHS module is
4418 not bootstrapped.
4419 * Makefile.in: Regenerate.
4420
44212004-12-03 Richard Sandiford <rsandifo@redhat.com>
4422
4423 * configure.in: Include config/gxx-include-dir.m4. Use
4424 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4425 * configure: Regenerate.
4426
44272004-12-03 Richard Sandiford <rsandifo@redhat.com>
4428
4429 * config.if: Delete.
4430 * configure.in: Set libstdcxx_incdir directly.
4431 * configure: Regenerate.
4432 * MAINTAINERS: Remove mention of config.if.
4433 * src-release (DEVO_SUPPORT): Remove config.if.
4434
44352004-12-02 Eric Christopher <echristo@redhat.com>
4436
4437 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4438 of things to remove.
4439 * Makefile.in: Regenerate.
4440
44412004-12-02 Richard Sandiford <rsandifo@redhat.com>
4442
4443 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4444 * configure: Regenerate.
4445
44462004-12-02 Richard Sandiford <rsandifo@redhat.com>
4447
4448 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4449 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4450 * configure: Regenerate.
4451
44522004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4453
4454 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4455 (hppa*64*-*-*): Delete incorrect comment.
4456 * configure: Rebuilt.
4457
44582004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4459
4460 * install-sh, compile: Import from automake.
4461
44622004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4463
4464 * config.guess, config.sub: Import from savannnah.
4465
44662004-11-12 Mike Stump <mrs@apple.com>
4467
4468 * Makefile.def: Add html support.
4469 * Makefile.tpl: Likewise.
4470 * Makefile.in: Regenerate.
4471
44722004-11-11 Geoffrey Keating <geoffk@apple.com>
4473
4474 PR 18423
4475 * configure.in: Remove all instances of build-fixincludes from
4476 noconfigdirs.
4477 (build_configargs): Supply --target to subdirectories.
4478 * configure: Regenerate.
4479
4480 * Makefile.def: Make gcc install depend on fixincludes install.
4481 * Makefile.in: Regenerate.
4482
44832004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4484
4485 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4486 target-libgfortran.
4487 * configure: Regenerate.
4488
44892004-11-07 David Edelsohn <edelsohn@gnu.org>
4490
4491 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4492 like CC.
4493
44942004-11-05 Paolo Bonzini <bonzini@gnu.org>
4495
4496 * Makefile.def (host fixincludes): Specify missing targets.
4497 * Makefile.in: Regenerate.
4498
44992004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4500
4501 PR other/17783
4502 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4503 * configure: Regenerated.
4504
45052004-11-04 Daniel Jacobowitz <dan@debian.org>
4506
4507 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4508 * configure: Regenerated.
4509
45102004-10-28 Eric B. Weddington <ericw@evcohs.com>
4511
4512 PR target/18151
4513 * configure.in (case ${target}): Do not build fixincludes for avr.
4514 * configure: Regenerated.
4515
45162004-10-26 Paolo Bonzini <bonzini@gnu.org>
4517
4518 * configure.in (case ${target}): Do not build fixincludes
4519 on platforms where it is not used.
4520 * configure: Regenerated.
4521
45222004-10-23 Daniel Jacobowitz <dan@debian.org>
4523
4524 * configure.in: Use an absolute path to install-sh.
4525 * configure: Regenerated.
4526
45272004-10-19 Andrew Cagney <cagney@gnu.org>
4528
4529 * src-release (do-djunpack, do-md5sum): Install the generated file
4530 directly into the proto-toplev/ directory.
4531
45322004-10-19 Andrew Cagney <cagney@gnu.org>
4533
4534 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4535
45362004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4537
4538 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4539 * configure: Regenerate.
4540
45412004-10-06 Paolo Bonzini <bonzini@gnu.org>
4542
4543 Fix wrong conflict resolution in:
4544
4545 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4546
4547 * Makefile.in: Regenerate.
4548 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4549 in the recursive `make', instead of hardwiring `all'.
4550 (Autogenerated TARGET-* variables): New.
4551
45522004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4553
4554 Merged from GCC / libtool upstream:
4555 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4556 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4557 * ltcf-cxx.sh (tpf*): Likewise.
4558 * ltconfig (tpf*): Add TPF OS configuration support.
4559
45602004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4561
4562 * configure.in: Enable target-libgloss for crx-*-*.
4563 * configure: Regenerate.
4564
45652004-09-24 Michael Roth <mroth@nessie.de>
4566
4567 * configure.in (--without-headers): Add missing double quotes.
4568 * configure: Regenerate.
4569
45702004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4571
4572 * ylwrap: Revert to previous version.
4573
45742004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4575
4576 PR bootstrap/17369
4577 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4578 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4579 SET_GCC_LIB_PATH_CMD.
4580 (BASE_TARGET_EXPORTS): Likewise.
4581 * Makefile.in: Regenerated.
4582
4583 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4584 * configure: Regenerated.
4585
45862004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4587
4588 * config.guess: New upstream version
4589 * compile, depcomp, install-sh, ylwrap: Likewise.
4590
45912004-09-19 Roger Sayle <roger@eyesopen.com>
4592
4593 * config/mh-x86omitfp: New host makefile fragment. Add
4594 -fomit-frame-pointer to the default BOOT_CFLAGS.
4595 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4596 * configure: Regenerate.
4597
45982004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4599
4600 PR target/11572
4601 * configure.in (*-*-darwin*): Renable libobjc.
4602 * configure: Regenerate.
4603
46042004-09-09 Daniel Berlin <dberlin@dberlin.org>
4605
4606 * Makefile.def: Remove libbanshee.
4607 * Makefile.tpl: Ditto.
4608 * configure.in: Ditto.
4609 * Makefile.in: Regen.
4610 * configure: Ditto.
4611
46122004-09-07 Paolo Bonzini <bonzini@gnu.org>
4613
4614 * missing: Import latest version from master repository.
4615
46162004-09-04 Nick Clifton <nickc@redhat.com>
4617
4618 * config.sub: Import latest version from master repository.
4619 * config.guess: Likewise.
4620 This includes these changes:
4621
4622 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4623
4624 * config.sub: Handle crisv32, alias etraxfs.
4625 * config.guess (crisv32:Linux:*:*): Handle.
4626
4627 2004-08-13 Brad Smith <brad@comstyle.com>
4628
4629 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4630 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4631
4632 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4633
4634 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4635 assume the processor is a powerpc. This is because coreutils
4636 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4637 in this case, due to a MacOS X bug that causes
4638 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4639 to return a negative number.
4640 Problem reported by Petter Reinholdtsen in:
4641 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4642
4643 2004-07-19 Ben Elliston <bje@gnu.org>
4644
4645 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4646
4647 2004-06-24 Ben Elliston <bje@gnu.org>
4648
4649 * config.guess: Update copyright years.
4650 * config.sub: Likewise.
4651
4652 2004-06-22 Robert Millan <robertmh@gnu.org>
4653
4654 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4655 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4656
4657 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4658
4659 * config.guess (*:*VMS:*:*): New entry. Replaces
4660 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4661 manufacturer.
4662
4663 2004-06-22 Ben Elliston <bje@gnu.org>
4664
4665 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4666 * config.sub: Likewise.
4667
4668 2004-06-22 Ben Elliston <bje@gnu.org>
4669
4670 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4671 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4672
4673 2004-06-11 Ben Elliston <bje@gnu.org>
4674
4675 * config.guess (pegasos:OpenBSD:*:*): Remove.
4676
4677 2004-06-11 Ben Elliston <bje@gnu.org>
4678
4679 From Wouter Verhelst <wouter@grep.be>:
4680 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4681
4682 2004-06-11 Ben Elliston <bje@gnu.org>
4683
4684 * config.guess (luna88k:OpenBSD:*:*): New.
4685
4686 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4687
4688 * config.guess (m32r*:Linux:*:*): New case.
4689 * config.sub: Handle m32rle.
4690
4691 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4692
4693 From Jens Petersen <petersen@redhat.com>:
4694 * config.sub: Handle sparcv8.
4695
4696 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4697
4698 From Tom Smith <smith@cag.lkg.hp.com>:
4699 * config.guess: Version suffixes are equally significant on Tru64
4700 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4701 prefix of "P" (patched kernel).
4702
4703 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4704
4705 * config.sub: Add support for National Semiconductor CRX target.
4706
47072004-09-03 Jan Beulich <jbeulich@novell.com>
4708
4709 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4710 *-*-netware, but add target-libmudflap.
4711 Consolidate *-*-netware targets (of which really only i?86 exists)
4712 into a single entry.
4713 * configure: Likewise.
4714
47152004-09-01 Paolo Bonzini <bonzini@gnu.org>
4716
4717 * Makefile.tpl (sorry): Remove.
4718 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4719 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4720 (do-clean): Clean per-stage directories too.
4721 (do-distclean): Run distclean-stage1 too.
4722 (.NOTPARALLEL): Enable during toplevel bootstrap.
4723 (stage[+id+]-bubble): Enable parallel execution during
4724 the recursive invocation.
4725 * Makefile.in: Regenerate.
4726
4727 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4728
4729 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4730
4731 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4732 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4733 * configure: regenerate
4734 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4735 -mdynamic-no-pic
4736
47372004-08-31 Paolo Bonzini <bonzini@gnu.org>
4738
4739 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4740 include.
4741 * configure.in: Fix indentation.
4742 * configure: Regenerate.
4743
47442004-08-31 Paolo Bonzini <bonzini@gnu.org>
4745
4746 * Makefile.def (build_modules): Add fixincludes.
4747 (dependencies): Make gcc depend on fixincludes.
4748 * configure.in (build_tools): Add fixincludes.
4749 (build_configdirs): Always include build_libs.
4750 * Makefile.in: Regenerate.
4751 * configure: Regenerate.
4752
47532004-08-30 Paolo Bonzini <bonzini@gnu.org>
4754
4755 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4756 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4757 phony targets; do not generate timestamp files.
4758 (distclean-stageN): Remove references to their timestamp files.
4759 (restageN, touch-stageN): Remove.
4760 (stageN-bubble): Rewritten.
4761 (compare): Support lean bootstraps.
4762 * Makefile.in: Regenerate.
4763
4764 * configure.in: Only warn when bootstrapping but
4765 build != host or build != target. Support lean bootstraps.
4766 * configure: Regenerate.
4767
4768 Sync from gcc:
4769 2004-08-26 Phil Edwards <phil@codesourcery.com>
4770
4771 * configure.in: Give a better error message if GMP/MPFR are missing
4772 and a language needing them has been requested.
4773 * configure: Regenerated.
4774
4775 2004-08-25 Phil Edwards <phil@codesourcery.com>
4776
4777 * configure.in: Print a list of available language front-ends if
4778 a requested one is missing. Tidy stray tab characters.
4779 * configure: Regenerated.
4780
47812004-08-17 Paolo Bonzini <bonzini@gnu.org>
4782
4783 * Makefile.in: Regenerate.
4784 * configure: Regenerate.
4785
4786 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4787 stage_*_flags.
4788 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4789 for bootstrapped modules if toplevel bootstrap is going.
4790 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4791 modules. Adjust for changes in Makefile.def. Enable several
4792 rules even in non-bootstrap mode, just to avoid peppering the
4793 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4794 (stage-[+prev+]-bubble): Remove.
4795
4796 * Makefile.def (Dependencies): Depend on all-build-bison,
4797 all-build-flex, all-build-byacc, all-build-texinfo, rather
4798 than the host variations.
4799 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4800 with BUILD_SUBDIR.
4801 (BISON): Update for recent Bisons.
4802 (YACC): Fix typo.
4803 (cross): Depend on all-build.
4804 (all): Do not depend on all-build.
4805 (prebootstrap): Remove.
4806 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4807 (Prebootstrap dependencies): Add them to the per-stage targets
4808 and to all-prebootstrap.
4809 * configure.in (build_configdirs): Always enable build_tools.
4810 (BUILD_DIR_PREFIX): Remove.
4811
4812 * Makefile.def (gcc): Add target variable.
4813 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4814 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4815 in the recursive `make', instead of hardwiring `all'.
4816 (Autogenerated TARGET-* variables): New.
4817
48182004-08-17 Robert Millan <robertmh@gnu.org>
4819
4820 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4821 (instead of FreeBSD).
4822 * configure: Regenerate.
4823
48242004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4825
4826 * Makefile.def, configure.in, src-release: Remove useless, bogus
4827 references to tix.
4828 * Makefile.in, configure: Regenerate.
4829
4830 * src-release: Stop distributing mmalloc with gdb (which doesn't
4831 use it).
4832 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4833 * Makefile.in: Regenerate.
4834
48352004-08-09 Mark Mitchell <mark@codesourcery.com>
4836
4837 * configure.in (arm*-*-eabi*): New target.
4838 * configure: Regenerate.
4839
48402004-08-01 Robert Millan <robertmh@gnu.org>
4841
4842 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4843 libmudflap for all GNU-based systems (with Glibc).
4844 * configure: Regenerate.
4845
48462004-08-06 Paolo Bonzini <bonzini@gnu.org>
4847
4848 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4849 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4850 (Dependencies): New section.
4851 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4852 (configure-target-[+module+]): Depend on maybe-all-gcc
4853 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4854 (toplevel profiledbootstrap): Fix dependencies.
4855 * Makefile.in: Regenerate.
4856
48572004-08-03 Mark Mitchell <mark@codesourcery.com>
4858
4859 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4860 target-libiberty to noconfigdirs.
4861
48622004-08-03 Paul Brook <paul@codesourcery.com>
4863
4864 * configure.in: Check for MPFR as well as GMP.
4865 * configure: Regenerate.
4866
48672004-08-03 Paolo Bonzini <bonzini@gnu.org>
4868
4869 * Makefile.def (host-modules): Add gcc.
4870 * Makefile.in: Regenerate.
4871 * Makefile.tpl (sorry): New rule.
4872 (configure-host, all-host, [+make_target+]-host, do-check,
4873 install-host): Do not add gcc as a special case.
4874 (host modules): Add a small special-casing for gcc. Export
4875 extra_make_flags through the environment.
4876 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4877 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4878 other recursive targets for gcc): Remove.
4879
4880 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4881 (stage, unstage): New rules.
4882 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4883 distclean-stage[+id+]): Use stage_current.
4884 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4885 the stage*-start rules.
4886
48872004-07-19 Robert Millan <robertmh@gnu.org>
4888
4889 Synced from gcc:
4890
4891 2004-04-26 Robert Millan <robertmh@gnu.org>
4892
4893 Add patches from libtool CVS.
4894 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4895 * ltconfig: Likewise.
4896 * ltcf-c.sh: Likewise.
4897 * ltcf-cxx.sh: Likewise.
4898 * ltcf-gcj.sh: Likewise.
4899
49002004-07-12 Paolo Bonzini <bonzini@gnu.org>
4901
4902 * configure.in: Add noconfigdirs for crx-*-*.
4903 * configure: Regenerate.
4904
49052004-07-12 Paolo Bonzini <bonzini@gnu.org>
4906
4907 Synced from gcc:
4908
4909 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4910
4911 * configure.in: Build libmudflap by default on FreeBSD.
4912 * configure: Regenerated.
4913
4914 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4915
4916 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4917 systems.
4918 * configure: Regenerated.
4919
4920 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4921
4922 PR target/16344
4923 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4924 feedback based compiler.
4925 * Makefile.in: Rebuilt.
4926
4927 2004-07-05 Phil Edwards <phil@codesourcery.com>
4928
4929 * configure.in: Do not prepend $srcdir to /dev/null in
4930 makefile fragments.
4931 * configure: Regenerate.
4932
49332004-07-08 Alexandre Oliva <aoliva@redhat.com>
4934
4935 * Makefile.def (host_modules): Set bootstrap=true for flex.
4936 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4937 * Makefile.in: Rebuilt.
4938
49392004-07-01 Paolo Bonzini <bonzini@gnu.org>
4940
4941 * Makefile.def (build_modules): Add bison, byacc, flex,
4942 m4, texinfo.
4943 (flags_to_pass): Add FLEX.
4944 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4945 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4946 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4947 DEFAULT_MAKEINFO): Remove.
4948 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4949 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4950 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4951 objdir or else use configured tool.
4952 (all-build): New.
4953 (all): Depend on it.
4954 (Build module dependencies): Add.
4955 * Makefile.in: Regenerate.
4956 * configure.in: Better support for multiple build modules,
4957 matching what is done for host/target modules. Do not look
4958 for "plausible" locations of build tools if Canadian cross.
4959 Use autoconf's AC_PROG_CC to find a C compiler. Define
4960 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4961 * configure: Regenerate.
4962
49632004-06-22 Paolo Bonzini <bonzini@gnu.org>
4964
4965 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4966 * Makefile.in: Regenerate.
4967
49682004-06-22 Paolo Bonzini <bonzini@gnu.org>
4969
4970 * Makefile.tpl (configure-build-[+module+],
4971 configure-[+module+], configure-target-[+module+]): Pass
4972 [+extra_configure_args+].
4973 (all-build-[+module+], all-[+module+], check-[+module+],
4974 install-[+module+], [+make_target+]-[+module+],
4975 all-target-[+module+], check-target-[+module+],
4976 install-target-[+module+], [+make_target+]-target-[+module+]):
4977 Pass [+extra_make_args+].
4978 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4979 (GCC_HOST_EXPORTS): Remove.
4980 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4981 cross, check-gcc, check-gcc-c++, install-gcc,
4982 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4983 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4984 * Makefile.in: Regenerate.
4985
49862004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4987
4988 * configure.in: Check for srcdir/winsup rather than build directory
4989 winsup.
4990 * configure: Regenerate.
4991
49922004-06-17 Corinna Vinschen <vinschen@redhat.com>
4993
4994 * configure.in: Don't build Cygwin native newlib if winsup
4995 directory is missing. Emit warning instead.
4996 * configure: Regenerate.
4997
49982004-06-09 Paolo Bonzini <bonzini@gnu.org>
4999
5000 * Makefile.tpl (touch-stage[+id+]): New.
5001 (restage[+prev+]): Depend on touch-stage[+id+].
5002
5003 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5004 Use it throughout.
5005
5006 * Makefile.def: Add profile and feedback bootstrap stages.
5007 Remove next field from bootstrap stages.
5008 * Makefile.tpl (LN, LN_S): Substitute.
5009 (stageN-start, stageN-end): Use double-colon rules, to
5010 provide a hook for additional setup commands.
5011 (distclean-stageN-gcc, restageN): Create dependencies from
5012 [+prev+], not from [+next+].
5013 (stageN-bubble): Add commands for successive stages from
5014 [+prev+], using double-colon rules.
5015 (all-stageN-gcc): Fix typo.
5016 (stagefeedback-start, profiledbootstrap): New.
5017 * Makefile.in: Regenerate.
5018 * configure.in: Call ACX_PROG_LN.
5019 * configure: Regenerate.
5020
50212004-06-03 Paolo Bonzini <bonzini@gnu.org>
5022
5023 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5024 without gcc.
5025 * configure: Regenerate.
5026
50272004-06-01 Paolo Bonzini <bonzini@gnu.org>
5028
5029 * Makefile.tpl: Fix typo.
5030 * Makefile.in: Regenerate.
5031
50322004-06-01 Paolo Bonzini <bonzini@gnu.org>
5033
5034 * configure.in: Remove new- prefix from toplevel
5035 bootstrap targets.
5036 * configure: Regenerate.
5037
50382004-06-01 Paolo Bonzini <bonzini@gnu.org>
5039
5040 Merge this patch from the gcc tree:
5041
5042 2004-05-30 Andreas Jaeger <aj@suse.de>
5043 Jim Wilson <wilson@specifixinc.com>
5044
5045 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5046 like CC.
5047
50482004-06-01 Paolo Bonzini <bonzini@gnu.org>
5049
5050 * Makefile.tpl (all.normal): Rename to all.
5051 (all): Replace with a rule to pick the default
5052 target from configure.
5053 (all-gcc, configure-gcc): Use conditionals to
5054 do nothing when toplevel bootstrap is going on.
5055 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5056 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5057 * configure.in: Support --enable-bootstrap.
5058
5059 * Makefile.def: Remove new- prefix from toplevel
5060 bootstrap targets.
5061 * Makefile.tpl: Likewise.
5062
5063 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5064 target.
5065
5066 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5067 $(RECURSE_FLAGS) to recursive invocation of make.
5068
5069 * Makefile.in: Regenerate.
5070 * configure: Regenerate.
5071
50722004-05-27 Daniel Jacobowitz <dan@debian.org>
5073
5074 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5075 * configure: Regenerate.
5076
50772004-05-25 Daniel Jacobowitz <drow@false.org>
5078
5079 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5080 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5081 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5082 targets.
5083 * Makefile.in: Regenerate.
5084
50852005-05-24 Paolo Bonzini <bonzini@gnu.org>
5086
5087 * configure.in: Test the ability to symlink directories.
5088 * configure: Regenerate.
5089
5090 * Makefile.def (bootstrap-stage): New definitions.
5091 * Makefile.tpl (configure-stage1-gcc,
5092 configure-stage2-gcc, configure-stage3-gcc,
5093 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5094 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5095 new-restage3, compare): Autogenerate, see Makefile.in
5096 entry for behavioral changes.
5097 (distclean-stage1, new-stage1-start, new-stage1-end,
5098 new-stage1-bubble, distclean-stage2, new-stage2-start,
5099 new-stage2-end, new-stage2-bubble, distclean-stage3,
5100 new-stage3-start, new-stage3-end): New autogenerated targets.
5101 (objext, prebootstrap, BOOT_CFLAGS,
5102 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5103 targets.
5104
5105 * Makefile.in: Regenerate.
5106 (distclean-stage1, new-stage1-start, new-stage1-end,
5107 new-stage1-bubble, distclean-stage2, new-stage2-start,
5108 new-stage2-end, new-stage2-bubble, distclean-stage3,
5109 new-stage3-start, new-stage3-end): New targets.
5110 (all-stage1-gcc): Move prebootstrap dependency from here...
5111 (configure-stage1-gcc): ...to here.
5112 (new-bootstrap): Use bubble targets.
5113 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5114 Use per-stage distclean targets.
5115 (configure-stage1-gcc, configure-stage2-gcc,
5116 configure-stage3-gcc, all-stage1-gcc,
5117 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5118 Use new-stageN-start to prepare the tree.
5119
51202004-05-23 Paolo Bonzini <bonzini@gnu.org>
5121
5122 * Makefile.def (host_modules): add libcpp.
5123 * Makefile.tpl: Add dependencies on and for libcpp.
5124 * Makefile.in: Regenerate.
5125 * configure.in: Add libcpp host module.
5126 * configure: Regenerate.
5127
51282004-05-17 Zack Weinberg <zack@codesourcery.com>
5129
5130 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5131 of libf2c.
5132 * configure, Makefile.in: Regenerate.
5133
51342004-05-13 Diego Novillo <dnovillo@redhat.com>
5135
5136 Merge from tree-ssa-20020619-branch.
5137
5138 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5139 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5140 (HOST_GMPLIBS): Define.
5141 (HOST_GMPINC): Define.
5142 (TARGET_LIB_PATH): Add libmudflap.
5143 (GFORTRAN_FOR_TARGET): Define.
5144 (configure-build*): Export GFORTRAN.
5145 (configure-gcc): Export GMPLIBS and GMPINC.
5146 (all-gcc): Add maybe-all-libbanshee.
5147 (configure-target-libgfortran): Define.
5148 * Makefile.in: Regenerate.
5149 * configure.in (host_libs): Add libbanshee.
5150 (target_libraries): Add target-libmudflap and target-libgfortran.
5151 Add --with-libbanshee.
5152 Handle --disable-libmudflap.
5153 (*-*-freebsd*): Use with_gmp.
5154 Add $(libgcj) to noconfigdirs.
5155 * configure: Regenerate.
5156 * depcomp: New file.
5157 * MAINTAINERS: Add tree-ssa maintainers.
5158
51592004-04-28 Paolo Bonzini <bonzini@gnu.org>
5160
5161 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5162 * configure: Regenerate.
5163
51642004-04-27 Paolo Bonzini <bonzini@gnu.org>
5165
5166 Revert:
5167 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5168
5169 * Makefile.def (flags_to_pass): Remove *dir variables that
5170 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5171 as well as prefix and exec_prefix.
5172 * Makefile.in: Regenerate.
5173
51742004-04-26 Paolo Bonzini <bonzini@gnu.org>
5175
5176 * Makefile.def (host_modules): Mark with the bootstrap
5177 flag packages on which gcc depends.
5178 * Makefile.tpl (all-bootstrap): Use it.
5179 * Makefile.in: Regenerate.
5180
51812004-04-26 Paolo Bonzini <bonzini@gnu.org>
5182
5183 * Makefile.def (flags_to_pass): Remove *dir variables that
5184 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5185 as well as prefix and exec_prefix.
5186 * Makefile.in: Regenerate.
5187
51882004-04-26 Paolo Bonzini <bonzini@gnu.org>
5189
5190 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5191 * configure: Regenerate.
5192 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5193 * gcc/Makefile.tpl (compare): Use the result of the test.
5194 * gcc/Makefile.in: Regenerate.
5195
51962004-04-23 Paolo Bonzini <bonzini@gnu.org>
5197
5198 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5199 Always relocate gcc and prev-gcc to the original names, even
5200 if the build fails.
5201 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5202 New targets.
5203
52042004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5205
5206 * configure.in (mips*-*-irix5*): Enable ld.
5207 * configure: Regenerate.
5208
52092004-04-15 James E Wilson <wilson@specifixinc.com>
5210
5211 * Makefile.tpl (configure-[+module+], configure-gcc,
5212 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5213 Set and export LDFLAGS.
5214 * Makefile.in: Regenerate.
5215
52162004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5217
5218 PR bootstrap/14871
5219 * Makefile.tpl: If we don't have built-in-tree target tools,
5220 use the ones found by configure rather than hacking around with
5221 program_transform_name.
5222 * configure.in: Give Makefile.tpl the information necessary
5223 to do that.
5224 * Makefile.in: Regenerate.
5225 * configure: Regenerate.
5226
52272004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5228
5229 PR bootstrap/14760
5230 * configure.in: When computing baseargs, strip *all* copies of
5231 offending options. Also, don't match/substitute the trailing space,
5232 so that this actually works when two similar options are separated by
5233 only one space.
5234 * configure: Regenerate.
5235
52362004-04-06 David Edelsohn <edelsohn@gnu.org>
5237
5238 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5239 (rs6000-*-aix*): Same.
5240 * configure: Regenerate.
5241
52422004-03-25 Stan Shebs <shebs@apple.com>
5243
5244 Remove MPW support, no longer used.
5245 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5246 mpw-install: Remove files.
5247 * src-release (DEVO_SUPPORT): Remove names of removed files.
5248 * MAINTAINERS: Likewise.
5249
52502004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5251
5252 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5253 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5254 * Makefile.in: Regenerate.
5255
5256 * configure.in (top level bootstrap support): Rework --enable-werror
5257 to set @stage2_werror_flag@.
5258 * configure: Regenerate.
5259 * Makefile.tpl (top level bootstrap support): Pass
5260 @stage2_werror_flag@ down to configure in stages 2 and 3.
5261 * Makefile.in: Regenerate.
5262
52632004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5264
5265 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5266 for stages 2 and 3 as well as in make. As a consequence, remove
5267 OUTPUT_OPTION (now detected by configure) from the flags passed down
5268 to make.
5269 * Makefile.in: Regenerate.
5270
5271 * Makefile.tpl (new-bootstrap): Fix typo.
5272 * Makefile.in: Regenerate.
5273
52742004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5275
5276 * Makefile.tpl: Rearrange by moving recursive_targets rules
5277 into their proper sections.
5278 * Makefile.tpl (top level bootstrap support): Move disabling
5279 of coverage flags from 'make' to 'configure'; improve comments.
5280 * Makefile.in: Regenerate.
5281
5282 * Makefile.tpl (experimental top level bootstrap) Move stage1
5283 language setting from all- target to configure- target; disable
5284 intermodule optimization in stage 1; prevent gratuitous rebuilds
5285 of stage 1.
5286 * Makefile.in: Regenerate.
5287 * configure.in: Comma-separate stage 1 language list for top
5288 level bootstrap.
5289 * configure: Regenerate.
5290
5291 * Makefile.tpl: Clean up experimental top level bootstrap support:
5292 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5293 prev-gcc in configure- targets as well as all- targets.
5294 * Makefile.in: Regenerate.
5295
52962004-03-17 Paolo Bonzini <bonzini@gnu.org>
5297
5298 * configure.in: Remove symbolic link section.
5299 * configure: Regenerate.
5300 * Makefile.tpl (links): Remove.
5301 * Makefile.in: Regenerate.
5302
53032004-03-15 Paolo Bonzini <bonzini@gnu.org>
5304 Nathanael Nerode <neroden@gcc.gnu.org>
5305
5306 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5307 Set with AC_CHECK_PROGS.
5308 * configure.in: Fix comment typo from last patch.
5309 * configure: Regenerate.
5310
53112004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5312
5313 * Makefile.tpl: Introduce experimental top level bootstrap support.
5314 * Makefile.in: Regenerate.
5315 * configure.in: Introduce support for top level bootstrap.
5316 * configure: Regenerate.
5317
53182004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
5319 Paolo Bonzini <bonzini@gnu.org>
5320
5321 PR bootstrap/14522
5322 * configure.in: Cope with shells that do not support unquoted ^
5323 * configure: Regenerate.
5324
53252004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
5326 Paolo Bonzini <bonzini@gnu.org>
5327
5328 PR bootstrap/14522
5329 * configure.in: Cope with shell that do not support nesting
5330 quotes inside quoted backquote substitutions.
5331 * configure: Regenerate.
5332
53332004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5334
5335 PR bootstrap/14522
5336 * configure.in: Fix escaping of $.
5337 * configure: Regenerate.
5338
53392004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5340
5341 * configure: Regenerate.
5342
53432004-03-08 Paolo Bonzini <bonzini@gnu.org>
5344
5345 PR ada/14131
5346 Move language detection to the top level.
5347 * configure.in: Find default values for the tools as
5348 soon as possible. Disable ada if GNAT is not found.
5349 Emit error message about missing languages. Expand
5350 --enable-languages=all for the gcc subdirectory.
5351
53522004-03-01 Richard Sandiford <rsandifo@redhat.com>
5353
5354 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5355 and disable libgcj.
5356 * configure: Regenerated.
5357
53582004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5359
5360 PR bootstrap/7087
5361 * Makefile.tpl: Guard XFOO sed statements better.
5362 * Makefile.tpl: Add dependency for configure-target-libada.
5363 * Makefile.in: Regenerate (incidentally fixes broken
5364 commit when libada-branch was merged).
5365
53662004-02-28 Andrew Cagney <cagney@redhat.com>
5367
5368 * src-release (CVS_NAMES): Define.
5369 (do-tar, do-tar): Prune $(CVS_NAMES).
5370
53712004-02-23 Andrew Cagney <cagney@redhat.com>
5372
5373 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5374 2004-02-19.09.
5375
53762004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5377
5378 PR bootstrap/11932
5379 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5380
53812004-02-19 Andrew Cagney <cagney@redhat.com>
5382
5383 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5384 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5385
53862004-02-11 David Edelsohn <edelsohn@gnu.org>
5387
5388 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5389 (rs6000-*-aix*): Same.
5390 * configure: Regenerate.
5391
53922004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5393
5394 * configure.in (host): Add in missing $noconfigdirs to defines.
5395 * configure: Regenerate.
5396
53972004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5398 Nathanael Nerode <neroden@gcc.gnu.org>
5399
5400 PR ada/6637, PR ada/5911
5401 Merge with libada-branch:
5402 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5403 with appropriate dependencies. Add --enable-libada configure switch.
5404 * configure, Makefile.in: Regenerate.
5405
54062004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5407
5408 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5409 * configure: Regenerate.
5410
54112004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5412
5413 * COPYING.NEWLIB: Update Red Hat license to 2004.
5414
54152004-01-23 DJ Delorie <dj@redhat.com>
5416
5417 * Makefile.def (target_modules) [libiberty]: Don't stage.
5418 * Makefile.in: Rebuilt.
5419
54202004-01-23 Jeff Johnston <jjohnstn@redhat.com>
5421
5422 * COPYING.NEWLIB: Update to include copyrights for new
5423 iconv code.
5424
54252004-01-15 Andrew Cagney <cagney@redhat.com>
5426
5427 * src-release: Update copyright year.
5428 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5429 (NEWLIB_SUPPORT_DIRS): Delete macro.
5430 (newlib.tar.bz2): Delete rule.
5431
54322004-01-14 Loren J. Rittle <ljrittle@acm.org>
5433
5434 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5435 * Makefile.tpl (configure-target-[+module+]): Support stage.
5436 * Makefile.in: Rebuilt.
5437
54382003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5439
5440 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5441 throughout.
5442
54432004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5444
5445 * configure.in: Use ./config.cache, not config.cache.
5446 * configure: Regenerate.
5447 * Makefile.tpl: Special-casing not needed for GCC any more.
5448 * Makefile.in: Regenerate.
5449
5450 * configure.in: Don't share a cache file for host dirs.
5451 * configure: Regenerate.
5452
5453 * config-ml.in: Don't mess with the cache file.
5454
54552004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5456
5457 * Makefile.tpl: Make GCC use a separate config.cache.
5458 * Makefile.in: Regenerate.
5459
5460 PR bootstrap/11932, PR bootstrap/11933
5461 (I don't know if it will fix either of them, but it relates
5462 to them.)
5463 * configure.in: Don't use shared config.cache for target
5464 directories.
5465 * configure: Regenerate.
5466
54672003-12-31 Roger Sayle <roger@eyesopen.com>
5468
5469 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5470 * configure: Regenerated.
5471
54722003-12-21 Bernardo Innocenti <bernie@develer.com>
5473
5474 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5475 * configure: Regenerated.
5476
54772003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5478
5479 Port change over from GCC:
5480 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5481 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5482 (configure-build-[+module+], configure-[+module+]): Likewise.
5483 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5484 * Makefile.in: Regenerate.
5485
54862003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5487
5488 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5489 * configure: Regenerate.
5490
54912003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5492
5493 * COPYING.NEWLIB: Add license info for long long routines added to
5494 stdlib.
5495
54962003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5497
5498 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5499 * Makefile.in: Regenerate.
5500
55012003-10-20 Phil Edwards <phil@codesourcery.com>
5502
5503 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5504 * configure: Regenerate.
5505
55062003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5507
5508 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5509 HOST_FLAGS_TO_PASS.
5510 * Makefile.in: Regenerate.
5511
55122003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5513
5514 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5515 * configure: Rebuilt
5516 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5517 * Makefile.in: Rebuilt
5518
55192003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5520
5521 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5522
55232003-10-01 Phil Edwards <pme@gcc.gnu.org>
5524
5525 * config-ml.in: Use ac_configure_args directly instead of
5526 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5527 actually seen.
5528
55292003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5530
5531 * config-ml.in: Propagate INSTALL variables.
5532
55332003-09-21 Daniel Jacobowitz <drow@mvista.com>
5534
5535 * configure.in: Pass a computed --program-transform-name
5536 to subconfigures.
5537 * configure: Regenerated.
5538
55392003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5540
5541 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5542 * Makefile.in: Regenerate.
5543
5544 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5545 * Makefile.in: Regenerate.
5546
55472003-09-17 Daniel Jacobowitz <drow@mvista.com>
5548
5549 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5550 quoting.
5551 * configure: Regenerated.
5552
55532003-09-12 Michael Chastain <mec@shout.net>
5554
5555 Fix PR gdb/857.
5556 * src-release (do-proto-topleve): Remove junk files
5557 intl/config.cache, intl/config.status,
5558 intl/config.h, intl/stamp-h.
5559
55602003-09-14 Andrew Cagney <cagney@redhat.com>
5561
5562 * src-release (dejagnu.tar): New target.
5563 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5564 (do-djunpack): Use $(PACKAGE) for the package name.
5565
55662003-09-04 DJ Delorie <dj@redhat.com>
5567
5568 * configure: Regenerate.
5569
55702003-09-04 Robert Millan <robertmh@gnu.org>
5571
5572 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5573
55742003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5575
5576 * configure.in: Ensure arguments to sed are properly spaced.
5577 * configure: Regenerate.
5578
55792003-08-28 Daniel Jacobowitz <drow@mvista.com>
5580
5581 Merge from gcc:
5582 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5583 * install-sh: Update to newer upstream versions (associated with
5584 aclocal 1.7).
5585 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5586
55872003-08-27 Daniel Jacobowitz <drow@mvista.com>
5588
5589 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5590 * configure: Regenerated.
5591
55922003-08-23 Phil Edwards <pme@gcc.gnu.org>
5593
5594 * configure.in: Use newline instead of semicolon when assuming
5595 shell arguments in a for loop.
5596 * configure: Regenerated.
5597
55982003-08-20 Geoffrey Keating <geoffk@apple.com>
5599
5600 PR 8180
5601 * configure.in: When testing with_libs and with_headers, treat
5602 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5603 * configure: Regenerate.
5604
5605 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5606 make, shell, etc.
5607 (baseargs): Likewise.
5608 * configure: Regenerate.
5609
56102003-08-19 Geoffrey Keating <geoffk@apple.com>
5611
5612 * configure.in: Disable libgcj for darwin not on powerpc.
5613 * configure: Rebuild.
5614
56152003-08-15 Michael Chastain <mec@shout.net>
5616
5617 * src-release (do-proto-toplev): Remove junk files
5618 dejagnu/example/calc/config.status,
5619 dejagnu/example/calc/config.log.
5620
56212003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5622
5623 * config-ml.in, symlink-tree: Add license.
5624
56252003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5626
5627 Merge from gcc:
5628
5629 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5630 * Makefile.tpl (check, check-c++): Express dependencies using
5631 dependencies rather than commands.
5632 * Makefile.in: Regenerate.
5633
5634 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5635 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5636 * Makefile.in: Update.
5637
56382003-08-01 Andrew Cagney <cagney@redhat.com>
5639
5640 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5641 * configure: Ditto.
5642
56432003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5644
5645 * configure.in: Enable libgcj for darwin.
5646 * configure: Rebuild.
5647
56482003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5649
5650 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5651
56522003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5653
5654 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5655 creating target and build subdirs to build all parent dirs as needed.
5656 * Makefile.in: Rebuild.
5657 * configure.in: Don't build dirs explicitly here.
5658 * configure: Rebuild.
5659
56602003-07-22 Alexandre Oliva <aoliva@redhat.com>
5661
5662 * Makefile.tpl (all-make): Depend on intl.
5663 * Makefile.in: Rebuilt.
5664
56652003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5666
5667 * config.if: Remove unused libc_interface determination.
5668
56692003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5670
5671 * Makefile.in: Regenerate, correctly this time.
5672
56732003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5674
5675 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5676 unused INSTALL_PROGRAM_ARGS.
5677 * configure.in: Use AC_PROG_INSTALL.
5678 * Makefile.in: Regenerate.
5679 * configure: Regenerate.
5680
56812003-07-10 Alexandre Oliva <aoliva@redhat.com>
5682
5683 * configure: Rebuilt.
5684 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5685 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5686 newlib nor libgloss.
5687 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5688 * configure.in (am33_2.0-*-linux*): Added.
5689
56902003-07-09 Bob Wilson <bob.wilson@acm.org>
5691
5692 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5693 * configure: Regenerate.
5694
56952003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5696
5697 * config-ml.in: Replace PWD with PWD_COMMAND.
5698 * Makefile.tpl: Likewise.
5699 * Makefile.in: Regenerated.
5700
57012003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5702
5703 * configure.in: Clean up config-lang.in handling. Delete
5704 useless assignment to "subdirs".
5705 * configure: Regenerate.
5706
57072003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5708
5709 * configure.in: Rename 'target_libs' to 'target_libraries'.
5710 Remove useless reference to 'target_libs'.
5711 * configure: Regenerate.
5712
57132003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5714
5715 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5716 * Makefile.in: Regenerate.
5717
57182003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5719
5720 * Makefile.def: Introduce flags_to_pass.
5721 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5722 * Makefile.in: Regenerate.
5723
57242003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5725
5726 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5727 and target-libgloss.
5728 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5729 <h8300*-*-*>: Disable libf2c and ${libgcj}.
5730 * configure: Regenerate.
5731
57322003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5733
5734 * configure.in: Update testsuite_flags to new location.
5735 * configure. Regenerate.
5736
57372003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5738
5739 * Makefile.tpl: Remove BUILD_CC stuff.
5740 * Makefile.in: Regenerate.
5741
57422003-06-14 H.J. Lu <hongjiu.lu@intel.com>
5743
5744 * config.guess: Update to 2003-06-12 version.
5745 * config.sub: Update to 2003-06-13 version.
5746
57472003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5748
5749 * MAINTAINERS: Add myself as MIPS co-maintainer.
5750
57512003-06-12 H.J. Lu <hongjiu.lu@intel.com>
5752
5753 * config.guess: Update to 2003-06-06 version.
5754 * config.sub: Update to 2003-06-06 version.
5755
57562003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5757
5758 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5759 * configure. Regenerate.
5760
57612003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5762
5763 * configure.in: Disable serial configure by default.
5764 * configure: Regenerate.
5765 * Makefile.tpl: Abolish .NOTPARALLEL.
5766 * Makefile.in: Regenerate.
5767
5768 * Makefile.tpl: Replace {build,host,target}_canonical by
5769 {build,host,target}.
5770 * Makefile.in: Regenerate.
5771
5772 * Makefile.tpl: Fix stupid pasto.
5773 * Makefile.in: Regenerate.
5774
57752003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5776
5777 * Makefile.tpl: Remove bogus conditional.
5778 * Makefile.in: Regenerate.
5779
57802003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5781
5782 * Makefile.tpl: Make 'recursive targets' using autogen rather
5783 than shell loop. Remove duplicate 'clean' targets and false
5784 comments.
5785 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5786 Add systematic method of specifying missing targets in subdirs.
5787 Add copyright boilerplate.
5788 * Makefile.in: Regenerate.
5789 * configure.in: Add 'recursive targets' to maybe list.
5790 * configure: Regenerate.
5791
5792 * Makefile.tpl: Rename [+target+] to [+make_target+].
5793 * Makefile.def: Rename 'target' to 'make_target'.
5794
57952003-05-30 Nick Clifton <nickc@redhat.com>
5796
5797 * README-maintainer-mode: Update URL for locating blessed config
5798 tools.
5799
58002003-05-29 Robert Millan <rmh@debian.org>
5801
5802 * ltconfig: Import this patch and modify for use with current
5803 version of ltconfig:
5804
5805 2003-05-21 Bruno Haible <bruno@clisp.org>
5806
5807 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5808 GNU/FreeBSD.
5809
58102003-05-28 DJ Delorie <dj@redhat.com>
5811
5812 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5813 * Makefile.in: Regenerate.
5814
58152003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5816
5817 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
5818
58192003-05-21 DJ Delorie <dj@redhat.com>
5820
5821 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5822 newlib or libgloss.
5823 * Makefile.in: Regenerate.
5824
58252003-05-21 DJ Delorie <dj@redhat.com>
5826
5827 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5828 * Makefile.in: Regenerate.
5829
58302003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5831
5832 * configure.in: Use curly braces in the definition of tooldir.
5833 * configure: Regenerate.
5834
58352003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5836
5837 * configure.in: Switch more things to use maybe dependencies.
5838 * Makefile.tpl: Switch more things to use maybe dependencies.
5839 Factor out common code from autogen IF statements.
5840 * configure: Regenerate.
5841 * Makefile.in: Regenerate.
5842
58432003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5844
5845 * configure.in: Accept i[3456789]86 for machine type.
5846 * configure: Regenerate.
5847
58482003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5849
5850 * configure.in: Switch more things to use maybe dependencies.
5851 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5852 * configure: Regenerate.
5853 * Makefile.tpl: Switch more things to use maybe dependencies.
5854 * Makefile.in: Regenerate.
5855
58562003-05-16 Andreas Schwab <schwab@suse.de>
5857
5858 * Makefile.tpl (install-opcodes): Define.
5859 * Makefile.in: Rebuild.
5860
58612003-05-13 Andreas Jaeger <aj@suse.de>
5862
5863 * config.guess: Update to 2003-05-09 version.
5864 * config.sub: Update to 2003-05-09 version.
5865
58662003-05-13 Michael Eager <eager@mvista.com>
5867
5868 * configure.in: Correct sed script so that options in quotes are not
5869 deleted.
5870 * configure: Rebuild.
5871
58722003-05-12 Corinna Vinschen <corinna@vinschen.de>
5873
5874 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5875 and $$s/newlib/libc/sys/cygwin32 include paths.
5876 * configure: Ditto.
5877
58782003-05-05 H.J. Lu <hjl@gnu.org>
5879
5880 * config-ml.in: Restored from gcc repository.
5881
58822003-05-02 Chris Demetriou <cgd@broadcom.com>
5883
5884 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5885 * Makefile.in: Regenerate.
5886
58872003-04-27 Daniel Jacobowitz <drow@mvista.com>
5888
5889 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5890 and Makefile.def.
5891
58922003-04-27 Daniel Jacobowitz <drow@mvista.com>
5893
5894 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5895 * Makefile.in: Regenerated.
5896
58972003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5898
5899 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5900 * Makefile.in: Regenerate.
5901
59022003-04-18 Jakub Jelinek <jakub@redhat.com>
5903
5904 * configure.in (powerpc64*-*-linux*): Remove.
5905 * configure: Rebuilt.
5906
59072003-04-17 Phil Edwards <pme@gcc.gnu.org>
5908
5909 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5910 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5911 and restrap.
5912 * Makefile.in: Regenerate.
5913
59142003-04-16 Richard Earnshaw <rearnsha@arm.com>
5915
5916 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5917 * configure: Regenerated.
5918
59192003-04-11 Alexandre Oliva <aoliva@redhat.com>
5920
5921 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5922 * */configure: Rebuilt.
5923
59242003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5925
5926 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5927 * Makefile.in: Regenerate.
5928
59292003-03-14 Michael Chastain <mec@shout.net>
5930
5931 * Makefile.in: Regenerate with correct Makefile.def.
5932
59332003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5934
5935 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5936 Make macro.
5937 * Makefile.in: Regenerate.
5938 * configure.in: Clean up gxx_include_dir logic.
5939 * configure: Regenerate.
5940
59412003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5942
5943 * configure.in (gxx_include_dir): Fix typo.
5944 * configure: Regenerated.
5945
59462003-03-06 Andrew Cagney <cagney@redhat.com>
5947
5948 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5949
59502003-03-04 Daniel Jacobowitz <drow@mvista.com>
5951
5952 * configure.in: Include $(build_tooldir)/sys-include in
5953 FLAGS_FOR_TARGET.
5954 * configure: Regenerated.
5955
59562003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5957
5958 * Makefile.tpl: Reindent.
5959 * Makefile.in: Regenerate.
5960 * configure.in: Reindent. Don't set unused variables.
5961 * configure: Regenerate.
5962
5963 * Makefile.tpl: Always pass down RANLIB.
5964 * Makefile.in: Regenerate.
5965
5966 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5967 * Makefile.in: Regenerate.
5968 * configure.in: Remove unused logic relating to --enable-shared
5969 and --enable-threads. Remove bogus comments. Remove redundant
5970 noconfigdirs.
5971 * configure: Regenerate.
5972
5973 * configure.in: Replace ${libstdcxx_version} by its value.
5974 Remove reference to mh-dgux.
5975 * configure: Regenerate.
5976
59772003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5978
5979 * Makefile.tpl: Rearrange.
5980 * Makefile.in: Regenerate.
5981
59822003-02-25 Nick Clifton <nickc@redhat.com>
5983
5984 * configure: Remove site-file supprot - it is obsolete.
5985
59862003-02-24 Uwe Stieber <uwe@wwws.de>
5987
5988 * configure.in: Add support for kaOS as cross build target system.
5989 * configure: Regenerated.
5990
59912003-02-20 Sean McNeil <sean@blue.mcneil.com>
5992
5993 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5994 configure-target-* as some target builds may require additional
5995 flags for preprocessor tests.
5996 * Makefile.in: Regenerated.
5997
59982003-02-19 Alexandre Oliva <aoliva@redhat.com>
5999
6000 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6001 * ltconfig: Handle it.
6002 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6003 auto-detecting it.
6004
60052003-02-19 Alexandre Oliva <aoliva@redhat.com>
6006
6007 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6008 it is used as argument to $CC.
6009 * ltcf-gcj.sh: Likewise.
6010
60112003-02-19 Alexandre Oliva <aoliva@redhat.com>
6012
6013 * configure.in: Introduce --enable-maintainer-mode.
6014 * configure: Rebuilt.
6015 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6016 for maintainer mode.
6017 * Makefile.in: Rebuilt.
6018
60192003-02-19 Andrew Cagney <ac131313@redhat.com>
6020
6021 * configure: Regenerate using autoconf 2.13.
6022
60232003-02-19 Alan Modra <amodra@bigpond.net.au>
6024
6025 * config.guess: Import latest version.
6026 * config.sub: Import latest version.
6027
60282003-02-18 Jason Merrill <jason@redhat.com>
6029
6030 * Makefile.tpl (check-c++): Allow parallelism.
6031
60322003-02-17 Andrew Cagney <ac131313@redhat.com>
6033
6034 * configure: Regenerate using autoconf 000227.
6035
60362003-02-15 Geoffrey Keating <geoffk@apple.com>
6037
6038 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6039 don't configure target-libobjc.
6040 * configure: Regenerate.
6041
60422003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6043
6044 * Makefile.tpl (RANLIB): Define.
6045 * Makefile.in: Regenerate.
6046
60472003-02-06 Keith R Seitz <keiths@redhat.com>
6048
6049 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6050 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6051 * Makefile.in: Regenerated.
6052 * configure.in: Remove all traces of snavigator, db, and grep.
6053 * configure: Regenerated.
6054
60552003-01-31 Frank Ch. Eigler <fche@redhat.com>
6056
6057 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6058 * Makefile.in: Regenerated.
6059
60602003-01-30 Alexandre Oliva <aoliva@redhat.com>
6061
6062 * config.if: Copy from GCC.
6063
60642003-01-27 Phil Edwards <pme@gcc.gnu.org>
6065
6066 * configure.in: Revert 24Jan change.
6067 * configure: Regenerate.
6068
60692003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6070
6071 * configure.in: Revert previous change.
6072 * configure: Regenerate.
6073
60742003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6075
6076 * configure.in: Make rda native-only.
6077 * configure: Regenerate.
6078
60792003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6080
6081 * configure.in: Add missing \.
6082 * configure: Rebuilt.
6083
60842003-01-17 Jakub Jelinek <jakub@redhat.com>
6085
6086 * configure.in (baseargs): Avoid using \| in sed regular
6087 expressions.
6088 * configure: Rebuilt.
6089
60902003-01-16 Jakub Jelinek <jakub@redhat.com>
6091
6092 * configure.in (baseargs): Remove all supported forms of
6093 --cache-file, --srcdir, --host, --build and --target options
6094 from argument lists.
6095 * configure: Rebuilt.
6096
60972003-01-15 Alexandre Oliva <aoliva@redhat.com>
6098
6099 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6100 * configure: Rebuilt.
6101
61022003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6103
6104 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6105 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6106 * Makefile.in: Regenerate.
6107 * configure: Regenerate.
6108
61092003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6110
6111 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6112 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6113 * Makefile.in: Regenerate.
6114
61152003-01-09 Alexandre Oliva <aoliva@redhat.com>
6116
6117 * configure.in: Remove Makefile in build, host and target modules
6118 unless configure was run with --no-recursion.
6119 * configure: Rebuilt.
6120
61212003-01-08 Chris Demetriou <cgd@broadcom.com>
6122
6123 * config.guess: Update to 2003-01-03 version.
6124 * config.sub: Update to 2003-01-03 version.
6125
61262003-01-07 Christopher Faylor <cgf@redhat.com>
6127
6128 * configure: Regenerate with proper autoconf 2.13.
6129
61302003-01-07 Christopher Faylor <cgf@redhat.com>
6131
6132 * configure.in: Add AC_PREREQ for consistency.
6133 * configure: Regenerate.
6134
61352003-01-06 Andrew Cagney <ac131313@redhat.com>
6136
6137 * configure.in (GDB_TK): Add tcl directories conditional on
6138 gdb/gdbtk directory being present.
6139 * configure: Regenerate.
6140
61412003-01-04 John David Anglin <dave.anglin@nrc.ca>
6142
6143 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6144 by gcc if LD is not defined and we are not doing a Canadian Cross.
6145 * configure: Rebuilt.
6146
61472003-01-01 Daniel Jacobowitz <drow@mvista.com>
6148
6149 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6150
61512002-12-31 Tom Tromey <tromey@redhat.com>
6152
6153 * Makefile.in: Rebuilt.
6154 * Makefile.def (target_modules) [libffi]: Allow installation.
6155
61562002-12-31 Andreas Schwab <schwab@suse.de>
6157
6158 * configure.in: Fix use of $program_transform_name.
6159 * configure: Regenerated.
6160
61612002-12-30 Daniel Jacobowitz <drow@mvista.com>
6162
6163 * configure.in (baseargs): Don't remove first configure argument.
6164 * configure: Regenerated.
6165
61662002-12-29 Alexandre Oliva <aoliva@redhat.com>
6167
6168 * Makefile.tpl (local-distclean): Don't remove...
6169 (multilib.ts): ... this. Moved into...
6170 (multilib.out): ... this. Don't use sub-make.
6171 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6172 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6173 (configure-build-[+module+], configure-[+module+],
6174 configure-target-[+module+], configure-gcc): ... these. Test
6175 for Makefile existence. Drop config.status from dependencies.
6176 * Makefile.in: Rebuilt.
6177 * configure.in: Move gcc-version-trigger to the end of
6178 ac_configure_args. Add comments to maybedep.tmp and
6179 serdep.tmp. Introduce --disable-serial-configure. Remove
6180 nonopt from baseargs, matching and removing corresponding
6181 whitespace while at it.
6182 * configure: Rebuilt.
6183
61842002-12-28 Alexandre Oliva <aoliva@redhat.com>
6185
6186 * configure.in (host_configargs): Replace reference to
6187 no-longer-defined buildopts with --build=${build_alias}.
6188 * configure: Rebuilt.
6189
61902002-12-28 Alexandre Oliva <aoliva@redhat.com>
6191
6192 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6193 program_transform_name to standard idiom.
6194 (AUTOGEN, AUTOCONF): Define.
6195 (Makefile.in): Use $(AUTOGEN).
6196 (Makefile): Depend on config.status, and use autoconf-style rule to
6197 build it. Move original commands to...
6198 (config.status): ... this new target.
6199 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6200 $(AUTOCONF).
6201 * Makefile.in: Rebuilt.
6202
62032002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6204
6205 * Makefile.tpl: Fix dramatic bustage due to change in
6206 program_transform_name.
6207 * Makefile.in: Regenerate.
6208
6209 * configure.in: Remove unnecessary PATH setting.
6210 * configure: Regnerate.
6211
6212 * configure.in: Don't default to unprefixed tools unless
6213 the native tools will work.
6214 * configure: Regenerate.
6215
6216 * configure.in: Convert to autoconf script. Blow away lots
6217 of now-redundant Makefile fragments.
6218 * configure: Generate using Autoconf.
6219 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6220 * Makefile.in: Regenerate.
6221
62222002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6223
6224 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
6225 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6226
6227 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6228 where they belong.
6229
62302002-12-24 Andreas Schwab <schwab@suse.de>
6231
6232 * Makefile.tpl (multilib.out): Fix missing space.
6233 * Makefile.in: Regenerate.
6234
62352002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6236
6237 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6238 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6239 * Makefile.in: Regenerate.
6240 * configure.in: Remove unnecessary leftovers.
6241
62422002-12-21 Geoffrey Keating <geoffk@apple.com>
6243
6244 * configure.in (extra_ranlibflags_for_target): New variable.
6245 (*-*-darwin): Add -c to ranlib commands.
6246 * configure (tooldir): Handle extra_ranlibflags_for_target.
6247
62482002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6249
6250 * COPYING.NEWLIB: Updated.
6251 * COPYING.LIBGLOSS: Ditto.
6252
62532002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6254
6255 * Makefile.tpl: Revert HJL's change.
6256 * Makefile.in: Regenerated.
6257 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6258 always.
6259
62602002-12-19 Andreas Schwab <schwab@suse.de>
6261
6262 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6263 * Makefile.in: Regenerate.
6264
62652002-12-18 H.J. Lu <hjl@gnu.org>
6266
6267 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6268 * Makefile.in: Regenerated.
6269
6270 * configure.in (build_prefix): New. Substitute.
6271
62722002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6273
6274 * Makefile.tpl: Don't let real targets depend on phony targets.
6275 * Makefile.in: Regenerate.
6276
6277 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6278 * Makefile.in: Regenerate.
6279
62802002-12-16 Jason Merrill <jason@redhat.com>
6281
6282 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6283 previous 'make bootstrap'.
6284 * Makefile.in: Regenerate.
6285
62862002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6287
6288 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6289
62902002-12-13 Jason Merrill <jason@redhat.com>
6291
6292 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6293 library tests.
6294 (check-c++): Just depend on it and check-target-libstdc++-v3.
6295 * Makefile.in: Regenerate.
6296
62972002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6298
6299 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6300 * Makefile.in: Regenerate.
6301
63022002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6303
6304 * COPYING.NEWLIB: Update list of alternate Regent of California
6305 licenses and discuss official revoking of advertising clause.
6306 * COPYING.LIBGLOSS: Ditto.
6307
63082002-12-12 Alexandre Oliva <aoliva@redhat.com>
6309
6310 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6311 * Makefile.in: Rebuilt.
6312
63132002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6314
6315 * configure: Fix bug put in by gremlins.
6316
6317 * Makefile.tpl: Substitute more autoconfily.
6318 * configure: Substitute more autoconfily.
6319 * Makefile.in: Regenerate.
6320
63212002-12-08 Andrew Cagney <ac131313@redhat.com>
6322
6323 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6324 * Makefile.in (all-sim): Ditto.
6325
63262002-12-06 DJ Delorie <dj@redhat.com>
6327
6328 * Makefile.tpl: Change configure dependencies to not have real
6329 targets depend on phony targets.
6330
63312002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6332
6333 * configure.in: Revert unintentional change.
6334
6335 * src-release: Configure host subdirs.
6336
6337 * Makefile.tpl: Change dependency for */multilib.out so that
6338 it works when gcc isn't in the tree.
6339
6340 * configure.in: Substitute more.
6341 * configure: Run subconfigures from the Makefile.
6342 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6343 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6344
63452002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6346
6347 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6348 and corresponding dependencies.
6349 * Makefile.in: Regenerate.
6350
6351 * configure.in (host_tools): Order binutils, gas and ld for
6352 convenience in running the testsuites.
6353
6354 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6355 * Makefile.in: Regenerate.
6356 * configure.in: Introduce rules to serialize subconfigure runs.
6357
6358 * configure.in: Introduce BASE_CC_FOR_TARGET.
6359 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6360 Realize configure-build-* targets. Realize configure-target-* targets.
6361 * Makefile.in: Regenerate.
6362
63632002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6364
6365 * configure: Move gcc_version_trigger stuff from here...
6366 * configure.in: ...to here.
6367
6368 * configure.in: Separate subconfigure options added by this file from
6369 options given by the user. Add machinery to put args for host
6370 subconfigures into the Makefile.
6371
6372 * Makefile.tpl: Remove 'vault' targets.
6373 * Makefile.tpl: Reorder and comment dependencies.
6374 * Makefile.in: Regenerate.
6375
63762002-11-28 Geoffrey Keating <geoffk@apple.com>
6377
6378 * configure.in: Move host-specific darwin noconfigdirs into
6379 the host-specific section.
6380
63812002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6382
6383 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6384 during replay.
6385 * Makefile.in: Regenerate.
6386
6387 (finishing slow-motion replay)
6388 * configure: Remove skip-this-dir support.
6389 * Makefile.tpl: Remove skip-this-dir support.
6390
6391 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6392 subdirectories.
6393 * Makefile.in: Regenerate.
6394
6395 * Makefile.tpl: Strip out useless setting of 'dir'.
6396 * Makefile.in: Regenerate.
6397
63982002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6399
6400 (finishing slow-motion replay)
6401 * configure.in: Fix deeply stupid bug.
6402
6403 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6404 shell code in CXX_FOR_TARGET
6405 * Makefile.def: Introduce raw_cxx.
6406 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6407 RAW_CXX_FOR_TARGET.
6408 * Makefile.in: Regenerate.
6409
64102002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6411
6412 (finishing slow-motion replay)
6413 * Makefile.tpl: Remove unnecessary ifs.
6414 * Makefile.in: Regenerate.
6415
6416 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
6417 dependencies. Maybe-ize build-libiberty. Create dummy install
6418 targets for 'no_install' modules.
6419 * configure: Move GDB_TK substitution to configure.in. Move
6420 build_modules stuff to configure.in.
6421 * configure.in: Implement soft dependency machinery. Maybe-ize
6422 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6423 * Makefile.in: Regenerate.
6424
64252002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6426
6427 (continuing slow-motion replay)
6428 * Makefile.tpl: Make all-target, install-target behave similarly
6429 to all, install (only hitting configured targets). Eliminate
6430 unused macro defintions.
6431
6432 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6433 build != host.
6434
6435 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6436
6437 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6438
6439 * configure.in: Produce lists of subdir targets we're actually
6440 configuring. Remove references to "dosrel".
6441 * Makefile.tpl: Let configure set which subdir targets are hit.
6442 Remove install-cross; clean up install; remove ALL. Remove
6443 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
6444 Autogenerate host module targets. Remove empty dependency lines
6445 and redundant dependency; rearrange slightly.
6446 * Makefile.def: Add host-side libtermcap, utils.
6447
6448 * Makefile.in: Regenerate.
6449
64502002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6451
6452 (Continuing slow-motion replay)
6453 * Makefile.def: Add list of recursive targets to autogenerate.
6454 Add build_modules.
6455 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6456 targets. Autogenerate *-build-* targets.
6457 * Makefile.in: Regenerate.
6458
64592002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6460
6461 (Continuing slow-motion replay)
6462 * configure: More autoconf-style substitutions.
6463 * Makefile.tpl: More autoconf-style substitutions.
6464 * Makefile.in: Regenerate.
6465
64662002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6467
6468 (Continuing slow-motion replay)
6469 * configure: Substitute more variables in a more autoconf-friendly
6470 way. Simplify slightly.
6471 * Makefile.tpl: Make more variables substitutable in an
6472 autoconf-friendly way.
6473 * Makefile.in: Regenerate.
6474
64752002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6476
6477 (Continuing slow-motion replay)
6478 * configure.in (v810*): Remove special setting of tools.
6479
6480 * configure: Add support for extra required flags for ar or nm.
6481 * configure.in (aix4.3+): Use above support for target-specific
6482 issues, rather than using config/mt-aix43.
6483
64842002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6485
6486 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6487 * configure: Remove 'removing', which doesn't work. Replace $subdir
6488 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6489 with $srcdir. Reformat indentation. Substitute some variables
6490 formerly hard-coded in the Makefile for build=host.
6491 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6492 * Makefile.def: Autogenerate more.
6493 * Makefile.in: Regenerate.
6494
64952002-11-13 Bruce Korb <bkorb@gnu.org>
6496
6497 * Makefile.tpl: syntactic cleanup
6498
64992002-11-04 Kevin Buettner <kevinb@redhat.com>
6500
6501 * Makefile.def (host_modules): Add rda.
6502 * Makefile.in: Regenerate.
6503 * configure.in (target_tool): Add target-rda to list.
6504
65052002-10-25 Phil Edwards <pme@gcc.gnu.org>
6506
6507 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6508 and restrap targets to this rule.
6509 * Makefile.in: Regenerate.
6510
65112002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6512
6513 * configure.in (i[3456]86-*-linux*): Add check to disable
6514 ${libgcj} for glibc1.
6515
65162002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6517
6518 * configure.in: Add tic4x target.
6519
65202002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6521
6522 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6523 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6524 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6525 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6526 * Makefile.in: Regenerate.
6527
65282002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6529
6530 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6531 * Makefile.in: Regenerate.
6532
6533 * Makefile.def: Remove order dependency comments.
6534 * Makefile.tpl: Add explicit install-install dependencies.
6535 * Makefile.in: Regenerate.
6536
6537 * Makefile.tpl: Remove material now in src-release. (Finally!)
6538 * Makefile.in: Regenerate.
6539
6540 * configure: Restore my original patch by syncing with gcc version.
6541
6542 * Bring following over from gcc:
6543
65442002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6545
6546 * configure.in (s390*-*-linux*): Enable libgcj.
6547
65482002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6549
6550 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6551
65522002-10-02 Alan Modra <amodra@bigpond.net.au>
6553
6554 * configure: Move stray lines back to where they belong.
6555
65562002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6557
6558 * Makefile.tpl: Insert configure-target target, for src-release.
6559
6560 * configure: Finish reverting change which Andrew Cagney started
6561 reverting. Should fix bustage.
6562
6563 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6564 * src-release: New file. Contains material for making net
6565 releases for gdb, binutils, et al., formerly in Makefile.in.
6566
65672002-09-30 Nick Clifton <nickc@redhat.com>
6568
6569 * cpu: New top level directory. Intended to hold input files for
6570 CGEN which have FSF copyright assignment.
6571 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6572
65732002-09-29 Andrew Cagney <ac131313@redhat.com>
6574
6575 Revert below (note that src does not contain Makefile.tpl):
6576 * Makefile.tpl: Make subsituted variables more autoconfy.
6577 * Makefile.in: Regenerate.
6578
65792002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6580
6581 * configure: Revert accidentally applied changes.
6582
6583 * Makefile.tpl: Make more autoconf-friendly.
6584 * Makefile.in: Regenerate.
6585 * configure: Make substitution more autoconf-like.
6586
65872002-09-28 Richard Earnshaw <rearnsha@arm.com>
6588
6589 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6590 single entry to handle all these.
6591 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6592 libjava on arm-*-elf.
6593
65942002-09-27 Geoffrey Keating <geoffk@apple.com>
6595
6596 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6597 things that depend on them.
6598
65992002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6600
6601 * Makefile.tpl: Make subsituted variables more autoconfy.
6602 * Makefile.in: Regenerate.
6603 * configure: Make seds more autoconfy.
6604
66052002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6606
6607 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6608 * Makefile.in: Regenerate.
6609 * configure.in: Rewrite sed statements to look autoconfy.
6610
6611 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6612 all-target-foo on configure-target-foo.
6613 * Makefile.def: Ditto.
6614 * Makefile.in: Rebuild.
6615
66162002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6617
6618 * Makefile.def: New file.
6619 * Makefile.tpl: New file.
6620 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6621
6622 * configure.in: Minor rearrangement. Simplify tests.
6623
66242002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6625
6626 * configure.in (with_headers): Skip copy if value is "yes".
6627 (with_libs): Likewise.
6628
66292002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6630
6631 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6632 * configure.in (sh*-*-pe*): Ditto.
6633 * configure.in (mips*-*-pe*): Ditto.
6634 * configure.in (*arm-wince-pe): Ditto.
6635
6636 * configure.in: Rearrange.
6637
66382002-09-12 Nick Clifton <nickc@redhat.com>
6639
6640 * Import these changes from the config master repository:
6641
6642 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6643
6644 * config.sub: Add tic4x target.
6645
6646 2002-09-03 Ben Elliston <bje@redhat.com>
6647
6648 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6649 Reported by <Duncan_Stodart@insession.com>.
6650
66512002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6652
6653 * COPYING.NEWLIB: More updates.
6654
66552002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6656
6657 * COPYING.NEWLIB: Update.
6658
66592002-08-23 Andrew Cagney <ac131313@redhat.com>
6660
6661 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6662
6663 * config.guess: Import version 2002-08-23.
6664 * config.sub: Import version 2002-08-22.
6665
66662002-08-20 Alexandre Oliva <aoliva@redhat.com>
6667
6668 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6669 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6670 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6671
66722002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6673
6674 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6675
66762002-08-04 H.J. Lu (hjl@gnu.org)
6677
6678 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6679
66802002-07-31 Alan Modra <amodra@bigpond.net.au>
6681
6682 * configure.in: Move generic linux case to end. Copy generic
6683 linux noconfigdirs to mips*-*-linux* entry and new
6684 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6685
66862002-07-19 Chris Demetriou <cgd@broadcom.com>
6687
6688 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6689 one instance of them which was missed to the list to update.
6690
66912002-07-16 Chris Demetriou <cgd@broadcom.com>
6692
6693 * config.guess: Update to 2002-07-09 version.
6694 * config.sub: Update to 2002-07-03 version.
6695
66962002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6697
6698 * configure.in: Remove two redundant tests.
6699
67002002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6701
6702 * configure.in (mips*-*-irix6*o32): Enable stabs.
6703
67042002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6705
6706 * configure.in: Don't build grez.
6707 * Makefile.in: Ditto.
6708
6709 * Makefile.in: Remove references to bsp, cygmon, libstub.
6710 * configure.in: Ditto.
6711
6712 * configure.in: Remove leftover reference to gdbtest.
6713
67142002-07-08 Phil Edwards <pme@gcc.gnu.org>
6715
6716 * configure.in (gxx_include_dir): Change to match versioned
6717 C++ headers if --enable-version-specific-runtime-libs is used.
6718
67192002-07-04 Steve Ellcey <sje@cup.hp.com>
6720
6721 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6722
67232002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6724
6725 * configure.in: Make --without-x work.
6726
67272002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6728
6729 * contrib: New directory. Created to contain a copy of the
6730 texi2pod.pl script so that it is in the same place as the version in
6731 the FSF GCC sources.
6732
67332002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6734
6735 * configure.in: Rearrange target Makefile fragment collection.
6736
6737 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6738 cvs[src].
6739 * configure.in: Ditto.
6740
67412002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6742
6743 * Makefile.in: Eliminate 'apache' targets.
6744 * configure.in: Eliminate 'apache' targets.
6745
6746 * configure.in: Eliminate redundant tests. Reorganize.
6747
6748 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6749
6750 * config-ml.in: Eliminate references to Cygnus configure.
6751
6752 * Makefile.in: Eliminate references to building emacs.
6753
67542002-07-01 Denis Chertykov <denisc@overta.ru>
6755
6756 * configure.in: Add support for ip2k.
6757
67582002-06-24 Ben Elliston <bje@redhat.com>
6759
6760 * configure.in (host_tools): Remove cgen.
6761
6762 * Makefile.in (all-cgen): Remove; runs from its source directory.
6763 (check-cgen, install-cgen, clean-cgen): Likewise.
6764 (all-opcodes): No not depend on all-cgen.
6765 (all-sim): Likewise.
6766
67672002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6768
6769 * configure.in: Fix AIX configury bug.
6770
67712002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6772
6773 * configure.in: Replace ${topsrcdir} with ${srcdir}.
6774
6775 * configure.in: Move definition of libstdcxx_flags right above
6776 usage, rather than way earlier.
6777
6778 * configure.in: Pull definition of is_cross_compiler earlier.
6779
6780 * configure.in: Rearrange a little.
6781
6782 * configure.in: Remove references to librx.
6783 * Makefile.in: Remove references to librx.
6784
67852002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6786
6787 * configure.in: Eliminate ${gasdir} variable.
6788
67892002-06-18 Dave Brolley <brolley@redhat.com>
6790
6791 * configure.in: Add support for frv.
6792 * config.sub: Add support for frv.
6793
67942002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6795
6796 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6797
67982002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6799
6800 * configure.in (vax-*-netbsd*): Re-enable gas.
6801
68022002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6803
6804 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6805 BUILD_PREFIX_1, to correct nomenclature.
6806 * configure: Likewise.
6807
6808 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6809 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6810
68112002-05-31 Olaf Hering <olh@suse.de>
6812
6813 * config-ml.in: Propogate DESTDIR also.
6814
68152002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6816
6817 * configure.in (vax-*-netbsd*): Don't build gas for this
6818 platform.
6819
68202002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6821
6822 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6823 and libgcj for AVR.
6824
68252002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6826
6827 * config.sub: Add DLX target.
6828
68292002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6830
6831 * config.guess: Update to 2002-05-22 version.
6832 * config.sub: Likewise.
6833
68342002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6835
6836 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6837 * config-ml.in: Likewise.
6838 * configure: Likewise.
6839 * configure.in: Likewise.
6840
68412002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6842
6843 * configure.in: Simplify makefile fragment collection.
6844
6845 * configure.in: Remove code to build emacs.
6846
6847 * configure.in : Remove --srcdir argument from targargs and buildargs
6848 (it's always overridden in the Makefile anyway). Rearrange a bit.
6849
6850 * configure: Move some logic to configure.in.
6851 * configure.in: Move some logic from configure.
6852
68532002-05-07 Jeff Johnston <jjohnstn@redhat.com>
6854
6855 * COPYING.LIBGLOSS: New file.
6856
68572002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
6858
6859 * Makefile.in: Honour DESTDIR.
6860
68612002-05-05 Alexandre Oliva <aoliva@redhat.com>
6862
6863 * configure.in (noconfigdirs): Don't disable libgcj on
6864 sparc64-*-solaris* and sparcv9-*-solaris*.
6865
68662002-05-03 Alexandre Oliva <aoliva@redhat.com>
6867
6868 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6869
68702002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6871
6872 * configure.in (FLAGS_FOR_TARGET): Do not add
6873 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6874 on i[3456]86-*-linux*.
6875
68762002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6877
6878 * configure.in (noconfigdirs): Replace [ ] with test.
6879
6880 * configure.in (noconfigdirs): Do not add target-newlib if
6881 target == i[3456]86-*-linux*, and host == target.
6882
68832002-04-29 Mark Mitchell <mark@codesourcery.com>
6884
6885 * config.guess: Updated to 2002-04-26's version.
6886 * config.sub: Updated to 2002-04-26's version.
6887
68882002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6889
6890 * configure.in: delete reference to absent file
6891
6892 * configure.in: replace '[' with 'test'
6893
6894 * configure.in: Eliminate references to gash.
6895 * Makefile.in: Eliminate references to gash.
6896
6897 * configure.in: remove useless references to 'pic' makefile fragments.
6898
6899 * configure.in: (*-*-windows*) Finish removing.
6900
6901 * configure.in: Eliminate redundant test for libgui.
6902
69032002-04-26 Joel Sherrill <joel@OARcorp.com>
6904
6905 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6906 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6907
69082002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6909
6910 * configure.in: remove references to dead files
6911
69122002-04-18 Tom Tromey <tromey@redhat.com>
6913
6914 * configure.in: Disallow configuring libgcj when it is already
6915 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6916 Solaris 2.8 by default. For PR libgcj/6158.
6917
69182002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6919
6920 * configure.in: Move default CC setting out of config/mh-* fragments
6921 directly into here.
6922
69232002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6924
6925 * configure.in: don't even try to configure or make a subdirectory
6926 if there's no configure script for it.
6927
69282002-04-15 Mark Mitchell <mark@codesourcery.com>
6929
6930 * MAINTAINERS: Remove chill maintainers.
6931 * Makefile.in (CHILLFLAGS): Remove.
6932 (CHILL_LIB): Remove.
6933 (TARGET_CONFIGDIRS): Remove libchill.
6934 (CHILL_FOR_TARGET): Remove.
6935 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6936 CHILL_LIB.
6937 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6938 (CHECK_TARGET_MODULES): Likewise.
6939 (INSTALL_TARGET_MODULES): Likewise.
6940 (CLEAN_TARGET_MODULES): Likewise.
6941 (configure-target-libchill): Remove.
6942 (all-target-libchill): Remove.
6943 * configure.in (target_libs): Remove target-libchill.
6944 Do not compute CHILL_FOR_TARGET.
6945 * libchill: Remove directory.
6946
69472002-04-15 DJ Delorie <dj@redhat.com>
6948
6949 * Makefile.in, configure.in, configure: Sync with gcc, entries
6950 follow...
6951
69522002-04-08 Tom Tromey <tromey@redhat.com>
6953
6954 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6955 Fixes PR libgcj/6068.
6956
69572002-03-30 Krister Walfridsson <cato@df.lth.se>
6958
6959 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6960
69612002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6962
6963 * configure.in (alpha*-dec-osf*): Enable libgcj.
6964
69652002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6966
6967 Fix for: PR bootstrap/3591, target/5676
6968 * configure.in (mcore-pe): Disable the configuration of
6969 libstdc++-v3 since exceptions are not supported.
6970
69712002-03-20 Anthony Green <green@redhat.com>
6972
6973 * configure.in: Enable libgcj for xscale-elf target.
6974
69752002-02-28 Alexandre Oliva <aoliva@redhat.com>
6976
6977 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6978 libjava.
6979 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6980
69812002-02-22 Alexandre Oliva <aoliva@redhat.com>
6982
6983 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6984 libstdc++-v3 and libjava.
6985
69862002-02-11 Adam Megacz <adam@xwt.org>
6987
6988 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6989 boehm-gc
6990
69912002-02-09 Alexandre Oliva <aoliva@redhat.com>
6992
6993 * config.guess: Updated to 2002-01-30's version.
6994 * config.sub: Updated to 2002-02-01's version.
6995 Contribute sh64-elf.
6996 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6997 * configure.in: Added sh64-*-*.
6998
69992002-01-17 H.J. Lu <hjl@gnu.org>
7000
7001 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7002 (all-target-fastjar): Also depend on all-target-libiberty.
7003
7004Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7005
7006 * configure, configure.in: Use temp file for long sed commands.
7007
70082001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7009
7010 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7011 libf2c.
7012
70132001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7014
7015 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7016
70172001-10-11 Hans-Peter Nilsson <hp@axis.com>
7018
7019 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7020
70212001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7022
7023 * configure: Handle temporary files securely using mkdir.
7024
70252001-09-26 Will Cohen <wcohen@redhat.com>
7026
7027 * configure.in (*-*-linux*): Disable configuration of target-newlib
7028 and target-libgloss.
7029
70302001-09-26 Alexandre Oliva <aoliva@redhat.com>
7031
7032 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7033 RANLIB.
7034
70352001-08-11 Graham Stott <grahams@redhat.com>
7036
7037 * Makefile.in (check-c++): Add missing semicolon.
7038
70392001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7040
7041 * configure.in (sh-*-linux*): New.
7042
70432001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7044
7045 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7046 and libgcj on m68hc11/m68hc12.
7047
70482001-06-27 H.J. Lu (hjl@gnu.org)
7049
7050 * Makefile (CFLAGS_FOR_BUILD): New.
7051 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7052
70532001-06-01 Hans-Peter Nilsson <hp@axis.com>
7054
7055 * configure.in (libstdcxx_flags): Do not try to execute
7056 libstdc++-v3/testsuite_flags until it exists.
7057
70582001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7059
7060 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7061
70622001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7063
7064 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7065
7066Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7067
7068 * configure.in: Move *-chorusos target case to the proper switch.
7069 Disable libgcj.
7070
70712001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7072
7073 * Makefile.in (STAGE1_CFLAGS): Pass down.
7074
70752001-04-13 Alan Modra <amodra@one.net.au>
7076
7077 * config.guess: Add hppa64-linux support. Note for next import that
7078 this is already in the master file.
7079 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7080
70812001-03-22 Colin Howell <chowell@redhat.com>
7082
7083 * Makefile.in (DO_X): Do not backslash single-quotes in
7084 backquotes (two places).
7085
70862001-03-18 Laurynas Biveinis <lauras@softhome.net>
7087
7088 * Makefile.in (DO_X): Quote nested quotes.
7089
70902001-03-15 Laurynas Biveinis <lauras@softhome.net>
7091
7092 * Makefile.in (DO_X): Use double quotes for quoting
7093 "RANLIB=$${RANLIB}".
7094
70952001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7096
7097 * configure.in: Only use `lang_requires' for languages athat are
7098 actually enabled.
7099
71002001-03-07 Tom Tromey <tromey@redhat.com>
7101
7102 * configure.in: Allow config-lang.in to set `lang_requires' to list
7103 of other required languages.
7104
71052001-03-06 Laurynas Biveinis <lauras@softhome.net>
7106
7107 * Makefile.in: Remove RANLIB definition. Use RANLIB
7108 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7109 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7110
71112001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7112 Alexandre Oliva <aoliva@redhat.com>
7113
7114 * Makefile.in (check-c++): Use tabs, not spaces.
7115
71162001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7117
7118 * Makefile.in (check-c++): New rule.
7119
7120 * configure.in (target_libs): Remove libg++.
7121 (noconfigdirs): Remove libg++.
7122 (noconfigdirs): Same.
7123 (noconfigdirs): Same.
7124 (noconfigdirs): Same.
7125
7126 * config-ml.in: Remove libg++ references.
7127
7128 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7129 (ALL_TARGET_MODULES): Same.
7130 (configure-target-libg++): Remove.
7131 (all-target-libg++): Remove.
7132 (configure-target-libio): Remove.
7133 (all-target-libio): Remove.
7134 (check-target-libio): Remove.
7135 (.PHONY): Remove.
7136 (libg++.tar.bz2): Remove.
7137 (all-target-cygmon): Remove libio.
7138 (all-target-libstdc++): Remove.
7139 (configure-target-libstdc++): Remove.
7140 (TARGET_LIB_PATH): Remove libstdc++.
7141 (ALL_GCC_CXX): Remove libstdc++.
7142 (all-target-gperf): Correct.
7143
71442001-02-15 Anthony Green <green@redhat.com>
7145
7146 * configure: Introduce GCJ_FOR_TARGET.
7147 * configure.in: Ditto.
7148 * Makefile.in: Ditto.
7149
71502001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7151
7152 * configure.in: for *-chorusos, don't config target-newlib and
7153 target-libgloss.
7154
71552001-02-04 Mark Mitchell <mark@codesourcery.com>
7156
7157 Remove V2 C++ library.
7158 * configure.in: Remove --enable-libstdcxx_v3 support.
7159
71602001-01-27 Richard Henderson <rth@redhat.com>
7161
7162 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7163
71642001-01-26 Tom Tromey <tromey@redhat.com>
7165
7166 * configure.in: Allow libgcj to be built on Sparc Solaris.
7167
71682001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7169
7170 * configure.in: Enable libgcj on several additional platforms.
7171
71722001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7173
7174 * configure.in: Enable libgcj for linux targets.
7175
71762001-01-09 Mike Stump <mrs@wrs.com>
7177
7178 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7179 failures of subdirectories.
7180
71812001-01-02 Laurynas Biveinis <lauras@softhome.net>
7182
7183 * configure: handle DOS-style absolute paths.
7184
71852001-01-02 Laurynas Biveinis <lauras@softhome.net>
7186
7187 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7188
71892000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7190
7191 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7192 (libstdcxx_incdir): Pass down.
7193 * config.if: Remove expired bits for cxx_interface, add stub.
7194 (libstdcxx_incdir): Add variable for g++ include directory.
7195 * configure.in (gxx_include_dir): Use it.
7196
71972000-12-15 Andreas Jaeger <aj@suse.de>
7198
7199 * configure.in: Handle lang_dirs.
7200
72012000-12-13 Anthony Green <green@redhat.com>
7202
7203 * configure.in: Disable libgcj for any target not specifically
7204 listed. Disable libgcj for x86 and Alpha Linux until compatible
7205 with g++ abi.
7206
72072000-12-13 Mike Stump <mrs@wrs.com>
7208
7209 * Makefile.in (local-distclean): Also remove fastjar.
7210
72112000-12-10 Anthony Green <green@redhat.com>
7212
7213 * configure.in: Define libgcj. Disable libgcj target libraries for
7214 most targets.
7215
72162000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7217
7218 * configure.in (target_libs): Revert 2000-12-08 patch.
7219 (noconfigdirs): Added target-libjava.
7220
72212000-12-09 Laurynas Biveinis <lauras@softhome.net>
7222
7223 * Makefile.in: handle DOS-style absolute paths.
7224
72252000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7226
7227 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7228 libjava.
7229 * configure.in (target_libs): Removed `target-libjava'.
7230
72312000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7232
7233 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7234 (ALL_MODULES): Added fastjar.
7235 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7236 (all-target-libjava): all-fastjar replaces all-zip.
7237 (all-fastjar): Added.
7238 (configure-target-fastjar, all-target-fastjar): Likewise.
7239 * configure.in (host_tools): Added fastjar.
7240
72412000-12-07 Mike Stump <mrs@wrs.com>
7242
7243 * Makefile.in (local-distclean): Remove leftover built files.
7244
72452000-11-16 Fred Fish <fnf@be.com>
7246
7247 * configure.in (enable_libstdcxx_v3): Fix typo,
7248 libstd++ -> libstdc++.
7249
72502000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7251
7252 * configure: Provide the original toplevel configure arguments
7253 (including $0) to subprocesses in the environment rather than
7254 through gcc/configargs.h.
7255
72562000-11-12 Mark Mitchell <mark@codesourcery.com>
7257
7258 * configure: Turn on libstdc++ V3 by default.
7259
72602000-10-16 Michael Meissner <meissner@redhat.com>
7261
7262 * configure (gcc/configargs.h): Only create if there is a build GCC
7263 directory created.
7264
72652000-10-05 Phil Edwards <pme@gcc.gnu.org>
7266
7267 * configure: Save configure arguments to gcc/configargs.h.
7268
72692000-10-04 Andris Pavenis <pavenis@latnet.lv>
7270
7271 * Makefile.in (bootstrap): avoid recursion if subdir missing
7272 (cross): ditto
7273 (do-proto-toplev): ditto
7274
7275Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7276
7277 * configure.in: Do not build byacc for hppa64. Provide paths to the
7278 X11 libraries for hppa64.
7279
72802000-09-02 Anthony Green <green@cygnus.com>
7281
7282 * Makefile.in (all-gcc): Depend on all-zlib.
7283 (CLEAN_MODULES): Add clean-zlib.
7284 (ALL_MODULES): Add all-zlib.
7285 * configure.in (host_libs): Add zlib.
7286
72872000-08-25 Alexandre Oliva <aoliva@redhat.com>
7288
7289 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7290 $targargs to tell whether newlib is going to be built.
7291
7292 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7293 $$r/TARGET_SUBDIR/libio for _G_config.h.
7294
72952000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7296
7297 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7298
7299 * configure: Make enable_threads and enable_shared defaults
7300 explicit. Substitute enable_threads into generated Makefiles.
7301 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7302 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7303
73042000-08-02 Manfred Hollstein <manfredh@redhat.com>
7305
7306 * configure.in: Re-enable all references to libg++ and librx.
7307
73082002-04-09 Loren James Rittle <rittle@labs.mot.com>
7309
7310 * configure.in: Add *-*-freebsd* configurations.
7311
73122002-04-07 Andrew Cagney <ac131313@redhat.com>
7313
7314 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7315 (do-tar, do-bz2): New rules.
7316 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7317 (gdb-tar): New rule.
7318 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7319 (insight_dejagnu.tar): New rule.
7320 (insight.tar): New rule.
7321 (gdb+dejagnu.tar): New rule.
7322 (gdb.tar): New rule.
7323
73242002-04-07 Andrew Cagney <ac131313@redhat.com>
7325
7326 * MAINTAINERS: Update dejagnu/
7327
73282002-03-16 Alexandre Oliva <aoliva@redhat.com>
7329
7330 * ltmain.sh (relink_command): Fix typo in previous change.
7331
73322002-03-15 Alexandre Oliva <aoliva@redhat.com>
7333
7334 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7335 (relink_command): Added --tag flags.
7336 (mode=install): If relinking fails; error out.
7337
73382002-03-12 Richard Henderson <rth@redhat.com>
7339
7340 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7341 .NOTPARALLEL tag.
7342 (do-check): Rename from check.
7343 (check): Allow parallel check.
7344
73452002-03-11 Richard Henderson <rth@redhat.com>
7346
7347 * Makefile.in (.NOTPARALLEL): Add fake tag.
7348
73492002-03-07 H.J. Lu (hjl@gnu.org)
7350
7351 * configure.in: Enable gprof for mips*-*-linux*.
7352
73532002-02-28 Alexandre Oliva <aoliva@redhat.com>
7354
7355 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7356 libjava.
7357 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7358
73592002-02-24 Andrew Cagney <ac131313@redhat.com>
7360
7361 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7362
73632002-02-23 Daniel Jacobowitz <drow@mvista.com>
7364
7365 * config.guess: Import from master sources, rev 1.232.
7366 * config.sub: Import from master sources, rev 1.246.
7367
73682002-02-23 Alexandre Oliva <aoliva@redhat.com>
7369
7370 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7371 because its Makefile is there; test for the executable instead.
7372
73732002-02-09 Alexandre Oliva <aoliva@redhat.com>
7374
7375 Contribute sh64-elf.
7376 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7377 * configure.in: Added sh64-*-*.
7378
73792002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7380
7381 * COPYING.NEWLIB: Remove advertising clause from
7382 Berkeley and Red Hat licenses.
7383
73842002-02-01 Mo DeJong <supermo@bayarea.net>
7385
7386 * Makefile.in: Add all-tix to deps for all-snavigator
7387 so that tix is built when building snavigator.
7388
73892002-02-01 Ben Elliston <bje@redhat.com>
7390
7391 * config.guess: Import from master sources, rev 1.229.
7392 * config.sub: Import from master sources, rev 1.240.
7393
73942002-01-27 Daniel Jacobowitz <drow@mvista.com>
7395
7396 From Steve Ellcey <sje@cup.hp.com>:
7397 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7398 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7399 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7400 IA64.
7401 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7402 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7403 soname_spec, sys_lib_search_path_spec): Ditto.
7404
74052002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7406
7407 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7408 target-libiberty, and target-libgloss. Skip Java-related
7409 libraries if not supported for NetBSD on target CPU.
7410
74112002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7412
7413 * configure.in: Import StrongARM and XScale target_configdirs from
7414 FSF GCC version.
7415
74162002-01-16 H.J. Lu (hjl@gnu.org)
7417
7418 * config.guess: Import from master sources, rev 1.225.
7419 * config.sub: Import from master sources, rev 1.238.
7420
7421 * MAINTAINERS: Updated notes on config.guess and config.sub.
7422
74232002-01-11 Steve Ellcey <sje@cup.hp.com>
7424
7425 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7426 ld and gdb are not supported.
7427
74282002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7429
7430 * Change reference to Cygnus Solutions to be Red Hat.
7431
74322002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7433
7434 * COPYING.NEWLIB: Update generic copyright date.
7435
74362002-01-07 Mark Salter <msalter@redhat.com>
7437
7438 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7439 Allow target-libgloss to be built for arm, strongarm, and xscale.
7440
74412002-01-03 Ben Elliston <bje@redhat.com>
7442
7443 * MAINTAINERS: Update URL for config.* scripts.
7444
74452001-12-18 Alan Modra <amodra@bigpond.net.au>
7446
7447 * config.sub: Import latest version.
7448 * config.guess: Likewise.
7449
74502001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7451
7452 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7453 options for i[3456]86-pc-linux* native builds.
7454
74552001-12-05 Laurent Guerby <guerby@acm.org>
7456
7457 * MAINTAINERS: gcc adopts symlink-tree, refer more to
7458 libiberty.
7459
7460 Import this patch from gcc:
7461
7462 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7463
7464 * symlink-tree: handle DOS-style absolute paths.
7465
74662001-11-28 DJ Delorie <dj@redhat.com>
7467 Zack Weinberg <zack@codesourcery.com>
7468
7469 When build != host, create libiberty for the build machine.
7470
7471 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7472 CONFIG_ARGUMENTS.
7473 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7474 New variables.
7475 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7476 and rules.
7477 (all.normal): Depend on ALL_BUILD_MODULES.
7478 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7479 (all-build-libiberty): Depend on configure-build-libiberty.
7480
7481 * configure: Calculate and substitute proper value for
7482 ALL_BUILD_MODULES.
7483 * configure.in: Create the build subdirectory.
7484 Calculate and substitute TARGET_CONFIGARGS (formerly
7485 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7486
74872001-11-26 Geoffrey Keating <geoffk@redhat.com>
7488
7489 * config.sub: Update to version 1.232 on subversion.
7490
74912001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7492
7493 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7494 files from .po files for a distribution.
7495
74962001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7497
7498 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7499
75002001-11-13 Jeff Holcomb <jeffh@redhat.com>
7501
7502 Merged from net gcc:
7503 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7504 * ltcf-c.sh: Use $objext, not $ac_objext.
7505 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7506 * ltcf-cxx.sh: Add support for GNU.
7507 2001-07-22 Timothy Wall <twall@redhat.com>
7508 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7509 default settings if using GNU tools with that configuration.
7510 * ltcf-cxx.sh: Ditto.
7511 * ltcf-gcj.sh: Ditto.
7512 2001-07-21 Michael Chastain <chastain@redhat.com>
7513 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7514 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7515 * ltmain.sh: Mark as gcc-local.
7516
75172001-11-13 Jeff Holcomb <jeffh@redhat.com>
7518
7519 * Makefile.in (all-bison): Revert 2001-10-24.
7520 Don't depend on texinfo.
7521
75222001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7523
7524 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7525
75262001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7527
7528 * configure.in (--enable-languages): Be more permissive about
7529 syntax. Check for empty lists better. Warn about $LANGUAGES.
7530
75312001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7532
7533 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7534
75352001-10-24 Jeff Holcomb <jeffh@redhat.com>
7536
7537 Makefile.in (all-bison): Don't depend on texinfo.
7538
75392001-10-03 Alan Modra <amodra@bigpond.net.au>
7540
7541 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7542
75432001-09-29 Alexandre Oliva <aoliva@redhat.com>
7544
7545 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7546
75472001-09-28 Hans-Peter Nilsson <hp@axis.com>
7548
7549 * config.sub, config.guess: Import latest from subversions.
7550
75512001-09-21 Alexandre Oliva <aoliva@redhat.com>
7552
7553 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7554 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7555 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7556 avoid quotes nesting problems.
7557 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7558 (DO_X): Export only variables that are set.
7559
75602001-09-19 Ben Elliston <bje@redhat.com>
7561
7562 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7563 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7564 semantics. Use the shell built-in "type" command instead.
7565
75662001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7567
7568 * config.sub: Reverted the earlier change, this version is not the
7569 master file.
7570
75712001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7572
7573 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7574 Add support for mips64.
7575
75762001-09-03 Jeff Holcomb <jeffh@redhat.com>
7577
7578 * configure.in: Enable libstdc++-v3 for h8300 targets.
7579
75802001-08-30 Eric Christopher <echristo@redhat.com>
7581 Jason Eckhardt <jle@redhat.com>
7582
7583 * config.sub: Add support for mipsisa32.
7584
75852001-08-30 Eric Christopher <echristo@redhat.com>
7586
7587 * config.sub, config.guess: Import latest from subversions.
7588
75892001-08-20 Alan Modra <amodra@bigpond.net.au>
7590
7591 * config.sub, config.guess: Import latest from subversions.
7592
75932001-07-26 DJ Delorie <dj@redhat.com>
7594
7595 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7596
75972001-06-19 Alan Modra <amodra@bigpond.net.au>
7598
7599 * Makefile.in: Revert 2001-06-17.
7600 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7601
76022001-06-17 H.J. Lu <hjl@gnu.org>
7603
7604 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7605 (gas+binutils.tar.bz2): Likewise.
7606 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7607
7608Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7609
7610 * Makefile.in (VER): When present, extract the version number from
7611 the file version.in.
7612
76132001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7614
7615 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7616 gcc/xgcc is built, use -print-prog-name to find out the program
7617 name to use.
7618
76192001-06-04 Mark Mitchell <mark@codesourcery.com>
7620
7621 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7622 with_gcc]: Use `gcc -shared' to build a shared library.
7623
76242001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7625
7626 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7627 archives.
7628
76292001-05-28 Simon Patarin <simon.patarin@inria.fr>
7630
7631 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7632 libraries when using g++ with native linker.
7633
76342001-05-28 Alexandre Oliva <aoliva@redhat.com>
7635
7636 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7637
76382001-05-24 Tom Rix <trix@redhat.com>
7639
7640 * configure.in : enable ld for aix
7641
76422001-05-22 Alexandre Oliva <aoliva@redhat.com>
7643
7644 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7645 [aix4*|aix5*]: Prepend blank.
7646
76472001-05-20 Alexandre Oliva <aoliva@redhat.com>
7648
7649 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7650 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7651 of subdir/configure scripts to use the new libtool.m4.
7652
76532001-05-14 H.J. Lu <hjl@gnu.org>
7654
7655 * config.if (libc_interface): Set to -libc6.2- for cross
7656 compiling to Linux/glibc 2.2.
7657
76582001-05-03 Alexandre Oliva <aoliva@redhat.com>
7659
7660 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7661 libgcj.
7662
76632001-04-26 Alexandre Oliva <aoliva@redhat.com>
7664
7665 * configure.in (noconfigdirs): Don't reset it from scratch in the
7666 target case; only append to it.
7667
76682001-04-26 Alexandre Oliva <aoliva@redhat.com>
7669
7670 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7671 sparc-*-solaris2.8]: Disable ${libgcj}.
7672
76732001-04-25 Alexandre Oliva <aoliva@redhat.com>
7674
7675 * configure.in (libgcj_saved): Copy from $libgcj.
7676 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7677 --disable-libgcj.
7678
76792001-04-20 Alexandre Oliva <aoliva@redhat.com>
7680
7681 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7682 1.641.2.228.
7683
76842001-04-12 Alexandre Oliva <aoliva@redhat.com>
7685
7686 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7687 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7688
76892001-04-01 Alexandre Oliva <aoliva@redhat.com>
7690
7691 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7692 New macros.
7693 (bootstrap, cross): Use RECURSE_FLAGS.
7694 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7695
76962001-03-27 Alexandre Oliva <aoliva@redhat.com>
7697
7698 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7699
77002001-03-23 Nick Clifton <nickc@redhat.com>
7701
7702 * README-maintainer-mode: Add note about inability to use "make
7703 distclean" in maintainer mode.
7704
77052001-03-22 Alexandre Oliva <aoliva@redhat.com>
7706
7707 Re-installed:
7708 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7709 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7710 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7711 * ltcf-cxx.sh: Likewise.
7712 * ltcf-gcj.sh: Likewise.
7713
77142001-03-22 Philip Blundell <philb@gnu.org>
7715
7716 * config.sub, config.guess: Import latest from subversions.
7717
77182001-03-22 Alexandre Oliva <aoliva@redhat.com>
7719
7720 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7721 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7722
77232001-03-20 Michael Chastain <chastain@redhat.com>
7724
7725 * Makefile.in: all-m4 depends on all-texinfo.
7726
77272001-03-08 Alexandre Oliva <aoliva@redhat.com>
7728
7729 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7730
77312001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7732
7733 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7734 longer valid.
7735
77362001-02-16 Nick Clifton <nickc@redhat.com>
7737
7738 * configure.in (noconfigdirs): Allow configuration of texinfo
7739 for Cygwin hosts.
7740
77412001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7742
7743 * config.guess: Add linux target for S/390.
7744 * config.sub: Likewise.
7745 * configure.in: Likewise.
7746
77472001-02-06 Ben Elliston <bje@redhat.com>
7748
7749 * configure: Output host type to stdout, not stderr.
7750
77512001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7752
7753 * config.guess: Import from subversions.gnu.org (revision 1.181).
7754 * config.sub: Import from subversions.gnu.org (revision 1.199).
7755
77562001-01-30 Alan Modra <alan@linuxcare.com.au>
7757
7758 * config.guess: Handle hppa64-linux systems.
7759
77602001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7761
7762 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7763 Don't unset, it's non-portable and no longer necessary, set to empty
7764 instead.
7765
77662001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7767
7768 * ltconfig: Shell portability fix for the tagname validity check.
7769
77702001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7771
7772 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7773
77742001-01-27 Alexandre Oliva <aoliva@redhat.com>
7775
7776 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7777 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7778
77792001-01-24 Alexandre Oliva <aoliva@redhat.com>
7780
7781 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7782 keep at least one of build_libtool_libs or build_old_libs set to
7783 yes.
7784
77852001-01-24 Alexandre Oliva <aoliva@redhat.com>
7786
7787 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7788 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7789
77902000-11-07 Philip Blundell <pb@futuretv.com>
7791
7792 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7793
77942000-11-03 Philip Blundell <pb@futuretv.com>
7795
7796 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7797 files.
7798
77992001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7800
7801 * COPYING.NEWLIB: Put into source repository.
7802
78032001-01-15 Ben Elliston <bje@redhat.com>
7804
7805 * configure.in (host_tools): Add sid.
7806 Always configure cgen.
7807 * Makefile.in (all-sid): New target.
7808 (check-sid, clean-sid, install-sid): Likewise.
7809
78102001-01-07 Andreas Jaeger <aj@suse.de>
7811
7812 * config.sub, config.guess: Update from subversions.
7813
78142000-12-12 Alexandre Oliva <aoliva@redhat.com>
7815
7816 * configure.in: Disable language-specific target libraries for
7817 languages that aren't enabled.
7818
78192000-11-24 Nick Clifton <nickc@redhat.com>
7820
7821 * configure.in (xscale-elf): Add target.
7822 (xscale-coff): Add target.
7823 (c4x, c5x, tic54x): Move after ARM targets.
7824
78252000-11-23 Alexandre Oliva <aoliva@redhat.com>
7826
7827 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7828
78292000-11-20 Ian Lance Taylor <ian@zembu.com>
7830
7831 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7832
78332000-11-18 Alexandre Oliva <aoliva@redhat.com>
7834
7835 * Makefile.in: Merge with GCC and libgcj.
7836 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7837 configure-target-<library> when their configure scripts need the C
7838 or C++ library to have already been built to work properly.
7839 (do_proto_toplev): Set them to an empty string.
7840
78412000-11-18 Alexandre Oliva <aoliva@redhat.com>
7842
7843 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7844 (REALLY_SET_LIB_PATH): Use them.
7845
78462000-11-06 Christopher Faylor <cgf@cygnus.com>
7847
7848 * config.sub: Add support for Sun Chorus
7849
78502000-11-02 Per Lundberg <plundis@chaosdev.org>
7851
7852 * config.sub: Add support for the *-storm-chaos OS.
7853
78542000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
7855
7856 * configure.in (noconfigdirs): Don't compile some
7857 of the libraries for 68HC11 & 68hc12 targets.
7858
78592000-09-30 Alexandre Oliva <aoliva@redhat.com>
7860
7861 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7862 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7863 all affected `configure' scripts.
7864
78652000-09-25 Alexandre Oliva <aoliva@redhat.com>
7866
7867 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7868 ltcf-c.sh.
7869
78702000-09-12 Philip Blundell <philb@gnu.org>
7871
7872 * config.sub, config.guess: Update from subversions.
7873
78742000-09-06 Alexandre Oliva <aoliva@redhat.com>
7875
7876 * Makefile.in (all-zlib): Added dummy target.
7877
7878 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7879 multi-language branch.
7880
78812000-09-05 Alexandre Oliva <aoliva@redhat.com>
7882
7883 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7884 (bootstrap*): Depend on all-bootstrap.
7885
78862000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
7887
7888 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7889 crosses, but add gcc/include to the header search path for them.
7890
78912000-08-31 Alexandre Oliva <aoliva@redhat.com>
7892
7893 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7894 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7895 * gettext.m4: New file, extracted from aclocal.m4.
7896
78972000-08-22 Alexandre Oliva <aoliva@redhat.com>
7898
7899 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7900 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7901 sub-configures.
7902
79032000-08-20 Doug Evans <dje@casey.transmeta.com>
7904
7905 * Makefile.in (ALL_MODULES): Add all-cgen.
7906 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7907 (all-cgen): New target.
7908 (all-opcodes,all-sim): Depend on all-cgen.
7909 * configure.in (host_tools): Add cgen.
7910 Only configure cgen if --enable-cgen-maint.
7911
79122000-08-17 Alexandre Oliva <aoliva@redhat.com>
7913
7914 * config-ml.in (CC, CXX): Don't introduce a leading space.
7915
79162000-08-16 Alexandre Oliva <aoliva@redhat.com>
7917
7918 * configure.in (libstdcxx_flags): Use
7919 libstdc++-v3/src/libstdc++.INC.
7920
79212000-08-15 Alexandre Oliva <aoliva@redhat.com>
7922
7923 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7924
79252000-08-11 Jason Merrill <jason@redhat.com>
7926
7927 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7928 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7929 (FLAGS_FOR_TARGET): Not here.
7930 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7931
79322000-08-07 DJ Delorie <dj@redhat.com>
7933
7934 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7935 "if we're also building gcc, and it's a gcc that will run on the
7936 build machine, we want to use its includes instead of the system's
7937 default includes".
7938
79392000-08-03 Alexandre Oliva <aoliva@redhat.com>
7940
7941 * configure.in (libstdcxx_flags): Don't use `"'.
7942
7943 * config-ml.in: Adjust multilib search paths to the
7944 appropriate multilib tree.
7945
79462000-08-02 Alexandre Oliva <aoliva@redhat.com>
7947
7948 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7949 commas in $LANGUAGES.
7950
79512000-08-01 Alexandre Oliva <aoliva@redhat.com>
7952
7953 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7954
79552000-07-31 Alexandre Oliva <aoliva@redhat.com>
7956
7957 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7958 CXX_FOR_TARGET for sed.
7959
79602000-07-30 Alexandre Oliva <aoliva@redhat.com>
7961
7962 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7963 Do not override if already set in the environment or in configure.
7964 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7965 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7966
79672000-07-27 Alexandre Oliva <aoliva@redhat.com>
7968
7969 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7970 (GCC_FOR_TARGET): Use it.
7971 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7972 * configure.in: ... here.
7973 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7974 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7975
79762000-07-24 Alexandre Oliva <aoliva@redhat.com>
7977
7978 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7979 (configure-target-libchill, configure-target-libobjc): Likewise.
7980
7981 * configure.in: Use the same cache file for all target libs.
7982 * config-ml.in: But different cache files per multilib variant.
7983
79842000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7985
7986 * configure (topsrcdir): Don't use dirname.
7987
79882000-07-20 Jason Merrill <jason@redhat.com>
7989
7990 * configure.in: Remove all references to libg++ and librx.
7991
7992 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7993
79942000-07-20 Hans-Peter Nilsson <hp@axis.com>
7995
7996 * config.sub: Update to subversions version 2000-07-06.
7997
79982000-07-12 Andrew Haley <aph@cygnus.com>
7999
8000 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8001 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8002
80032000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8004
8005 * symlink-tree: Check number of arguments.
8006
80072000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
8008
8009 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8010
80112000-07-05 Jim Wilson <wilson@cygnus.com>
8012
8013 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8014 search path for a g++ extracted from the build tree. This
8015 will allow link tests run by configure scripts in
8016 subdirectories to succeed.
8017
80182000-07-01 Koundinya K <kk@ddeorg.soft.net>
8019
8020 * ltconfig: Add support for mips-dde-sysv4.2MP
8021
80222000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8023
8024 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8025 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8026
80272000-06-19 Timothy Wall <twall@cygnus.com>
8028
8029 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8030 * config.sub: Add tic54x target.
8031
80322000-06-07 Phillip Thomas <pthomas@suse.de>
8033
8034 * README-maintainer-mode: New file: Contains notes on using
8035 --enable-maintainer-mode with binutils.
8036
80372000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
8038
8039 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8040
80412000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
8042
8043 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8044 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8045
804620000-05-21 H.J. Lu (hjl@gnu.org)
8047
8048 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8049 directory are used if they exist. Make sure
8050 $(build_tooldir)/include is searched for header files,
8051 $(build_tooldir)/lib/ for library files.
8052 (GCC_FOR_TARGET): Likewise.
8053 (CXX_FOR_TARGET): Likewise.
8054
80552000-05-18 Jeffrey A Law (law@cygnus.com)
8056
8057 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8058
80592000-05-17 Alexandre Oliva <aoliva@cygnus.com>
8060
8061 * Makefile.in (configure-target-libiberty): Depend on
8062 configure-target-newlib.
8063
80642000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8065
8066 * configure.in, Makefile.in: Merge all libffi-related
8067 configury stuff from the libgcj tree.
8068
80692000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8070
8071 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8072 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8073
80742000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8075
8076 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8077 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8078 current version information. Add to proto-toplev directory.
8079 (gdb-taz): Build do-djunpack.
8080
80812000-05-15 David Edelsohn <edelsohn@gnu.org>
8082
8083 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8084
80852000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8086
8087 * ltmain.sh: Preserve in relink_command any environment
8088 variables that may affect the linker behavior.
8089
80902000-05-12 Jeffrey A Law (law@cygnus.com)
8091
8092 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8093
80942000-05-10 Jim Wilson <wilson@cygnus.com>
8095
8096 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8097
80982000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8099
8100 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8101 with the version name.
8102
81032000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8104
8105 * config.if: Tweak.
8106
81072000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8108
8109 * djunpack.bat: New file.
8110
81112000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
8112
8113 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8114 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8115 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8116 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8117
81182000-04-16 Dave Pitts <dpitts@cozx.com>
8119
8120 * config.sub (case $basic_machine): Change default for "ibm-*"
8121 to "openedition".
8122
81232000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
8124
8125 * Makefile.in (gdb-taz): New target. GDB specific archive.
8126 (do-md5sum): New target.
8127 (MD5PROG): Define.
8128 (PACKAGE): Default to TOOL.
8129 (VER): Default to a shell script.
8130 (taz): Rewrite target. Move real work to do-proto-toplev. Include
8131 md5 checksum generation.
8132 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8133 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8134 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8135 insight.tar.bz2): Use gdb-taz to create archive.
8136
81372000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
8138
8139 * configure (warn_cflags): Delete.
8140
81412000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
8142 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
8143
8144 * configure.in (enable_libstdcxx_v3): Add.
8145 (target_libs): Add bits here to switch between libstdc++-v2 and
8146 libstdc++-v3.
8147 * config.if: And this file too.
8148 * Makefile.in: Add libstdc++-v3 targets.
8149
81502000-04-05 Michael Meissner <meissner@redhat.com>
8151
8152 * config.sub (d30v): Add d30v as a basic machine type.
8153
81542000-03-29 Jason Merrill <jason@casey.cygnus.com>
8155
8156 * configure.in: -linux-gnu*, not -linux-gnu.
8157
81582000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
8159
8160 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8161 (do-tar-bz2): Replace TOOL with PACKAGE.
8162 (gdb.tar.bz2): Remove GDBTK from GDB package.
8163 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8164 dejagnu.tar.bz2): New packages.
8165
81662000-02-27 Andreas Jaeger <aj@suse.de>
8167
8168 * configure.in: Add entry for mips*-*-linux*, move catch all
8169 *-*-*linux* entry below this one.
8170
81712000-02-27 Ian Lance Taylor <ian@zembu.com>
8172
8173 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8174
81752000-02-24 Nick Clifton <nickc@cygnus.com>
8176
8177 * config.sub: Support an OS of "wince".
8178
81792000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
8180
8181 * config.guess, config.sub: Updated to match config's 2000-02-15
8182 version.
8183
81842000-02-23 Linas Vepstas <linas@linas.org>
8185
8186 * config.sub: Add support for Linux/IBM 370.
8187 * configure.in: Likewise.
8188
81892000-02-22 Nick Clifton <nickc@cygnus.com>
8190
8191 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8192
81932000-02-20 Christopher Faylor <cgf@cygnus.com>
8194
8195 * config.guess: Guess "cygwin" rather than "cygwin32".
8196
81972000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8198
8199 * configure (gcc_version): When setting, narrow search to
8200 lines containing `version_string'.
8201
82022000-02-15 Denis Chertykov <denisc@overta.ru>
8203
8204 * config.sub: Add support for avr target.
8205
82062000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8207
8208 * config.sub: Add mmix-knuth-mmixware.
8209
82102000-01-27 Christopher Faylor <cgf@redhat.com>
8211
8212 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8213 structure stuff to -L library search.
8214 (CXX_FOR_TARGET): Ditto.
8215 (CROSS_CHECK_MODULES): Fix spelling mistake.
8216
82172000-01-24 Mark Mitchell <mark@codesourcery.com>
8218
8219 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8220 the C++ compiler.
8221
82222000-01-12 Richard Henderson <rth@cygnus.com>
8223
8224 * configure.in: Don't build some bits for beos.
8225
82262000-01-12 Joel Sherrill (joel@OARcorp.com)
8227
8228 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8229 as include files.
8230
82312000-01-06 Geoff Keating <geoffk@cygnus.com>
8232
8233 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8234 not mh-aix43.
8235
82361999-12-14 Richard Henderson <rth@cygnus.com>
8237
8238 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8239 * config.sub: Accept alphaev[78], alphaev8.
8240
82411999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8242
8243 * config.guess, config.sub: Update from autoconf.
8244
8245Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8246
8247 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8248 necessary libraries are missing.
8249
82501999-10-25 Andreas Schwab <schwab@suse.de>
8251
8252 * configure: Fix quoting inside arguments of eval.
8253
82541999-10-21 Nick Clifton <nickc@cygnus.com>
8255
8256 * config-ml.in: Allow suppression of some ARM multilibs.
8257
8258Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8259
8260 * config.guess: Add OS/390 match pattern.
8261 * config.sub: Add mvs, openedition targets.
8262 * configure.in (i370-ibm-opened*): New.
8263
82641999-09-04 Steve Chamberlain <sac@pobox.com>
8265
8266 * config.sub: Add support for configuring for pj.
8267
82681999-08-31 Nick Clifton <nickc@cygnus.com>
8269
8270 * config.sub (maybe_os): Add support for configuring for fr30.
8271
82721999-08-25 Nick Clifton <nickc@cygnus.com>
8273
8274 * configure.in: Do not configure or build ld for AIX
8275 platforms. ld is known to be broken on these platforms.
8276
8277Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8278
8279 * config-ml.in: Pass compiler flag corresponding to multidirs to
8280 subdir configures.
8281
82821999-08-09 Ian Lance Taylor <ian@zembu.com>
8283
8284 * Makefile.in (LDFLAGS): Define.
8285
82861999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8287
8288 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8289 noconfigdirs.
8290 (*-*-cygwin*): Likewise.
8291
82921999-08-08 Ian Lance Taylor <ian@zembu.com>
8293
8294 * mkdep: New file.
8295 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8296 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8297
8298 From Eli Zaretskii <eliz@is.elta.co.il>:
8299 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8300 long file name when using DJGPP on MS-DOS.
8301
8302Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8303
8304 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8305
83061999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8307
8308 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8309 dependency as this causes "make check" to globally "make all"
8310
8311Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8312
8313 * configure.in (target_libs): Added target-zlib.
8314 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8315 (CONFIGURE_TARGET_MODULES): Likewise.
8316 (CHECK_TARGET_MODULES): Likewise.
8317 (INSTALL_TARGET_MODULES): Likewise.
8318 (CLEAN_TARGET_MODULES): Likewise.
8319 (configure-target-zlib): New target.
8320 (all-target-zlib): Likewise.
8321 (all-target-libjava): Depend on all-target-zlib.
8322 (configure-target-libjava): Depend on configure-target-zlib.
8323
8324 * Makefile.in (configure-target-libjava): Depend on
8325 configure-target-newlib.
8326 (configure-target-boehm-gc): New target.
8327 (configure-target-qthreads): New target.
8328
8329 * configure.in (target_libs): Added target-qthreads.
8330 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8331 (CONFIGURE_TARGET_MODULES): Likewise.
8332 (CHECK_TARGET_MODULES): Likewise.
8333 (INSTALL_TARGET_MODULES): Likewise.
8334 (CLEAN_TARGET_MODULES): Likewise.
8335 (all-target-qthreads): New target.
8336 (configure-target-libjava): Depend on configure-target-qthreads.
8337 (all-target-libjava): Depend on all-target-qthreads.
8338
8339 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8340 (CONFIGURE_TARGET_MODULES): Likewise.
8341 (CHECK_TARGET_MODULES): Likewise.
8342 (INSTALL_TARGET_MODULES): Likewise.
8343 (CLEAN_TARGET_MODULES): Likewise.
8344 (all-target-libjava): New target.
8345 (all-target-boehm-gc): Likewise.
8346 * configure.in (target_libs): Added libjava, boehm-gc.
8347
83481999-07-22 Ian Lance Taylor <ian@zembu.com>
8349
8350 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8351 configure.bat in SUPPORT_FILES.
8352 (gas+binutils.tar.bz2): Likewise.
8353
8354 * makeall.bat: Remove; obsolete.
8355
83561999-07-21 Ian Lance Taylor <ian@zembu.com>
8357
8358 From Mark Elbrecht:
8359 * configure.bat: Remove; obsolete.
8360
83611999-07-11 Ian Lance Taylor <ian@zembu.com>
8362
8363 * configure: Add -W -Wall to the default CFLAGS when compiling with
8364 gcc.
8365
8366Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8367
8368 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8369
83701999-06-30 Mark Mitchell <mark@codesourcery.com>
8371
8372 * configure.in: Build ld on IRIX6.
8373
83741999-06-12 Ian Lance Taylor <ian@zembu.com>
8375
8376 * Makefile.in: Change distribution targets to use bzip2 instead of
8377 gzip.
8378 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8379 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8380
83811999-06-04 Nick Clifton <nickc@cygnus.com>
8382
8383 * config.sub: Add mcore target.
8384
83851999-05-30 Cort Dougan <cort@cs.nmt.edu>
8386
8387 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8388
83891999-05-25 H.J. Lu (hjl@gnu.org)
8390
8391 * config.guess (dummy): Changed to $dummy.
8392
83931999-05-24 Nick Clifton <nickc@cygnus.com>
8394
8395 * config.sub: Tidied up case statements.
8396
83971999-05-22 Ben Elliston <bje@cygnus.com>
8398
8399 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8400 <jiro@din.or.jp>.
8401
8402 * config.guess: Merge with FSF version. Future changes will be
8403 more accurately recorded in this ChangeLog.
8404 * config.sub: Likewise.
8405
84061999-05-20 Stephen L Moshier <moshier@world.std.com>
8407
8408 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8409
84101999-04-30 Tom Tromey <tromey@cygnus.com>
8411
8412 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8413
84141999-04-23 Tom Tromey <tromey@cygnus.com>
8415
8416 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8417
84181999-04-20 Drew Moseley <dmoseley@cygnus.com>
8419
8420 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8421 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8422 Bad merge removed these two changes.
8423
8424Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
8425 Martin Heller (Ing.-Buero_Heller@t-online.de)
8426
8427 * config.guess (interix Alpha): Add.
8428
84291999-04-11 Richard Henderson <rth@cygnus.com>
8430
8431 * configure.in (i?86-*-beos*): Do config gperf; don't config
8432 gdb, newlib, or libgloss.
8433
84341999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
8435
8436 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8437 link a trivial program with -mabi=64. If it fails, remove mabi=64
8438 from multidirs.
8439
84401999-04-10 Philipp Thomas (kthomas@gwdg.de)
8441
8442 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8443
84441999-04-08 Nick Clifton <nickc@cygnus.com>
8445
8446 * config.sub: Add support for mcore targets.
8447
84481999-04-07 Michael Meissner <meissner@cygnus.com>
8449
8450 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8451 not mt-ospace, in order to shut up assembler warning about using
8452 symbols that are named the same as registers.
8453
84541999-04-07 Drew Moseley <dmoseley@cygnus.com>
8455
8456 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8457 dependency list for all-target-cygmon.
8458
84591999-04-05 Doug Evans <devans@casey.cygnus.com>
8460
8461 * config-ml.in: Check $host, not $target, for selective multilibs.
8462 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8463 thumb interworking, and underscore prefix multilibs.
8464
84651999-04-04 Ian Lance Taylor <ian@zembu.com>
8466
8467 * missing: Update to version from current automake.
8468
8469Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8470
8471 * configure (gxx_include_dir): Removed.
8472
8473 * configure.in (gxx_include_dir): Handle it.
8474 * Makefile.in: Likewise.
8475
84761999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8477
8478 * config.sub (mips64vr4111,mips64vr4111el) Add.
8479
84801999-03-21 Ben Elliston <bje@cygnus.com>
8481
8482 * config.guess: Correct typo for detecting ELF on FreeBSD.
8483
8484Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8485
8486 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8487 config/mh-djgpp.
8488
8489Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8490
8491 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8492 all-target-newlib to dependency list for all-target-bsp.
8493
8494Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8495
8496 * config.sub: Add i386-uwin support.
8497 * config.guess: Likewise.
8498
8499Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8500
8501 * configure.in: cleanup, add mh-*pic handling for arm, special
8502 case powerpc*-*-aix*
8503
8504Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8505
8506 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8507 can be built.
8508
8509Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8510
8511 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8512 targets.
8513
85141999-03-02 Nick Clifton <nickc@cygnus.com>
8515
8516 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8517
85181999-02-28 Geoffrey Noer <noer@cygnus.com>
8519
8520 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8521
85221999-02-24 Nick Clifton <nickc@cygnus.com>
8523
8524 * config.sub: Fix typo in arm recognition.
8525
85261999-02-24 Drew Moseley <dmoseley@cygnus.com>
8527
8528 * configure.in (noconfigdirs): Changed target_configdirs to
8529 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8530 rather than m68k-*-* since it is not known to work on
8531 m68k-aout. Ditto for arm-*-*oabi.
8532
85331999-02-24 Stan Shebs <shebs@andros.cygnus.com>
8534
8535 * configure.in (*-*-windows*): Remove, no longer used.
8536
85371999-02-19 Ben Elliston <bje@cygnus.com>
8538
8539 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8540 Smart and improved by Andrew Cagney.
8541
85421999-02-18 Marc Espie <espie@cvs.openbsd.org>
8543
8544 * config.guess: Recognize openbsd-*-hppa.
8545
85461999-02-17 H.J. Lu (hjl@gnu.org)
8547
8548 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8549 only if it is not empty.
8550
85511999-02-17 Nick Clifton <nickc@cygnus.com>
8552
8553 Patch from: Scott Bambrough <scottb@corelcomputer.com>
8554
8555 * config.guess: Modified to recognize uname's armv* syntax.
8556
8557 * config.sub: Modified to recognize uname's armv* syntax.
8558
85591999-02-17 Mark Salter <msalter@cygnus.com>
8560
8561 * configure.in: Added target-bsp for sparclite.
8562
85631999-02-08 Richard Henderson <rth@cygnus.com>
8564
8565 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8566
85671999-02-08 Nick Clifton <nickc@cygnus.com>
8568
8569 * configure.in: Add support for strongarm port.
8570 * config.sub: Add support for strongarm target.
8571
85721999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
8573
8574 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8575 the old name config/mh-cygwin32.
8576 Enable texinfo.
8577
85781999-02-04 Ian Lance Taylor <ian@cygnus.com>
8579
8580 * configure.in: Do build ld for ix86 Solaris.
8581
85821999-02-02 Jim Wilson <wilson@cygnus.com>
8583
8584 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8585 $AR_FOR_TARGET. Likewise for RANLIB.
8586
85871999-02-02 Catherine Moore <clm@cygnus.com>
8588
8589 * config.sub (oabi): Recognize.
8590 * configure.in (arm-*-oabi): Handle.
8591
85921999-01-30 Robert Lipe (robertlipe@usa.net)
8593
8594 * config.guess: Improve detection of i686 on UnixWare 7.
8595
85961999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
8597
8598 * config.guess: Add support for i386-pc-interix.
8599 * config.sub: Likewise.
8600 * configure.in: Likewise.
8601
86021999-01-18 Christopher Faylor <cgf@cygnus.com>
8603
8604 * Makefile.in: Remove unneeded all-target-libio from
8605 from all-target-winsup target since it is now unneeded.
8606 Add all-target-libtermcap in its place since it is now
8607 needed.
8608
86091998-12-30 Christopher Faylor <cgf@cygnus.com>
8610
8611 * configure.in: makefile stub for cygwin target is probably
8612 unnecessary. Remove it for now.
8613
86141998-12-30 Christopher Faylor <cgf@cygnus.com>
8615
8616 * configure.in: libtermcap.a should be built when cygwin is the
8617 target as well as the host.
8618 * config.guess: Allow mixed case in cygwin uname output.
8619 * Makefile.in: Add libtermcap target.
8620
86211998-12-23 Jeffrey A Law (law@cygnus.com)
8622
8623 * config.sub: Clean up handling of hppa2.0.
8624
86251998-12-22 Rodney Brown (rodneybrown@pmsc.com)
8626
8627 * config.guess: Use C code to identify more HP machines.
8628
8629Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8630
8631 * config.sub: Handle hppa2.0.
8632
8633Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8634
8635 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8636 cygmon for all sparclite targets, regardless of object format.
8637
86381998-12-15 Mark Salter <msalter@cygnus.com>
8639
8640 * configure.in: Added target-bsp for several target architectures.
8641
8642 * Makefile.in: Added rules for bsp.
8643
8644Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8645
8646 * config.guess: Improve detection of hppa2.0 processors.
8647
8648Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8649
8650 * config.guess: Recognize FreeBSD using ELF automatically.
8651
86521998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8653
8654 * configure (skip-this-dir): Add handling for new shell script, which
8655 might be created by a sub-directory's configure to indicate, this particular
8656 directory is "unwanted".
8657 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8658
8659Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8660
8661 * ltconfig: import from libtool, after changing libtool to
8662 account for the cygwin name change.
8663
8664Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8665
8666 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8667 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8668
8669Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8670
8671 * configure.in: Add libtermcap to list of cygwin dependencies.
8672
86731998-11-17 Geoffrey Noer <noer@cygnus.com>
8674
8675 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8676 they include winsup/include when it's a cygwin target.
8677
86781998-11-12 Tom Tromey <tromey@cygnus.com>
8679
8680 * configure.in (host_tools): Added zip.
8681 * Makefile.in (all-target-libjava): Depend on all-zip.
8682 (all-zip): New target.
8683 (ALL_MODULES): Added all-zip.
8684 (NATIVE_CHECK_MODULES): Added check-zip.
8685 (INSTALL_MODULES): Added install-zip.
8686 (CLEAN_MODULES): Added clean-zip.
8687
86881998-11-12 Geoffrey Noer <noer@cygnus.com>
8689
8690 * Makefile.in: lose "32" from comment about cygwin.
8691
86921998-11-05 Nick Clifton <nickc@cygnus.com>
8693
8694 * configure.in: Use -Os to build target libraries for the fr30.
8695
86961998-11-04 Dave Brolley <brolley@cygnus.com>
8697
8698 * config.sub: Add fr30.
8699
87001998-11-02 Geoffrey Noer <noer@cygnus.com>
8701
8702 * configure.in: drop "32" from config/mh-cygwin32. Check
8703 cygwin* instead of cygwin32*.
8704 * config.sub: Check cygwin* instead of cygwin32*.
8705
87061998-10-22 Robert Lipe <robertl@dgii.com>
8707
8708 * config.guess: Match any version of Unixware7.
8709
87101998-10-20 Syd Polk <spolk@cygnus.com>
8711
8712 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8713 if desired.
8714
87151998-10-18 Jeffrey A Law (law@cygnus.com)
8716
8717 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8718 these if the appropriate directories and files to not exist.
8719
87201998-10-14 Jeffrey A Law (law@cygnus.com)
8721
8722 * Makefile.in (DEVO_SUPPORT): Add config.if.
8723
87241998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
8725
8726 * configure: Add pattern to replace "build_tooldir"'s
8727 definition in the generated Makefile with "tooldir"'s
8728 actual value.
8729
8730Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8731
8732 * config.sub: Bring back lost sparcv9.
8733
8734 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8735
8736Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8737
8738 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8739 CC_FOR_TARGET and friends.
8740
8741Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8742
8743 * Makefile.in (build_tooldir): New variable, same as tooldir.
8744 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8745 -B$(build_tooldir)/bin/.
8746 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8747
8748Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8749
8750 * config.sub: Add support for i[34567]86-pc-udk.
8751 * configure.in: Likewise.
8752
8753Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8754
8755 * Makefile.in: add bzip2 package building bits for user
8756 tools module
8757 * configure.in: ditto
8758
8759Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8760
8761 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8762 (ALL_TARGET_MODULES): Add all-target-libobjc.
8763 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8764 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8765 (all-target-libchill): Add dependencies.
8766 * configure.in (target_libs): Add libchill.
8767
87681998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8769
8770 * configure.in (target_subdir): Remove duplicate line.
8771
8772Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8773
8774 * Makefile.in (all-automake): fix dependencies.
8775
8776Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8777
8778 * configure.in: Minor cleanups for building in the $(target_alias)
8779 subdir.
8780
87811998-09-22 Jim Wilson <wilson@cygnus.com>
8782
8783 * Makefile.in (bootstrap): Set r and s before make all. Use
8784 BASE_FLAGS_TO_PASS in make all.
8785 (cross): Likewise.
8786
87871998-09-20 Mark Mitchell <mark@markmitchell.com>
8788
8789 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8790
8791Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8792
8793 * config.sub: Fix typo in last change.
8794
87951998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8796
8797 * config.sub: Add support for C4x target.
8798 * configure.in: Likewise.
8799
88001998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8801
8802 * config.sub: Recognize sparcv9 just like sparc64.
8803
8804Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8805
8806 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8807
8808Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8809
8810 * config.guess: Correctly identify Pentium II sco boxes.
8811
8812 * config.guess: Fix "tr" code. From Weiwen Liu.
8813
8814Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8815
8816 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8817 stabs.
8818
8819Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8820
8821 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8822 (ALL_TARGET_MODULES): Add all-target-libchill.
8823 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8824 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8825 (all-target-libchill): Add dependencies.
8826 * configure.in (target_libs): Add libchill.
8827
8828Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8829
8830 * config.guess: Avoid assumptions about "tr" behaves when
8831 LANG is set to something other than English.
8832
8833Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8834
8835 * configure (gxx_include_dir): Changed to
8836 '${prefix}/include/g++'-${libstdcxx_interface}.
8837
8838 * config.if: New to determine the interfaces.
8839
8840Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8841
8842 * config.guess: Detect and handle MPE/IX.
8843 * config.sub: Deal with MPE/IX.
8844
8845Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8846
8847 * configure.in: Use mh-aix43.
8848
88491998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8850
8851 * configure: Fix --without/--disable cases for gxx-include-dir.
8852
8853Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8854
8855 * mdata-sh: Imported. Needed for automake support.
8856
8857Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8858
8859 * Makefile.in (taz): Try "chmod -R og=u ." before
8860 "chmod og=u `find . -print`".
8861
8862Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8863
8864 * configure.in: Add arm-elf and thumb-elf support.
8865
8866Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8867
8868 * Makefile.in: Undo previous patch.
8869
8870Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8871
8872 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8873 to here ...
8874 (install-no-fixedincludes): and here
8875 (INSTALL_MODULES): ... from here.
8876
8877Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8878
8879 * config.sub: Merge with FSF.
8880
8881 * config.guess: Merge with FSF.
8882
8883Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8884
8885 * configure (extraconfigdirs): New variable.
8886 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8887 * Makefile.in (all): Move higher in file.
8888 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8889 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8890 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8891 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8892 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8893
88941998-07-23 Brendan Kehoe <brendan@cygnus.com>
8895
8896 * Makefile.in (all-target-libjava): Depend on all-gcc and
8897 all-target-newlib.
8898 (configure-target-libjava): Depend on $(ALL_GCC).
8899
8900Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8901
8902 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8903 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8904
8905Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8906
8907 * ylwrap: Change absolute path checks to check for DOS style path
8908 names.
8909
8910 * ylwrap: Don't use a full path name if the source file is in the
8911 same directory. From hjl@lucon.org (H.J. Lu).
8912
8913 * config-ml.in: Default to being verbose, to match Feb 18 change to
8914 configure.
8915
8916Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8917
8918 Brought over from egcs:
8919
8920 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8921
8922 * configure.in (target_subdir): Set to ${target_alias} instead
8923 of "libraries".
8924
8925 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8926
8927 * configure.in (target_subdir): Set to libraries if enable_multilib.
8928
8929Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8930
8931 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8932 multilibs, force reconfiguration the first time we create
8933 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8934
8935Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8936
8937 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8938 avoid confusion with --no-recursion.
8939
8940Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8941
8942 * configure.in: Win32 hosts shouldn't use install -x
8943 * install-sh: remove -x option, and special .exe-handling
8944 hack.
8945
8946Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8947
8948 * config.guess: Recognize i586-pc-beos.
8949 * configure.in: Don't build some bits for beos.
8950
8951Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8952
8953 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8954 CFLAGS default to -O2.
8955
8956 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8957 when using GNU ld.
8958
8959Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8960
8961 * ltmain.sh: Correct install when using a different shell.
8962
8963Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8964
8965 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8966
8967Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8968
8969 * makefile.vms: Update to build binutils/makefile.vms. Add install
8970 target.
8971
8972Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8973
8974 * ltconfig: Update to correct AIX handling.
8975
8976Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8977
8978 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8979
8980 * configure.in (target_subdir): Set to ${target_alias} instead
8981 of "libraries".
8982
89831998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8984
8985 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8986 (Makefile): Depend on $(gcc_version_trigger).
8987
8988 * configure (gcc_version): Change default initializer to empty
8989 string.
8990 (gcc_version_trigger): New variable; pass this variable down
8991 to subdir configures to enable them checking gcc's version
8992 themselves. Emit make macros for both gcc_version vars.
8993 (topsrcdir): Initialize reliably.
8994 (recursion line): Remove --with-gcc-version=${gcc_version}.
8995
89961998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8997
8998 * configure (enable_version_specific_runtime_libs): Implement new flag
8999 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9000 in $(libsubdir); emit definition in each generated Makefile.
9001 (gxx_include_dir): Initialize depending on
9002 $enable_version_specific_runtime_libs.
9003
90041998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9005
9006 * configure (gcc_version): Initialize properly depending on
9007 how and where configure is started.
9008 (recursion line): Pass a --with-gcc-version=${gcc_version}
9009 to configures in subdirs.
9010
9011Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9012
9013 * configure.in (noconfigdirs): Add configure pattern for mips tx39
9014 cygmon
9015
9016Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9017
9018 * configure.in: Add cygmon and libstub support for mn10200.
9019
90201998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9021
9022 * configure (gcc_version): Add new variable describing the
9023 particular gcc version we're building.
9024 * Makefile.in (libsubdir): Add new macro for the directory
9025 in which the compiler finds executables, libraries, etc.
9026 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9027 and libsubdir.
9028
9029Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9030
9031 * Makefile.in (local-clean): Remove *.log.
9032 (warning.log): Built with warn_summary from build.log.
9033 (mail-report.log): Run test_summary.
9034 (mail-report-with-warnings.log): Run test_summary including
9035 warning.log in the report.
9036
9037Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9038
9039 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9040
9041Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9042
9043 * Makefile.in (grep): Grep no longer depends on libiberty.
9044
9045Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9046
9047 * Makefile.in: all-snavigator needs all-libgui.
9048
9049Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9050
9051 * configure.in: Add cygmon and libstub support for mn10300.
9052
9053Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9054
9055 * missing: Update to version from automake 1.3.
9056
9057 * ltmain.sh: On installation, don't get confused if the same name
9058 appears more than once in the list of library names.
9059
9060Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9061
9062 * config.sub: Accept m68060 and m5200 as CPU names.
9063
9064Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9065
9066 * configure: Use && rather than using -a in test, because odd
9067 strings can confuse test.
9068 * configure.in: Likewise.
9069
9070Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9071
9072 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9073
9074Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9075
9076 * Makefile.in (boostrap2-lean, bootstrap3-lean,
9077 bootstrap4-lean): New targets.
9078
9079Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9080
9081 * mpw-* Delete. Not used.
9082
9083Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9084
9085 * COPYING.LIB: Update FSF address.
9086
9087Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9088
9089 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9090
9091 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9092 GAS_SUPPORT_DIRS.
9093
9094Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9095
9096 * ltconfig, ltmain.sh: Avoid producing a version number if
9097 -version-info was not used.
9098
9099Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9100
9101 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9102 building with newlib.
9103
91041998-04-30 Paul Eggert <eggert@twinsun.com>
9105
9106 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9107 Solaris `make' causes it to continue to next definition.
9108
9109Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9110
9111 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9112 the right GUI libraries and files are installed along with GDB.
9113
9114Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9115
9116 * configure.in: Change alpha to alpha* in several places.
9117
9118Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9119
9120 * config.sub: Recognize sparc86x.
9121
9122Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9123
9124 * configure.in (--enable-target-optspace): Remove debug echo.
9125
9126Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9127
9128 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9129
9130Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9131
9132 * ltconfig: Update cygwin32 support.
9133
9134 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9135 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9136 (GDB_SUPPORT_DIRS): Likewise.
9137
9138Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9139
9140 * configure.in (target_makefile_frag): If --enable-target-optspace,
9141 use -Os to compile target libraries rather than -O2. Default to
9142 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9143 not used.
9144 * configure.in (target_cflags): Ditto for d30v.
9145
9146Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9147
9148 * Makefile.in (all-bfd): Depend on all-intl.
9149 (all-binutils): Likewise.
9150 (all-gas): Likewise.
9151 (all-gprof): Likewise.
9152 (all-ld): Likewise.
9153
91541998-04-19 Brendan Kehoe <brendan@cygnus.com>
9155
9156 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9157
9158Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9159
9160 * Makefile.in (all-bfd): Depend upon all-libiberty.
9161
9162 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9163
9164Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9165
9166 * Makefile.in: Add libstub.
9167
9168 * configure.in: Ditto. Build libstub for targets that have cygmon
9169 support.
9170
9171Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9172
9173 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9174
9175Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9176
9177 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9178 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9179
9180Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9181
9182 * configure: Define DEFAULT_M4 by searching PATH.
9183 * Makfile.in: Use DEFAULT_M4.
9184
9185Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9186
9187 * ltconfig: Add cygwin32 support.
9188
9189 * Makefile.in, configure.in: Add libtool as a native only directory
9190 to configure and build.
9191
9192Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9193
9194 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9195
9196Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9197
9198 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9199
9200Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9201
9202 * Makefile.in: add ash make rules
9203 * configure.in: add ash to native_only and host_tools lists
9204
9205Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9206
9207 * Makefile.in (all-gettext, all-intl): New targets.
9208 (ALL_MODULES): Added all-gettext, all-intl.
9209 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9210 (INSTALL_MODULES): Added install-gettext, install-intl.
9211 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9212
9213 * configure.in (host_tools): Added gettext.
9214 (native_only): Likewise.
9215 (noconfigdirs) [various cases]: Likewise.
9216 (host_libs): Added intl.
9217
9218Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9219
9220 * configure: Do not disable building gdbtk for cygwin32 hosts.
9221
9222Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9223
9224 * configure.in: Add thumb-coff target.
9225 * config.sub: Add thumb-coff target.
9226
9227Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9228
9229 * Makefile.in: Revert yesterday's change.
9230 (all-target-winsup): all-target-librx stays out of here.
9231
9232Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9233
9234 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9235 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9236 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9237 Remove references to librx and libg++.
9238
9239Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9240
9241 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9242 recursive makes
9243
9244Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9245
9246 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9247 for newlib directory.
9248 (CXX_FOR_TARGET): Likewise.
9249
9250Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9251
9252 * ltconfig: Update after libtool/ltconfig.in change for
9253 hpux11.
9254
9255Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9256
9257 * ltconfig, ltmain.sh: Update to libtool 1.2.
9258
9259Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9260
9261 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9262 (install-gcc-cross): Instead, override LANGUAGES here.
9263
92641998-03-18 Dave Love <d.love@dl.ac.uk>
9265
9266 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9267 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9268
9269Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9270
9271 * configure.in: Add Thumb-pe target.
9272
9273Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
9274
9275 * Makefile.in - changed sn targets to snavigator
9276 * configure.in - changed sn targets to snavigator
9277
9278Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9279
9280 * config-ml.in: After building symlink tree call make distclean
9281 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9282 to be the case for libiberty.
9283
9284Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9285
9286 * configure: When making link, also check the current
9287 directory. The configure scripts may create one.
9288
9289Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9290
9291 * config.sub: Accept alphapca56 and alphaev6 properly.
9292
9293Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9294
9295 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9296
9297Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9298
9299 * config.sub (sco5): Fix typo.
9300
9301Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9302
9303 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9304 install-itcl.
9305 (install-itcl): Remove dependency on install-tcl.
9306
9307Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9308
9309 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9310
9311Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9312
9313 * configure.in: Don't build libgui for a cygwin32 target when not on
9314 a cygwin32 host.
9315
9316Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9317
9318 * configure (redirect): Set to null, so default behavior of
9319 configure is now --verbose.
9320
93211998-02-16 Dave Love <d.love@dl.ac.uk>
9322
9323 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9324 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9325
9326Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9327
9328 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9329 this change to sync Makefile.in with its ChangeLog entries.
9330
9331Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9332
9333 * ltmain.sh (mkdir): Check that the directory doesn't exist
9334 before we exit with error, so that we don't get races during
9335 parallel builds.
9336
9337Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9338
9339 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9340
9341Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9342
9343 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9344 PICFLAG_FOR_TARGET.
9345 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9346
9347 * configure: Emit a definition for the new macro enable_shared
9348 into each Makefile.
9349
9350Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9351
9352 * configure.in (host_tools, native_only): Add libtool.
9353
9354Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9355
9356 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9357 Fix typo in ming config comment.
9358
9359Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9360
9361 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9362
9363Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9364
9365 * config.sub: Add tic30 cases, and map c30 to tic30.
9366
9367Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9368
9369 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9370 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9371 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9372 (CLEAN_TARGET_MODULES): Similarly
9373 (all-target-libf2c): Add dependences.
9374 * configure.in (target_libs): Add libf2c.
9375
9376Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9377
9378 * configure.in: Remove expect from noconfigdirs when target
9379 is cygwin32. OK to build expect and dejagnu with Canadian
9380 Cross.
9381
9382Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9383
9384 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9385 host.
9386
9387 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9388 and mingw32.
9389
9390Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9391
9392 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9393 here as it is not defined in the toplevel Makefile.
9394
9395Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9396
9397 * configure (package_makefile_rules_frag): New variable, which names
9398 a file with generic rules, ...
9399 Change comment to mention we now have FIVE parts.
9400 * configure: Undo last change.
9401
9402Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9403
9404 * config.guess: More accurate determination of HP processor types.
9405 * config.sub: More accurate determination of HP processor types.
9406
9407Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9408
9409 * configure (package_makefile_frag): Move inserting the
9410 ${package_makefile_frag} to where it should be according
9411 to the comment.
9412
9413Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
9414
9415 * config.guess: Add support for Linux/ARM.
9416
9417Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9418
9419 * .cvsignore: Remove *-info and *-install since they match
9420 release-info and mpw-install, which we don't want to just ignore.
9421
9422Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9423
9424 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9425
9426Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9427
9428 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9429 local_prefix to sub-make invocations.
9430
9431Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9432
9433 * configure.in: Check makefile fragments in the source
9434 directory.
9435
9436Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9437
9438 * configure.in: Check whether host and target makefile
9439 fragments exist before adding them to *_makefile_frag.
9440
9441Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9442
9443 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9444
9445Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9446
9447 * configure.in: Make sure we only replace RPATH_ENVVAR on
9448 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9449 regexp to sed.
9450
9451 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9452 to sub-makes.
9453
94541998-01-13 Lee Iverson (leei@ai.sri.com)
9455
9456 * config-ml.in (multi-do): LDFLAGS must include multilib
9457 designator.
9458
9459Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9460
9461 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9462
9463Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9464
9465 * config.sub: Add mingw32 support.
9466 * configure.in: Likewise.
9467
9468Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9469
9470 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9471
9472Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9473
9474 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9475 * configure (gxx_include_dir): Provide a definition for subdirs
9476 which do not use autoconf.
9477
9478Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9479
9480 * config.guess: Sync with egcs. Picks up new alpha support,
9481 BeOS & some additional linux support.
9482
9483Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
9484
9485 * config.guess: HP 9000/803 is a PA1.1 machine.
9486
9487Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9488
9489 * configure.in: It's alpha*-...
9490
9491Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9492
9493 * configure.in (host_makefile_frag, target_makefile_frag):
9494 Handle multiple config files.
9495 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9496 alpha-*-*.
9497
9498Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9499
9500 * mkdep: New file.
9501
9502Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9503
9504 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9505
9506Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9507
9508 * Makefile.in: Add libgui directory.
9509 (GDB_TK): Add all-libgui.
9510 * configure.in: Add libgui directory.
9511 * configure: Add all-libgui to GDB_TK.
9512
9513Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9514
9515 * config-ml.in (multidirs): Add m32r to multilib list.
9516
9517Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9518
9519 * Makefile.in (all-target-gperf): Change dependency to
9520 all-target-libstdc++.
9521
9522Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9523
9524 * config.guess: Add BeOS support.
9525
9526Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9527
9528 Source directory cvs renamed to cvssrc:
9529 * configure.in (host_tools): Change cvs to cvssrc.
9530 (native_only): Likewise.
9531 (noconfigdirs) [various cases]: Likewise.
9532 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9533 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9534 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9535 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9536 (all-cvssrc): Rename target from all-cvs.
9537
9538Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9539
9540 * configure (gxx_include_dir): Fix thinko.
9541
9542Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9543
9544 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9545 (install-cross, install-gcc-cross): New targets.
9546
9547Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9548
9549 * configure.in (noconfigdirs): Add support for Thumb target.
9550
9551 * config.sub (maybe_os): Add support for Thumb target.
9552
9553Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9554
9555 * Makefile.in: Add rules for cygmon.
9556
9557 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9558
9559Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9560
9561 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9562 * configure (gxx_include_dir): Provide a definition for subdirs
9563 which do not use autoconf.
9564
9565Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9566
9567 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9568 11/18/97 build
9569
9570Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9571
9572 * From Franz Sirl.
9573 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9574 found on RedHat Linux systems.
9575
9576Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9577
9578 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9579 guesses.
9580
9581Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9582
9583 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9584
9585Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9586
9587 * ltmain.sh: If mkdir fails, check whether the directory was created
9588 anyhow by some other process.
9589
9590Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9591
9592 * configure.in (d30v-*-*): Configure all directories.
9593
9594Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9595
9596 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9597 for the D30V.
9598
9599Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9600
9601 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9602
9603Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9604
9605 * include/libiberty.h: Add extern "C" { so it can be used with C++
9606 progrms.
9607 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9608 programs.
9609
9610Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9611
9612 * configure.in (d30v-*-*): Configure GCC now.
9613
9614Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9615
9616 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9617 is no longer needed.
9618
9619Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9620
9621 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9622
9623Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9624
9625 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9626 targets using "$@" to provide support for similar but not identical
9627 targets without having to duplicate code.
9628
9629Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9630
9631 * makefile.vms: Fix to work with DEC C.
9632
9633Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9634
9635 * config.sub: Add mips-tx39-elf to marketing names.
9636
9637Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9638
9639 * ltmain.sh: Handle symlinks in generated script.
9640
9641Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9642
9643 * configure: Handle autoconf style directory options: --bindir,
9644 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9645 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9646 --sysconfdir.
9647 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9648 (sharedstatedir, localstatedir, oldincludedir): New variables.
9649 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9650 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9651 sbindir, sharedstatedir, and sysconfdir.
9652
9653Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9654
9655 * Makefile.in (bootstrap-lean): New target.
9656
9657Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9658
9659 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
9660 sn, and gnuserv from noconfigdirs.
9661
9662Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9663
9664 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9665
9666Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9667
9668 * Makefile.in (cross): New target.
9669
9670Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
9671 Jeff Law <law@cygnus.com>
9672
9673 * Makefile.in (bootstrap2, bootstrap3): New targets.
9674 (all-bootstrap): Remove outdated and confusing target.
9675 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9676
9677Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9678
9679 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9680 windows. Consistent with gdb/configure.
9681
96821997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9683
9684 * configure.in: Name Linux target fragment.
9685
9686 * configure: Rewrite so that project Makefile fragment is inserted
9687 first and appears last in the resulting Makefile.
9688
9689Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9690
9691 * Makefile.in (install-itcl): Install tcl first.
9692
9693Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
9694
9695 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9696
9697Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9698
9699 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9700
9701 * configure.in (skipdirs): Add target-librx for Linux.
9702 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9703
9704Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9705
9706 * Makefile.in (bootstrap): New target.
9707
9708Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9709
9710 * config.sub: Accept 'amigados' for backward compatability.
9711
9712Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9713
9714 * config.guess: Merge with FSF.
9715
9716Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9717
9718 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9719
9720Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9721
9722 * config.sub: Add "marketing-names" patch.
9723
9724Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9725
9726 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9727
9728Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9729
9730 * config.sub: Handle v850-elf.
9731
9732Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9733
9734 * .cvsignore (*-install): Remove.
9735
9736Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9737
9738 * ltconfig: Set CONFIG_SHELL in libtool.
9739 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9740
9741Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9742
9743 * configure.in (target_subdir): Set to libraries if enable_multilib.
9744
9745Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9746
9747 * config.guess: Update from gcc directory.
9748
9749Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9750
9751 * Makefile.in (all-sim): Depends on all-readline.
9752
9753Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9754
9755 * Makefile.in (BISON, YACC): Use $$s.
9756 (all-bison): Depend on all-texinfo.
9757
9758Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9759
9760 * Makefile.in (BISON): Add -L flag.
9761 (YACC): Likewise.
9762
9763Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9764
9765 * configure.in (noconfigdirs): Add support for v850e target.
9766
9767 * config.sub (maybe_os): Add support for v850e target.
9768
9769Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9770
9771 * configure.in (noconfigdirs): Add support for v850ea target.
9772
9773 * config.sub (maybe_os): Add support for v850ea target.
9774
9775Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9776
9777 * config.sub: Add mipstx39. Delete r3900.
9778
9779Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9780
9781 * Makefile.in (all-autoconf): Depends on all-texinfo.
9782
9783Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9784
9785 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9786 eabi targets.
9787
9788Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9789
9790 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9791
9792 * configure: When handling a Canadian Cross, handle YACC as well as
9793 BISON. Just set BISON to bison. When setting YACC, prefer bison.
9794 * Makefile.in (all-bison): Depend upon all-texinfo.
9795
9796Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9797
9798 * Makefile.in (BISON): bison, not byacc or bison -y.
9799 (YACC): bison -y or byacc or yacc.
9800 (various): Add *-bison as appropriate.
9801 (taz): No need to mess with BISON anymore.
9802
9803Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9804
9805 * configure: If OSTYPE matches *win32*, try to find a good value for
9806 CONFIG_SHELL.
9807
9808Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9809
9810 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9811 configure.in if it is present.
9812
9813Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9814
9815 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9816
9817Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9818
9819 * config.sub: Recognize `arc' cpu.
9820 * configure.in: Likewise.
9821 * config-ml.in: Likewise.
9822
9823Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9824
9825 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9826
9827Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9828
9829 * configure: Changed sed delimiter from ':' to '|' when
9830 attempting to substitute ${config_shell} for SHELL. On
9831 NT ${config_shell} may contain a ':' in it.
9832
9833Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9834
9835 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9836
9837Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9838
9839 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9840
9841Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9842
9843 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9844
9845 * ylwrap: If the program is a relative path, force it to be
9846 absolute.
9847
9848Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9849
9850 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9851
9852Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9853
9854 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
9855 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9856 for libraries.
9857
9858Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9859
9860 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
9861 separated by spaces.
9862
9863Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9864
9865 * ylwrap: New file.
9866 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9867
9868 * ltmain.sh: Handle /bin/sh at start of install program.
9869
9870 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9871
9872 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9873 * missing: New file, from automake 1.2.
9874
9875Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9876
9877 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9878 check-tk to CHECK_X11_MODULES.
9879
9880Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9881
9882 * config.sub: Merge with FSF.
9883
9884Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9885
9886 * config.guess: Merge with FSF.
9887
9888Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9889
9890 * configure: Treat msdosdjgpp like go32.
9891 * configure.in: Likewise. Don't remove gprof for go32.
9892
9893 * configure: Change Makefile.tem2 to Makefile.tm2.
9894
9895Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9896
9897 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9898
9899Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9900
9901 * install-sh (chmodcmd): Set to null if the DST directory already
9902 exists. Same as Nov 11th change.
9903
9904Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9905
9906 * configure (GDB_TK): Needs itcl and tix.
9907
9908Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9909
9910 * config.guess: Update from FSF.
9911
9912Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9913
9914 * Makefile.in (GDB_TK): Depend on itcl and tix.
9915
9916Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9917
9918 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9919 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9920 (INSTALL_SCRIPT): New variable.
9921 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9922 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9923 to -x.
9924 * install-sh: Add support for -x option.
9925
9926Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
9927
9928 * configure.in, Makefile.in: Treat tix like itcl.
9929
9930Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9931
9932 * Makefile.in (WINDRES): New variable.
9933 (WINDRES_FOR_TARGET): New variable.
9934 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9935 (EXTRA_HOST_FLAGS): Add WINDRES.
9936 (EXTRA_TARGET_FLAGS): Add WINDRES.
9937 (EXTRA_GCC_FLAGS): Add WINDRES.
9938 ($(DO_X)): Pass down WINDRES.
9939 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9940 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9941 DLLTOOL_FOR_TARGET.
9942
9943Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9944
9945 * configure.in: configure sim before gdb for win32-x-ppc
9946
9947Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9948
9949 Move gperf into the toplevel, from libg++.
9950 * configure.in (target_tools): Add target-gperf.
9951 (native_only): Add target-gperf.
9952 * Makefile.in (all-target-gperf): New target, depend on
9953 all-target-libg++.
9954 (configure-target-gperf): Empty rule.
9955 (ALL_TARGET_MODULES): Add all-target-gperf.
9956 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9957 (CHECK_TARGET_MODULES): Add check-target-gperf.
9958 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9959 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9960
9961Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
9962
9963 * config.sub (mn10200): Recognize new basic machine.
9964
9965Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9966
9967 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9968 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9969
9970Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9971
9972 * configure.in: If we're building mips-sgi-irix6* native, turn on
9973 ENABLE_MULTILIB and set TARGET_SUBDIR.
9974
9975Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9976
9977 * Makefile.in (all-sn): Depend on all-grep.
9978
9979Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9980
9981 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9982
9983 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9984 Makefile. From Jeff Makey <jeff@cts.com>.
9985 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9986
9987 * Makefile.in (DISTBISONFILES): Remove.
9988 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9989 $(DEFAULT_YACC).
9990
9991 * configure.in: Build itl, db, sn, etc., when building for native
9992 cygwin32.
9993
9994 * Makefile.in (LD): New variable.
9995 (EXTRA_HOST_FLAGS): Pass down LD.
9996 ($(DO_X)): Likewise.
9997
9998Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9999
10000 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10001
10002Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10003
10004 * configure.in (targargs): Strip out any supplied --build argument
10005 before adding our own. Always add --build.
10006
10007Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10008
10009 * configure.in (targargs): Pass --build if we're doing
10010 a cross-compile.
10011
10012Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10013
10014 * configure: Use '|' instead of ":" as the separator in
10015 sed. Otherwise sed chokes on NT path names with drive
10016 designators. Also look for "?:*" as the leading characters in an
10017 absolute pathname.
10018
10019Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10020
10021 * config.sub: Support for r3900.
10022
10023Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10024
10025 * configure.in: Use install-sh, not install.sh.
10026
10027Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10028
10029 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10030 apply it twice.
10031
10032Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10033
10034 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10035 install-binutils.
10036
10037Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10038
10039 * Makefile.in: Add automake targets.
10040 * configure.in (host_tools): Add automake.
10041
10042Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10043
10044 * configure: Default CXX to c++, not gcc.
10045 * Makefile.in (CXX): Set to c++, not gcc.
10046 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10047
10048Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10049
10050 * install-sh: try appending a .exe if source file doesn't
10051 exist
10052
10053Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10054
10055 * configure.in: Turn on multilib by default.
10056 (cross_only): Remove target-libiberty.
10057
10058 * Makefile.in (all-gcc): Don't depend on libiberty.
10059
10060Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10061
10062 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10063
10064Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10065
10066 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10067 (DISTBISONFILES): Add ld/Makefile.in
10068
10069Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10070
10071 * configure.in: if target is cygwin32 but host isn't cygwin32,
10072 don't configure gdb tcl tk expect, not just gdb.
10073
10074Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10075
10076 * configure.in: Added gnuserv everywhere sn appears.
10077
10078 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10079 (CROSS_CHECK_MODULES): Added check-gnuserv.
10080 (INSTALL_MODULES): Added install-gnuserv.
10081 (CLEAN_MODULES): Added clean-gnuserv.
10082 (all-gnuserv): New target.
10083
10084Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10085
10086 * config.guess: Fixes for MIPS OpenBSD systems.
10087
10088Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10089
10090 * Makefile.in (INSTALL_XFORM): Remove.
10091 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10092
10093 * mkinstalldirs: New file, copied from automake.
10094 * Makefile.in (installdirs): Rename from install-dirs. Use
10095 mkinstalldirs. Change all users.
10096 (DEVO_SUPPORT): Add mkinstalldirs.
10097
10098Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10099
10100 * install-sh: Rename from install.sh.
10101 * Makefile.in (INSTALL): Change install.sh to install-sh.
10102 (DEVO_SUPPORT): Likewise.
10103
10104 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10105 Graichen <graichen@rzpd.de>.
10106
10107Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10108
10109 * config.guess: Recognize OpenBSD systems correctly.
10110
10111Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10112
10113 * README, Makefile.in (ETC_SUPPORT): Remove references to
10114 cfg-paper*, configure.{texi,man,info*}._
10115
10116Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10117
10118 * Makefile.in (all.normal): Ensure that gcc is built after all
10119 the x11 - ie gdb - targets.
10120
10121Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10122
10123 * makefile.vms: Don't run conf-a-gas.
10124
10125Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10126
10127 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10128
10129Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10130
10131 * configure.in: Remove noconfigdirs case since gdb also
10132 configures and builds for tic80-coff.
10133
10134Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10135
10136 * configure: Set cache_file to config.cache.
10137 * Makefile.in (local-distclean): Remove config.cache.
10138
10139Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10140
10141 * COPYING: Update FSF address.
10142
10143Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10144
10145 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10146 noconfigdirs.
10147
10148Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10149
10150 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10151 MAKEDIRS, is empty.
10152
10153Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10154
10155 * config.sub: Tweak mn10300 entry.
10156
10157Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10158
10159 * configure.in (host_tools): Put sim before gdb, so gdb's
10160 configure.tgt can determine if the simulator was configured.
10161
10162Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10163
10164 * config.sub: Move BeOS $os case to be with other Cygnus
10165 local cases.
10166
10167Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10168
10169 * config.sub: Remove misplaced comment that broke Linux.
10170
10171Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10172
10173 * config.sub: Add BeOS support.
10174
10175Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10176
10177 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10178
10179Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10180
10181 * configure.in (noconfigdirs): Remove tcl and tk from
10182 noconfigdirs for cygwin32 builds.
10183
10184Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10185
10186 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10187
10188Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10189
10190 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10191 make-all.com, use makefile.vms instead.
10192
10193Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10194
10195 * config.sub: Accept -lnews*.
10196
10197Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10198
10199 * configure.in (noconfigdirs): Disable target-newlib,
10200 target-examples and target-libiberty for d30v.
10201
10202Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10203
10204 * configure.in (noconfigdirs): Enable ld for d30v.
10205
10206Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10207
10208 * configure.in (tic80-*-*): Build compiler.
10209
10210Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10211
10212 * configure.in (d30v-*): Remove sim directory from list of
10213 unsupported d30v directories
10214
10215Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10216
10217 * config.sub, configure.in: Add d30v target cpu.
10218
10219Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10220
10221 * makefile.vms: New file.
10222 * make-all.com: Remove.
10223
10224Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10225
10226 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10227
10228Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10229
10230 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10231
10232Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10233
10234 * Makefile.in (ALL_MODULES): Added all-db.
10235 (CROSS_CHECK_MODULES): Addec check-db.
10236 (INSTALL_MODULES): Added install-db.
10237 (CLEAN_MODULES): Added clean-db.
10238
10239Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10240
10241 * config.guess: Merge with latest FSF sources.
10242
10243Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10244
10245 * Makefile.in (ALL_MODULES): Added all-itcl.
10246 (CROSS_CHECK_MODULES): Added check-itcl.
10247 (INSTALL_MODULES): Added install-itcl.
10248 (CLEAN_MODULES): Added clean-itcl.
10249
10250Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10251
10252 * configure.in: build gdb for mn10200
10253
10254Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10255
10256 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10257
10258Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10259
10260 * configure.in (tic80-*-*): Turn off most targets right now.
10261
10262Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10263
10264 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10265 rather than the makeinfo program.
10266 (do-info): Depend upon all-texinfo.
10267
10268Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10269
10270 * configure.in: Remove uses of config/mh-linux.
10271
10272 * config.sub, config.guess: Merge with latest FSF sources.
10273
10274Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10275
10276 * config.sub (case $basic_machine): Add tic80 entries.
10277
10278Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10279
10280 * config.sub, config.guess: Merge with latest FSF sources.
10281
10282Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10283
10284 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10285 * mpw-config.in: Test for NewFolderRecursive.
10286 * mpw-install: Use symbolic name for startup filename.
10287 * mpw-README: Add various additional details.
10288
10289Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10290
10291 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10292
10293Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10294
10295 * configure.in: Do build gcc and the target libraries for
10296 the mn10200.
10297
10298Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10299
10300 * configure.in: don't avoid building gdb for mn10300 any more
10301 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10302 instead of single-quoting it.
10303
10304Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10305
10306 * configure.in: Don't use --with-stabs on IRIX 6.
10307
10308Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10309
10310 * configure.in (m32r): Build gdb, libg++ now.
10311
10312Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10313
10314 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10315 directories from noconfigdirs.
10316
10317Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10318
10319 * config.sub (basic_machine): added mips16 configuration
10320
10321Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10322
10323 * config.sub: Handle d10v-unknown.
10324
10325Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10326
10327 * config.sub: Handle v850-unknown.
10328
10329Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10330
10331 * Makefile.in: add findutils
10332 * configure.in: add findutils to list of host_tools
10333
10334Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10335
10336 * config.sub: Handle mn10200 and mn10300.
10337
10338Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10339
10340 * configure.in (d10v-*): Do not build librx.
10341
10342Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10343
10344 * configure.in (mn10300): Build everything except gdb & libgloss.
10345
10346Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10347
10348 * config.guess: Patch for Dansk Data Elektronik servers,
10349 from Niels Skou Olsen <nso@dde.dk>.
10350
10351 For ncr, use /bin/uname rather than uname, since GNU uname does not
10352 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10353
10354 Patch for MIPS R4000 running System V,
10355 from Eric S. Raymond <esr@snark.thyrsus.com>.
10356
10357 Fix thinko for nextstep.
10358
10359 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10360
10361 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10362 * config.guess: Guess mips-dec-mach_bsd4.3.
10363
10364 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10365 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10366 release numbers.
10367 * config.guess (mips-mips-riscos*): Emit just enough of the
10368 release number.
10369
10370 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10371 * config.guess (sparc-auspex-sunos*): Added.
10372 (f300-fujitsu-*): Added.
10373
10374 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10375 * config.guess: Recognize a Tadpole as a sparc.
10376
10377Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10378
10379 * config.guess: Don't assume that NextStep version is either 2 or
10380 3. NextStep 4 (aka OpenStep 4) has come out now.
10381
10382Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10383
10384 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10385 From Rik Faith <faith@cs.unc.edu>.
10386
10387Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10388
10389 * config.sub: Contributions from bug-gnu-utils to:
10390 Support plain "hppa" (no version given) architecture, reported by
10391 OpenStep.
10392 OpenBSD like NetBSD.
10393 LynxOs is not a hardware supplier.
10394
10395 * config.guess: Contributions from bug-gnu-utils to add support for:
10396 OpenBSD like NetBSD.
10397 Stratus systems.
10398 More Pyramid systems.
10399 i[n>4]86 Intel chips.
10400 M680[n>4]0 Motorola chips.
10401 Use unknown instead of lynx for hardware manufacturer.
10402
10403Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10404
10405 * install.sh (chmodcmd): Set to null if the DST directory already
10406 exists.
10407
10408Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10409
10410 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10411 not use mt-ppc target Makefile fragment any more.
10412
10413Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10414
10415 * configure.in (*-*-windows): Exclude everything but those dirs
10416 needed to build windows.
10417
10418Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10419
10420 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10421
10422Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10423
10424 * configure.in: Exclude mmalloc from i386-windows.
10425
10426Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10427
10428 * Undo my previous change.
10429
10430Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10431
10432 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10433 unconditionally.
10434 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10435
10436Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10437
10438 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10439 host to add it's own flags.
10440
10441Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10442
10443 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10444
10445Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10446
10447 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10448 (CXX_FOR_TARGET): Likewise.
10449 (GCC_FOR_TARGET): Define.
10450 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10451 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10452 CC_FOR_TARGET was specified on the command line.
10453 (MAKEOVERRIDES): Don't define.
10454
10455Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10456
10457 * configure.in (m32r): Fix spelling of libg++ libs.
10458
10459Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10460
10461 * config.sub (-apple*): Remove, now redundant.
10462
10463Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10464
10465 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10466
10467 * configure: Rework yesterday's sed script patch.
10468
10469 * config.sub: Merge with FSF.
10470
10471Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10472
10473 * config.guess: Merge from FSF.
10474
10475 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10476 * config.guess: Use pc instead of unknown, for pc clone systems.
10477 Change linux to linux-gnu.
10478
10479 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10480 * config.guess: Avoid non-portable tr syntax.
10481
10482Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10483
10484 * test-build.mk (HOLES): Add "xargs" for gdb.
10485
10486 * configure: Avoid hpux10.20 sed bug.
10487
10488Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10489
10490 * configure.in: Add support for windows host
10491 (that is a build done under the Microsoft build environment).
10492
10493Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10494
10495 * Makefile.in: Replace all uses of srcroot with s, to shrink
10496 command line lengths.
10497
10498 Patches from Geoffrey Noer <noer@cygnus.com>:
10499 * configure.in: If configuring for newlib, pass --with-newlib to
10500 subdirectories.
10501 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10502 -Bnewlib/ and -Lwinsup to gcc.
10503 (CXX_FOR_TARGET): Likewise.
10504
10505Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10506
10507 * Makefile.in (ETC_SUPPORT): Add configure.
10508
10509Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10510
10511 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10512 host configuration file.
10513
10514Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10515
10516 * configure.in: Break mn10x00 support into separate
10517 mn10200 and mn10300 configurations.
10518 * config.sub: Likewise.
10519
10520Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10521
10522 * configure.in: Add lots of stuff to noconfigdirs for
10523 the mn10x00 targets.
10524
10525 * config.sub, configure.in: Add mn10x00 support.
10526
10527Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10528
10529 * make-all.com: Call conf-a-gas, not config-a-gas.
10530
10531Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10532
10533 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10534 targets.
10535
10536Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10537
10538 * mpw-README: Add much more detail for native PowerMac.
10539 * mpw-install: New file.
10540 * mpw-configure: Add --norecursion and --help options.
10541 * mpw-config.in: Translate readme and install files when
10542 copying to objdir.
10543 * mpw-build.in: Don't always depend on byacc and flex.
10544 (install-only-top): New action.
10545
10546Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10547
10548 * configure.in: You can now configure GDB for the v850.
10549
10550Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10551
10552 * configure.in (noconfigdirs): Don't configure any C++ dirs
10553 if targeting D10V.
10554
10555Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10556
10557 * config.sub: Recognize mips64vr5000.
10558
10559Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10560
10561 * configure.in: Use a single line for host_tools and native_only.
10562
10563Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10564
10565 * config.sub, configure.in: Add entries for m32r.
10566
10567Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10568
10569 * Makefile.in (inet-install): Don't run install-gzip.
10570
10571Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10572
10573 * configure.in: Don't config lots of things for *-*-windows*.
10574
10575Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10576
10577 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10578 (host_libs, host_tools): Copy from configure.in.
10579 * mpw-configure: Don't complain about directories not found.
10580
10581Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10582
10583 * configure.in (i[345]86): Recognize i686 for pentium pro.
10584 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10585 file.
10586
10587 * config.guess (i[345]86): Ditto.
10588
10589Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10590
10591 * configure.in (noconfigdirs): Removed gdb for D10V.
10592
10593Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10594
10595 * configure.in: Remove ld, target-libio, target-libg++, and
10596 target-libstdc++ from noconfigdirs.
10597
10598Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10599
10600 * configure: Fix three locations where shell scripts were
10601 being run directly rather than with config_shell.
10602
10603Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10604
10605 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10606 * config.sub (basic_machine): Recognize v850.
10607
10608Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10609
10610 * mpw-configure: Handle multiple enable/disable options and
10611 pass them down recursively, handle -c and -s flags appropriately
10612 depending on choice of compiler, add escape mechanism for
10613 quoted arguments to gC.
10614
10615Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10616
10617 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10618 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10619 so that -mrelocatable-lib and -mno-eabi are used.
10620
10621 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10622 not support --print-multi-lib, don't abort.
10623
10624Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10625
10626 * make-all.com: Run config-a-gas.
10627 * setup.com: Don't copy subdirectory files around.
10628
10629Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10630
10631 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10632 target, it now compiles correctly.
10633
10634Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10635
10636 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10637
10638Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10639
10640 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10641
10642Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10643
10644 * configure.in (native_only): Add prms.
10645
10646Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10647
10648 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10649 (BINUTILS_SUPPORT_DIRS): Likewise.
10650
10651Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10652
10653 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10654 d10v support is added.
10655
10656Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10657
10658 * configure.in (d10v-*-*): New target.
10659
10660Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10661
10662 * config.guess (HP 9000/811): Recognize this as a PA1.1
10663 machine.
10664
10665Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10666
10667 * Makefile.in (do-tar-gz): New target, split out from tail end of
10668 taz target. Run each command separately, don't use pipes.
10669 (taz): Use it.
10670
10671Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10672
10673 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10674 * mpw-build.in: No builds should depend on building byacc or flex,
10675 they are assumed to be installed already.
10676
10677Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10678
10679 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10680 variable that CC_FOR_TARGET needs.
10681
10682Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10683
10684 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10685 options have changed since the last time the subdirectory was
10686 configured, and if it has, reconfigure.
10687 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10688 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10689
10690Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10691
10692 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10693 CLEAN_MODULES): Add bash.
10694 (all-bash): New target.
10695
10696Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10697
10698 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10699
10700Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10701
10702 * config.sub (basic_machine): Recognize d10v as a valid processor.
10703
10704Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10705
10706 * mpw-configure: Add support for --bindir.
10707 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10708
10709Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10710
10711 * configure.in: add bash, time, gawk to list of hosttools and things
10712 to only build for native toolchains
10713
10714Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10715
10716 * Makefile.in (docdir): Remove.
10717
10718Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10719
10720 * Makefile.in (datadir): Set to $(prefix)/share.
10721
10722Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10723
10724 * configure.in: build diff and patch for cygwin32-hosted
10725 toolchains.
10726
10727Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10728
10729 * config.sub: Accept -rtems*.
10730
10731Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10732
10733 * configure.in: enable dosrel for cygwin32-hosted builds,
10734 remove diff from the list of things not buildable
10735 via Canadian Cross
10736
10737Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10738
10739 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10740 don't get ". ".
10741
10742Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10743
10744 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10745
10746Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10747
10748 * Makefile.in (taz): Handle case where tex3patch didn't even get
10749 checked out. Also, if it was found, put the symlink in a new util
10750 subdirectory.
10751
10752Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10753
10754 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10755
10756Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10757
10758 * config.sub: Recognize -openvms.
10759 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10760 * make-all.com, setup.com: New files.
10761
10762Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10763
10764 * Makefile.in (taz): tex3patch moved to texinfo/util.
10765
10766Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10767
10768 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10769 * configure.in: remove make from disable-if-Can-Cross list
10770 enable gdb if ${host} and ${target} are cygwin32
10771
10772Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10773
10774 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10775 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10776
10777Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10778
10779 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10780 distinguish sysv/svr4/bsd variants.
10781 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10782
10783Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10784
10785 * configure.in: Added copyright notice.
10786 * move-if-change: Added copyright notice.
10787
10788Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10789
10790 * configure.in (powerpcle-*-solaris*): Until we get shared
10791 libraries working, don't build gdb, sim, make, tcl, tk, or
10792 expect.
10793
10794Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10795
10796 * config.guess: Merge with FSF:
10797
10798 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10799 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10800
10801 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10802 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10803
10804 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10805 * config.guess: Combine two OSF1 rules.
10806 Also recognize field test versions. From mjr@zk3.dec.com.
10807 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10808 because GNU uname does not support -p. From pmr@pajato.com.
10809
10810Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10811
10812 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10813
10814Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10815
10816 * mpw-README: Document GCCIncludes.
10817
10818Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10819
10820 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10821
10822Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10823
10824 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10825
10826Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10827
10828 * configure.in (*-*-cygwin32): Configure make.
10829
10830Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10831
10832 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10833
10834Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10835
10836 * Makefile.in (all-inet): Depend on all-perl.
10837
10838 * Makefile.in (inet-install): New target.
10839
10840 * Makefile.in (all-inet): Depend on all-tcl.
10841 (all-inet): Depend on all-send-pr.
10842
10843Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10844
10845 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10846 temporarily.
10847
10848Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10849
10850 * configure.in: Don't configure --with-gnu-ld on AIX.
10851
10852Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10853
10854 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10855
10856Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10857
10858 * Makefile.in (ALL_MODULES): Added all-inet.
10859 (CROSS_CHECK_MODULES): Added check-inet.
10860 (INSTALL_MODULES): Added install-inet.
10861 (CLEAN_MODULES): Added clean-inet.
10862 (all-indent): New target.
10863
10864 * configure.in (host_tools): Added inet.
10865 (native_only): Added inet.
10866 (noconfigdirs): Added inet.
10867
10868Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10869
10870 * configure.in: Don't configure libgloss if we are not configuring
10871 newlib.
10872
10873Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10874
10875 * configure.in: Don't configure libgloss for unsupported
10876 architectures.
10877
10878Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10879
10880 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10881
10882Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10883
10884 * Makefile.in (ALL_MODULES): Include all-apache.
10885 (CROSS_CHECK_MODULES): Include check-apache.
10886 (INSTALL_MODULES): Include install-apache.
10887 (all-apache): New target.
10888
10889 * configure.in: Added apache everywhere perl is seen.
10890
10891Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10892
10893 * Makefile.in: Add support for clean-{module} and
10894 clean-target-{module} rules.
10895
10896Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10897
10898 * configure.in (*-*-ose) do not build libgloss.
10899
10900Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10901
10902 * config.guess (prep*:SunOS:5.*:*): Turn into
10903 powerpele-unknown-solaris2.
10904
10905Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10906
10907 * configure.in: Permit --enable-shared to specify a list of
10908 directories.
10909
10910Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10911
10912 * configure.in (host==solaris): Pass only the first word of $CC
10913 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10914
10915Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10916
10917 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10918
10919Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10920
10921 * Makefile.in (ALL_MODULES): Include all-perl.
10922 (CROSS_CHECK_MODULES): Include check-perl.
10923 (INSTALL_MODULES): Include install-perl.
10924 (ALL_X11_MODULES): Include all-guile.
10925 (CHECK_X11_MODULES): Include check-guile.
10926 (INSTALL_X11_MODULES): Include install-guile.
10927 (all-perl): New target.
10928 (all-guile): New target.
10929
10930 * configure.in (host_tools): Include perl and guile.
10931 (native_only): Include perl and guile.
10932 (noconfigdirs): Don't build guile and perl; no ports have been
10933 done.
10934
10935Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10936
10937 * configure (--enable-*): Handle quoted option lists such as
10938 --enable-sim-cflags='-g0 -O' better.
10939
10940Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10941
10942 * Makefile.in ({,inst}all-target): New rule so we can make and
10943 install all of the target directories easily.
10944
10945Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10946
10947 * configure.in: Add missing global flag in sed substitution when
10948 deleting `target-' from ${configdirs}.
10949
10950Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10951
10952 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10953 option.
10954
10955 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10956 config/mh-necv4.
10957
10958 * install.sh: Correct misspelling of transformbasename.
10959
10960 * config.guess: Recognize mips-*-sysv*.
10961
10962Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10963
10964 * config.sub: Recognize mon960.
10965
10966Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10967
10968 * configure: Restore Canadian Cross handling of BISON and LEX,
10969 removed in Feb 20 change.
10970
10971Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10972
10973 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10974 Mention make install. Remove the old copyright date as well the
10975 clumsy and rather pointless copyright on the README file.
10976
10977Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10978
10979 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10980 Makefile after running symlink-tree, then run `make distclean' to
10981 avoid clobbering any generated files in srcdir.
10982
10983Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10984
10985 * configure.in (m68k-*-netbsd*): Build everything now.
10986
10987Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10988
10989 * Makefile.in (taz): Fix quoting.
10990
10991Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10992
10993 * configure.in (sparclet-*-*): Build everything now.
10994
10995Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10996
10997 * configure.in (m68k-*-linux*): New host.
10998
10999Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11000
11001 * configure: Check for bison before byacc.
11002
11003Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11004
11005 * Makefile.in configure: Change the way LEX and BISON/YACC are
11006 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11007 searching PATH. These are used as fallbacks by Makefile.in if
11008 flex/bison/byacc aren't in objdir.
11009
11010Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11011
11012 * Makefile.in: Make everything which depends upon all-bfd also
11013 depend upon all-opcodes, in case --with-commonbfdlib is used.
11014
11015Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11016
11017 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11018 building NT native compilers on Unix.
11019
11020Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11021
11022 * configure.in: Don't get CC from the host Makefile fragment if we
11023 can find gcc in PATH, or if this is a Canadian Cross. Move the
11024 Solaris test for /usr/ucb/cc to the post target script, just after
11025 the compiler sanity test.
11026
11027Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11028
11029 * config.sub: Merge with FSF.
11030
11031Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11032
11033 * Makefile.in (RPATH_ENVVAR): New variable.
11034 (REALLY_SET_LIB_PATH): Use it.
11035 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11036
11037Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11038
11039 * config.sub, configure.in: Recognize sparclet cpu.
11040
11041Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11042
11043 * config.guess: Support m68k-cbm-sysv4.
11044
11045Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11046
11047 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11048 m68k-unknown-linuxaout from linker help string. Put quotes around
11049 $ld_help_string.
11050
11051Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11052
11053 * config.guess (powerpc-harris-powerunix): Add guess for port
11054 to new target.
11055
11056Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11057
11058 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11059
11060Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11061
11062 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11063 $(REALLY_SET_LIB_PATH) in Makefile.
11064 * Makefile.in (SET_LIB_PATH): New variable.
11065 (REALLY_SET_LIB_PATH): New variable.
11066 ($(DO_X)): Use $(SET_LIB_PATH).
11067 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11068 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11069 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11070 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11071 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11072 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11073 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11074 (install-dosrel): Likewise.
11075 (all-opcodes): Depend upon all-libiberty.
11076
11077Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11078
11079 * config.guess (*:CYGWIN*): New
11080
11081Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11082
11083 * Makefile.in (all-target-winsup): All all-target-libiberty.
11084
11085Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11086
11087 * configure.in (noconfigdirs): Add missing # in front of comment.
11088
11089Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11090
11091 * configure.in: add second pass to things added to noconfigdirs
11092 so *-gm-magic can exclude libgloss properly.
11093
11094Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11095
11096 * mpw-configure (extralibs_name, rez_name): Set correctly
11097 for MWC68K compiler.
11098
11099 * mpw-README: Add more info on the necessary build tools.
11100
11101Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11102
11103 * configure.in, config.sub: Recognize cygwin32.
11104
11105Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11106
11107 * config.guess, config.sub: Recognize A/UX.
11108
11109Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11110
11111 * config.sub: Merge with gcc/config.sub.
11112
11113Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11114
11115 * mpw-build.in (do-binutils): Add build of stamps.
11116
11117Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11118
11119 * config.sub: Add recognition for mips64vr4100*-* targets.
11120
11121Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11122
11123 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11124 Add creation of gconfigargs with `--enable-shared' turned on.
11125 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11126 ($(host)-stamp-stage3-configured): Likewise.
11127 (HOLES): Add chatr and ldd.
11128 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11129
11130Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11131
11132 * configure: Pass --nfp to recursive configures.
11133
11134Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11135
11136 * Makefile.in (DLLTOOL): New.
11137 (DLLTOOL_FOR_TARGET): New.
11138 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11139 (EXTRA_TARGET_FLAGS): Ditto.
11140 (EXTRA_GCC_FLAGS): Ditto.
11141 (CONFIGURE_TARGET_MODULES): Ditto.
11142 (DO_X): Ditto.
11143 * configure: Add DLLTOOL.
11144
11145Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11146
11147 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11148 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11149 mh-sco, since old workarounds no longer needed, and don't
11150 build ld, since libraries have weak symbols in COFF.
11151
11152Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11153
11154 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11155
11156Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11157
11158 * configure.in: Make sure that ${CC} can be used to compile an
11159 executable.
11160
11161Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11162
11163 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11164 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11165 nothing depending on whether gdbtk is being built.
11166
11167Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11168
11169 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11170
11171Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11172
11173 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11174 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11175
11176Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11177
11178 * config-ml.in: Add support for
11179 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11180 Simplify setting of multidirs from --disable-foo.
11181
11182Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11183
11184 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11185 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11186 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11187 non-empty, pass them on to the GCC make.
11188 (all-bootstrap): New rule that is like all-gcc, except it executes
11189 the GCC bootstrap rule instead of the GCC all rule.
11190
11191Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11192
11193 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11194
11195Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11196
11197 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11198 DG/UX support.
11199
11200Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11201
11202 * config.sub (i*86*) Change [345] to [3456]
11203
11204Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11205
11206 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11207 --with-gnu-ld=no.
11208
11209Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11210
11211 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11212 AIX multilibs get built.
11213
11214Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11215
11216 * configure.in (i386-win32): Don't build expect if we're not
11217 building the tcl subdir.
11218
11219Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11220
11221 * Makefile.in: (configure-target-examples, all-target-examples):
11222 New targets, configure and build example programs.
11223
11224Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11225
11226 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11227 use it as input to sedit the generated MPW makefile.
11228 * mpw-README: Add a suggestion about Gestalt.h.
11229
11230Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11231
11232 * config.sub: Accept *-*-ieee*.
11233
11234Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11235
11236 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11237 Ronald F. Guilmette <rfg@monkeys.com>.
11238
11239Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11240
11241 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11242 for powerpc-pe native.
11243 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11244 (target==powerpc-pe): duplicate i386-win32 entry.
11245
11246Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11247
11248 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11249 of vxworks, not just vxworks5.1.
11250
11251Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11252
11253 * mpw-configure: Add support for exec-prefix.
11254
11255Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11256
11257 * config.guess: Recognize HP model 816 machines as having
11258 a PA1.1 processor.
11259
11260Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11261
11262 * configure: Ignore new autoconf configure options.
11263
11264Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11265
11266 * config.guess: Recognize Pentium under SCO.
11267 From Robert Lipe <robertl@arnet.com>.
11268
11269Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11270
11271 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11272
11273Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11274
11275 * configure.in: Don't configure gas for alpha-dec-osf*.
11276
11277Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11278
11279 * configure.in: Default to --with-stabs for some targets for which
11280 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11281 i[345]86*-*-unixware*.
11282
11283Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11284
11285 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11286 rather than basing it on the target. Simplify handling of options
11287 controlling which directories to configure. Remove extraneous
11288 slash in multi-clean target.
11289
11290Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11291
11292 * config-ml.in: Prefix more variables with ml_ so they don't collide
11293 with configure's.
11294
11295Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11296
11297 * configure: Don't turn -v into --v.
11298
11299Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11300
11301 * configure.in (targargs): Fix typo.
11302
11303 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11304
11305Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * configure.in: Strip --host and --target options from
11308 CONFIG_ARGUMENTS, and always configure for --host only. Add
11309 --with-cross-host option when building with a cross-compiler.
11310 * configure: Canonicalize the arguments put into config.status by
11311 always using `=' for an option with an argument. Pass a presumed
11312 --host or --target explicitly.
11313
11314Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11315
11316 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11317 into general OS recognition case.
11318
11319Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11320
11321 * configure.in (target_configdirs): add target-winsup only
11322 for win32 target systems.
11323
11324Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11325
11326 * Makefile.in (all-target-libgloss): Depend upon
11327 configure-target-newlib, since when libgloss is built it looks to
11328 see if the newlib directory exists.
11329
11330Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11331
11332 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11333 cfg-ml-*.in.
11334
11335Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11336
11337 * configure: Handle LD and LD_FOR_TARGET when configuring a
11338 Canadian Cross.
11339
11340Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11341
11342 * configure.in (target_libs): add target-winsup.
11343 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11344 (target==ppcle-pe): remove ld from $noconfigdirs.
11345
11346Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11347
11348 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11349 Preserve relative path names in $srcdir. Build symlink tree if
11350 configuring cross target dir and srcdir=. (= no VPATH support).
11351 (configure-target-libg++): Depend on configure-target-librx.
11352 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11353 * config-ml.in: New file.
11354 * symlink-tree: New file.
11355 * configure: Ensure srcdir="." if that's what it is.
11356
11357Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11358
11359 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11360 includes and FLEX_SKELETON setting.
11361 * mpw-configure (--with-gnu-ld): New option, controls whether
11362 to use PPCLink or ld with PowerMac GCC.
11363 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11364 * mpw-config.in: Configure grez if targeting Mac.
11365
11366 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
11367 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11368 just macos.
11369 * configure.in: Configure grez resource compiler if targeting Mac.
11370 * Makefile.in (all-grez, install-grez): New targets.
11371
11372Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11373
11374 * configure: CXX defaults to gcc, not g++. If we find
11375 gcc in the path, set CC to gcc -O2.
11376
11377Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11378
11379 * configure: Default ${build} correctly. Avoid picking up extra
11380 spaces when reading CC and CXX from Makefile. When doing a
11381 Canadian Cross, use plausible default values for numerous
11382 variables.
11383 * configure.in: When doing a Canadian Cross, don't try to
11384 configure tools whose configure script can't handle it.
11385
11386Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11387
11388 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11389
11390Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11391
11392 * configure: Remove dubious bug reporting address.
11393
11394Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11395
11396 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11397 configure script, run that instead of this directory's configure.
11398 In either case, print a message that we're configuring the sub-dir.
11399
11400Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11401
11402 * configure.in: Before checking for the existence of various files,
11403 use sed to filter out "target-".
11404
11405Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11406
11407 * Makefile.in (DO_X): Split rule to decrease command line length
11408 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11409 (Philippe De Muyter).
11410
11411Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11412
11413 * Makefile.in (all-patch): depend on all-libiberty.
11414
11415Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11416
11417 * configure.in: If the only directory in target_configdirs which
11418 actually exists is libiberty, then set target_configdirs to empty,
11419 to avoid trying to build a target libiberty in a gas or gdb
11420 distribution.
11421
11422Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11423
11424 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11425 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11426 systems.
11427
11428Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11429
11430 * configure.in (copy_dirs): Use sys-include instead of include
11431 for --with-headers option.
11432
11433Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11434
11435 * Makefile.in, configure.in: Make winsup builds work with
11436 new scheme.
11437
11438Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11439
11440 * configure.in: Build the linker on AIX.
11441
11442Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11443
11444 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11445 where needed.
11446
11447Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11448
11449 * Makefile.in (all-gcc): Fix typo.
11450
11451Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11452
11453 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11454
11455Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11456
11457 * configure.in: Rename libFOO to target-libFOO, and xiberty
11458 to target-xiberty, to provide more flexibility.
11459 (target_subdir): Define. Create if cross.
11460 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11461 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11462 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11463 check-libFOO -> check-target-libFOO, etc.
11464 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11465 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11466 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11467 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11468 allow ALL_GCC="" to only configure.
11469 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11470 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11471 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11472
11473Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11474
11475 * Makefile.in (taz): Build "info" in etc explicitly.
11476
11477Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11478
11479 * configure.in: Make sure that CC is undefined (as opposed to
11480 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11481 problem with autoconf trying to configure on a host without GCC.
11482
11483Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11484
11485 * mpw-configure: Set host alias from choice of host compiler,
11486 only use generic MPW Makefile sed if present, edit a file
11487 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11488 * mpw-README: Add problem notes about CW6 and CW7.
11489
11490Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11491
11492 * Makefile.in (taz): Use ";" instead of ";;".
11493
11494Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11495
11496 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11497 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11498 DISTDOCDIRS.
11499 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11500 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11501
11502Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11503
11504 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11505 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11506 Move bfd to DISTSTUFFDIRS.
11507
11508Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11509
11510 * Makefile.in (X11_LIB): Removed.
11511 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11512
11513 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11514
11515Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11516
11517 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11518 names.
11519
11520Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11521
11522 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11523
11524Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11525
11526 * configure.in (i[345]86-*-win32): Always build newlib.
11527 Don't configure cvs, autoconf or texinfo.
11528 * Makefile.in (LD_FOR_TARGET): New.
11529 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11530 Pass down LD_FOR_TARGET.
11531
11532Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11533
11534 * winsup: New directory.
11535 * Makefile.in: Build winsup.
11536 * configure.in: Winsup is configured when target is win32.
11537 Can only build win32 target GDB when native.
11538
11539Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11540
11541 * config.guess: Recognize HP model 819 machines as having
11542 a PA 1.1 processor.
11543
11544Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11545
11546 * configure: Fix sed loop which substitutes for CC and CXX to
11547 avoid bug found in various sed implementations.
11548
11549Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11550
11551 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11552 simulator. Use standard powerpc-*-eabi*.
11553
11554Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11555
11556 * configure.in: Stop putting gas and binutils in noconfigdirs for
11557 powerpc-*-aix* and rs6000-*-*.
11558
11559Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11560
11561 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11562 -mcall-aixdesc libraries.
11563
11564Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11565
11566 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11567
11568 * config.sub (arm | armel | armeb): Fix shell syntax.
11569
11570Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11571
11572 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11573 -msoft-float and -mcpu=common support.
11574 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11575 libraries.
11576
11577Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11578
11579 * configure.in: Allow configuration and build of emacs19 for the alpha.
11580
11581Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11582
11583 * configure.in (CC): Get ^CC, not just any old CC, from
11584 ${host_makefile_frag}.
11585
11586Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11587
11588 * configure.in (CC): Try to get CC from
11589 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11590
11591Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11592
11593 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11594 only if it exists in $(srcdir).
11595
11596Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11597
11598 * configure: If CC and CXX are not set in the environment, set
11599 them, based on either an existing Makefile or on searching for gcc
11600 in PATH. Substitute for CC and CXX in Makefile.
11601 * configure.in: Remove libm from target_libs. Separate
11602 target_configdirs from configdirs. If CC is not set in
11603 environment, try to get it from a host Makefile fragment. Rewrite
11604 changes of configdirs to use skipdirs instead. A few minor
11605 tweaks. Take directories out of target_configdirs as they are
11606 taken out of configdirs. Remove existing Makefile files from
11607 subdirectories. Substitute for TARGET_CONFIGDIRS and
11608 CONFIG_ARGUMENTS in Makefile.
11609 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11610 by configure.in.
11611 (CONFIG_ARGUMENTS): Likewise.
11612 (CONFIGURE_TARGET_MODULES): New variable.
11613 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11614 ($(CONFIGURE_TARGET_MODULES)): New target.
11615 (configure-libg++, configure-libio): New targets.
11616 (all-libg++): Depend upon configure-libg++.
11617 (all-libio): Depend upon configure-libio.
11618 (configure-libgloss, all-libgloss): New targets.
11619 (configure-libstdc++): New target.
11620 (all-libstdc++): Depend upon configure-libstdc++.
11621 (configure-librx, all-librx): New targets.
11622 (configure-newlib): New target.
11623 (all-newlib): Depend upon configure-newlib
11624 (configure-xiberty): New target.
11625 (all-xiberty): Depend upon configure-xiberty.
11626
11627Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11628
11629 * configure.in (host i[345]86-*-win32): Expand the
11630 noconfigdirs again.
11631
11632Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11633
11634 * mpw-configure: Fix sed command file name.
11635
11636Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11637
11638 * configure.in (host i[345]86-*-win32): Reduce the
11639 noconfigdirs again.
11640
11641Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11642
11643 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11644 or powerpc*-*-pe*, since they are not yet supported.
11645
11646Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11647
11648 Add PowerMac support and many other enhancements.
11649 * mpw-configure: New option --cc to select compiler to use,
11650 paste options set according to --cc into the generated
11651 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11652 if mpw-make.sed is present.
11653 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11654 add forward includes for PowerPC include files.
11655 * mpw-build.in: Build using Makefile.PPC if present.
11656 (do-byacc, etc): Remove separate version resource builds.
11657 (do-gas): Build "stamps" before "all".
11658 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11659 * mpw-README: Update to reflect --cc option, PowerMac support,
11660 and recently-reported compatibility problems.
11661
11662Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11663
11664 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11665 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11666 (--with-multilib-top): Pass to recursive invocations.
11667
11668Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11669
11670 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11671 v810-*-*.
11672
11673Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11674
11675 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11676 gdb, ld and opcodes on v810-*-*.
11677
11678Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11679
11680 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11681 (local-maintainer-clean): New target.
11682 (maintainer-clean): New target.
11683 (realclean): Just depend upon maintainer-clean.
11684
11685Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11686
11687 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11688
11689Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11690
11691 * configure.in: Build ld in mips*-*-bsd* case.
11692
11693Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11694
11695 * config.sub: Accept -lites* OS. From Ian Dall.
11696
11697Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11698
11699 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11700 targets.
11701
11702Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11703
11704 * configure.in: treat i386-win32 canadian cross the same as
11705 i386-go32 canadian cross.
11706
11707Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11708
11709 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11710 running under the simulator to build a reduced set of libraries.
11711 (powerpc-*-eabiaix): Add fine grained multilib support added to
11712 other powerpc targets yesterday.
11713
11714Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11715
11716 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11717 -disable-softfloat, -disable-relocatable, -disable-aix, and
11718 -disable-sysv to control which multilib libraries get built.
11719
11720Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11721
11722 * configure: Add Makefile.tem to list of files to remove in trap
11723 handler.
11724
11725Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11726
11727 * config.guess (*Linux*): Add missing "exit"s.
11728 Also, need specific check for alpha-unknown-linux (uses COFF).
11729
11730Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11731
11732 * config.guess: Merge with FSF:
11733
11734 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11735 * config.guess (AIX4): More robust release numbering discovery.
11736
11737 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11738 * config.guess (i386-sequent-ptx): Properly get version number.
11739
11740 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11741 * config.guess (mips:*:4*:UMIPS): New case.
11742
11743Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11744
11745 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11746 (i386-win32 host): Likewise. Don't build readline.
11747
11748Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11749
11750 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11751 SUPPORT_FILES to submakes.
11752
11753Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11754
11755 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11756 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11757 mpw-configure.
11758
11759Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11760
11761 * configure.in (appdirs): Use =, not ==, in test expression when
11762 trying to build the text to print in the warning message for
11763 Solaris users.
11764
11765Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11766
11767 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11768
11769Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11770
11771 * config.guess: Recognize lynx-2.3.
11772
11773Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11774
11775 * config.sub (z8ksim): Deleted
11776 (z8k-*-coff): New, this is the one true name of the target.
11777
11778Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11779
11780 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11781
11782Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11783
11784 * config.guess (*:Linux:*:*): First try asking the linker what the
11785 default object file format is (elf, aout, or coff). Then if this
11786 fails, try previous methods.
11787
11788Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11789
11790 * configure.in: Don't build newlib for *-*-vxworks5.1.
11791
11792Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11793
11794 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11795 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11796
11797Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11798
11799 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11800
11801Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11802
11803 * cfg-ml-com.in: New file.
11804 * cfg-ml-pos.in: New file.
11805
11806Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11807
11808 * COPYING.NEWLIB: Add HP free copyright to list.
11809
11810Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11811
11812 * config.sub: Recognize -eabi* for the system, not just -eabi.
11813
11814Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11815
11816 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11817 * config.sub, configure.in (win32): New target and host.
11818
11819Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11820
11821 * configure.in: Add i386-pe configuration.
11822
11823Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11824
11825 * mpw-build.in (install): Install GDB after LD.
11826
11827Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11828
11829 * mpw-config.in (elf/mips.h): Always forward-include, needed
11830 for GDB to build.
11831
11832Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11833
11834 * testsuite: New directory for customer acceptance and whole tool
11835 chain tests.
11836
11837Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11838
11839 * configure: If per-host line isn't found, but AC_OUTPUT is found
11840 and a configure script exists, run it instead.
11841
11842Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11843
11844 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11845
11846Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11847
11848 * configure: Set build_{cpu,vendor,os,alias} to host values when
11849 --build isn't specified.
11850
11851Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11852
11853 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11854 (FLAGS_TO_PASS): Pass them.
11855 (EXTRA_TARGET_FLAGS): Ditto.
11856
11857Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11858
11859 * Makefile.in (all-libg++): Depend on all-libstdc++.
11860
11861Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11862
11863 * configure.in (noconfigdirs): Enable all packages for
11864 i386-unknown-netbsd.
11865
11866Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11867
11868 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11869 hosted builds (DOS builds)
11870
11871Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11872
11873 Changes for ARM based on patches from Richard Earnshaw:
11874 * config.sub: Handle armeb and armel.
11875 * configure.in: Omit arm linker only for riscix.
11876
11877Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11878
11879 * config.guess: Update from FSF.
11880
11881Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11882
11883 * config.sub: Recognize powerpcle as the little endian varient of
11884 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11885 powerpcle variant. Convert pentium into i586, not i486. Add p5
11886 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11887 temporarily.
11888
11889Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11890
11891 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11892
11893Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11894
11895 * config.sub: Accept -lites* as a basic system type.
11896
11897Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11898
11899 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11900 installed, and if so return linuxoldld as the system name.
11901
11902Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11903
11904 * config.guess: Add hppa1.1-hp-lites support.
11905
11906Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11907
11908 * configure.in: Don't build newlib for m68k-vxworks5.1.
11909
11910Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11911
11912 * configure.in (mips-sgi-irix6): Use mh-irix5.
11913
11914Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11915
11916 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11917
11918Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11919
11920 * test-build.mk: Enable building of shared libraries on IRIX 5 and
11921 OSF/1. Fix compiler flags.
11922 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
11923
11924Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
11925
11926 * configure.in: Recognize --with-newlib.
11927 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11928
11929Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11930
11931 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11932 to *_X11_MODULES due to gdbtk needing X include files et al.
11933
11934Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11935
11936 Merge in support for Mac MPW as a host.
11937 (Old change descriptions retained for informational value.)
11938
11939 * mpw-config.in: Add generic include forwards for cpu-specific
11940 include files in aout and elf directories.
11941
11942 * mpw-configure: Added copyright.
11943 * mpw-config.in: Check for presence of required build tools.
11944 (target_libs): Add newlib.
11945 (target_tools): Add examples.
11946 (Read Me): Generate as "Read Me for MPW" instead.
11947 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11948 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11949 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11950
11951 * mpw-configure: Remove subdir-specific makefile hackery,
11952 delete mk.tmp after using it.
11953
11954 * mpw-build.in (all): Display start and end times.
11955
11956 * mpw-configure (host_canonical): Set.
11957 (target_cpu): Always add to makefiles.
11958 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11959 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11960 (mpw-mh-mpw): Look for in srcdir and srcroot.
11961 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11962
11963 * mpw-build.in: (install-only): New target.
11964
11965 * mpw-configure (host_alias, target_alias): Rename from hostalias
11966 and targetalias, add into generated Makefile.
11967 (mk.tmp): If present, add into generated Makefile.
11968 * mpw-build.in (all-gas): Build config.h first before gas proper.
11969
11970 * mpw-configure (config.status): Write only if changed.
11971 * mpw-config.in (readline): Configure it (not built, just used for
11972 definitions).
11973
11974 * mpw-config.in (elf/mips.h): Add a forward include.
11975
11976 * mpw-config.in: Forward-include most .h files in include into
11977 extra-include.
11978 (readline): Don't build.
11979 mpw-build.in (install): Install GDB.
11980
11981 * mpw-configure (prefix, mpw_prefix): Handle it.
11982 * mpw-config.in (mmalloc, readline): Don't configure.
11983 * mpw-build.in (thisscript): Rename to ThisScript.
11984 Use mpw-build instead of BuildProgram everywhere.
11985 (mmalloc, readline): Don't build.
11986 * mpw-README: New file, basic documentation about the MPW port.
11987
11988 * mpw-config.in: Use forward-include to create include files.
11989
11990 * mpw-configure: Add more things to the top of each configured
11991 Makefile, including contents of config/mpw-mh-mpw.
11992 * mpw-config.in (extra-include): Create this directory and fill it
11993 with Posix-like include files when configuring.
11994
11995 * config.sub (apple, mac, mpw): Add various aliases.
11996
11997 * mpw-build.in: New file, top-level build script fragment for MPW.
11998 * mpw-configure: New file, configure script for MPW.
11999 * mpw-config.in: New file, config fragment for MPW.
12000
12001Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12002
12003 * configure.in (host_libs): Remove glob, since it is gone from the
12004 sources.
12005
12006Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12007
12008 * Makefile.in: define empty GDB_NLM_DEPS var.
12009
12010 * configure.in(target_makefile_frag): use config/mt-netware
12011 for netware targets.
12012
12013Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12014
12015 * config.sub: Merge in recent FSF changes. Remove linux special
12016 cases.
12017
12018Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12019
12020 Revert this change:
12021
12022 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12023
12024 * build-all.mk: Use CC=cc -Xs on Solaris.
12025
12026Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12027
12028 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12029 stop using it.
12030 * Makefile.in: Nuke all references to glob subdirectory.
12031
12032Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12033
12034 * configure.in: Fix --enable-shared logic in per-host.
12035
12036Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12037
12038 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12039
12040Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12041
12042 * configure.in (noconfigdirs): Don't build gas on AIX, for
12043 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12044
12045Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12046
12047 * configure: Fix --cache-file to work if the file argument is a
12048 relative path.
12049
12050Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12051
12052 * configure: If the --cache-file is used, pass it down to
12053 configure in subdirectories.
12054
12055Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12056
12057 * config.sub: add vxworks29k configuration.
12058
12059Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12060
12061 * Makefile.in (taz): Do "diststuff" part quietly.
12062
12063Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12064
12065 * config.sub: Mini-merge with gcc/config.sub.
12066
12067Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12068
12069 * config.guess (IRIX): Sed - to _.
12070
12071Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12072
12073 * Makefile.in (source-vault, binary-vault): New targets.
12074
12075Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12076
12077 * config.sub: Recognize -eabi as a basic system type.
12078
12079Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12080
12081 * configure.in (enable_shared stuff): Fix typo.
12082
12083Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12084
12085 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12086
12087Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12088
12089 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12090
12091Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12092
12093 * configure.in (rs6000-*-*): Don't build gas.
12094
12095Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12096
12097 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12098 reduce command line length.
12099 (AS_FOR_TARGET): Check for as.new, not Makefile.
12100 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12101
12102Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12103
12104 * config.guess: Merge from FSF.
12105
12106Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12107
12108 * configure: Don't use $ when handling program_suffix.
12109
12110Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12111
12112 * configure.in: Configure tk for hppa/hpux.
12113
12114Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12115
12116 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12117
12118Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12119
12120 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12121 to LIBCXXFLAGS. Tests are better run without it.
12122
12123Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12124
12125 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12126
12127Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12128
12129 * configure.in (*-*-netware*): Don't configure xiberty.
12130
12131Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12132
12133 * configure.in: Remove tk from native_only list.
12134
12135Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12136
12137 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12138 for special NCD build.
12139
12140Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12141
12142 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12143 makeall.bat, they're only useful for binutils snapshots.
12144 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12145 makeall.bat to specified SUPPORT_FILES.
12146
12147Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12148
12149 * build-all.mk: Add Ericsson targets to sun4 and solaris
12150 hosts. Add BNR's sun4 target to solaris host, so their
12151 build-from-source will be tested in-house first.
12152
12153Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12154
12155 * Makefile.in (LIBCFLAGS): New variable.
12156 (CFLAGS_FOR_TARGET): Ditto.
12157 (LIBCFLAGS_FOR_TARGET): Ditto.
12158 (LIBCXXFLAGS): Ditto.
12159 (CXXFLAGS_FOR_TARGET): Ditto.
12160 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12161 (BASE_FLAGS_TO_PASS): Pass them.
12162 (EXTRA_TARGET_FLAGS): Ditto.
12163
12164 * configure.in: Support --enable-shared.
12165
12166Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12167
12168 * configure.in (target_libs): Include libstdc++ again.
12169 * config.guess: Update from FSF (for FreeBSD).
12170
12171Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12172
12173 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12174 makeall.bat.
12175 (DISTDOCDIRS): Add `etc'.
12176 (ETC_SUPPORT_PFX): New variable.
12177 (taz): Include anything from etc starting with a word in
12178 ETC_SUPPORT_PFX.
12179
12180Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12181
12182 * config.sub: Update for recent FSF changes. Remove obsolete
12183 h8300hds entry. Add -windows* and -osx as basic os. Minor
12184 spacing changes.
12185
12186Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12187
12188 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12189
12190 * config.guess: Merge with FSF.
12191 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12192
12193Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12194
12195 * configure: Since the "trap 0" handler will override the exit
12196 status on many systems, only use it for "exit 1", and make it set
12197 a non-zero exit status; reset it before "exit 0". Also, check
12198 exit status of config.sub, and error out if it failed.
12199
12200Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12201
12202 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12203 and install libgloss.
12204
12205Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12206
12207 * Makefile.in (all-binutils): Depend upon all-byacc.
12208
12209 * configure.in: Don't build emacs on Irix 5.
12210
12211Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12212
12213 * configure.in (*-*-netware*): Add libio.
12214
12215Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12216
12217 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12218 (CHECK_TARGET_MODULES): Ditto.
12219 (INSTALL_TARGET_MODULES): Ditto.
12220 (TARGET_LIBS): Ditto.
12221 (all-libstdc++): Note dependencies.
12222
12223Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12224
12225 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12226
12227Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12228
12229 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12230 -fexternal-templates.
12231
12232 * configure.in (target_libs): Add libstdc++.
12233 (noconfigdirs): Add libstdc++ as appropriate.
12234
12235Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12236
12237 * config.guess: Update from FSF.
12238
12239Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12240
12241 * configure: Use ${config_shell} when running ${configsub}.
12242
12243Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12244
12245 * config.sub: No longer recognize h8300h.
12246
12247Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12248
12249 * config.sub: Remove extraneous differences between config.sub and
12250 gcc/config.sub.
12251
12252Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12253
12254 * Makefile.in (DISTSTUFFDIRS): Add gas.
12255
12256Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12257
12258 * COPYING.NEWLIB: New file.
12259
12260Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12261
12262 * config.guess (HP-UX): Patch from Harlan Stenn
12263 <harlan@landmark.com> to also emit release level.
12264
12265Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12266
12267 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12268
12269Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12270
12271 * config.sub: Merge nextstep cleanup from FSF.
12272
12273Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12274
12275 * configure.in (arm-*-*): Don't configure ld for this target.
12276
12277Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12278
12279 * configure.in (*-*-netware): don't configure libg++, libio,
12280 librx, or newlib.
12281
12282Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12283
12284 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12285 configure ld--it works, but it doesn't support shared libraries.
12286
12287Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12288
12289 * config.guess (*-unknown-freebsd*): Get rid of possible
12290 trailing "(Release)" in version string.
12291 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12292
12293Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12294
12295 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12296 Fix type: *-next-neststep -> *-next-nextstep.
12297
12298 * config.guess: Merge from FSF:
12299
12300 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12301
12302 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12303
12304 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12305
12306 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12307 instead of UNIX_SV for UnixWare 1.0).
12308
12309Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12310
12311 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12312 to make gdb/nlm/* build after the compiler and linker.
12313
12314Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12315
12316 * config.guess (netbsd, freebsd, linux): Accept any machine,
12317 not just i[34]86.
12318 (m68k-atari-sysv4): Relocate to match FSF version.
12319
12320 * config.guess: More merges from the FSF:
12321
12322 Add a space before function call or macro invocation.
12323
12324 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12325
12326 * config.guess: Add trap cmd to remove dummy.c and dummy when
12327 interrupted.
12328
12329 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12330
12331 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12332 (dummy): Redirect stderr from compilation of dummy.c.
12333
12334 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12335
12336 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12337
12338Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12339
12340 * configure: Accept and ignore --cache*, for compatibility with
12341 new autoconf.
12342
12343Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12344
12345 * config.guess: Merge from FSF:
12346
12347 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12348
12349 * config.guess (Pyramid*:OSx*:*:*): New case.
12350 (PATH): Add /.attbin at end for finding uname.
12351 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
12352
12353 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12354
12355 * config.guess (M88*:DolphinOS:*:*): New case.
12356
12357 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12358
12359 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12360 to select whether to use ELF or COFF.
12361
12362 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12363
12364 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12365
12366 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12367
12368 * config.guess: Guess the OS version for HPUX.
12369
12370 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12371
12372 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12373
12374Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12375
12376 * configure.in: Recognize --with-headers, --with-libs, and
12377 --without-newlib.
12378 * Makefile.in (all-xiberty): Depend upon all-ld.
12379
12380Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12381
12382 * configure.in: Change i[34]86 to i[345]86.
12383
12384Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12385
12386 * configure (version): A few more tweaks to help message.
12387
12388Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12389
12390 * Makefile.in: Remove (for now) librx as a host library,
12391 now that we're building it for target.
12392
12393Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12394
12395 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12396 (Karl Berry).
12397
12398Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12399
12400 * configure.in: Also configure librx.
12401
12402Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12403
12404 * Makefile.in: Update various rules to reflect that librx
12405 is now needed for libg++.
12406
12407Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12408
12409 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12410
12411Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12412
12413 * configure.in: Configure the examples directory.
12414
12415Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12416
12417 * configure: Simplify Jun 2 1994 change.
12418
12419Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12420
12421 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12422 /bin/gcc isn't good enough to build gcc.
12423
12424Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12425
12426 * Makefile.in (GDB_SUPPORT_FILES): Remove
12427 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12428 (gdb.tar.gz): Add new rule to use standard distribution building
12429 mechanism.
12430
12431Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12432
12433 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12434 Bill Cox <bill@cygnus.com>.
12435
12436Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12437
12438 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12439
12440Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12441
12442 * configure: Search current dir first in .gdbinit.
12443
12444Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12445
12446 * config.sub: Recognize freebsd (merged from gcc config.sub).
12447
12448Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12449
12450 * config.sub: Refer to NeXT's operating system as nextstep.
12451
12452 * config.sub (case $basic_machine): Re-order the cases, to match
12453 the order in the FSF version (which is mostly alphabethical).
12454 Merge in some additions and changes from the FSF.
12455
12456Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12457
12458 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12459 * config.sub: Recognize cxux7.
12460 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12461
12462Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12463
12464 * config.sub: Fix typo powerpc -> powerpc-*.
12465
12466Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12467
12468 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12469
12470 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12471 parallel with all-emacs and install-emacs). Top-level command
12472 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12473
12474Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12475
12476 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12477 $(relbindir)/make before doing ``make install'', and use
12478 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12479 installing over running make binary.
12480 ($(host)-stamp-stage3-installed): Likewise.
12481
12482Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12483
12484 * config.guess: Recognize Mach.
12485
12486Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12487
12488 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12489 see whether --exec-prefix was used.
12490
12491Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12492
12493 * README: Explicitly mention libg++/README. (Zoo's idea.)
12494
12495Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12496
12497 * Makefile.in: Add all-librx target similar to all-libproc.
12498
12499Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12500
12501 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12502 with post 1.2 uname bogosity.
12503
12504Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12505
12506 * configure: Remove temporary files on receipt of a signal.
12507
12508Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12509
12510 * configure: If there is a package_makefile_frag, remove
12511 ${subdir}/Makefile.tem after copying it in.
12512
12513Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12514
12515 * build_all.mk: support rs6000 lynx identifies itself as
12516 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12517 since /bin/gcc is too feeble to compile a modern gcc.
12518
12519Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12520
12521 * brought devo/test-build.mk update-to-date with progressive/
12522 test-build.mk. Add lynx targets and hppa flag info.
12523
12524Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12525
12526 * configure.in: Use mh-ncrsvr43. Patch from
12527 Tom McConnell <tmcconne@sedona.intel.com>.
12528
12529Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12530
12531 * config.guess (i386-unknown-bsdi): No longer need to
12532 check #if defined(__bsdi__) && defined(__i386__).
12533
12534Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12535
12536 * configure: Set program_transform_nameoption correctly.
12537
12538Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12539
12540 * brought build-all.mk update-to-date with progressive build-all.mk,
12541 added new targets and hppa info.
12542
12543Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12544
12545 * configure: If config.guess result is a prefix of the user
12546 specified target, assume a native build and use the user specified
12547 target as the host alias. Remove SunOS patch suffix removal hack.
12548 * configure.in: Remove SunOS patch suffix removal hack.
12549
12550 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12551 in NATIVE_CHECK_MODULES.
12552
12553Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12554
12555 * Makefile.in: Rename HOST_ONLY to NATIVE.
12556 * configure: Delete SunOs patch suffix from host_canonical
12557 and build_canonical variables that are prepended to Makefiles.
12558 * configure.in: Add comments for easier maintenance.
12559
12560Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12561
12562 * Makefile.in: Add all-libproc target similar to all-gui.
12563
12564Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12565
12566 * Makefile.in (CHECK_MODULES): split into
12567 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12568
12569Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12570
12571 * config.guess (i386-unknown-bsdi): New system to guess.
12572
12573Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12574
12575 * Makefile.in: Add all-gui target (but not yet build by "all").
12576
12577Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12578
12579 * config.sub: Move deletion of patch suffix from here...
12580 * configure.in: To here, at Ian's suggestion. The top-
12581 level scripts might need to know of a patch level.
12582
12583Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12584
12585 * config.sub: Strip off patch suffix so rtl is recognized
12586 as a sunos4.1.3 machine, even though it's been patched.
12587
12588Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12589
12590 * Makefile.in (INSTALL_LAST): Delete.
12591 (INSTALL_DOSREL): New.
12592
12593Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12594
12595 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12596 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12597 whether we pass down --with-gnu-ld anyhow.
12598
12599Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12600
12601 * Makefile.in (INSTALL_LAST): Change operation so it works
12602 on more flavors of make.
12603 * configure.in (go32): Don't build libg++ or libio.
12604
12605Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12606
12607 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12608 they can be overriden by templates.
12609
12610Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12611
12612 * configure.in (target==go32): Don't build gdb.
12613 * dosrel: New directory.
12614
12615Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12616
12617 * configure.in (host==go32): Configure dosrel too.
12618 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12619 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12620 be set by incoming names or templates.
12621 (INSTALL_LAST): New rule.
12622
12623Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12624
12625 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12626
12627Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12628
12629 * configure.in (appdirs): New variable. Currently empty, but will
12630 be used in gas distribution. If nonempty, lists a set of
12631 directories at least one of which must get configured, or top
12632 level configuration is considered to have failed.
12633 (rs6000-*-lynxos*): Use new file name.
12634
12635Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12636
12637 Eliminate XTRAFLAGS.
12638 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12639 newlib include files using -idirafter, and also use -nostdinc.
12640 (CXX_FOR_TARGET): Likewise.
12641 (XTRAFLAGS): Removed.
12642 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12643 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12644 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12645 ($(DO_X)): Don't pass down XTRAFLAGS.
12646
12647Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12648
12649 * configure.in (mips*-dec-bsd*): New target; do build linker.
12650 (mips*-*-bsd*): New target; don't build linker.
12651
12652Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12653
12654 * configure.in: support rs6000-*-lynxos* configuration.
12655 support sunos4 as a cross target.
12656
12657 * config.sub: look for lynx*, not lynx since the OS version may
12658 legitimately be part of the name.
12659
12660Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12661
12662 * configure.in (i[34]86-*-sco*): Move to be with other i386
12663 targets.
12664 (romp-*-*): New target. Skip various binary utilities.
12665 (vax-*-*): New target. Don't build newlib.
12666 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12667
12668Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12669
12670 * configure.in: Only set host_makefile_frag if config
12671 directory exists.
12672
12673Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12674
12675 * install.sh: If $dstdir exists, don't check whether each
12676 component does.
12677
12678Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12679
12680 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12681
12682Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12683
12684 * configure.in (*-*-lynxos*): Don't configure newlib for either
12685 native or cross Lynx.
12686
12687Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12688
12689 * config.sub (sparc64-elf): Fix os.
12690 (z8k): Remove duplicate.
12691
12692Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12693
12694 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12695 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12696
12697Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12698
12699 * configure: Make file links cleanly even if Lynx fails on
12700 an NFS symlink (at least fail cleanly).
12701
12702Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12703
12704 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12705 -XNh2000.
12706
12707Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12708
12709 * configure: Unknown options are fatal again.
12710
12711Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12712
12713 * configure: Ignore --x-includes and --x-libraries, for Autoconf
12714 compatibility.
12715
12716Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12717
12718 * build-all.mk: Add `clean' target.
12719
12720Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12721
12722 * config.guess: Add SINIX support.
12723 * configure.in: Add mips-*-sysv4* support.
12724
12725Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12726
12727 * build-all.mk: Document all useful targets.
12728 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12729 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12730
12731Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12732
12733 * configure: Support --silent, --quiet.
12734
12735Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12736
12737 * configure: Support --disable-FEATURE.
12738
12739Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12740
12741 * config.guess: Recognize NCR running SVR4.3.
12742
12743Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12744
12745 * config.guess: Make BSDI generate i386-unknown-bsd386.
12746 Patch from Paul Eggert <eggert@twinsun.com>.
12747
12748Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12749
12750 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12751
12752Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12753
12754 * configure: Make unrecognized options give nonfatal warnings
12755 instead of fatal errors, and pass them to any subdirectory
12756 configures in case they recognize them.
12757 Make --x equivalent to --with-x.
12758
12759Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12760
12761 * configure: Add --enable-* options. Clean up usage message and
12762 some comments.
12763
12764Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12765
12766 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12767
12768Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12769
12770 * configure.in (hppa*-*-*): Enable binutils.
12771
12772Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12773
12774 * config.sub: Recognize cisco.
12775
12776Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12777
12778 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12779
12780Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12781
12782 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12783 than one configuration name. Add comment.
12784
12785Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12786
12787 * config.guess: about target *-hitachi-hiuxwe2, fixed
12788 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12789 macro is incorrect.]
12790
12791Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12792
12793 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12794 than the "make ls" stuff which used to be here.
12795
12796Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12797
12798 * config.guess: Recognize i[34]86-unknown-freebsd.
12799 From Shawn M Carey <smcarey@rodan.syr.edu>.
12800
12801Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12802
12803 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12804
12805Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12806
12807 * config.guess: Check for ptx.
12808
12809Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12810
12811 * config.sub: Add os9k checking.
12812
12813Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12814
12815 * config.guess: Handle OSF1 running on HPPA processors
12816
12817Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12818
12819 * configure: If subdir configure fails, print out a message with
12820 subdirectory name, in case subdir's configure code didn't identify
12821 itself.
12822
12823Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12824
12825 * configure.in: Remove embedded newlines from configdirs.
12826 Avoid mismatches of substrings. Fix matching strings at end
12827 of configdirs.
12828
12829Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12830
12831 * config.guess: Add Lynx/rs6000 config support.
12832
12833Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12834
12835 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12836
12837Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12838
12839 * configure.in (hppa*-*-osf*): Treat this just like most other
12840 PA configurations (eg no binutils or ld).
12841 (hppa*-*-*elf*): These configurations have binutils and ld.
12842
12843Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12844
12845 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12846
12847Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12848
12849 * configure.in (rs6000-*-*): Build gas.
12850
12851Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12852
12853 * Makefile.in: Avoid bug in losing hpux sed.
12854
12855Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12856
12857 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12858 for GDB and GDB has been fixed to not need it.
12859
12860Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12861
12862 * config.guess: Recognize vax hosts.
12863
12864Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12865
12866 * configure (while loop): Don't use "break 2" inside case
12867 statement -- the case statement isn't an enclosing loop.
12868
12869Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12870
12871 * config.guess: Clean up NeXT support, to allow nextstep
12872 on Intel machines. Make OS be nextstep.
12873
12874Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12875
12876 * config.guess: Add alternate forms for Convex.
12877
12878Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12879
12880 * configure: Completely rewrite option processing. Take
12881 advantage of pattern-matching to avoid invoking test frequently.
12882 Also clean up host and target defaulting logic.
12883
12884Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12885
12886 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12887 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12888 commands (plus user environment) will fit SCO limits.
12889
12890Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12891
12892 * configure.in: Don't issue warnings about directories which are
12893 not being configured if -norecursion is set. Correct test for
12894 --with-gnu-as and --with-gnu-ld to not get confused by substring
12895 matches.
12896
12897 * configure.in: Don't build gas for alpha-dec-osf1*.
12898
12899Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12900
12901 * configure: Back out Per's change of 12/19/1993. It changes the
12902 behavior of configure in unexpected and confusing ways.
12903
12904 Also, use different delim char when calculating
12905 program_transform_name so that the name can contain slashes.
12906
12907Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12908
12909 * configure.in, config.sub: Add support for VSTa micro-kernel.
12910
12911Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12912
12913 * configure.in: Nuke hacks which were used to get a special
12914 version of GAS for HPPA configurations.
12915
12916Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12917
12918 * configure: If only ${target_alias} is given, use that
12919 as the default for ${host_alias}.
12920 * configure: Add missing back-slashes before nested quotes.
12921
12922Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12923
12924 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12925
12926Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
12927
12928 * config.guess: Recognize some Tektronix configurations.
12929 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12930
12931Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12932
12933 * config.sub: Match any flavor of SH.
12934
12935Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12936
12937 * configure.in: Don't try to configure newlib for Alpha.
12938
12939Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12940
12941 * configure.in: Don't build ld for Irix 5. Don't build gas,
12942 libg++ or libio for any Alpha target.
12943
12944 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
12945
12946Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12947
12948 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12949 default arguments -- so it tried to compress itself.
12950
12951Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12952
12953 * configure.in (notsupp): ensure that a space is always at the end
12954 of the configdirs list, since the grep checks for an explicit space
12955
12956Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12957
12958 * configure.in (target i386-sysv4.2): don't build ld, since static
12959 versions of many libraries are not available.
12960
12961Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12962
12963 * config.guess: Recognize Apollos (using environment variables).
12964 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12965
12966Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12967
12968 * config.guess: Recognize Sony news mips running newsos.
12969
12970Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12971
12972 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12973 "fi ; else" for bash.
12974
12975Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12976
12977 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12978
12979Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12980
12981 * config.sub: accept unixware as an alias for svr4.2.
12982 Fix some inconsistancies with the gcc version.
12983
12984Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12985
12986 * Makefile.in (DISTDOCDIRS): Add gdb.
12987
12988Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12989
12990 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12991
12992Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12993
12994 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12995 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12996 this now.
12997
12998Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12999
13000 * config.sub: Accept hiux* as an OS name.
13001
13002 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13003 etc/make-stds.texi. The underscore came from gcc, and dje now
13004 agrees that RUNTESTFLAGS is the correct name.
13005
13006Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13007
13008 * install.sh: Remove 'set -e'. It makes any conditionals
13009 in the script useless.
13010
13011 * config.guess: Automatically recognize arm-acorn-riscix
13012 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13013
13014Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13015
13016 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13017
13018Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13019
13020 * Makefile.in (DISTDOCDIRS): New variable.
13021 (taz): Edit local Makefile.in sooner, instead of proto-toplev
13022 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
13023
13024Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13025
13026 * configure.in (hppa target): check the source directory for the
13027 pagas sub-directory
13028
13029Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13030
13031 * config.sub: Allow -aout* and -elf*.
13032
13033Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13034
13035 * configure.in: Don't build ld on i386-solaris2, same as for
13036 sparc-solaris2.
13037
13038Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13039
13040 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13041
13042Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13043
13044 * configure.in: Configure gdb for alpha.
13045
13046Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13047
13048 * Makefile.in (CXXFLAGS): Add -O.
13049
13050Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13051
13052 * config.guess: added support for DG Aviion
13053
13054Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13055
13056 * configure.in: Produce warning message for subdirectories not
13057 configurable for this host/target combination. Don't try to
13058 configure gdb for vms.
13059
13060Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13061
13062 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13063 appropriate files before making "diststuff".
13064 (DISTBISONFILES): New var: list of files to be edited.
13065 (DISTSTUFFDIRS): Add binutils.
13066
13067Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13068
13069 * config.sub: also handle mipsel and mips64el (for little endian mips)
13070
13071Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13072
13073 * configure.in: Add * to end of all OS names.
13074
13075Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13076
13077 * configure.in: Build newlib for LynxOS native.
13078
13079Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13080
13081 * config.guess: Add support for delta 88k running SVR3.
13082
13083 * configure.in: Add comment about HP compiler vs. emacs.
13084
13085Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13086
13087 * configure.in: don't build ld on solaris2 (not a viable option
13088 due to bugs in getpwnam & getpwuid)
13089
13090Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13091
13092 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13093 config.guess will produce a full version number.
13094
13095Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13096
13097 * configure.in: Build linker and binutils for alpha-dec-osf1.
13098
13099Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13100
13101 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13102 and gdb/testsuite/Makefile.in.
13103
13104Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13105
13106 * configure.in: recognize mips*- instead of mips-
13107
13108Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13109
13110 * config.sub: Accept linux*coff and linux*elf as operating
13111 systems.
13112
13113Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13114
13115 * config.sub: Recognize mips64, and mips3 as an alias for it.
13116
13117Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13118
13119 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13120 gdb knows how to handle OSF/1 shared libraries.
13121
13122Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13123
13124 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13125 * config.guess: Recognize Hitachi's HIUX.
13126 * config.sub: Recognize h3050r* and hppahitachi.
13127 Remove redundant cases for hp9k[23]*.
13128
13129Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13130
13131 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13132 if gas and ld are in the source tree and are in ${configdirs}.
13133 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13134 --with options (but still pass them down on the command line,
13135 if they were explicitly specified).
13136
13137Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13138
13139 * configure: substitute SHELL value in Makefile.in with
13140 ${CONFIG_SHELL}
13141
13142Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13143
13144 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13145 *-*-solaris2* targets.
13146
13147Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13148
13149 * Makefile.in: define M4, and pass it down to sub-makes;
13150 all-autoconf now depends on all-m4
13151
13152Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13153
13154 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13155 presence of {ar,ranlib} instead of a configured directory
13156
13157Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13158
13159 * config.guess: Accept 34?? as well as 33?? for NCR.
13160
13161Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13162
13163 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13164 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13165
13166Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13167
13168 * configure: grab values for $(CC) and $(CXX) from the
13169 environment, so that someone can do "CC=gcc configure; make" and
13170 have it work right (matching the way that autoconf works now)
13171
13172 * configure.in, Makefile.in: add support for gash, the tcl
13173 interface to Galaxy
13174
13175 * config.guess: add NetBSD variants (hp300, x86)
13176
13177Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13178
13179 * install.sh: Support -d option (in the manner of SunOS 4 install,
13180 as it is more deterministic than that of GNU install)
13181 (chmodcmd): Set file to mode 755 by default (should also do default
13182 chgrp and chown, but I don't feel like dealing with that now)
13183
13184Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13185
13186 * config.sub: Remove h8300hhms alias.
13187
13188Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13189
13190 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13191
13192Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13193
13194 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13195 as stmp-fixinc
13196
13197Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13198
13199 * config.sub: recognize m88110-bug-coff.
13200
13201Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13202
13203 * Makefile.in (all-libio): all dependencies on the toolchain used
13204 to build this (gcc, gas, ld, etc)
13205
13206Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13207
13208 * config.guess: Deal with OSF/1 1.3 on alpha.
13209
13210Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13211
13212 * install.sh: add some 'else true' clauses for portability
13213
13214 * configure.in: don't build libio for h8[35]00-*-* targets
13215
13216Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13217
13218 * Makefile.in: Add support for new libio.
13219
13220Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13221
13222 * install.sh: If one command fails, don't try the rest. Don't try
13223 to remove $dsttmp (via trap) unless we have already created it.
13224 If $src doesn't exist, detect it and exit with an error.
13225
13226 * config.guess: Recognize BSD on hp300.
13227
13228Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13229
13230 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13231 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13232
13233Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13234
13235 * Makefile.in (all-send-pr): depends on all-prms
13236
13237Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13238
13239 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13240
13241Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13242
13243 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13244 Added test for mips-mips-riscos5.
13245
13246Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13247
13248 * configure.in: use mh-hp300 for 68k HP hosts
13249
13250Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13251
13252 * configure: add support for CONFIG_SHELL, so that you can use
13253 some alternate shell for evaluating configure scripts
13254
13255Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13256
13257 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13258 in configure script to bug-gdb@prep.ai.mit.edu when building
13259 distribution archive.
13260 * Makefile.in (COMPRESS): Remove def.
13261 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13262 gdb.tar.Z and make-gdb.tar.Z respectively.
13263 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13264 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13265 to convergence with 'taz' target in Makefile.in.
13266
13267Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13268
13269 * install.sh (dsttmp): use trap to ensure that tmp files go
13270 away on error conditions
13271
13272Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13273
13274 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13275
13276Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13277
13278 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13279 its parent is '/' not ''.
13280
13281 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13282
13283Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13284
13285 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13286 that ${newsrcdir}/configure.in does.
13287
13288Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13289
13290 * test-build.mk: support for CONFIG_SHELL
13291
13292Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13293
13294 * config.sub (netware): Add as a basic system type.
13295
13296Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13297
13298 * Makefile.in (Makefile): depend on configure.in. Also drop the
13299 $(srcdir)/ from the dependency on Makefile.in.
13300
13301Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13302
13303 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13304 (h8300hhms is temporary until multi-libraries are implemented).
13305 * configure.in: Handle h8300h too.
13306
13307Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13308
13309 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13310
13311Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13312
13313 * configure: Remove extraneous output when guessing host type.
13314 * config.guess: Remove extraneous output when guessing using C
13315 compiler rather than uname, or when guessing fails.
13316
13317Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13318
13319 * Makefile.in: remove all.cross and install.cross targets
13320
13321 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13322 definitions
13323
13324Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13325
13326 * configure.in (target sh): Build gprof.
13327
13328Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13329
13330 * config.sub: change -solaris to -solaris2
13331
13332Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13333
13334 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13335
13336Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13337
13338 * configure: Correct error message for missing Makefile.in to
13339 print correct directory.
13340
13341Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13342
13343 * install.sh: kludge around 386BSD shell bug
13344
13345Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13346
13347 * config.guess: Recognize NeXT.
13348 * config.guess: Recognize i486-ncr-sysv4.
13349 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13350
13351Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13352
13353 * Makefile.in (MAKEINFOFLAGS): New variable.
13354 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13355 * build-all.mk, test-build.mk: Pass down --no-split as
13356 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13357
13358Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13359
13360 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13361
13362Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13363
13364 * Makefile.in (libg++.tar.z): New rule.
13365 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13366 * Makefile.in (taz): Only do a single chmod.
13367
13368Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13369
13370 * install.sh: don't use dirname anymore (replaced with sed usage)
13371
13372Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13373
13374 * Makefile.in: Change extension for gzip'd files from '.z' to
13375 '.gz' per new FSF standard usage.
13376
13377Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13378
13379 * configure: put quotes around the final value of program_transform_name
13380
13381Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13382
13383 * Makefile.in: new install.sh support; update install-info rules
13384
13385Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13386
13387 * configure.in: Build diff for crosses, but not for go32 host.
13388
13389 * configure.in: Build gprof only for native, and don't build it
13390 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13391
13392Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13393
13394 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13395
13396Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13397
13398 * configure.in (host_tools): Add prms.
13399
13400Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13401
13402 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13403 with $(FLAGS_TO_PASS) on the command line
13404
13405 * config.sub: Recognize lynx and lynxos
13406
13407Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13408
13409 * config.sub: Accept -ecoff*, not just -ecoff.
13410
13411Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13412
13413 * Makefile.in (taz): Use .gz suffix instead of .z.
13414 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13415 names.
13416
13417Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13418
13419 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13420
13421Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13422
13423 * Makefile.in (install-no-fixedincludes): install gcc last, so
13424 that rebuilds that might happen during 'make install' don't get
13425 bogus gcc include files
13426
13427Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13428
13429 Change from Utah for HPPA support:
13430 * config.guess: Recognize hppa1.x-hp-bsd.
13431
13432Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13433
13434 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13435 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13436
13437Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13438
13439 * config.sub: Add support for rom68k and bug boot monitors.
13440
13441Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13442
13443 * Makefile.in: Make all-opcodes depend on all-bfd.
13444
13445Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13446
13447 * config.guess: Added special check for i[34]86-univel-sysv4*.
13448
13449Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13450
13451 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13452 the processor rather than assuming i486.
13453
13454Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13455
13456 * config.guess: Recognize SunOS6 as Solaris3.
13457
13458Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13459
13460 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13461 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13462
13463Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13464
13465 * build-all.mk (all-cross): New target for Canadian Cross.
13466 Added Q2 go32 targets.
13467 * test-build.mk: Configure go32 cross sparclite-aout and
13468 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13469 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13470
13471Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13472
13473 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13474 GO32 hosted toolchains
13475
13476Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13477
13478 * configure: change so "-exec-prefix" gets passed down rather
13479 than "-exec_prefix" so autoconf generated Makefiles get the
13480 exec_prefix set right.
13481
13482Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13483
13484 * config.guess: get the Solaris2 minor version number
13485
13486 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13487
13488Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13489
13490 * config.guess: Recognize some Sequent platforms.
13491
13492Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13493
13494 * Makefile.in: added the vault-install target
13495
13496 * configure.in: actually use the Sun3 makefile fragment that's in
13497 config, also added the release dir to configdirs
13498
13499Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13500
13501 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13502
13503Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13504
13505 * configure.in: remove some program from Alpha targetted toolchains
13506
13507Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13508
13509 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13510 gprof.
13511 (taz): Run "make diststuff" in those directories instead of "make
13512 proto-dir". Look for "VERSION=" only at start of line in subdir
13513 Makefile. Use "gzip -9" for compression.
13514 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13515 (binutils.tar.z): New target.
13516
13517Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13518
13519 * Makefile.in (taz): Include gpl.texinfo.
13520
13521Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13522
13523 * Makefile.in (setup-dirs): Merged into "taz" target.
13524 (taz): Only do `proto-dir' stuff if a directory is actually needed
13525 for this target.
13526
13527Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13528
13529 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13530 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13531 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13532 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13533 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13534
13535Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13536
13537 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13538 config.sub, and move-if-change to gdb testsuite distribution
13539 archive, so the testsuite can be extracted, configured, and
13540 run separately from the gdb distribution. Blow away the Chill
13541 tests that require a Chill compiled executable, since GNU Chill
13542 is not yet publically available.
13543
13544Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13545
13546 * test-build.mk: set environment variables in a single command,
13547 instead of a list of assignments and exports
13548
13549 * config.guess: recognize Alpha/OSF1 systems
13550
13551Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13552
13553 * configure: Change help message to prefer --options rather than
13554 -options.
13555
13556Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13557
13558 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13559 zippy@ecst.csuchico.edu.
13560 * config.guess: Recognize miniframe.
13561
13562Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13563
13564 * Makefile.in: Use srcroot to find runtest rather than rootme.
13565 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13566
13567Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13568
13569 * test-build.mk: Extensive additions to support building on a
13570 machine other than the host.
13571
13572Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13573
13574 * configure (tooldir): Fix for i386-aix again.
13575
13576Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13577
13578 * configure, Makefile.in: Change definition of $(tooldir)
13579 to match the FSF.
13580
13581Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13582
13583 * config.guess: Recognize i[34]86/SVR4.
13584
13585Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13586
13587 * Makefile.in (all-gdb): gdb depends on sim.
13588
13589Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13590
13591 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13592 at the same time we make the prototype gdb directory.
13593 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13594 files at the same time as the gdb base release distribution.
13595
13596Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13597
13598 * Makefile.in (check): Use individual check targets rather than
13599 DO_X rule.
13600 (check-gcc): Added.
13601
13602Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13603
13604 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13605 for System V release 3.2.
13606
13607Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13608
13609 * config.sub: Recognize hppaosf.
13610 * configure.in: Do configure ld/binutils/gas for it.
13611
13612Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13613
13614 * configure (tooldir): Alter syntax used to set this, for systems
13615 where "\$" isn't handled right, like i386-aix.
13616
13617Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13618
13619 * configure: Pass program-transform-name, not
13620 program_transform_name, to recursive configures.
13621
13622Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13623
13624 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13625 of gas+ld+binutils.
13626
13627Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13628
13629 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13630
13631Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13632
13633 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13634
13635Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13636
13637 * Makefile.in (PRMS): Set back to all-prms.
13638
13639Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13640
13641 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13642 targets, rather than for MIPS hosts.
13643
13644Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13645
13646 * configure.in: add comment for --with-x default values
13647
13648 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13649
13650 * Makefile.in: add check-* targets for each of the directories in
13651 the tree. Add a definition of RUNTEST that will use the one we
13652 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13653
13654Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13655
13656 * configure.in: Removed obsolete references to bfd_target and
13657 target_makefile_frag.
13658
13659 * build-all.mk: Set assorted targets for Q2.
13660 * config.sub: Recognize z8k-sim and h8300-hms.
13661 * test-build.mk: Really don't pass host to configure.
13662 (HOLES): Added uname.
13663
13664Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13665
13666 * configure: Handle an empty program-prefix, program-suffix or
13667 program-transform-name correctly.
13668
13669Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13670
13671 * build-all.mk: -G 8 no longer required for MIPS targets.
13672 * test-build.mk: Don't pass host argument to configure; make it
13673 guess.
13674
13675Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13676
13677 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13678 * Makefile.in (COMPRESS): New macro, like GZIP.
13679
13680Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13681
13682 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13683
13684 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13685 with gas currently defaults to -G 0.
13686
13687Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13688
13689 * Makefile.in (all-flex): flex depends on byacc.
13690
13691 * build-all.mk: If host not specified, use config.guess. Pass TAG
13692 to test-build.mk as RELEASE_TAG.
13693 * test-build.mk (configargs): New variable containing arguments to
13694 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13695 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13696
13697 * config.guess: Use /bin/uname when checking -X argument on SCO,
13698 to avoid invoking GNU uname which doesn't understand -X.
13699
13700 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13701
13702 * configure.in: Build gas for mips-*-*.
13703
13704Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13705
13706 * Makefile.in (all.normal): insert missing backslash.
13707
13708Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13709
13710 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13711
13712 * Makefile.in: Complete overhaul to merge many almost identical
13713 targets.
13714
13715Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13716
13717 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13718 (gdb.tar.Z): Adjusted.
13719
13720 * Makefile.in (setup-dirs, taz): New targets; should be general
13721 enough to adapt for gdb sometime. Build only .z file.
13722 (gas.tar.z): New target.
13723
13724Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13725
13726 * build-all.mk: Use CC=cc -Xs on Solaris.
13727
13728Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13729
13730 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13731 for handling BISON for FSF releases.
13732
13733Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13734
13735 * configure: Actually implement the change zoo just documented.
13736
13737Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13738
13739 * configure: when using config.guess, only set target_alias when
13740 it's not already been set (ie, on the command line)
13741
13742Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13743
13744 * Makefile.in: add installcheck target, set PRMS to install-prms
13745
13746Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13747
13748 * configure: add support for package_makefile_fragment, handle the
13749 case where a directory has a configure.in file but no Makefile.in
13750 more gracefully (with an actual understandable error message, even);
13751 add support for --without (and add this to the usage message); also
13752 explicitly add a --host=${host_alias} to the command line when
13753 config.guess is used
13754
13755Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13756
13757 * configure: Must use both --host and --target in recursive calls.
13758
13759Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13760
13761 * Makefile.in: Change deja-gnu to dejagnu.
13762
13763Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13764
13765 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13766
13767Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13768
13769 * configure.in: canonicalize all instances to *-*-solaris2*,
13770 also strip out a number of tools to not build for go32 host
13771
13772Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13773
13774 * config.guess: add GPL.
13775
13776 * Makefile.in, config.guess, config.sub, configure: bump
13777 copyrights to 93.
13778
13779Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13780
13781 * Makefile.in (do-info): Removed obsolete check for existence of
13782 localenv file.
13783
13784 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13785
13786Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13787
13788 * Makefile.in: a couple of 'else true' for decstation,
13789 support for TclX
13790
13791 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13792
13793Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13794
13795 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13796
13797Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13798
13799 * config.guess: Recognize i386-ibm-aix (PS/2).
13800 * configure.in: Use config/mh-aix386 file for it.
13801
13802Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13803
13804 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13805 CC_FOR_TARGET instead.
13806 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13807
13808Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13809
13810 * Makefile.in: Add sim to list of directories sent with gdb
13811
13812Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13813
13814 * configure.in: Put back mips-dec-bsd* case.
13815
13816Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13817
13818 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13819 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13820 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13821
13822Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13823
13824 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13825
13826 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13827 (install-info): install dir.info only if it exists,
13828 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13829
13830Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13831
13832 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13833 gas for mips-dec-bsd.
13834
13835Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13836
13837 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13838 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13839
13840Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13841
13842 * configure.in: Added "dejagnu" to hosttools list.
13843
13844Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13845
13846 * config.sub, configure.in, config.guess: Add support
13847 for Bosx, an AIX variant from Bull.
13848 Patches from F.Pierresteguy@frcl.bull.fr.
13849
13850Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13851
13852 * devo/dejagnu: Initial creation of devo/dejagnu.
13853 Migrated dejagnu testcases and support files for testing software
13854 tools to reside as subdirectories, currently called "testsuite",
13855 within the directory of the software tool. Migrated all programs,
13856 support libraries, etc. beloging to dejagnu proper from
13857 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13858 with no modifications. The changes to these files which will
13859 allow them to configure, build, and execute properly will be made
13860 in a future update.
13861
13862Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13863
13864 * Makefile.in: Change send_pr to send-pr.
13865 * configure.in: Likewise.
13866 * send_pr: Renamed directory to send-pr.
13867
13868Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13869
13870 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13871
13872Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13873
13874 * README: Update for gdb-4.8 release.
13875 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13876 gdb-xxx.tar.z (gzip'd) file also.
13877
13878Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13879
13880 * Makefile.in: make all-diff depend on all-libiberty
13881
13882Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13883
13884 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13885
13886Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13887
13888 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13889
13890Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13891
13892 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13893 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13894 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13895
13896Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13897
13898 * Makefile.in: makeinfo binary is in a new location
13899
13900Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13901
13902 * config.sub: Accept -ecoff as an OS.
13903
13904 * Makefile.in: Various changes to eliminate a level of make
13905 recursion and reduce the required command line length.
13906 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13907 sub-makes.
13908 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13909 variables holding settings for specific sub-makes.
13910 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13911 in terms of BASE_FLAGS_TO_PASS.
13912 (TARGET_LIBS): New variable listing directories which use
13913 TARGET_FLAGS_TO_PASS.
13914 (subdir_do): Eliminated.
13915 (do-*): New set of targets to replace subdir_do.
13916 (various): All targets which used subdir_do now depend on do-*.
13917 (local-clean): Renamed from do_clean.
13918 (local-distclean): New target, dependency of distclean and
13919 realclean.
13920 (install-info): Don't create directories. Depend on dir.info
13921 rather than calling make recursively.
13922 (install-dir.info): Eliminated.
13923 (install-info-dirs): Create all info directories here.
13924 (dir.info): Depend upon do-install-info.
13925
13926 * test-build.mk (HOLES): Added false.
13927
13928Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
13929
13930 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13931
13932Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13933
13934 * Makefile.in (info): remove dependency on all-texinfo. The
13935 problem was really in texinfo/C, not at this level.
13936
13937Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13938
13939 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13940
13941Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13942
13943 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13944 GDB releases.
13945
13946Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13947
13948 * configure: Include srcdir in message about target of link not
13949 being found. Don't convert `-' to `_' in `with' options being
13950 passed to subdirs.
13951
13952Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13953
13954 * configure.in: add uudecode to host_tools
13955
13956 * Makefile.in: added {all,install}-uudecode targets, added them to
13957 the appropriate lists
13958
13959Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13960
13961 * Makefile.in (all-gcc): Added dependency on all-gas.
13962
13963 * configure.in (mips-*-*): Build ld and binutils.
13964
13965Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13966
13967 * configure: check return code from mkdir, print error message and
13968 exit on failure.
13969
13970Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13971
13972 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13973
13974Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13975
13976 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13977
13978Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13979
13980 * config.sub (h8500): Recognize this as a cpu type.
13981
13982Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13983
13984 * configure: source directory missing is no longer a warning
13985
13986 * configure.in: recognize irix[34]* instead of irix[34]
13987
13988 * Makefile.in: define and pass down X11_LIB
13989
13990Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13991
13992 * guess-systype: Renamed to ...
13993 * config.guess: ... by popular request.
13994 * configure.in, Makefile.in: Update accordingly.
13995
13996Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13997
13998 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13999 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14000 + Execute ./dummy instead of assuming . is in PATH.
14001
14002Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14003
14004 * guess-systype: New shell script. Attempts to guess the
14005 canonical host name of the executing host.
14006 Only a few hosts are supported so far.
14007 * configure: Call guess-systype if no host is specified.
14008
14009Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14010
14011 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14012 gcc Makefile.
14013
14014
14015Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14016
14017 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14018 (all-gcc, install-gcc, subdir_do): Use it.
14019
14020Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14021
14022 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14023
14024Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14025
14026 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14027 set exclusively by configure, using configure.in .
14028
14029Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14030
14031 * test-build.mk: set $PATH for all builds
14032
14033 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14034
14035Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14036
14037 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14038 the one used in gcc/Makefile.in, so that a null expansion doesn't
14039 override the one needed to build gcc with a native cc.
14040
14041
14042Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14043
14044 * configure: Accept -with arguments.
14045
14046Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14047
14048 * Makefile.in: added h8300sim
14049
14050Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14051
14052 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14053 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14054 (all-cygnus, native, build-cygnus): Make
14055 $(canonhost)-stamp-3stage-done, not $(host)....
14056 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14057 i386-sco3.2v4. Added else true to if command.
14058
14059Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14060
14061 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14062
14063Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14064
14065 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14066
14067Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14068
14069 * configure.in: don't remove binutils from Solaris builds
14070
14071Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14072
14073 * Makefile.in: get rid of earlier definitions for *clean,
14074 also handle the recursive info rule better
14075
14076Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14077
14078 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14079 do more-or-less the right thing.
14080
14081Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14082
14083 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14084 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14085
14086Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14087
14088 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14089 $(host_canonical).
14090
14091 * configure.in: split the configdirs list into 4 categories (native
14092 v. cross, library v. tool) and handle the cross-only and native-
14093 only in more reasonable (and correct!) way.
14094
14095Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14096
14097 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14098 configdirs anymore.
14099
14100Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14101
14102 * Makefile.in: extensive cleanup:: removed all of the explicit
14103 clean-* targets, collapsed many wrappers around subdir_do into
14104 one, added additional targets to satisfy standards.texi, deleted
14105 some old targets, some changes for consistency
14106
14107Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14108
14109 * configure.in: handle some programs as cross-only, and others as
14110 native only
14111
14112 * test-build.mk: handle partial holes in a more generic manner
14113
14114 * Makefile.in: m4 depends on libiberty
14115
14116Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14117
14118 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14119 time, wdiff, and find to configdirs
14120
14121 * Makefile.in: all, clean, and install rules for the new programs
14122 added to configure.in
14123
14124Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14125
14126 * configure.in: use mh-sun for all *-sun-* hosts
14127
14128Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14129
14130 * Makefile.in: define flags for X11 include files and library file
14131 locations, pass them down to the programs that need this info
14132
14133 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14134
14135Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14136
14137 * configure.in: start building libg++ for HP-UX targets
14138
14139Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14140
14141 * README: Update references to files moved into etc/.
14142
14143Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14144
14145 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14146 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14147
14148Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14149
14150 * configure: accept dash as well as underscore in long option
14151 names for FSF compatibility.
14152
14153Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14154
14155 * config.sub: added -sco3.2v4 support from FSF.
14156
14157Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14158
14159 * configure.in: expand the section that adds or removes
14160 directories from the list of programs to build, to handle native
14161 vs. cross in addition to host v. native
14162
14163Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14164
14165 * Makefile.in: Replace C++ in macro names with CXX.
14166 This is less likely to break ...
14167
14168Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14169
14170 * test-build.mk: add -w to GNU_MAKE
14171
14172Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14173
14174 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14175 add 'sparc' to list of recognized cpus. This needed to make
14176 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14177 Delete some redundant ose68 variants. Recognize -wrs as an os,
14178 then changes that into $CPU-wrs-vxworks.
14179
14180 * configure.in: remove most references to gdbtest, regularize
14181 target based program removal
14182
14183 * test-build.mk: import from p3 tree (many fixes and changes)
14184
14185Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14186
14187 * Makefile.in: added rules to handle tcl, tk, and expect
14188
14189 * configure.in: handle those directories if they exist
14190
14191Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14192
14193 * config.sub: removed bogus hppabsd and hppahpux names, since
14194 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14195
14196Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14197
14198 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14199 depends upon all-xiberty
14200
14201 * Makefile.in: changes from p3, including:
14202
14203 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14204
14205 * Makefile.in (XTRAFLAGS): include newlib directories if
14206 newlib/Makefile exists, rather than if host != target.
14207
14208 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14209
14210 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14211 from the same source tree and not building a cross-compiler. This
14212 matters for the libg++ configuration if reconfiguring a tree that
14213 has already been installed.
14214
14215 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14216
14217 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14218 pick up the machine and system specific header files.
14219
14220 * Makefile.in: added AS_FOR_TARGET, passed down in
14221 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14222 the C compiler to use to create programs which are run in the
14223 build environment, set it to default to $(CC), and passed it down
14224 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14225
14226 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14227
14228 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14229 We need them for unusual native builds, like systems without
14230 ranlib.
14231
14232 * configure: also define $(host_canonical) and
14233 $(target_canonical), which are the full, canonical names for the
14234 given host and target
14235
14236Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14237
14238 * Makefile.in: Added separate definitions for C++.
14239
14240Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14241
14242 * configure.in (configdirs): Add deja-gnu.
14243
14244Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14245
14246 * README: Update for configure.texi and gdb-4.7 release.
14247
14248Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14249
14250 * Makefile.in: Move "all" target to top of file.
14251 Previously, first target was ".PHONY" which caused BSD4.4 make
14252 to build .PHONY when make was run without arguments.
14253
14254Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14255
14256 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14257 Library-copylefted code in libiberty.
14258
14259Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14260
14261 * config.sub: Replace m68kmote with plain old m68k.
14262
14263Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14264
14265 * Makefile.in: Remove space from blank line, avoid Make complaints.
14266
14267Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14268
14269 * config.sub: Complain if no argument is given. Added support for
14270 386bsd as OS and target alias.
14271
14272Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14273
14274 * Makefile.in (XTRAFLAGS): include newlib directories if
14275 newlib/Makefile exists, rather than if host != target.
14276
14277Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14278
14279 * config.sub: recognize sparclite-wrs-vxworks.
14280
14281 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14282 p3.) Added clean-xiberty to clean.
14283
14284Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14285
14286 * configure.in: use *-*-* instead of nested cases for host and target
14287
14288Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14289
14290 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14291 from the same source tree and not building a cross-compiler. This
14292 matters for the libg++ configuration if reconfiguring a tree that
14293 has already been installed.
14294
14295Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14296
14297 * config.sub (i486v/i486v4): Merge in from FSF version.
14298
14299Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14300
14301 * configure: only set PWD if it is already set.
14302
14303Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14304
14305 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14306 doesn't have unset and all success paths (and most error paths)
14307 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14308 to just ${PWD} to avoid confusion.)
14309
14310Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14311
14312 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14313 even for a native compilation.
14314
14315Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14316
14317 Changes to make the gdb.tar.Z rule work better.
14318
14319 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14320 (DEVO_SUPPORT): Add configure.texi.
14321 (bfd-ilrt.tar.Z): Remove ancient rule.
14322
14323Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14324
14325 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14326 pick up the machine and system specific header files.
14327
14328 * configure.in, config.sub: added new target m68010-adobe-scout,
14329 with alias of adobe68k. Changed configure.in to check for
14330 -scout before -sco* to avoid a false match.
14331
14332 * Makefile.in: added AS_FOR_TARGET, passed down in
14333 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14334 the C compiler to use to create programs which are run in the
14335 build environment, set it to default to $(CC), and passed it down
14336 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14337
14338Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14339
14340 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14341 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14342 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14343 FOR_TARGET variants, to newlib and libg++.
14344
14345Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14346
14347 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14348 first.
14349
14350Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14351
14352 * config.sub: Accept `elf' as an environment.
14353
14354Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14355
14356 * Makefile.in (all-opcodes): cd into the right directory
14357
14358Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14359
14360 * configure: added -program_transform_name option, used as
14361 argument to sed when installing programs.
14362 configure.texi: added documentation for -program_prefix,
14363 -program_suffix and -program_transform_name.
14364
14365Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14366
14367 * config.sub: Accept i486 where i386 ok.
14368
14369Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14370
14371 * config.sub: accept we32k
14372
14373Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14374
14375 * config.sub, configure.in: accept OSE68000 and OSE68k.
14376
14377 * Makefile.in: don't create all directories for ``make install'';
14378 let the subdirectories create the ones they need.
14379
14380Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14381
14382 * COPYING: new file, GPL v2
14383
14384Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14385
14386 * Makefile.in: use the new gen-info-dir, which needs a template
14387 argument (which also lives in texinfo)
14388
14389 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14390
14391Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14392
14393 * config.sub (ncr3000): Change i386 to i486.
14394
14395Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14396
14397 * Makefile.in: add install-rcs, install-grep to
14398 install-no-fixedincludes, removed install-bison and install-libgcc
14399
14400Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14401
14402 * configure.in: grab the HPUX makefile fragment if on HPUX
14403
14404Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14405
14406 * Makefile.in: eradicate bison spoor (ditto libgcc).
14407 configure.in: recognise m68{k,000}-ericsson-OSE.
14408 es1800 is alias for m68k-ericsson-OSE
14409
14410Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14411
14412 * configure.in: rearrange the parts that remove programs from
14413 configdirs, based now on HOST==TARGET or by canonical triple.
14414
14415Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14416
14417 * test-build.mk: recurse explicitly with -f test-build.mk when
14418 appropriate. predicate stage3 and comparison on the existence
14419 of gcc. That is, if gcc isn't around, we aren't three-staging.
14420 On very clean, also remove ...stamp-co. Build in-place before
14421 doing other builds.
14422
14423Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14424
14425 * Makefile.in, configure.in: add tgas
14426
14427Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14428
14429 * Makefile.in: a number of changes merged in from progressive.
14430
14431 * configure.in: add libm.
14432
14433 * .cvsignore: ignore some stuff that comes from test-build.mk.
14434
14435Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14436
14437 * config.sub: Add es1800 (m68k-ericsson-es1800).
14438
14439Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14440
14441 * configure: Add program_suffix (parallel to program_prefix)
14442 * Makefile.in: adjust directory-creating script for losing decstation
14443
14444Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14445
14446 * configure: Minor $subdir-related fixes.
14447
14448Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14449
14450 * configure: fix various problems with propogating
14451 makefile_target_frag in subdirs.
14452 * configure.in: config libgcc if its there
14453
14454Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14455
14456 * config.sub: HPPA merge.
14457
14458Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14459
14460 * Makefile.in: Replace all-bison with all-byacc in all
14461 dependency lines for other tools (which now use byacc).
14462
14463Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14464
14465 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14466
14467Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14468
14469 * Makefile.in: make gprof rules similar to byacc rules (instead of
14470 vestigal $(unsubdir) that didn't work...)
14471
14472Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14473
14474 * config.sub: Add support for Linux.
14475 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14476 (at least for libg++).
14477
14478Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14479
14480 * configure.texi: fix doc for the -nfp option to configure
14481
14482Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14483
14484 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14485
14486Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14487
14488 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14489 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14490 * configure.in: added solaris* host_makefile_frag hook.
14491
14492Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14493
14494 * config.sub: changed recognition of m68000 so that various
14495 m68k types can be specified via m680[01234]0
14496
14497Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14498
14499 * config.sub (basic_machine): fix sed so that '-foo' isn't
14500 completely substituted out while .+'-foo' loses the '-foo'
14501
14502Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14503
14504 * config.sub ($os): Add -aout.
14505
14506Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14507
14508 * configure: If host_makefile_frag is absolute, don't
14509 prefix ${invsubdir} (relevant to libg++ auto-configure).
14510
14511Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14512
14513 * Makefile.in (tooldir): Define it.
14514 (all-ld): Depend on all-flex.
14515
14516Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14517
14518 * Makefile.in (check): Fix libg++ special case.
14519
14520Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14521
14522 * configure: do not bury `pwd` into config.status, thus do fewer
14523 pwd's.
14524
14525 * configure: print the "Building in" message only when building in
14526 other than "." AND verbose.
14527
14528 * configure: remove -s, rework -v to better accomodate guested
14529 configures.
14530
14531 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14532
14533Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14534
14535 * Makefile.in: macroize flags passed on recursion. remove
14536 fileutils.
14537
14538Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14539
14540 * configure: get makesrcdir right for subdirs deeper than 1.
14541
14542 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14543 install.
14544
14545Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14546
14547 * Makefile.in: don't print subdir_do or recursion lines.
14548
14549Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14550
14551 * standards.texi: added menu item.
14552
14553 * Makefile.in: build and install standards.info.
14554
14555 * standards.texi: new file.
14556
14557Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14558
14559 * configure: test for and move config.status pieces from
14560 ${subdir}/.
14561
14562Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14563
14564 * configure: Test for existance of files before trying to mv
14565 them, to avoid numerous non-existance messages.
14566
14567Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14568
14569 * configure: correct final line of config.status.
14570
14571 * configure: patch from eggert. Avoids a protection problem if
14572 the original Makefile.in is read only.
14573
14574 * configure: use move-if-change from gcc to create config.status.
14575 Some makefiles depend on config.status to tell if a directory
14576 has been reconfigured for a different host. This change
14577 prevents those directories from remaking everything in the case
14578 where the reconfig was only intended to rebuild a Makefile.
14579
14580 * configure: test for config.sub with "config.sub sun4" rather
14581 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14582 host alias from a missing config.sub.
14583
14584Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14585
14586 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14587 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14588
14589Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14590
14591 * configure: mkdir ${subdir} as needed.
14592
14593Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14594
14595 * Makefile.in,configure.in: added autoconf.
14596
14597Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14598
14599 * Makefile.in: no longer pass against on recursion.
14600
14601 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14602 definitions are not inherited.
14603
14604 * configure: correct makesrcdir when subdir is .
14605
14606Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14607
14608 * configure: Add support for 'subdirs' variable, which is
14609 like 'configdirs', except that configure doesn't re-invoke
14610 itself for subdirs, it just creates a Makefile for each subdir.
14611 * configure.texi: Document subdirs.
14612
14613Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14614
14615 * configure.in: added flex to configdirs
14616
14617Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14618
14619 * Makefile.in: remove clean-stamps from clean.
14620
14621Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14622
14623 * configure.in: Add gdbtest to configdirs.
14624
14625Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14626
14627 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14628 to recursive makes.
14629 * configure.in: Recognize new ncr3000 config.
14630
14631Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14632
14633 * Makefile.in, configure.in: removed references to gdbm.
14634
14635Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14636
14637 * config.sub: Don't canonicalize os value
14638 newsos* to bsd (readline needs to check for newsos).
14639 (This fix was earlier made Jan 31, but got re-broken.)
14640
14641Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14642
14643 * configure.in: sco is an os, not a vendor!
14644
14645 * configure: Quote $( better. Keep various shells happy.
14646
14647Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14648
14649 * Makefile.in: eliminate stamp-files.
14650
14651Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14652
14653 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14654 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14655
14656Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14657
14658 * config.sub: fix iris/iris3.
14659
14660Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14661
14662 * configure: re-add -rm.
14663
14664Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14665
14666 * Maskefile.in: add .stmp-rcs to all.
14667
14668 * configure.in: remove gas from rs6000 build, use aix host fragment.
14669
14670Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14671
14672 * configure: pass down site_option during recursion.
14673
14674Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14675
14676 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14677
14678Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14679
14680 * configure: Change exec_prefix so that it really defaults to prefix.
14681
14682Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14683
14684 * Makefile.in, configure.in: Add support for mmalloc library.
14685
14686Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14687
14688 * Makefile.in: add stmp dependencies for a few more things.
14689
14690Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14691
14692 * configure: adjusted error message on objdir/srcdir configure
14693 collision, per john's suggestion.
14694
14695 * Makefile.in: add libiberty stmp to all and all.cross.
14696
14697Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14698
14699 * Makefile.in: remove force dependencies, add grep to all.
14700
14701Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14702
14703 * Makefile.in: drop flex. make stamp files work.
14704
14705 * configure: added test for conflicting configuration in srcdir,
14706 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14707 gets cranky. use relative paths for configure and srcdir
14708 whenever possible. Send some error messages to stderr that were
14709 going to stdout.
14710
14711Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14712
14713 * Makefile.in: Fix libg++ rule to check for gcc directory
14714 before using gcc/gcc. Also pass XTRAFLAGS.
14715
14716Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14717
14718 * Makefile.in: added stmp-files so that directories aren't polled
14719 when they are already built.
14720
14721 * configure.texi: fixed a node pointer problem.
14722
14723Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14724
14725 * config.sub configure.in gdb/configure.in
14726 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14727 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14728 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14729
14730Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14731
14732 * configure: -recurring becomes -silent. corrected help message
14733 for -site= option.
14734
14735 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14736
14737Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14738
14739 * configure: when building Makefile for crosses, replace
14740 tooldir and program_prefix. default srcdir from location of
14741 config.sub. remove "for host in hosts" and "for target in
14742 targets" loops.
14743
14744Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14745
14746 * Makefile.in: Do not pass bindir or mandir to cvs.
14747
14748Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14749
14750 * Makefile.in, configure.in: removed traces of namesubdir,
14751 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14752 copyrights to '92, changed some from Cygnus to FSF.
14753
14754 * configure.texi: remove most references to multiple hosts,
14755 multiple targets, subdirs, etc.
14756
14757 * configure.man: removed rcsid. reference config.sub not
14758 config.subr.
14759
14760 * Makefile.in: mkdir $(infodir) on install-info.
14761
14762Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14763
14764 * configure.texi: Explain better about .gdbinit and about
14765 the environment that configure.in sections run in.
14766
14767Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14768
14769 * configure.in: Ultrix is only a decstation if it's a MIPS.
14770
14771Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14772
14773 * README: DOC.configure => cfg-paper.texi.
14774
14775Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14776
14777 * config.sub (near case $os): Don't convert newsos* to bsd!
14778
14779Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14780
14781 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14782 the number of copies of COPYING that go into the GDB tar file.
14783
14784Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14785
14786 * bfd/configure.in, gdb/config/mh-i386sco,
14787 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14788 Fix SCO configuration stuff.
14789
14790Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14791
14792 * Makefile.in: For libg++, make sure the -I pointing
14793 to the gcc directory goes *after* all the libg++-local -I flags.
14794 Also, move just-gcc dependency from just-libg++ to all-libg++.
14795
14796Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14797
14798 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14799
14800Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14801
14802 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14803
14804Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14805
14806 * config.sub: Add stratus configuration frags. Also
14807 submitted to FSF.
14808
14809Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14810
14811 * Makefile.in (DEV_SUPPORT): add configure.man.
14812
14813 * config.sub(Decode manufacturer-specific): add -none*.
14814
14815Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14816
14817 * Makefile.in: remove form feeds to make Sun's make happy.
14818 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14819
14820Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14821
14822 * Makefile.in (AR_FLAGS): Make quieter.
14823
14824Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14825
14826 * configure.in: Add libg++.
14827 * configure: When verbose, don't output the command line at each
14828 level; it will be unremarkably the same as the previous version,
14829 which will be the same as what the user typed.
14830
14831Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14832
14833 * configure.in, Makefile.in: fix clean-info, add flex. add
14834 fileutils.
14835
14836 * configure: be less sensitive to spaces in Makefile.in. Do not
14837 look for sources in "..". Doing so breaks subdirectories that
14838 might have their own configure. If a subdir has it's own
14839 configure script, use it.
14840
14841Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14842
14843 * cfg-paper.texi: some changes suggested by rms.
14844
14845Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14846
14847 * config.sub: Merge in some small additions from the FSF version,
14848 taken from the gcc distribution, to bring the Cygnus and FSF
14849 versions into closer sync.
14850
14851Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14852
14853 * configure.in: Changed svr4 references to sysv4.
14854
14855Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14856
14857 * configure: added -V for version number option.
14858
14859Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14860
14861 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14862 renamed from DOC.configure to cfg-paper.texi.
14863
14864Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14865
14866 * configure, config.subr, config.sub: config.subr is now
14867 config.sub again.
14868
14869Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14870
14871 * configure.texi: new file, in progress.
14872
14873 * Makefile.in: build info file and install the man page for
14874 configure.
14875
14876 * configure.man: new file, first cut.
14877
14878 * configure: find config.subr again now that configuration "none"
14879 has gone. removed all traces of the -ansi option. removed all
14880 traces of the -languages option.
14881
14882 * config.subr: resync from rms.
14883
148841991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
14885
14886 * configure, config.sub, config.subr: merge config.sub into
14887 config.subr, call the result config.subr, remove config.sub, use
14888 config.subr.
14889
14890 * Makefile.in: revised install for dir.info.
14891
148921991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
14893
14894 * configure.in: add decstation host makefile frag.
14895
14896 * Makefile.in: BISON now bison -y again. also install-gcc on
14897 install. clean-gdbm on clean. infodir belongs in datadir.
14898 Make directories for info install. Build dir.info here then
14899 install it.
14900
149011991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
14902
14903 * Makefile.in: fix for bad directory tests.
14904
149051991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
14906
14907 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14908 regexp. -srcdir relative was being handled incorrectly.
14909
14910 * Makefile.in: unwrapped some for loops so that parallel makes
14911 work again and so one can focus one's attention on a particular
14912 package.
14913
149141991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
14915
14916 * configure: added PWD as a stand in for `pwd` (for speed). use
14917 elif wherever possible. make -srcdir work without -objdir.
14918 -objdir= commented out.
14919
149201991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
14921
14922 * configure: +options become --options. -subdirs commented out.
14923 added -host, -datadir. Renamed -destdir to -prefix. Comment in
14924 Makefile now at top of generated Makefile. Removed cvs log
14925 entries. added -srcdir. create .gdbinit only if there is one
14926 in ${srcdir}.
14927
14928 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14929 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14930 and mandir now keyed off datadir by default.
14931
149321991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
14933
14934 * Freshly created ChangeLog.
14935
14936\f
14937Local Variables:
14938mode: change-log
14939left-margin: 8
14940fill-column: 76
14941version-control: never
14942End:
This page took 0.082966 seconds and 4 git commands to generate.