1 2021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3 * src-release.sh (GDB_SUPPPORT_DIRS): Add libbacktrace.
5 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
8 * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
9 NM, if there is one. Run nm on itself, not on /dev/null, to avoid
10 errors from nms that refuse to work on non-regular files. Remove
11 other workarounds for this problem. Strip out blank lines from the
14 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
17 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
20 2021-07-03 Nick Clifton <nickc@redhat.com>
22 * 2.37 release branch created.
24 2021-07-03 Nick Clifton <nickc@redhat.com>
26 * libiberty: Sync with gcc. Bring in:
27 2021-06-30 Gerald Pfeifer <gerald@pfeifer.com>
29 * make-temp-file.c (usrtmp): Remove.
30 (choose_tmpdir): Remove use of usrtmp.
32 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
34 * simple-object.c (handle_lto_debug_sections): Copy over .BTF section.
36 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
37 David Faust <david.faust@oracle.com>
38 Jose E. Marchesi <jose.marchesi@oracle.com>
39 Weimin Pan <weimin.pan@oracle.com>
41 * simple-object.c (handle_lto_debug_sections): Copy over .ctf
44 2021-06-05 John David Anglin <danglin@gcc.gnu.org>
47 * configure.ac: Use libiberty snprintf and vsnprintf on
49 * configure: Regenerate.
51 2021-05-06 Tom Tromey <tom@tromey.com>
53 * hashtab.c (htab_eq_string): New function.
55 2021-05-04 Eric Botcazou <ebotcazou@adacore.com>
57 * configure.ac: Make test for variables more robust.
58 * configure: Regenerate.
60 2021-05-03 H.J. Lu <hjl.tools@gmail.com>
63 * configure: Regenerated.
65 2021-04-21 Andreas Schwab <schwab@linux-m68k.org>
68 * rust-demangle.c (demangle_const_char): Properly print the
71 2021-03-31 Patrick Palka <ppalka@redhat.com>
74 * cp-demangle.c (d_dump, d_make_comp, d_expression_1)
75 (d_count_templates_scopes): Handle DEMANGLE_COMPONENT_VENDOR_EXPR.
76 (d_print_comp_inner): Likewise.
77 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Revert r11-4926
79 <case DEMANGLE_COMPONENT_UNARY>: Likewise.
80 * testsuite/demangle-expected: Adjust __alignof__ tests.
82 2021-03-16 Nick Clifton <nickc@redhat.com>
84 * sha1.c (sha1_process_bytes): Use memmove in place of memcpy.
86 2021-02-20 Mike Frysinger <vapier@gentoo.org>
88 * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, $(srcdir)/aclocal.m4): Define.
89 (configure_deps): Rename to ...
90 (aclocal_deps): ... this. Replace aclocal.m4 with acinclude.m4.
91 ($(srcdir)/configure): Replace $(configure_deps) with
93 * aclocal.m4: Move libiberty macros to acinclude.m4, then regenerate.
94 * acinclude.m4: New file.
95 * configure: Regenerate.
97 2021-02-19 Ayush Mittal <ayush.m@samsung.com>
99 * argv.c (expandargv): free allocated buffer if read fails.
101 2021-02-01 Martin Sebor <msebor@redhat.com>
103 * dyn-string.c (dyn_string_insert_cstr): Use memcpy instead of strncpy
104 to avoid -Wstringop-truncation.
106 2021-05-29 Mike Frysinger <vapier@gentoo.org>
108 * configure.ac: Add gnulib to configdirs for sim.
109 * configure: Regenerate.
111 2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
113 * MAINTAINERS: Update path to readline config.{sub,guess} files.
115 2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
117 * config.guess: Import from upstream.
118 * config.sub: Likewise.
120 2021-05-18 Mike Frysinger <vapier@gentoo.org>
122 * Makefile.def: Add configure-sim dependency on all-gnulib.
123 * Makefile.in: Regenerated.
125 2021-05-04 Nick Clifton <nickc@redhat.com>
127 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
128 * configure: Regenerate.
130 2021-03-18 Nick Alcock <nick.alcock@oracle.com>
133 * Makefile.def: Add install-bfd dependencies for install-libctf and
134 install-ld, and install-strip-bfd dependencies for
135 install-strip-libctf and install-strip-ld; move the install-ld
136 dependency on install-libctf to join it.
137 * Makefile.in: Regenerated.
139 2021-03-12 Mike Frysinger <vapier@gentoo.org>
141 * Makefile.def: Remove all-sim dependency on configure-gdb.
142 * Makefile.in: Regenerated.
144 2021-02-28 H.J. Lu <hongjiu.lu@intel.com>
147 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
148 PGO_BUILD_TRAINING=yes.
149 (PGO_BUILD_TRAINING_MFLAGS): New.
150 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
152 2021-02-09 Alan Modra <amodra@gmail.com>
154 * configure.ac: Delete arm*-*-symbianelf* entry.
155 * configure: Regenerate.
157 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
159 * Makefile.def: Add install-libctf dependency to install-ld.
160 * Makefile.in: Regenerated.
162 2021-01-12 Mike Frysinger <vapier@gentoo.org>
164 * src-release.sh (do_proto_toplev): Rewrite indentation.
166 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
170 * configure: Regenerated.
172 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
175 * configure: Regenerated.
176 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
177 --plugin and rc before enabling --plugin.
179 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
182 * Makefile.tpl (BUILD_CFLAGS): New.
183 (CFLAGS): Append $(BUILD_CFLAGS).
184 (CXXFLAGS): Likewise.
185 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
186 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
187 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
188 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
189 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
190 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
191 (PGO-TRAINING-TARGETS): Likewise.
192 (PGO_BUILD_TRAINING): Likewise.
193 (all): Add '+' to the command line for recursive make. Support
195 * configure.ac: Add --enable-pgo-build[=lto].
196 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
197 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
198 * Makefile.in: Regenerated.
199 * configure: Likewise.
201 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
203 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
204 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
205 * configure.ac: Include config/gcc-plugin.m4.
206 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
207 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
209 * Makefile.in: Regenerated.
210 * configure: Likewise.
212 2021-01-09 Nick Clifton <nickc@redhat.com>
214 * 2.36 release branch crated.
216 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
218 * libtool.m4: Match gnu* along with other GNU systems.
220 2021-01-07 Alan Modra <amodra@gmail.com>
222 * config.sub: Accept OS of eabi* and gnueabi*.
224 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
226 * Makefile.def (libctf): No longer no_check. Checking depends on
228 * Makefile.in: Regenerated.
230 2021-01-05 Nick Clifton <nickc@redhat.com>
232 * libiberty: Sync with gcc. Bring in:
233 2021-01-04 Martin Liska <mliska@suse.cz>
235 * strverscmp.c: Convert to utf8 from iso8859.
237 2020-12-22 Jason Merrill <jason@redhat.com>
240 * cp-demangle.h (struct d_info): Add unresolved_name_state.
241 * cp-demangle.c (d_prefix): Add subst parm.
242 (d_nested_name): Pass it.
243 (d_unresolved_name): Split out from...
244 (d_expression_1): ...here.
245 (d_demangle_callback): Maybe retry with old sr mangling.
246 * testsuite/demangle-expected: Add test.
248 2020-12-21 Jason Merrill <jason@redhat.com>
250 * cp-demangle.c (d_expression_1): Recognize qualified-id
252 * testsuite/demangle-expected: Add test.
254 2020-12-21 Jason Merrill <jason@redhat.com>
256 * cp-demangle.c (d_unqualified_name): Clear is_expression.
257 * testsuite/demangle-expected: Add tests.
259 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
261 * configure: Regenerate.
262 * configure.ac: Avoid using sanitizer.
264 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
266 * rust-demangle.c (struct rust_demangler): Add
267 skipping_printing and bound_lifetime_depth fields.
268 (eat): Add (v0-only).
269 (parse_integer_62): Add (v0-only).
270 (parse_opt_integer_62): Add (v0-only).
271 (parse_disambiguator): Add (v0-only).
272 (struct rust_mangled_ident): Add punycode{,_len} fields.
273 (parse_ident): Support v0 identifiers.
274 (print_str): Respect skipping_printing.
275 (print_uint64): Add (v0-only).
276 (print_uint64_hex): Add (v0-only).
277 (print_ident): Respect skipping_printing,
278 Support v0 identifiers.
279 (print_lifetime_from_index): Add (v0-only).
280 (demangle_binder): Add (v0-only).
281 (demangle_path): Add (v0-only).
282 (demangle_generic_arg): Add (v0-only).
283 (demangle_type): Add (v0-only).
284 (demangle_path_maybe_open_generics): Add (v0-only).
285 (demangle_dyn_trait): Add (v0-only).
286 (demangle_const): Add (v0-only).
287 (demangle_const_uint): Add (v0-only).
288 (basic_type): Add (v0-only).
289 (rust_demangle_callback): Support v0 symbols.
290 * testsuite/rust-demangle-expected: Add v0 testcases.
292 2020-11-13 Seija Kijin <doremylover456@gmail.com>
294 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
296 2020-11-11 Patrick Palka <ppalka@redhat.com>
299 * cp-demangle.c (d_print_comp_inner)
300 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
301 "operator " prefix for __alignof__.
302 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
303 operand of __alignof__.
304 * testsuite/demangle-expected: Test demangling for __alignof__.
306 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
308 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
310 2020-10-06 Martin Liska <mliska@suse.cz>
313 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
314 Use sh_link of a .symtab_shndx section.
316 2021-01-05 Alan Modra <amodra@gmail.com>
318 * config.guess: Import from upstream.
319 * config.sub: Likewise.
321 2020-12-16 Martin Liska <mliska@suse.cz>
322 Tom de Vries <tdevries@suse.de>
324 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
325 field. Add meter field.
326 (progressfn): Print progress using meter.
328 2020-12-02 Enze Li <lienze2010@hotmail.com>
330 * .gitignore: Add gnu global outputs.
332 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
334 * .gitignore: Sync with gcc.
336 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
338 * src-release.sh: Use sha256sum instead of md5sum.
340 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
342 * Makefile.in: Rebuild.
343 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
346 2020-07-24 Aaron Merey <amerey@redhat.com>
348 * configure: Rebuild.
349 * configure.ac: Remove AC_DEBUGINFOD.
351 2020-07-04 Nick Clifton <nickc@redhat.com>
353 Binutils 2.35 branch created.
355 2020-04-21 Stephen Casner <casner@acm.org>
358 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
359 * configure: Rebuild.
361 2020-03-12 Tom Tromey <tom@tromey.com>
363 * Makefile.in: Rebuild.
364 * Makefile.def (gdbserver): Depend on gdbsupport.
366 2020-03-12 Tom Tromey <tom@tromey.com>
368 * Makefile.in: Rebuild.
369 * Makefile.def (gdbsupport): Don't depend on bfd.
371 2020-03-12 Tom Tromey <tom@tromey.com>
373 * Makefile.in: Rebuild.
374 * Makefile.def (gdbsupport): Depend on intl.
376 2020-02-17 Tom Tromey <tom@tromey.com>
378 * configure: Rebuild.
379 * configure.ac (configdirs): Add gnulib and gdbsupport when building
382 2020-02-14 Tom Tromey <tom@tromey.com>
384 * Makefile.in: Rebuild.
385 * Makefile.def: Make gdbserver require gnulib and libiberty.
387 2020-02-07 Tom Tromey <tom@tromey.com>
388 Pedro Alves <palves@redhat.com>
390 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
391 * gdbserver: New directory, moved from gdb/gdbserver.
392 * configure.ac (host_tools): Add gdbserver.
393 Only build gdbserver on certain systems.
394 * Makefile.in, configure: Rebuild.
395 * Makefile.def (host_modules, dependencies): Add gdbserver.
396 * MAINTAINERS: Add gdbserver.
398 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
400 * src-release.sh (getver): Look for gdbsupport's
401 create-version.sh script at the current directory if tool is
404 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
406 * remote-sim.c (gdbsim_target::wait): Return
407 sim_data->remote_sim_ptid instead of inferior_ptid.
409 2020-01-18 Nick Clifton <nickc@redhat.com>
411 Binutils 2.34 branch created.
413 2020-01-18 Nick Clifton <nickc@redhat.com>
415 Synchronize top level configure files with master version:
417 2020-01-01 Ben Elliston <bje@gnu.org>
419 * config.guess: Update copyright years.
420 * config.sub: Likewise.
422 2019-12-21 Ben Elliston <bje@gnu.org>
424 * config.guess (set_cc_for_build): Prevent multiple calls by
425 checking if $tmp is already set. We can't check CC_FOR_BUILD as
426 the user may set it externally. Thanks to Torbjörn Granlund for
429 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
431 * config.guess (alpha:Linux:*:*): Guard against missing
432 /proc/cpuinfo by redirecting standard error to /dev/null.
434 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
436 * config.guess (*:Twizzler:*:*): New.
437 * config.sub (-twizzler*): New.
439 2019-07-24 Ben Elliston <bje@gnu.org>
441 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
443 2019-06-30 Ben Elliston <bje@gnu.org>
445 * config.sub (case $os): Match nsk* and powerunix. Don't later
446 match nsk* and set os=nsk which removes the OS version number.
448 2019-06-30 Ben Elliston <bje@gnu.org>
450 * config.sub: Recognise os108*.
452 2019-06-26 Ben Elliston <bje@gnu.org>
454 * config.sub (hp300): Set $os to hpux.
456 2019-06-26 Ben Elliston <bje@gnu.org>
458 * config.sub (vsta): Move into alphabetical order.
460 2019-06-10 Ben Elliston <bje@gnu.org>
462 * config.guess (*:OS108:*:*): Recognise new OS.
464 2019-05-28 Ben Elliston <bje@gnu.org>
466 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
467 system compiler is installed. If not, do not run set_cc_for_build,
468 as the default cc will open a dialog box asking to install
469 Xcode. If no C compiler is available, guess based on uname -p and
472 2019-05-28 Ben Elliston <bje@gnu.org>
474 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
476 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
478 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
479 * Makefile.in: Re-generate.
481 2020-01-14 Tom Tromey <tom@tromey.com>
483 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
484 * MAINTAINERS: Add gdbsupport.
485 * configure: Rebuild.
486 * configure.ac (configdirs): Add gdbsupport.
487 * gdbsupport: New directory, move from gdb/gdbsupport.
488 * Makefile.def (host_modules, dependencies): Add gnulib.
489 * Makefile.in: Rebuild.
491 2020-01-09 Aaron Merey <amerey@redhat.com>
493 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
494 new configure option --with-debuginfod.
495 * configure: Regenerate.
496 * configure.ac: Call AC_DEBUGINFOD.
498 2019-12-26 Christian Biesinger <cbiesinger@google.com>
500 * .gitignore: Add perf.data and perf.data.old.
502 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
504 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
506 2019-10-17 Alan Modra <amodra@gmail.com>
509 * src-release.sh (getver): Replace "head -1" with "head -n 1".
511 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
513 * Makefile.def (host_modules): libctf is no longer no_install.
514 * Makefile.in: Regenerated.
516 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
518 * Makefile.def (dependencies): all-ld depends on all-libctf.
519 * Makefile.in: Regenerated.
521 2019-09-09 Phil Blundell <pb@pbcl.net>
523 binutils 2.33 branch created
525 2019-08-19 Tom Tromey <tom@tromey.com>
527 * configure: Rebuild.
528 * configure.ac: Add --with-static-standard-libraries.
530 2019-08-09 Nick Clifton <nickc@redhat.com>
532 * libiberty: Sync with gcc. Bring in:
533 2019-08-08 Martin Liska <mliska@suse.cz>
536 * lrealpath.c (is_valid_fd): New function.
538 2019-07-24 Martin Liska <mliska@suse.cz>
541 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
542 Find first '\0' starting from gnu_lto + 1.
544 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
546 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
547 This fixes a Bug 90924.
549 2019-07-22 Martin Liska <mliska@suse.cz>
551 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
552 Do not search for gnu_lto_v1, but search for first '\0'.
554 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
556 * cplus-dem.c: Include rust-demangle.h.
557 * rust-demangle.c: Include rust-demangle.h.
558 * rust-demangle.h: New file.
560 2019-05-31 Michael Forney <mforney@mforney.org>
562 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
565 2019-04-30 Ben L <bobsayshilol@live.co.uk>
567 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
568 * testsuite/d-demangle-expected: Add testcase.
570 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
571 * testsuite/d-demangle-expected: Add testcase.
573 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
574 * testsuite/d-demangle-expected: Add testcase.
576 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
577 * testsuite/d-demangle-expected: Add testcase.
579 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
580 * testsuite/d-demangle-expected: Add testcase.
582 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
583 * testsuite/demangle-expected: Add testcase.
585 * cp-demangle.c (d_encoding): Guard against NULL return values from
587 * testsuite/demangle-expected: Add testcase.
589 2019-04-29 Ben L <bobsayshilol@live.co.uk>
591 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
593 * testsuite/demangle-expected: Add testcase.
595 2019-04-10 Nick Clifton <nickc@redhat.com>
598 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
600 (d_count_templates_scopes): Replace num_templates and num_scopes
601 parameters with a struct d_print_info pointer parameter. Adjust
602 body of the function accordingly. Add recursion counter and check
603 that the recursion limit is not reached.
604 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
605 Reset recursion counter afterwards, unless the recursion limit was
608 2019-07-13 Joel Brobecker <brobecker@adacore.com>
610 * src-release (getver): If $tool/gdbsupport/create-version.sh
611 exists, use that to determine the version number.
613 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
615 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
617 2019-06-14 Tom Tromey <tom@tromey.com>
619 * MAINTAINERS: Add gnulib.
620 * gnulib: New directory, move from gdb/gnulib.
621 * configure.ac (host_libs): Add gnulib.
622 * configure: Rebuild.
623 * Makefile.def (host_modules, dependencies): Add gnulib.
624 * Makefile.in: Rebuild.
626 2019-06-03 Nick Clifton <nickc@redhat.com>
629 2019-05-29 Nick Clifton <nickc@redhat.com>
631 * configure.ac (noconfigdirs): Add libctf if the target does not use
633 * configure: Regenerate.
635 2019-05-29 Nick Clifton <nickc@redhat.com>
637 * src-release.sh (do_proto_toplev): Add libctf to list of
638 directories that can be disabled.
640 2019-05-29 Nick Clifton <nickc@redhat.com>
642 * configure.ac (noconfigdirs): Add libctf if the target does not use
644 * configure: Regenerate.
646 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
648 * Makefile.def (dependencies): configure-libctf depends on all-bfd
650 * Makefile.in: Regenerated.
652 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
654 * MAINTAINERS: Add libctf.
656 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
658 * Makefile.def (host_modules): Add libctf.
659 * Makefile.def (dependencies): Likewise.
660 libctf depends on zlib, libiberty, and bfd.
661 * Makefile.in: Regenerated.
662 * configure.ac (host_libs): Add libctf.
663 * configure: Regenerated.
665 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
667 * config.guess: Synchronize with config project master sources.
668 * config.sub: Likewise.
669 * readline/support/config.guess: Likewise.
670 * readline/support/config.sub: Likewise.
672 2019-04-10 Nick Clifton <nickc@redhat.com>
674 * libiberty: Sync with gcc. Bring in:
675 2019-04-10 Nick Clifton <nickc@redhat.com>
678 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
680 (d_count_templates_scopes): Replace num_templates and num_scopes
681 parameters with a struct d_print_info pointer parameter. Adjust
682 body of the function accordingly. Add recursion counter and check
683 that the recursion limit is not reached.
684 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
685 Reset recursion counter afterwards, unless the recursion limit was
688 2018-06-24 Nick Clifton <nickc@redhat.com>
692 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
696 * config.guess: Import upstream version 2019-01-03.
697 * config.sub: Import upstream version 2019-01-01.
699 2019-01-10 Nick Clifton <nickc@redhat.com>
701 * libiberty: Sync with gcc. Bring in:
702 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
706 * cp-demangle.c: Mechanically replace "can not" with "cannot".
707 * floatformat.c: Likewise.
708 * strerror.c: Likewise.
710 2018-12-22 Jason Merrill <jason@redhat.com>
712 Remove support for demangling GCC 2.x era mangling schemes.
713 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
714 internal_cplus_demangle, and all subroutines.
715 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
716 Lucid, ARM, HP, and EDG demangling styles.
717 (cplus_demangle): Remove 'work' variable. Don't call
718 internal_cplus_demangle.
720 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
722 * configure.ac: Don't configure readline if --with-system-readline is
724 * configure: Re-generate.
726 2018-10-31 Joseph Myers <joseph@codesourcery.com>
730 * multilib.am: New file. From automake.
732 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
734 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
736 2018-07-16 Nick Clifton <nickc@redhat.com>
738 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
740 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
742 * config.sub: Sync with upstream version 2018-07-03.
744 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
746 * config.guess: Sync with upstream version 2018-06-26.
747 * config.sub: Sync with upstream version 2018-07-02.
749 2018-06-29 Alexandre Oliva <oliva@adacore.com>
751 * configure.ac: Introduce support for @unless/@endunless.
752 * Makefile.tpl (dep-kind): Rewrite with cond; return
753 postbootstrap in some cases.
754 (make-postboot-dep, postboot-targets): New.
755 (dependencies): Do not output postbootstrap dependencies at
756 first. Output non-target ones changed for configure to depend
757 on stage_last @if gcc-bootstrap, and the original deps @unless
759 * configure.in, Makefile.in: Rebuilt.
761 2018-06-24 Nick Clifton <nickc@redhat.com>
763 * configure: Regenerate.
765 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
767 * libtool.m4: Use AC_LANG_SOURCE.
768 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
769 * README-maintainer-mode: Update version requirements.
771 * test-driver: New file.
772 * configure: Re-generate.
774 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
776 * Makefile.def (fortran): Add check-target-libgomp-fortran.
777 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
778 * Makefile.in: Regenerate.
780 * configure: Regenerate.
782 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
784 * configure.ac: Sync with GCC, remove MPX-related things.
786 2018-05-01 Nick Clifton <nickc@redhat.com>
788 * config.guess: Synchronize with config project master sources.
789 * config.sub: Likewise.
791 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
793 * configure.ac: Added "nfp" target.
794 * configure: Regenerate.
796 2018-02-13 Maciej W. Rozycki <macro@mips.com>
798 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
799 * configure: Regenerate.
801 2018-01-30 Nick Clifton <nickc@redhat.com>
803 * src-release.sh (do_proto_toplev): Add patterns for more junk files
804 to delete before creating the tarball.
806 2018-01-29 Nick Clifton <nickc@redhat.com>
808 * src-release.sh (do_proto_toplev): Strip patch remnant files from
809 the sources before creating the tarball.
811 2018-01-13 Nick Clifton <nickc@redhat.com>
813 * src-release.sh: Update copyright notice. Change reference to devo
814 to be a reference to root.
816 2018-01-10 Nick Clifton <nickc@redhat.com>
818 * config-ml.in: Sync with gcc sources.
819 * config.guess: Likewise.
820 * config.sub: Likewise.
821 * configure.ac: Likewise.
822 * configure: Regenerate.
824 2017-12-14 Nick Clifton <nickc@redhat.com>
826 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
828 2017-12-12 Stafford Horne <shorne@gmail.com>
830 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
831 * configure: Regenerate.
833 2017-09-15 Nick Clifton <nickc@redhat.com>
835 * src-release.sh (LZIPPROG): New define. Provides the name of the
837 (do_lz): New function. Compresses a tarball using the lzip
839 (do_compress): Add support for lzip compression.
840 (usage): Mention -l option.
841 (build_release): Support -l option to invoke lzip compression.
843 2017-09-15 Alan Modra <amodra@gmail.com>
845 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
846 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
847 and sim depending on $tool and $support_files. Echo configure line.
849 2017-09-14 Matt Rice <ratmice@gmail.com>
851 * src-release.sh (do_proto_toplev): Enable gold during release process.
853 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
855 * config.sub: Sync with master version in config project.
857 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
859 * config.sub: Handle ia16 in $basic_machine.
862 * config.bfd: Handle ia16.
865 * configure.tgt: Handle ia16.
868 * configure.tgt: Handle ia16.
870 2017-03-22 Nick Clifton <nickc@redhat.com>
872 * config.sub: Sync with master version in config project.
873 * config.guess: Likewise.
875 2017-01-23 Nick Clifton <nickc@redhat.com>
877 * configure.ac: Update year in copyright notice.
878 Sync from FSF GCC mainline, bringing in the following patches.
879 * Makefile.def: Likewise.
880 * Makefile.tpl: Likewise.
881 * configure: Regenerate.
882 * Makefile.in: Regenerate.
884 2016-12-21 Jakub Jelinek <jakub@redhat.com>
886 * configure.ac: Don't bootstrap libmpx unless --with-build-config
887 includes bootstrap-mpx.
889 2016-12-01 Matthias Klose <doko@ubuntu.com>
891 * configure.ac: Don't use pkg-config to check for bdw-gc.
893 2016-11-30 Matthias Klose <doko@ubuntu.com>
895 * Makefile.def: Remove reference to boehm-gc target module.
896 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
897 options and for the bdw-gc pkg-config module.
899 2016-11-15 Matthias Klose <doko@ubuntu.com>
901 * config-ml.in: Remove references to GCJ.
902 * configure.ac: Likewise.
904 2016-09-30 Jakub Jelinek <jakub@redhat.com>
906 * configure.ac: Add target-libffi to target_libraries.
907 Readd libgcj target disablings, modified to only target-libffi.
908 Readd target addition of go to unsupported languages.
910 2016-09-30 Andrew Haley <aph@redhat.com>
912 * Makefile.def: Remove libjava.
913 * Makefile.tpl: Likewise.
914 * configure.ac: Likewise.
916 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
918 * configure.ac: Disable "sim" directory for arc*-*-*.
920 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
922 * configure.ac: Check for the minimum in-tree MPFR version
925 2016-12-31 Alan Modra <amodra@gmail.com>
927 * config.sub: Import from upstream.
929 2016-12-08 Alan Modra <amodra@gmail.com>
931 * configure: Regenerate.
933 2016-12-02 Josh Conner <joshconner@google.com>
935 * configure.ac: Add fuchsia to targets that use ELF.
936 * configure: Regenerated.
938 2016-11-07 Doug Evans <dje@google.com>
940 * config.sub: Sync with upstream version 2016-11-03.
941 git://git.sv.gnu.org/config.git
942 * config.guess: Sync with upstream version 2016-10-02.
944 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
946 * .gitignore: Add archives and make stamps.
948 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
950 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
951 * configure: Regenerated.
953 2016-06-28 Walter Lee <walt@tilera.com>
955 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
956 * configure: Regenerate.
958 2016-05-28 Alan Modra <amodra@gmail.com>
960 * Makefile.tpl (configure): Depend on m4 files included.
961 * Makefile.in: Regenerate.
963 2016-05-27 Nick Clifton <nickc@redhat.com>
965 * config.guess (Alpha OSF1): Fix typo introduced during the most
966 recent synchronization update.
968 2016-05-23 Nick Clifton <nickc@redhat.com>
970 * Import these patches from the gcc mainline:
972 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
974 * config.guess: Import version 2016-04-02 (newest).
975 * config.sub: Import version 2016-05-10 (newest).
977 2016-04-19 Nick Clifton <nickc@redhat.com>
979 * Import this patch from the GCC mainline:
981 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
984 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
985 and gotools directories. Delete the stage_final file.
986 * Makefile.in: Regenerate.
988 2016-03-17 Cary Coutant <ccoutant@gmail.com>
990 * configure.ac: Add mips and s390 to the gold target check.
991 * configure: Regenerate.
993 2016-02-10 Nick Clifton <nickc@redhat.com>
995 Import these patches from the GCC mainline:
997 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
999 * configure.ac: Enable LTO for DJGPP
1000 * configure: Regenerate
1002 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
1005 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1006 * Makefile.in: Regenerate.
1008 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
1009 Sebastian Pop <s.pop@samsung.com>
1011 * Makefile.in: Regenerate.
1012 * Makefile.tpl: Export ISLVER.
1013 * configure: Regenerate.
1014 * config/isl.m4: Detect isl-0.15.
1016 2016-01-29 Sebastian Pop <s.pop@samsung.com>
1018 * config/isl.m4: Add comments about isl-0.16.
1019 * configure: Regenerate.
1021 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1024 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1026 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1029 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1032 * Makefile.def (mpfr): Disable assembler.
1033 * Makefile.in: Regenerate.
1035 2016-01-11 Nick Clifton <nickc@redhat.com>
1037 Import the following changes from the GCC mainline:
1039 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1041 * configure.ac: Enable libmpx by default.
1042 * configure: Regenerated.
1044 2015-11-19 Martin Liska <mliska@suse.cz>
1046 * .gitignore: Add .clang-format to ignored files.
1047 * Makefile.tpl: Add clang-format.
1048 * Makefile.in: Regenerate.
1050 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1053 * Makefile.def (lang_env_dependencies): Make libffi depend
1055 * Makefile.in: Regenerate.
1057 2015-12-02 Ian Lance Taylor <iant@google.com>
1060 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1061 * Makefile.in: Regenerate.
1063 2015-12-17 Nathan Sidwell <nathan@acm.org>
1065 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1066 * configure: Regenerate.
1068 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1070 * Makefile.in: Replace ISL with isl.
1071 * Makefile.tpl: Same.
1072 * config/isl.m4: Same.
1073 * configure.ac: Same.
1074 * contrib/download_prerequisites: Same.
1075 * configure: Regenerate.
1077 2016-01-01 Ben Elliston <bje@gnu.org>
1079 * config.guess: Import version 2016-01-01.
1080 * config.sub: Likewise.
1082 2015-11-20 Tristan Gingold <gingold@adacore.com>
1084 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1085 * configure: Regenerate.
1087 2015-10-21 Nick Clifton <nickc@redhat.com>
1090 * configure.ac: Note the 'none' is an acceptable argument to
1091 --enable-compressed-debug-sections.
1092 * configure: Regenerate.
1094 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1098 --enable-compressed-debug-sections={all,gas,gold,ld}.
1099 * configure: Regenerated.
1101 2015-09-30 Nick Clifton <nickc@redhat.com>
1103 Import the following patches from the GCC mainline:
1105 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1108 * Makefile.def: Make libgfortran depend on libbacktrace.
1109 * Makefile.in: Regenerate.
1111 2015-08-12 Tom de Vries <tom@codesourcery.com>
1115 * configure.ac: Remove --with_host_libstdcxx support.
1116 * configure: Regenerate.
1118 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1119 Jakub Jelinek <jakub@redhat.com>
1121 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1123 * configure: Regenerate.
1125 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
1128 2015-07-28 Ben Elliston <bje@gnu.org>
1130 * config.sub, config.guess: Import from upstream.
1132 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1134 * Makefile.def (libiconv): Define bootstrap=true.
1135 Mark pdf/html/info as missing.
1136 (configure-gcc): Depend on all-libiconv.
1138 (configure-libcpp): Ditto.
1139 (all-libcpp): Ditto.
1140 (configure-intl): Ditto.
1142 * Makefile.in: Regenerate.
1144 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1147 2015-07-24 Michael Darling <darlingm@gmail.com>
1150 * config-ml.in: Reflects renaming of configure.in to configure.ac
1151 * configure: Likewise
1152 * configure.ac: Likewise
1154 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1156 * Makefile.in: Regenerated.
1159 2015-05-21 Jason Merrill <jason@redhat.com>
1161 * Makefile.tpl: Update comments.
1163 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1165 * Makefile.tpl: Remove surplus whitespace throughout.
1167 2015-03-25 Martin Liska <mliska@suse.cz>
1168 Yury Gribov <y.gribov@samsung.com>
1170 * Makefile.tpl: Fix ln source location for vimrc file.
1172 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1175 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1177 * configure.ac: FT32 target added.
1178 * configure: Regenerate.
1180 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1183 2015-06-02 Jason Merrill <jason@redhat.com>
1186 * configure.ac: Use -std=gnu++98.
1188 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1190 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1191 * configure: Regenerate.
1193 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1195 * configure.ac: Fix typo.
1196 * configure: Regenerate.
1198 2015-05-03 Matthias Klose <doko@ubuntu.com>
1200 * configure.ac: Match $host configured with triplets.
1201 * configure: Regenerate.
1203 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1206 * configure.ac (--enable-stage1-checking): Default to
1207 release,misc,gimple,rtlflag,tree,types if --disable-checking
1208 or --enable-checking is not specified and DEV-PHASE is not
1210 * configure: Regenerated.
1212 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1214 Install back PR target/47230 fix (Revert the revert).
1216 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1218 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1220 * configure: Regenerate.
1222 2015-05-13 John David Anglin <dave.anglin@bell.net>
1224 * configure.ac: Disable configuration of GDB for HPUX targets.
1225 * configure: Regenerate.
1227 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1230 * Makefile.def: Add extra_configure_flags to host zlib.
1231 * configure.ac (extra_host_zlib_configure_flags): New. Set
1232 to --enable-host-shared When bfd is to be built as shared
1234 * Makefile.in: Regenerated.
1236 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1237 Hans-Peter Nilsson <hp@axis.com>
1239 Adjust src-release.sh for sim using the gdb create-version.sh.
1240 * src-release.sh (tar_compress): If there's a fifth parameter,
1241 use that in the getver call instead of $tool.
1242 (sim_release): Pass gdb as fifth parameter to tar_compress.
1243 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1245 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1247 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1248 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1249 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1250 * Makefile.in: Regenerate.
1252 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1254 * configure.ac: Add --with-system-zlib.
1255 * configure: Regenerated.
1257 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1259 * src-release.sh: Don't configure with --with-target-subdir=.
1262 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1264 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1267 2015-03-30 Ed Schouten <ed@nuxi.nl>
1269 * config.sub: Update from upstream, to 2015-03-04 version.
1270 * config.guess: Likewise.
1272 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1274 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1275 * Makefile.in: Regenerated.
1277 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1279 * src-release.sh (do_proto_toplev): Configure with --target
1280 --with-target-subdir and --disable-multilib.
1281 (BINUTILS_SUPPORT_DIRS): Add zlib.
1282 (GAS_SUPPORT_DIRS): Likewise.
1283 (GDB_SUPPORT_DIRS): Likewise.
1284 (SIM_SUPPORT_DIRS): Likewise.
1286 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1288 * configure.ac (target_configdirs): Exclude target-zlib if
1289 target-libjava isn't built.
1290 * configure: Regenerated.
1292 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1295 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1297 * config-ml.in: Robustify ac_configure_args parsing.
1299 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1301 * Makefile.def: Updated from GCC trunk.
1302 * Makefile.tpl: Likewise.
1303 * configure.ac: Likewise.
1304 * Makefile.in: Regenerated.
1305 * configure: Likewise.
1307 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1309 * configure.ac: Add FT32 support.
1310 * configure: Regenerate.
1312 2015-01-12 Anthony Green <green@moxielogic.com>
1314 * configure.ac: Don't disable gprof for moxie.
1315 * configure: Rebuild.
1317 2015-01-03 Andrew Pinski <apinski@cavium.com>
1319 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1320 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1321 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1322 (OBJCOPY_FOR_TARGET): New variable.
1323 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1324 * Makefile.in: Regenerate.
1325 * configure.ac: Check for already installed target objcopy.
1326 Also GCC_TARGET_TOOL on objcopy.
1327 * configure: Regenerate.
1329 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1331 * config.sub: Update from upstream, to 2015-01-01 version.
1332 * config.guess: Ditto.
1334 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1336 * config.sub: Update from upstream config repo.
1338 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1340 * libtool.m4: Updated from GCC trunk.
1342 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1344 * config.guess: Update from upstream config repo.
1345 * config.sub: Ditto.
1347 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1349 * move-if-change: Update from upstream gnulib.
1351 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1353 * compile: Sync with upstream Automake.
1355 * install-sh: Ditto.
1357 * mkinstalldirs: Ditto.
1360 2014-10-15 Tristan Gingold <gingold@adacore.com>
1362 * src-release.sh (do_proto_toplev): Configure with --target.
1364 2014-10-03 Jing Yu <jingyu@google.com>
1366 * configure.ac: Add aarch64 to list of targets that support gold.
1367 * configure: Regenerate.
1369 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1371 * configure.ac: Add mips*-img-elf* target triple.
1372 * configure: Regenerate.
1374 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1375 * configure: Disable gdb for nds32*-*-* until supported.
1376 * configure.ac: Disable gdb for nds32*-*-* until supported.
1378 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1380 * configure: Regenerate.
1382 2014-08-27 Will Newton <will.newton@linaro.org>
1384 * src-release.sh: New file.
1385 * src-release: Remove file.
1387 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1389 GDB not supported for or1k*-*-rtems*
1390 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1391 of the stanzas results in this not being caught by or1k*-*-* later.
1392 * configure. Regenerated.
1394 2014-07-25 Samuel Bronson <naesten@gmail.com>
1396 * .gitattributes: New file for use with git-merge-changelog.
1398 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1400 Disable gdb for or1k*-*-* until supported
1401 * configure.ac (or1k*-*-*): Disable gdb.
1402 * configure: Regenerated.
1404 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1406 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1407 * configure: Regenerated.
1409 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1412 * Makefile.def: Set bootstrap=true; for host fixincludes.
1413 * configure.ac: Don't bootstrap host fixincludes unless
1414 --with-build-config=bootstrap-{a,ub}san.
1415 * Makefile.in: Regenerated.
1416 * configure: Regenerated.
1418 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1420 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1421 --enable-vtable-verify option parsing. Don't add
1422 target-libsanitizer to bootstrap_target_libs unless
1423 --with-build-config=bootstrap-asan or
1424 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1425 to bootstrap_target_libs unless --enable-vtable-verify.
1426 * configure: Regenerated.
1428 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1431 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1432 -I for libstdc++-v3 includes if $(LEAN).
1433 * Makefile.in: Regenerated.
1435 2014-02-24 Walter Lee <walt@tilera.com>
1437 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1438 (tilegx-*-*): Change to tilegx*-*-*.
1439 * configure: Regenerate.
1441 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1443 * config.sub, config.guess: Import from upstream.
1445 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1448 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1449 * Makefile.in: Regenerate.
1451 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1453 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1454 for WINDRES_FOR_TARGET in default-manifest.o rule.
1455 * Makefile.in: Regenerate.
1457 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1460 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1463 2013-12-19 Keven Boell <keven.boell@intel.com>
1465 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1466 nested lookups for fortran modules.
1467 * dwarf2read.c (read_module): Add fortran module to
1469 (add_partial_symbol, add_partial_module): Add fortran
1470 module to the partial symbol table.
1471 (new_symbol_full): Create full symbol for fortran module.
1472 * f-exp.y (yylex): Add new module domain to be parsed.
1473 * symtab.h: New domain for fortran modules.
1475 2013-12-19 Keven Boell <keven.boell@intel.com>
1477 * f-exp.y (yylex): Add domain array to enable lookup
1478 in multiple domains. Loop over lookup domains and try
1479 to find requested symbol. Add STRUCT_DOMAIN to lookup
1480 domains to be able to query for user defined types.
1482 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1484 * configure.ac: Add user-friendly check for native x86_64-linux
1486 * configure: Regenerate.
1488 2013-11-23 Alan Modra <amodra@gmail.com>
1490 * config.sub, config.guess: Import from upstream.
1492 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1494 * Makefile.in: Regenerate.
1496 * Makefile.tpl: Fix typo.
1497 * Makefile.in: Regenerate partially.
1499 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1501 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1503 * configure: Regenerated.
1505 2013-10-30 Jason Merrill <jason@redhat.com>
1507 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1508 --disable-build-format-warnings.
1510 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1512 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1513 depend on libstdc++ and libgcc.
1514 * configure: Regenerate.
1515 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1516 libcilkrts for POSIX and i*86, and x86_64 architectures.
1517 * Makefile.in: Added libcilkrts related fields to support building it.
1519 2013-10-26 Jeff Law <law@redhat.com>
1521 * Makefile.def (target_modules): Remove libmudflap
1522 (languages): Remove check-target-libmudflap).
1523 * Makefile.in: Rebuilt.
1524 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1525 * configure.ac (target_libraries): Remove target-libmudflap.
1526 Remove checks which disabled libmudflap on some systems.
1527 * configure: Rebuilt.
1528 * libmudflap: Directory removed.
1530 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1532 * configure.ac: Update from GCC.
1533 * configure: Regenerate.
1535 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1537 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1538 files in SUPPORT_FILES.
1539 (SIM_SUPPORT_DIRS): New variable.
1540 (sim.tar.bz2): New rule.
1542 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1544 * configure.ac: Update from GCC.
1545 * configure: Regenerate.
1547 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1549 * COPYING.NEWLIB: Update with new copyright.
1551 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1553 * configure.ac: Update from GCC.
1554 * configure: Regenerate.
1556 2013-09-20 Alan Modra <amodra@gmail.com>
1558 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1559 ppc host match. Support little-endian powerpc linux hosts.
1561 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1563 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1564 strip the "-cvs" suffix from the version number if present.
1566 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1568 * configure.ac: Sync with GCC repo.
1569 * Makefile.def: Ditto.
1570 * configure: Regenerate.
1571 * Makefile.in: Ditto.
1573 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1575 * src-release (VER): Use $(TOOL)/common/create-version.sh
1578 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1580 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1581 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1582 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1583 * configure: Regenerate.
1585 2013-06-01 George Thomas <george.thomas@atmel.com>
1587 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1588 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1590 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1592 * COPYING.NEWLIB: Add Altera Corporation copyright.
1594 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1596 * config.guess: Update from config repo.
1597 * config.sub: Ditto.
1599 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1601 * Makefile.def: Sync with GCC.
1602 * Makefile.in: Regenerate.
1604 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1606 * configure.ac: Sync with GCC.
1607 * configure: Regenerate.
1609 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1611 * src-release (VER): Change bfd/configure.in sed to use the new
1612 `bfd/configure --version` output.
1614 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1616 * configure.ac: Sync with GCC repo.
1619 2013-02-05 Ian Lance Taylor <iant@google.com>
1622 * configure.ac: Disable libgo on some systems where it does not
1624 * configure: Rebuild.
1626 2013-02-05 Alan Modra <amodra@gmail.com>
1628 * configure: Regenerate after syncing config/.
1630 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1632 * configure.ac: Sync with GCC repo.
1634 * Makefile.def: Ditto.
1635 * Makefile.in: Ditto.
1637 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1639 Sync with GCC, merge:
1641 2013-01-09 Jason Merrill <jason@redhat.com>
1643 * .gitignore: Import from gdb repository.
1645 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1647 * config.sub: Update from config repo.
1649 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1651 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1652 * Makefile.in: Regenerate.
1654 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1656 * Makefile.def (configure-gcc): Depend on all-gmp.
1657 (all-gcc): Remove dependency on all-gmp.
1658 * Makefile.in: Regenerated.
1660 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1662 * config.guess: Update from config repo.
1663 * config.sub: Ditto.
1665 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1667 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1668 exists and replace the new bfin license in its location.
1670 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1673 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1674 all-ld and all-gold depend on all-gas.
1675 * Makefile.in: Regenerated.
1677 2012-12-29 Ben Elliston <bje@gnu.org>
1679 * config.guess: Update to 2012-12-29 version.
1680 * config.sub: Likewise.
1682 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1684 * Makefile.def (install-target-libgo): Depend on
1685 install-target-libatomic. Merged from GCC repo.
1686 * Makefile.in: Regenerate.
1688 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1690 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1692 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1694 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1695 * configure: Regenerate.
1697 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1699 * Makefile.def (target_modules): Add bootstrap=true and
1700 raw_cxx=true to libsanitizer.
1701 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1702 * Makefile.in: Regenerated.
1703 * configure: Likewise.
1705 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1707 * config.sub: Merge from config repo.
1709 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1711 * configure.ac: Merge from GCC.
1712 * Makefile.tpl: Ditto.
1713 * Makefile.in: Ditto.
1716 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1718 * configure.ac (noconfigdirs): Merge from GCC.
1719 * configure: Regenerate.
1721 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1723 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1725 2012-11-14 Roland McGrath <mcgrathr@google.com>
1727 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1728 * configure: Regenerate.
1730 2012-11-13 Richard Henderson <rth@redhat.com>
1732 * configure.ac: Move libsanitizer logic to subdirectory.
1733 * configure: Regenerate.
1735 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1737 * configure.ac: Enable libsanitizer just on x86 linux for now.
1738 * configure: Re-generate.
1740 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1742 * configure.ac: Merge libquadmath sections.
1743 * configure: Regenerate.
1745 2012-11-12 Wei Mi <wmi@google.com>
1747 * configure.ac: Add libsanitizer to target_libraries.
1748 * Makefile.def: Ditto.
1749 * configure: Regenerate.
1750 * Makefile.in: Regenerate.
1752 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1754 * configure: Regenerated.
1756 2012-11-03 Robert Mason <rbmj@verizon.net>
1758 * configure.ac: add --disable-libstdcxx configure option
1759 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1761 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1763 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1764 against Mingw64 w32api.
1765 * configure: Regenerate.
1767 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1770 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1771 * configure: Regenerate.
1773 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1776 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1777 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1778 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1779 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1780 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1781 * Makefile.in: Regenerate.
1782 * configure.ac (have_static_libs): New variable and associated check.
1783 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1784 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1785 * configure: Regenerate.
1787 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1789 * config.guess, config.sub: Include updated version from
1790 config-patches. Adds microblaze little endian support.
1792 2012-09-28 Ian Lance Taylor <iant@google.com>
1794 * Makefile.def: Make all-target-libgo depend on
1795 all-target-libbacktrace.
1796 * Makefile.in: Rebuild.
1798 2012-09-26 Ian Lance Taylor <iant@google.com>
1800 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1801 * Makefile.in: Rebuild.
1803 2012-09-06 Diego Novillo <dnovillo@google.com>
1805 * configure.ac: Bump minimum GMP version to 4.2.3.
1806 * configure: Re-generate.
1808 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1811 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1812 target-libgloss if not configured --with-avrlibc=no.
1813 * configure: Regenerate.
1815 2012-09-04 Jason Merrill <jason@redhat.com>
1817 * configure.ac: Fix --enable-languages=all.
1819 2012-09-03 Richard Guenther <rguenther@suse.de>
1822 * configure.ac: Re-organize ISL / CLOOG checks to allow
1823 disabling with either --without-isl or --without-cloog.
1824 * configure: Regenerated.
1826 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1828 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1829 * configure: Regenerate.
1831 2012-09-21 Steve Ellcey <sellcey@mips.com>
1833 * configure.ac: Add mips*-mti-elf* target.
1834 * configure: Regenerate.
1836 2012-09-19 Ian Lance Taylor <iant@google.com>
1838 * configure.ac (host_libs): Add libbacktrace.
1839 (target_libraries): Add libbacktrace.
1840 * Makefile.def (host_modules): Add libbacktrace.
1841 (target_modules): Likewise.
1842 * configure, Makefile.in: Rebuild.
1844 2012-09-15 Jiong Wang <jiwang@tilera.com>
1846 * configure.ac (ENABLE_GOLD): support tilegx*
1847 * configure: rebuild
1849 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1852 Merge upstream change.
1853 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1855 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1856 Add libgomp*.o to compare_exclusions for AIX.
1857 * configure: Regenerate.
1859 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1862 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1864 * Makefile.in: Regenerated.
1866 2012-08-14 Diego Novillo <dnovillo@google.com>
1868 Merge from cxx-conversion branch.
1870 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1871 POSTSTAGE1_CONFIGURE_FLAGS.
1872 * Makefile.in: Regenerate.
1873 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1874 Force C++ when bootstrapping.
1875 * configure: Regenerate.
1877 2012-07-06 Richard Guenther <rguenther@suse.de>
1879 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1880 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1882 * Makefile.in: Regenerated.
1883 * configure: Likewise.
1885 2012-07-06 Richard Guenther <rguenther@suse.de>
1887 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1888 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1889 supply V=1 as extra_make_flags.
1890 * configure: Regenerated.
1891 * Makefile.in: Likewise.
1893 2012-07-03 Richard Guenther <rguenther@suse.de>
1895 * Makfile.def (isl): Remove not necessary extra_exports and
1897 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1898 * Makefile.in: Regenerated.
1900 2012-07-03 Richard Guenther <rguenther@suse.de>
1902 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1903 * configure.ac: If either the ISL or the CLooG check failed
1904 do not try to build in-tree versions.
1905 * Makefile.in: Regenerated.
1906 * configure: Regenerated.
1908 2012-07-02 Richard Guenther <rguenther@suse.de>
1909 Michael Matz <matz@suse.de>
1910 Tobias Grosser <tobias@grosser.es>
1911 Sebastian Pop <sebpop@gmail.com>
1913 * Makefile.def: Add ISL host module, remove PPL host module.
1914 Adjust ClooG host module to use the proper ISL.
1915 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1916 * configure.ac: Include config/isl.m4. Add ISL host library,
1917 remove PPL. Remove PPL configury, add ISL configury, adjust
1919 * Makefile.in: Regenerated.
1920 * configure: Likewise.
1922 2012-07-02 Richard Guenther <rguenther@suse.de>
1924 Merge from graphite branch
1925 2011-07-21 Tobias Grosser <tobias@grosser.es>
1927 * configure: Regenerated.
1928 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1929 both cloog.org and legacy versions. The only supported version will
1930 be CLooG with the isl backend.
1932 2011-07-21 Tobias Grosser <tobias@grosser.es>
1934 * configure: Regenerated.
1935 * configure.ac: Require cloog isl 0.17.0
1937 2011-07-21 Tobias Grosser <tobias@grosser.es>
1939 * configure: Regenerated.
1940 * config/cloog.m4: Do not define CLOOG_ORG
1942 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1944 * configure.ac: Skip C if explicitly selected.
1945 * configure: Regenerate.
1947 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1949 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1951 * configure: Regenerate.
1953 2012-06-20 Jason Merrill <jason@redhat.com>
1955 * Makefile.tpl (check-target-libgomp-c++): New.
1956 (check-target-libitm-c++): New.
1957 * Makefile.def (c++): Add them.
1958 * Makefile.in: Regenerate.
1960 2012-05-16 Olivier Hainque <hainque@adacore.com>
1962 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1963 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1964 (install-no-fixedincludes): Adjust accordingly.
1965 * Makefile.in: Regenerate.
1967 2012-05-09 Nick Clifton <nickc@redhat.com>
1968 Paul Smith <psmith@gnu.org>
1971 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1972 allow for the fact that from release v3.1.0 of MPFR the source
1973 files were moved into a src sub-directory.
1974 * configure: Regenerate.
1976 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1978 * configure.ac: Bump minimum MPFR version to 2.4.0.
1979 * configure: Regenerated.
1981 2012-05-01 Richard Henderson <rth@redhat.com>
1983 * Makefile.def (libatomic): New target_module.
1984 * configure.ac (target_libraries): Add libatomic.
1985 (noconfigdirs): Check if libatomic is supported.
1986 * Makefile.in, configure: Rebuild.
1988 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1990 Merge upstream change
1991 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1993 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1995 * libtool.m4: Additional FreeBSD 10 fixes.
1997 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1999 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2001 * configure: Regenerate.
2003 2012-05-14 Catherine Moore <clm@codesourcery.com>
2005 * NEWS: Mention PowerPC VLE port.
2007 2012-05-11 Mike Frysinger <vapier@gentoo.org>
2009 * MAINTAINERS (config/): Move to intl/ section.
2010 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
2012 2012-05-09 Nick Clifton <nickc@redhat.com>
2013 Paul Smith <psmith@gnu.org>
2016 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2017 allow for the fact that from release v3.1.0 of MPFR the source
2018 files were moved into a src sub-directory.
2019 * configure: Regenerate.
2021 2012-05-02 Roland McGrath <mcgrathr@google.com>
2023 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2024 * configure: Regenerate.
2026 2012-04-25 Joel Brobecker <brobecker@adacore.com>
2028 * config.sub: Update to 2012-04-18 version from official repo.
2030 2012-03-19 Tristan Gingold <gingold@adacore.com>
2032 * configure.ac (ia64*-*-*vms*): Add support for ld.
2033 * configure: Regenerate.
2035 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2037 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2038 (unsupported_languages): Remove mips-sgi-irix6.*.
2039 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2040 (with_stabs): Remove.
2041 * configure: Regenerate.
2043 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2045 * configure.ac (enable_libgomp): Remove *-*-osf*.
2046 (with_stabs): Remove alpha*-*-osf*.
2047 * configure: Regenerate.
2049 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2051 * COPYING.NEWLIB: Modify DJ Delorie license to include
2052 modification rights in clause as permitted by DJ Delorie.
2053 * COPYING.LIBGLOSS: Ditto.
2055 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2057 * COPYING.NEWLIB: Remove two unused licenses.
2059 2012-03-05 Tristan Gingold <gingold@adacore.com>
2061 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2062 * configure: Regenerate.
2064 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
2066 * COPYING.NEWLIB: Add Adapteva notice.
2067 * COPYING.LIBGLOSS: Add Adapteva notice.
2069 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2071 * configure: Regenerate.
2073 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
2075 * COPYING.LIBGLOSS: Add GPL with exception license.
2077 2011-11-09 Roland McGrath <mcgrathr@google.com>
2079 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2080 * configure: Rebuild.
2081 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2082 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2083 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2084 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2085 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2087 * Makefile.in: Rebuild.
2089 2011-11-08 Richard Henderson <rth@redhat.com>
2091 * configure.ac: Test for libitm directory present first.
2093 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2095 * configure.ac: Test libitm/configure.tgt to disable libitm.
2096 * configure: Rebuild.
2098 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2100 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2101 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2102 * Makefile.in: Regenerate.
2104 2011-11-01 DJ Delorie <dj@redhat.com>
2106 * configure.ac (rl78-*-*) New case.
2107 * configure: Regenerate.
2109 2011-11-01 DJ Delorie <dj@redhat.com>
2111 * config.sub: Update to version 2011-10-29 (added rl78)
2113 2011-10-27 Nick Clifton <nickc@redhat.com>
2115 * config.sub: Import these changes from the config project:
2117 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2118 Ben Elliston <bje@gnu.org>
2120 * config.sub (epiphany): New.
2122 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2123 Ben Elliston <bje@gnu.org>
2125 * config.sub (hexagon, hexagon-*): New.
2127 2011-08-23 Roland McGrath <mcgrathr@google.com>
2129 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2132 2011-08-16 Roland McGrath <mcgrathr@google.com>
2134 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2135 (nacl): Grok as alias for 32el-unknown-nacl.
2137 2011-08-19 Joel Brobecker <brobecker@adacore.com>
2139 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
2141 2011-08-14 Yao Qi <yao@codesourcery.com>
2145 2011-08-14 Yao Qi <yao@codesourcery.com>
2146 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2147 * configure: Regenerate.
2149 2011-07-26 Ian Lance Taylor <iant@google.com>
2153 2011-07-26 Ian Lance Taylor <iant@google.com>
2154 * configure.ac: Set have_compiler based on whether gcc directory
2155 exists, rather than on whether gcc is in configdirs.
2156 * configure: Rebuild.
2158 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2159 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2161 * Makefile.in: Rebuild.
2163 2011-07-20 Ian Lance Taylor <iant@google.com>
2165 * configure.ac: Move --enable-bootstrap handling earlier in file.
2166 If --enable-bootstrap and either --enable-build-with-cxx or
2167 --enable-build-poststage1-with-cxx, enable C++ automatically.
2168 * configure: Rebuild.
2170 2011-07-19 Ian Lance Taylor <iant@google.com>
2171 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2172 make C++ a boot_language. Set and substitute
2173 POSTSTAGE1_CONFIGURE_FLAGS.
2174 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2175 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2176 * configure, Makefile.in: Rebuild.
2178 2011-07-16 Jason Merrill <jason@redhat.com>
2179 * Makefile.def (language=c++): Add check-c++0x and
2180 check-target-libmudflap-c++.
2181 * Makefile.tpl (check-target-libmudflap-c++): New.
2182 * Makefile.in: Regenerate.
2184 2011-07-16 Matthias Klose <doko@ubuntu.com>
2185 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2186 * Makefile.def (target_modules/libjava): Pass
2187 $(EXTRA_CONFIGARGS_LIBJAVA).
2188 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2189 if not configured with --enable-static-libjava.
2190 * Makefile.in: Regenerate.
2191 * configure: Likewise.
2193 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2199 * configure.ac (target_libraries): Remove target-libiberty.
2200 Remove case-statement setting skipdirs=target-libiberty for
2201 multiple targets. Remove checking target_configdirs and
2202 removing target-libiberty but keeping target-libgcc if
2204 * Makefile.def (target_modules): Don't add libiberty.
2205 (dependencies): Remove all traces of target-libiberty.
2206 * configure, Makefile.in: Regenerate.
2208 2011-07-22 Jason Merrill <jason@redhat.com>
2210 * Makefile.def (language=c++): Add check-c++0x and
2211 check-target-libmudflap-c++.
2212 * Makefile.tpl (check-target-libmudflap-c++): New.
2213 * Makefile.in: Regenerate.
2215 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2217 * configure: Regenerate.
2219 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2222 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2223 x86_64-*-solaris2.1[0-9]*.
2224 * configure: Regenerate.
2226 2011-06-13 Walter Lee <walt@tilera.com>
2228 * configure.ac (tilepro-*-*) New case.
2229 (tilegx-*-*): Likewise.
2230 * configure: Regenerate.
2232 2011-06-06 Nick Clifton <nickc@redhat.com>
2234 * config.sub: Sync from upstream.
2236 2011-05-08 Doug Kwan <dougkwan@google.com>
2240 2011-05-08 Doug Kwan <dougkwan@google.com>
2242 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2243 * configure: Regenerated.
2244 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2245 value from configure.
2246 * Makefile.in: Regenerated.
2248 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2250 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2251 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2252 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2253 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2254 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2255 *-*-vxworks*): Disable newlib and libgloss in separate case
2257 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2258 to separate case statement.
2259 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2260 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2261 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2262 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2263 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2264 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2265 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2266 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2267 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2268 i[[3456789]]86-*-rdos*, m32r-*-*,
2269 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2270 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2271 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2272 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2273 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2274 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2275 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2276 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2277 and libgloss in main case over targets. Remove most empty cases
2278 in main case over targets.
2279 * configure: Regenerate.
2281 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2283 * configure.ac: Remove code setting special library locations for
2284 hppa*64*-*-hpux11*. Remove code setting compiler for
2285 sparc-sun-solaris2*.
2286 * configure: Regenerate.
2288 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2290 * configure.ac: Separate libgloss_dir settings from general case
2292 * configure: Regenerate.
2294 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2296 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2297 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2298 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2299 cases in libgcj-disabling case statement.
2300 (hppa*64*-*-linux*): Set unsupported_languages instead of
2301 disabling target-zlib.
2302 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2303 to hppa*64*-*-hpux*.
2304 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2306 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2307 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2308 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2309 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2310 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2311 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2312 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2313 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2314 libgcj-disabling case statement.
2315 * configure: Regenerate.
2317 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2319 * configure.ac: Disable Java for targets not supporting libffi.
2320 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2321 Remove cases in Java-disabling statement.
2322 (*arm-wince-pe): Change to arm-wince-pe.
2323 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2324 cases in Java-disabling statement.
2325 (bfin-*-*): Don't disable Java again.
2326 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2327 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2328 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2329 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2330 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2331 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2332 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2333 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2334 Java-disabling statement.
2335 (mmix-*-*): Don't disable Java again.
2336 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2337 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2338 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2339 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2340 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2342 * configure: Regenerate.
2344 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2348 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2351 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2352 * configure: Regenerate.
2354 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2356 * configure.ac: Separate cases disabling Java and Java libraries
2357 from general case over targets.
2358 * configure: Regenerate.
2360 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2362 * configure.ac (build_tools): Remove build-byacc.
2363 (host_libs): Remove mmalloc.
2364 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2365 autoconf automake libtool diff rcs fileutils shellutils time
2366 textutils wdiff find uudecode hello tar gzip indent recode release
2367 sed perl gawk findutils gettext zip.
2368 (libgcj): Remove target-qthreads.
2369 (target_tools): Remove target-examples target-gperf.
2370 (YACC): Don't handle building byacc.
2371 * configure: Regenerate.
2372 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2373 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2374 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2375 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2376 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2377 handle building components.
2378 * Makefile.in: Regenerate.
2380 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2382 * config.sub: Sync from upstream.
2384 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2386 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2387 (microblaze*): Don't disable libssp.
2388 * configure: Regenerate.
2390 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2392 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2394 * configure: Regenerate.
2395 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2396 * Makefile.in: Regenerate.
2398 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2400 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2401 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2402 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2403 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2404 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2405 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2406 md_exec_prefix cases.
2407 * configure: Regenerate.
2409 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2411 * configure.ac: Separate cases disabling target-libssp,
2412 target-libiberty, target-libstdc++-v3 and Fortran from general
2414 * configure: Regenerate.
2416 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2418 * configure.ac (*-*-chorusos): Don't disable libgcj.
2419 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2421 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2422 (arm-*-coff): Don't disable libgcj.
2423 (arm*-*-linux-gnueabi): Remove useless assignment.
2424 (arm-*-riscix*): Don't disable libgcj.
2425 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2427 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2428 (c54x*-*-*): Remove case.
2429 (tic54x-*-*): Don't disable GCC or GCC libraries.
2430 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2432 (d10v-*-*): Don't disable GCC libraries.
2433 (d30v-*-*): Don't disable libgcj.
2434 (h8500-*-*): Don't disable GCC libraries.
2435 (i960-*-*): Don't disable libgcj.
2436 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2437 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2438 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2440 (m68k-*-coff*): Remove case.
2441 (mmix-*-*): Don't disable libgloss on host.
2442 (mn10200-*-*, mn10300-*-*): Remove cases.
2443 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2444 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2445 Don't disable libgcj.
2446 (romp-*-*): Remove case.
2447 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2448 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2450 (v810-*-*): Don't disable GCC libraries.
2451 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2452 (ip2k-*-*): Don't disable GCC libraries.
2453 * configure: Regenerate.
2455 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2457 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2459 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2461 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2462 * configure: Regenerate.
2464 2011-03-26 John Marino <binutils@marino.st>
2466 * configure.ac: Add support for *-*-dragonfly*
2467 * configure: Regenerate.
2469 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2471 * configure.ac (native_only): Remove.
2472 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2473 send-pr uudecode guile gnuserv on host.
2474 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2475 send-pr rcs guile perl texinfo libtool on host.
2476 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2477 automake send-pr rcs guile perl texinfo libtool on host.
2478 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2479 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2480 (alpha*-dec-osf*): Don't disable fileutils on target.
2481 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2482 texinfo send-pr expect dejagnu on target.
2483 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2484 target-qthreads on target.
2485 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2486 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2487 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2488 x86_64-*-mingw*): Don't disable expect on target.
2489 (*-*-cygwin*): Don't disable target-gperf on target.
2490 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2492 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2494 * configure: Regenerate.
2496 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2498 * configure.ac (target_tools): Remove target-groff.
2499 (native_only): Remove target-groff.
2500 (hppa*64*-*-*): Don't disable byacc.
2501 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2503 (*-*-kaos*): Don't skip target-librx and target-groff.
2504 (*-*-netware*): Don't skip target-libmudflap.
2505 (*-*-tpf*): Don't skip target-libmudflap.
2506 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2507 directories on the host.
2508 (ia64*-*-*vms*): Don't skip tix.
2509 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2511 * configure: Regenerate.
2513 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2515 * configure.ac: Remove references to mt-mep, mt-netware,
2517 * Makefile.def: Add all-utils soft dependencies.
2518 * Makefile.tpl: Remove GDB_NLM_DEPS.
2519 * configure: Regenerate.
2520 * Makefile.in: Regenerate.
2522 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2526 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2528 * configure.ac: Do not include mh-x86omitfp.
2529 * configure: Regenerate.
2531 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2533 * configure.ac: Remove empty cases.
2534 * configure: Regenerate.
2536 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2538 * Makefile.def: Add dependency from termcap to gdb.
2539 * Makefile.in: Regenerate.
2541 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2543 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2544 * configure: Regenerate.
2545 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2546 * Makefile.tpl: Likewise.
2547 * Makefile.in: Regenerate.
2549 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2551 * configure.ac: Remove all mentions of tentative_cc.
2552 * configure: Regenerate.
2554 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2557 * configure.ac: Re-enable LTO on *-apple-darwin9.
2558 * configure: Regenerate.
2560 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2562 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2563 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2564 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2565 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2566 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2567 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2568 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2569 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2570 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2571 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2572 *-*-rhapsody*): Remove host cases.
2573 * configure: Regenerate.
2575 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2577 * configure.ac (ppc*-*-pe): Remove host case.
2578 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2579 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2580 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2582 * configure: Regenerate.
2584 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2586 * config.sub: Update to version 2011-03-23.
2588 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2590 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2591 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2592 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2593 * configure: Regenerate.
2595 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2597 * config-ml.in: Don't handle arc-*-elf*.
2598 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2599 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2600 handle GCC libraries.
2601 * configure: Regenerate.
2603 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2606 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2607 Add -lstdc++ -lm to LIBS.
2608 * configure: Regenerate.
2610 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2612 * config.guess: Update to version 2011-02-02
2613 * config.sub: Update to version 2011-02-24
2615 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2617 * configure.ac: Adjust test of with_ppl.
2618 * configure: Regenerated.
2620 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2622 * configure.ac: Add -lpwl to ppllibs.
2623 * config/cloog.m4: Add -lisl to clooglibs.
2624 * configure: Regenerated.
2626 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2628 Import from Libtool and gnulib:
2630 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2632 Prepare for supporting FreeBSD 10.
2633 * config.rpath: Remove handling of freebsd1* which soon would
2636 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2638 Remove support for FreeBSD 1.x.
2639 * libtool.m4 (_LT_LINKER_SHLIBS)
2640 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2641 soon would incorrectly match FreeBSD 10.0.
2643 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2646 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2647 (move-if-change): Comes from gnulib.
2648 * move-if-change: Import version from gnulib.
2650 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2654 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2657 * Makefile.def (lto-plugin): Double dash for enable-shared.
2658 (configure-gcc): Depend on all-lto-plugin.
2659 * Makefile.in: Rebuilt.
2661 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2663 * configure.ac: Remove extra bracket.
2664 * configure: Regenerate.
2666 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2669 * Makefile.def: Add dependency for install-gcc
2670 on install-lto-plugin.
2671 * Makfile.in: Regenerated
2673 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2675 * configure.ac: If with_ppl is no, move setting with_cloog=no
2676 after CLOOG_REQUESTED check.
2677 * configure: Regenerated.
2679 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2681 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2682 CLooG has been requested.
2683 * configure: Regenerated.
2685 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2687 * configure: Regenerated.
2688 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2690 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2692 * configure: Regenerated.
2693 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2695 2011-01-07 Jan Hubicka <jh@suse.cz>
2698 * Makefile.in: Regenerate.
2699 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2702 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2705 * configure.ac: Discard --with-* flags for host when configuring
2706 target libraries for cross build.
2707 * configure: Rebuilt.
2709 2011-01-21 Andreas Schwab <schwab@redhat.com>
2713 2011-01-21 Andreas Schwab <schwab@redhat.com>
2715 * configure.ac: Use AS_HELP_STRING throughout.
2716 * configure: Regenerate.
2718 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2720 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2721 * configure: Regenerate.
2723 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2725 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2727 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2729 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2731 * configure: Regenerate.
2733 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2736 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2738 * configure.ac: (picochip): Disable libiberty.
2739 * configure: Regenerate.
2741 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2743 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2745 2010-12-10 Ian Lance Taylor <iant@google.com>
2748 * configure.ac: For --disable-libgcj clear libgcj_saved.
2749 * configure: Rebuild.
2751 2010-12-10 Tobias Burnus <burnus@net-b.de>
2754 * configure.ac: Add --disable-libquadmath and
2755 --disable-libquadmath-support.
2756 * configure: Regenerate.
2758 2010-12-10 Tristan Gingold <gingold@adacore.com>
2760 * src-release (ETC_SUPPORT): add gnu-oids.texi
2762 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2765 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2766 * configure: Regenerate.
2768 2010-12-02 Ian Lance Taylor <iant@google.com>
2770 * configure.ac: Always set default for poststage1_ldflags to
2771 -static-libstdc++ -static-libgcc.
2773 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2775 * COPYING.NEWLIB: Add National Semiconductor notice.
2777 2010-11-29 Andreas Schwab <schwab@redhat.com>
2779 * configure.ac: Move comment to remove extra space in last argument
2782 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2785 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2786 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2787 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2788 (BASE_FLAGS_TO_PASS): Use it.
2789 * configure: Rebuilt.
2790 * Makefile.in: Rebuilt.
2792 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2795 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2796 Properly check default linker.
2797 * configure: Regnerated.
2799 2010-11-23 Matthias Klose <doko@ubuntu.com>
2801 * configure.ac: For --enable-gold, handle value `default' instead of
2802 `both*'. New configure option --{en,dis}able-ld.
2803 * configure: Regenerate.
2805 2010-11-20 Ian Lance Taylor <iant@google.com>
2807 * configure.ac: Only disable a language library if no language needs
2808 it. Don't let --disable-libgcj uncondtionally disable libffi.
2809 * configure: Rebuild.
2811 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2813 * configure: Regenerate.
2815 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2818 * configure.ac: Fix just-built in-tree STRIP name to be
2820 * configure: Regenerate.
2821 * Makefile.def (install-strip-gcc, install-strip-binutils)
2822 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2823 (install-strip-sid): Mirror dependencies on non-strip variants
2824 of these targets on the respective -strip prerequisites.
2825 * Makefile.tpl (install-strip, install-strip-host)
2826 (install-strip-target): New targets.
2827 (install-strip-[+module+], install-strip-target-[+module+]):
2829 * Makefile.in: Regenerate.
2831 2010-11-19 Ian Lance Taylor <iant@google.com>
2832 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2834 * configure.ac: Add target-libgo to target_libraries. Set
2835 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2836 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2837 (HOST_EXPORTS): Add GOC.
2838 (BASE_TARGET_EXPORTS): Add GOC.
2839 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2840 (GOCFLAGS_FOR_TARGET): New variable.
2841 (EXTRA_HOST_FLAGS): Add GOC.
2842 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2843 * Makefile.def (target_modules): Add libgo.
2844 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2845 (dependencies): Add dependency from configure-target-libgo to
2846 configure-target-libffi and all-target-libstdc++-v3. Add
2847 dependencies from all-target-libgo to all-target-libffi.
2848 (languages): Add go.
2849 * configure: Rebuild.
2850 * Makefile.in: Rebuild.
2852 2010-11-19 Ian Lance Taylor <iant@google.com>
2854 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2855 compiler/flag environment variables.
2857 2010-11-18 Ian Lance Taylor <iant@google.com>
2859 * configure.ac: Check for lang_requires_boot_languages in
2860 config-lang.in files.
2861 * configure: Rebuild.
2863 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2865 * .gitignore: New file.
2867 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2868 Tobias Burnus <burnus@net-b.de>
2871 * Makefile.def: Add libquadmath; build it with language=fortran.
2872 * configure.ac: Add libquadmath.
2873 * Makefile.tpl: Handle multiple libs in check-[+language+].
2874 * Makefile.in: Regenerate.
2875 * configure: Regenerate.
2877 2010-11-15 Andreas Schwab <schwab@redhat.com>
2879 * configure.ac: Fix spelling in option names.
2880 * configure: Regenerated.
2882 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2885 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2886 * configure: Regenerated.
2888 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2890 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2891 define the cloog backend to use. Furthermore, only pass the ppllibs to
2892 the configure checks, if necessary.
2893 * configure: Regenerate.
2895 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2897 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2898 * configure: regenerate
2900 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2902 * config/cloog.m4: Fix typo. verison -> version.
2903 * configure: Regenerate.
2905 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2907 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2908 * configure: Regenerate.
2910 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2912 * configure.ac: Support official CLooG.org versions.
2913 * configure: Regenerate.
2914 * config/cloog.m4: New.
2916 2010-11-05 Michael Eager <eager@eagercon.com>
2918 * COPYING.LIBGLOSS: Correct typo in microblaze.
2919 * COPYING.NEWLIB: Same.
2921 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2923 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2924 * configure: Regenerate.
2926 2010-11-03 Ian Lance Taylor <iant@google.com>
2927 Dave Korn <dave.korn.cygwin@gmail.com>
2930 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2931 and on other supported platforms whenever LTO is enabled.
2932 * configure: Rebuild.
2934 2010-11-02 Alan Modra <amodra@gmail.com>
2937 * configure.ac: Error when source path contains spaces.
2938 * configure: Regenerate.
2940 2010-10-20 Ian Lance Taylor <iant@google.com>
2942 * Makefile.def (target_modules): Set lib_path to src/.libs for
2943 libstdc++-v3 module.
2944 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2945 * Makefile.in: Rebuild.
2947 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2948 Joseph Myers <joseph@codesourcery.com>
2950 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2952 * COPYING.NEWLIB: Add Texas Instruments notice.
2954 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2956 * configure.ac (build_lto_plugin): New shell variable.
2957 (--enable-lto): Turn on by default for all non-ELF platforms that
2958 have had LTO support added so far. Set build_lto_plugin appropriately
2959 for both ELF and non-ELF.
2960 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2961 * configure: Regenerate.
2963 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2967 * configure.ac: Honor initial values of $build_configargs,
2968 $host_configargs, $target_configargs. Mark the precious, so
2969 environment settings get recorded.
2970 * configure: Regenerate.
2972 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2976 2010-09-30 Michael Eager <eager@eagercon.com>
2978 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2979 * configure: Regenerate.
2981 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2983 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2984 targets and amend comment.
2985 * configure: Regenerate.
2987 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2989 * configure.ac: Enable LTO by default on Darwin.
2990 * configure: Regenerate.
2992 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2995 * configure.ac (extra_mpfr_configure_flags): Copy from
2996 extra_mpc_gmp_configure_flags.
2997 * configure: Re-generated.
2999 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3004 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3005 Depend on all-build-libiberty.
3006 * Makefile.in: Regenerate.
3008 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3013 * configure.ac: Fix unportable shell quoting.
3014 * configure: Regenerate.
3016 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3018 * configure.ac: Support all v850 targets.
3019 * configure: Regenerate.
3021 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3024 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3025 Provide -B option to allow for link spec %s substitutions for
3026 libstdc++.a on darwin.
3027 * Makefile.in: Regenerate.
3029 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
3031 * Makefile.def (configure-gcc): Depend on all-libelf.
3032 * Makefile.in: Rebuild.
3034 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3036 * config.sub, config.guess: Update from upstream sources.
3038 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3042 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3043 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3044 * configure: Regenerated.
3046 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3047 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3048 * configure: Regenerate.
3050 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
3051 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3052 * configure: Regenerate.
3054 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3055 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3057 * configure: Regenerate.
3059 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3060 * configure: Regenerate after change to elf.m4.
3062 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3063 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3064 * configure: Regenerated.
3066 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3067 * configure.ac: Print "buggy but acceptable" when CLooG
3068 revision is less than 9.
3069 * configure: Regenerated.
3071 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
3075 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3076 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3077 * configure: Regenerate.
3079 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3080 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3081 a platform that supports LTO.
3082 * configure: Regenerate.
3084 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3086 * configure.ac (--enable-lto): Refactor handling so libelf tests
3087 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3088 and allow LTO to be explicitly enabled on non-ELF platforms that
3089 are known to support it inside else-clause.
3090 * configure: Regenerate.
3092 2010-04-27 Roland McGrath <roland@redhat.com>
3093 H.J. Lu <hongjiu.lu@intel.com>
3095 * configure.ac (--enable-gold): Support both, both/gold and
3096 both/bfd to add gold to configdirs without removing ld.
3097 * configure: Regenerated.
3099 * Makefile.def: Add install-gold dependency to install-ld.
3100 * Makefile.in: Regenerated.
3102 2010-04-14 Tristan Gingold <gingold@adacore.com>
3104 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3105 * configure: Regenerate.
3107 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3113 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3114 * configure.ac: Do not pass --enable-multilib nor
3115 --disable-multilib in baseargs. Accept explicitly passed
3117 * configure: Regenerate.
3119 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3122 * configure.ac: Do not pass --enable-multilib nor
3123 --disable-multilib in baseargs. Accept explicitly passed
3125 * configure: Regenerate.
3127 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3129 * configure.ac (tic6x-*-*): New case.
3130 * configure: Regenerate.
3132 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3135 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3137 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3138 * configure: Regenerate.
3140 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3142 * config.sub: Update to version 2010-03-22.
3143 * config.guess: Update to version 2009-12-30.
3145 2010-03-14 Joseph Myers <joseph@codesourcery.com>
3148 2010-01-11 Richard Guenther <rguenther@suse.de>
3150 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3151 * Makefile.in: Regenerated.
3153 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3156 * configure.ac (RANLIB): Default to true.
3158 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3159 * configure: Regenerate.
3161 2010-02-17 Nick Clifton <nickc@redhat.com>
3164 * Makefile.tpl (local-distclean): Also remove config.cache files in
3165 sub-directories as there may not be Makefiles present in the
3167 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3168 the config.cache files found by the find command.
3170 * Makefile.in: Regenerate.
3171 * configure.ac: Revert previous delta.
3172 * configure: Regenerate.
3174 2010-02-15 Nick Clifton <nickc@redhat.com>
3177 * configure.ac: Delete config.cache files in sub-directories when
3179 * configure: Regenerate.
3181 2010-02-15 Nick Clifton <nickc@redhat.com>
3183 * configure.ac: Sync from gcc.
3184 * configure: Regenerate.
3186 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3189 * configure.ac: Add "recommended" version checks for GMP/MPC.
3190 Update recommended GMP/MPFR/MPC versions.
3191 * configure: Regenerate.
3193 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3195 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3196 * configure.ac (bootstrap_target_libs): Make inclusion of
3197 target-libgomp conditional on libgomb being in target_configdirs.
3198 * configure: Regenerate.
3200 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3202 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3203 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3204 * configure: Regenerate.
3206 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3208 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3209 * configure.ac (target_configdirs): Substitute.
3210 * Makefile.def: Bootstrap target module libgomp.
3211 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3212 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3213 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3214 * configure, Makefile.in: Regenerate.
3216 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3218 * libtool.m4: Sync from git Libtool.
3219 * ltmain.sh: Likewise.
3220 * ltoptions.m4: Likewise.
3221 * ltversion.m4: Likewise.
3222 * lt~obsolete.m4: Likewise.
3224 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3225 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3228 * configure.ac: Include libtool m4 files.
3229 (_LT_CHECK_OBJDIR): Call it.
3230 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3231 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3233 * configure: Regenerate.
3235 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3238 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3239 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3240 * Makefile.in: Regenerate.
3242 2009-12-18 Ben Elliston <bje@au.ibm.com>
3244 * config.sub, config.guess: Update from upstream sources.
3246 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3248 * COPYING.NEWLIB: Update copyright date.
3249 * COPYING.LIBGLOSS: Ditto.
3251 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3257 * configure.ac: Require MPC.
3258 * configure: Regenerate.
3260 * configure.ac: Update minimum MPC version to 0.8.
3261 * configure: Regenerate.
3263 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3265 * config.guess: Sync with upstream and gcc.
3266 * config.sub: Sync with upstream and gcc.
3268 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3270 * Makefile.def: Restore host and target settings for gmp.
3271 * Makefile.in: Rebuild.
3273 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3275 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3276 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3277 Fix portability of test of C++ as bootstrap language. Add
3278 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3279 * configure: Rebuild.
3280 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3281 and cloog. Fix in-tree ppl configuration. Introduce libelf
3283 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3284 (POSTSTAGE1_HOST_EXPORTS): Use it.
3285 (STAGE[+id+]_CXXFLAGS): New.
3286 (BASE_FLAGS_TO_PASS): Pass it down.
3287 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3289 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3290 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3292 * Makefile.in: Rebuild.
3294 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3296 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3297 paths for *-w64-mingw* and x86_64-*mingw*.
3298 * configure: Regenerated.
3300 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3302 * configure.ac: Disable target-winsup & co for
3303 x86_64-*-mingw* and *-w64-mingw* targets.
3304 * configure: Regenerated.
3306 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3308 * configure.ac (CLooG test): Use = with test.
3309 * configure: Regenerate.
3311 2009-10-22 Richard Guenther <rguenther@suse.de>
3313 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3314 cloog if the ppl version check failed. Move flags saving
3315 before setting in libelf check.
3316 * configure: Regenerate.
3318 2009-10-21 Richard Guenther <rguenther@suse.de>
3320 * configure.ac: Adjust the ppl and cloog configure to work as
3321 documented. Disable cloog if ppl was disabled. Omit the version
3322 checks if they were disabled.
3323 * configure: Re-generate.
3325 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3327 * configure.ac: Add 'lto' to enable_languages, not
3328 new_enable_languages, and only if not already present.
3329 * configure: Regenerate.
3331 2009-10-06 Ian Lance Taylor <iant@google.com>
3333 * Makefile.def: check-gold depends upon all-gas.
3334 * Makefile.in: Rebuild.
3336 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3338 * Makefile.def: all-lto-plugin depends on all-libiberty.
3339 set bootstrap=true for lto-plugin.
3341 * Makefile.in: Regenerate.
3342 * configure.ac (host_libs): Add lto-plugin.
3343 * configure: Regenerate.
3345 2009-10-03 Diego Novillo <dnovillo@google.com>
3347 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3348 (HOST_LIBELFLIBS): Define.
3349 (HOST_LIBELFINC): Define.
3350 * Makefile.in: Regenerate.
3351 * configure.ac: Add --enable-lto.
3352 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3353 If --enable-lto is used, add 'lto' to new_enable_languages.
3354 If --enable-lto is used and gold is enabled, add
3355 lto-plugin to configdirs.
3356 * configure: Regenerate.
3358 2009-10-03 Simon Baldwin <simonb@google.com>
3360 * configure.ac: If --with-system-zlib, suppress local zlib and
3361 pass --with-system-zlib to subdir configure scripts.
3362 * configure: Regenerate.
3364 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3365 Paolo Bonzini <bonzini@gnu.org>
3367 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3369 * Makefile.in: Rebuilt.
3371 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3374 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3376 * configure.ac: Update minimum MPC version to 0.7.
3377 * configure: Regenerate.
3379 2009-09-25 Nick Clifton <nickc@redhat.com>
3381 * configure.ac: Pass any --cache-file=/dev/null option on to
3383 * configure: Regenerate.
3385 2009-09-23 Nick Clifton <nickc@redhat.com>
3387 * config.sub, config.guess: Update from upstream sources.
3389 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3391 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3392 * Makefile.in: Rebuilt.
3394 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3397 * configure.ac: Error out if $srcdir isn't '.' but contains
3398 host-${host_noncanonical}.
3399 * configure: Regenerate.
3401 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3403 * configure.ac: If bootstrapping a combined tree with
3404 --enable-gold, require c++ in stage1_languages.
3405 * configure: Regenerate.
3407 * configure.ac: Also add target_libs of stage1_languages to
3408 bootstrap_target_libs.
3409 * configure: Regenerate.
3411 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3412 with --enable-languages not containing c++.
3413 * configure: Regenerate.
3415 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3417 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3418 * configure: Regenerate.
3420 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3422 * configure.ac: Do not use $extrasub for replacing @if/@endif
3423 parts in Makefile; instead, use additional arguments to
3424 AC_CONFIG_COMMANDS to do the replacement manually, with several
3425 sed invocations, to avoid HP-UX sed command limits.
3426 * configure: Regenerate.
3428 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3430 * configure.ac (with-build-config): Document. Handle without.
3431 Handle missing argument.
3432 * configure: Rebuilt.
3434 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3436 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3437 Default to bootstrap-debug only if compare-debug works.
3438 * configure: Rebuilt.
3439 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3440 * Makefile.in: Rebuilt.
3442 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3444 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3445 * Makefile.in: Rebuilt.
3447 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3449 * Makefile.tpl (AWK): Fix typo.
3450 * Makefile.in: Regenerate.
3452 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3454 * configure.ac: Detect awk and sed.
3455 * Makefile.def (flags_to_pass): Add AWK and SED.
3456 * Makefile.tpl (AWK, SED): New.
3457 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3458 * configure: Regenerate.
3459 * Makefile.in: Regenerate.
3461 2009-09-01 Tristan Gingold <gingold@adacore.com>
3463 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3464 Remove logical names.
3466 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3468 * ltmain.sh (func_normal_abspath): New function.
3469 (func_relative_path): Likewise.
3470 (func_mode_help): Document new -bindir option for link mode.
3471 (func_mode_link): Add new -bindir option, and use it to place
3472 output DLL if specified.
3474 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3476 * configure.ac (AC_PREREQ): Bump to 2.64.
3478 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3480 * README-maintainer-mode: Point directly to upstream locations
3481 for autoconf, automake, libtool, gettext, instead of copies on
3482 sources.redhat.com. Document required versions.
3483 * configure.ac: Do not substitute datarootdir, htmldir,
3484 pdfdir, docdir. Do not process --with-datarootdir,
3485 --with-htmldir, --with-pdfdir, --with-docdir.
3486 * configure: Regenerate.
3488 * configure: Regenerate.
3490 * compile: Sync from Automake 1.11.
3491 * depcomp: Likewise.
3492 * install-sh: Likewise.
3493 * missing: Likewise.
3494 * mkinstalldirs: Likewise.
3497 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3499 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3500 (baseargs): Add --disable-option-checking.
3501 * configure: Regenerate.
3503 * Makefile.def (configure-target-libiberty): Depend on
3504 all-binutils and all-ld.
3505 (configure-target-newlib): Likewise.
3506 * Makefile.in: Regenerate.
3508 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3510 Sync with GCC, merge:
3512 2009-07-31 Christian Bruel <christian.bruel@st.com>
3514 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3515 * configure: Regenerate.
3517 2009-07-06 Ian Lance Taylor <iant@google.com>
3519 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3520 * configure: Rebuild.
3522 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3525 * configure.ac (comparestring): Create new variable.
3526 * Makefile.tpl (comparestring): Use to skip some comparisions.
3527 * configure: Regenerate.
3528 * Makefile.in: Regenerate.
3530 2009-06-23 Ian Lance Taylor <iant@google.com>
3532 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3533 boot_languages. Only bootstrap target libraries listed in
3534 target_libs for some boot language. Add --with-stage1-ldflags,
3535 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3536 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3537 if not building with C++.
3538 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3539 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3540 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3541 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3542 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3543 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3544 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3545 * configure, Makefile.in: Rebuild.
3547 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3549 * configure.ac: Detect MPC in default directory.
3550 * configure: Regenerate.
3552 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3554 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3556 * configure: Regenerate.
3558 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3560 * Makefile.def: Add MPC support and dependencies.
3561 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3563 * Makefile.in, configure: Regenerate.
3565 2009-05-24 Nicolas Roche <roche@adacore.com>
3567 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3568 * Makefile.in: Regenerate.
3570 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3572 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3573 * configure: Regenerate.
3575 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3577 * configure.ac ($with_ppl): Default to no if not supplied.
3578 ($with_cloog): Likewise.
3579 configure: Regenerate.
3581 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3584 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3585 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3587 * configure, Makefile.in: Regenerate.
3589 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3591 * configure.ac: Change copyright header to refer to version
3592 3 of the GNU General Public License and to point readers at the
3593 COPYING3 file and the FSF's license web page.
3594 * Makefile.def: Likewise.
3595 * Makefile.tpl: Likewise.
3596 * Makefile.in: Regenerate.
3598 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3600 * configure.ac: Restore match for darwin9 or later. Use double
3601 brackets since regeneration eats one pair.
3602 * configure: Regenerate.
3604 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3606 * MAINTAINERS: Perform some obvious fixups.
3608 2009-08-17 Ben Elliston <bje@au.ibm.com>
3610 * config.sub, config.guess: Update from upstream sources.
3612 2009-08-06 Michael Eager <eager@eagercon.com>
3614 * configure.ac: Add Microblaze target.
3615 * configure: Regenerate.
3617 2009-07-02 Tristan Gingold <gingold@adacore.com>
3619 * configure.ac: Do not exclude gas for i386-*-darwin.
3620 Add a case for x86_64-*-darwin.
3621 * configure: Regenerate.
3623 2009-06-26 Doug Evans <dje@sebabeach.org>
3625 * Makefile.def (host_modules): Add cgen.
3626 * Makefile.in: Regenerate.
3627 * configure.ac (host_tools): Add cgen.
3628 * configure: Regenerate.
3630 2009-06-17 Michael Eager <eager@eagercon.com>
3632 * COPYING.LIBGLOSS: Add Xilinx license.
3634 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3636 * configure.ac: Define is_elf for QNX Neutrino targets.
3637 * configure: Regenerate.
3639 2009-06-03 Jerome Guitton <guitton@adacore.com>
3640 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3642 * Makefile.tpl (all): Avoid a trailing backslash.
3643 * Makefile.in: Regenerate.
3645 2009-06-03 Ben Elliston <bje@au.ibm.com>
3647 * config.sub, config.guess: Update from upstream sources.
3649 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3651 * Makefile.tpl ([+compare-target+]): Compare all stage
3652 directories, rather than just gcc.
3653 * Makefile.in: Rebuilt.
3655 2009-05-28 Doug Kwan <dougkwan@google.com>
3657 * configure.ac: Support gold for target arm*-*-*.
3658 * configure: Regenerate.
3660 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3662 * Makefile.tpl (all): Avoid harmless warning in make all when
3663 gcc-bootstrap is enabled but stage_last does not exist.
3664 * Makefile.in: Rebuilt.
3666 2009-05-25 Tristan Gingold <gingold@adacore.com>
3668 * setup.com: Complete the file with configuration and build.
3670 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3673 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3674 gcc-no-bootstrap are mutually exclusive.
3675 * Makefile.in: Rebuilt.
3677 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3680 * Makefile.tpl (all): Don't end with unconditional success.
3681 * Makefile.in: Rebuilt.
3683 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3686 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3687 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3688 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3689 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3690 stage_configureflags, stage_cflags and stage_libcflags into
3691 explicit Makefile macros.
3692 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3694 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3695 CC. Set CC_FOR_BUILD from CC.
3696 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3697 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3698 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3699 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3701 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3702 (_LIBCFLAGS): Renamed to _TFLAGS.
3703 (do-compare-debug, do-compare3-debug): Drop.
3704 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3705 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3706 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3707 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3708 (XGCC_FLAGS_FOR_TARGET): New.
3709 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3710 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3711 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3712 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3713 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3714 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3716 (BUILD_CONFIG): Include if requested.
3717 (all): Set TFLAGS on bootstrap.
3718 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3719 (all-stageid-prefixmodule): Likewise.
3720 (do-clean, distclean-stageid): Set TFLAGS.
3721 (restrap): Fix whitespace.
3722 * Makefile.in: Rebuilt.
3724 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3726 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3727 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3728 * Makefile.in: Regenerate.
3730 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3732 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3733 consistency with config.sub. (Update from upstream sources.)
3735 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3737 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3739 2009-04-17 Ben Elliston <bje@au.ibm.com>
3741 * config.sub, config.guess: Update from upstream sources.
3743 2009-04-15 Anthony Green <green@moxielogic.com>
3745 * configure.ac: Add moxie support.
3746 * configure: Rebuilt.
3748 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3750 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3751 * configure: Regenerate.
3753 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3756 * configure.ac: Require texinfo 4.7.
3757 * configure: Regenerated.
3759 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3761 * Makefil.def (languages): New entries.
3762 * Makefile.tpl (check-gcc-*): New generic target.
3763 * Makefile.in: Regenerate.
3765 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3767 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3768 Windows builds of Sed.
3770 2009-03-18 Tom Tromey <tromey@redhat.com>
3772 * configure: Rebuild.
3773 * configure.ac (host_libs): Add libiconv.
3774 * Makefile.in: Rebuild.
3775 * Makefile.def (host_modules): Add libiconv.
3776 (configure-gdb, all-gdb): Depend on libiconv.
3778 2009-03-16 Tristan Gingold <gingold@adacore.com>
3780 * configure.ac: Treat gdb as supported on x86_64-darwin.
3781 * configure: Regenerate.
3783 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3787 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3789 * configure.ac (--with-host-libstdcxx): New option.
3790 * configure: Regenerate.
3792 2009-01-29 Robert Millan <rmh@aybabtu.com>
3794 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3795 * configure: Regenerate.
3797 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3799 PR tree-optimization/38515
3800 * configure.ac (cloog-polylib): Removed.
3801 (with_ppl, with_cloog): Test for "no".
3802 * configure: Regenerated.
3804 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3806 Backport from git Libtool:
3808 2009-01-19 Robert Millan <rmh@aybabtu.com>
3809 Support GNU/kOpenSolaris.
3810 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3811 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3812 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3815 2009-02-05 Andreas Schwab <schwab@suse.de>
3817 * Makefile.tpl (stage_last): Define $r and $s before using
3818 $(RECURSE_FLAGS_TO_PASS).
3819 * Makefile.in: Regenerate
3821 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3823 * COPYING.NEWLIB: Add ARM license.
3825 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3827 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3828 (all-opcodes): Depend on all-libiberty.
3829 * Makefile.in: Regenerate.
3831 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3833 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3834 * configure: Regenerate.
3836 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3838 Backport link test fix from upstream Libtool:
3840 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3841 Add cache variables to tests that require the linker to work.
3842 For shlibpath_overrides_runpath, this also changes the semantics
3843 to let the result from the C compiler take precedence.
3844 compiler take precedence.
3846 2008-12-02 Ben Elliston <bje@au.ibm.com>
3848 * config.sub, config.guess: Update from upstream sources.
3850 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3852 * COPYING.NEWLIB: Updated.
3853 * COPYING.LIBGLOSS: Ditto.
3855 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3859 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3861 * configure.ac (ppllibs): Add by default the lib flags.
3862 * configure: Regenerate.
3864 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3866 * configure.ac: Add double brackets on darwin[912].
3867 * configure: Regenerate.
3869 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3871 * configure.ac: Expand to darwin10 and later.
3872 * configure: Regenerate.
3874 2008-12-02 Andreas Schwab <schwab@suse.de>
3876 * Makefile.def: configure-target-boehm-gc depends on
3877 all-target-libstdc++-v3.
3878 * Makefile.in: Regenerate.
3880 2008-12-02 Ben Elliston <bje@au.ibm.com>
3882 * config.sub, config.guess: Update from upstream sources.
3884 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3888 2007-12-02 Matthias Klose <doko@ubuntu.com>
3890 * config-ml.in: Remove 64bit configure tests.
3892 2008-05-14 Rafael Espindola <espindola@google.com>
3894 * config-ml.in: don't handle --enable-shared and --enable-static.
3896 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3897 Tobias Grosser <grosser@fim.uni-passau.de>
3898 Jan Sjodin <jan.sjodin@amd.com>
3899 Harsha Jagasia <harsha.jagasia@amd.com>
3900 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3901 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3902 Adrien Eliche <aeliche@isty.uvsq.fr>
3904 Merge from graphite branch.
3905 * configure: Regenerate.
3906 * Makefile.in: Regenerate.
3907 * configure.ac (host_libs): Add ppl and cloog.
3908 Add checks for PPL and CLooG.
3909 * Makefile.def (ppl, cloog): Added modules and dependences.
3910 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3911 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3913 2008-09-03 Richard Guenther <rguenther@suse.de>
3915 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3917 * configure: Re-generate.
3919 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3921 * configure.ac (--with-cloog-polylib): New.
3922 (--disable-cloog-version-check): New.
3923 (--disable-ppl-version-check): New.
3924 * configure: Re-generate.
3926 2008-09-05 Richard Guenther <rguenther@suse.de>
3928 * configure.ac: Initialize clooglibs to -lcloog.
3929 * configure: Re-generate.
3931 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3933 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3934 recommended version to 2.3.2.
3936 * configure: Regenerate.
3938 2008-10-31 Ben Elliston <bje@au.ibm.com>
3940 * configure.ac (spu-*-*): Remove special case.
3941 * configure: Regenerate.
3943 Complete comment text from GCC version of:
3945 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3947 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3948 (GCC_SHLIB_SUBDIR): New.
3949 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3950 * configure: Regenerate.
3951 * Makefile.in: Regenerate.
3953 2008-11-27 Tristan Gingold <gingold@adacore.com>
3955 * configure.ac: Build gdb for i?86-*-darwin*
3956 * configure: Regenerated.
3958 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3965 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3967 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3968 * Makefile.in: Regenerated.
3970 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3977 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3978 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3979 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3980 (HOST_EXPORTS): Pass CPPFLAGS.
3981 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3982 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3983 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3984 * Makefile.in, configure: Regenerated.
3985 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3986 and CPPFLAGS_FOR_BUILD.
3988 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3990 * configure.ac [spu-*-*]: Do not set skipdirs.
3991 * configure: Re-generate.
3993 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3995 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3996 * Makefile.in: Regenerated.
3998 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4005 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4006 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4007 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4008 (HOST_EXPORTS): Pass CPPFLAGS.
4009 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4010 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4011 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4012 * Makefile.in, configure: Regenerated.
4013 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4014 and CPPFLAGS_FOR_BUILD.
4016 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
4018 * libtool.m4: Update to libtool 2.2.6.
4019 * lt~obsolete.m4: Update to libtool 2.2.6.
4020 * ltmain.sh: Update to libtool 2.2.6.
4021 * ltsugar.m4: Update to libtool 2.2.6.
4022 * ltversion.m4: Update to libtool 2.2.6.
4023 * ltoptions.m4: Update to libtool 2.2.6.
4024 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4026 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4028 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4029 (GCC_SHLIB_SUBDIR): New.
4030 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4031 * configure: Regenerate.
4032 * Makefile.in: Regenerate.
4034 2008-08-28 Tristan Gingold <gingold@adacore.com>
4036 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4037 Enable bfd, binutils and opcodes.
4038 * configure: Regenerate.
4040 2008-08-16 Nicolas Roche <roche@adacore.com>
4042 * Makefile.tpl: Add BOOT_ADAFLAGS.
4043 * Makefile.in: Regenerate.
4045 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
4047 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4048 * configure: Regenerate.
4050 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4053 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4055 * configure.ac: Add makefile fragments for hpux.
4056 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4057 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4058 * configure: Regenerate.
4059 * Makefile.in: Regenerate.
4061 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4063 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4064 * Makefile.in: Regenerate.
4065 * configure: Regenerate.
4067 2008-06-18 Ian Lance Taylor <iant@google.com>
4069 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
4071 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
4073 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4075 * configure: Regenerate.
4077 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4079 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4080 "$@" is still intact with both Autoconf 2.59 and 2.62.
4081 * configure: Regenerate.
4083 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4085 * Makefile.tpl: Fix comment errors.
4086 * Makefile.in: Regenerate.
4088 2008-06-13 Julian Brown <julian@codesourcery.com>
4090 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4091 of libobjc for ARM EABI Linux.
4092 * configure: Regenerate.
4094 2008-06-12 David S. Miller <davem@davemloft.net>
4095 David Edelsohn <edelsohn@gnu.org>
4097 * configure.ac: Add powerpc*-*-* to gold supported targets.
4098 * configure: Regenerate.
4100 2008-06-08 Joseph Myers <joseph@codesourcery.com>
4102 PR tree-optimization/36218
4103 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4104 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4105 (all prefix="build-"): Pass them to build-system sub-makes.
4106 * Makefile.in: Regenerate.
4108 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4110 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
4111 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
4112 mkdep, and compile. Update comments.
4113 (ETC_SUPPORT): Add ChangeLog and update comments.
4115 2008-05-11 Ian Lance Taylor <iant@google.com>
4117 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
4119 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4122 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4125 * configure.ac: Include override.m4.
4126 * configure: Regenerate.
4128 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4130 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4131 * Makefile.in: Regenerate.
4133 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4135 * configure.ac: Do not build libssp for the AVR.
4136 * configure: Regenerate.
4138 2008-04-18 Nick Clifton <nickc@redhat.com>
4140 * MAINTAINERS: Replace reference to configure.in with reference to
4143 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4145 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4146 as nonconfigurable directories list.
4147 * configure: Regenerate.
4149 2008-04-14 David S. Miller <davem@davemloft.net>
4151 * configure.ac: Add sparc*-*-* to gold supported targets.
4152 * configure: Regenerate.
4154 2008-04-14 Ben Elliston <bje@au.ibm.com>
4156 * config.sub, config.guess: Update from upstream sources.
4158 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4160 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4161 * Makefile.in: Regenerate.
4163 2008-04-07 Ian Lance Taylor <iant@google.com>
4165 * Makefile.def: check-gold depends upon all-binutils.
4166 * Makefile.in: Regenerate.
4168 2008-04-04 Nick Clifton <nickc@redhat.com>
4171 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4173 * configure: Regenerate.
4175 2008-04-04 NightStrike <NightStrike@gmail.com>
4178 * configure.ac: Combine rules for mingw32 and mingw64.
4179 * configure: Regenerate.
4181 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4183 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4184 * Makefile.in: Regenerate.
4186 2008-03-20 Ian Lance Taylor <iant@google.com>
4188 * configure.ac: Add support for --enable-gold.
4189 * Makefile.def: Add gold as a directory like ld.
4190 * configure, Makefile.in: Regenerate.
4192 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4194 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4195 (s390_cond_extensions): Reduced extensions to the compare related.
4196 (main): z10 cpu type option added.
4197 (expandConditionalJump): Renamed to ...
4198 (insertExpandedMnemonic): ... this.
4200 * opcodes/s390-opc.c: Re-group the operand format makros.
4201 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4202 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4203 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4204 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4205 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4206 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4207 INSTR_SIL_RDU): New instruction formats added.
4208 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4209 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4210 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4211 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4212 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4213 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4215 (s390_opformats): New formats added "ris", "rrs", "sil".
4216 * opcodes/s390-opc.txt: Add the conditional jumps with the
4217 extensions removed from automatic expansion in s390-mkopc.c manually.
4218 (asi - trtre): Add new System z10 EC instructions.
4219 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4221 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4223 * configure.ac: m4_include config/proginstall.m4.
4224 * configure: Regenerate.
4226 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4228 Backport from upstream Libtool:
4230 2007-10-12 Eric Blake <ebb9@byu.net>
4232 Deal with Autoconf 2.62's semantic change in m4_append.
4233 * ltsugar.m4 (lt_append): Replace broken versions of
4235 (lt_if_append_uniq): Don't require separator to be overquoted,
4236 and avoid broken m4_append.
4237 (lt_dict_add): Fix typo.
4238 * libtool.m4 (_LT_DECL): Don't overquote separator.
4240 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4242 * config.rpath: Add AIX 6 support.
4244 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4246 * Makefile.def (stageprofile). Remove -fprofile-generate
4247 from stage_libcflags.
4248 * Makefile.in: Regenerate.
4250 2008-03-13 Ben Elliston <bje@au.ibm.com>
4252 * config.sub, config.guess: Update from upstream sources.
4254 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4256 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4257 * s390-opc.txt (cmpsc): Duplicate entry removed.
4258 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4259 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4260 fier, cu42, cu41): Fix operand format.
4262 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4267 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4268 * configure: Regenerate.
4270 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4271 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4272 STAGE4_LIBCFLAGS): New.
4273 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4274 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4275 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4276 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4277 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4278 for target modules. Don't export LIBCFLAGS.
4279 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4280 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4281 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4282 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4283 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4284 * Makefile.in: Regenerate.
4286 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4289 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4290 Do not use -DDLL_EXPORT. Backport from upstream.
4292 2008-02-14 Nick Clifton <nickc@redhat.com>
4294 Import this patch from gcc:
4295 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4297 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4299 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4301 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4302 * configure: Regenerate.
4304 2008-01-31 Marc Gauthier <marc@tensilica.com>
4306 * configure.ac (xtensa*-*-*): Recognize processor variants.
4307 * configure: Regenerate.
4309 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4312 * configure.ac (PARSE_ARGS): Push suitable setting of
4313 ac_subdirs_all, for `./configure --help=recursive'.
4314 Handle `+' in generic toplevel directory disabling.
4315 * configure: Regenerate.
4317 2008-01-23 Ben Elliston <bje@au.ibm.com>
4319 * config.sub, config.guess: Update from upstream sources.
4321 2008-01-08 Ben Elliston <bje@au.ibm.com>
4323 * config.sub, config.guess: Update from upstream sources.
4325 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4327 * COPYING.LIBGLOSS: Update default copyright.
4329 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4331 * COPYING.NEWLIB: Update default copyright.
4333 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4335 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4336 Change recommended MPFR from 2.2.1 > 2.3.0.
4337 * configure: Regenerate.
4339 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4341 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4342 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4343 * Makefile.in: Regenerate.
4345 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4347 * configure.ac: Enable libjava for x86_64-*-darwin9.
4348 * configure: Regenerate.
4350 2007-12-05 Ben Elliston <bje@au.ibm.com>
4352 * config.sub, config.guess: Update from upstream sources.
4354 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4356 * config-ml.in: Robustify against white space in absolute file
4359 * config-ml.in (multi-clean): Substitute ${Makefile}.
4360 Remove superfluous ${Makefile} in list.
4362 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4364 * Makefile.def (dependencies): Make configure-gdb depend on
4366 * Makefile.in: Regenerated.
4368 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4370 * Makefile.def: To avoid problems running with parallel makes,
4371 build newlib before libgloss so that target specific header
4373 * Makefile.in: Regenerate.
4375 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4377 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4378 * Makefile.in: Regenerate.
4380 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4382 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4383 * libdecnumber: New directory, imported from GCC.
4385 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4387 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4388 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4389 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4390 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4391 * configure: Regenerate.
4393 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4395 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4396 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4397 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4398 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4399 * configure.ac: Default them to host tools for $host = $build.
4402 * configure: Regenerate.
4403 * Makefile.in: Regenerate.
4405 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4407 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4408 * configure: Regenerate.
4410 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4412 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4414 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4415 * configure: Regenerate.
4416 * Makefile.in: Regenerate.
4418 2007-09-17 Andreas Schwab <schwab@suse.de>
4420 * configure.ac: Raise minimum makeinfo version to 4.6.
4421 * configure: Regenerate.
4423 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4425 * configure.ac: Correct makeinfo version check.
4426 * configure: Regenerate.
4428 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4430 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4431 to $skipdirs and only disable gprof for newlib. Use the normal
4432 mips*-elf* handling in other respects.
4433 * configure: Regnerate.
4435 2007-09-12 David Daney <ddaney@avtrex.com>
4437 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4439 * configure: Regenerate.
4441 2007-09-12 Richard Guenther <rguenther@suse.de>
4443 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4444 nor --disable-checking is provided also turn on yes and types
4445 checking for stage1.
4446 * configure: Re-generate.
4448 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4451 * configure.ac: Use config/mh-mingw on mingw.
4452 * configure: Regenerate.
4454 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4457 * configure.ac: For libgloss targets, point the linker to the linker
4458 script, startup code and simulator library.
4459 * configure: Regenerate.
4461 2007-09-09 Andrew Haley <aph@redhat.com>
4463 * configure.ac (noconfigdirs): Remove target-libffi and
4466 2007-08-29 Nick Clifton <nickc@redhat.com>
4468 * config.sub, config.guess: Update from upstream sources.
4470 2007-08-21 Richard Guenther <rguenther@suse.de>
4472 * configure.ac: Add types checking to stage1 checking flags.
4473 * configure: Regenerate.
4475 2007-08-18 Paul Brook <paul@codesourcery.com>
4476 Joseph Myers <joseph@codesourcery.com>
4478 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4479 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4480 * Makefile.in: Regenerate.
4481 * configure.ac (--with-debug-prefix-map): New.
4482 * configure: Regenerate.
4484 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4485 Nigel Stephens <nigel@mips.com>
4487 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4488 as target_makefile_frag.
4489 * configure: Regenerate.
4491 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4493 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4494 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4495 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4496 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4497 (do-compare, do-compare3, do-compare-debug): New.
4498 ([+compare-target+]): Use them.
4500 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4502 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4503 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4504 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4505 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4506 (do-compare, do-compare3, do-compare-debug): New.
4507 ([+compare-target+]): Use them.
4509 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4510 Ben Elliston <bje@au.ibm.com>
4512 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4513 --silent if $silent.
4514 * configure: Regenerate.
4516 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4518 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4520 2007-07-17 Nick Clifton <nickc@redhat.com>
4522 * COPYING3: New file. Contains version 3 of the GNU General
4524 * COPYING3.LIB: New file. Contains version 3 of the GNU
4525 Lesser General Public License.
4527 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4529 * configure.ac: Fix my previous change to really match GCC.
4530 * configure: Regenerate.
4532 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4534 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4535 * configure: Regenerate.
4537 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4539 * configure.ac: Add some missing m4 quotation.
4540 * configure: Regenerate.
4542 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4544 * Makefile.def: Add windmc tool to build.
4545 * Makefile.tpl: Likewise.
4546 * configure.ac: Likewise.
4547 * Makefile.in: Regenerate.
4548 * configure: Regenerate.
4550 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4552 * lt~obsolete.m4: New. Import from 20070318 libtool.
4554 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4556 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4557 uclinux and linux-uclibc targets.
4558 * configure: Regenerate.
4560 2007-06-28 DJ Delorie <dj@redhat.com>
4562 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4563 not building newlib.
4564 * configure: Regenerated.
4566 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4568 * src-release (DEVO_SUPPORT): Correct typos.
4570 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4572 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4573 * Makefile.in: Regenerated.
4575 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4577 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4578 (distclean-stage[+id+]): Possibly delete stage_last.
4579 * Makefile.in: Regenerate.
4581 2007-06-07 Ben Elliston <bje@au.ibm.com>
4583 * config.sub, config.guess: Update from upstream sources.
4585 2007-06-07 Ben Elliston <bje@au.ibm.com>
4587 * Makefile.tpl: Fix spelling error.
4588 * Makefile.in: Regenerate.
4590 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4593 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4596 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4597 * configure: Rebuilt.
4599 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4601 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4602 lt_cv_sys_max_cmd_len.
4604 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4606 * ltgcc.m4: Update from GCC.
4608 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4610 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4612 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4614 * ltmain.sh: Update from GCC.
4615 * libtool.m4: Update from GCC.
4616 * ltsugar.m4: New. Update from GCC.
4617 * ltversion.m4: New. Update from GCC.
4618 * ltoptions.m4: New. Update from GCC.
4620 * ltcf-c.sh: Remove.
4621 * ltcf-cxx.sh: Remove.
4622 * ltcf-gcj.sh: Remove.
4623 * src-release: Update with new libtool file list.
4625 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4627 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4629 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4630 Remove CFLAGS/LIBCFLAGS.
4631 (configure-stage[+id+]-[+prefix+][+module+],
4632 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4633 * Makefile.in: Regenerate.
4635 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4637 * config-ml.in: Update from GCC.
4639 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4641 * src-release (do-proto-toplev): Process the support directories before
4644 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4646 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4647 of glob. Quote arguments with single quotes too.
4648 * configure: Regenerate.
4650 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4652 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4653 * Makefile.in: Regenerate
4655 2007-03-07 Andreas Schwab <schwab@suse.de>
4657 * configure: Regenerate.
4659 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4661 * configure.ac: Add "--with-pdfdir" configure option,
4662 which defines pdfdir variable.
4663 * Makefile.def (target=fixincludes): Add install-pdf to
4665 (recursive_targets): Add install-pdf target.
4666 (flags_to_pass): Add pdfdir.
4667 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4669 * configure: Regenerate
4670 * Makefile.in: Regenerate
4672 2007-02-28 Eric Christopher <echristo@apple.com>
4675 2006-12-07 Mike Stump <mrs@apple.com>
4677 * Makefile.def (dependencies): Add dependency for
4678 install-target-libssp and install-target-libgomp on
4680 * Makefile.in: Regenerate.
4682 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4684 * configure: Regenerate.
4685 * configure.ac: Move statements after variable declarations.
4687 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4689 * configure.ac: Adjust for loop syntax.
4690 * configure: Regenerate.
4692 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4694 * configure: Rebuilt.
4696 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4698 * configure.ac: Drop multiple occurrences of --enable-languages,
4699 and fix its quoting.
4700 * configure: Rebuilt.
4702 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4703 Nathan Sidwell <nathan@codesourcery.com>
4704 Vladimir Prus <vladimir@codesourcery.com
4705 Joseph Myers <joseph@codesourcery.com>
4707 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4708 * configure: Regenerate.
4710 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4712 * configure.ac (target_libraries): Move libgcc before libiberty.
4713 * configure: Regenerated.
4715 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4717 * configure: Regenerate again?
4719 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4721 * configure: Reapply PR30748 fix which was lost in the previous commit.
4723 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4724 Paolo Bonzini <bonzini@gnu.org>
4727 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4728 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4729 * configure: Regenerated.
4731 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4733 * configure: Regenerate.
4735 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4738 * configure.ac: Correct syntax for Solaris ksh.
4739 * configure: Regenerated.
4741 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4743 * Makefile.def: Sync with GCC.
4744 * Makefile.tpl: Sync with GCC.
4745 * Makefile.in: Regenerate.
4746 * configure: Regenerate.
4748 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4750 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4751 noncanonical equivalents.
4752 * configure.in: Rename to...
4753 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4754 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4755 target_noncanonical. Use them. Rewrite removal of configure
4756 arguments for autoconf 2.59. Discard variable settings. Force
4757 program_transform_name for native tools.
4759 * Makefile.in: Regenerated.
4760 * configure: Regenerated with autoconf 2.59.
4762 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4764 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4766 * COPYING.LIBGLOSS: Reformat default Red Hat
4767 license to fit within 80 columns.
4768 * COPYING.NEWLIB: Ditto.
4770 2007-02-05 Dave Brolley <brolley@redhat.com>
4772 * Contribute the following changes:
4773 2006-11-28 DJ Delorie <dj@redhat.com>
4775 * configure.in: Fix typo for mep's target_makefile_frag.
4776 * configure: Regenerated.
4778 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4780 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4781 * configure: Regenerate.
4783 2001-09-19 DJ Delorie <dj@redhat.com>
4785 * configure.in (target_makefile_frag): use mt-mep
4787 2001-06-12 Don Howard <dhoward@redhat.com>
4789 * configure.in: Remove gdb from MeP skip list.
4791 2001-04-05 DJ Delorie <dj@redhat.com>
4793 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4795 2001-03-20 Ben Elliston <bje@redhat.com>
4797 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4799 2001-03-19 Ben Elliston <bje@redhat.com>
4801 * config.sub (mep, mep-*): Add.
4803 2007-01-31 Andreas Schwab <schwab@suse.de>
4805 * Makefile.tpl (LDFLAGS): Substitute it.
4806 * Makefile.in: Regenerate.
4808 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4810 * configure.in: Change == to = in test command.
4811 * configure: Regenerate.
4813 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4814 Nick Clifton <nickc@redhat.com>
4815 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4817 * configure.in (build_configargs, host_configargs, target_configargs):
4818 Remove build/host/target parameters.
4819 (host_libs): Add gmp and mpfr.
4820 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4821 * Makefile.def (gmp, mpfr): New.
4822 (gcc): Remove target.
4823 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4824 target_os, target_vendor): New.
4825 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4826 * configure: Regenerate.
4827 * Makefile.in: Regenerate.
4829 2007-01-11 Matt Fago <fago@earthlink.net>
4831 * configure.in: Try to link to functions only in mpfr 2.2.x
4832 to improve robustness of configure tests.
4833 * configure: Regenerate.
4835 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4837 * configure.in: Add support for an x86_64-mingw* target.
4838 * configure: Regenerate.
4840 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4842 * Makefile.tpl (all-target): Correct @if conditional for target
4844 * configure.in: Omit libiberty if building only target libgcc.
4845 * configure, Makefile.in: Regenerated.
4847 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4849 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4850 * configure: Regenerate.
4852 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4854 * Makefile.def (target_modules): Add libgcc.
4855 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4856 * Makefile.tpl (clean-target-libgcc): Delete.
4857 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4858 on gcc even for bootstrapped modules. Rewrite handling of
4859 lang_env_dependencies to loop over target_modules.
4860 * configure.in (target_libraries): Add target-libgcc.
4861 * Makefile.in, configure: Regenerated.
4863 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4866 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4868 * configure.in: Reorganize recognition of languages. Add
4869 --enable-stage1-languages. Show supported languages for the chosen
4870 target rather than all recognized languages.
4871 * configure: Regenerate.
4873 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4875 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4876 * Makefile.in: Regenerate.
4878 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4880 * configure.in: Warn that MPFR 2.2.0 is buggy.
4881 * configure: Regenerate.
4883 2006-12-27 Ian Lance Taylor <iant@google.com>
4885 * configure.in: When removing Makefiles to force a reconfigure, also
4886 remove prev-DIR*/Makefile.
4887 * configure: Regenerate.
4889 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4891 * config.bfd: Recognize fido.
4893 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4897 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4899 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4900 it only affects bootstrap and could be tested on "$host" as well.
4901 * configure: Regenerate.
4902 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4904 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4907 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4908 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4909 move here comment from Makefile.tpl.
4910 * Makefile.tpl: Move some definitions higher in the file.
4911 (STAGE1_CHECKING): New.
4912 * configure.in: Add --enable-stage1-checking.
4913 * configure: Regenerate.
4914 * Makefile.in: Regenerate.
4916 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4918 * configure.in: Update error message for missing GMP/MPFR.
4920 * configure: Regenerate.
4922 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4924 * configure.in: Update MPFR version in error message.
4926 * configure: Regenerate.
4928 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4930 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4931 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4932 --with-gmp-lib): New flags.
4934 * configure: Regenerate.
4936 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4939 * configure.in: Correct x86 darwin support for libjava to powerpc
4941 * configure: Regenerate.
4943 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4945 * configure.in: Handle spu makefile frag.
4946 * Makefile.tpl (MAINT): Define
4947 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4948 * configure: Regenerate.
4949 * Makefile.in: Regenerate.
4951 2006-12-11 Ben Elliston <bje@au.ibm.com>
4953 * config.sub, config.guess: Update from upstream sources.
4955 2006-12-11 Ben Elliston <bje@au.ibm.com>
4957 * configure.in: Sync with GCC (spu-*-*).
4958 * configure: Sync with GCC.
4960 2006-12-07 Mike Stump <mrs@apple.com>
4962 * Makefile.def (dependencies): Add dependency for
4963 install-target-libssp and install-target-libgomp on
4965 * Makefile.in: Regenerate.
4967 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4969 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4970 (unstage): Test for stage_last presence.
4973 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4974 * Makefile.in: Regenerate.
4976 2006-11-14 DJ Delorie <dj@redhat.com>
4978 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4979 * Makefile.in: Sync with GCC.
4980 * configure.in: Sync with GCC (mpfr, gmp).
4981 * configure: Sync with GCC.
4983 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4985 * configure.in: Remove target-libgloss from noconfigdirs for
4987 * configure: Regenerated.
4989 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4991 * COPYING.NEWLIB: Add spu license.
4992 * COPYING.LIBGLOSS: Ditto.
4994 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4996 * Makefile.def: Added pdf target handling.
4997 * Makefile.tpl: Added pdf target handling.
4998 * Makefile.in: Regenerated.
5000 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
5002 * COPYING.NEWLIB: Updated.
5003 * COPYING.LIBGLOSS: Ditto.
5005 2006-09-27 Dave Brolley <brolley@redhat.com>
5007 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
5009 * configure: Regenerated.
5011 2006-09-26 Ben Elliston <bje@au.ibm.com>
5013 * config.sub, config.guess: Update from upstream sources.
5015 2006-09-20 Thiemo Seufer <ths@mips.com>
5017 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5018 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5019 * configure: Regenerate.
5021 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5023 * configure.in: Never build newlib for a Mingw host.
5024 Never build newlib as Mingw target library.
5025 Test the existence of winsup/cygwin for building a Cygwin newlib,
5026 rather than just winsup.
5027 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5028 building a Mingw target.
5029 * configure: Regenerate.
5031 2006-08-15 Thiemo Seufer <ths@mips.com>
5032 Nigel Stephens <nigel@mips.com>
5033 David Ung <davidu@mips.com>
5035 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
5037 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5040 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5043 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5044 if the bootstrap compiler is a GCC version that supports it.
5045 * configure: Regenerate.
5047 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5049 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5050 * configure: Regenerated.
5052 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5054 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5055 for stages after the first.
5057 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5059 * Makefile.def: Add dependencies for configure-opcodes
5060 on configure-intl and all-opcodes on all-intl.
5061 * Makefile.in: Regenerated.
5063 2006-07-04 Peter O'Gorman <peter@pogma.com>
5065 * ltconfig: chmod 644 before ranlib during install.
5067 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5069 * configure.in: Fix thinkos in previous check-in.
5070 * configure: Regenerate.
5072 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5076 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
5079 * configure.in: Test subdir_requires and give an appropriate
5081 * configure: Regenerate.
5083 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5086 * configure.in: Only enable libgomp on IRIX 6.
5087 * configure: Regenerate.
5089 2006-06-20 David Ayers <d.ayers@inode.at>
5092 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5093 whether target-libjava is being configured instead of whether the
5094 java front end is enabled.
5095 * configure: Regenerate.
5097 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
5099 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
5100 to R_ARM_LDC_SB_G{0,1,2} respectively.
5102 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5104 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5106 * Makefile.in: Regenerate.
5108 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5112 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5113 * configure.in: Don't enable libgomp on hpux10.
5114 * configure: Rebuilt.
5116 2006-06-13 David Ayers <d.ayers@inode.at>
5120 2006-06-12 David Ayers <d.ayers@inode.at>
5124 * configure.in: Remove target-boehm-gc from noconfigdirs where
5125 ${libgcj} is specified.
5126 * configure: Regenerate.
5128 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
5132 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5133 Andreas Schwab <schwab@suse.de>
5136 * config-ml.in: Eval option if surrounded by single quotes.
5138 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
5142 2006-06-06 David Ayers <d.ayers@inode.at>
5145 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5146 * Makefile.in: Regenerate.
5147 * configure.in: Add --enable-objc-gc at toplevel and have it
5148 enable boehm-gc for Objective-C.
5149 Remove target-boehm-gc from libgcj.
5150 Add target-boehm-gc to target_libraries.
5151 Add target-boehm-gc to noconfigdirs where ${libgcj}
5153 Assert that boehm-gc is supported when requested for Objective-C.
5154 Only build boehm-gc if needed either for Java or Objective-C.
5155 * configure: Regenerate.
5157 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5160 * Makefile.tpl (configure-[+prefix+][+module+],
5161 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5162 Remove rule to unstage bootstrapped modules.
5163 (stage_current): New.
5164 * Makefile.in: Regenerate.
5166 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5167 Andreas Tobler <a.tobler@schweiz.ch>
5169 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5170 * configure: Rebuilt.
5173 2006-01-31 Richard Guenther <rguenther@suse.de>
5174 Paolo Bonzini <bonzini@gnu.org>
5176 * Makefile.def (target_modules): Add libgcc-math target module.
5177 * configure.in (target_libraries): Add libgcc-math target library.
5178 (--enable-libgcc-math): New configure switch.
5179 * Makefile.in: Re-generate.
5180 * configure: Re-generate.
5182 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5184 * config-ml.in: Alter CCASFLAGS to include special
5185 multilib options the same as is done for CFLAGS.
5187 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5189 * Makefile.def: Added dependencies from sim and gdb on intl, and
5190 added configure dependencies to everything with an all dependency
5192 * gettext.m4: Removed.
5193 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5194 (GDB_SUPPORT_DIRS): Add intl.
5195 * Makefile.in: Regenerated.
5197 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5199 * src-release (DEVO_SUPPORT): Add config.rpath.
5201 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5203 * Makefile.def (bfd, opcodes): Fix lib_path.
5204 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5205 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5206 * Makefile.in: Regenerate.
5208 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5210 * configure.in: Enable gprof for cross builds.
5211 * configure: Regenerate.
5213 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5215 * src-release (MAKEINFOFLAGS): Define.
5216 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5218 2006-05-14 Ben Elliston <bje@au.ibm.com>
5220 * config.sub, config.guess: Update from upstream sources.
5222 2006-05-12 Ben Elliston <bje@au.ibm.com>
5224 * config.sub, config.guess: Update from upstream sources.
5226 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5228 * blt, iwidgets, mmalloc: Remove directories.
5230 2006-05-01 DJ Delorie <dj@redhat.com>
5232 * configure.in: Restore CFLAGS if GMP isn't present.
5233 * configure: Regenerate.
5235 2006-04-18 DJ Delorie <dj@redhat.com>
5237 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5238 reference libgloss so that libssp can be built in a combined
5240 * configure: Regenerate.
5242 2006-04-10 Ben Elliston <bje@au.ibm.com>
5244 * contrib: Remove directory.
5246 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5248 * Makefile.tpl: Add install-html target.
5249 * Makefile.def: Add install-html target.
5250 * Makefile.in: Regenerate.
5251 * configure.in: Add --with-datarootdir, --with-docdir,
5252 and --with-htmldir options.
5253 * configure: Regenerate.
5255 2006-03-31 Ben Elliston <bje@au.ibm.com>
5258 * configure.in: Require makeinfo 4.4 or higher.
5259 * configure: Regenerate.
5261 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5263 * Makefile.in: Regenerate.
5265 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5268 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5270 * configure.in: Handle --disable-<component> generically.
5271 * configure: Regenerate.
5273 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5275 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5276 (TARGET_CONFIGDIRS): Remove.
5277 * configure.in: Remove AC_SUBST(target_configdirs).
5278 * Makefile.in, configure: Regenerated.
5281 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5284 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5286 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5290 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5292 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5293 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5294 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5295 BUILD_PREFIX, BUILD_PREFIX_1.
5296 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5298 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5299 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5301 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5302 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5303 of `cat stage_current`. Always provide the `r' and `s' variables.
5304 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5305 a single shell execution.
5306 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5307 bootstrapped modules, make the stage1 module if the build was not
5308 started yet, else build the current stage.
5309 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5310 (all-build, all-host, all-target, [+make_target+]-host,
5311 [+make_target+]-target): Do not use \-continued lines.
5312 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5313 (current_stage, restrap, stage_last): New.
5315 * Makefile.in: Regenerate.
5316 * configure: Regenerate.
5318 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5322 2006-01-31 Richard Guenther <rguenther@suse.de>
5323 Paolo Bonzini <bonzini@gnu.org>
5325 * Makefile.def (target_modules): Add libgcc-math target module.
5326 * configure.in (target_libraries): Add libgcc-math target library.
5327 (--enable-libgcc-math): New configure switch.
5328 * Makefile.in: Re-generate.
5329 * configure: Re-generate.
5330 * libgcc-math: New toplevel directory.
5332 2006-01-18 Richard Henderson <rth@redhat.com>
5333 Jakub Jelinek <jakub@redhat.com>
5334 Diego Novillo <dnovillo@redhat.com>
5336 * libgomp: New directory.
5337 * Makefile.def: Add target_module libgomp.
5338 * Makefile.in: Regenerate.
5339 * configure.in (target_libraries): Add target-libgomp.
5340 * configure: Regenerate.
5342 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5343 Andreas Schwab <schwab@suse.de>
5345 * configure: Regenerate.
5347 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5349 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5350 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5351 the assembler, linker and binutils.
5352 * configure: Regenerate.
5354 2006-01-16 Nick Clifton <nickc@redhat.com>
5356 * config.sub, config.guess: Sync from config repository.
5358 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5360 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5361 @ from continuation.
5362 * Makefile.in: Rebuilt.
5364 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5368 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5372 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5373 * Makefile.tpl (OBJDUMP): New.
5374 (EXTRA_HOST_FLAGS): Add it.
5375 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5377 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5378 to use symbolic links between directories. Avoid race conditions
5379 or make them harmless.
5380 * configure.in: Do not try to use symbolic links between directories.
5382 * Makefile.def (LEAN): Pass.
5383 * Makefile.tpl (LEAN): Define.
5384 (stage[+id+]-start): Accept that the previous directory does not
5385 exist, if the bootstrap is lean.
5386 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5387 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5388 configure substitution.
5389 ([+compare-target+]): Likewise.
5390 ([+bootstrap-target+]-lean): New.
5391 * configure.in: Remove lean bootstrap support from here.
5393 * Makefile.in: Regenerate.
5394 * configure: Regenerate.
5396 2006-01-02 Andreas Schwab <schwab@suse.de>
5398 * configure.in: When reconfiguring remove Makefile in
5399 all stage directories.
5400 * configure: Regenerate.
5402 2005-12-27 Leif Ekblad <leif@rdos.net>
5404 * configure.in: Add support for RDOS target.
5405 * configure: Regenerate.
5407 2005-12-27 Nick Clifton <nickc@redhat.com>
5410 * libtool.m4: Synchronize with version in GCC sources.
5412 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5414 Revert Ada-related part of the previous change.
5416 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5418 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5419 * Makefile.in: Regenerate.
5420 * configure.in: Do not include mt-ppc-aix target fragment.
5421 * configure: Regenerate.
5423 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5425 * configure.in: Select appropriate fragments for PowerPC/AIX.
5426 * configure: Regenerate.
5428 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5429 BOOT_CFLAGS, BOOT_LDFLAGS.
5430 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5431 BOOT_CFLAGS, BOOT_LDFLAGS.
5432 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5433 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5434 (stage): Fail if we cannot complete the work.
5435 * Makefile.in: Regenerate.
5437 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5439 * COPYING.NEWLIB: Update copyright year for default
5442 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5444 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5445 install-host-nogcc): Don't invoke $(stage) at the end.
5446 * Makefile.in: Regenerate.
5448 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5450 * configure.in: Flip the top-level bootstrap switch.
5451 * configure: Regenerate.
5455 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5457 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5458 $(stage) and $(unstage).
5459 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5460 (all): Remove stray semicolon.
5461 (local-distclean): Don't handle multilib.tmp and multilib.out.
5462 (install.all): Set $s for consistency.
5463 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5464 check_multilibs setting. Always make the install directory.
5465 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5467 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5468 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5469 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5470 (multilib.out): Remove.
5471 * Makefile.in: Regenerated.
5473 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5475 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5476 * configure.in: Replace ms1 arch with mt.
5477 * configure: Rebuilt.
5479 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5483 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5485 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5486 * configure.in: Replace ms1 arch with mt.
5487 * configure: Rebuilt.
5489 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5493 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5495 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5496 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5497 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5498 Find in-tree tools if available.
5499 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5500 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5501 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5502 (COMPILER_*_FOR_TARGET): New.
5503 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5504 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5505 (CONFIGURED_*, USUAL_*): Remove.
5506 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5507 STRIP): Use autoconf substitutions.
5508 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5509 COMPILER_NM_FOR_TARGET): New.
5510 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5512 (all): Make all-host and all-target in parallel.
5513 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5514 that $$r and $$s are set before invoking a recursive make.
5515 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5516 ([+bootstrap-target+]): Inline most of the `all' target.
5518 2005-11-29 Ben Elliston <bje@au.ibm.com>
5520 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5521 from the gcc build directory.
5522 * Makefile.in: Regenerate.
5524 2005-11-29 Ben Elliston <bje@au.ibm.com>
5526 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5527 depend on all-libdecnumber.
5528 * configure.in (host_libs): Include libdecnumber.
5529 * Makefile.in: Regenerate.
5530 * configure: Likewise.
5532 2005-11-21 Kean Johnston <jkj@sco.com>
5534 * config.sub, config.guess: Sync from upstream sources.
5536 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5538 * Makefile.def: Remove gdb dependencies for gdbtk.
5539 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5540 (configure-gdb, install-gdb): New rules.
5541 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5542 * Makefile.in, configure: Regenerated.
5544 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5547 * Makefile.tpl (do-[+make-target+], do-check, install,
5548 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5549 are set before recursing.
5550 * Makefile.in: Regenerate.
5552 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5555 * Makefile.def (gcc) <target>: Fix thinko.
5556 * Makefile.in: Regenerate.
5558 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5560 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5561 * configure: Regenerate.
5563 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5565 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5566 target-libffi, target-qthreads, target-libjava, and
5568 * configure: Regenerate.
5570 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5572 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5573 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5574 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5575 (USUAL_OBJDUMP_FOR_TARGET): New.
5576 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5577 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5578 * configure, Makefile.in: Regenerated.
5580 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5582 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5583 before other host packages.
5585 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5589 * configure.in (default_target): Remove.
5590 * Makefile.tpl (all): Do not use prerequisites as subroutines
5591 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5592 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5593 use prerequisites as subroutines.
5594 (check-host, check-target): New.
5595 (bootstrap configure & all targets): Do not use stage*-start
5596 if the directory layout is already ok.
5597 (non-bootstrap configure & all targets): Prepend a $(unstage).
5598 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5599 (NOTPARALLEL): Remove.
5600 (unstage, stage variables): New variables.
5601 (unstage, stage targets): Simply expand to those variables.
5603 * configure: Regenerate.
5604 * Makefile.in: Regenerate.
5606 2005-10-04 James E Wilson <wilson@specifix.com>
5608 * Makefile.def (lang_env_dependencies): Add libmudflap.
5609 * Makefile.in: Regenerate.
5611 2005-10-03 Catherine Moore <clm@cm00re.com>
5613 * configure.in (bfin-*-*): Support bfin.
5614 * configure: Regenerated.
5616 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5618 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5619 * configure: Regenerated.
5621 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5623 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5624 (LIPO_FOR_TARGET): New.
5625 (CONFIGURED_LIPO_FOR_TARGET): New.
5626 (USUAL_LIPO_FOR_TARGET): New.
5627 (STRIP_FOR_TARGET): New.
5628 (CONFIGURED_STRIP_FOR_TARGET): New.
5629 (USUAL_STRIP_FOR_TARGET): New.
5630 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5632 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5633 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5634 * Makefile.in: Regenerate.
5635 * configure: Regenerate.
5637 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5639 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5640 (rs6000-*-aix*): Same.
5641 * configure: Regenerate.
5643 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5645 * configure.in: Recognize f95 in the --enable-languages option,
5646 and substitute it for fortran, issuing a warning.
5647 * configure: Regenerate.
5649 2005-09-07 Ben Elliston <bje@au.ibm.com>
5651 Import from Autoconf sources:
5653 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5654 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5655 Elliston. Handle weird characters correctly.
5657 2005-08-30 Phil Edwards <phil@codesourcery.com>
5659 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5660 * configure: Regenerated.
5662 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5664 * Makefile.def (libssp): Add to lang_env_dependencies.
5665 * Makefile.in: Regenerate.
5667 2005-08-17 Christian Groessler <chris@groessler.org>
5669 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5670 * Makefile.in: Regenerate.
5672 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5674 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5675 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5676 Look for alternate names of the target cc and c++
5677 * configure: Regenerate.
5679 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5681 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5682 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5683 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5684 tools; remove code to manually set them.
5685 (Target tools): Look in the environment for them.
5686 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5687 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5688 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5690 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5691 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5692 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5693 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5694 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5695 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5696 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5697 * configure: Regenerate.
5698 * Makefile.in: Regenerate.
5700 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5702 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5703 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5704 * Makefile.in: Regenerated.
5706 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5708 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5709 (CFLAGS_FOR_TARGET): Use it.
5710 (CXXFLAGS_FOR_TARGET): Likewise.
5711 * Makefile.in: Regenerated.
5712 * configure.in (--with-build-sysroot): New option.
5713 * configure: Regenerated.
5715 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5717 * Makefile.tpl: Wrap install between unstage and stage
5718 * Makefile.in: Regenerate.
5720 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5722 * all files: Update FSF address.
5724 2005-07-14 Jim Blandy <jimb@redhat.com>
5726 * configure.in: Add cases for Renesas m32c.
5727 * configure: Regenerated.
5729 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5731 * COPYING, compile, config-ml.in, config.guess,
5732 config.sub, install-sh, missing, mkinstalldirs,
5733 symlink-tree, ylwrap: Sync from upstream sources.
5735 2005-07-13 Eric Christopher <echristo@redhat.com>
5737 * configure.in: Add toplevel noconfigdir support for tpf.
5738 * configure: Regenerate.
5740 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5742 * Makefile.def (target_modules): Add libssp.
5743 * configure.in (target_libraries): Add target-libssp.
5744 * configure: Rebuilt.
5745 * Makefile.in: Rebuilt.
5747 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5751 * Makefile.def: Sync with gcc.
5752 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5753 * Makefile.in: Regenerate.
5755 2005-07-07 Andreas Schwab <schwab@suse.de>
5757 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5758 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5759 * Makefile.in: Regenerated.
5761 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5763 * configure.in: Add --enable-libssp and --disable-libssp.
5764 * configure: Regenerate with autoconf-2.13.
5766 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5768 * configure.in: Don't build sim or rda when targetting darwin.
5769 * configure: Regenerate.
5771 2005-07-04 Ben Elliston <bje@gnu.org>
5773 * src-release (do-proto-toplev): Remove dejagnu bits.
5774 (DEJAGNU_SUPPORT_DIRS): Remove.
5775 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5776 (GDBD_SUPPORT_DIRS): Likewise.
5777 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5778 (INSIGHTD_SUPPORT_DIRS): Likewise.
5779 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5781 2005-06-30 Ben Elliston <bje@gnu.org>
5783 * setup.com (mpw): Remove unused directive.
5785 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5787 * Makefile.def (stagefeedback): Come after profile.
5788 Define profiledbootstrap target.
5789 * Makefile.tpl (profiledbootstrap): Remove.
5790 (stageprofile-end): Zap stagefeedback.
5791 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5792 * Makefile.in: Regenerate.
5794 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5796 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5797 In 'cpp' stanza, support '#line' as well as '# '.
5799 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5801 * configure.in (unsupported_languages): New macro.
5802 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5803 non-ported target libraries in noconfigdirs.
5804 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5805 non-linux-gnu. Remove libgcj_ex_libffi.
5806 <lang_frag loop>: Set add_this_lang=no if the language is in
5807 unsupported_languages.
5808 * configure: Regenerate.
5810 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5812 * configure.in: Fix typo in handling of --with-mpfr-dir.
5813 * configure: Regenerate.
5815 2005-06-02 Jim Blandy <jimb@redhat.com>
5817 * config.sub: Add cases for the Renesas m32c. (This patch has been
5818 accepted into the master sources.)
5820 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5821 Michael Snyder <msnyder@redhat.com>
5822 Stan Cox <scox@redhat.com>
5824 * configure.in: Set noconfigdirs for ms1.
5826 * configure: Regenerate.
5828 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5830 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5831 (Dependencies): Consider target modules for bootstrap dependencies.
5832 Make target bootstrap modules depend on each stage's gcc.
5833 * Makefile.in: Regenerate.
5835 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5837 * Makefile.def (configure-gcc): Depend on binutils having been built.
5838 (all-gcc): No need to do it here.
5839 * Makefile.in: Regenerate.
5841 2005-05-19 Paul Brook <paul@codesourcery.com>
5843 * configure.in: Rewrite misleading error message when requested
5844 language cannot be built.
5845 * configure: Regenerate.
5847 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5849 * ylwrap: Import from Automake 1.9.5.
5851 2005-05-04 Mike Stump <mrs@apple.com>
5853 * configure.in: Always pass --target to target configures as
5854 otherwise rebuilds that do --recheck will fail.
5855 * configure: Rebuilt.
5857 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5859 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5861 (configure, all): Add bootstrap support.
5862 (Host modules, target modules): Pass post-stage1 flags and exports.
5863 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5864 * Makefile.in: Regenerate.
5866 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5870 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5872 * config.sub: Update from master copy.
5874 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5876 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5877 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5878 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5879 "*-*-elf" and "*-*-linux*".
5880 * configure: Regenerate.
5882 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5884 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5885 (TARGET_CONFIGARGS): Include --with-target-subdir.
5886 (configure, all): New macros. Use them throughout.
5888 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5890 * Makefile.tpl: Sync with gcc.
5891 * Makefile.in: Regenerate.
5893 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5895 * config/mh-mingw32: Delete.
5896 * configure.in: Don't use it.
5897 * configure: Regenerate.
5899 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5901 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5902 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5903 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5904 (HOST_LIB_PATH): Generate from Makefile.def.
5905 (TARGET_LIB_PATH): Likewise.
5906 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5907 * Makefile.in: Regenerate.
5908 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5909 (RPATH_ENVVAR): Include Darwin case.
5910 * configure: Regenerate.
5912 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5914 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5915 * configure: Regenerate.
5917 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5919 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5920 gcc_version, and gcc_version_trigger from set of flags to pass.
5921 * Makefile.tpl: Remove definitions of above variables.
5922 (config.status): Remove dependency on $(gcc_version_trigger).
5923 * Makefile.in: Regenerate.
5924 * configure.in: Do not reference config/gcc-version.m4 nor
5925 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5926 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5927 * configure: Regenerate.
5929 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5930 Andrew Pinski <pinskia@physics.uc.edu>
5932 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5933 * Makefile.in: Regenerate.
5935 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5938 * ltmain.sh: Avoid creating archives with components that have
5939 duplicate basenames.
5941 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5944 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5946 * Makefile.in: Regenerate.
5948 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5952 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5955 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5956 * Makefile.tpl (HOST_SUBDIR): New substitution.
5957 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5958 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5959 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5960 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5961 (Host modules, Bootstrapped modules): Use it.
5962 (Build modules, Target modules): Do not create symlink trees,
5963 always configure out-of-srcdir.
5964 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5965 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5966 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5967 $(HOST_SUBDIR). Create a symlink for host_subdir.
5969 * Makefile.in: Regenerate.
5970 * configure: Regenerate.
5972 Merged from libada-gnattools-branch:
5973 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5975 * Makefile.def: Add gnattools as a module, depending on target-libada.
5976 * Makefile.in: Regenerate.
5977 * configure.in: Include gnattools in host_tools; disable it if ada
5979 * configure: Regenerate.
5981 2005-02-23 Nick Clifton <nickc@redhat.com>
5983 * configure: Regenerate.
5985 2005-02-22 Paul Schlie <schlie@comcast.net>
5987 * configure.in: Allow darwin targeted ports to build tk, itcl and
5990 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5993 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5994 * configure: Regenerate.
5996 2005-02-08 Andrew Cagney <cagney@gnu.org>
5998 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5999 gdb/ section. Update GDB's URL.
6001 2005-01-31 Andrew Cagney <cagney@gnu.org>
6003 * gettext.m4: Only set ENABLE_NLS when gettext is present.
6005 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6007 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6008 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6009 target-libgloss when not *-*-elf and *-*-aout.
6010 * configure: Regenerate.
6012 2005-01-27 Andrew Cagney <cagney@gnu.org>
6014 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
6016 2005-01-24 Andrew Cagney <cagney@gnu.org>
6018 * gettext.m4: Only fall back to ../intl/ when it's present.
6020 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6022 * install-sh, config.sub: Import from upstream.
6024 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6027 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6028 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6029 * Makefile.in: Regenerate.
6031 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6033 Revert 2004-12-28 Makefile changes, a better fix will be
6034 applied to mainline and src after GCC 4.0 branches.
6036 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6040 * Makefile.def (target_modules): Remove stage parameter,
6041 it is always true now.
6042 * Makefile.tpl (configure-build-[+module+],
6043 configure-target-[+module+]): Always build symlink tree
6044 for the directory and for include. BUILD_SUBDIR and
6045 TARGET_SUBDIR cannot be . anymore.
6046 * Makefile.in: Regenerate.
6048 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6050 Revert 2004-12-08 Makefile changes.
6052 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6054 * configure.in (sh64-*-*): Reenable gprof.
6055 * configure: Regenerate.
6057 2004-12-09 Jim Blandy <jimb@redhat.com>
6059 * MAINTAINERS: List 'depcomp' as part of automake.
6061 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6063 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6064 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6065 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6066 * Makefile.in: Regenerate.
6068 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6070 * Makefile.tpl: Generate normal dependencies if the LHS module is
6072 * Makefile.in: Regenerate.
6074 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6076 * configure.in: Include config/gxx-include-dir.m4. Use
6077 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6078 * configure: Regenerate.
6080 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6082 * config.if: Delete.
6083 * configure.in: Set libstdcxx_incdir directly.
6084 * configure: Regenerate.
6085 * MAINTAINERS: Remove mention of config.if.
6086 * src-release (DEVO_SUPPORT): Remove config.if.
6088 2004-12-02 Eric Christopher <echristo@redhat.com>
6090 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
6091 of things to remove.
6092 * Makefile.in: Regenerate.
6094 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6096 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6097 * configure: Regenerate.
6099 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6101 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6102 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6103 * configure: Regenerate.
6105 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6107 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6108 (hppa*64*-*-*): Delete incorrect comment.
6109 * configure: Rebuilt.
6111 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6113 * install-sh, compile: Import from automake.
6115 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6117 * config.guess, config.sub: Import from savannnah.
6119 2004-11-12 Mike Stump <mrs@apple.com>
6121 * Makefile.def: Add html support.
6122 * Makefile.tpl: Likewise.
6123 * Makefile.in: Regenerate.
6125 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6128 * configure.in: Remove all instances of build-fixincludes from
6130 (build_configargs): Supply --target to subdirectories.
6131 * configure: Regenerate.
6133 * Makefile.def: Make gcc install depend on fixincludes install.
6134 * Makefile.in: Regenerate.
6136 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6138 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6140 * configure: Regenerate.
6142 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6144 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6147 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6149 * Makefile.def (host fixincludes): Specify missing targets.
6150 * Makefile.in: Regenerate.
6152 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6155 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6156 * configure: Regenerated.
6158 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6160 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6161 * configure: Regenerated.
6163 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6166 * configure.in (case ${target}): Do not build fixincludes for avr.
6167 * configure: Regenerated.
6169 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6171 * configure.in (case ${target}): Do not build fixincludes
6172 on platforms where it is not used.
6173 * configure: Regenerated.
6175 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6177 * configure.in: Use an absolute path to install-sh.
6178 * configure: Regenerated.
6180 2004-10-19 Andrew Cagney <cagney@gnu.org>
6182 * src-release (do-djunpack, do-md5sum): Install the generated file
6183 directly into the proto-toplev/ directory.
6185 2004-10-19 Andrew Cagney <cagney@gnu.org>
6187 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6189 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6191 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6192 * configure: Regenerate.
6194 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6196 Fix wrong conflict resolution in:
6198 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6200 * Makefile.in: Regenerate.
6201 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6202 in the recursive `make', instead of hardwiring `all'.
6203 (Autogenerated TARGET-* variables): New.
6205 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6207 Merged from GCC / libtool upstream:
6208 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6209 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6210 * ltcf-cxx.sh (tpf*): Likewise.
6211 * ltconfig (tpf*): Add TPF OS configuration support.
6213 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6215 * configure.in: Enable target-libgloss for crx-*-*.
6216 * configure: Regenerate.
6218 2004-09-24 Michael Roth <mroth@nessie.de>
6220 * configure.in (--without-headers): Add missing double quotes.
6221 * configure: Regenerate.
6223 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6225 * ylwrap: Revert to previous version.
6227 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6230 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6231 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6232 SET_GCC_LIB_PATH_CMD.
6233 (BASE_TARGET_EXPORTS): Likewise.
6234 * Makefile.in: Regenerated.
6236 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6237 * configure: Regenerated.
6239 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6241 * config.guess: New upstream version
6242 * compile, depcomp, install-sh, ylwrap: Likewise.
6244 2004-09-19 Roger Sayle <roger@eyesopen.com>
6246 * config/mh-x86omitfp: New host makefile fragment. Add
6247 -fomit-frame-pointer to the default BOOT_CFLAGS.
6248 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6249 * configure: Regenerate.
6251 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6254 * configure.in (*-*-darwin*): Renable libobjc.
6255 * configure: Regenerate.
6257 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6259 * Makefile.def: Remove libbanshee.
6260 * Makefile.tpl: Ditto.
6261 * configure.in: Ditto.
6262 * Makefile.in: Regen.
6265 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6267 * missing: Import latest version from master repository.
6269 2004-09-04 Nick Clifton <nickc@redhat.com>
6271 * config.sub: Import latest version from master repository.
6272 * config.guess: Likewise.
6273 This includes these changes:
6275 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6277 * config.sub: Handle crisv32, alias etraxfs.
6278 * config.guess (crisv32:Linux:*:*): Handle.
6280 2004-08-13 Brad Smith <brad@comstyle.com>
6282 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6283 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6285 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6287 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6288 assume the processor is a powerpc. This is because coreutils
6289 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6290 in this case, due to a MacOS X bug that causes
6291 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6292 to return a negative number.
6293 Problem reported by Petter Reinholdtsen in:
6294 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6296 2004-07-19 Ben Elliston <bje@gnu.org>
6298 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6300 2004-06-24 Ben Elliston <bje@gnu.org>
6302 * config.guess: Update copyright years.
6303 * config.sub: Likewise.
6305 2004-06-22 Robert Millan <robertmh@gnu.org>
6307 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6308 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6310 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6312 * config.guess (*:*VMS:*:*): New entry. Replaces
6313 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6316 2004-06-22 Ben Elliston <bje@gnu.org>
6318 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6319 * config.sub: Likewise.
6321 2004-06-22 Ben Elliston <bje@gnu.org>
6323 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6324 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6326 2004-06-11 Ben Elliston <bje@gnu.org>
6328 * config.guess (pegasos:OpenBSD:*:*): Remove.
6330 2004-06-11 Ben Elliston <bje@gnu.org>
6332 From Wouter Verhelst <wouter@grep.be>:
6333 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6335 2004-06-11 Ben Elliston <bje@gnu.org>
6337 * config.guess (luna88k:OpenBSD:*:*): New.
6339 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6341 * config.guess (m32r*:Linux:*:*): New case.
6342 * config.sub: Handle m32rle.
6344 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6346 From Jens Petersen <petersen@redhat.com>:
6347 * config.sub: Handle sparcv8.
6349 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6351 From Tom Smith <smith@cag.lkg.hp.com>:
6352 * config.guess: Version suffixes are equally significant on Tru64
6353 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6354 prefix of "P" (patched kernel).
6356 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6358 * config.sub: Add support for National Semiconductor CRX target.
6360 2004-09-03 Jan Beulich <jbeulich@novell.com>
6362 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6363 *-*-netware, but add target-libmudflap.
6364 Consolidate *-*-netware targets (of which really only i?86 exists)
6365 into a single entry.
6366 * configure: Likewise.
6368 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6370 * Makefile.tpl (sorry): Remove.
6371 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6372 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6373 (do-clean): Clean per-stage directories too.
6374 (do-distclean): Run distclean-stage1 too.
6375 (.NOTPARALLEL): Enable during toplevel bootstrap.
6376 (stage[+id+]-bubble): Enable parallel execution during
6377 the recursive invocation.
6378 * Makefile.in: Regenerate.
6380 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6382 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6384 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6385 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6386 * configure: regenerate
6387 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6390 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6392 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6394 * configure.in: Fix indentation.
6395 * configure: Regenerate.
6397 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6399 * Makefile.def (build_modules): Add fixincludes.
6400 (dependencies): Make gcc depend on fixincludes.
6401 * configure.in (build_tools): Add fixincludes.
6402 (build_configdirs): Always include build_libs.
6403 * Makefile.in: Regenerate.
6404 * configure: Regenerate.
6406 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6408 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6409 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6410 phony targets; do not generate timestamp files.
6411 (distclean-stageN): Remove references to their timestamp files.
6412 (restageN, touch-stageN): Remove.
6413 (stageN-bubble): Rewritten.
6414 (compare): Support lean bootstraps.
6415 * Makefile.in: Regenerate.
6417 * configure.in: Only warn when bootstrapping but
6418 build != host or build != target. Support lean bootstraps.
6419 * configure: Regenerate.
6422 2004-08-26 Phil Edwards <phil@codesourcery.com>
6424 * configure.in: Give a better error message if GMP/MPFR are missing
6425 and a language needing them has been requested.
6426 * configure: Regenerated.
6428 2004-08-25 Phil Edwards <phil@codesourcery.com>
6430 * configure.in: Print a list of available language front-ends if
6431 a requested one is missing. Tidy stray tab characters.
6432 * configure: Regenerated.
6434 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6436 * Makefile.in: Regenerate.
6437 * configure: Regenerate.
6439 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6441 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6442 for bootstrapped modules if toplevel bootstrap is going.
6443 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6444 modules. Adjust for changes in Makefile.def. Enable several
6445 rules even in non-bootstrap mode, just to avoid peppering the
6446 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6447 (stage-[+prev+]-bubble): Remove.
6449 * Makefile.def (Dependencies): Depend on all-build-bison,
6450 all-build-flex, all-build-byacc, all-build-texinfo, rather
6451 than the host variations.
6452 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6454 (BISON): Update for recent Bisons.
6456 (cross): Depend on all-build.
6457 (all): Do not depend on all-build.
6458 (prebootstrap): Remove.
6459 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6460 (Prebootstrap dependencies): Add them to the per-stage targets
6461 and to all-prebootstrap.
6462 * configure.in (build_configdirs): Always enable build_tools.
6463 (BUILD_DIR_PREFIX): Remove.
6465 * Makefile.def (gcc): Add target variable.
6466 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6467 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6468 in the recursive `make', instead of hardwiring `all'.
6469 (Autogenerated TARGET-* variables): New.
6471 2004-08-17 Robert Millan <robertmh@gnu.org>
6473 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6474 (instead of FreeBSD).
6475 * configure: Regenerate.
6477 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6479 * Makefile.def, configure.in, src-release: Remove useless, bogus
6481 * Makefile.in, configure: Regenerate.
6483 * src-release: Stop distributing mmalloc with gdb (which doesn't
6485 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6486 * Makefile.in: Regenerate.
6488 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6490 * configure.in (arm*-*-eabi*): New target.
6491 * configure: Regenerate.
6493 2004-08-01 Robert Millan <robertmh@gnu.org>
6495 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6496 libmudflap for all GNU-based systems (with Glibc).
6497 * configure: Regenerate.
6499 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6501 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6502 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6503 (Dependencies): New section.
6504 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6505 (configure-target-[+module+]): Depend on maybe-all-gcc
6506 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6507 (toplevel profiledbootstrap): Fix dependencies.
6508 * Makefile.in: Regenerate.
6510 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6512 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6513 target-libiberty to noconfigdirs.
6515 2004-08-03 Paul Brook <paul@codesourcery.com>
6517 * configure.in: Check for MPFR as well as GMP.
6518 * configure: Regenerate.
6520 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6522 * Makefile.def (host-modules): Add gcc.
6523 * Makefile.in: Regenerate.
6524 * Makefile.tpl (sorry): New rule.
6525 (configure-host, all-host, [+make_target+]-host, do-check,
6526 install-host): Do not add gcc as a special case.
6527 (host modules): Add a small special-casing for gcc. Export
6528 extra_make_flags through the environment.
6529 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6530 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6531 other recursive targets for gcc): Remove.
6533 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6534 (stage, unstage): New rules.
6535 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6536 distclean-stage[+id+]): Use stage_current.
6537 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6538 the stage*-start rules.
6540 2004-07-19 Robert Millan <robertmh@gnu.org>
6544 2004-04-26 Robert Millan <robertmh@gnu.org>
6546 Add patches from libtool CVS.
6547 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6548 * ltconfig: Likewise.
6549 * ltcf-c.sh: Likewise.
6550 * ltcf-cxx.sh: Likewise.
6551 * ltcf-gcj.sh: Likewise.
6553 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6555 * configure.in: Add noconfigdirs for crx-*-*.
6556 * configure: Regenerate.
6558 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6562 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6564 * configure.in: Build libmudflap by default on FreeBSD.
6565 * configure: Regenerated.
6567 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6569 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6571 * configure: Regenerated.
6573 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6576 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6577 feedback based compiler.
6578 * Makefile.in: Rebuilt.
6580 2004-07-05 Phil Edwards <phil@codesourcery.com>
6582 * configure.in: Do not prepend $srcdir to /dev/null in
6584 * configure: Regenerate.
6586 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6588 * Makefile.def (host_modules): Set bootstrap=true for flex.
6589 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6590 * Makefile.in: Rebuilt.
6592 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6594 * Makefile.def (build_modules): Add bison, byacc, flex,
6596 (flags_to_pass): Add FLEX.
6597 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6598 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6599 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6600 DEFAULT_MAKEINFO): Remove.
6601 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6602 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6603 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6604 objdir or else use configured tool.
6606 (all): Depend on it.
6607 (Build module dependencies): Add.
6608 * Makefile.in: Regenerate.
6609 * configure.in: Better support for multiple build modules,
6610 matching what is done for host/target modules. Do not look
6611 for "plausible" locations of build tools if Canadian cross.
6612 Use autoconf's AC_PROG_CC to find a C compiler. Define
6613 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6614 * configure: Regenerate.
6616 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6618 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6619 * Makefile.in: Regenerate.
6621 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6623 * Makefile.tpl (configure-build-[+module+],
6624 configure-[+module+], configure-target-[+module+]): Pass
6625 [+extra_configure_args+].
6626 (all-build-[+module+], all-[+module+], check-[+module+],
6627 install-[+module+], [+make_target+]-[+module+],
6628 all-target-[+module+], check-target-[+module+],
6629 install-target-[+module+], [+make_target+]-target-[+module+]):
6630 Pass [+extra_make_args+].
6631 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6632 (GCC_HOST_EXPORTS): Remove.
6633 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6634 cross, check-gcc, check-gcc-c++, install-gcc,
6635 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6636 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6637 * Makefile.in: Regenerate.
6639 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6641 * configure.in: Check for srcdir/winsup rather than build directory
6643 * configure: Regenerate.
6645 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6647 * configure.in: Don't build Cygwin native newlib if winsup
6648 directory is missing. Emit warning instead.
6649 * configure: Regenerate.
6651 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6653 * Makefile.tpl (touch-stage[+id+]): New.
6654 (restage[+prev+]): Depend on touch-stage[+id+].
6656 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6659 * Makefile.def: Add profile and feedback bootstrap stages.
6660 Remove next field from bootstrap stages.
6661 * Makefile.tpl (LN, LN_S): Substitute.
6662 (stageN-start, stageN-end): Use double-colon rules, to
6663 provide a hook for additional setup commands.
6664 (distclean-stageN-gcc, restageN): Create dependencies from
6665 [+prev+], not from [+next+].
6666 (stageN-bubble): Add commands for successive stages from
6667 [+prev+], using double-colon rules.
6668 (all-stageN-gcc): Fix typo.
6669 (stagefeedback-start, profiledbootstrap): New.
6670 * Makefile.in: Regenerate.
6671 * configure.in: Call ACX_PROG_LN.
6672 * configure: Regenerate.
6674 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6676 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6678 * configure: Regenerate.
6680 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6682 * Makefile.tpl: Fix typo.
6683 * Makefile.in: Regenerate.
6685 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6687 * configure.in: Remove new- prefix from toplevel
6689 * configure: Regenerate.
6691 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6693 Merge this patch from the gcc tree:
6695 2004-05-30 Andreas Jaeger <aj@suse.de>
6696 Jim Wilson <wilson@specifixinc.com>
6698 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6701 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6703 * Makefile.tpl (all.normal): Rename to all.
6704 (all): Replace with a rule to pick the default
6705 target from configure.
6706 (all-gcc, configure-gcc): Use conditionals to
6707 do nothing when toplevel bootstrap is going on.
6708 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6709 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6710 * configure.in: Support --enable-bootstrap.
6712 * Makefile.def: Remove new- prefix from toplevel
6714 * Makefile.tpl: Likewise.
6716 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6719 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6720 $(RECURSE_FLAGS) to recursive invocation of make.
6722 * Makefile.in: Regenerate.
6723 * configure: Regenerate.
6725 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6727 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6728 * configure: Regenerate.
6730 2004-05-25 Daniel Jacobowitz <drow@false.org>
6732 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6733 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6734 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6736 * Makefile.in: Regenerate.
6738 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6740 * configure.in: Test the ability to symlink directories.
6741 * configure: Regenerate.
6743 * Makefile.def (bootstrap-stage): New definitions.
6744 * Makefile.tpl (configure-stage1-gcc,
6745 configure-stage2-gcc, configure-stage3-gcc,
6746 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6747 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6748 new-restage3, compare): Autogenerate, see Makefile.in
6749 entry for behavioral changes.
6750 (distclean-stage1, new-stage1-start, new-stage1-end,
6751 new-stage1-bubble, distclean-stage2, new-stage2-start,
6752 new-stage2-end, new-stage2-bubble, distclean-stage3,
6753 new-stage3-start, new-stage3-end): New autogenerated targets.
6754 (objext, prebootstrap, BOOT_CFLAGS,
6755 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6758 * Makefile.in: Regenerate.
6759 (distclean-stage1, new-stage1-start, new-stage1-end,
6760 new-stage1-bubble, distclean-stage2, new-stage2-start,
6761 new-stage2-end, new-stage2-bubble, distclean-stage3,
6762 new-stage3-start, new-stage3-end): New targets.
6763 (all-stage1-gcc): Move prebootstrap dependency from here...
6764 (configure-stage1-gcc): ...to here.
6765 (new-bootstrap): Use bubble targets.
6766 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6767 Use per-stage distclean targets.
6768 (configure-stage1-gcc, configure-stage2-gcc,
6769 configure-stage3-gcc, all-stage1-gcc,
6770 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6771 Use new-stageN-start to prepare the tree.
6773 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6775 * Makefile.def (host_modules): add libcpp.
6776 * Makefile.tpl: Add dependencies on and for libcpp.
6777 * Makefile.in: Regenerate.
6778 * configure.in: Add libcpp host module.
6779 * configure: Regenerate.
6781 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6783 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6785 * configure, Makefile.in: Regenerate.
6787 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6789 Merge from tree-ssa-20020619-branch.
6791 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6792 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6793 (HOST_GMPLIBS): Define.
6794 (HOST_GMPINC): Define.
6795 (TARGET_LIB_PATH): Add libmudflap.
6796 (GFORTRAN_FOR_TARGET): Define.
6797 (configure-build*): Export GFORTRAN.
6798 (configure-gcc): Export GMPLIBS and GMPINC.
6799 (all-gcc): Add maybe-all-libbanshee.
6800 (configure-target-libgfortran): Define.
6801 * Makefile.in: Regenerate.
6802 * configure.in (host_libs): Add libbanshee.
6803 (target_libraries): Add target-libmudflap and target-libgfortran.
6804 Add --with-libbanshee.
6805 Handle --disable-libmudflap.
6806 (*-*-freebsd*): Use with_gmp.
6807 Add $(libgcj) to noconfigdirs.
6808 * configure: Regenerate.
6809 * depcomp: New file.
6810 * MAINTAINERS: Add tree-ssa maintainers.
6812 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6814 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6815 * configure: Regenerate.
6817 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6820 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6822 * Makefile.def (flags_to_pass): Remove *dir variables that
6823 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6824 as well as prefix and exec_prefix.
6825 * Makefile.in: Regenerate.
6827 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6829 * Makefile.def (host_modules): Mark with the bootstrap
6830 flag packages on which gcc depends.
6831 * Makefile.tpl (all-bootstrap): Use it.
6832 * Makefile.in: Regenerate.
6834 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6836 * Makefile.def (flags_to_pass): Remove *dir variables that
6837 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6838 as well as prefix and exec_prefix.
6839 * Makefile.in: Regenerate.
6841 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6843 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6844 * configure: Regenerate.
6845 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6846 * gcc/Makefile.tpl (compare): Use the result of the test.
6847 * gcc/Makefile.in: Regenerate.
6849 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6851 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6852 Always relocate gcc and prev-gcc to the original names, even
6854 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6857 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6859 * configure.in (mips*-*-irix5*): Enable ld.
6860 * configure: Regenerate.
6862 2004-04-15 James E Wilson <wilson@specifixinc.com>
6864 * Makefile.tpl (configure-[+module+], configure-gcc,
6865 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6866 Set and export LDFLAGS.
6867 * Makefile.in: Regenerate.
6869 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6872 * Makefile.tpl: If we don't have built-in-tree target tools,
6873 use the ones found by configure rather than hacking around with
6874 program_transform_name.
6875 * configure.in: Give Makefile.tpl the information necessary
6877 * Makefile.in: Regenerate.
6878 * configure: Regenerate.
6880 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6883 * configure.in: When computing baseargs, strip *all* copies of
6884 offending options. Also, don't match/substitute the trailing space,
6885 so that this actually works when two similar options are separated by
6887 * configure: Regenerate.
6889 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6891 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6892 (rs6000-*-aix*): Same.
6893 * configure: Regenerate.
6895 2004-03-25 Stan Shebs <shebs@apple.com>
6897 Remove MPW support, no longer used.
6898 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6899 mpw-install: Remove files.
6900 * src-release (DEVO_SUPPORT): Remove names of removed files.
6901 * MAINTAINERS: Likewise.
6903 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6905 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6906 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6907 * Makefile.in: Regenerate.
6909 * configure.in (top level bootstrap support): Rework --enable-werror
6910 to set @stage2_werror_flag@.
6911 * configure: Regenerate.
6912 * Makefile.tpl (top level bootstrap support): Pass
6913 @stage2_werror_flag@ down to configure in stages 2 and 3.
6914 * Makefile.in: Regenerate.
6916 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6918 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6919 for stages 2 and 3 as well as in make. As a consequence, remove
6920 OUTPUT_OPTION (now detected by configure) from the flags passed down
6922 * Makefile.in: Regenerate.
6924 * Makefile.tpl (new-bootstrap): Fix typo.
6925 * Makefile.in: Regenerate.
6927 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6929 * Makefile.tpl: Rearrange by moving recursive_targets rules
6930 into their proper sections.
6931 * Makefile.tpl (top level bootstrap support): Move disabling
6932 of coverage flags from 'make' to 'configure'; improve comments.
6933 * Makefile.in: Regenerate.
6935 * Makefile.tpl (experimental top level bootstrap) Move stage1
6936 language setting from all- target to configure- target; disable
6937 intermodule optimization in stage 1; prevent gratuitous rebuilds
6939 * Makefile.in: Regenerate.
6940 * configure.in: Comma-separate stage 1 language list for top
6942 * configure: Regenerate.
6944 * Makefile.tpl: Clean up experimental top level bootstrap support:
6945 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6946 prev-gcc in configure- targets as well as all- targets.
6947 * Makefile.in: Regenerate.
6949 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6951 * configure.in: Remove symbolic link section.
6952 * configure: Regenerate.
6953 * Makefile.tpl (links): Remove.
6954 * Makefile.in: Regenerate.
6956 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6957 Nathanael Nerode <neroden@gcc.gnu.org>
6959 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6960 Set with AC_CHECK_PROGS.
6961 * configure.in: Fix comment typo from last patch.
6962 * configure: Regenerate.
6964 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6966 * Makefile.tpl: Introduce experimental top level bootstrap support.
6967 * Makefile.in: Regenerate.
6968 * configure.in: Introduce support for top level bootstrap.
6969 * configure: Regenerate.
6971 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6972 Paolo Bonzini <bonzini@gnu.org>
6975 * configure.in: Cope with shells that do not support unquoted ^
6976 * configure: Regenerate.
6978 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6979 Paolo Bonzini <bonzini@gnu.org>
6982 * configure.in: Cope with shell that do not support nesting
6983 quotes inside quoted backquote substitutions.
6984 * configure: Regenerate.
6986 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6989 * configure.in: Fix escaping of $.
6990 * configure: Regenerate.
6992 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6994 * configure: Regenerate.
6996 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6999 Move language detection to the top level.
7000 * configure.in: Find default values for the tools as
7001 soon as possible. Disable ada if GNAT is not found.
7002 Emit error message about missing languages. Expand
7003 --enable-languages=all for the gcc subdirectory.
7005 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7007 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7009 * configure: Regenerated.
7011 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7014 * Makefile.tpl: Guard XFOO sed statements better.
7015 * Makefile.tpl: Add dependency for configure-target-libada.
7016 * Makefile.in: Regenerate (incidentally fixes broken
7017 commit when libada-branch was merged).
7019 2004-02-28 Andrew Cagney <cagney@redhat.com>
7021 * src-release (CVS_NAMES): Define.
7022 (do-tar, do-tar): Prune $(CVS_NAMES).
7024 2004-02-23 Andrew Cagney <cagney@redhat.com>
7026 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
7029 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7032 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7034 2004-02-19 Andrew Cagney <cagney@redhat.com>
7036 * config.guess: Update from version 2003-06-12 to 2004-02-16.
7037 * config.sub: Update from version 2003-06-13 to 2004-02-16.
7039 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7041 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7042 (rs6000-*-aix*): Same.
7043 * configure: Regenerate.
7045 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7047 * configure.in (host): Add in missing $noconfigdirs to defines.
7048 * configure: Regenerate.
7050 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7051 Nathanael Nerode <neroden@gcc.gnu.org>
7053 PR ada/6637, PR ada/5911
7054 Merge with libada-branch:
7055 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7056 with appropriate dependencies. Add --enable-libada configure switch.
7057 * configure, Makefile.in: Regenerate.
7059 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7061 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7062 * configure: Regenerate.
7064 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7066 * COPYING.NEWLIB: Update Red Hat license to 2004.
7068 2004-01-23 DJ Delorie <dj@redhat.com>
7070 * Makefile.def (target_modules) [libiberty]: Don't stage.
7071 * Makefile.in: Rebuilt.
7073 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
7075 * COPYING.NEWLIB: Update to include copyrights for new
7078 2004-01-15 Andrew Cagney <cagney@redhat.com>
7080 * src-release: Update copyright year.
7081 (do-proto-toplev): Configure using i686-pc-linux-gnu.
7082 (NEWLIB_SUPPORT_DIRS): Delete macro.
7083 (newlib.tar.bz2): Delete rule.
7085 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7087 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7088 * Makefile.tpl (configure-target-[+module+]): Support stage.
7089 * Makefile.in: Rebuilt.
7091 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7093 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
7096 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7098 * configure.in: Use ./config.cache, not config.cache.
7099 * configure: Regenerate.
7100 * Makefile.tpl: Special-casing not needed for GCC any more.
7101 * Makefile.in: Regenerate.
7103 * configure.in: Don't share a cache file for host dirs.
7104 * configure: Regenerate.
7106 * config-ml.in: Don't mess with the cache file.
7108 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7110 * Makefile.tpl: Make GCC use a separate config.cache.
7111 * Makefile.in: Regenerate.
7113 PR bootstrap/11932, PR bootstrap/11933
7114 (I don't know if it will fix either of them, but it relates
7116 * configure.in: Don't use shared config.cache for target
7118 * configure: Regenerate.
7120 2003-12-31 Roger Sayle <roger@eyesopen.com>
7122 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7123 * configure: Regenerated.
7125 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7127 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7128 * configure: Regenerated.
7130 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7132 Port change over from GCC:
7133 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7134 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7135 (configure-build-[+module+], configure-[+module+]): Likewise.
7136 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7137 * Makefile.in: Regenerate.
7139 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7141 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7142 * configure: Regenerate.
7144 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7146 * COPYING.NEWLIB: Add license info for long long routines added to
7149 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7151 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7152 * Makefile.in: Regenerate.
7154 2003-10-20 Phil Edwards <phil@codesourcery.com>
7156 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7157 * configure: Regenerate.
7159 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7161 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7163 * Makefile.in: Regenerate.
7165 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7167 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7168 * configure: Rebuilt
7169 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7170 * Makefile.in: Rebuilt
7172 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7174 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7176 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7178 * config-ml.in: Use ac_configure_args directly instead of
7179 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7182 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7184 * config-ml.in: Propagate INSTALL variables.
7186 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7188 * configure.in: Pass a computed --program-transform-name
7190 * configure: Regenerated.
7192 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7194 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7195 * Makefile.in: Regenerate.
7197 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7198 * Makefile.in: Regenerate.
7200 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7202 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7204 * configure: Regenerated.
7206 2003-09-12 Michael Chastain <mec@shout.net>
7209 * src-release (do-proto-topleve): Remove junk files
7210 intl/config.cache, intl/config.status,
7211 intl/config.h, intl/stamp-h.
7213 2003-09-14 Andrew Cagney <cagney@redhat.com>
7215 * src-release (dejagnu.tar): New target.
7216 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7217 (do-djunpack): Use $(PACKAGE) for the package name.
7219 2003-09-04 DJ Delorie <dj@redhat.com>
7221 * configure: Regenerate.
7223 2003-09-04 Robert Millan <robertmh@gnu.org>
7225 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7227 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7229 * configure.in: Ensure arguments to sed are properly spaced.
7230 * configure: Regenerate.
7232 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7235 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7236 * install-sh: Update to newer upstream versions (associated with
7238 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7240 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7242 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7243 * configure: Regenerated.
7245 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7247 * configure.in: Use newline instead of semicolon when assuming
7248 shell arguments in a for loop.
7249 * configure: Regenerated.
7251 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7254 * configure.in: When testing with_libs and with_headers, treat
7255 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7256 * configure: Regenerate.
7258 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7260 (baseargs): Likewise.
7261 * configure: Regenerate.
7263 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7265 * configure.in: Disable libgcj for darwin not on powerpc.
7266 * configure: Rebuild.
7268 2003-08-15 Michael Chastain <mec@shout.net>
7270 * src-release (do-proto-toplev): Remove junk files
7271 dejagnu/example/calc/config.status,
7272 dejagnu/example/calc/config.log.
7274 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7276 * config-ml.in, symlink-tree: Add license.
7278 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7282 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7283 * Makefile.tpl (check, check-c++): Express dependencies using
7284 dependencies rather than commands.
7285 * Makefile.in: Regenerate.
7287 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7288 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7289 * Makefile.in: Update.
7291 2003-08-01 Andrew Cagney <cagney@redhat.com>
7293 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7296 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7298 * configure.in: Enable libgcj for darwin.
7299 * configure: Rebuild.
7301 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7303 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7305 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7307 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7308 creating target and build subdirs to build all parent dirs as needed.
7309 * Makefile.in: Rebuild.
7310 * configure.in: Don't build dirs explicitly here.
7311 * configure: Rebuild.
7313 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7315 * Makefile.tpl (all-make): Depend on intl.
7316 * Makefile.in: Rebuilt.
7318 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7320 * config.if: Remove unused libc_interface determination.
7322 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7324 * Makefile.in: Regenerate, correctly this time.
7326 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7328 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7329 unused INSTALL_PROGRAM_ARGS.
7330 * configure.in: Use AC_PROG_INSTALL.
7331 * Makefile.in: Regenerate.
7332 * configure: Regenerate.
7334 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7336 * configure: Rebuilt.
7337 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7338 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7339 newlib nor libgloss.
7340 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7341 * configure.in (am33_2.0-*-linux*): Added.
7343 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7345 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7346 * configure: Regenerate.
7348 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7350 * config-ml.in: Replace PWD with PWD_COMMAND.
7351 * Makefile.tpl: Likewise.
7352 * Makefile.in: Regenerated.
7354 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7356 * configure.in: Clean up config-lang.in handling. Delete
7357 useless assignment to "subdirs".
7358 * configure: Regenerate.
7360 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7362 * configure.in: Rename 'target_libs' to 'target_libraries'.
7363 Remove useless reference to 'target_libs'.
7364 * configure: Regenerate.
7366 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7368 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7369 * Makefile.in: Regenerate.
7371 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7373 * Makefile.def: Introduce flags_to_pass.
7374 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7375 * Makefile.in: Regenerate.
7377 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7379 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7380 and target-libgloss.
7381 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7382 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7383 * configure: Regenerate.
7385 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7387 * configure.in: Update testsuite_flags to new location.
7388 * configure. Regenerate.
7390 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7392 * Makefile.tpl: Remove BUILD_CC stuff.
7393 * Makefile.in: Regenerate.
7395 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7397 * config.guess: Update to 2003-06-12 version.
7398 * config.sub: Update to 2003-06-13 version.
7400 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7402 * MAINTAINERS: Add myself as MIPS co-maintainer.
7404 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7406 * config.guess: Update to 2003-06-06 version.
7407 * config.sub: Update to 2003-06-06 version.
7409 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7411 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7412 * configure. Regenerate.
7414 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7416 * configure.in: Disable serial configure by default.
7417 * configure: Regenerate.
7418 * Makefile.tpl: Abolish .NOTPARALLEL.
7419 * Makefile.in: Regenerate.
7421 * Makefile.tpl: Replace {build,host,target}_canonical by
7422 {build,host,target}.
7423 * Makefile.in: Regenerate.
7425 * Makefile.tpl: Fix stupid pasto.
7426 * Makefile.in: Regenerate.
7428 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7430 * Makefile.tpl: Remove bogus conditional.
7431 * Makefile.in: Regenerate.
7433 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7435 * Makefile.tpl: Make 'recursive targets' using autogen rather
7436 than shell loop. Remove duplicate 'clean' targets and false
7438 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7439 Add systematic method of specifying missing targets in subdirs.
7440 Add copyright boilerplate.
7441 * Makefile.in: Regenerate.
7442 * configure.in: Add 'recursive targets' to maybe list.
7443 * configure: Regenerate.
7445 * Makefile.tpl: Rename [+target+] to [+make_target+].
7446 * Makefile.def: Rename 'target' to 'make_target'.
7448 2003-05-30 Nick Clifton <nickc@redhat.com>
7450 * README-maintainer-mode: Update URL for locating blessed config
7453 2003-05-29 Robert Millan <rmh@debian.org>
7455 * ltconfig: Import this patch and modify for use with current
7456 version of ltconfig:
7458 2003-05-21 Bruno Haible <bruno@clisp.org>
7460 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7463 2003-05-28 DJ Delorie <dj@redhat.com>
7465 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7466 * Makefile.in: Regenerate.
7468 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7470 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7472 2003-05-21 DJ Delorie <dj@redhat.com>
7474 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7476 * Makefile.in: Regenerate.
7478 2003-05-21 DJ Delorie <dj@redhat.com>
7480 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7481 * Makefile.in: Regenerate.
7483 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7485 * configure.in: Use curly braces in the definition of tooldir.
7486 * configure: Regenerate.
7488 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7490 * configure.in: Switch more things to use maybe dependencies.
7491 * Makefile.tpl: Switch more things to use maybe dependencies.
7492 Factor out common code from autogen IF statements.
7493 * configure: Regenerate.
7494 * Makefile.in: Regenerate.
7496 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7498 * configure.in: Accept i[3456789]86 for machine type.
7499 * configure: Regenerate.
7501 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7503 * configure.in: Switch more things to use maybe dependencies.
7504 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7505 * configure: Regenerate.
7506 * Makefile.tpl: Switch more things to use maybe dependencies.
7507 * Makefile.in: Regenerate.
7509 2003-05-16 Andreas Schwab <schwab@suse.de>
7511 * Makefile.tpl (install-opcodes): Define.
7512 * Makefile.in: Rebuild.
7514 2003-05-13 Andreas Jaeger <aj@suse.de>
7516 * config.guess: Update to 2003-05-09 version.
7517 * config.sub: Update to 2003-05-09 version.
7519 2003-05-13 Michael Eager <eager@mvista.com>
7521 * configure.in: Correct sed script so that options in quotes are not
7523 * configure: Rebuild.
7525 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7527 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7528 and $$s/newlib/libc/sys/cygwin32 include paths.
7531 2003-05-05 H.J. Lu <hjl@gnu.org>
7533 * config-ml.in: Restored from gcc repository.
7535 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7537 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7538 * Makefile.in: Regenerate.
7540 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7542 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7545 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7547 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7548 * Makefile.in: Regenerated.
7550 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7552 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7553 * Makefile.in: Regenerate.
7555 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7557 * configure.in (powerpc64*-*-linux*): Remove.
7558 * configure: Rebuilt.
7560 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7562 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7563 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7565 * Makefile.in: Regenerate.
7567 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7569 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7570 * configure: Regenerated.
7572 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7574 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7575 * */configure: Rebuilt.
7577 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7579 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7580 * Makefile.in: Regenerate.
7582 2003-03-14 Michael Chastain <mec@shout.net>
7584 * Makefile.in: Regenerate with correct Makefile.def.
7586 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7588 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7590 * Makefile.in: Regenerate.
7591 * configure.in: Clean up gxx_include_dir logic.
7592 * configure: Regenerate.
7594 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7596 * configure.in (gxx_include_dir): Fix typo.
7597 * configure: Regenerated.
7599 2003-03-06 Andrew Cagney <cagney@redhat.com>
7601 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7603 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7605 * configure.in: Include $(build_tooldir)/sys-include in
7607 * configure: Regenerated.
7609 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7611 * Makefile.tpl: Reindent.
7612 * Makefile.in: Regenerate.
7613 * configure.in: Reindent. Don't set unused variables.
7614 * configure: Regenerate.
7616 * Makefile.tpl: Always pass down RANLIB.
7617 * Makefile.in: Regenerate.
7619 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7620 * Makefile.in: Regenerate.
7621 * configure.in: Remove unused logic relating to --enable-shared
7622 and --enable-threads. Remove bogus comments. Remove redundant
7624 * configure: Regenerate.
7626 * configure.in: Replace ${libstdcxx_version} by its value.
7627 Remove reference to mh-dgux.
7628 * configure: Regenerate.
7630 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7632 * Makefile.tpl: Rearrange.
7633 * Makefile.in: Regenerate.
7635 2003-02-25 Nick Clifton <nickc@redhat.com>
7637 * configure: Remove site-file supprot - it is obsolete.
7639 2003-02-24 Uwe Stieber <uwe@wwws.de>
7641 * configure.in: Add support for kaOS as cross build target system.
7642 * configure: Regenerated.
7644 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7646 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7647 configure-target-* as some target builds may require additional
7648 flags for preprocessor tests.
7649 * Makefile.in: Regenerated.
7651 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7653 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7654 * ltconfig: Handle it.
7655 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7658 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7660 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7661 it is used as argument to $CC.
7662 * ltcf-gcj.sh: Likewise.
7664 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7666 * configure.in: Introduce --enable-maintainer-mode.
7667 * configure: Rebuilt.
7668 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7669 for maintainer mode.
7670 * Makefile.in: Rebuilt.
7672 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7674 * configure: Regenerate using autoconf 2.13.
7676 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7678 * config.guess: Import latest version.
7679 * config.sub: Import latest version.
7681 2003-02-18 Jason Merrill <jason@redhat.com>
7683 * Makefile.tpl (check-c++): Allow parallelism.
7685 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7687 * configure: Regenerate using autoconf 000227.
7689 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7691 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7692 don't configure target-libobjc.
7693 * configure: Regenerate.
7695 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7697 * Makefile.tpl (RANLIB): Define.
7698 * Makefile.in: Regenerate.
7700 2003-02-06 Keith R Seitz <keiths@redhat.com>
7702 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7703 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7704 * Makefile.in: Regenerated.
7705 * configure.in: Remove all traces of snavigator, db, and grep.
7706 * configure: Regenerated.
7708 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7710 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7711 * Makefile.in: Regenerated.
7713 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7715 * config.if: Copy from GCC.
7717 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7719 * configure.in: Revert 24Jan change.
7720 * configure: Regenerate.
7722 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7724 * configure.in: Revert previous change.
7725 * configure: Regenerate.
7727 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7729 * configure.in: Make rda native-only.
7730 * configure: Regenerate.
7732 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7734 * configure.in: Add missing \.
7735 * configure: Rebuilt.
7737 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7739 * configure.in (baseargs): Avoid using \| in sed regular
7741 * configure: Rebuilt.
7743 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7745 * configure.in (baseargs): Remove all supported forms of
7746 --cache-file, --srcdir, --host, --build and --target options
7747 from argument lists.
7748 * configure: Rebuilt.
7750 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7752 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7753 * configure: Rebuilt.
7755 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7757 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7758 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7759 * Makefile.in: Regenerate.
7760 * configure: Regenerate.
7762 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7764 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7765 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7766 * Makefile.in: Regenerate.
7768 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7770 * configure.in: Remove Makefile in build, host and target modules
7771 unless configure was run with --no-recursion.
7772 * configure: Rebuilt.
7774 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7776 * config.guess: Update to 2003-01-03 version.
7777 * config.sub: Update to 2003-01-03 version.
7779 2003-01-07 Christopher Faylor <cgf@redhat.com>
7781 * configure: Regenerate with proper autoconf 2.13.
7783 2003-01-07 Christopher Faylor <cgf@redhat.com>
7785 * configure.in: Add AC_PREREQ for consistency.
7786 * configure: Regenerate.
7788 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7790 * configure.in (GDB_TK): Add tcl directories conditional on
7791 gdb/gdbtk directory being present.
7792 * configure: Regenerate.
7794 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7796 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7797 by gcc if LD is not defined and we are not doing a Canadian Cross.
7798 * configure: Rebuilt.
7800 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7802 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7804 2002-12-31 Tom Tromey <tromey@redhat.com>
7806 * Makefile.in: Rebuilt.
7807 * Makefile.def (target_modules) [libffi]: Allow installation.
7809 2002-12-31 Andreas Schwab <schwab@suse.de>
7811 * configure.in: Fix use of $program_transform_name.
7812 * configure: Regenerated.
7814 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7816 * configure.in (baseargs): Don't remove first configure argument.
7817 * configure: Regenerated.
7819 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7821 * Makefile.tpl (local-distclean): Don't remove...
7822 (multilib.ts): ... this. Moved into...
7823 (multilib.out): ... this. Don't use sub-make.
7824 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7825 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7826 (configure-build-[+module+], configure-[+module+],
7827 configure-target-[+module+], configure-gcc): ... these. Test
7828 for Makefile existence. Drop config.status from dependencies.
7829 * Makefile.in: Rebuilt.
7830 * configure.in: Move gcc-version-trigger to the end of
7831 ac_configure_args. Add comments to maybedep.tmp and
7832 serdep.tmp. Introduce --disable-serial-configure. Remove
7833 nonopt from baseargs, matching and removing corresponding
7834 whitespace while at it.
7835 * configure: Rebuilt.
7837 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7839 * configure.in (host_configargs): Replace reference to
7840 no-longer-defined buildopts with --build=${build_alias}.
7841 * configure: Rebuilt.
7843 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7845 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7846 program_transform_name to standard idiom.
7847 (AUTOGEN, AUTOCONF): Define.
7848 (Makefile.in): Use $(AUTOGEN).
7849 (Makefile): Depend on config.status, and use autoconf-style rule to
7850 build it. Move original commands to...
7851 (config.status): ... this new target.
7852 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7854 * Makefile.in: Rebuilt.
7856 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7858 * Makefile.tpl: Fix dramatic bustage due to change in
7859 program_transform_name.
7860 * Makefile.in: Regenerate.
7862 * configure.in: Remove unnecessary PATH setting.
7863 * configure: Regnerate.
7865 * configure.in: Don't default to unprefixed tools unless
7866 the native tools will work.
7867 * configure: Regenerate.
7869 * configure.in: Convert to autoconf script. Blow away lots
7870 of now-redundant Makefile fragments.
7871 * configure: Generate using Autoconf.
7872 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7873 * Makefile.in: Regenerate.
7875 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7877 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7878 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7880 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7883 2002-12-24 Andreas Schwab <schwab@suse.de>
7885 * Makefile.tpl (multilib.out): Fix missing space.
7886 * Makefile.in: Regenerate.
7888 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7890 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7891 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7892 * Makefile.in: Regenerate.
7893 * configure.in: Remove unnecessary leftovers.
7895 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7897 * configure.in (extra_ranlibflags_for_target): New variable.
7898 (*-*-darwin): Add -c to ranlib commands.
7899 * configure (tooldir): Handle extra_ranlibflags_for_target.
7901 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7903 * COPYING.NEWLIB: Updated.
7904 * COPYING.LIBGLOSS: Ditto.
7906 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7908 * Makefile.tpl: Revert HJL's change.
7909 * Makefile.in: Regenerated.
7910 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7913 2002-12-19 Andreas Schwab <schwab@suse.de>
7915 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7916 * Makefile.in: Regenerate.
7918 2002-12-18 H.J. Lu <hjl@gnu.org>
7920 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7921 * Makefile.in: Regenerated.
7923 * configure.in (build_prefix): New. Substitute.
7925 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7927 * Makefile.tpl: Don't let real targets depend on phony targets.
7928 * Makefile.in: Regenerate.
7930 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7931 * Makefile.in: Regenerate.
7933 2002-12-16 Jason Merrill <jason@redhat.com>
7935 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7936 previous 'make bootstrap'.
7937 * Makefile.in: Regenerate.
7939 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7941 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7943 2002-12-13 Jason Merrill <jason@redhat.com>
7945 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7947 (check-c++): Just depend on it and check-target-libstdc++-v3.
7948 * Makefile.in: Regenerate.
7950 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7952 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7953 * Makefile.in: Regenerate.
7955 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7957 * COPYING.NEWLIB: Update list of alternate Regent of California
7958 licenses and discuss official revoking of advertising clause.
7959 * COPYING.LIBGLOSS: Ditto.
7961 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7963 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7964 * Makefile.in: Rebuilt.
7966 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7968 * configure: Fix bug put in by gremlins.
7970 * Makefile.tpl: Substitute more autoconfily.
7971 * configure: Substitute more autoconfily.
7972 * Makefile.in: Regenerate.
7974 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7976 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7977 * Makefile.in (all-sim): Ditto.
7979 2002-12-06 DJ Delorie <dj@redhat.com>
7981 * Makefile.tpl: Change configure dependencies to not have real
7982 targets depend on phony targets.
7984 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7986 * configure.in: Revert unintentional change.
7988 * src-release: Configure host subdirs.
7990 * Makefile.tpl: Change dependency for */multilib.out so that
7991 it works when gcc isn't in the tree.
7993 * configure.in: Substitute more.
7994 * configure: Run subconfigures from the Makefile.
7995 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7996 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7998 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8000 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8001 and corresponding dependencies.
8002 * Makefile.in: Regenerate.
8004 * configure.in (host_tools): Order binutils, gas and ld for
8005 convenience in running the testsuites.
8007 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8008 * Makefile.in: Regenerate.
8009 * configure.in: Introduce rules to serialize subconfigure runs.
8011 * configure.in: Introduce BASE_CC_FOR_TARGET.
8012 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8013 Realize configure-build-* targets. Realize configure-target-* targets.
8014 * Makefile.in: Regenerate.
8016 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8018 * configure: Move gcc_version_trigger stuff from here...
8019 * configure.in: ...to here.
8021 * configure.in: Separate subconfigure options added by this file from
8022 options given by the user. Add machinery to put args for host
8023 subconfigures into the Makefile.
8025 * Makefile.tpl: Remove 'vault' targets.
8026 * Makefile.tpl: Reorder and comment dependencies.
8027 * Makefile.in: Regenerate.
8029 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8031 * configure.in: Move host-specific darwin noconfigdirs into
8032 the host-specific section.
8034 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8036 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
8038 * Makefile.in: Regenerate.
8040 (finishing slow-motion replay)
8041 * configure: Remove skip-this-dir support.
8042 * Makefile.tpl: Remove skip-this-dir support.
8044 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8046 * Makefile.in: Regenerate.
8048 * Makefile.tpl: Strip out useless setting of 'dir'.
8049 * Makefile.in: Regenerate.
8051 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8053 (finishing slow-motion replay)
8054 * configure.in: Fix deeply stupid bug.
8056 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8057 shell code in CXX_FOR_TARGET
8058 * Makefile.def: Introduce raw_cxx.
8059 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8061 * Makefile.in: Regenerate.
8063 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8065 (finishing slow-motion replay)
8066 * Makefile.tpl: Remove unnecessary ifs.
8067 * Makefile.in: Regenerate.
8069 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8070 dependencies. Maybe-ize build-libiberty. Create dummy install
8071 targets for 'no_install' modules.
8072 * configure: Move GDB_TK substitution to configure.in. Move
8073 build_modules stuff to configure.in.
8074 * configure.in: Implement soft dependency machinery. Maybe-ize
8075 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8076 * Makefile.in: Regenerate.
8078 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8080 (continuing slow-motion replay)
8081 * Makefile.tpl: Make all-target, install-target behave similarly
8082 to all, install (only hitting configured targets). Eliminate
8083 unused macro defintions.
8085 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8088 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8090 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8092 * configure.in: Produce lists of subdir targets we're actually
8093 configuring. Remove references to "dosrel".
8094 * Makefile.tpl: Let configure set which subdir targets are hit.
8095 Remove install-cross; clean up install; remove ALL. Remove
8096 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8097 Autogenerate host module targets. Remove empty dependency lines
8098 and redundant dependency; rearrange slightly.
8099 * Makefile.def: Add host-side libtermcap, utils.
8101 * Makefile.in: Regenerate.
8103 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8105 (Continuing slow-motion replay)
8106 * Makefile.def: Add list of recursive targets to autogenerate.
8108 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8109 targets. Autogenerate *-build-* targets.
8110 * Makefile.in: Regenerate.
8112 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8114 (Continuing slow-motion replay)
8115 * configure: More autoconf-style substitutions.
8116 * Makefile.tpl: More autoconf-style substitutions.
8117 * Makefile.in: Regenerate.
8119 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8121 (Continuing slow-motion replay)
8122 * configure: Substitute more variables in a more autoconf-friendly
8123 way. Simplify slightly.
8124 * Makefile.tpl: Make more variables substitutable in an
8125 autoconf-friendly way.
8126 * Makefile.in: Regenerate.
8128 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8130 (Continuing slow-motion replay)
8131 * configure.in (v810*): Remove special setting of tools.
8133 * configure: Add support for extra required flags for ar or nm.
8134 * configure.in (aix4.3+): Use above support for target-specific
8135 issues, rather than using config/mt-aix43.
8137 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8139 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
8140 * configure: Remove 'removing', which doesn't work. Replace $subdir
8141 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8142 with $srcdir. Reformat indentation. Substitute some variables
8143 formerly hard-coded in the Makefile for build=host.
8144 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8145 * Makefile.def: Autogenerate more.
8146 * Makefile.in: Regenerate.
8148 2002-11-13 Bruce Korb <bkorb@gnu.org>
8150 * Makefile.tpl: syntactic cleanup
8152 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8154 * Makefile.def (host_modules): Add rda.
8155 * Makefile.in: Regenerate.
8156 * configure.in (target_tool): Add target-rda to list.
8158 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8160 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8161 and restrap targets to this rule.
8162 * Makefile.in: Regenerate.
8164 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8166 * configure.in (i[3456]86-*-linux*): Add check to disable
8167 ${libgcj} for glibc1.
8169 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8171 * configure.in: Add tic4x target.
8173 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8175 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8176 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8177 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8178 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8179 * Makefile.in: Regenerate.
8181 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8183 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8184 * Makefile.in: Regenerate.
8186 * Makefile.def: Remove order dependency comments.
8187 * Makefile.tpl: Add explicit install-install dependencies.
8188 * Makefile.in: Regenerate.
8190 * Makefile.tpl: Remove material now in src-release. (Finally!)
8191 * Makefile.in: Regenerate.
8193 * configure: Restore my original patch by syncing with gcc version.
8195 * Bring following over from gcc:
8197 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8199 * configure.in (s390*-*-linux*): Enable libgcj.
8201 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8203 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8205 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8207 * configure: Move stray lines back to where they belong.
8209 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8211 * Makefile.tpl: Insert configure-target target, for src-release.
8213 * configure: Finish reverting change which Andrew Cagney started
8214 reverting. Should fix bustage.
8216 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8217 * src-release: New file. Contains material for making net
8218 releases for gdb, binutils, et al., formerly in Makefile.in.
8220 2002-09-30 Nick Clifton <nickc@redhat.com>
8222 * cpu: New top level directory. Intended to hold input files for
8223 CGEN which have FSF copyright assignment.
8224 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8226 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8228 Revert below (note that src does not contain Makefile.tpl):
8229 * Makefile.tpl: Make subsituted variables more autoconfy.
8230 * Makefile.in: Regenerate.
8232 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8234 * configure: Revert accidentally applied changes.
8236 * Makefile.tpl: Make more autoconf-friendly.
8237 * Makefile.in: Regenerate.
8238 * configure: Make substitution more autoconf-like.
8240 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8242 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8243 single entry to handle all these.
8244 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8245 libjava on arm-*-elf.
8247 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8249 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8250 things that depend on them.
8252 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8254 * Makefile.tpl: Make subsituted variables more autoconfy.
8255 * Makefile.in: Regenerate.
8256 * configure: Make seds more autoconfy.
8258 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8260 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8261 * Makefile.in: Regenerate.
8262 * configure.in: Rewrite sed statements to look autoconfy.
8264 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8265 all-target-foo on configure-target-foo.
8266 * Makefile.def: Ditto.
8267 * Makefile.in: Rebuild.
8269 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8271 * Makefile.def: New file.
8272 * Makefile.tpl: New file.
8273 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8275 * configure.in: Minor rearrangement. Simplify tests.
8277 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8279 * configure.in (with_headers): Skip copy if value is "yes".
8280 (with_libs): Likewise.
8282 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8284 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8285 * configure.in (sh*-*-pe*): Ditto.
8286 * configure.in (mips*-*-pe*): Ditto.
8287 * configure.in (*arm-wince-pe): Ditto.
8289 * configure.in: Rearrange.
8291 2002-09-12 Nick Clifton <nickc@redhat.com>
8293 * Import these changes from the config master repository:
8295 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8297 * config.sub: Add tic4x target.
8299 2002-09-03 Ben Elliston <bje@redhat.com>
8301 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8302 Reported by <Duncan_Stodart@insession.com>.
8304 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8306 * COPYING.NEWLIB: More updates.
8308 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8310 * COPYING.NEWLIB: Update.
8312 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8314 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8316 * config.guess: Import version 2002-08-23.
8317 * config.sub: Import version 2002-08-22.
8319 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8321 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8322 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8323 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8325 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8327 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8329 2002-08-04 H.J. Lu (hjl@gnu.org)
8331 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8333 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8335 * configure.in: Move generic linux case to end. Copy generic
8336 linux noconfigdirs to mips*-*-linux* entry and new
8337 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8339 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8341 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8342 one instance of them which was missed to the list to update.
8344 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8346 * config.guess: Update to 2002-07-09 version.
8347 * config.sub: Update to 2002-07-03 version.
8349 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8351 * configure.in: Remove two redundant tests.
8353 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8355 * configure.in (mips*-*-irix6*o32): Enable stabs.
8357 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8359 * configure.in: Don't build grez.
8360 * Makefile.in: Ditto.
8362 * Makefile.in: Remove references to bsp, cygmon, libstub.
8363 * configure.in: Ditto.
8365 * configure.in: Remove leftover reference to gdbtest.
8367 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8369 * configure.in (gxx_include_dir): Change to match versioned
8370 C++ headers if --enable-version-specific-runtime-libs is used.
8372 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8374 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8376 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8378 * configure.in: Make --without-x work.
8380 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8382 * contrib: New directory. Created to contain a copy of the
8383 texi2pod.pl script so that it is in the same place as the version in
8384 the FSF GCC sources.
8386 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8388 * configure.in: Rearrange target Makefile fragment collection.
8390 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8392 * configure.in: Ditto.
8394 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8396 * Makefile.in: Eliminate 'apache' targets.
8397 * configure.in: Eliminate 'apache' targets.
8399 * configure.in: Eliminate redundant tests. Reorganize.
8401 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8403 * config-ml.in: Eliminate references to Cygnus configure.
8405 * Makefile.in: Eliminate references to building emacs.
8407 2002-07-01 Denis Chertykov <denisc@overta.ru>
8409 * configure.in: Add support for ip2k.
8411 2002-06-24 Ben Elliston <bje@redhat.com>
8413 * configure.in (host_tools): Remove cgen.
8415 * Makefile.in (all-cgen): Remove; runs from its source directory.
8416 (check-cgen, install-cgen, clean-cgen): Likewise.
8417 (all-opcodes): No not depend on all-cgen.
8418 (all-sim): Likewise.
8420 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8422 * configure.in: Fix AIX configury bug.
8424 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8426 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8428 * configure.in: Move definition of libstdcxx_flags right above
8429 usage, rather than way earlier.
8431 * configure.in: Pull definition of is_cross_compiler earlier.
8433 * configure.in: Rearrange a little.
8435 * configure.in: Remove references to librx.
8436 * Makefile.in: Remove references to librx.
8438 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8440 * configure.in: Eliminate ${gasdir} variable.
8442 2002-06-18 Dave Brolley <brolley@redhat.com>
8444 * configure.in: Add support for frv.
8445 * config.sub: Add support for frv.
8447 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8449 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8451 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8453 * configure.in (vax-*-netbsd*): Re-enable gas.
8455 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8457 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8458 BUILD_PREFIX_1, to correct nomenclature.
8459 * configure: Likewise.
8461 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8462 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8464 2002-05-31 Olaf Hering <olh@suse.de>
8466 * config-ml.in: Propogate DESTDIR also.
8468 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8470 * configure.in (vax-*-netbsd*): Don't build gas for this
8473 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8475 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8478 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8480 * config.sub: Add DLX target.
8482 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8484 * config.guess: Update to 2002-05-22 version.
8485 * config.sub: Likewise.
8487 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8489 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8490 * config-ml.in: Likewise.
8491 * configure: Likewise.
8492 * configure.in: Likewise.
8494 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8496 * configure.in: Simplify makefile fragment collection.
8498 * configure.in: Remove code to build emacs.
8500 * configure.in : Remove --srcdir argument from targargs and buildargs
8501 (it's always overridden in the Makefile anyway). Rearrange a bit.
8503 * configure: Move some logic to configure.in.
8504 * configure.in: Move some logic from configure.
8506 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8508 * COPYING.LIBGLOSS: New file.
8510 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8512 * Makefile.in: Honour DESTDIR.
8514 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8516 * configure.in (noconfigdirs): Don't disable libgcj on
8517 sparc64-*-solaris* and sparcv9-*-solaris*.
8519 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8521 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8523 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8525 * configure.in (FLAGS_FOR_TARGET): Do not add
8526 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8527 on i[3456]86-*-linux*.
8529 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8531 * configure.in (noconfigdirs): Replace [ ] with test.
8533 * configure.in (noconfigdirs): Do not add target-newlib if
8534 target == i[3456]86-*-linux*, and host == target.
8536 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8538 * config.guess: Updated to 2002-04-26's version.
8539 * config.sub: Updated to 2002-04-26's version.
8541 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8543 * configure.in: delete reference to absent file
8545 * configure.in: replace '[' with 'test'
8547 * configure.in: Eliminate references to gash.
8548 * Makefile.in: Eliminate references to gash.
8550 * configure.in: remove useless references to 'pic' makefile fragments.
8552 * configure.in: (*-*-windows*) Finish removing.
8554 * configure.in: Eliminate redundant test for libgui.
8556 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8558 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8559 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8561 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8563 * configure.in: remove references to dead files
8565 2002-04-18 Tom Tromey <tromey@redhat.com>
8567 * configure.in: Disallow configuring libgcj when it is already
8568 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8569 Solaris 2.8 by default. For PR libgcj/6158.
8571 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8573 * configure.in: Move default CC setting out of config/mh-* fragments
8576 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8578 * configure.in: don't even try to configure or make a subdirectory
8579 if there's no configure script for it.
8581 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8583 * MAINTAINERS: Remove chill maintainers.
8584 * Makefile.in (CHILLFLAGS): Remove.
8585 (CHILL_LIB): Remove.
8586 (TARGET_CONFIGDIRS): Remove libchill.
8587 (CHILL_FOR_TARGET): Remove.
8588 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8590 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8591 (CHECK_TARGET_MODULES): Likewise.
8592 (INSTALL_TARGET_MODULES): Likewise.
8593 (CLEAN_TARGET_MODULES): Likewise.
8594 (configure-target-libchill): Remove.
8595 (all-target-libchill): Remove.
8596 * configure.in (target_libs): Remove target-libchill.
8597 Do not compute CHILL_FOR_TARGET.
8598 * libchill: Remove directory.
8600 2002-04-15 DJ Delorie <dj@redhat.com>
8602 * Makefile.in, configure.in, configure: Sync with gcc, entries
8605 2002-04-08 Tom Tromey <tromey@redhat.com>
8607 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8608 Fixes PR libgcj/6068.
8610 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8612 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8614 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8616 * configure.in (alpha*-dec-osf*): Enable libgcj.
8618 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8620 Fix for: PR bootstrap/3591, target/5676
8621 * configure.in (mcore-pe): Disable the configuration of
8622 libstdc++-v3 since exceptions are not supported.
8624 2002-03-20 Anthony Green <green@redhat.com>
8626 * configure.in: Enable libgcj for xscale-elf target.
8628 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8630 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8632 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8634 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8636 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8637 libstdc++-v3 and libjava.
8639 2002-02-11 Adam Megacz <adam@xwt.org>
8641 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8644 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8646 * config.guess: Updated to 2002-01-30's version.
8647 * config.sub: Updated to 2002-02-01's version.
8648 Contribute sh64-elf.
8649 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8650 * configure.in: Added sh64-*-*.
8652 2002-01-17 H.J. Lu <hjl@gnu.org>
8654 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8655 (all-target-fastjar): Also depend on all-target-libiberty.
8657 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8659 * configure, configure.in: Use temp file for long sed commands.
8661 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8663 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8666 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8668 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8670 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8672 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8674 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8676 * configure: Handle temporary files securely using mkdir.
8678 2001-09-26 Will Cohen <wcohen@redhat.com>
8680 * configure.in (*-*-linux*): Disable configuration of target-newlib
8681 and target-libgloss.
8683 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8685 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8688 2001-08-11 Graham Stott <grahams@redhat.com>
8690 * Makefile.in (check-c++): Add missing semicolon.
8692 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8694 * configure.in (sh-*-linux*): New.
8696 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8698 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8699 and libgcj on m68hc11/m68hc12.
8701 2001-06-27 H.J. Lu (hjl@gnu.org)
8703 * Makefile (CFLAGS_FOR_BUILD): New.
8704 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8706 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8708 * configure.in (libstdcxx_flags): Do not try to execute
8709 libstdc++-v3/testsuite_flags until it exists.
8711 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8713 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8715 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8717 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8719 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8721 * configure.in: Move *-chorusos target case to the proper switch.
8724 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8726 * Makefile.in (STAGE1_CFLAGS): Pass down.
8728 2001-04-13 Alan Modra <amodra@one.net.au>
8730 * config.guess: Add hppa64-linux support. Note for next import that
8731 this is already in the master file.
8732 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8734 2001-03-22 Colin Howell <chowell@redhat.com>
8736 * Makefile.in (DO_X): Do not backslash single-quotes in
8737 backquotes (two places).
8739 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8741 * Makefile.in (DO_X): Quote nested quotes.
8743 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8745 * Makefile.in (DO_X): Use double quotes for quoting
8746 "RANLIB=$${RANLIB}".
8748 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8750 * configure.in: Only use `lang_requires' for languages athat are
8753 2001-03-07 Tom Tromey <tromey@redhat.com>
8755 * configure.in: Allow config-lang.in to set `lang_requires' to list
8756 of other required languages.
8758 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8760 * Makefile.in: Remove RANLIB definition. Use RANLIB
8761 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8762 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8764 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8765 Alexandre Oliva <aoliva@redhat.com>
8767 * Makefile.in (check-c++): Use tabs, not spaces.
8769 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8771 * Makefile.in (check-c++): New rule.
8773 * configure.in (target_libs): Remove libg++.
8774 (noconfigdirs): Remove libg++.
8775 (noconfigdirs): Same.
8776 (noconfigdirs): Same.
8777 (noconfigdirs): Same.
8779 * config-ml.in: Remove libg++ references.
8781 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8782 (ALL_TARGET_MODULES): Same.
8783 (configure-target-libg++): Remove.
8784 (all-target-libg++): Remove.
8785 (configure-target-libio): Remove.
8786 (all-target-libio): Remove.
8787 (check-target-libio): Remove.
8789 (libg++.tar.bz2): Remove.
8790 (all-target-cygmon): Remove libio.
8791 (all-target-libstdc++): Remove.
8792 (configure-target-libstdc++): Remove.
8793 (TARGET_LIB_PATH): Remove libstdc++.
8794 (ALL_GCC_CXX): Remove libstdc++.
8795 (all-target-gperf): Correct.
8797 2001-02-15 Anthony Green <green@redhat.com>
8799 * configure: Introduce GCJ_FOR_TARGET.
8800 * configure.in: Ditto.
8801 * Makefile.in: Ditto.
8803 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8805 * configure.in: for *-chorusos, don't config target-newlib and
8808 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8810 Remove V2 C++ library.
8811 * configure.in: Remove --enable-libstdcxx_v3 support.
8813 2001-01-27 Richard Henderson <rth@redhat.com>
8815 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8817 2001-01-26 Tom Tromey <tromey@redhat.com>
8819 * configure.in: Allow libgcj to be built on Sparc Solaris.
8821 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8823 * configure.in: Enable libgcj on several additional platforms.
8825 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8827 * configure.in: Enable libgcj for linux targets.
8829 2001-01-09 Mike Stump <mrs@wrs.com>
8831 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8832 failures of subdirectories.
8834 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8836 * configure: handle DOS-style absolute paths.
8838 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8840 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8842 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8844 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8845 (libstdcxx_incdir): Pass down.
8846 * config.if: Remove expired bits for cxx_interface, add stub.
8847 (libstdcxx_incdir): Add variable for g++ include directory.
8848 * configure.in (gxx_include_dir): Use it.
8850 2000-12-15 Andreas Jaeger <aj@suse.de>
8852 * configure.in: Handle lang_dirs.
8854 2000-12-13 Anthony Green <green@redhat.com>
8856 * configure.in: Disable libgcj for any target not specifically
8857 listed. Disable libgcj for x86 and Alpha Linux until compatible
8860 2000-12-13 Mike Stump <mrs@wrs.com>
8862 * Makefile.in (local-distclean): Also remove fastjar.
8864 2000-12-10 Anthony Green <green@redhat.com>
8866 * configure.in: Define libgcj. Disable libgcj target libraries for
8869 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8871 * configure.in (target_libs): Revert 2000-12-08 patch.
8872 (noconfigdirs): Added target-libjava.
8874 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8876 * Makefile.in: handle DOS-style absolute paths.
8878 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8880 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8882 * configure.in (target_libs): Removed `target-libjava'.
8884 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8886 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8887 (ALL_MODULES): Added fastjar.
8888 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8889 (all-target-libjava): all-fastjar replaces all-zip.
8890 (all-fastjar): Added.
8891 (configure-target-fastjar, all-target-fastjar): Likewise.
8892 * configure.in (host_tools): Added fastjar.
8894 2000-12-07 Mike Stump <mrs@wrs.com>
8896 * Makefile.in (local-distclean): Remove leftover built files.
8898 2000-11-16 Fred Fish <fnf@be.com>
8900 * configure.in (enable_libstdcxx_v3): Fix typo,
8901 libstd++ -> libstdc++.
8903 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8905 * configure: Provide the original toplevel configure arguments
8906 (including $0) to subprocesses in the environment rather than
8907 through gcc/configargs.h.
8909 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8911 * configure: Turn on libstdc++ V3 by default.
8913 2000-10-16 Michael Meissner <meissner@redhat.com>
8915 * configure (gcc/configargs.h): Only create if there is a build GCC
8918 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8920 * configure: Save configure arguments to gcc/configargs.h.
8922 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8924 * Makefile.in (bootstrap): avoid recursion if subdir missing
8926 (do-proto-toplev): ditto
8928 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8930 * configure.in: Do not build byacc for hppa64. Provide paths to the
8931 X11 libraries for hppa64.
8933 2000-09-02 Anthony Green <green@cygnus.com>
8935 * Makefile.in (all-gcc): Depend on all-zlib.
8936 (CLEAN_MODULES): Add clean-zlib.
8937 (ALL_MODULES): Add all-zlib.
8938 * configure.in (host_libs): Add zlib.
8940 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8942 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8943 $targargs to tell whether newlib is going to be built.
8945 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8946 $$r/TARGET_SUBDIR/libio for _G_config.h.
8948 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8950 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8952 * configure: Make enable_threads and enable_shared defaults
8953 explicit. Substitute enable_threads into generated Makefiles.
8954 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8955 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8957 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8959 * configure.in: Re-enable all references to libg++ and librx.
8961 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8963 * configure.in: Add *-*-freebsd* configurations.
8965 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8967 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8968 (do-tar, do-bz2): New rules.
8969 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8970 (gdb-tar): New rule.
8971 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8972 (insight_dejagnu.tar): New rule.
8973 (insight.tar): New rule.
8974 (gdb+dejagnu.tar): New rule.
8975 (gdb.tar): New rule.
8977 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8979 * MAINTAINERS: Update dejagnu/
8981 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8983 * ltmain.sh (relink_command): Fix typo in previous change.
8985 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8987 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8988 (relink_command): Added --tag flags.
8989 (mode=install): If relinking fails; error out.
8991 2002-03-12 Richard Henderson <rth@redhat.com>
8993 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8995 (do-check): Rename from check.
8996 (check): Allow parallel check.
8998 2002-03-11 Richard Henderson <rth@redhat.com>
9000 * Makefile.in (.NOTPARALLEL): Add fake tag.
9002 2002-03-07 H.J. Lu (hjl@gnu.org)
9004 * configure.in: Enable gprof for mips*-*-linux*.
9006 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9008 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9010 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
9012 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9014 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
9016 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
9018 * config.guess: Import from master sources, rev 1.232.
9019 * config.sub: Import from master sources, rev 1.246.
9021 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9023 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9024 because its Makefile is there; test for the executable instead.
9026 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9028 Contribute sh64-elf.
9029 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9030 * configure.in: Added sh64-*-*.
9032 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
9034 * COPYING.NEWLIB: Remove advertising clause from
9035 Berkeley and Red Hat licenses.
9037 2002-02-01 Mo DeJong <supermo@bayarea.net>
9039 * Makefile.in: Add all-tix to deps for all-snavigator
9040 so that tix is built when building snavigator.
9042 2002-02-01 Ben Elliston <bje@redhat.com>
9044 * config.guess: Import from master sources, rev 1.229.
9045 * config.sub: Import from master sources, rev 1.240.
9047 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9049 From Steve Ellcey <sje@cup.hp.com>:
9050 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9051 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9052 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9054 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9055 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9056 soname_spec, sys_lib_search_path_spec): Ditto.
9058 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9060 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9061 target-libiberty, and target-libgloss. Skip Java-related
9062 libraries if not supported for NetBSD on target CPU.
9064 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
9066 * configure.in: Import StrongARM and XScale target_configdirs from
9069 2002-01-16 H.J. Lu (hjl@gnu.org)
9071 * config.guess: Import from master sources, rev 1.225.
9072 * config.sub: Import from master sources, rev 1.238.
9074 * MAINTAINERS: Updated notes on config.guess and config.sub.
9076 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9078 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9079 ld and gdb are not supported.
9081 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9083 * Change reference to Cygnus Solutions to be Red Hat.
9085 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9087 * COPYING.NEWLIB: Update generic copyright date.
9089 2002-01-07 Mark Salter <msalter@redhat.com>
9091 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9092 Allow target-libgloss to be built for arm, strongarm, and xscale.
9094 2002-01-03 Ben Elliston <bje@redhat.com>
9096 * MAINTAINERS: Update URL for config.* scripts.
9098 2001-12-18 Alan Modra <amodra@bigpond.net.au>
9100 * config.sub: Import latest version.
9101 * config.guess: Likewise.
9103 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9105 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9106 options for i[3456]86-pc-linux* native builds.
9108 2001-12-05 Laurent Guerby <guerby@acm.org>
9110 * MAINTAINERS: gcc adopts symlink-tree, refer more to
9113 Import this patch from gcc:
9115 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9117 * symlink-tree: handle DOS-style absolute paths.
9119 2001-11-28 DJ Delorie <dj@redhat.com>
9120 Zack Weinberg <zack@codesourcery.com>
9122 When build != host, create libiberty for the build machine.
9124 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9126 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9128 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9130 (all.normal): Depend on ALL_BUILD_MODULES.
9131 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9132 (all-build-libiberty): Depend on configure-build-libiberty.
9134 * configure: Calculate and substitute proper value for
9136 * configure.in: Create the build subdirectory.
9137 Calculate and substitute TARGET_CONFIGARGS (formerly
9138 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9140 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
9142 * config.sub: Update to version 1.232 on subversion.
9144 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9146 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9147 files from .po files for a distribution.
9149 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9151 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9153 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9155 Merged from net gcc:
9156 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9157 * ltcf-c.sh: Use $objext, not $ac_objext.
9158 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9159 * ltcf-cxx.sh: Add support for GNU.
9160 2001-07-22 Timothy Wall <twall@redhat.com>
9161 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9162 default settings if using GNU tools with that configuration.
9163 * ltcf-cxx.sh: Ditto.
9164 * ltcf-gcj.sh: Ditto.
9165 2001-07-21 Michael Chastain <chastain@redhat.com>
9166 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9167 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9168 * ltmain.sh: Mark as gcc-local.
9170 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9172 * Makefile.in (all-bison): Revert 2001-10-24.
9173 Don't depend on texinfo.
9175 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9177 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9179 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9181 * configure.in (--enable-languages): Be more permissive about
9182 syntax. Check for empty lists better. Warn about $LANGUAGES.
9184 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9186 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9188 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9190 Makefile.in (all-bison): Don't depend on texinfo.
9192 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9194 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9196 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9198 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9200 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9202 * config.sub, config.guess: Import latest from subversions.
9204 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9206 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9207 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9208 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9209 avoid quotes nesting problems.
9210 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9211 (DO_X): Export only variables that are set.
9213 2001-09-19 Ben Elliston <bje@redhat.com>
9215 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9216 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9217 semantics. Use the shell built-in "type" command instead.
9219 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9221 * config.sub: Reverted the earlier change, this version is not the
9224 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9226 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9227 Add support for mips64.
9229 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9231 * configure.in: Enable libstdc++-v3 for h8300 targets.
9233 2001-08-30 Eric Christopher <echristo@redhat.com>
9234 Jason Eckhardt <jle@redhat.com>
9236 * config.sub: Add support for mipsisa32.
9238 2001-08-30 Eric Christopher <echristo@redhat.com>
9240 * config.sub, config.guess: Import latest from subversions.
9242 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9244 * config.sub, config.guess: Import latest from subversions.
9246 2001-07-26 DJ Delorie <dj@redhat.com>
9248 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9250 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9252 * Makefile.in: Revert 2001-06-17.
9253 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9255 2001-06-17 H.J. Lu <hjl@gnu.org>
9257 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9258 (gas+binutils.tar.bz2): Likewise.
9259 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9261 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9263 * Makefile.in (VER): When present, extract the version number from
9264 the file version.in.
9266 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9268 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9269 gcc/xgcc is built, use -print-prog-name to find out the program
9272 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9274 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9275 with_gcc]: Use `gcc -shared' to build a shared library.
9277 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9279 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9282 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9284 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9285 libraries when using g++ with native linker.
9287 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9289 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9291 2001-05-24 Tom Rix <trix@redhat.com>
9293 * configure.in : enable ld for aix
9295 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9297 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9298 [aix4*|aix5*]: Prepend blank.
9300 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9302 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9303 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9304 of subdir/configure scripts to use the new libtool.m4.
9306 2001-05-14 H.J. Lu <hjl@gnu.org>
9308 * config.if (libc_interface): Set to -libc6.2- for cross
9309 compiling to Linux/glibc 2.2.
9311 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9313 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9316 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9318 * configure.in (noconfigdirs): Don't reset it from scratch in the
9319 target case; only append to it.
9321 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9323 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9324 sparc-*-solaris2.8]: Disable ${libgcj}.
9326 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9328 * configure.in (libgcj_saved): Copy from $libgcj.
9329 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9332 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9334 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9337 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9339 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9340 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9342 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9344 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9346 (bootstrap, cross): Use RECURSE_FLAGS.
9347 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9349 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9351 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9353 2001-03-23 Nick Clifton <nickc@redhat.com>
9355 * README-maintainer-mode: Add note about inability to use "make
9356 distclean" in maintainer mode.
9358 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9361 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9362 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9363 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9364 * ltcf-cxx.sh: Likewise.
9365 * ltcf-gcj.sh: Likewise.
9367 2001-03-22 Philip Blundell <philb@gnu.org>
9369 * config.sub, config.guess: Import latest from subversions.
9371 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9373 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9374 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9376 2001-03-20 Michael Chastain <chastain@redhat.com>
9378 * Makefile.in: all-m4 depends on all-texinfo.
9380 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9382 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9384 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9386 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9389 2001-02-16 Nick Clifton <nickc@redhat.com>
9391 * configure.in (noconfigdirs): Allow configuration of texinfo
9394 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9396 * config.guess: Add linux target for S/390.
9397 * config.sub: Likewise.
9398 * configure.in: Likewise.
9400 2001-02-06 Ben Elliston <bje@redhat.com>
9402 * configure: Output host type to stdout, not stderr.
9404 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9406 * config.guess: Import from subversions.gnu.org (revision 1.181).
9407 * config.sub: Import from subversions.gnu.org (revision 1.199).
9409 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9411 * config.guess: Handle hppa64-linux systems.
9413 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9415 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9416 Don't unset, it's non-portable and no longer necessary, set to empty
9419 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9421 * ltconfig: Shell portability fix for the tagname validity check.
9423 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9425 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9427 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9429 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9430 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9432 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9434 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9435 keep at least one of build_libtool_libs or build_old_libs set to
9438 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9440 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9441 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9443 2000-11-07 Philip Blundell <pb@futuretv.com>
9445 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9447 2000-11-03 Philip Blundell <pb@futuretv.com>
9449 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9452 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9454 * COPYING.NEWLIB: Put into source repository.
9456 2001-01-15 Ben Elliston <bje@redhat.com>
9458 * configure.in (host_tools): Add sid.
9459 Always configure cgen.
9460 * Makefile.in (all-sid): New target.
9461 (check-sid, clean-sid, install-sid): Likewise.
9463 2001-01-07 Andreas Jaeger <aj@suse.de>
9465 * config.sub, config.guess: Update from subversions.
9467 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9469 * configure.in: Disable language-specific target libraries for
9470 languages that aren't enabled.
9472 2000-11-24 Nick Clifton <nickc@redhat.com>
9474 * configure.in (xscale-elf): Add target.
9475 (xscale-coff): Add target.
9476 (c4x, c5x, tic54x): Move after ARM targets.
9478 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9480 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9482 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9484 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9486 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9488 * Makefile.in: Merge with GCC and libgcj.
9489 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9490 configure-target-<library> when their configure scripts need the C
9491 or C++ library to have already been built to work properly.
9492 (do_proto_toplev): Set them to an empty string.
9494 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9496 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9497 (REALLY_SET_LIB_PATH): Use them.
9499 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9501 * config.sub: Add support for Sun Chorus
9503 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9505 * config.sub: Add support for the *-storm-chaos OS.
9507 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9509 * configure.in (noconfigdirs): Don't compile some
9510 of the libraries for 68HC11 & 68hc12 targets.
9512 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9514 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9515 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9516 all affected `configure' scripts.
9518 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9520 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9523 2000-09-12 Philip Blundell <philb@gnu.org>
9525 * config.sub, config.guess: Update from subversions.
9527 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9529 * Makefile.in (all-zlib): Added dummy target.
9531 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9532 multi-language branch.
9534 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9536 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9537 (bootstrap*): Depend on all-bootstrap.
9539 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9541 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9542 crosses, but add gcc/include to the header search path for them.
9544 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9546 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9547 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9548 * gettext.m4: New file, extracted from aclocal.m4.
9550 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9552 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9553 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9556 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9558 * Makefile.in (ALL_MODULES): Add all-cgen.
9559 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9560 (all-cgen): New target.
9561 (all-opcodes,all-sim): Depend on all-cgen.
9562 * configure.in (host_tools): Add cgen.
9563 Only configure cgen if --enable-cgen-maint.
9565 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9567 * config-ml.in (CC, CXX): Don't introduce a leading space.
9569 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9571 * configure.in (libstdcxx_flags): Use
9572 libstdc++-v3/src/libstdc++.INC.
9574 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9576 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9578 2000-08-11 Jason Merrill <jason@redhat.com>
9580 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9581 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9582 (FLAGS_FOR_TARGET): Not here.
9583 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9585 2000-08-07 DJ Delorie <dj@redhat.com>
9587 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9588 "if we're also building gcc, and it's a gcc that will run on the
9589 build machine, we want to use its includes instead of the system's
9592 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9594 * configure.in (libstdcxx_flags): Don't use `"'.
9596 * config-ml.in: Adjust multilib search paths to the
9597 appropriate multilib tree.
9599 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9601 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9602 commas in $LANGUAGES.
9604 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9606 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9608 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9610 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9611 CXX_FOR_TARGET for sed.
9613 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9615 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9616 Do not override if already set in the environment or in configure.
9617 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9618 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9620 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9622 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9623 (GCC_FOR_TARGET): Use it.
9624 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9625 * configure.in: ... here.
9626 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9627 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9629 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9631 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9632 (configure-target-libchill, configure-target-libobjc): Likewise.
9634 * configure.in: Use the same cache file for all target libs.
9635 * config-ml.in: But different cache files per multilib variant.
9637 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9639 * configure (topsrcdir): Don't use dirname.
9641 2000-07-20 Jason Merrill <jason@redhat.com>
9643 * configure.in: Remove all references to libg++ and librx.
9645 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9647 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9649 * config.sub: Update to subversions version 2000-07-06.
9651 2000-07-12 Andrew Haley <aph@cygnus.com>
9653 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9654 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9656 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9658 * symlink-tree: Check number of arguments.
9660 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9662 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9664 2000-07-05 Jim Wilson <wilson@cygnus.com>
9666 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9667 search path for a g++ extracted from the build tree. This
9668 will allow link tests run by configure scripts in
9669 subdirectories to succeed.
9671 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9673 * ltconfig: Add support for mips-dde-sysv4.2MP
9675 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9677 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9678 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9680 2000-06-19 Timothy Wall <twall@cygnus.com>
9682 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9683 * config.sub: Add tic54x target.
9685 2000-06-07 Phillip Thomas <pthomas@suse.de>
9687 * README-maintainer-mode: New file: Contains notes on using
9688 --enable-maintainer-mode with binutils.
9690 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9692 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9694 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9696 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9697 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9699 20000-05-21 H.J. Lu (hjl@gnu.org)
9701 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9702 directory are used if they exist. Make sure
9703 $(build_tooldir)/include is searched for header files,
9704 $(build_tooldir)/lib/ for library files.
9705 (GCC_FOR_TARGET): Likewise.
9706 (CXX_FOR_TARGET): Likewise.
9708 2000-05-18 Jeffrey A Law (law@cygnus.com)
9710 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9712 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9714 * Makefile.in (configure-target-libiberty): Depend on
9715 configure-target-newlib.
9717 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9719 * configure.in, Makefile.in: Merge all libffi-related
9720 configury stuff from the libgcj tree.
9722 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9724 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9725 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9727 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9729 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9730 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9731 current version information. Add to proto-toplev directory.
9732 (gdb-taz): Build do-djunpack.
9734 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9736 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9738 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9740 * ltmain.sh: Preserve in relink_command any environment
9741 variables that may affect the linker behavior.
9743 2000-05-12 Jeffrey A Law (law@cygnus.com)
9745 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9747 2000-05-10 Jim Wilson <wilson@cygnus.com>
9749 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9751 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9753 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9754 with the version name.
9756 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9760 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9762 * djunpack.bat: New file.
9764 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9766 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9767 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9768 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9769 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9771 2000-04-16 Dave Pitts <dpitts@cozx.com>
9773 * config.sub (case $basic_machine): Change default for "ibm-*"
9776 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9778 * Makefile.in (gdb-taz): New target. GDB specific archive.
9779 (do-md5sum): New target.
9781 (PACKAGE): Default to TOOL.
9782 (VER): Default to a shell script.
9783 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9784 md5 checksum generation.
9785 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9786 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9787 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9788 insight.tar.bz2): Use gdb-taz to create archive.
9790 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9792 * configure (warn_cflags): Delete.
9794 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9795 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9797 * configure.in (enable_libstdcxx_v3): Add.
9798 (target_libs): Add bits here to switch between libstdc++-v2 and
9800 * config.if: And this file too.
9801 * Makefile.in: Add libstdc++-v3 targets.
9803 2000-04-05 Michael Meissner <meissner@redhat.com>
9805 * config.sub (d30v): Add d30v as a basic machine type.
9807 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9809 * configure.in: -linux-gnu*, not -linux-gnu.
9811 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9813 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9814 (do-tar-bz2): Replace TOOL with PACKAGE.
9815 (gdb.tar.bz2): Remove GDBTK from GDB package.
9816 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9817 dejagnu.tar.bz2): New packages.
9819 2000-02-27 Andreas Jaeger <aj@suse.de>
9821 * configure.in: Add entry for mips*-*-linux*, move catch all
9822 *-*-*linux* entry below this one.
9824 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9826 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9828 2000-02-24 Nick Clifton <nickc@cygnus.com>
9830 * config.sub: Support an OS of "wince".
9832 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9834 * config.guess, config.sub: Updated to match config's 2000-02-15
9837 2000-02-23 Linas Vepstas <linas@linas.org>
9839 * config.sub: Add support for Linux/IBM 370.
9840 * configure.in: Likewise.
9842 2000-02-22 Nick Clifton <nickc@cygnus.com>
9844 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9846 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9848 * config.guess: Guess "cygwin" rather than "cygwin32".
9850 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9852 * configure (gcc_version): When setting, narrow search to
9853 lines containing `version_string'.
9855 2000-02-15 Denis Chertykov <denisc@overta.ru>
9857 * config.sub: Add support for avr target.
9859 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9861 * config.sub: Add mmix-knuth-mmixware.
9863 2000-01-27 Christopher Faylor <cgf@redhat.com>
9865 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9866 structure stuff to -L library search.
9867 (CXX_FOR_TARGET): Ditto.
9868 (CROSS_CHECK_MODULES): Fix spelling mistake.
9870 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9872 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9875 2000-01-12 Richard Henderson <rth@cygnus.com>
9877 * configure.in: Don't build some bits for beos.
9879 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9881 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9884 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9886 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9889 1999-12-14 Richard Henderson <rth@cygnus.com>
9891 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9892 * config.sub: Accept alphaev[78], alphaev8.
9894 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9896 * config.guess, config.sub: Update from autoconf.
9898 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9900 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9901 necessary libraries are missing.
9903 1999-10-25 Andreas Schwab <schwab@suse.de>
9905 * configure: Fix quoting inside arguments of eval.
9907 1999-10-21 Nick Clifton <nickc@cygnus.com>
9909 * config-ml.in: Allow suppression of some ARM multilibs.
9911 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9913 * config.guess: Add OS/390 match pattern.
9914 * config.sub: Add mvs, openedition targets.
9915 * configure.in (i370-ibm-opened*): New.
9917 1999-09-04 Steve Chamberlain <sac@pobox.com>
9919 * config.sub: Add support for configuring for pj.
9921 1999-08-31 Nick Clifton <nickc@cygnus.com>
9923 * config.sub (maybe_os): Add support for configuring for fr30.
9925 1999-08-25 Nick Clifton <nickc@cygnus.com>
9927 * configure.in: Do not configure or build ld for AIX
9928 platforms. ld is known to be broken on these platforms.
9930 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9932 * config-ml.in: Pass compiler flag corresponding to multidirs to
9935 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9937 * Makefile.in (LDFLAGS): Define.
9939 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9941 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9943 (*-*-cygwin*): Likewise.
9945 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9948 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9949 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9951 From Eli Zaretskii <eliz@is.elta.co.il>:
9952 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9953 long file name when using DJGPP on MS-DOS.
9955 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9957 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9959 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9961 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9962 dependency as this causes "make check" to globally "make all"
9964 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9966 * configure.in (target_libs): Added target-zlib.
9967 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9968 (CONFIGURE_TARGET_MODULES): Likewise.
9969 (CHECK_TARGET_MODULES): Likewise.
9970 (INSTALL_TARGET_MODULES): Likewise.
9971 (CLEAN_TARGET_MODULES): Likewise.
9972 (configure-target-zlib): New target.
9973 (all-target-zlib): Likewise.
9974 (all-target-libjava): Depend on all-target-zlib.
9975 (configure-target-libjava): Depend on configure-target-zlib.
9977 * Makefile.in (configure-target-libjava): Depend on
9978 configure-target-newlib.
9979 (configure-target-boehm-gc): New target.
9980 (configure-target-qthreads): New target.
9982 * configure.in (target_libs): Added target-qthreads.
9983 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9984 (CONFIGURE_TARGET_MODULES): Likewise.
9985 (CHECK_TARGET_MODULES): Likewise.
9986 (INSTALL_TARGET_MODULES): Likewise.
9987 (CLEAN_TARGET_MODULES): Likewise.
9988 (all-target-qthreads): New target.
9989 (configure-target-libjava): Depend on configure-target-qthreads.
9990 (all-target-libjava): Depend on all-target-qthreads.
9992 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9993 (CONFIGURE_TARGET_MODULES): Likewise.
9994 (CHECK_TARGET_MODULES): Likewise.
9995 (INSTALL_TARGET_MODULES): Likewise.
9996 (CLEAN_TARGET_MODULES): Likewise.
9997 (all-target-libjava): New target.
9998 (all-target-boehm-gc): Likewise.
9999 * configure.in (target_libs): Added libjava, boehm-gc.
10001 1999-07-22 Ian Lance Taylor <ian@zembu.com>
10003 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10004 configure.bat in SUPPORT_FILES.
10005 (gas+binutils.tar.bz2): Likewise.
10007 * makeall.bat: Remove; obsolete.
10009 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10011 From Mark Elbrecht:
10012 * configure.bat: Remove; obsolete.
10014 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10016 * configure: Add -W -Wall to the default CFLAGS when compiling with
10019 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10021 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10023 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10025 * configure.in: Build ld on IRIX6.
10027 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10029 * Makefile.in: Change distribution targets to use bzip2 instead of
10031 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10032 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10034 1999-06-04 Nick Clifton <nickc@cygnus.com>
10036 * config.sub: Add mcore target.
10038 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
10040 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10042 1999-05-25 H.J. Lu (hjl@gnu.org)
10044 * config.guess (dummy): Changed to $dummy.
10046 1999-05-24 Nick Clifton <nickc@cygnus.com>
10048 * config.sub: Tidied up case statements.
10050 1999-05-22 Ben Elliston <bje@cygnus.com>
10052 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10055 * config.guess: Merge with FSF version. Future changes will be
10056 more accurately recorded in this ChangeLog.
10057 * config.sub: Likewise.
10059 1999-05-20 Stephen L Moshier <moshier@world.std.com>
10061 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10063 1999-04-30 Tom Tromey <tromey@cygnus.com>
10065 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10067 1999-04-23 Tom Tromey <tromey@cygnus.com>
10069 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10071 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
10073 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10074 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10075 Bad merge removed these two changes.
10077 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
10078 Martin Heller (Ing.-Buero_Heller@t-online.de)
10080 * config.guess (interix Alpha): Add.
10082 1999-04-11 Richard Henderson <rth@cygnus.com>
10084 * configure.in (i?86-*-beos*): Do config gperf; don't config
10085 gdb, newlib, or libgloss.
10087 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
10089 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10090 link a trivial program with -mabi=64. If it fails, remove mabi=64
10093 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
10095 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10097 1999-04-08 Nick Clifton <nickc@cygnus.com>
10099 * config.sub: Add support for mcore targets.
10101 1999-04-07 Michael Meissner <meissner@cygnus.com>
10103 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10104 not mt-ospace, in order to shut up assembler warning about using
10105 symbols that are named the same as registers.
10107 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
10109 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10110 dependency list for all-target-cygmon.
10112 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10114 * config-ml.in: Check $host, not $target, for selective multilibs.
10115 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10116 thumb interworking, and underscore prefix multilibs.
10118 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10120 * missing: Update to version from current automake.
10122 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10124 * configure (gxx_include_dir): Removed.
10126 * configure.in (gxx_include_dir): Handle it.
10127 * Makefile.in: Likewise.
10129 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10131 * config.sub (mips64vr4111,mips64vr4111el) Add.
10133 1999-03-21 Ben Elliston <bje@cygnus.com>
10135 * config.guess: Correct typo for detecting ELF on FreeBSD.
10137 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10139 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10142 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10144 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10145 all-target-newlib to dependency list for all-target-bsp.
10147 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10149 * config.sub: Add i386-uwin support.
10150 * config.guess: Likewise.
10152 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10154 * configure.in: cleanup, add mh-*pic handling for arm, special
10155 case powerpc*-*-aix*
10157 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10159 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10162 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10164 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10167 1999-03-02 Nick Clifton <nickc@cygnus.com>
10169 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10171 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10173 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10175 1999-02-24 Nick Clifton <nickc@cygnus.com>
10177 * config.sub: Fix typo in arm recognition.
10179 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10181 * configure.in (noconfigdirs): Changed target_configdirs to
10182 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10183 rather than m68k-*-* since it is not known to work on
10184 m68k-aout. Ditto for arm-*-*oabi.
10186 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10188 * configure.in (*-*-windows*): Remove, no longer used.
10190 1999-02-19 Ben Elliston <bje@cygnus.com>
10192 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10193 Smart and improved by Andrew Cagney.
10195 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10197 * config.guess: Recognize openbsd-*-hppa.
10199 1999-02-17 H.J. Lu (hjl@gnu.org)
10201 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10202 only if it is not empty.
10204 1999-02-17 Nick Clifton <nickc@cygnus.com>
10206 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10208 * config.guess: Modified to recognize uname's armv* syntax.
10210 * config.sub: Modified to recognize uname's armv* syntax.
10212 1999-02-17 Mark Salter <msalter@cygnus.com>
10214 * configure.in: Added target-bsp for sparclite.
10216 1999-02-08 Richard Henderson <rth@cygnus.com>
10218 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10220 1999-02-08 Nick Clifton <nickc@cygnus.com>
10222 * configure.in: Add support for strongarm port.
10223 * config.sub: Add support for strongarm target.
10225 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10227 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10228 the old name config/mh-cygwin32.
10231 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10233 * configure.in: Do build ld for ix86 Solaris.
10235 1999-02-02 Jim Wilson <wilson@cygnus.com>
10237 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10238 $AR_FOR_TARGET. Likewise for RANLIB.
10240 1999-02-02 Catherine Moore <clm@cygnus.com>
10242 * config.sub (oabi): Recognize.
10243 * configure.in (arm-*-oabi): Handle.
10245 1999-01-30 Robert Lipe (robertlipe@usa.net)
10247 * config.guess: Improve detection of i686 on UnixWare 7.
10249 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10251 * config.guess: Add support for i386-pc-interix.
10252 * config.sub: Likewise.
10253 * configure.in: Likewise.
10255 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10257 * Makefile.in: Remove unneeded all-target-libio from
10258 from all-target-winsup target since it is now unneeded.
10259 Add all-target-libtermcap in its place since it is now
10262 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10264 * configure.in: makefile stub for cygwin target is probably
10265 unnecessary. Remove it for now.
10267 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10269 * configure.in: libtermcap.a should be built when cygwin is the
10270 target as well as the host.
10271 * config.guess: Allow mixed case in cygwin uname output.
10272 * Makefile.in: Add libtermcap target.
10274 1998-12-23 Jeffrey A Law (law@cygnus.com)
10276 * config.sub: Clean up handling of hppa2.0.
10278 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10280 * config.guess: Use C code to identify more HP machines.
10282 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10284 * config.sub: Handle hppa2.0.
10286 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10288 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10289 cygmon for all sparclite targets, regardless of object format.
10291 1998-12-15 Mark Salter <msalter@cygnus.com>
10293 * configure.in: Added target-bsp for several target architectures.
10295 * Makefile.in: Added rules for bsp.
10297 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10299 * config.guess: Improve detection of hppa2.0 processors.
10301 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10303 * config.guess: Recognize FreeBSD using ELF automatically.
10305 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10307 * configure (skip-this-dir): Add handling for new shell script, which
10308 might be created by a sub-directory's configure to indicate, this particular
10309 directory is "unwanted".
10310 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10312 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10314 * ltconfig: import from libtool, after changing libtool to
10315 account for the cygwin name change.
10317 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10319 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10320 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10322 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10324 * configure.in: Add libtermcap to list of cygwin dependencies.
10326 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10328 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10329 they include winsup/include when it's a cygwin target.
10331 1998-11-12 Tom Tromey <tromey@cygnus.com>
10333 * configure.in (host_tools): Added zip.
10334 * Makefile.in (all-target-libjava): Depend on all-zip.
10335 (all-zip): New target.
10336 (ALL_MODULES): Added all-zip.
10337 (NATIVE_CHECK_MODULES): Added check-zip.
10338 (INSTALL_MODULES): Added install-zip.
10339 (CLEAN_MODULES): Added clean-zip.
10341 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10343 * Makefile.in: lose "32" from comment about cygwin.
10345 1998-11-05 Nick Clifton <nickc@cygnus.com>
10347 * configure.in: Use -Os to build target libraries for the fr30.
10349 1998-11-04 Dave Brolley <brolley@cygnus.com>
10351 * config.sub: Add fr30.
10353 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10355 * configure.in: drop "32" from config/mh-cygwin32. Check
10356 cygwin* instead of cygwin32*.
10357 * config.sub: Check cygwin* instead of cygwin32*.
10359 1998-10-22 Robert Lipe <robertl@dgii.com>
10361 * config.guess: Match any version of Unixware7.
10363 1998-10-20 Syd Polk <spolk@cygnus.com>
10365 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10368 1998-10-18 Jeffrey A Law (law@cygnus.com)
10370 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10371 these if the appropriate directories and files to not exist.
10373 1998-10-14 Jeffrey A Law (law@cygnus.com)
10375 * Makefile.in (DEVO_SUPPORT): Add config.if.
10377 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10379 * configure: Add pattern to replace "build_tooldir"'s
10380 definition in the generated Makefile with "tooldir"'s
10383 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10385 * config.sub: Bring back lost sparcv9.
10387 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10389 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10391 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10392 CC_FOR_TARGET and friends.
10394 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10396 * Makefile.in (build_tooldir): New variable, same as tooldir.
10397 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10398 -B$(build_tooldir)/bin/.
10399 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10401 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10403 * config.sub: Add support for i[34567]86-pc-udk.
10404 * configure.in: Likewise.
10406 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10408 * Makefile.in: add bzip2 package building bits for user
10410 * configure.in: ditto
10412 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10414 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10415 (ALL_TARGET_MODULES): Add all-target-libobjc.
10416 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10417 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10418 (all-target-libchill): Add dependencies.
10419 * configure.in (target_libs): Add libchill.
10421 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10423 * configure.in (target_subdir): Remove duplicate line.
10425 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10427 * Makefile.in (all-automake): fix dependencies.
10429 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10431 * configure.in: Minor cleanups for building in the $(target_alias)
10434 1998-09-22 Jim Wilson <wilson@cygnus.com>
10436 * Makefile.in (bootstrap): Set r and s before make all. Use
10437 BASE_FLAGS_TO_PASS in make all.
10440 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10442 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10444 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10446 * config.sub: Fix typo in last change.
10448 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10450 * config.sub: Add support for C4x target.
10451 * configure.in: Likewise.
10453 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10455 * config.sub: Recognize sparcv9 just like sparc64.
10457 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10459 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10461 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10463 * config.guess: Correctly identify Pentium II sco boxes.
10465 * config.guess: Fix "tr" code. From Weiwen Liu.
10467 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10469 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10472 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10474 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10475 (ALL_TARGET_MODULES): Add all-target-libchill.
10476 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10477 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10478 (all-target-libchill): Add dependencies.
10479 * configure.in (target_libs): Add libchill.
10481 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10483 * config.guess: Avoid assumptions about "tr" behaves when
10484 LANG is set to something other than English.
10486 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10488 * configure (gxx_include_dir): Changed to
10489 '${prefix}/include/g++'-${libstdcxx_interface}.
10491 * config.if: New to determine the interfaces.
10493 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10495 * config.guess: Detect and handle MPE/IX.
10496 * config.sub: Deal with MPE/IX.
10498 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10500 * configure.in: Use mh-aix43.
10502 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10504 * configure: Fix --without/--disable cases for gxx-include-dir.
10506 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10508 * mdata-sh: Imported. Needed for automake support.
10510 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10512 * Makefile.in (taz): Try "chmod -R og=u ." before
10513 "chmod og=u `find . -print`".
10515 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10517 * configure.in: Add arm-elf and thumb-elf support.
10519 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10521 * Makefile.in: Undo previous patch.
10523 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10525 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10527 (install-no-fixedincludes): and here
10528 (INSTALL_MODULES): ... from here.
10530 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10532 * config.sub: Merge with FSF.
10534 * config.guess: Merge with FSF.
10536 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10538 * configure (extraconfigdirs): New variable.
10539 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10540 * Makefile.in (all): Move higher in file.
10541 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10542 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10543 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10544 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10545 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10547 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10549 * Makefile.in (all-target-libjava): Depend on all-gcc and
10551 (configure-target-libjava): Depend on $(ALL_GCC).
10553 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10555 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10556 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10558 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10560 * ylwrap: Change absolute path checks to check for DOS style path
10563 * ylwrap: Don't use a full path name if the source file is in the
10564 same directory. From hjl@lucon.org (H.J. Lu).
10566 * config-ml.in: Default to being verbose, to match Feb 18 change to
10569 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10571 Brought over from egcs:
10573 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10575 * configure.in (target_subdir): Set to ${target_alias} instead
10578 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10580 * configure.in (target_subdir): Set to libraries if enable_multilib.
10582 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10584 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10585 multilibs, force reconfiguration the first time we create
10586 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10588 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10590 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10591 avoid confusion with --no-recursion.
10593 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10595 * configure.in: Win32 hosts shouldn't use install -x
10596 * install-sh: remove -x option, and special .exe-handling
10599 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10601 * config.guess: Recognize i586-pc-beos.
10602 * configure.in: Don't build some bits for beos.
10604 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10606 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10607 CFLAGS default to -O2.
10609 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10612 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10614 * ltmain.sh: Correct install when using a different shell.
10616 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10618 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10620 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10622 * makefile.vms: Update to build binutils/makefile.vms. Add install
10625 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10627 * ltconfig: Update to correct AIX handling.
10629 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10631 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10633 * configure.in (target_subdir): Set to ${target_alias} instead
10636 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10638 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10639 (Makefile): Depend on $(gcc_version_trigger).
10641 * configure (gcc_version): Change default initializer to empty
10643 (gcc_version_trigger): New variable; pass this variable down
10644 to subdir configures to enable them checking gcc's version
10645 themselves. Emit make macros for both gcc_version vars.
10646 (topsrcdir): Initialize reliably.
10647 (recursion line): Remove --with-gcc-version=${gcc_version}.
10649 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10651 * configure (enable_version_specific_runtime_libs): Implement new flag
10652 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10653 in $(libsubdir); emit definition in each generated Makefile.
10654 (gxx_include_dir): Initialize depending on
10655 $enable_version_specific_runtime_libs.
10657 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10659 * configure (gcc_version): Initialize properly depending on
10660 how and where configure is started.
10661 (recursion line): Pass a --with-gcc-version=${gcc_version}
10662 to configures in subdirs.
10664 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10666 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10669 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10671 * configure.in: Add cygmon and libstub support for mn10200.
10673 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10675 * configure (gcc_version): Add new variable describing the
10676 particular gcc version we're building.
10677 * Makefile.in (libsubdir): Add new macro for the directory
10678 in which the compiler finds executables, libraries, etc.
10679 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10682 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10684 * Makefile.in (local-clean): Remove *.log.
10685 (warning.log): Built with warn_summary from build.log.
10686 (mail-report.log): Run test_summary.
10687 (mail-report-with-warnings.log): Run test_summary including
10688 warning.log in the report.
10690 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10692 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10694 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10696 * Makefile.in (grep): Grep no longer depends on libiberty.
10698 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10700 * Makefile.in: all-snavigator needs all-libgui.
10702 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10704 * configure.in: Add cygmon and libstub support for mn10300.
10706 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10708 * missing: Update to version from automake 1.3.
10710 * ltmain.sh: On installation, don't get confused if the same name
10711 appears more than once in the list of library names.
10713 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10715 * config.sub: Accept m68060 and m5200 as CPU names.
10717 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10719 * configure: Use && rather than using -a in test, because odd
10720 strings can confuse test.
10721 * configure.in: Likewise.
10723 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10725 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10727 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10729 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10730 bootstrap4-lean): New targets.
10732 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10734 * mpw-* Delete. Not used.
10736 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10738 * COPYING.LIB: Update FSF address.
10740 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10742 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10744 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10747 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10749 * ltconfig, ltmain.sh: Avoid producing a version number if
10750 -version-info was not used.
10752 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10754 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10755 building with newlib.
10757 1998-04-30 Paul Eggert <eggert@twinsun.com>
10759 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10760 Solaris `make' causes it to continue to next definition.
10762 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10764 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10765 the right GUI libraries and files are installed along with GDB.
10767 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10769 * configure.in: Change alpha to alpha* in several places.
10771 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10773 * config.sub: Recognize sparc86x.
10775 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10777 * configure.in (--enable-target-optspace): Remove debug echo.
10779 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10781 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10783 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10785 * ltconfig: Update cygwin32 support.
10787 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10788 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10789 (GDB_SUPPORT_DIRS): Likewise.
10791 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10793 * configure.in (target_makefile_frag): If --enable-target-optspace,
10794 use -Os to compile target libraries rather than -O2. Default to
10795 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10797 * configure.in (target_cflags): Ditto for d30v.
10799 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10801 * Makefile.in (all-bfd): Depend on all-intl.
10802 (all-binutils): Likewise.
10803 (all-gas): Likewise.
10804 (all-gprof): Likewise.
10805 (all-ld): Likewise.
10807 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10809 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10811 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10813 * Makefile.in (all-bfd): Depend upon all-libiberty.
10815 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10817 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10819 * Makefile.in: Add libstub.
10821 * configure.in: Ditto. Build libstub for targets that have cygmon
10824 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10826 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10828 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10830 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10831 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10833 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10835 * configure: Define DEFAULT_M4 by searching PATH.
10836 * Makfile.in: Use DEFAULT_M4.
10838 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10840 * ltconfig: Add cygwin32 support.
10842 * Makefile.in, configure.in: Add libtool as a native only directory
10843 to configure and build.
10845 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10847 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10849 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10851 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10853 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10855 * Makefile.in: add ash make rules
10856 * configure.in: add ash to native_only and host_tools lists
10858 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10860 * Makefile.in (all-gettext, all-intl): New targets.
10861 (ALL_MODULES): Added all-gettext, all-intl.
10862 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10863 (INSTALL_MODULES): Added install-gettext, install-intl.
10864 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10866 * configure.in (host_tools): Added gettext.
10867 (native_only): Likewise.
10868 (noconfigdirs) [various cases]: Likewise.
10869 (host_libs): Added intl.
10871 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10873 * configure: Do not disable building gdbtk for cygwin32 hosts.
10875 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10877 * configure.in: Add thumb-coff target.
10878 * config.sub: Add thumb-coff target.
10880 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10882 * Makefile.in: Revert yesterday's change.
10883 (all-target-winsup): all-target-librx stays out of here.
10885 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10887 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10888 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10889 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10890 Remove references to librx and libg++.
10892 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10894 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10897 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10899 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10900 for newlib directory.
10901 (CXX_FOR_TARGET): Likewise.
10903 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10905 * ltconfig: Update after libtool/ltconfig.in change for
10908 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10910 * ltconfig, ltmain.sh: Update to libtool 1.2.
10912 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10914 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10915 (install-gcc-cross): Instead, override LANGUAGES here.
10917 1998-03-18 Dave Love <d.love@dl.ac.uk>
10919 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10920 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10922 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10924 * configure.in: Add Thumb-pe target.
10926 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10928 * Makefile.in - changed sn targets to snavigator
10929 * configure.in - changed sn targets to snavigator
10931 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10933 * config-ml.in: After building symlink tree call make distclean
10934 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10935 to be the case for libiberty.
10937 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10939 * configure: When making link, also check the current
10940 directory. The configure scripts may create one.
10942 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10944 * config.sub: Accept alphapca56 and alphaev6 properly.
10946 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10948 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10950 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10952 * config.sub (sco5): Fix typo.
10954 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10956 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10958 (install-itcl): Remove dependency on install-tcl.
10960 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10962 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10964 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10966 * configure.in: Don't build libgui for a cygwin32 target when not on
10969 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10971 * configure (redirect): Set to null, so default behavior of
10972 configure is now --verbose.
10974 1998-02-16 Dave Love <d.love@dl.ac.uk>
10976 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10977 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10979 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10981 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10982 this change to sync Makefile.in with its ChangeLog entries.
10984 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10986 * ltmain.sh (mkdir): Check that the directory doesn't exist
10987 before we exit with error, so that we don't get races during
10990 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10992 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10994 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10996 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10997 PICFLAG_FOR_TARGET.
10998 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11000 * configure: Emit a definition for the new macro enable_shared
11001 into each Makefile.
11003 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11005 * configure.in (host_tools, native_only): Add libtool.
11007 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11009 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11010 Fix typo in ming config comment.
11012 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11014 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11016 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11018 * config.sub: Add tic30 cases, and map c30 to tic30.
11020 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11022 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11023 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11024 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11025 (CLEAN_TARGET_MODULES): Similarly
11026 (all-target-libf2c): Add dependences.
11027 * configure.in (target_libs): Add libf2c.
11029 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11031 * configure.in: Remove expect from noconfigdirs when target
11032 is cygwin32. OK to build expect and dejagnu with Canadian
11035 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11037 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11040 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11043 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11045 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11046 here as it is not defined in the toplevel Makefile.
11048 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11050 * configure (package_makefile_rules_frag): New variable, which names
11051 a file with generic rules, ...
11052 Change comment to mention we now have FIVE parts.
11053 * configure: Undo last change.
11055 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11057 * config.guess: More accurate determination of HP processor types.
11058 * config.sub: More accurate determination of HP processor types.
11060 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11062 * configure (package_makefile_frag): Move inserting the
11063 ${package_makefile_frag} to where it should be according
11066 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11068 * config.guess: Add support for Linux/ARM.
11070 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11072 * .cvsignore: Remove *-info and *-install since they match
11073 release-info and mpw-install, which we don't want to just ignore.
11075 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11077 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11079 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11081 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11082 local_prefix to sub-make invocations.
11084 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11086 * configure.in: Check makefile fragments in the source
11089 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11091 * configure.in: Check whether host and target makefile
11092 fragments exist before adding them to *_makefile_frag.
11094 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11096 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11098 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11100 * configure.in: Make sure we only replace RPATH_ENVVAR on
11101 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11104 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11107 1998-01-13 Lee Iverson (leei@ai.sri.com)
11109 * config-ml.in (multi-do): LDFLAGS must include multilib
11112 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11114 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11116 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11118 * config.sub: Add mingw32 support.
11119 * configure.in: Likewise.
11121 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11123 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11125 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11127 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11128 * configure (gxx_include_dir): Provide a definition for subdirs
11129 which do not use autoconf.
11131 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11133 * config.guess: Sync with egcs. Picks up new alpha support,
11134 BeOS & some additional linux support.
11136 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11138 * config.guess: HP 9000/803 is a PA1.1 machine.
11140 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11142 * configure.in: It's alpha*-...
11144 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11146 * configure.in (host_makefile_frag, target_makefile_frag):
11147 Handle multiple config files.
11148 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11151 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11155 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11157 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11159 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11161 * Makefile.in: Add libgui directory.
11162 (GDB_TK): Add all-libgui.
11163 * configure.in: Add libgui directory.
11164 * configure: Add all-libgui to GDB_TK.
11166 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11168 * config-ml.in (multidirs): Add m32r to multilib list.
11170 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11172 * Makefile.in (all-target-gperf): Change dependency to
11173 all-target-libstdc++.
11175 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11177 * config.guess: Add BeOS support.
11179 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11181 Source directory cvs renamed to cvssrc:
11182 * configure.in (host_tools): Change cvs to cvssrc.
11183 (native_only): Likewise.
11184 (noconfigdirs) [various cases]: Likewise.
11185 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11186 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11187 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11188 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11189 (all-cvssrc): Rename target from all-cvs.
11191 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11193 * configure (gxx_include_dir): Fix thinko.
11195 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11197 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11198 (install-cross, install-gcc-cross): New targets.
11200 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11202 * configure.in (noconfigdirs): Add support for Thumb target.
11204 * config.sub (maybe_os): Add support for Thumb target.
11206 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11208 * Makefile.in: Add rules for cygmon.
11210 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11212 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11214 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11215 * configure (gxx_include_dir): Provide a definition for subdirs
11216 which do not use autoconf.
11218 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11220 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11223 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11226 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11227 found on RedHat Linux systems.
11229 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11231 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11234 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11236 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11238 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11240 * ltmain.sh: If mkdir fails, check whether the directory was created
11241 anyhow by some other process.
11243 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11245 * configure.in (d30v-*-*): Configure all directories.
11247 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11249 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11252 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11254 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11256 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11258 * include/libiberty.h: Add extern "C" { so it can be used with C++
11260 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11263 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11265 * configure.in (d30v-*-*): Configure GCC now.
11267 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11269 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11270 is no longer needed.
11272 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11274 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11276 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11278 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11279 targets using "$@" to provide support for similar but not identical
11280 targets without having to duplicate code.
11282 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11284 * makefile.vms: Fix to work with DEC C.
11286 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11288 * config.sub: Add mips-tx39-elf to marketing names.
11290 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11292 * ltmain.sh: Handle symlinks in generated script.
11294 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11296 * configure: Handle autoconf style directory options: --bindir,
11297 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11298 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11300 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11301 (sharedstatedir, localstatedir, oldincludedir): New variables.
11302 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11303 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11304 sbindir, sharedstatedir, and sysconfdir.
11306 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11308 * Makefile.in (bootstrap-lean): New target.
11310 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11312 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11313 sn, and gnuserv from noconfigdirs.
11315 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11317 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11319 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11321 * Makefile.in (cross): New target.
11323 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11324 Jeff Law <law@cygnus.com>
11326 * Makefile.in (bootstrap2, bootstrap3): New targets.
11327 (all-bootstrap): Remove outdated and confusing target.
11328 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11330 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11332 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11333 windows. Consistent with gdb/configure.
11335 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11337 * configure.in: Name Linux target fragment.
11339 * configure: Rewrite so that project Makefile fragment is inserted
11340 first and appears last in the resulting Makefile.
11342 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11344 * Makefile.in (install-itcl): Install tcl first.
11346 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11348 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11350 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11352 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11354 * configure.in (skipdirs): Add target-librx for Linux.
11355 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11357 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11359 * Makefile.in (bootstrap): New target.
11361 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11363 * config.sub: Accept 'amigados' for backward compatability.
11365 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11367 * config.guess: Merge with FSF.
11369 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11371 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11373 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11375 * config.sub: Add "marketing-names" patch.
11377 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11379 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11381 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11383 * config.sub: Handle v850-elf.
11385 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11387 * .cvsignore (*-install): Remove.
11389 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11391 * ltconfig: Set CONFIG_SHELL in libtool.
11392 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11394 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11396 * configure.in (target_subdir): Set to libraries if enable_multilib.
11398 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11400 * config.guess: Update from gcc directory.
11402 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11404 * Makefile.in (all-sim): Depends on all-readline.
11406 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11408 * Makefile.in (BISON, YACC): Use $$s.
11409 (all-bison): Depend on all-texinfo.
11411 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11413 * Makefile.in (BISON): Add -L flag.
11416 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11418 * configure.in (noconfigdirs): Add support for v850e target.
11420 * config.sub (maybe_os): Add support for v850e target.
11422 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11424 * configure.in (noconfigdirs): Add support for v850ea target.
11426 * config.sub (maybe_os): Add support for v850ea target.
11428 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11430 * config.sub: Add mipstx39. Delete r3900.
11432 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11434 * Makefile.in (all-autoconf): Depends on all-texinfo.
11436 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11438 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11441 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11443 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11445 * configure: When handling a Canadian Cross, handle YACC as well as
11446 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11447 * Makefile.in (all-bison): Depend upon all-texinfo.
11449 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11451 * Makefile.in (BISON): bison, not byacc or bison -y.
11452 (YACC): bison -y or byacc or yacc.
11453 (various): Add *-bison as appropriate.
11454 (taz): No need to mess with BISON anymore.
11456 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11458 * configure: If OSTYPE matches *win32*, try to find a good value for
11461 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11463 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11464 configure.in if it is present.
11466 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11468 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11470 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11472 * config.sub: Recognize `arc' cpu.
11473 * configure.in: Likewise.
11474 * config-ml.in: Likewise.
11476 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11478 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11480 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11482 * configure: Changed sed delimiter from ':' to '|' when
11483 attempting to substitute ${config_shell} for SHELL. On
11484 NT ${config_shell} may contain a ':' in it.
11486 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11488 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11490 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11492 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11494 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11496 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11498 * ylwrap: If the program is a relative path, force it to be
11501 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11503 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11505 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11507 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11508 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11511 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11513 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11514 separated by spaces.
11516 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11518 * ylwrap: New file.
11519 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11521 * ltmain.sh: Handle /bin/sh at start of install program.
11523 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11525 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11526 * missing: New file, from automake 1.2.
11528 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11530 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11531 check-tk to CHECK_X11_MODULES.
11533 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11535 * config.sub: Merge with FSF.
11537 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11539 * config.guess: Merge with FSF.
11541 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11543 * configure: Treat msdosdjgpp like go32.
11544 * configure.in: Likewise. Don't remove gprof for go32.
11546 * configure: Change Makefile.tem2 to Makefile.tm2.
11548 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11550 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11552 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11554 * install-sh (chmodcmd): Set to null if the DST directory already
11555 exists. Same as Nov 11th change.
11557 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11559 * configure (GDB_TK): Needs itcl and tix.
11561 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11563 * config.guess: Update from FSF.
11565 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11567 * Makefile.in (GDB_TK): Depend on itcl and tix.
11569 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11571 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11572 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11573 (INSTALL_SCRIPT): New variable.
11574 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11575 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11577 * install-sh: Add support for -x option.
11579 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11581 * configure.in, Makefile.in: Treat tix like itcl.
11583 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11585 * Makefile.in (WINDRES): New variable.
11586 (WINDRES_FOR_TARGET): New variable.
11587 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11588 (EXTRA_HOST_FLAGS): Add WINDRES.
11589 (EXTRA_TARGET_FLAGS): Add WINDRES.
11590 (EXTRA_GCC_FLAGS): Add WINDRES.
11591 ($(DO_X)): Pass down WINDRES.
11592 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11593 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11594 DLLTOOL_FOR_TARGET.
11596 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11598 * configure.in: configure sim before gdb for win32-x-ppc
11600 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11602 Move gperf into the toplevel, from libg++.
11603 * configure.in (target_tools): Add target-gperf.
11604 (native_only): Add target-gperf.
11605 * Makefile.in (all-target-gperf): New target, depend on
11607 (configure-target-gperf): Empty rule.
11608 (ALL_TARGET_MODULES): Add all-target-gperf.
11609 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11610 (CHECK_TARGET_MODULES): Add check-target-gperf.
11611 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11612 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11614 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11616 * config.sub (mn10200): Recognize new basic machine.
11618 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11620 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11621 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11623 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11625 * configure.in: If we're building mips-sgi-irix6* native, turn on
11626 ENABLE_MULTILIB and set TARGET_SUBDIR.
11628 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11630 * Makefile.in (all-sn): Depend on all-grep.
11632 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11634 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11636 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11637 Makefile. From Jeff Makey <jeff@cts.com>.
11638 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11640 * Makefile.in (DISTBISONFILES): Remove.
11641 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11644 * configure.in: Build itl, db, sn, etc., when building for native
11647 * Makefile.in (LD): New variable.
11648 (EXTRA_HOST_FLAGS): Pass down LD.
11649 ($(DO_X)): Likewise.
11651 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11653 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11655 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11657 * configure.in (targargs): Strip out any supplied --build argument
11658 before adding our own. Always add --build.
11660 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11662 * configure.in (targargs): Pass --build if we're doing
11665 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11667 * configure: Use '|' instead of ":" as the separator in
11668 sed. Otherwise sed chokes on NT path names with drive
11669 designators. Also look for "?:*" as the leading characters in an
11672 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11674 * config.sub: Support for r3900.
11676 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11678 * configure.in: Use install-sh, not install.sh.
11680 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11682 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11685 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11687 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11690 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11692 * Makefile.in: Add automake targets.
11693 * configure.in (host_tools): Add automake.
11695 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11697 * configure: Default CXX to c++, not gcc.
11698 * Makefile.in (CXX): Set to c++, not gcc.
11699 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11701 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11703 * install-sh: try appending a .exe if source file doesn't
11706 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11708 * configure.in: Turn on multilib by default.
11709 (cross_only): Remove target-libiberty.
11711 * Makefile.in (all-gcc): Don't depend on libiberty.
11713 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11715 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11717 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11719 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11720 (DISTBISONFILES): Add ld/Makefile.in
11722 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11724 * configure.in: if target is cygwin32 but host isn't cygwin32,
11725 don't configure gdb tcl tk expect, not just gdb.
11727 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11729 * configure.in: Added gnuserv everywhere sn appears.
11731 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11732 (CROSS_CHECK_MODULES): Added check-gnuserv.
11733 (INSTALL_MODULES): Added install-gnuserv.
11734 (CLEAN_MODULES): Added clean-gnuserv.
11735 (all-gnuserv): New target.
11737 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11739 * config.guess: Fixes for MIPS OpenBSD systems.
11741 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11743 * Makefile.in (INSTALL_XFORM): Remove.
11744 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11746 * mkinstalldirs: New file, copied from automake.
11747 * Makefile.in (installdirs): Rename from install-dirs. Use
11748 mkinstalldirs. Change all users.
11749 (DEVO_SUPPORT): Add mkinstalldirs.
11751 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11753 * install-sh: Rename from install.sh.
11754 * Makefile.in (INSTALL): Change install.sh to install-sh.
11755 (DEVO_SUPPORT): Likewise.
11757 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11758 Graichen <graichen@rzpd.de>.
11760 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11762 * config.guess: Recognize OpenBSD systems correctly.
11764 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11766 * README, Makefile.in (ETC_SUPPORT): Remove references to
11767 cfg-paper*, configure.{texi,man,info*}._
11769 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11771 * Makefile.in (all.normal): Ensure that gcc is built after all
11772 the x11 - ie gdb - targets.
11774 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11776 * makefile.vms: Don't run conf-a-gas.
11778 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11780 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11782 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11784 * configure.in: Remove noconfigdirs case since gdb also
11785 configures and builds for tic80-coff.
11787 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11789 * configure: Set cache_file to config.cache.
11790 * Makefile.in (local-distclean): Remove config.cache.
11792 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11794 * COPYING: Update FSF address.
11796 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11798 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11801 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11803 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11804 MAKEDIRS, is empty.
11806 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11808 * config.sub: Tweak mn10300 entry.
11810 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11812 * configure.in (host_tools): Put sim before gdb, so gdb's
11813 configure.tgt can determine if the simulator was configured.
11815 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11817 * config.sub: Move BeOS $os case to be with other Cygnus
11820 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11822 * config.sub: Remove misplaced comment that broke Linux.
11824 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11826 * config.sub: Add BeOS support.
11828 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11830 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11832 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11834 * configure.in (noconfigdirs): Remove tcl and tk from
11835 noconfigdirs for cygwin32 builds.
11837 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11839 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11841 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11843 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11844 make-all.com, use makefile.vms instead.
11846 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11848 * config.sub: Accept -lnews*.
11850 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11852 * configure.in (noconfigdirs): Disable target-newlib,
11853 target-examples and target-libiberty for d30v.
11855 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11857 * configure.in (noconfigdirs): Enable ld for d30v.
11859 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11861 * configure.in (tic80-*-*): Build compiler.
11863 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11865 * configure.in (d30v-*): Remove sim directory from list of
11866 unsupported d30v directories
11868 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11870 * config.sub, configure.in: Add d30v target cpu.
11872 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11874 * makefile.vms: New file.
11875 * make-all.com: Remove.
11877 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11879 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11881 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11883 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11885 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11887 * Makefile.in (ALL_MODULES): Added all-db.
11888 (CROSS_CHECK_MODULES): Addec check-db.
11889 (INSTALL_MODULES): Added install-db.
11890 (CLEAN_MODULES): Added clean-db.
11892 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11894 * config.guess: Merge with latest FSF sources.
11896 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11898 * Makefile.in (ALL_MODULES): Added all-itcl.
11899 (CROSS_CHECK_MODULES): Added check-itcl.
11900 (INSTALL_MODULES): Added install-itcl.
11901 (CLEAN_MODULES): Added clean-itcl.
11903 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11905 * configure.in: build gdb for mn10200
11907 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11909 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11911 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11913 * configure.in (tic80-*-*): Turn off most targets right now.
11915 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11917 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11918 rather than the makeinfo program.
11919 (do-info): Depend upon all-texinfo.
11921 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11923 * configure.in: Remove uses of config/mh-linux.
11925 * config.sub, config.guess: Merge with latest FSF sources.
11927 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11929 * config.sub (case $basic_machine): Add tic80 entries.
11931 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11933 * config.sub, config.guess: Merge with latest FSF sources.
11935 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11937 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11938 * mpw-config.in: Test for NewFolderRecursive.
11939 * mpw-install: Use symbolic name for startup filename.
11940 * mpw-README: Add various additional details.
11942 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11944 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11946 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11948 * configure.in: Do build gcc and the target libraries for
11951 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11953 * configure.in: don't avoid building gdb for mn10300 any more
11954 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11955 instead of single-quoting it.
11957 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11959 * configure.in: Don't use --with-stabs on IRIX 6.
11961 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11963 * configure.in (m32r): Build gdb, libg++ now.
11965 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11967 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11968 directories from noconfigdirs.
11970 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11972 * config.sub (basic_machine): added mips16 configuration
11974 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11976 * config.sub: Handle d10v-unknown.
11978 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11980 * config.sub: Handle v850-unknown.
11982 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11984 * Makefile.in: add findutils
11985 * configure.in: add findutils to list of host_tools
11987 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11989 * config.sub: Handle mn10200 and mn10300.
11991 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11993 * configure.in (d10v-*): Do not build librx.
11995 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11997 * configure.in (mn10300): Build everything except gdb & libgloss.
11999 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12001 * config.guess: Patch for Dansk Data Elektronik servers,
12002 from Niels Skou Olsen <nso@dde.dk>.
12004 For ncr, use /bin/uname rather than uname, since GNU uname does not
12005 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12007 Patch for MIPS R4000 running System V,
12008 from Eric S. Raymond <esr@snark.thyrsus.com>.
12010 Fix thinko for nextstep.
12012 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12014 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12015 * config.guess: Guess mips-dec-mach_bsd4.3.
12017 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12018 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12020 * config.guess (mips-mips-riscos*): Emit just enough of the
12023 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12024 * config.guess (sparc-auspex-sunos*): Added.
12025 (f300-fujitsu-*): Added.
12027 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12028 * config.guess: Recognize a Tadpole as a sparc.
12030 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12032 * config.guess: Don't assume that NextStep version is either 2 or
12033 3. NextStep 4 (aka OpenStep 4) has come out now.
12035 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12037 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12038 From Rik Faith <faith@cs.unc.edu>.
12040 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12042 * config.sub: Contributions from bug-gnu-utils to:
12043 Support plain "hppa" (no version given) architecture, reported by
12045 OpenBSD like NetBSD.
12046 LynxOs is not a hardware supplier.
12048 * config.guess: Contributions from bug-gnu-utils to add support for:
12049 OpenBSD like NetBSD.
12051 More Pyramid systems.
12052 i[n>4]86 Intel chips.
12053 M680[n>4]0 Motorola chips.
12054 Use unknown instead of lynx for hardware manufacturer.
12056 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12058 * install.sh (chmodcmd): Set to null if the DST directory already
12061 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12063 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12064 not use mt-ppc target Makefile fragment any more.
12066 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12068 * configure.in (*-*-windows): Exclude everything but those dirs
12069 needed to build windows.
12071 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12073 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12075 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12077 * configure.in: Exclude mmalloc from i386-windows.
12079 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12081 * Undo my previous change.
12083 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12085 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12087 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12089 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12091 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12092 host to add it's own flags.
12094 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12096 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12098 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12100 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12101 (CXX_FOR_TARGET): Likewise.
12102 (GCC_FOR_TARGET): Define.
12103 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12104 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12105 CC_FOR_TARGET was specified on the command line.
12106 (MAKEOVERRIDES): Don't define.
12108 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12110 * configure.in (m32r): Fix spelling of libg++ libs.
12112 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12114 * config.sub (-apple*): Remove, now redundant.
12116 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12118 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12120 * configure: Rework yesterday's sed script patch.
12122 * config.sub: Merge with FSF.
12124 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12126 * config.guess: Merge from FSF.
12128 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
12129 * config.guess: Use pc instead of unknown, for pc clone systems.
12130 Change linux to linux-gnu.
12132 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12133 * config.guess: Avoid non-portable tr syntax.
12135 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12137 * test-build.mk (HOLES): Add "xargs" for gdb.
12139 * configure: Avoid hpux10.20 sed bug.
12141 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12143 * configure.in: Add support for windows host
12144 (that is a build done under the Microsoft build environment).
12146 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12148 * Makefile.in: Replace all uses of srcroot with s, to shrink
12149 command line lengths.
12151 Patches from Geoffrey Noer <noer@cygnus.com>:
12152 * configure.in: If configuring for newlib, pass --with-newlib to
12154 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12155 -Bnewlib/ and -Lwinsup to gcc.
12156 (CXX_FOR_TARGET): Likewise.
12158 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12160 * Makefile.in (ETC_SUPPORT): Add configure.
12162 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12164 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12165 host configuration file.
12167 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12169 * configure.in: Break mn10x00 support into separate
12170 mn10200 and mn10300 configurations.
12171 * config.sub: Likewise.
12173 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12175 * configure.in: Add lots of stuff to noconfigdirs for
12176 the mn10x00 targets.
12178 * config.sub, configure.in: Add mn10x00 support.
12180 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12182 * make-all.com: Call conf-a-gas, not config-a-gas.
12184 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12186 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12189 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12191 * mpw-README: Add much more detail for native PowerMac.
12192 * mpw-install: New file.
12193 * mpw-configure: Add --norecursion and --help options.
12194 * mpw-config.in: Translate readme and install files when
12196 * mpw-build.in: Don't always depend on byacc and flex.
12197 (install-only-top): New action.
12199 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12201 * configure.in: You can now configure GDB for the v850.
12203 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12205 * configure.in (noconfigdirs): Don't configure any C++ dirs
12208 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12210 * config.sub: Recognize mips64vr5000.
12212 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12214 * configure.in: Use a single line for host_tools and native_only.
12216 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12218 * config.sub, configure.in: Add entries for m32r.
12220 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12222 * Makefile.in (inet-install): Don't run install-gzip.
12224 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12226 * configure.in: Don't config lots of things for *-*-windows*.
12228 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12230 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12231 (host_libs, host_tools): Copy from configure.in.
12232 * mpw-configure: Don't complain about directories not found.
12234 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12236 * configure.in (i[345]86): Recognize i686 for pentium pro.
12237 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12240 * config.guess (i[345]86): Ditto.
12242 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12244 * configure.in (noconfigdirs): Removed gdb for D10V.
12246 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12248 * configure.in: Remove ld, target-libio, target-libg++, and
12249 target-libstdc++ from noconfigdirs.
12251 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12253 * configure: Fix three locations where shell scripts were
12254 being run directly rather than with config_shell.
12256 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12258 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12259 * config.sub (basic_machine): Recognize v850.
12261 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12263 * mpw-configure: Handle multiple enable/disable options and
12264 pass them down recursively, handle -c and -s flags appropriately
12265 depending on choice of compiler, add escape mechanism for
12266 quoted arguments to gC.
12268 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12270 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12271 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12272 so that -mrelocatable-lib and -mno-eabi are used.
12274 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12275 not support --print-multi-lib, don't abort.
12277 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12279 * make-all.com: Run config-a-gas.
12280 * setup.com: Don't copy subdirectory files around.
12282 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12284 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12285 target, it now compiles correctly.
12287 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12289 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12291 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12293 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12295 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12297 * configure.in (native_only): Add prms.
12299 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12301 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12302 (BINUTILS_SUPPORT_DIRS): Likewise.
12304 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12306 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12307 d10v support is added.
12309 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12311 * configure.in (d10v-*-*): New target.
12313 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12315 * config.guess (HP 9000/811): Recognize this as a PA1.1
12318 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12320 * Makefile.in (do-tar-gz): New target, split out from tail end of
12321 taz target. Run each command separately, don't use pipes.
12324 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12326 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12327 * mpw-build.in: No builds should depend on building byacc or flex,
12328 they are assumed to be installed already.
12330 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12332 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12333 variable that CC_FOR_TARGET needs.
12335 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12337 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12338 options have changed since the last time the subdirectory was
12339 configured, and if it has, reconfigure.
12340 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12341 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12343 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12345 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12346 CLEAN_MODULES): Add bash.
12347 (all-bash): New target.
12349 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12351 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12353 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12355 * config.sub (basic_machine): Recognize d10v as a valid processor.
12357 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12359 * mpw-configure: Add support for --bindir.
12360 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12362 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12364 * configure.in: add bash, time, gawk to list of hosttools and things
12365 to only build for native toolchains
12367 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12369 * Makefile.in (docdir): Remove.
12371 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12373 * Makefile.in (datadir): Set to $(prefix)/share.
12375 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12377 * configure.in: build diff and patch for cygwin32-hosted
12380 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12382 * config.sub: Accept -rtems*.
12384 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12386 * configure.in: enable dosrel for cygwin32-hosted builds,
12387 remove diff from the list of things not buildable
12390 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12392 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12395 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12397 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12399 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12401 * Makefile.in (taz): Handle case where tex3patch didn't even get
12402 checked out. Also, if it was found, put the symlink in a new util
12405 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12407 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12409 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12411 * config.sub: Recognize -openvms.
12412 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12413 * make-all.com, setup.com: New files.
12415 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12417 * Makefile.in (taz): tex3patch moved to texinfo/util.
12419 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12421 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12422 * configure.in: remove make from disable-if-Can-Cross list
12423 enable gdb if ${host} and ${target} are cygwin32
12425 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12427 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12428 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12430 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12432 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12433 distinguish sysv/svr4/bsd variants.
12434 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12436 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12438 * configure.in: Added copyright notice.
12439 * move-if-change: Added copyright notice.
12441 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12443 * configure.in (powerpcle-*-solaris*): Until we get shared
12444 libraries working, don't build gdb, sim, make, tcl, tk, or
12447 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12449 * config.guess: Merge with FSF:
12451 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12452 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12454 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12455 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12457 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12458 * config.guess: Combine two OSF1 rules.
12459 Also recognize field test versions. From mjr@zk3.dec.com.
12460 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12461 because GNU uname does not support -p. From pmr@pajato.com.
12463 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12465 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12467 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12469 * mpw-README: Document GCCIncludes.
12471 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12473 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12475 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12477 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12479 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12481 * configure.in (*-*-cygwin32): Configure make.
12483 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12485 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12487 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12489 * Makefile.in (all-inet): Depend on all-perl.
12491 * Makefile.in (inet-install): New target.
12493 * Makefile.in (all-inet): Depend on all-tcl.
12494 (all-inet): Depend on all-send-pr.
12496 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12498 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12501 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12503 * configure.in: Don't configure --with-gnu-ld on AIX.
12505 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12507 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12509 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12511 * Makefile.in (ALL_MODULES): Added all-inet.
12512 (CROSS_CHECK_MODULES): Added check-inet.
12513 (INSTALL_MODULES): Added install-inet.
12514 (CLEAN_MODULES): Added clean-inet.
12515 (all-indent): New target.
12517 * configure.in (host_tools): Added inet.
12518 (native_only): Added inet.
12519 (noconfigdirs): Added inet.
12521 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12523 * configure.in: Don't configure libgloss if we are not configuring
12526 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12528 * configure.in: Don't configure libgloss for unsupported
12531 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12533 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12535 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12537 * Makefile.in (ALL_MODULES): Include all-apache.
12538 (CROSS_CHECK_MODULES): Include check-apache.
12539 (INSTALL_MODULES): Include install-apache.
12540 (all-apache): New target.
12542 * configure.in: Added apache everywhere perl is seen.
12544 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12546 * Makefile.in: Add support for clean-{module} and
12547 clean-target-{module} rules.
12549 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12551 * configure.in (*-*-ose) do not build libgloss.
12553 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12555 * config.guess (prep*:SunOS:5.*:*): Turn into
12556 powerpele-unknown-solaris2.
12558 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12560 * configure.in: Permit --enable-shared to specify a list of
12563 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12565 * configure.in (host==solaris): Pass only the first word of $CC
12566 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12568 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12570 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12572 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12574 * Makefile.in (ALL_MODULES): Include all-perl.
12575 (CROSS_CHECK_MODULES): Include check-perl.
12576 (INSTALL_MODULES): Include install-perl.
12577 (ALL_X11_MODULES): Include all-guile.
12578 (CHECK_X11_MODULES): Include check-guile.
12579 (INSTALL_X11_MODULES): Include install-guile.
12580 (all-perl): New target.
12581 (all-guile): New target.
12583 * configure.in (host_tools): Include perl and guile.
12584 (native_only): Include perl and guile.
12585 (noconfigdirs): Don't build guile and perl; no ports have been
12588 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12590 * configure (--enable-*): Handle quoted option lists such as
12591 --enable-sim-cflags='-g0 -O' better.
12593 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12595 * Makefile.in ({,inst}all-target): New rule so we can make and
12596 install all of the target directories easily.
12598 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12600 * configure.in: Add missing global flag in sed substitution when
12601 deleting `target-' from ${configdirs}.
12603 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12605 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12608 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12611 * install.sh: Correct misspelling of transformbasename.
12613 * config.guess: Recognize mips-*-sysv*.
12615 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12617 * config.sub: Recognize mon960.
12619 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12621 * configure: Restore Canadian Cross handling of BISON and LEX,
12622 removed in Feb 20 change.
12624 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12626 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12627 Mention make install. Remove the old copyright date as well the
12628 clumsy and rather pointless copyright on the README file.
12630 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12632 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12633 Makefile after running symlink-tree, then run `make distclean' to
12634 avoid clobbering any generated files in srcdir.
12636 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12638 * configure.in (m68k-*-netbsd*): Build everything now.
12640 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12642 * Makefile.in (taz): Fix quoting.
12644 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12646 * configure.in (sparclet-*-*): Build everything now.
12648 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12650 * configure.in (m68k-*-linux*): New host.
12652 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12654 * configure: Check for bison before byacc.
12656 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12658 * Makefile.in configure: Change the way LEX and BISON/YACC are
12659 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12660 searching PATH. These are used as fallbacks by Makefile.in if
12661 flex/bison/byacc aren't in objdir.
12663 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12665 * Makefile.in: Make everything which depends upon all-bfd also
12666 depend upon all-opcodes, in case --with-commonbfdlib is used.
12668 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12670 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12671 building NT native compilers on Unix.
12673 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12675 * configure.in: Don't get CC from the host Makefile fragment if we
12676 can find gcc in PATH, or if this is a Canadian Cross. Move the
12677 Solaris test for /usr/ucb/cc to the post target script, just after
12678 the compiler sanity test.
12680 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12682 * config.sub: Merge with FSF.
12684 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12686 * Makefile.in (RPATH_ENVVAR): New variable.
12687 (REALLY_SET_LIB_PATH): Use it.
12688 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12690 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12692 * config.sub, configure.in: Recognize sparclet cpu.
12694 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12696 * config.guess: Support m68k-cbm-sysv4.
12698 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12700 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12701 m68k-unknown-linuxaout from linker help string. Put quotes around
12704 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12706 * config.guess (powerpc-harris-powerunix): Add guess for port
12709 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12711 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12713 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12715 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12716 $(REALLY_SET_LIB_PATH) in Makefile.
12717 * Makefile.in (SET_LIB_PATH): New variable.
12718 (REALLY_SET_LIB_PATH): New variable.
12719 ($(DO_X)): Use $(SET_LIB_PATH).
12720 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12721 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12722 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12723 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12724 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12725 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12726 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12727 (install-dosrel): Likewise.
12728 (all-opcodes): Depend upon all-libiberty.
12730 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12732 * config.guess (*:CYGWIN*): New
12734 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12736 * Makefile.in (all-target-winsup): All all-target-libiberty.
12738 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12740 * configure.in (noconfigdirs): Add missing # in front of comment.
12742 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12744 * configure.in: add second pass to things added to noconfigdirs
12745 so *-gm-magic can exclude libgloss properly.
12747 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12749 * mpw-configure (extralibs_name, rez_name): Set correctly
12750 for MWC68K compiler.
12752 * mpw-README: Add more info on the necessary build tools.
12754 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12756 * configure.in, config.sub: Recognize cygwin32.
12758 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12760 * config.guess, config.sub: Recognize A/UX.
12762 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12764 * config.sub: Merge with gcc/config.sub.
12766 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12768 * mpw-build.in (do-binutils): Add build of stamps.
12770 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12772 * config.sub: Add recognition for mips64vr4100*-* targets.
12774 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12776 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12777 Add creation of gconfigargs with `--enable-shared' turned on.
12778 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12779 ($(host)-stamp-stage3-configured): Likewise.
12780 (HOLES): Add chatr and ldd.
12781 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12783 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12785 * configure: Pass --nfp to recursive configures.
12787 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12789 * Makefile.in (DLLTOOL): New.
12790 (DLLTOOL_FOR_TARGET): New.
12791 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12792 (EXTRA_TARGET_FLAGS): Ditto.
12793 (EXTRA_GCC_FLAGS): Ditto.
12794 (CONFIGURE_TARGET_MODULES): Ditto.
12796 * configure: Add DLLTOOL.
12798 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12800 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12801 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12802 mh-sco, since old workarounds no longer needed, and don't
12803 build ld, since libraries have weak symbols in COFF.
12805 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12807 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12809 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12811 * configure.in: Make sure that ${CC} can be used to compile an
12814 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12816 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12817 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12818 nothing depending on whether gdbtk is being built.
12820 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12822 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12824 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12826 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12827 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12829 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12831 * config-ml.in: Add support for
12832 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12833 Simplify setting of multidirs from --disable-foo.
12835 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12837 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12838 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12839 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12840 non-empty, pass them on to the GCC make.
12841 (all-bootstrap): New rule that is like all-gcc, except it executes
12842 the GCC bootstrap rule instead of the GCC all rule.
12844 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12846 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12848 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12850 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12853 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12855 * config.sub (i*86*) Change [345] to [3456]
12857 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12859 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12862 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12864 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12865 AIX multilibs get built.
12867 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12869 * configure.in (i386-win32): Don't build expect if we're not
12870 building the tcl subdir.
12872 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12874 * Makefile.in: (configure-target-examples, all-target-examples):
12875 New targets, configure and build example programs.
12877 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12879 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12880 use it as input to sedit the generated MPW makefile.
12881 * mpw-README: Add a suggestion about Gestalt.h.
12883 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12885 * config.sub: Accept *-*-ieee*.
12887 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12889 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12890 Ronald F. Guilmette <rfg@monkeys.com>.
12892 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12894 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12895 for powerpc-pe native.
12896 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12897 (target==powerpc-pe): duplicate i386-win32 entry.
12899 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12901 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12902 of vxworks, not just vxworks5.1.
12904 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12906 * mpw-configure: Add support for exec-prefix.
12908 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12910 * config.guess: Recognize HP model 816 machines as having
12913 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12915 * configure: Ignore new autoconf configure options.
12917 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12919 * config.guess: Recognize Pentium under SCO.
12920 From Robert Lipe <robertl@arnet.com>.
12922 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12924 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12926 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12928 * configure.in: Don't configure gas for alpha-dec-osf*.
12930 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12932 * configure.in: Default to --with-stabs for some targets for which
12933 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12934 i[345]86*-*-unixware*.
12936 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12938 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12939 rather than basing it on the target. Simplify handling of options
12940 controlling which directories to configure. Remove extraneous
12941 slash in multi-clean target.
12943 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12945 * config-ml.in: Prefix more variables with ml_ so they don't collide
12948 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12950 * configure: Don't turn -v into --v.
12952 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12954 * configure.in (targargs): Fix typo.
12956 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12958 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12960 * configure.in: Strip --host and --target options from
12961 CONFIG_ARGUMENTS, and always configure for --host only. Add
12962 --with-cross-host option when building with a cross-compiler.
12963 * configure: Canonicalize the arguments put into config.status by
12964 always using `=' for an option with an argument. Pass a presumed
12965 --host or --target explicitly.
12967 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12969 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12970 into general OS recognition case.
12972 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12974 * configure.in (target_configdirs): add target-winsup only
12975 for win32 target systems.
12977 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12979 * Makefile.in (all-target-libgloss): Depend upon
12980 configure-target-newlib, since when libgloss is built it looks to
12981 see if the newlib directory exists.
12983 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12985 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12988 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12990 * configure: Handle LD and LD_FOR_TARGET when configuring a
12993 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12995 * configure.in (target_libs): add target-winsup.
12996 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12997 (target==ppcle-pe): remove ld from $noconfigdirs.
12999 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13001 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13002 Preserve relative path names in $srcdir. Build symlink tree if
13003 configuring cross target dir and srcdir=. (= no VPATH support).
13004 (configure-target-libg++): Depend on configure-target-librx.
13005 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13006 * config-ml.in: New file.
13007 * symlink-tree: New file.
13008 * configure: Ensure srcdir="." if that's what it is.
13010 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13012 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13013 includes and FLEX_SKELETON setting.
13014 * mpw-configure (--with-gnu-ld): New option, controls whether
13015 to use PPCLink or ld with PowerMac GCC.
13016 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13017 * mpw-config.in: Configure grez if targeting Mac.
13019 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13020 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13022 * configure.in: Configure grez resource compiler if targeting Mac.
13023 * Makefile.in (all-grez, install-grez): New targets.
13025 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13027 * configure: CXX defaults to gcc, not g++. If we find
13028 gcc in the path, set CC to gcc -O2.
13030 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13032 * configure: Default ${build} correctly. Avoid picking up extra
13033 spaces when reading CC and CXX from Makefile. When doing a
13034 Canadian Cross, use plausible default values for numerous
13036 * configure.in: When doing a Canadian Cross, don't try to
13037 configure tools whose configure script can't handle it.
13039 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13041 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13043 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13045 * configure: Remove dubious bug reporting address.
13047 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13049 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13050 configure script, run that instead of this directory's configure.
13051 In either case, print a message that we're configuring the sub-dir.
13053 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13055 * configure.in: Before checking for the existence of various files,
13056 use sed to filter out "target-".
13058 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13060 * Makefile.in (DO_X): Split rule to decrease command line length
13061 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13062 (Philippe De Muyter).
13064 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13066 * Makefile.in (all-patch): depend on all-libiberty.
13068 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13070 * configure.in: If the only directory in target_configdirs which
13071 actually exists is libiberty, then set target_configdirs to empty,
13072 to avoid trying to build a target libiberty in a gas or gdb
13075 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13077 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13078 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13081 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13083 * configure.in (copy_dirs): Use sys-include instead of include
13084 for --with-headers option.
13086 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13088 * Makefile.in, configure.in: Make winsup builds work with
13091 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13093 * configure.in: Build the linker on AIX.
13095 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13097 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13100 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13102 * Makefile.in (all-gcc): Fix typo.
13104 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13106 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13108 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13110 * configure.in: Rename libFOO to target-libFOO, and xiberty
13111 to target-xiberty, to provide more flexibility.
13112 (target_subdir): Define. Create if cross.
13113 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13114 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13115 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13116 check-libFOO -> check-target-libFOO, etc.
13117 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13118 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13119 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13120 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13121 allow ALL_GCC="" to only configure.
13122 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13123 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13124 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13126 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13128 * Makefile.in (taz): Build "info" in etc explicitly.
13130 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13132 * configure.in: Make sure that CC is undefined (as opposed to
13133 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13134 problem with autoconf trying to configure on a host without GCC.
13136 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13138 * mpw-configure: Set host alias from choice of host compiler,
13139 only use generic MPW Makefile sed if present, edit a file
13140 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13141 * mpw-README: Add problem notes about CW6 and CW7.
13143 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13145 * Makefile.in (taz): Use ";" instead of ";;".
13147 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13149 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13150 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13152 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13153 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13155 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13157 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13158 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13159 Move bfd to DISTSTUFFDIRS.
13161 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13163 * Makefile.in (X11_LIB): Removed.
13164 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13166 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13168 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13170 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13173 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13175 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13177 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13179 * configure.in (i[345]86-*-win32): Always build newlib.
13180 Don't configure cvs, autoconf or texinfo.
13181 * Makefile.in (LD_FOR_TARGET): New.
13182 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13183 Pass down LD_FOR_TARGET.
13185 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13187 * winsup: New directory.
13188 * Makefile.in: Build winsup.
13189 * configure.in: Winsup is configured when target is win32.
13190 Can only build win32 target GDB when native.
13192 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13194 * config.guess: Recognize HP model 819 machines as having
13195 a PA 1.1 processor.
13197 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13199 * configure: Fix sed loop which substitutes for CC and CXX to
13200 avoid bug found in various sed implementations.
13202 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13204 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13205 simulator. Use standard powerpc-*-eabi*.
13207 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13209 * configure.in: Stop putting gas and binutils in noconfigdirs for
13210 powerpc-*-aix* and rs6000-*-*.
13212 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13214 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13215 -mcall-aixdesc libraries.
13217 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13219 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13221 * config.sub (arm | armel | armeb): Fix shell syntax.
13223 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13225 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13226 -msoft-float and -mcpu=common support.
13227 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13230 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13232 * configure.in: Allow configuration and build of emacs19 for the alpha.
13234 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13236 * configure.in (CC): Get ^CC, not just any old CC, from
13237 ${host_makefile_frag}.
13239 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13241 * configure.in (CC): Try to get CC from
13242 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13244 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13246 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13247 only if it exists in $(srcdir).
13249 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13251 * configure: If CC and CXX are not set in the environment, set
13252 them, based on either an existing Makefile or on searching for gcc
13253 in PATH. Substitute for CC and CXX in Makefile.
13254 * configure.in: Remove libm from target_libs. Separate
13255 target_configdirs from configdirs. If CC is not set in
13256 environment, try to get it from a host Makefile fragment. Rewrite
13257 changes of configdirs to use skipdirs instead. A few minor
13258 tweaks. Take directories out of target_configdirs as they are
13259 taken out of configdirs. Remove existing Makefile files from
13260 subdirectories. Substitute for TARGET_CONFIGDIRS and
13261 CONFIG_ARGUMENTS in Makefile.
13262 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13264 (CONFIG_ARGUMENTS): Likewise.
13265 (CONFIGURE_TARGET_MODULES): New variable.
13266 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13267 ($(CONFIGURE_TARGET_MODULES)): New target.
13268 (configure-libg++, configure-libio): New targets.
13269 (all-libg++): Depend upon configure-libg++.
13270 (all-libio): Depend upon configure-libio.
13271 (configure-libgloss, all-libgloss): New targets.
13272 (configure-libstdc++): New target.
13273 (all-libstdc++): Depend upon configure-libstdc++.
13274 (configure-librx, all-librx): New targets.
13275 (configure-newlib): New target.
13276 (all-newlib): Depend upon configure-newlib
13277 (configure-xiberty): New target.
13278 (all-xiberty): Depend upon configure-xiberty.
13280 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13282 * configure.in (host i[345]86-*-win32): Expand the
13283 noconfigdirs again.
13285 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13287 * mpw-configure: Fix sed command file name.
13289 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13291 * configure.in (host i[345]86-*-win32): Reduce the
13292 noconfigdirs again.
13294 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13296 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13297 or powerpc*-*-pe*, since they are not yet supported.
13299 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13301 Add PowerMac support and many other enhancements.
13302 * mpw-configure: New option --cc to select compiler to use,
13303 paste options set according to --cc into the generated
13304 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13305 if mpw-make.sed is present.
13306 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13307 add forward includes for PowerPC include files.
13308 * mpw-build.in: Build using Makefile.PPC if present.
13309 (do-byacc, etc): Remove separate version resource builds.
13310 (do-gas): Build "stamps" before "all".
13311 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13312 * mpw-README: Update to reflect --cc option, PowerMac support,
13313 and recently-reported compatibility problems.
13315 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13317 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13318 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13319 (--with-multilib-top): Pass to recursive invocations.
13321 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13323 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13326 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13328 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13329 gdb, ld and opcodes on v810-*-*.
13331 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13333 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13334 (local-maintainer-clean): New target.
13335 (maintainer-clean): New target.
13336 (realclean): Just depend upon maintainer-clean.
13338 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13340 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13342 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13344 * configure.in: Build ld in mips*-*-bsd* case.
13346 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13348 * config.sub: Accept -lites* OS. From Ian Dall.
13350 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13352 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13355 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13357 * configure.in: treat i386-win32 canadian cross the same as
13358 i386-go32 canadian cross.
13360 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13362 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13363 running under the simulator to build a reduced set of libraries.
13364 (powerpc-*-eabiaix): Add fine grained multilib support added to
13365 other powerpc targets yesterday.
13367 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13369 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13370 -disable-softfloat, -disable-relocatable, -disable-aix, and
13371 -disable-sysv to control which multilib libraries get built.
13373 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13375 * configure: Add Makefile.tem to list of files to remove in trap
13378 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13380 * config.guess (*Linux*): Add missing "exit"s.
13381 Also, need specific check for alpha-unknown-linux (uses COFF).
13383 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13385 * config.guess: Merge with FSF:
13387 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13388 * config.guess (AIX4): More robust release numbering discovery.
13390 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13391 * config.guess (i386-sequent-ptx): Properly get version number.
13393 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13394 * config.guess (mips:*:4*:UMIPS): New case.
13396 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13398 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13399 (i386-win32 host): Likewise. Don't build readline.
13401 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13403 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13404 SUPPORT_FILES to submakes.
13406 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13408 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13409 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13412 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13414 * configure.in (appdirs): Use =, not ==, in test expression when
13415 trying to build the text to print in the warning message for
13418 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13420 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13422 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13424 * config.guess: Recognize lynx-2.3.
13426 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13428 * config.sub (z8ksim): Deleted
13429 (z8k-*-coff): New, this is the one true name of the target.
13431 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13433 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13435 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13437 * config.guess (*:Linux:*:*): First try asking the linker what the
13438 default object file format is (elf, aout, or coff). Then if this
13439 fails, try previous methods.
13441 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13443 * configure.in: Don't build newlib for *-*-vxworks5.1.
13445 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13447 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13448 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13450 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13452 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13454 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13456 * cfg-ml-com.in: New file.
13457 * cfg-ml-pos.in: New file.
13459 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13461 * COPYING.NEWLIB: Add HP free copyright to list.
13463 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13465 * config.sub: Recognize -eabi* for the system, not just -eabi.
13467 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13469 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13470 * config.sub, configure.in (win32): New target and host.
13472 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13474 * configure.in: Add i386-pe configuration.
13476 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13478 * mpw-build.in (install): Install GDB after LD.
13480 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13482 * mpw-config.in (elf/mips.h): Always forward-include, needed
13485 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13487 * testsuite: New directory for customer acceptance and whole tool
13490 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13492 * configure: If per-host line isn't found, but AC_OUTPUT is found
13493 and a configure script exists, run it instead.
13495 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13497 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13499 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13501 * configure: Set build_{cpu,vendor,os,alias} to host values when
13502 --build isn't specified.
13504 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13506 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13507 (FLAGS_TO_PASS): Pass them.
13508 (EXTRA_TARGET_FLAGS): Ditto.
13510 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13512 * Makefile.in (all-libg++): Depend on all-libstdc++.
13514 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13516 * configure.in (noconfigdirs): Enable all packages for
13517 i386-unknown-netbsd.
13519 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13521 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13522 hosted builds (DOS builds)
13524 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13526 Changes for ARM based on patches from Richard Earnshaw:
13527 * config.sub: Handle armeb and armel.
13528 * configure.in: Omit arm linker only for riscix.
13530 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13532 * config.guess: Update from FSF.
13534 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13536 * config.sub: Recognize powerpcle as the little endian varient of
13537 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13538 powerpcle variant. Convert pentium into i586, not i486. Add p5
13539 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13542 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13544 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13546 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13548 * config.sub: Accept -lites* as a basic system type.
13550 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13552 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13553 installed, and if so return linuxoldld as the system name.
13555 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13557 * config.guess: Add hppa1.1-hp-lites support.
13559 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13561 * configure.in: Don't build newlib for m68k-vxworks5.1.
13563 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13565 * configure.in (mips-sgi-irix6): Use mh-irix5.
13567 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13569 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13571 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13573 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13574 OSF/1. Fix compiler flags.
13575 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13577 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13579 * configure.in: Recognize --with-newlib.
13580 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13582 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13584 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13585 to *_X11_MODULES due to gdbtk needing X include files et al.
13587 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13589 Merge in support for Mac MPW as a host.
13590 (Old change descriptions retained for informational value.)
13592 * mpw-config.in: Add generic include forwards for cpu-specific
13593 include files in aout and elf directories.
13595 * mpw-configure: Added copyright.
13596 * mpw-config.in: Check for presence of required build tools.
13597 (target_libs): Add newlib.
13598 (target_tools): Add examples.
13599 (Read Me): Generate as "Read Me for MPW" instead.
13600 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13601 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13602 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13604 * mpw-configure: Remove subdir-specific makefile hackery,
13605 delete mk.tmp after using it.
13607 * mpw-build.in (all): Display start and end times.
13609 * mpw-configure (host_canonical): Set.
13610 (target_cpu): Always add to makefiles.
13611 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13612 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13613 (mpw-mh-mpw): Look for in srcdir and srcroot.
13614 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13616 * mpw-build.in: (install-only): New target.
13618 * mpw-configure (host_alias, target_alias): Rename from hostalias
13619 and targetalias, add into generated Makefile.
13620 (mk.tmp): If present, add into generated Makefile.
13621 * mpw-build.in (all-gas): Build config.h first before gas proper.
13623 * mpw-configure (config.status): Write only if changed.
13624 * mpw-config.in (readline): Configure it (not built, just used for
13627 * mpw-config.in (elf/mips.h): Add a forward include.
13629 * mpw-config.in: Forward-include most .h files in include into
13631 (readline): Don't build.
13632 mpw-build.in (install): Install GDB.
13634 * mpw-configure (prefix, mpw_prefix): Handle it.
13635 * mpw-config.in (mmalloc, readline): Don't configure.
13636 * mpw-build.in (thisscript): Rename to ThisScript.
13637 Use mpw-build instead of BuildProgram everywhere.
13638 (mmalloc, readline): Don't build.
13639 * mpw-README: New file, basic documentation about the MPW port.
13641 * mpw-config.in: Use forward-include to create include files.
13643 * mpw-configure: Add more things to the top of each configured
13644 Makefile, including contents of config/mpw-mh-mpw.
13645 * mpw-config.in (extra-include): Create this directory and fill it
13646 with Posix-like include files when configuring.
13648 * config.sub (apple, mac, mpw): Add various aliases.
13650 * mpw-build.in: New file, top-level build script fragment for MPW.
13651 * mpw-configure: New file, configure script for MPW.
13652 * mpw-config.in: New file, config fragment for MPW.
13654 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13656 * configure.in (host_libs): Remove glob, since it is gone from the
13659 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13661 * Makefile.in: define empty GDB_NLM_DEPS var.
13663 * configure.in(target_makefile_frag): use config/mt-netware
13664 for netware targets.
13666 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13668 * config.sub: Merge in recent FSF changes. Remove linux special
13671 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13673 Revert this change:
13675 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13677 * build-all.mk: Use CC=cc -Xs on Solaris.
13679 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13681 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13683 * Makefile.in: Nuke all references to glob subdirectory.
13685 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13687 * configure.in: Fix --enable-shared logic in per-host.
13689 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13691 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13693 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13695 * configure.in (noconfigdirs): Don't build gas on AIX, for
13696 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13698 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13700 * configure: Fix --cache-file to work if the file argument is a
13703 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13705 * configure: If the --cache-file is used, pass it down to
13706 configure in subdirectories.
13708 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13710 * config.sub: add vxworks29k configuration.
13712 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13714 * Makefile.in (taz): Do "diststuff" part quietly.
13716 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13718 * config.sub: Mini-merge with gcc/config.sub.
13720 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13722 * config.guess (IRIX): Sed - to _.
13724 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13726 * Makefile.in (source-vault, binary-vault): New targets.
13728 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13730 * config.sub: Recognize -eabi as a basic system type.
13732 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13734 * configure.in (enable_shared stuff): Fix typo.
13736 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13738 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13740 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13742 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13744 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13746 * configure.in (rs6000-*-*): Don't build gas.
13748 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13750 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13751 reduce command line length.
13752 (AS_FOR_TARGET): Check for as.new, not Makefile.
13753 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13755 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13757 * config.guess: Merge from FSF.
13759 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13761 * configure: Don't use $ when handling program_suffix.
13763 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13765 * configure.in: Configure tk for hppa/hpux.
13767 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13769 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13771 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13773 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13774 to LIBCXXFLAGS. Tests are better run without it.
13776 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13778 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13780 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13782 * configure.in (*-*-netware*): Don't configure xiberty.
13784 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13786 * configure.in: Remove tk from native_only list.
13788 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13790 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13791 for special NCD build.
13793 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13795 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13796 makeall.bat, they're only useful for binutils snapshots.
13797 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13798 makeall.bat to specified SUPPORT_FILES.
13800 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13802 * build-all.mk: Add Ericsson targets to sun4 and solaris
13803 hosts. Add BNR's sun4 target to solaris host, so their
13804 build-from-source will be tested in-house first.
13806 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13808 * Makefile.in (LIBCFLAGS): New variable.
13809 (CFLAGS_FOR_TARGET): Ditto.
13810 (LIBCFLAGS_FOR_TARGET): Ditto.
13811 (LIBCXXFLAGS): Ditto.
13812 (CXXFLAGS_FOR_TARGET): Ditto.
13813 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13814 (BASE_FLAGS_TO_PASS): Pass them.
13815 (EXTRA_TARGET_FLAGS): Ditto.
13817 * configure.in: Support --enable-shared.
13819 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13821 * configure.in (target_libs): Include libstdc++ again.
13822 * config.guess: Update from FSF (for FreeBSD).
13824 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13826 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13828 (DISTDOCDIRS): Add `etc'.
13829 (ETC_SUPPORT_PFX): New variable.
13830 (taz): Include anything from etc starting with a word in
13833 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13835 * config.sub: Update for recent FSF changes. Remove obsolete
13836 h8300hds entry. Add -windows* and -osx as basic os. Minor
13839 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13841 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13843 * config.guess: Merge with FSF.
13844 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13846 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13848 * configure: Since the "trap 0" handler will override the exit
13849 status on many systems, only use it for "exit 1", and make it set
13850 a non-zero exit status; reset it before "exit 0". Also, check
13851 exit status of config.sub, and error out if it failed.
13853 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13855 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13856 and install libgloss.
13858 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13860 * Makefile.in (all-binutils): Depend upon all-byacc.
13862 * configure.in: Don't build emacs on Irix 5.
13864 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13866 * configure.in (*-*-netware*): Add libio.
13868 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13870 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13871 (CHECK_TARGET_MODULES): Ditto.
13872 (INSTALL_TARGET_MODULES): Ditto.
13873 (TARGET_LIBS): Ditto.
13874 (all-libstdc++): Note dependencies.
13876 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13878 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13880 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13882 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13883 -fexternal-templates.
13885 * configure.in (target_libs): Add libstdc++.
13886 (noconfigdirs): Add libstdc++ as appropriate.
13888 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13890 * config.guess: Update from FSF.
13892 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13894 * configure: Use ${config_shell} when running ${configsub}.
13896 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13898 * config.sub: No longer recognize h8300h.
13900 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13902 * config.sub: Remove extraneous differences between config.sub and
13905 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13907 * Makefile.in (DISTSTUFFDIRS): Add gas.
13909 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13911 * COPYING.NEWLIB: New file.
13913 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13915 * config.guess (HP-UX): Patch from Harlan Stenn
13916 <harlan@landmark.com> to also emit release level.
13918 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13920 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13922 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13924 * config.sub: Merge nextstep cleanup from FSF.
13926 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13928 * configure.in (arm-*-*): Don't configure ld for this target.
13930 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13932 * configure.in (*-*-netware): don't configure libg++, libio,
13935 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13937 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13938 configure ld--it works, but it doesn't support shared libraries.
13940 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13942 * config.guess (*-unknown-freebsd*): Get rid of possible
13943 trailing "(Release)" in version string.
13944 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13946 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13948 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13949 Fix type: *-next-neststep -> *-next-nextstep.
13951 * config.guess: Merge from FSF:
13953 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13955 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13957 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13959 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13960 instead of UNIX_SV for UnixWare 1.0).
13962 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13964 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13965 to make gdb/nlm/* build after the compiler and linker.
13967 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13969 * config.guess (netbsd, freebsd, linux): Accept any machine,
13971 (m68k-atari-sysv4): Relocate to match FSF version.
13973 * config.guess: More merges from the FSF:
13975 Add a space before function call or macro invocation.
13977 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13979 * config.guess: Add trap cmd to remove dummy.c and dummy when
13982 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13984 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13985 (dummy): Redirect stderr from compilation of dummy.c.
13987 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13989 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13991 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13993 * configure: Accept and ignore --cache*, for compatibility with
13996 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13998 * config.guess: Merge from FSF:
14000 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14002 * config.guess (Pyramid*:OSx*:*:*): New case.
14003 (PATH): Add /.attbin at end for finding uname.
14004 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
14006 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14008 * config.guess (M88*:DolphinOS:*:*): New case.
14010 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14012 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14013 to select whether to use ELF or COFF.
14015 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14017 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14019 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14021 * config.guess: Guess the OS version for HPUX.
14023 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14025 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14027 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14029 * configure.in: Recognize --with-headers, --with-libs, and
14031 * Makefile.in (all-xiberty): Depend upon all-ld.
14033 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14035 * configure.in: Change i[34]86 to i[345]86.
14037 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14039 * configure (version): A few more tweaks to help message.
14041 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14043 * Makefile.in: Remove (for now) librx as a host library,
14044 now that we're building it for target.
14046 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14048 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14051 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14053 * configure.in: Also configure librx.
14055 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14057 * Makefile.in: Update various rules to reflect that librx
14058 is now needed for libg++.
14060 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14062 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14064 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14066 * configure.in: Configure the examples directory.
14068 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14070 * configure: Simplify Jun 2 1994 change.
14072 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14074 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14075 /bin/gcc isn't good enough to build gcc.
14077 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14079 * Makefile.in (GDB_SUPPORT_FILES): Remove
14080 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14081 (gdb.tar.gz): Add new rule to use standard distribution building
14084 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14086 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14087 Bill Cox <bill@cygnus.com>.
14089 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14091 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14093 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14095 * configure: Search current dir first in .gdbinit.
14097 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14099 * config.sub: Recognize freebsd (merged from gcc config.sub).
14101 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14103 * config.sub: Refer to NeXT's operating system as nextstep.
14105 * config.sub (case $basic_machine): Re-order the cases, to match
14106 the order in the FSF version (which is mostly alphabethical).
14107 Merge in some additions and changes from the FSF.
14109 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14111 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14112 * config.sub: Recognize cxux7.
14113 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14115 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14117 * config.sub: Fix typo powerpc -> powerpc-*.
14119 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14121 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14123 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14124 parallel with all-emacs and install-emacs). Top-level command
14125 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14127 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14129 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14130 $(relbindir)/make before doing ``make install'', and use
14131 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14132 installing over running make binary.
14133 ($(host)-stamp-stage3-installed): Likewise.
14135 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14137 * config.guess: Recognize Mach.
14139 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14141 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14142 see whether --exec-prefix was used.
14144 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14146 * README: Explicitly mention libg++/README. (Zoo's idea.)
14148 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14150 * Makefile.in: Add all-librx target similar to all-libproc.
14152 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14154 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14155 with post 1.2 uname bogosity.
14157 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14159 * configure: Remove temporary files on receipt of a signal.
14161 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14163 * configure: If there is a package_makefile_frag, remove
14164 ${subdir}/Makefile.tem after copying it in.
14166 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14168 * build_all.mk: support rs6000 lynx identifies itself as
14169 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14170 since /bin/gcc is too feeble to compile a modern gcc.
14172 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14174 * brought devo/test-build.mk update-to-date with progressive/
14175 test-build.mk. Add lynx targets and hppa flag info.
14177 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14179 * configure.in: Use mh-ncrsvr43. Patch from
14180 Tom McConnell <tmcconne@sedona.intel.com>.
14182 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14184 * config.guess (i386-unknown-bsdi): No longer need to
14185 check #if defined(__bsdi__) && defined(__i386__).
14187 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14189 * configure: Set program_transform_nameoption correctly.
14191 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14193 * brought build-all.mk update-to-date with progressive build-all.mk,
14194 added new targets and hppa info.
14196 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14198 * configure: If config.guess result is a prefix of the user
14199 specified target, assume a native build and use the user specified
14200 target as the host alias. Remove SunOS patch suffix removal hack.
14201 * configure.in: Remove SunOS patch suffix removal hack.
14203 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14204 in NATIVE_CHECK_MODULES.
14206 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14208 * Makefile.in: Rename HOST_ONLY to NATIVE.
14209 * configure: Delete SunOs patch suffix from host_canonical
14210 and build_canonical variables that are prepended to Makefiles.
14211 * configure.in: Add comments for easier maintenance.
14213 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14215 * Makefile.in: Add all-libproc target similar to all-gui.
14217 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14219 * Makefile.in (CHECK_MODULES): split into
14220 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14222 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14224 * config.guess (i386-unknown-bsdi): New system to guess.
14226 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14228 * Makefile.in: Add all-gui target (but not yet build by "all").
14230 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14232 * config.sub: Move deletion of patch suffix from here...
14233 * configure.in: To here, at Ian's suggestion. The top-
14234 level scripts might need to know of a patch level.
14236 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14238 * config.sub: Strip off patch suffix so rtl is recognized
14239 as a sunos4.1.3 machine, even though it's been patched.
14241 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14243 * Makefile.in (INSTALL_LAST): Delete.
14244 (INSTALL_DOSREL): New.
14246 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14248 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14249 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14250 whether we pass down --with-gnu-ld anyhow.
14252 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14254 * Makefile.in (INSTALL_LAST): Change operation so it works
14255 on more flavors of make.
14256 * configure.in (go32): Don't build libg++ or libio.
14258 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14260 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14261 they can be overriden by templates.
14263 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14265 * configure.in (target==go32): Don't build gdb.
14266 * dosrel: New directory.
14268 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14270 * configure.in (host==go32): Configure dosrel too.
14271 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14272 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14273 be set by incoming names or templates.
14274 (INSTALL_LAST): New rule.
14276 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14278 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14280 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14282 * configure.in (appdirs): New variable. Currently empty, but will
14283 be used in gas distribution. If nonempty, lists a set of
14284 directories at least one of which must get configured, or top
14285 level configuration is considered to have failed.
14286 (rs6000-*-lynxos*): Use new file name.
14288 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14290 Eliminate XTRAFLAGS.
14291 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14292 newlib include files using -idirafter, and also use -nostdinc.
14293 (CXX_FOR_TARGET): Likewise.
14294 (XTRAFLAGS): Removed.
14295 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14296 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14297 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14298 ($(DO_X)): Don't pass down XTRAFLAGS.
14300 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14302 * configure.in (mips*-dec-bsd*): New target; do build linker.
14303 (mips*-*-bsd*): New target; don't build linker.
14305 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14307 * configure.in: support rs6000-*-lynxos* configuration.
14308 support sunos4 as a cross target.
14310 * config.sub: look for lynx*, not lynx since the OS version may
14311 legitimately be part of the name.
14313 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14315 * configure.in (i[34]86-*-sco*): Move to be with other i386
14317 (romp-*-*): New target. Skip various binary utilities.
14318 (vax-*-*): New target. Don't build newlib.
14319 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14321 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14323 * configure.in: Only set host_makefile_frag if config
14326 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14328 * install.sh: If $dstdir exists, don't check whether each
14331 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14333 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14335 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14337 * configure.in (*-*-lynxos*): Don't configure newlib for either
14338 native or cross Lynx.
14340 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14342 * config.sub (sparc64-elf): Fix os.
14343 (z8k): Remove duplicate.
14345 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14347 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14348 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14350 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14352 * configure: Make file links cleanly even if Lynx fails on
14353 an NFS symlink (at least fail cleanly).
14355 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14357 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14360 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14362 * configure: Unknown options are fatal again.
14364 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14366 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14369 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14371 * build-all.mk: Add `clean' target.
14373 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14375 * config.guess: Add SINIX support.
14376 * configure.in: Add mips-*-sysv4* support.
14378 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14380 * build-all.mk: Document all useful targets.
14381 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14382 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14384 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14386 * configure: Support --silent, --quiet.
14388 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14390 * configure: Support --disable-FEATURE.
14392 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14394 * config.guess: Recognize NCR running SVR4.3.
14396 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14398 * config.guess: Make BSDI generate i386-unknown-bsd386.
14399 Patch from Paul Eggert <eggert@twinsun.com>.
14401 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14403 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14405 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14407 * configure: Make unrecognized options give nonfatal warnings
14408 instead of fatal errors, and pass them to any subdirectory
14409 configures in case they recognize them.
14410 Make --x equivalent to --with-x.
14412 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14414 * configure: Add --enable-* options. Clean up usage message and
14417 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14419 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14421 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14423 * configure.in (hppa*-*-*): Enable binutils.
14425 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14427 * config.sub: Recognize cisco.
14429 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14431 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14433 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14435 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14436 than one configuration name. Add comment.
14438 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14440 * config.guess: about target *-hitachi-hiuxwe2, fixed
14441 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14442 macro is incorrect.]
14444 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14446 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14447 than the "make ls" stuff which used to be here.
14449 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14451 * config.guess: Recognize i[34]86-unknown-freebsd.
14452 From Shawn M Carey <smcarey@rodan.syr.edu>.
14454 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14456 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14458 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14460 * config.guess: Check for ptx.
14462 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14464 * config.sub: Add os9k checking.
14466 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14468 * config.guess: Handle OSF1 running on HPPA processors
14470 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14472 * configure: If subdir configure fails, print out a message with
14473 subdirectory name, in case subdir's configure code didn't identify
14476 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14478 * configure.in: Remove embedded newlines from configdirs.
14479 Avoid mismatches of substrings. Fix matching strings at end
14482 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14484 * config.guess: Add Lynx/rs6000 config support.
14486 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14488 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14490 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14492 * configure.in (hppa*-*-osf*): Treat this just like most other
14493 PA configurations (eg no binutils or ld).
14494 (hppa*-*-*elf*): These configurations have binutils and ld.
14496 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14498 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14500 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14502 * configure.in (rs6000-*-*): Build gas.
14504 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14506 * Makefile.in: Avoid bug in losing hpux sed.
14508 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14510 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14511 for GDB and GDB has been fixed to not need it.
14513 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14515 * config.guess: Recognize vax hosts.
14517 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14519 * configure (while loop): Don't use "break 2" inside case
14520 statement -- the case statement isn't an enclosing loop.
14522 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14524 * config.guess: Clean up NeXT support, to allow nextstep
14525 on Intel machines. Make OS be nextstep.
14527 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14529 * config.guess: Add alternate forms for Convex.
14531 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14533 * configure: Completely rewrite option processing. Take
14534 advantage of pattern-matching to avoid invoking test frequently.
14535 Also clean up host and target defaulting logic.
14537 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14539 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14540 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14541 commands (plus user environment) will fit SCO limits.
14543 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14545 * configure.in: Don't issue warnings about directories which are
14546 not being configured if -norecursion is set. Correct test for
14547 --with-gnu-as and --with-gnu-ld to not get confused by substring
14550 * configure.in: Don't build gas for alpha-dec-osf1*.
14552 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14554 * configure: Back out Per's change of 12/19/1993. It changes the
14555 behavior of configure in unexpected and confusing ways.
14557 Also, use different delim char when calculating
14558 program_transform_name so that the name can contain slashes.
14560 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14562 * configure.in, config.sub: Add support for VSTa micro-kernel.
14564 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14566 * configure.in: Nuke hacks which were used to get a special
14567 version of GAS for HPPA configurations.
14569 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14571 * configure: If only ${target_alias} is given, use that
14572 as the default for ${host_alias}.
14573 * configure: Add missing back-slashes before nested quotes.
14575 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14577 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14579 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14581 * config.guess: Recognize some Tektronix configurations.
14582 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14584 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14586 * config.sub: Match any flavor of SH.
14588 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14590 * configure.in: Don't try to configure newlib for Alpha.
14592 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14594 * configure.in: Don't build ld for Irix 5. Don't build gas,
14595 libg++ or libio for any Alpha target.
14597 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14599 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14601 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14602 default arguments -- so it tried to compress itself.
14604 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14606 * configure.in (notsupp): ensure that a space is always at the end
14607 of the configdirs list, since the grep checks for an explicit space
14609 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14611 * configure.in (target i386-sysv4.2): don't build ld, since static
14612 versions of many libraries are not available.
14614 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14616 * config.guess: Recognize Apollos (using environment variables).
14617 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14619 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14621 * config.guess: Recognize Sony news mips running newsos.
14623 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14625 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14626 "fi ; else" for bash.
14628 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14630 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14632 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14634 * config.sub: accept unixware as an alias for svr4.2.
14635 Fix some inconsistancies with the gcc version.
14637 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14639 * Makefile.in (DISTDOCDIRS): Add gdb.
14641 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14643 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14645 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14647 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14648 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14651 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14653 * config.sub: Accept hiux* as an OS name.
14655 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14656 etc/make-stds.texi. The underscore came from gcc, and dje now
14657 agrees that RUNTESTFLAGS is the correct name.
14659 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14661 * install.sh: Remove 'set -e'. It makes any conditionals
14662 in the script useless.
14664 * config.guess: Automatically recognize arm-acorn-riscix
14665 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14667 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14669 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14671 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14673 * Makefile.in (DISTDOCDIRS): New variable.
14674 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14675 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14677 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14679 * configure.in (hppa target): check the source directory for the
14680 pagas sub-directory
14682 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14684 * config.sub: Allow -aout* and -elf*.
14686 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14688 * configure.in: Don't build ld on i386-solaris2, same as for
14691 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14693 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14695 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14697 * configure.in: Configure gdb for alpha.
14699 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14701 * Makefile.in (CXXFLAGS): Add -O.
14703 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14705 * config.guess: added support for DG Aviion
14707 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14709 * configure.in: Produce warning message for subdirectories not
14710 configurable for this host/target combination. Don't try to
14711 configure gdb for vms.
14713 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14715 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14716 appropriate files before making "diststuff".
14717 (DISTBISONFILES): New var: list of files to be edited.
14718 (DISTSTUFFDIRS): Add binutils.
14720 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14722 * config.sub: also handle mipsel and mips64el (for little endian mips)
14724 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14726 * configure.in: Add * to end of all OS names.
14728 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14730 * configure.in: Build newlib for LynxOS native.
14732 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14734 * config.guess: Add support for delta 88k running SVR3.
14736 * configure.in: Add comment about HP compiler vs. emacs.
14738 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14740 * configure.in: don't build ld on solaris2 (not a viable option
14741 due to bugs in getpwnam & getpwuid)
14743 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14745 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14746 config.guess will produce a full version number.
14748 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14750 * configure.in: Build linker and binutils for alpha-dec-osf1.
14752 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14754 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14755 and gdb/testsuite/Makefile.in.
14757 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14759 * configure.in: recognize mips*- instead of mips-
14761 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14763 * config.sub: Accept linux*coff and linux*elf as operating
14766 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14768 * config.sub: Recognize mips64, and mips3 as an alias for it.
14770 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14772 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14773 gdb knows how to handle OSF/1 shared libraries.
14775 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14777 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14778 * config.guess: Recognize Hitachi's HIUX.
14779 * config.sub: Recognize h3050r* and hppahitachi.
14780 Remove redundant cases for hp9k[23]*.
14782 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14784 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14785 if gas and ld are in the source tree and are in ${configdirs}.
14786 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14787 --with options (but still pass them down on the command line,
14788 if they were explicitly specified).
14790 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14792 * configure: substitute SHELL value in Makefile.in with
14795 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14797 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14798 *-*-solaris2* targets.
14800 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14802 * Makefile.in: define M4, and pass it down to sub-makes;
14803 all-autoconf now depends on all-m4
14805 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14807 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14808 presence of {ar,ranlib} instead of a configured directory
14810 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14812 * config.guess: Accept 34?? as well as 33?? for NCR.
14814 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14816 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14817 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14819 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14821 * configure: grab values for $(CC) and $(CXX) from the
14822 environment, so that someone can do "CC=gcc configure; make" and
14823 have it work right (matching the way that autoconf works now)
14825 * configure.in, Makefile.in: add support for gash, the tcl
14826 interface to Galaxy
14828 * config.guess: add NetBSD variants (hp300, x86)
14830 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14832 * install.sh: Support -d option (in the manner of SunOS 4 install,
14833 as it is more deterministic than that of GNU install)
14834 (chmodcmd): Set file to mode 755 by default (should also do default
14835 chgrp and chown, but I don't feel like dealing with that now)
14837 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14839 * config.sub: Remove h8300hhms alias.
14841 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14843 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14845 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14847 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14850 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14852 * config.sub: recognize m88110-bug-coff.
14854 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14856 * Makefile.in (all-libio): all dependencies on the toolchain used
14857 to build this (gcc, gas, ld, etc)
14859 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14861 * config.guess: Deal with OSF/1 1.3 on alpha.
14863 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14865 * install.sh: add some 'else true' clauses for portability
14867 * configure.in: don't build libio for h8[35]00-*-* targets
14869 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14871 * Makefile.in: Add support for new libio.
14873 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14875 * install.sh: If one command fails, don't try the rest. Don't try
14876 to remove $dsttmp (via trap) unless we have already created it.
14877 If $src doesn't exist, detect it and exit with an error.
14879 * config.guess: Recognize BSD on hp300.
14881 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14883 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14884 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14886 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14888 * Makefile.in (all-send-pr): depends on all-prms
14890 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14892 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14894 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14896 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14897 Added test for mips-mips-riscos5.
14899 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14901 * configure.in: use mh-hp300 for 68k HP hosts
14903 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14905 * configure: add support for CONFIG_SHELL, so that you can use
14906 some alternate shell for evaluating configure scripts
14908 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14910 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14911 in configure script to bug-gdb@prep.ai.mit.edu when building
14912 distribution archive.
14913 * Makefile.in (COMPRESS): Remove def.
14914 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14915 gdb.tar.Z and make-gdb.tar.Z respectively.
14916 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14917 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14918 to convergence with 'taz' target in Makefile.in.
14920 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14922 * install.sh (dsttmp): use trap to ensure that tmp files go
14923 away on error conditions
14925 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14927 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14929 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14931 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14932 its parent is '/' not ''.
14934 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14936 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14938 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14939 that ${newsrcdir}/configure.in does.
14941 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14943 * test-build.mk: support for CONFIG_SHELL
14945 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14947 * config.sub (netware): Add as a basic system type.
14949 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14951 * Makefile.in (Makefile): depend on configure.in. Also drop the
14952 $(srcdir)/ from the dependency on Makefile.in.
14954 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14956 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14957 (h8300hhms is temporary until multi-libraries are implemented).
14958 * configure.in: Handle h8300h too.
14960 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14962 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14964 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14966 * configure: Remove extraneous output when guessing host type.
14967 * config.guess: Remove extraneous output when guessing using C
14968 compiler rather than uname, or when guessing fails.
14970 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14972 * Makefile.in: remove all.cross and install.cross targets
14974 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14977 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14979 * configure.in (target sh): Build gprof.
14981 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14983 * config.sub: change -solaris to -solaris2
14985 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14987 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14989 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14991 * configure: Correct error message for missing Makefile.in to
14992 print correct directory.
14994 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14996 * install.sh: kludge around 386BSD shell bug
14998 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15000 * config.guess: Recognize NeXT.
15001 * config.guess: Recognize i486-ncr-sysv4.
15002 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15004 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15006 * Makefile.in (MAKEINFOFLAGS): New variable.
15007 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15008 * build-all.mk, test-build.mk: Pass down --no-split as
15009 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15011 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15013 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15015 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15017 * Makefile.in (libg++.tar.z): New rule.
15018 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15019 * Makefile.in (taz): Only do a single chmod.
15021 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15023 * install.sh: don't use dirname anymore (replaced with sed usage)
15025 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15027 * Makefile.in: Change extension for gzip'd files from '.z' to
15028 '.gz' per new FSF standard usage.
15030 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15032 * configure: put quotes around the final value of program_transform_name
15034 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15036 * Makefile.in: new install.sh support; update install-info rules
15038 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15040 * configure.in: Build diff for crosses, but not for go32 host.
15042 * configure.in: Build gprof only for native, and don't build it
15043 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15045 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15047 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15049 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15051 * configure.in (host_tools): Add prms.
15053 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15055 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15056 with $(FLAGS_TO_PASS) on the command line
15058 * config.sub: Recognize lynx and lynxos
15060 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15062 * config.sub: Accept -ecoff*, not just -ecoff.
15064 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15066 * Makefile.in (taz): Use .gz suffix instead of .z.
15067 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15070 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15072 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15074 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15076 * Makefile.in (install-no-fixedincludes): install gcc last, so
15077 that rebuilds that might happen during 'make install' don't get
15078 bogus gcc include files
15080 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15082 Change from Utah for HPPA support:
15083 * config.guess: Recognize hppa1.x-hp-bsd.
15085 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15087 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15088 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15090 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15092 * config.sub: Add support for rom68k and bug boot monitors.
15094 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15096 * Makefile.in: Make all-opcodes depend on all-bfd.
15098 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15100 * config.guess: Added special check for i[34]86-univel-sysv4*.
15102 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15104 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15105 the processor rather than assuming i486.
15107 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15109 * config.guess: Recognize SunOS6 as Solaris3.
15111 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15113 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15114 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15116 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15118 * build-all.mk (all-cross): New target for Canadian Cross.
15119 Added Q2 go32 targets.
15120 * test-build.mk: Configure go32 cross sparclite-aout and
15121 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15122 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15124 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15126 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15127 GO32 hosted toolchains
15129 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15131 * configure: change so "-exec-prefix" gets passed down rather
15132 than "-exec_prefix" so autoconf generated Makefiles get the
15133 exec_prefix set right.
15135 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15137 * config.guess: get the Solaris2 minor version number
15139 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15141 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15143 * config.guess: Recognize some Sequent platforms.
15145 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15147 * Makefile.in: added the vault-install target
15149 * configure.in: actually use the Sun3 makefile fragment that's in
15150 config, also added the release dir to configdirs
15152 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15154 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15156 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15158 * configure.in: remove some program from Alpha targetted toolchains
15160 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15162 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15164 (taz): Run "make diststuff" in those directories instead of "make
15165 proto-dir". Look for "VERSION=" only at start of line in subdir
15166 Makefile. Use "gzip -9" for compression.
15167 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15168 (binutils.tar.z): New target.
15170 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15172 * Makefile.in (taz): Include gpl.texinfo.
15174 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15176 * Makefile.in (setup-dirs): Merged into "taz" target.
15177 (taz): Only do `proto-dir' stuff if a directory is actually needed
15180 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15182 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15183 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15184 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15185 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15186 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15188 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15190 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15191 config.sub, and move-if-change to gdb testsuite distribution
15192 archive, so the testsuite can be extracted, configured, and
15193 run separately from the gdb distribution. Blow away the Chill
15194 tests that require a Chill compiled executable, since GNU Chill
15195 is not yet publically available.
15197 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15199 * test-build.mk: set environment variables in a single command,
15200 instead of a list of assignments and exports
15202 * config.guess: recognize Alpha/OSF1 systems
15204 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15206 * configure: Change help message to prefer --options rather than
15209 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15211 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15212 zippy@ecst.csuchico.edu.
15213 * config.guess: Recognize miniframe.
15215 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15217 * Makefile.in: Use srcroot to find runtest rather than rootme.
15218 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15220 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15222 * test-build.mk: Extensive additions to support building on a
15223 machine other than the host.
15225 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15227 * configure (tooldir): Fix for i386-aix again.
15229 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15231 * configure, Makefile.in: Change definition of $(tooldir)
15234 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15236 * config.guess: Recognize i[34]86/SVR4.
15238 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15240 * Makefile.in (all-gdb): gdb depends on sim.
15242 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15244 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15245 at the same time we make the prototype gdb directory.
15246 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15247 files at the same time as the gdb base release distribution.
15249 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15251 * Makefile.in (check): Use individual check targets rather than
15253 (check-gcc): Added.
15255 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15257 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15258 for System V release 3.2.
15260 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15262 * config.sub: Recognize hppaosf.
15263 * configure.in: Do configure ld/binutils/gas for it.
15265 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15267 * configure (tooldir): Alter syntax used to set this, for systems
15268 where "\$" isn't handled right, like i386-aix.
15270 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15272 * configure: Pass program-transform-name, not
15273 program_transform_name, to recursive configures.
15275 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15277 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15278 of gas+ld+binutils.
15280 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15282 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15284 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15286 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15288 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15290 * Makefile.in (PRMS): Set back to all-prms.
15292 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15294 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15295 targets, rather than for MIPS hosts.
15297 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15299 * configure.in: add comment for --with-x default values
15301 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15303 * Makefile.in: add check-* targets for each of the directories in
15304 the tree. Add a definition of RUNTEST that will use the one we
15305 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15307 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15309 * configure.in: Removed obsolete references to bfd_target and
15310 target_makefile_frag.
15312 * build-all.mk: Set assorted targets for Q2.
15313 * config.sub: Recognize z8k-sim and h8300-hms.
15314 * test-build.mk: Really don't pass host to configure.
15315 (HOLES): Added uname.
15317 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15319 * configure: Handle an empty program-prefix, program-suffix or
15320 program-transform-name correctly.
15322 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15324 * build-all.mk: -G 8 no longer required for MIPS targets.
15325 * test-build.mk: Don't pass host argument to configure; make it
15328 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15330 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15331 * Makefile.in (COMPRESS): New macro, like GZIP.
15333 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15335 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15337 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15338 with gas currently defaults to -G 0.
15340 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15342 * Makefile.in (all-flex): flex depends on byacc.
15344 * build-all.mk: If host not specified, use config.guess. Pass TAG
15345 to test-build.mk as RELEASE_TAG.
15346 * test-build.mk (configargs): New variable containing arguments to
15347 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15348 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15350 * config.guess: Use /bin/uname when checking -X argument on SCO,
15351 to avoid invoking GNU uname which doesn't understand -X.
15353 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15355 * configure.in: Build gas for mips-*-*.
15357 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15359 * Makefile.in (all.normal): insert missing backslash.
15361 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15363 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15365 * Makefile.in: Complete overhaul to merge many almost identical
15368 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15370 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15371 (gdb.tar.Z): Adjusted.
15373 * Makefile.in (setup-dirs, taz): New targets; should be general
15374 enough to adapt for gdb sometime. Build only .z file.
15375 (gas.tar.z): New target.
15377 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15379 * build-all.mk: Use CC=cc -Xs on Solaris.
15381 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15383 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15384 for handling BISON for FSF releases.
15386 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15388 * configure: Actually implement the change zoo just documented.
15390 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15392 * configure: when using config.guess, only set target_alias when
15393 it's not already been set (ie, on the command line)
15395 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15397 * Makefile.in: add installcheck target, set PRMS to install-prms
15399 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15401 * configure: add support for package_makefile_fragment, handle the
15402 case where a directory has a configure.in file but no Makefile.in
15403 more gracefully (with an actual understandable error message, even);
15404 add support for --without (and add this to the usage message); also
15405 explicitly add a --host=${host_alias} to the command line when
15406 config.guess is used
15408 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15410 * configure: Must use both --host and --target in recursive calls.
15412 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15414 * Makefile.in: Change deja-gnu to dejagnu.
15416 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15418 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15420 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15422 * configure.in: canonicalize all instances to *-*-solaris2*,
15423 also strip out a number of tools to not build for go32 host
15425 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15427 * config.guess: add GPL.
15429 * Makefile.in, config.guess, config.sub, configure: bump
15432 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15434 * Makefile.in (do-info): Removed obsolete check for existence of
15437 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15439 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15441 * Makefile.in: a couple of 'else true' for decstation,
15444 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15446 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15448 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15450 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15452 * config.guess: Recognize i386-ibm-aix (PS/2).
15453 * configure.in: Use config/mh-aix386 file for it.
15455 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15457 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15458 CC_FOR_TARGET instead.
15459 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15461 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15463 * Makefile.in: Add sim to list of directories sent with gdb
15465 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15467 * configure.in: Put back mips-dec-bsd* case.
15469 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15471 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15472 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15473 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15475 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15477 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15479 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15480 (install-info): install dir.info only if it exists,
15481 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15483 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15485 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15486 gas for mips-dec-bsd.
15488 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15490 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15491 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15493 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15495 * configure.in: Added "dejagnu" to hosttools list.
15497 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15499 * config.sub, configure.in, config.guess: Add support
15500 for Bosx, an AIX variant from Bull.
15501 Patches from F.Pierresteguy@frcl.bull.fr.
15503 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15505 * devo/dejagnu: Initial creation of devo/dejagnu.
15506 Migrated dejagnu testcases and support files for testing software
15507 tools to reside as subdirectories, currently called "testsuite",
15508 within the directory of the software tool. Migrated all programs,
15509 support libraries, etc. beloging to dejagnu proper from
15510 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15511 with no modifications. The changes to these files which will
15512 allow them to configure, build, and execute properly will be made
15513 in a future update.
15515 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15517 * Makefile.in: Change send_pr to send-pr.
15518 * configure.in: Likewise.
15519 * send_pr: Renamed directory to send-pr.
15521 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15523 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15525 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15527 * README: Update for gdb-4.8 release.
15528 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15529 gdb-xxx.tar.z (gzip'd) file also.
15531 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15533 * Makefile.in: make all-diff depend on all-libiberty
15535 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15537 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15539 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15541 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15543 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15545 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15546 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15547 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15549 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15551 * Makefile.in: makeinfo binary is in a new location
15553 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15555 * config.sub: Accept -ecoff as an OS.
15557 * Makefile.in: Various changes to eliminate a level of make
15558 recursion and reduce the required command line length.
15559 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15561 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15562 variables holding settings for specific sub-makes.
15563 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15564 in terms of BASE_FLAGS_TO_PASS.
15565 (TARGET_LIBS): New variable listing directories which use
15566 TARGET_FLAGS_TO_PASS.
15567 (subdir_do): Eliminated.
15568 (do-*): New set of targets to replace subdir_do.
15569 (various): All targets which used subdir_do now depend on do-*.
15570 (local-clean): Renamed from do_clean.
15571 (local-distclean): New target, dependency of distclean and
15573 (install-info): Don't create directories. Depend on dir.info
15574 rather than calling make recursively.
15575 (install-dir.info): Eliminated.
15576 (install-info-dirs): Create all info directories here.
15577 (dir.info): Depend upon do-install-info.
15579 * test-build.mk (HOLES): Added false.
15581 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15583 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15585 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15587 * Makefile.in (info): remove dependency on all-texinfo. The
15588 problem was really in texinfo/C, not at this level.
15590 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15592 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15594 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15596 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15599 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15601 * configure: Include srcdir in message about target of link not
15602 being found. Don't convert `-' to `_' in `with' options being
15605 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15607 * configure.in: add uudecode to host_tools
15609 * Makefile.in: added {all,install}-uudecode targets, added them to
15610 the appropriate lists
15612 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15614 * Makefile.in (all-gcc): Added dependency on all-gas.
15616 * configure.in (mips-*-*): Build ld and binutils.
15618 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15620 * configure: check return code from mkdir, print error message and
15623 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15625 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15627 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15629 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15631 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15633 * config.sub (h8500): Recognize this as a cpu type.
15635 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15637 * configure: source directory missing is no longer a warning
15639 * configure.in: recognize irix[34]* instead of irix[34]
15641 * Makefile.in: define and pass down X11_LIB
15643 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15645 * guess-systype: Renamed to ...
15646 * config.guess: ... by popular request.
15647 * configure.in, Makefile.in: Update accordingly.
15649 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15651 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15652 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15653 + Execute ./dummy instead of assuming . is in PATH.
15655 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15657 * guess-systype: New shell script. Attempts to guess the
15658 canonical host name of the executing host.
15659 Only a few hosts are supported so far.
15660 * configure: Call guess-systype if no host is specified.
15662 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15664 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15668 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15670 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15671 (all-gcc, install-gcc, subdir_do): Use it.
15673 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15675 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15677 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15679 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15680 set exclusively by configure, using configure.in .
15682 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15684 * test-build.mk: set $PATH for all builds
15686 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15688 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15690 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15691 the one used in gcc/Makefile.in, so that a null expansion doesn't
15692 override the one needed to build gcc with a native cc.
15695 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15697 * configure: Accept -with arguments.
15699 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15701 * Makefile.in: added h8300sim
15703 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15705 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15706 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15707 (all-cygnus, native, build-cygnus): Make
15708 $(canonhost)-stamp-3stage-done, not $(host)....
15709 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15710 i386-sco3.2v4. Added else true to if command.
15712 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15714 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15716 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15718 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15720 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15722 * configure.in: don't remove binutils from Solaris builds
15724 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15726 * Makefile.in: get rid of earlier definitions for *clean,
15727 also handle the recursive info rule better
15729 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15731 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15732 do more-or-less the right thing.
15734 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15736 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15737 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15739 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15741 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15744 * configure.in: split the configdirs list into 4 categories (native
15745 v. cross, library v. tool) and handle the cross-only and native-
15746 only in more reasonable (and correct!) way.
15748 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15750 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15751 configdirs anymore.
15753 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15755 * Makefile.in: extensive cleanup:: removed all of the explicit
15756 clean-* targets, collapsed many wrappers around subdir_do into
15757 one, added additional targets to satisfy standards.texi, deleted
15758 some old targets, some changes for consistency
15760 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15762 * configure.in: handle some programs as cross-only, and others as
15765 * test-build.mk: handle partial holes in a more generic manner
15767 * Makefile.in: m4 depends on libiberty
15769 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15771 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15772 time, wdiff, and find to configdirs
15774 * Makefile.in: all, clean, and install rules for the new programs
15775 added to configure.in
15777 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15779 * configure.in: use mh-sun for all *-sun-* hosts
15781 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15783 * Makefile.in: define flags for X11 include files and library file
15784 locations, pass them down to the programs that need this info
15786 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15788 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15790 * configure.in: start building libg++ for HP-UX targets
15792 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15794 * README: Update references to files moved into etc/.
15796 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15798 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15799 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15801 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15803 * configure: accept dash as well as underscore in long option
15804 names for FSF compatibility.
15806 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15808 * config.sub: added -sco3.2v4 support from FSF.
15810 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15812 * configure.in: expand the section that adds or removes
15813 directories from the list of programs to build, to handle native
15814 vs. cross in addition to host v. native
15816 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15818 * Makefile.in: Replace C++ in macro names with CXX.
15819 This is less likely to break ...
15821 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15823 * test-build.mk: add -w to GNU_MAKE
15825 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15827 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15828 add 'sparc' to list of recognized cpus. This needed to make
15829 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15830 Delete some redundant ose68 variants. Recognize -wrs as an os,
15831 then changes that into $CPU-wrs-vxworks.
15833 * configure.in: remove most references to gdbtest, regularize
15834 target based program removal
15836 * test-build.mk: import from p3 tree (many fixes and changes)
15838 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15840 * Makefile.in: added rules to handle tcl, tk, and expect
15842 * configure.in: handle those directories if they exist
15844 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15846 * config.sub: removed bogus hppabsd and hppahpux names, since
15847 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15849 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15851 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15852 depends upon all-xiberty
15854 * Makefile.in: changes from p3, including:
15856 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15858 * Makefile.in (XTRAFLAGS): include newlib directories if
15859 newlib/Makefile exists, rather than if host != target.
15861 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15863 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15864 from the same source tree and not building a cross-compiler. This
15865 matters for the libg++ configuration if reconfiguring a tree that
15866 has already been installed.
15868 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15870 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15871 pick up the machine and system specific header files.
15873 * Makefile.in: added AS_FOR_TARGET, passed down in
15874 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15875 the C compiler to use to create programs which are run in the
15876 build environment, set it to default to $(CC), and passed it down
15877 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15879 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15881 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15882 We need them for unusual native builds, like systems without
15885 * configure: also define $(host_canonical) and
15886 $(target_canonical), which are the full, canonical names for the
15887 given host and target
15889 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15891 * Makefile.in: Added separate definitions for C++.
15893 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15895 * configure.in (configdirs): Add deja-gnu.
15897 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15899 * README: Update for configure.texi and gdb-4.7 release.
15901 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15903 * Makefile.in: Move "all" target to top of file.
15904 Previously, first target was ".PHONY" which caused BSD4.4 make
15905 to build .PHONY when make was run without arguments.
15907 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15909 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15910 Library-copylefted code in libiberty.
15912 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15914 * config.sub: Replace m68kmote with plain old m68k.
15916 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15918 * Makefile.in: Remove space from blank line, avoid Make complaints.
15920 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15922 * config.sub: Complain if no argument is given. Added support for
15923 386bsd as OS and target alias.
15925 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15927 * Makefile.in (XTRAFLAGS): include newlib directories if
15928 newlib/Makefile exists, rather than if host != target.
15930 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15932 * config.sub: recognize sparclite-wrs-vxworks.
15934 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15935 p3.) Added clean-xiberty to clean.
15937 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15939 * configure.in: use *-*-* instead of nested cases for host and target
15941 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15943 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15944 from the same source tree and not building a cross-compiler. This
15945 matters for the libg++ configuration if reconfiguring a tree that
15946 has already been installed.
15948 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15950 * config.sub (i486v/i486v4): Merge in from FSF version.
15952 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15954 * configure: only set PWD if it is already set.
15956 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15958 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15959 doesn't have unset and all success paths (and most error paths)
15960 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15961 to just ${PWD} to avoid confusion.)
15963 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15965 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15966 even for a native compilation.
15968 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15970 Changes to make the gdb.tar.Z rule work better.
15972 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15973 (DEVO_SUPPORT): Add configure.texi.
15974 (bfd-ilrt.tar.Z): Remove ancient rule.
15976 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15978 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15979 pick up the machine and system specific header files.
15981 * configure.in, config.sub: added new target m68010-adobe-scout,
15982 with alias of adobe68k. Changed configure.in to check for
15983 -scout before -sco* to avoid a false match.
15985 * Makefile.in: added AS_FOR_TARGET, passed down in
15986 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15987 the C compiler to use to create programs which are run in the
15988 build environment, set it to default to $(CC), and passed it down
15989 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15991 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15993 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15994 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15995 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15996 FOR_TARGET variants, to newlib and libg++.
15998 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16000 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16003 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16005 * config.sub: Accept `elf' as an environment.
16007 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16009 * Makefile.in (all-opcodes): cd into the right directory
16011 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16013 * configure: added -program_transform_name option, used as
16014 argument to sed when installing programs.
16015 configure.texi: added documentation for -program_prefix,
16016 -program_suffix and -program_transform_name.
16018 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16020 * config.sub: Accept i486 where i386 ok.
16022 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16024 * config.sub: accept we32k
16026 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16028 * config.sub, configure.in: accept OSE68000 and OSE68k.
16030 * Makefile.in: don't create all directories for ``make install'';
16031 let the subdirectories create the ones they need.
16033 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16035 * COPYING: new file, GPL v2
16037 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16039 * Makefile.in: use the new gen-info-dir, which needs a template
16040 argument (which also lives in texinfo)
16042 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16044 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16046 * config.sub (ncr3000): Change i386 to i486.
16048 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16050 * Makefile.in: add install-rcs, install-grep to
16051 install-no-fixedincludes, removed install-bison and install-libgcc
16053 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16055 * configure.in: grab the HPUX makefile fragment if on HPUX
16057 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16059 * Makefile.in: eradicate bison spoor (ditto libgcc).
16060 configure.in: recognise m68{k,000}-ericsson-OSE.
16061 es1800 is alias for m68k-ericsson-OSE
16063 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16065 * configure.in: rearrange the parts that remove programs from
16066 configdirs, based now on HOST==TARGET or by canonical triple.
16068 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16070 * test-build.mk: recurse explicitly with -f test-build.mk when
16071 appropriate. predicate stage3 and comparison on the existence
16072 of gcc. That is, if gcc isn't around, we aren't three-staging.
16073 On very clean, also remove ...stamp-co. Build in-place before
16074 doing other builds.
16076 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16078 * Makefile.in, configure.in: add tgas
16080 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16082 * Makefile.in: a number of changes merged in from progressive.
16084 * configure.in: add libm.
16086 * .cvsignore: ignore some stuff that comes from test-build.mk.
16088 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16090 * config.sub: Add es1800 (m68k-ericsson-es1800).
16092 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16094 * configure: Add program_suffix (parallel to program_prefix)
16095 * Makefile.in: adjust directory-creating script for losing decstation
16097 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16099 * configure: Minor $subdir-related fixes.
16101 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16103 * configure: fix various problems with propogating
16104 makefile_target_frag in subdirs.
16105 * configure.in: config libgcc if its there
16107 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16109 * config.sub: HPPA merge.
16111 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16113 * Makefile.in: Replace all-bison with all-byacc in all
16114 dependency lines for other tools (which now use byacc).
16116 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16118 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16120 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16122 * Makefile.in: make gprof rules similar to byacc rules (instead of
16123 vestigal $(unsubdir) that didn't work...)
16125 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16127 * config.sub: Add support for Linux.
16128 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16129 (at least for libg++).
16131 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16133 * configure.texi: fix doc for the -nfp option to configure
16135 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16137 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16139 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16141 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16142 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16143 * configure.in: added solaris* host_makefile_frag hook.
16145 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16147 * config.sub: changed recognition of m68000 so that various
16148 m68k types can be specified via m680[01234]0
16150 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16152 * config.sub (basic_machine): fix sed so that '-foo' isn't
16153 completely substituted out while .+'-foo' loses the '-foo'
16155 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16157 * config.sub ($os): Add -aout.
16159 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16161 * configure: If host_makefile_frag is absolute, don't
16162 prefix ${invsubdir} (relevant to libg++ auto-configure).
16164 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16166 * Makefile.in (tooldir): Define it.
16167 (all-ld): Depend on all-flex.
16169 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16171 * Makefile.in (check): Fix libg++ special case.
16173 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16175 * configure: do not bury `pwd` into config.status, thus do fewer
16178 * configure: print the "Building in" message only when building in
16179 other than "." AND verbose.
16181 * configure: remove -s, rework -v to better accomodate guested
16184 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16186 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16188 * Makefile.in: macroize flags passed on recursion. remove
16191 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16193 * configure: get makesrcdir right for subdirs deeper than 1.
16195 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16198 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16200 * Makefile.in: don't print subdir_do or recursion lines.
16202 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16204 * standards.texi: added menu item.
16206 * Makefile.in: build and install standards.info.
16208 * standards.texi: new file.
16210 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16212 * configure: test for and move config.status pieces from
16215 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16217 * configure: Test for existance of files before trying to mv
16218 them, to avoid numerous non-existance messages.
16220 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16222 * configure: correct final line of config.status.
16224 * configure: patch from eggert. Avoids a protection problem if
16225 the original Makefile.in is read only.
16227 * configure: use move-if-change from gcc to create config.status.
16228 Some makefiles depend on config.status to tell if a directory
16229 has been reconfigured for a different host. This change
16230 prevents those directories from remaking everything in the case
16231 where the reconfig was only intended to rebuild a Makefile.
16233 * configure: test for config.sub with "config.sub sun4" rather
16234 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16235 host alias from a missing config.sub.
16237 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16239 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16240 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16242 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16244 * configure: mkdir ${subdir} as needed.
16246 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16248 * Makefile.in,configure.in: added autoconf.
16250 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16252 * Makefile.in: no longer pass against on recursion.
16254 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16255 definitions are not inherited.
16257 * configure: correct makesrcdir when subdir is .
16259 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16261 * configure: Add support for 'subdirs' variable, which is
16262 like 'configdirs', except that configure doesn't re-invoke
16263 itself for subdirs, it just creates a Makefile for each subdir.
16264 * configure.texi: Document subdirs.
16266 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16268 * configure.in: added flex to configdirs
16270 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16272 * Makefile.in: remove clean-stamps from clean.
16274 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16276 * configure.in: Add gdbtest to configdirs.
16278 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16280 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16281 to recursive makes.
16282 * configure.in: Recognize new ncr3000 config.
16284 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16286 * Makefile.in, configure.in: removed references to gdbm.
16288 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16290 * config.sub: Don't canonicalize os value
16291 newsos* to bsd (readline needs to check for newsos).
16292 (This fix was earlier made Jan 31, but got re-broken.)
16294 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16296 * configure.in: sco is an os, not a vendor!
16298 * configure: Quote $( better. Keep various shells happy.
16300 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16302 * Makefile.in: eliminate stamp-files.
16304 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16306 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16307 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16309 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16311 * config.sub: fix iris/iris3.
16313 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16315 * configure: re-add -rm.
16317 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16319 * Maskefile.in: add .stmp-rcs to all.
16321 * configure.in: remove gas from rs6000 build, use aix host fragment.
16323 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16325 * configure: pass down site_option during recursion.
16327 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16329 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16331 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16333 * configure: Change exec_prefix so that it really defaults to prefix.
16335 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16337 * Makefile.in, configure.in: Add support for mmalloc library.
16339 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16341 * Makefile.in: add stmp dependencies for a few more things.
16343 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16345 * configure: adjusted error message on objdir/srcdir configure
16346 collision, per john's suggestion.
16348 * Makefile.in: add libiberty stmp to all and all.cross.
16350 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16352 * Makefile.in: remove force dependencies, add grep to all.
16354 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16356 * Makefile.in: drop flex. make stamp files work.
16358 * configure: added test for conflicting configuration in srcdir,
16359 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16360 gets cranky. use relative paths for configure and srcdir
16361 whenever possible. Send some error messages to stderr that were
16364 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16366 * Makefile.in: Fix libg++ rule to check for gcc directory
16367 before using gcc/gcc. Also pass XTRAFLAGS.
16369 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16371 * Makefile.in: added stmp-files so that directories aren't polled
16372 when they are already built.
16374 * configure.texi: fixed a node pointer problem.
16376 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16378 * config.sub configure.in gdb/configure.in
16379 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16380 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16381 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16383 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16385 * configure: -recurring becomes -silent. corrected help message
16388 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16390 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16392 * configure: when building Makefile for crosses, replace
16393 tooldir and program_prefix. default srcdir from location of
16394 config.sub. remove "for host in hosts" and "for target in
16397 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16399 * Makefile.in: Do not pass bindir or mandir to cvs.
16401 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16403 * Makefile.in, configure.in: removed traces of namesubdir,
16404 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16405 copyrights to '92, changed some from Cygnus to FSF.
16407 * configure.texi: remove most references to multiple hosts,
16408 multiple targets, subdirs, etc.
16410 * configure.man: removed rcsid. reference config.sub not
16413 * Makefile.in: mkdir $(infodir) on install-info.
16415 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16417 * configure.texi: Explain better about .gdbinit and about
16418 the environment that configure.in sections run in.
16420 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16422 * configure.in: Ultrix is only a decstation if it's a MIPS.
16424 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16426 * README: DOC.configure => cfg-paper.texi.
16428 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16430 * config.sub (near case $os): Don't convert newsos* to bsd!
16432 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16434 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16435 the number of copies of COPYING that go into the GDB tar file.
16437 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16439 * bfd/configure.in, gdb/config/mh-i386sco,
16440 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16441 Fix SCO configuration stuff.
16443 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16445 * Makefile.in: For libg++, make sure the -I pointing
16446 to the gcc directory goes *after* all the libg++-local -I flags.
16447 Also, move just-gcc dependency from just-libg++ to all-libg++.
16449 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16451 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16453 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16455 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16457 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16459 * config.sub: Add stratus configuration frags. Also
16462 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16464 * Makefile.in (DEV_SUPPORT): add configure.man.
16466 * config.sub(Decode manufacturer-specific): add -none*.
16468 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16470 * Makefile.in: remove form feeds to make Sun's make happy.
16471 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16473 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16475 * Makefile.in (AR_FLAGS): Make quieter.
16477 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16479 * configure.in: Add libg++.
16480 * configure: When verbose, don't output the command line at each
16481 level; it will be unremarkably the same as the previous version,
16482 which will be the same as what the user typed.
16484 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16486 * configure.in, Makefile.in: fix clean-info, add flex. add
16489 * configure: be less sensitive to spaces in Makefile.in. Do not
16490 look for sources in "..". Doing so breaks subdirectories that
16491 might have their own configure. If a subdir has it's own
16492 configure script, use it.
16494 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16496 * cfg-paper.texi: some changes suggested by rms.
16498 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16500 * config.sub: Merge in some small additions from the FSF version,
16501 taken from the gcc distribution, to bring the Cygnus and FSF
16502 versions into closer sync.
16504 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16506 * configure.in: Changed svr4 references to sysv4.
16508 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16510 * configure: added -V for version number option.
16512 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16514 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16515 renamed from DOC.configure to cfg-paper.texi.
16517 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16519 * configure, config.subr, config.sub: config.subr is now
16522 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16524 * configure.texi: new file, in progress.
16526 * Makefile.in: build info file and install the man page for
16529 * configure.man: new file, first cut.
16531 * configure: find config.subr again now that configuration "none"
16532 has gone. removed all traces of the -ansi option. removed all
16533 traces of the -languages option.
16535 * config.subr: resync from rms.
16537 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16539 * configure, config.sub, config.subr: merge config.sub into
16540 config.subr, call the result config.subr, remove config.sub, use
16543 * Makefile.in: revised install for dir.info.
16545 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16547 * configure.in: add decstation host makefile frag.
16549 * Makefile.in: BISON now bison -y again. also install-gcc on
16550 install. clean-gdbm on clean. infodir belongs in datadir.
16551 Make directories for info install. Build dir.info here then
16554 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16556 * Makefile.in: fix for bad directory tests.
16558 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16560 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16561 regexp. -srcdir relative was being handled incorrectly.
16563 * Makefile.in: unwrapped some for loops so that parallel makes
16564 work again and so one can focus one's attention on a particular
16567 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16569 * configure: added PWD as a stand in for `pwd` (for speed). use
16570 elif wherever possible. make -srcdir work without -objdir.
16571 -objdir= commented out.
16573 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16575 * configure: +options become --options. -subdirs commented out.
16576 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16577 Makefile now at top of generated Makefile. Removed cvs log
16578 entries. added -srcdir. create .gdbinit only if there is one
16581 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16582 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16583 and mandir now keyed off datadir by default.
16585 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16587 * Freshly created ChangeLog.
16594 version-control: never