1 2021-10-29 Eli Zaretskii <eliz@gnu.org>
3 * gdb/doc/gdb.texinfo (Command Options): (Data): Document
4 '-memory-tag-violations'. Update the example.
6 2021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8 * src-release.sh (GDB_SUPPPORT_DIRS): Add libbacktrace.
10 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
13 * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
14 NM, if there is one. Run nm on itself, not on /dev/null, to avoid
15 errors from nms that refuse to work on non-regular files. Remove
16 other workarounds for this problem. Strip out blank lines from the
19 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
22 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
25 2021-07-03 Nick Clifton <nickc@redhat.com>
27 * 2.37 release branch created.
29 2021-07-03 Nick Clifton <nickc@redhat.com>
31 * libiberty: Sync with gcc. Bring in:
32 2021-06-30 Gerald Pfeifer <gerald@pfeifer.com>
34 * make-temp-file.c (usrtmp): Remove.
35 (choose_tmpdir): Remove use of usrtmp.
37 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
39 * simple-object.c (handle_lto_debug_sections): Copy over .BTF section.
41 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
42 David Faust <david.faust@oracle.com>
43 Jose E. Marchesi <jose.marchesi@oracle.com>
44 Weimin Pan <weimin.pan@oracle.com>
46 * simple-object.c (handle_lto_debug_sections): Copy over .ctf
49 2021-06-05 John David Anglin <danglin@gcc.gnu.org>
52 * configure.ac: Use libiberty snprintf and vsnprintf on
54 * configure: Regenerate.
56 2021-05-06 Tom Tromey <tom@tromey.com>
58 * hashtab.c (htab_eq_string): New function.
60 2021-05-04 Eric Botcazou <ebotcazou@adacore.com>
62 * configure.ac: Make test for variables more robust.
63 * configure: Regenerate.
65 2021-05-03 H.J. Lu <hjl.tools@gmail.com>
68 * configure: Regenerated.
70 2021-04-21 Andreas Schwab <schwab@linux-m68k.org>
73 * rust-demangle.c (demangle_const_char): Properly print the
76 2021-03-31 Patrick Palka <ppalka@redhat.com>
79 * cp-demangle.c (d_dump, d_make_comp, d_expression_1)
80 (d_count_templates_scopes): Handle DEMANGLE_COMPONENT_VENDOR_EXPR.
81 (d_print_comp_inner): Likewise.
82 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Revert r11-4926
84 <case DEMANGLE_COMPONENT_UNARY>: Likewise.
85 * testsuite/demangle-expected: Adjust __alignof__ tests.
87 2021-03-16 Nick Clifton <nickc@redhat.com>
89 * sha1.c (sha1_process_bytes): Use memmove in place of memcpy.
91 2021-02-20 Mike Frysinger <vapier@gentoo.org>
93 * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, $(srcdir)/aclocal.m4): Define.
94 (configure_deps): Rename to ...
95 (aclocal_deps): ... this. Replace aclocal.m4 with acinclude.m4.
96 ($(srcdir)/configure): Replace $(configure_deps) with
98 * aclocal.m4: Move libiberty macros to acinclude.m4, then regenerate.
99 * acinclude.m4: New file.
100 * configure: Regenerate.
102 2021-02-19 Ayush Mittal <ayush.m@samsung.com>
104 * argv.c (expandargv): free allocated buffer if read fails.
106 2021-02-01 Martin Sebor <msebor@redhat.com>
108 * dyn-string.c (dyn_string_insert_cstr): Use memcpy instead of strncpy
109 to avoid -Wstringop-truncation.
111 2021-05-29 Mike Frysinger <vapier@gentoo.org>
113 * configure.ac: Add gnulib to configdirs for sim.
114 * configure: Regenerate.
116 2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
118 * MAINTAINERS: Update path to readline config.{sub,guess} files.
120 2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
122 * config.guess: Import from upstream.
123 * config.sub: Likewise.
125 2021-05-18 Mike Frysinger <vapier@gentoo.org>
127 * Makefile.def: Add configure-sim dependency on all-gnulib.
128 * Makefile.in: Regenerated.
130 2021-05-04 Nick Clifton <nickc@redhat.com>
132 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
133 * configure: Regenerate.
135 2021-03-18 Nick Alcock <nick.alcock@oracle.com>
138 * Makefile.def: Add install-bfd dependencies for install-libctf and
139 install-ld, and install-strip-bfd dependencies for
140 install-strip-libctf and install-strip-ld; move the install-ld
141 dependency on install-libctf to join it.
142 * Makefile.in: Regenerated.
144 2021-03-12 Mike Frysinger <vapier@gentoo.org>
146 * Makefile.def: Remove all-sim dependency on configure-gdb.
147 * Makefile.in: Regenerated.
149 2021-02-28 H.J. Lu <hongjiu.lu@intel.com>
152 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
153 PGO_BUILD_TRAINING=yes.
154 (PGO_BUILD_TRAINING_MFLAGS): New.
155 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
157 2021-02-09 Alan Modra <amodra@gmail.com>
159 * configure.ac: Delete arm*-*-symbianelf* entry.
160 * configure: Regenerate.
162 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
164 * Makefile.def: Add install-libctf dependency to install-ld.
165 * Makefile.in: Regenerated.
167 2021-01-12 Mike Frysinger <vapier@gentoo.org>
169 * src-release.sh (do_proto_toplev): Rewrite indentation.
171 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
175 * configure: Regenerated.
177 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
180 * configure: Regenerated.
181 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
182 --plugin and rc before enabling --plugin.
184 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
187 * Makefile.tpl (BUILD_CFLAGS): New.
188 (CFLAGS): Append $(BUILD_CFLAGS).
189 (CXXFLAGS): Likewise.
190 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
191 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
192 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
193 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
194 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
195 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
196 (PGO-TRAINING-TARGETS): Likewise.
197 (PGO_BUILD_TRAINING): Likewise.
198 (all): Add '+' to the command line for recursive make. Support
200 * configure.ac: Add --enable-pgo-build[=lto].
201 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
202 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
203 * Makefile.in: Regenerated.
204 * configure: Likewise.
206 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
208 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
209 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
210 * configure.ac: Include config/gcc-plugin.m4.
211 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
212 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
214 * Makefile.in: Regenerated.
215 * configure: Likewise.
217 2021-01-09 Nick Clifton <nickc@redhat.com>
219 * 2.36 release branch crated.
221 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
223 * libtool.m4: Match gnu* along with other GNU systems.
225 2021-01-07 Alan Modra <amodra@gmail.com>
227 * config.sub: Accept OS of eabi* and gnueabi*.
229 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
231 * Makefile.def (libctf): No longer no_check. Checking depends on
233 * Makefile.in: Regenerated.
235 2021-01-05 Nick Clifton <nickc@redhat.com>
237 * libiberty: Sync with gcc. Bring in:
238 2021-01-04 Martin Liska <mliska@suse.cz>
240 * strverscmp.c: Convert to utf8 from iso8859.
242 2020-12-22 Jason Merrill <jason@redhat.com>
245 * cp-demangle.h (struct d_info): Add unresolved_name_state.
246 * cp-demangle.c (d_prefix): Add subst parm.
247 (d_nested_name): Pass it.
248 (d_unresolved_name): Split out from...
249 (d_expression_1): ...here.
250 (d_demangle_callback): Maybe retry with old sr mangling.
251 * testsuite/demangle-expected: Add test.
253 2020-12-21 Jason Merrill <jason@redhat.com>
255 * cp-demangle.c (d_expression_1): Recognize qualified-id
257 * testsuite/demangle-expected: Add test.
259 2020-12-21 Jason Merrill <jason@redhat.com>
261 * cp-demangle.c (d_unqualified_name): Clear is_expression.
262 * testsuite/demangle-expected: Add tests.
264 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
266 * configure: Regenerate.
267 * configure.ac: Avoid using sanitizer.
269 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
271 * rust-demangle.c (struct rust_demangler): Add
272 skipping_printing and bound_lifetime_depth fields.
273 (eat): Add (v0-only).
274 (parse_integer_62): Add (v0-only).
275 (parse_opt_integer_62): Add (v0-only).
276 (parse_disambiguator): Add (v0-only).
277 (struct rust_mangled_ident): Add punycode{,_len} fields.
278 (parse_ident): Support v0 identifiers.
279 (print_str): Respect skipping_printing.
280 (print_uint64): Add (v0-only).
281 (print_uint64_hex): Add (v0-only).
282 (print_ident): Respect skipping_printing,
283 Support v0 identifiers.
284 (print_lifetime_from_index): Add (v0-only).
285 (demangle_binder): Add (v0-only).
286 (demangle_path): Add (v0-only).
287 (demangle_generic_arg): Add (v0-only).
288 (demangle_type): Add (v0-only).
289 (demangle_path_maybe_open_generics): Add (v0-only).
290 (demangle_dyn_trait): Add (v0-only).
291 (demangle_const): Add (v0-only).
292 (demangle_const_uint): Add (v0-only).
293 (basic_type): Add (v0-only).
294 (rust_demangle_callback): Support v0 symbols.
295 * testsuite/rust-demangle-expected: Add v0 testcases.
297 2020-11-13 Seija Kijin <doremylover456@gmail.com>
299 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
301 2020-11-11 Patrick Palka <ppalka@redhat.com>
304 * cp-demangle.c (d_print_comp_inner)
305 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
306 "operator " prefix for __alignof__.
307 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
308 operand of __alignof__.
309 * testsuite/demangle-expected: Test demangling for __alignof__.
311 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
313 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
315 2020-10-06 Martin Liska <mliska@suse.cz>
318 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
319 Use sh_link of a .symtab_shndx section.
321 2021-01-05 Alan Modra <amodra@gmail.com>
323 * config.guess: Import from upstream.
324 * config.sub: Likewise.
326 2020-12-16 Martin Liska <mliska@suse.cz>
327 Tom de Vries <tdevries@suse.de>
329 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
330 field. Add meter field.
331 (progressfn): Print progress using meter.
333 2020-12-02 Enze Li <lienze2010@hotmail.com>
335 * .gitignore: Add gnu global outputs.
337 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
339 * .gitignore: Sync with gcc.
341 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
343 * src-release.sh: Use sha256sum instead of md5sum.
345 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
347 * Makefile.in: Rebuild.
348 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
351 2020-07-24 Aaron Merey <amerey@redhat.com>
353 * configure: Rebuild.
354 * configure.ac: Remove AC_DEBUGINFOD.
356 2020-07-04 Nick Clifton <nickc@redhat.com>
358 Binutils 2.35 branch created.
360 2020-04-21 Stephen Casner <casner@acm.org>
363 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
364 * configure: Rebuild.
366 2020-03-12 Tom Tromey <tom@tromey.com>
368 * Makefile.in: Rebuild.
369 * Makefile.def (gdbserver): Depend on gdbsupport.
371 2020-03-12 Tom Tromey <tom@tromey.com>
373 * Makefile.in: Rebuild.
374 * Makefile.def (gdbsupport): Don't depend on bfd.
376 2020-03-12 Tom Tromey <tom@tromey.com>
378 * Makefile.in: Rebuild.
379 * Makefile.def (gdbsupport): Depend on intl.
381 2020-02-17 Tom Tromey <tom@tromey.com>
383 * configure: Rebuild.
384 * configure.ac (configdirs): Add gnulib and gdbsupport when building
387 2020-02-14 Tom Tromey <tom@tromey.com>
389 * Makefile.in: Rebuild.
390 * Makefile.def: Make gdbserver require gnulib and libiberty.
392 2020-02-07 Tom Tromey <tom@tromey.com>
393 Pedro Alves <palves@redhat.com>
395 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
396 * gdbserver: New directory, moved from gdb/gdbserver.
397 * configure.ac (host_tools): Add gdbserver.
398 Only build gdbserver on certain systems.
399 * Makefile.in, configure: Rebuild.
400 * Makefile.def (host_modules, dependencies): Add gdbserver.
401 * MAINTAINERS: Add gdbserver.
403 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
405 * src-release.sh (getver): Look for gdbsupport's
406 create-version.sh script at the current directory if tool is
409 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
411 * remote-sim.c (gdbsim_target::wait): Return
412 sim_data->remote_sim_ptid instead of inferior_ptid.
414 2020-01-18 Nick Clifton <nickc@redhat.com>
416 Binutils 2.34 branch created.
418 2020-01-18 Nick Clifton <nickc@redhat.com>
420 Synchronize top level configure files with master version:
422 2020-01-01 Ben Elliston <bje@gnu.org>
424 * config.guess: Update copyright years.
425 * config.sub: Likewise.
427 2019-12-21 Ben Elliston <bje@gnu.org>
429 * config.guess (set_cc_for_build): Prevent multiple calls by
430 checking if $tmp is already set. We can't check CC_FOR_BUILD as
431 the user may set it externally. Thanks to Torbjörn Granlund for
434 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
436 * config.guess (alpha:Linux:*:*): Guard against missing
437 /proc/cpuinfo by redirecting standard error to /dev/null.
439 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
441 * config.guess (*:Twizzler:*:*): New.
442 * config.sub (-twizzler*): New.
444 2019-07-24 Ben Elliston <bje@gnu.org>
446 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
448 2019-06-30 Ben Elliston <bje@gnu.org>
450 * config.sub (case $os): Match nsk* and powerunix. Don't later
451 match nsk* and set os=nsk which removes the OS version number.
453 2019-06-30 Ben Elliston <bje@gnu.org>
455 * config.sub: Recognise os108*.
457 2019-06-26 Ben Elliston <bje@gnu.org>
459 * config.sub (hp300): Set $os to hpux.
461 2019-06-26 Ben Elliston <bje@gnu.org>
463 * config.sub (vsta): Move into alphabetical order.
465 2019-06-10 Ben Elliston <bje@gnu.org>
467 * config.guess (*:OS108:*:*): Recognise new OS.
469 2019-05-28 Ben Elliston <bje@gnu.org>
471 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
472 system compiler is installed. If not, do not run set_cc_for_build,
473 as the default cc will open a dialog box asking to install
474 Xcode. If no C compiler is available, guess based on uname -p and
477 2019-05-28 Ben Elliston <bje@gnu.org>
479 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
481 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
483 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
484 * Makefile.in: Re-generate.
486 2020-01-14 Tom Tromey <tom@tromey.com>
488 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
489 * MAINTAINERS: Add gdbsupport.
490 * configure: Rebuild.
491 * configure.ac (configdirs): Add gdbsupport.
492 * gdbsupport: New directory, move from gdb/gdbsupport.
493 * Makefile.def (host_modules, dependencies): Add gnulib.
494 * Makefile.in: Rebuild.
496 2020-01-09 Aaron Merey <amerey@redhat.com>
498 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
499 new configure option --with-debuginfod.
500 * configure: Regenerate.
501 * configure.ac: Call AC_DEBUGINFOD.
503 2019-12-26 Christian Biesinger <cbiesinger@google.com>
505 * .gitignore: Add perf.data and perf.data.old.
507 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
509 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
511 2019-10-17 Alan Modra <amodra@gmail.com>
514 * src-release.sh (getver): Replace "head -1" with "head -n 1".
516 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
518 * Makefile.def (host_modules): libctf is no longer no_install.
519 * Makefile.in: Regenerated.
521 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
523 * Makefile.def (dependencies): all-ld depends on all-libctf.
524 * Makefile.in: Regenerated.
526 2019-09-09 Phil Blundell <pb@pbcl.net>
528 binutils 2.33 branch created
530 2019-08-19 Tom Tromey <tom@tromey.com>
532 * configure: Rebuild.
533 * configure.ac: Add --with-static-standard-libraries.
535 2019-08-09 Nick Clifton <nickc@redhat.com>
537 * libiberty: Sync with gcc. Bring in:
538 2019-08-08 Martin Liska <mliska@suse.cz>
541 * lrealpath.c (is_valid_fd): New function.
543 2019-07-24 Martin Liska <mliska@suse.cz>
546 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
547 Find first '\0' starting from gnu_lto + 1.
549 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
551 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
552 This fixes a Bug 90924.
554 2019-07-22 Martin Liska <mliska@suse.cz>
556 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
557 Do not search for gnu_lto_v1, but search for first '\0'.
559 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
561 * cplus-dem.c: Include rust-demangle.h.
562 * rust-demangle.c: Include rust-demangle.h.
563 * rust-demangle.h: New file.
565 2019-05-31 Michael Forney <mforney@mforney.org>
567 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
570 2019-04-30 Ben L <bobsayshilol@live.co.uk>
572 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
573 * testsuite/d-demangle-expected: Add testcase.
575 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
576 * testsuite/d-demangle-expected: Add testcase.
578 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
579 * testsuite/d-demangle-expected: Add testcase.
581 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
582 * testsuite/d-demangle-expected: Add testcase.
584 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
585 * testsuite/d-demangle-expected: Add testcase.
587 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
588 * testsuite/demangle-expected: Add testcase.
590 * cp-demangle.c (d_encoding): Guard against NULL return values from
592 * testsuite/demangle-expected: Add testcase.
594 2019-04-29 Ben L <bobsayshilol@live.co.uk>
596 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
598 * testsuite/demangle-expected: Add testcase.
600 2019-04-10 Nick Clifton <nickc@redhat.com>
603 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
605 (d_count_templates_scopes): Replace num_templates and num_scopes
606 parameters with a struct d_print_info pointer parameter. Adjust
607 body of the function accordingly. Add recursion counter and check
608 that the recursion limit is not reached.
609 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
610 Reset recursion counter afterwards, unless the recursion limit was
613 2019-07-13 Joel Brobecker <brobecker@adacore.com>
615 * src-release (getver): If $tool/gdbsupport/create-version.sh
616 exists, use that to determine the version number.
618 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
620 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
622 2019-06-14 Tom Tromey <tom@tromey.com>
624 * MAINTAINERS: Add gnulib.
625 * gnulib: New directory, move from gdb/gnulib.
626 * configure.ac (host_libs): Add gnulib.
627 * configure: Rebuild.
628 * Makefile.def (host_modules, dependencies): Add gnulib.
629 * Makefile.in: Rebuild.
631 2019-06-03 Nick Clifton <nickc@redhat.com>
634 2019-05-29 Nick Clifton <nickc@redhat.com>
636 * configure.ac (noconfigdirs): Add libctf if the target does not use
638 * configure: Regenerate.
640 2019-05-29 Nick Clifton <nickc@redhat.com>
642 * src-release.sh (do_proto_toplev): Add libctf to list of
643 directories that can be disabled.
645 2019-05-29 Nick Clifton <nickc@redhat.com>
647 * configure.ac (noconfigdirs): Add libctf if the target does not use
649 * configure: Regenerate.
651 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
653 * Makefile.def (dependencies): configure-libctf depends on all-bfd
655 * Makefile.in: Regenerated.
657 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
659 * MAINTAINERS: Add libctf.
661 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
663 * Makefile.def (host_modules): Add libctf.
664 * Makefile.def (dependencies): Likewise.
665 libctf depends on zlib, libiberty, and bfd.
666 * Makefile.in: Regenerated.
667 * configure.ac (host_libs): Add libctf.
668 * configure: Regenerated.
670 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
672 * config.guess: Synchronize with config project master sources.
673 * config.sub: Likewise.
674 * readline/support/config.guess: Likewise.
675 * readline/support/config.sub: Likewise.
677 2019-04-10 Nick Clifton <nickc@redhat.com>
679 * libiberty: Sync with gcc. Bring in:
680 2019-04-10 Nick Clifton <nickc@redhat.com>
683 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
685 (d_count_templates_scopes): Replace num_templates and num_scopes
686 parameters with a struct d_print_info pointer parameter. Adjust
687 body of the function accordingly. Add recursion counter and check
688 that the recursion limit is not reached.
689 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
690 Reset recursion counter afterwards, unless the recursion limit was
693 2018-06-24 Nick Clifton <nickc@redhat.com>
697 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
701 * config.guess: Import upstream version 2019-01-03.
702 * config.sub: Import upstream version 2019-01-01.
704 2019-01-10 Nick Clifton <nickc@redhat.com>
706 * libiberty: Sync with gcc. Bring in:
707 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
711 * cp-demangle.c: Mechanically replace "can not" with "cannot".
712 * floatformat.c: Likewise.
713 * strerror.c: Likewise.
715 2018-12-22 Jason Merrill <jason@redhat.com>
717 Remove support for demangling GCC 2.x era mangling schemes.
718 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
719 internal_cplus_demangle, and all subroutines.
720 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
721 Lucid, ARM, HP, and EDG demangling styles.
722 (cplus_demangle): Remove 'work' variable. Don't call
723 internal_cplus_demangle.
725 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
727 * configure.ac: Don't configure readline if --with-system-readline is
729 * configure: Re-generate.
731 2018-10-31 Joseph Myers <joseph@codesourcery.com>
735 * multilib.am: New file. From automake.
737 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
739 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
741 2018-07-16 Nick Clifton <nickc@redhat.com>
743 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
745 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
747 * config.sub: Sync with upstream version 2018-07-03.
749 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
751 * config.guess: Sync with upstream version 2018-06-26.
752 * config.sub: Sync with upstream version 2018-07-02.
754 2018-06-29 Alexandre Oliva <oliva@adacore.com>
756 * configure.ac: Introduce support for @unless/@endunless.
757 * Makefile.tpl (dep-kind): Rewrite with cond; return
758 postbootstrap in some cases.
759 (make-postboot-dep, postboot-targets): New.
760 (dependencies): Do not output postbootstrap dependencies at
761 first. Output non-target ones changed for configure to depend
762 on stage_last @if gcc-bootstrap, and the original deps @unless
764 * configure.in, Makefile.in: Rebuilt.
766 2018-06-24 Nick Clifton <nickc@redhat.com>
768 * configure: Regenerate.
770 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
772 * libtool.m4: Use AC_LANG_SOURCE.
773 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
774 * README-maintainer-mode: Update version requirements.
776 * test-driver: New file.
777 * configure: Re-generate.
779 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
781 * Makefile.def (fortran): Add check-target-libgomp-fortran.
782 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
783 * Makefile.in: Regenerate.
785 * configure: Regenerate.
787 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
789 * configure.ac: Sync with GCC, remove MPX-related things.
791 2018-05-01 Nick Clifton <nickc@redhat.com>
793 * config.guess: Synchronize with config project master sources.
794 * config.sub: Likewise.
796 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
798 * configure.ac: Added "nfp" target.
799 * configure: Regenerate.
801 2018-02-13 Maciej W. Rozycki <macro@mips.com>
803 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
804 * configure: Regenerate.
806 2018-01-30 Nick Clifton <nickc@redhat.com>
808 * src-release.sh (do_proto_toplev): Add patterns for more junk files
809 to delete before creating the tarball.
811 2018-01-29 Nick Clifton <nickc@redhat.com>
813 * src-release.sh (do_proto_toplev): Strip patch remnant files from
814 the sources before creating the tarball.
816 2018-01-13 Nick Clifton <nickc@redhat.com>
818 * src-release.sh: Update copyright notice. Change reference to devo
819 to be a reference to root.
821 2018-01-10 Nick Clifton <nickc@redhat.com>
823 * config-ml.in: Sync with gcc sources.
824 * config.guess: Likewise.
825 * config.sub: Likewise.
826 * configure.ac: Likewise.
827 * configure: Regenerate.
829 2017-12-14 Nick Clifton <nickc@redhat.com>
831 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
833 2017-12-12 Stafford Horne <shorne@gmail.com>
835 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
836 * configure: Regenerate.
838 2017-09-15 Nick Clifton <nickc@redhat.com>
840 * src-release.sh (LZIPPROG): New define. Provides the name of the
842 (do_lz): New function. Compresses a tarball using the lzip
844 (do_compress): Add support for lzip compression.
845 (usage): Mention -l option.
846 (build_release): Support -l option to invoke lzip compression.
848 2017-09-15 Alan Modra <amodra@gmail.com>
850 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
851 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
852 and sim depending on $tool and $support_files. Echo configure line.
854 2017-09-14 Matt Rice <ratmice@gmail.com>
856 * src-release.sh (do_proto_toplev): Enable gold during release process.
858 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
860 * config.sub: Sync with master version in config project.
862 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
864 * config.sub: Handle ia16 in $basic_machine.
867 * config.bfd: Handle ia16.
870 * configure.tgt: Handle ia16.
873 * configure.tgt: Handle ia16.
875 2017-03-22 Nick Clifton <nickc@redhat.com>
877 * config.sub: Sync with master version in config project.
878 * config.guess: Likewise.
880 2017-01-23 Nick Clifton <nickc@redhat.com>
882 * configure.ac: Update year in copyright notice.
883 Sync from FSF GCC mainline, bringing in the following patches.
884 * Makefile.def: Likewise.
885 * Makefile.tpl: Likewise.
886 * configure: Regenerate.
887 * Makefile.in: Regenerate.
889 2016-12-21 Jakub Jelinek <jakub@redhat.com>
891 * configure.ac: Don't bootstrap libmpx unless --with-build-config
892 includes bootstrap-mpx.
894 2016-12-01 Matthias Klose <doko@ubuntu.com>
896 * configure.ac: Don't use pkg-config to check for bdw-gc.
898 2016-11-30 Matthias Klose <doko@ubuntu.com>
900 * Makefile.def: Remove reference to boehm-gc target module.
901 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
902 options and for the bdw-gc pkg-config module.
904 2016-11-15 Matthias Klose <doko@ubuntu.com>
906 * config-ml.in: Remove references to GCJ.
907 * configure.ac: Likewise.
909 2016-09-30 Jakub Jelinek <jakub@redhat.com>
911 * configure.ac: Add target-libffi to target_libraries.
912 Readd libgcj target disablings, modified to only target-libffi.
913 Readd target addition of go to unsupported languages.
915 2016-09-30 Andrew Haley <aph@redhat.com>
917 * Makefile.def: Remove libjava.
918 * Makefile.tpl: Likewise.
919 * configure.ac: Likewise.
921 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
923 * configure.ac: Disable "sim" directory for arc*-*-*.
925 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
927 * configure.ac: Check for the minimum in-tree MPFR version
930 2016-12-31 Alan Modra <amodra@gmail.com>
932 * config.sub: Import from upstream.
934 2016-12-08 Alan Modra <amodra@gmail.com>
936 * configure: Regenerate.
938 2016-12-02 Josh Conner <joshconner@google.com>
940 * configure.ac: Add fuchsia to targets that use ELF.
941 * configure: Regenerated.
943 2016-11-07 Doug Evans <dje@google.com>
945 * config.sub: Sync with upstream version 2016-11-03.
946 git://git.sv.gnu.org/config.git
947 * config.guess: Sync with upstream version 2016-10-02.
949 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
951 * .gitignore: Add archives and make stamps.
953 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
955 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
956 * configure: Regenerated.
958 2016-06-28 Walter Lee <walt@tilera.com>
960 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
961 * configure: Regenerate.
963 2016-05-28 Alan Modra <amodra@gmail.com>
965 * Makefile.tpl (configure): Depend on m4 files included.
966 * Makefile.in: Regenerate.
968 2016-05-27 Nick Clifton <nickc@redhat.com>
970 * config.guess (Alpha OSF1): Fix typo introduced during the most
971 recent synchronization update.
973 2016-05-23 Nick Clifton <nickc@redhat.com>
975 * Import these patches from the gcc mainline:
977 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
979 * config.guess: Import version 2016-04-02 (newest).
980 * config.sub: Import version 2016-05-10 (newest).
982 2016-04-19 Nick Clifton <nickc@redhat.com>
984 * Import this patch from the GCC mainline:
986 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
989 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
990 and gotools directories. Delete the stage_final file.
991 * Makefile.in: Regenerate.
993 2016-03-17 Cary Coutant <ccoutant@gmail.com>
995 * configure.ac: Add mips and s390 to the gold target check.
996 * configure: Regenerate.
998 2016-02-10 Nick Clifton <nickc@redhat.com>
1000 Import these patches from the GCC mainline:
1002 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
1004 * configure.ac: Enable LTO for DJGPP
1005 * configure: Regenerate
1007 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
1010 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1011 * Makefile.in: Regenerate.
1013 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
1014 Sebastian Pop <s.pop@samsung.com>
1016 * Makefile.in: Regenerate.
1017 * Makefile.tpl: Export ISLVER.
1018 * configure: Regenerate.
1019 * config/isl.m4: Detect isl-0.15.
1021 2016-01-29 Sebastian Pop <s.pop@samsung.com>
1023 * config/isl.m4: Add comments about isl-0.16.
1024 * configure: Regenerate.
1026 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1029 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1031 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1034 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1037 * Makefile.def (mpfr): Disable assembler.
1038 * Makefile.in: Regenerate.
1040 2016-01-11 Nick Clifton <nickc@redhat.com>
1042 Import the following changes from the GCC mainline:
1044 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1046 * configure.ac: Enable libmpx by default.
1047 * configure: Regenerated.
1049 2015-11-19 Martin Liska <mliska@suse.cz>
1051 * .gitignore: Add .clang-format to ignored files.
1052 * Makefile.tpl: Add clang-format.
1053 * Makefile.in: Regenerate.
1055 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1058 * Makefile.def (lang_env_dependencies): Make libffi depend
1060 * Makefile.in: Regenerate.
1062 2015-12-02 Ian Lance Taylor <iant@google.com>
1065 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1066 * Makefile.in: Regenerate.
1068 2015-12-17 Nathan Sidwell <nathan@acm.org>
1070 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1071 * configure: Regenerate.
1073 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1075 * Makefile.in: Replace ISL with isl.
1076 * Makefile.tpl: Same.
1077 * config/isl.m4: Same.
1078 * configure.ac: Same.
1079 * contrib/download_prerequisites: Same.
1080 * configure: Regenerate.
1082 2016-01-01 Ben Elliston <bje@gnu.org>
1084 * config.guess: Import version 2016-01-01.
1085 * config.sub: Likewise.
1087 2015-11-20 Tristan Gingold <gingold@adacore.com>
1089 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1090 * configure: Regenerate.
1092 2015-10-21 Nick Clifton <nickc@redhat.com>
1095 * configure.ac: Note the 'none' is an acceptable argument to
1096 --enable-compressed-debug-sections.
1097 * configure: Regenerate.
1099 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1103 --enable-compressed-debug-sections={all,gas,gold,ld}.
1104 * configure: Regenerated.
1106 2015-09-30 Nick Clifton <nickc@redhat.com>
1108 Import the following patches from the GCC mainline:
1110 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1113 * Makefile.def: Make libgfortran depend on libbacktrace.
1114 * Makefile.in: Regenerate.
1116 2015-08-12 Tom de Vries <tom@codesourcery.com>
1120 * configure.ac: Remove --with_host_libstdcxx support.
1121 * configure: Regenerate.
1123 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1124 Jakub Jelinek <jakub@redhat.com>
1126 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1128 * configure: Regenerate.
1130 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
1133 2015-07-28 Ben Elliston <bje@gnu.org>
1135 * config.sub, config.guess: Import from upstream.
1137 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1139 * Makefile.def (libiconv): Define bootstrap=true.
1140 Mark pdf/html/info as missing.
1141 (configure-gcc): Depend on all-libiconv.
1143 (configure-libcpp): Ditto.
1144 (all-libcpp): Ditto.
1145 (configure-intl): Ditto.
1147 * Makefile.in: Regenerate.
1149 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1152 2015-07-24 Michael Darling <darlingm@gmail.com>
1155 * config-ml.in: Reflects renaming of configure.in to configure.ac
1156 * configure: Likewise
1157 * configure.ac: Likewise
1159 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1161 * Makefile.in: Regenerated.
1164 2015-05-21 Jason Merrill <jason@redhat.com>
1166 * Makefile.tpl: Update comments.
1168 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1170 * Makefile.tpl: Remove surplus whitespace throughout.
1172 2015-03-25 Martin Liska <mliska@suse.cz>
1173 Yury Gribov <y.gribov@samsung.com>
1175 * Makefile.tpl: Fix ln source location for vimrc file.
1177 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1180 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1182 * configure.ac: FT32 target added.
1183 * configure: Regenerate.
1185 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1188 2015-06-02 Jason Merrill <jason@redhat.com>
1191 * configure.ac: Use -std=gnu++98.
1193 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1195 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1196 * configure: Regenerate.
1198 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1200 * configure.ac: Fix typo.
1201 * configure: Regenerate.
1203 2015-05-03 Matthias Klose <doko@ubuntu.com>
1205 * configure.ac: Match $host configured with triplets.
1206 * configure: Regenerate.
1208 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1211 * configure.ac (--enable-stage1-checking): Default to
1212 release,misc,gimple,rtlflag,tree,types if --disable-checking
1213 or --enable-checking is not specified and DEV-PHASE is not
1215 * configure: Regenerated.
1217 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1219 Install back PR target/47230 fix (Revert the revert).
1221 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1223 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1225 * configure: Regenerate.
1227 2015-05-13 John David Anglin <dave.anglin@bell.net>
1229 * configure.ac: Disable configuration of GDB for HPUX targets.
1230 * configure: Regenerate.
1232 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1235 * Makefile.def: Add extra_configure_flags to host zlib.
1236 * configure.ac (extra_host_zlib_configure_flags): New. Set
1237 to --enable-host-shared When bfd is to be built as shared
1239 * Makefile.in: Regenerated.
1241 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1242 Hans-Peter Nilsson <hp@axis.com>
1244 Adjust src-release.sh for sim using the gdb create-version.sh.
1245 * src-release.sh (tar_compress): If there's a fifth parameter,
1246 use that in the getver call instead of $tool.
1247 (sim_release): Pass gdb as fifth parameter to tar_compress.
1248 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1250 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1252 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1253 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1254 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1255 * Makefile.in: Regenerate.
1257 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1259 * configure.ac: Add --with-system-zlib.
1260 * configure: Regenerated.
1262 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1264 * src-release.sh: Don't configure with --with-target-subdir=.
1267 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1269 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1272 2015-03-30 Ed Schouten <ed@nuxi.nl>
1274 * config.sub: Update from upstream, to 2015-03-04 version.
1275 * config.guess: Likewise.
1277 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1279 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1280 * Makefile.in: Regenerated.
1282 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1284 * src-release.sh (do_proto_toplev): Configure with --target
1285 --with-target-subdir and --disable-multilib.
1286 (BINUTILS_SUPPORT_DIRS): Add zlib.
1287 (GAS_SUPPORT_DIRS): Likewise.
1288 (GDB_SUPPORT_DIRS): Likewise.
1289 (SIM_SUPPORT_DIRS): Likewise.
1291 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1293 * configure.ac (target_configdirs): Exclude target-zlib if
1294 target-libjava isn't built.
1295 * configure: Regenerated.
1297 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1300 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1302 * config-ml.in: Robustify ac_configure_args parsing.
1304 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1306 * Makefile.def: Updated from GCC trunk.
1307 * Makefile.tpl: Likewise.
1308 * configure.ac: Likewise.
1309 * Makefile.in: Regenerated.
1310 * configure: Likewise.
1312 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1314 * configure.ac: Add FT32 support.
1315 * configure: Regenerate.
1317 2015-01-12 Anthony Green <green@moxielogic.com>
1319 * configure.ac: Don't disable gprof for moxie.
1320 * configure: Rebuild.
1322 2015-01-03 Andrew Pinski <apinski@cavium.com>
1324 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1325 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1326 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1327 (OBJCOPY_FOR_TARGET): New variable.
1328 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1329 * Makefile.in: Regenerate.
1330 * configure.ac: Check for already installed target objcopy.
1331 Also GCC_TARGET_TOOL on objcopy.
1332 * configure: Regenerate.
1334 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1336 * config.sub: Update from upstream, to 2015-01-01 version.
1337 * config.guess: Ditto.
1339 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1341 * config.sub: Update from upstream config repo.
1343 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1345 * libtool.m4: Updated from GCC trunk.
1347 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1349 * config.guess: Update from upstream config repo.
1350 * config.sub: Ditto.
1352 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1354 * move-if-change: Update from upstream gnulib.
1356 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1358 * compile: Sync with upstream Automake.
1360 * install-sh: Ditto.
1362 * mkinstalldirs: Ditto.
1365 2014-10-15 Tristan Gingold <gingold@adacore.com>
1367 * src-release.sh (do_proto_toplev): Configure with --target.
1369 2014-10-03 Jing Yu <jingyu@google.com>
1371 * configure.ac: Add aarch64 to list of targets that support gold.
1372 * configure: Regenerate.
1374 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1376 * configure.ac: Add mips*-img-elf* target triple.
1377 * configure: Regenerate.
1379 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1380 * configure: Disable gdb for nds32*-*-* until supported.
1381 * configure.ac: Disable gdb for nds32*-*-* until supported.
1383 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1385 * configure: Regenerate.
1387 2014-08-27 Will Newton <will.newton@linaro.org>
1389 * src-release.sh: New file.
1390 * src-release: Remove file.
1392 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1394 GDB not supported for or1k*-*-rtems*
1395 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1396 of the stanzas results in this not being caught by or1k*-*-* later.
1397 * configure. Regenerated.
1399 2014-07-25 Samuel Bronson <naesten@gmail.com>
1401 * .gitattributes: New file for use with git-merge-changelog.
1403 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1405 Disable gdb for or1k*-*-* until supported
1406 * configure.ac (or1k*-*-*): Disable gdb.
1407 * configure: Regenerated.
1409 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1411 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1412 * configure: Regenerated.
1414 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1417 * Makefile.def: Set bootstrap=true; for host fixincludes.
1418 * configure.ac: Don't bootstrap host fixincludes unless
1419 --with-build-config=bootstrap-{a,ub}san.
1420 * Makefile.in: Regenerated.
1421 * configure: Regenerated.
1423 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1425 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1426 --enable-vtable-verify option parsing. Don't add
1427 target-libsanitizer to bootstrap_target_libs unless
1428 --with-build-config=bootstrap-asan or
1429 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1430 to bootstrap_target_libs unless --enable-vtable-verify.
1431 * configure: Regenerated.
1433 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1436 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1437 -I for libstdc++-v3 includes if $(LEAN).
1438 * Makefile.in: Regenerated.
1440 2014-02-24 Walter Lee <walt@tilera.com>
1442 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1443 (tilegx-*-*): Change to tilegx*-*-*.
1444 * configure: Regenerate.
1446 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1448 * config.sub, config.guess: Import from upstream.
1450 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1453 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1454 * Makefile.in: Regenerate.
1456 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1458 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1459 for WINDRES_FOR_TARGET in default-manifest.o rule.
1460 * Makefile.in: Regenerate.
1462 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1465 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1468 2013-12-19 Keven Boell <keven.boell@intel.com>
1470 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1471 nested lookups for fortran modules.
1472 * dwarf2read.c (read_module): Add fortran module to
1474 (add_partial_symbol, add_partial_module): Add fortran
1475 module to the partial symbol table.
1476 (new_symbol_full): Create full symbol for fortran module.
1477 * f-exp.y (yylex): Add new module domain to be parsed.
1478 * symtab.h: New domain for fortran modules.
1480 2013-12-19 Keven Boell <keven.boell@intel.com>
1482 * f-exp.y (yylex): Add domain array to enable lookup
1483 in multiple domains. Loop over lookup domains and try
1484 to find requested symbol. Add STRUCT_DOMAIN to lookup
1485 domains to be able to query for user defined types.
1487 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1489 * configure.ac: Add user-friendly check for native x86_64-linux
1491 * configure: Regenerate.
1493 2013-11-23 Alan Modra <amodra@gmail.com>
1495 * config.sub, config.guess: Import from upstream.
1497 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1499 * Makefile.in: Regenerate.
1501 * Makefile.tpl: Fix typo.
1502 * Makefile.in: Regenerate partially.
1504 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1506 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1508 * configure: Regenerated.
1510 2013-10-30 Jason Merrill <jason@redhat.com>
1512 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1513 --disable-build-format-warnings.
1515 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1517 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1518 depend on libstdc++ and libgcc.
1519 * configure: Regenerate.
1520 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1521 libcilkrts for POSIX and i*86, and x86_64 architectures.
1522 * Makefile.in: Added libcilkrts related fields to support building it.
1524 2013-10-26 Jeff Law <law@redhat.com>
1526 * Makefile.def (target_modules): Remove libmudflap
1527 (languages): Remove check-target-libmudflap).
1528 * Makefile.in: Rebuilt.
1529 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1530 * configure.ac (target_libraries): Remove target-libmudflap.
1531 Remove checks which disabled libmudflap on some systems.
1532 * configure: Rebuilt.
1533 * libmudflap: Directory removed.
1535 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1537 * configure.ac: Update from GCC.
1538 * configure: Regenerate.
1540 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1542 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1543 files in SUPPORT_FILES.
1544 (SIM_SUPPORT_DIRS): New variable.
1545 (sim.tar.bz2): New rule.
1547 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1549 * configure.ac: Update from GCC.
1550 * configure: Regenerate.
1552 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1554 * COPYING.NEWLIB: Update with new copyright.
1556 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1558 * configure.ac: Update from GCC.
1559 * configure: Regenerate.
1561 2013-09-20 Alan Modra <amodra@gmail.com>
1563 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1564 ppc host match. Support little-endian powerpc linux hosts.
1566 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1568 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1569 strip the "-cvs" suffix from the version number if present.
1571 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1573 * configure.ac: Sync with GCC repo.
1574 * Makefile.def: Ditto.
1575 * configure: Regenerate.
1576 * Makefile.in: Ditto.
1578 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1580 * src-release (VER): Use $(TOOL)/common/create-version.sh
1583 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1585 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1586 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1587 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1588 * configure: Regenerate.
1590 2013-06-01 George Thomas <george.thomas@atmel.com>
1592 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1593 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1595 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1597 * COPYING.NEWLIB: Add Altera Corporation copyright.
1599 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1601 * config.guess: Update from config repo.
1602 * config.sub: Ditto.
1604 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1606 * Makefile.def: Sync with GCC.
1607 * Makefile.in: Regenerate.
1609 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1611 * configure.ac: Sync with GCC.
1612 * configure: Regenerate.
1614 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1616 * src-release (VER): Change bfd/configure.in sed to use the new
1617 `bfd/configure --version` output.
1619 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1621 * configure.ac: Sync with GCC repo.
1624 2013-02-05 Ian Lance Taylor <iant@google.com>
1627 * configure.ac: Disable libgo on some systems where it does not
1629 * configure: Rebuild.
1631 2013-02-05 Alan Modra <amodra@gmail.com>
1633 * configure: Regenerate after syncing config/.
1635 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1637 * configure.ac: Sync with GCC repo.
1639 * Makefile.def: Ditto.
1640 * Makefile.in: Ditto.
1642 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1644 Sync with GCC, merge:
1646 2013-01-09 Jason Merrill <jason@redhat.com>
1648 * .gitignore: Import from gdb repository.
1650 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1652 * config.sub: Update from config repo.
1654 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1656 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1657 * Makefile.in: Regenerate.
1659 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1661 * Makefile.def (configure-gcc): Depend on all-gmp.
1662 (all-gcc): Remove dependency on all-gmp.
1663 * Makefile.in: Regenerated.
1665 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1667 * config.guess: Update from config repo.
1668 * config.sub: Ditto.
1670 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1672 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1673 exists and replace the new bfin license in its location.
1675 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1678 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1679 all-ld and all-gold depend on all-gas.
1680 * Makefile.in: Regenerated.
1682 2012-12-29 Ben Elliston <bje@gnu.org>
1684 * config.guess: Update to 2012-12-29 version.
1685 * config.sub: Likewise.
1687 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1689 * Makefile.def (install-target-libgo): Depend on
1690 install-target-libatomic. Merged from GCC repo.
1691 * Makefile.in: Regenerate.
1693 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1695 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1697 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1699 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1700 * configure: Regenerate.
1702 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1704 * Makefile.def (target_modules): Add bootstrap=true and
1705 raw_cxx=true to libsanitizer.
1706 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1707 * Makefile.in: Regenerated.
1708 * configure: Likewise.
1710 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1712 * config.sub: Merge from config repo.
1714 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1716 * configure.ac: Merge from GCC.
1717 * Makefile.tpl: Ditto.
1718 * Makefile.in: Ditto.
1721 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1723 * configure.ac (noconfigdirs): Merge from GCC.
1724 * configure: Regenerate.
1726 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1728 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1730 2012-11-14 Roland McGrath <mcgrathr@google.com>
1732 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1733 * configure: Regenerate.
1735 2012-11-13 Richard Henderson <rth@redhat.com>
1737 * configure.ac: Move libsanitizer logic to subdirectory.
1738 * configure: Regenerate.
1740 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1742 * configure.ac: Enable libsanitizer just on x86 linux for now.
1743 * configure: Re-generate.
1745 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1747 * configure.ac: Merge libquadmath sections.
1748 * configure: Regenerate.
1750 2012-11-12 Wei Mi <wmi@google.com>
1752 * configure.ac: Add libsanitizer to target_libraries.
1753 * Makefile.def: Ditto.
1754 * configure: Regenerate.
1755 * Makefile.in: Regenerate.
1757 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1759 * configure: Regenerated.
1761 2012-11-03 Robert Mason <rbmj@verizon.net>
1763 * configure.ac: add --disable-libstdcxx configure option
1764 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1766 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1768 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1769 against Mingw64 w32api.
1770 * configure: Regenerate.
1772 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1775 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1776 * configure: Regenerate.
1778 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1781 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1782 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1783 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1784 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1785 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1786 * Makefile.in: Regenerate.
1787 * configure.ac (have_static_libs): New variable and associated check.
1788 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1789 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1790 * configure: Regenerate.
1792 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1794 * config.guess, config.sub: Include updated version from
1795 config-patches. Adds microblaze little endian support.
1797 2012-09-28 Ian Lance Taylor <iant@google.com>
1799 * Makefile.def: Make all-target-libgo depend on
1800 all-target-libbacktrace.
1801 * Makefile.in: Rebuild.
1803 2012-09-26 Ian Lance Taylor <iant@google.com>
1805 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1806 * Makefile.in: Rebuild.
1808 2012-09-06 Diego Novillo <dnovillo@google.com>
1810 * configure.ac: Bump minimum GMP version to 4.2.3.
1811 * configure: Re-generate.
1813 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1816 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1817 target-libgloss if not configured --with-avrlibc=no.
1818 * configure: Regenerate.
1820 2012-09-04 Jason Merrill <jason@redhat.com>
1822 * configure.ac: Fix --enable-languages=all.
1824 2012-09-03 Richard Guenther <rguenther@suse.de>
1827 * configure.ac: Re-organize ISL / CLOOG checks to allow
1828 disabling with either --without-isl or --without-cloog.
1829 * configure: Regenerated.
1831 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1833 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1834 * configure: Regenerate.
1836 2012-09-21 Steve Ellcey <sellcey@mips.com>
1838 * configure.ac: Add mips*-mti-elf* target.
1839 * configure: Regenerate.
1841 2012-09-19 Ian Lance Taylor <iant@google.com>
1843 * configure.ac (host_libs): Add libbacktrace.
1844 (target_libraries): Add libbacktrace.
1845 * Makefile.def (host_modules): Add libbacktrace.
1846 (target_modules): Likewise.
1847 * configure, Makefile.in: Rebuild.
1849 2012-09-15 Jiong Wang <jiwang@tilera.com>
1851 * configure.ac (ENABLE_GOLD): support tilegx*
1852 * configure: rebuild
1854 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1857 Merge upstream change.
1858 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1860 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1861 Add libgomp*.o to compare_exclusions for AIX.
1862 * configure: Regenerate.
1864 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1867 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1869 * Makefile.in: Regenerated.
1871 2012-08-14 Diego Novillo <dnovillo@google.com>
1873 Merge from cxx-conversion branch.
1875 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1876 POSTSTAGE1_CONFIGURE_FLAGS.
1877 * Makefile.in: Regenerate.
1878 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1879 Force C++ when bootstrapping.
1880 * configure: Regenerate.
1882 2012-07-06 Richard Guenther <rguenther@suse.de>
1884 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1885 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1887 * Makefile.in: Regenerated.
1888 * configure: Likewise.
1890 2012-07-06 Richard Guenther <rguenther@suse.de>
1892 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1893 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1894 supply V=1 as extra_make_flags.
1895 * configure: Regenerated.
1896 * Makefile.in: Likewise.
1898 2012-07-03 Richard Guenther <rguenther@suse.de>
1900 * Makfile.def (isl): Remove not necessary extra_exports and
1902 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1903 * Makefile.in: Regenerated.
1905 2012-07-03 Richard Guenther <rguenther@suse.de>
1907 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1908 * configure.ac: If either the ISL or the CLooG check failed
1909 do not try to build in-tree versions.
1910 * Makefile.in: Regenerated.
1911 * configure: Regenerated.
1913 2012-07-02 Richard Guenther <rguenther@suse.de>
1914 Michael Matz <matz@suse.de>
1915 Tobias Grosser <tobias@grosser.es>
1916 Sebastian Pop <sebpop@gmail.com>
1918 * Makefile.def: Add ISL host module, remove PPL host module.
1919 Adjust ClooG host module to use the proper ISL.
1920 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1921 * configure.ac: Include config/isl.m4. Add ISL host library,
1922 remove PPL. Remove PPL configury, add ISL configury, adjust
1924 * Makefile.in: Regenerated.
1925 * configure: Likewise.
1927 2012-07-02 Richard Guenther <rguenther@suse.de>
1929 Merge from graphite branch
1930 2011-07-21 Tobias Grosser <tobias@grosser.es>
1932 * configure: Regenerated.
1933 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1934 both cloog.org and legacy versions. The only supported version will
1935 be CLooG with the isl backend.
1937 2011-07-21 Tobias Grosser <tobias@grosser.es>
1939 * configure: Regenerated.
1940 * configure.ac: Require cloog isl 0.17.0
1942 2011-07-21 Tobias Grosser <tobias@grosser.es>
1944 * configure: Regenerated.
1945 * config/cloog.m4: Do not define CLOOG_ORG
1947 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1949 * configure.ac: Skip C if explicitly selected.
1950 * configure: Regenerate.
1952 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1954 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1956 * configure: Regenerate.
1958 2012-06-20 Jason Merrill <jason@redhat.com>
1960 * Makefile.tpl (check-target-libgomp-c++): New.
1961 (check-target-libitm-c++): New.
1962 * Makefile.def (c++): Add them.
1963 * Makefile.in: Regenerate.
1965 2012-05-16 Olivier Hainque <hainque@adacore.com>
1967 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1968 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1969 (install-no-fixedincludes): Adjust accordingly.
1970 * Makefile.in: Regenerate.
1972 2012-05-09 Nick Clifton <nickc@redhat.com>
1973 Paul Smith <psmith@gnu.org>
1976 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1977 allow for the fact that from release v3.1.0 of MPFR the source
1978 files were moved into a src sub-directory.
1979 * configure: Regenerate.
1981 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1983 * configure.ac: Bump minimum MPFR version to 2.4.0.
1984 * configure: Regenerated.
1986 2012-05-01 Richard Henderson <rth@redhat.com>
1988 * Makefile.def (libatomic): New target_module.
1989 * configure.ac (target_libraries): Add libatomic.
1990 (noconfigdirs): Check if libatomic is supported.
1991 * Makefile.in, configure: Rebuild.
1993 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1995 Merge upstream change
1996 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1998 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
2000 * libtool.m4: Additional FreeBSD 10 fixes.
2002 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
2004 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2006 * configure: Regenerate.
2008 2012-05-14 Catherine Moore <clm@codesourcery.com>
2010 * NEWS: Mention PowerPC VLE port.
2012 2012-05-11 Mike Frysinger <vapier@gentoo.org>
2014 * MAINTAINERS (config/): Move to intl/ section.
2015 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
2017 2012-05-09 Nick Clifton <nickc@redhat.com>
2018 Paul Smith <psmith@gnu.org>
2021 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2022 allow for the fact that from release v3.1.0 of MPFR the source
2023 files were moved into a src sub-directory.
2024 * configure: Regenerate.
2026 2012-05-02 Roland McGrath <mcgrathr@google.com>
2028 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2029 * configure: Regenerate.
2031 2012-04-25 Joel Brobecker <brobecker@adacore.com>
2033 * config.sub: Update to 2012-04-18 version from official repo.
2035 2012-03-19 Tristan Gingold <gingold@adacore.com>
2037 * configure.ac (ia64*-*-*vms*): Add support for ld.
2038 * configure: Regenerate.
2040 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2042 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2043 (unsupported_languages): Remove mips-sgi-irix6.*.
2044 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2045 (with_stabs): Remove.
2046 * configure: Regenerate.
2048 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2050 * configure.ac (enable_libgomp): Remove *-*-osf*.
2051 (with_stabs): Remove alpha*-*-osf*.
2052 * configure: Regenerate.
2054 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2056 * COPYING.NEWLIB: Modify DJ Delorie license to include
2057 modification rights in clause as permitted by DJ Delorie.
2058 * COPYING.LIBGLOSS: Ditto.
2060 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2062 * COPYING.NEWLIB: Remove two unused licenses.
2064 2012-03-05 Tristan Gingold <gingold@adacore.com>
2066 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2067 * configure: Regenerate.
2069 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
2071 * COPYING.NEWLIB: Add Adapteva notice.
2072 * COPYING.LIBGLOSS: Add Adapteva notice.
2074 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2076 * configure: Regenerate.
2078 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
2080 * COPYING.LIBGLOSS: Add GPL with exception license.
2082 2011-11-09 Roland McGrath <mcgrathr@google.com>
2084 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2085 * configure: Rebuild.
2086 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2087 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2088 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2089 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2090 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2092 * Makefile.in: Rebuild.
2094 2011-11-08 Richard Henderson <rth@redhat.com>
2096 * configure.ac: Test for libitm directory present first.
2098 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2100 * configure.ac: Test libitm/configure.tgt to disable libitm.
2101 * configure: Rebuild.
2103 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2105 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2106 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2107 * Makefile.in: Regenerate.
2109 2011-11-01 DJ Delorie <dj@redhat.com>
2111 * configure.ac (rl78-*-*) New case.
2112 * configure: Regenerate.
2114 2011-11-01 DJ Delorie <dj@redhat.com>
2116 * config.sub: Update to version 2011-10-29 (added rl78)
2118 2011-10-27 Nick Clifton <nickc@redhat.com>
2120 * config.sub: Import these changes from the config project:
2122 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2123 Ben Elliston <bje@gnu.org>
2125 * config.sub (epiphany): New.
2127 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2128 Ben Elliston <bje@gnu.org>
2130 * config.sub (hexagon, hexagon-*): New.
2132 2011-08-23 Roland McGrath <mcgrathr@google.com>
2134 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2137 2011-08-16 Roland McGrath <mcgrathr@google.com>
2139 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2140 (nacl): Grok as alias for 32el-unknown-nacl.
2142 2011-08-19 Joel Brobecker <brobecker@adacore.com>
2144 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
2146 2011-08-14 Yao Qi <yao@codesourcery.com>
2150 2011-08-14 Yao Qi <yao@codesourcery.com>
2151 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2152 * configure: Regenerate.
2154 2011-07-26 Ian Lance Taylor <iant@google.com>
2158 2011-07-26 Ian Lance Taylor <iant@google.com>
2159 * configure.ac: Set have_compiler based on whether gcc directory
2160 exists, rather than on whether gcc is in configdirs.
2161 * configure: Rebuild.
2163 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2164 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2166 * Makefile.in: Rebuild.
2168 2011-07-20 Ian Lance Taylor <iant@google.com>
2170 * configure.ac: Move --enable-bootstrap handling earlier in file.
2171 If --enable-bootstrap and either --enable-build-with-cxx or
2172 --enable-build-poststage1-with-cxx, enable C++ automatically.
2173 * configure: Rebuild.
2175 2011-07-19 Ian Lance Taylor <iant@google.com>
2176 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2177 make C++ a boot_language. Set and substitute
2178 POSTSTAGE1_CONFIGURE_FLAGS.
2179 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2180 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2181 * configure, Makefile.in: Rebuild.
2183 2011-07-16 Jason Merrill <jason@redhat.com>
2184 * Makefile.def (language=c++): Add check-c++0x and
2185 check-target-libmudflap-c++.
2186 * Makefile.tpl (check-target-libmudflap-c++): New.
2187 * Makefile.in: Regenerate.
2189 2011-07-16 Matthias Klose <doko@ubuntu.com>
2190 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2191 * Makefile.def (target_modules/libjava): Pass
2192 $(EXTRA_CONFIGARGS_LIBJAVA).
2193 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2194 if not configured with --enable-static-libjava.
2195 * Makefile.in: Regenerate.
2196 * configure: Likewise.
2198 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2204 * configure.ac (target_libraries): Remove target-libiberty.
2205 Remove case-statement setting skipdirs=target-libiberty for
2206 multiple targets. Remove checking target_configdirs and
2207 removing target-libiberty but keeping target-libgcc if
2209 * Makefile.def (target_modules): Don't add libiberty.
2210 (dependencies): Remove all traces of target-libiberty.
2211 * configure, Makefile.in: Regenerate.
2213 2011-07-22 Jason Merrill <jason@redhat.com>
2215 * Makefile.def (language=c++): Add check-c++0x and
2216 check-target-libmudflap-c++.
2217 * Makefile.tpl (check-target-libmudflap-c++): New.
2218 * Makefile.in: Regenerate.
2220 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2222 * configure: Regenerate.
2224 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2227 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2228 x86_64-*-solaris2.1[0-9]*.
2229 * configure: Regenerate.
2231 2011-06-13 Walter Lee <walt@tilera.com>
2233 * configure.ac (tilepro-*-*) New case.
2234 (tilegx-*-*): Likewise.
2235 * configure: Regenerate.
2237 2011-06-06 Nick Clifton <nickc@redhat.com>
2239 * config.sub: Sync from upstream.
2241 2011-05-08 Doug Kwan <dougkwan@google.com>
2245 2011-05-08 Doug Kwan <dougkwan@google.com>
2247 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2248 * configure: Regenerated.
2249 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2250 value from configure.
2251 * Makefile.in: Regenerated.
2253 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2255 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2256 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2257 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2258 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2259 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2260 *-*-vxworks*): Disable newlib and libgloss in separate case
2262 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2263 to separate case statement.
2264 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2265 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2266 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2267 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2268 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2269 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2270 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2271 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2272 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2273 i[[3456789]]86-*-rdos*, m32r-*-*,
2274 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2275 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2276 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2277 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2278 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2279 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2280 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2281 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2282 and libgloss in main case over targets. Remove most empty cases
2283 in main case over targets.
2284 * configure: Regenerate.
2286 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2288 * configure.ac: Remove code setting special library locations for
2289 hppa*64*-*-hpux11*. Remove code setting compiler for
2290 sparc-sun-solaris2*.
2291 * configure: Regenerate.
2293 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2295 * configure.ac: Separate libgloss_dir settings from general case
2297 * configure: Regenerate.
2299 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2301 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2302 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2303 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2304 cases in libgcj-disabling case statement.
2305 (hppa*64*-*-linux*): Set unsupported_languages instead of
2306 disabling target-zlib.
2307 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2308 to hppa*64*-*-hpux*.
2309 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2311 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2312 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2313 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2314 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2315 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2316 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2317 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2318 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2319 libgcj-disabling case statement.
2320 * configure: Regenerate.
2322 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2324 * configure.ac: Disable Java for targets not supporting libffi.
2325 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2326 Remove cases in Java-disabling statement.
2327 (*arm-wince-pe): Change to arm-wince-pe.
2328 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2329 cases in Java-disabling statement.
2330 (bfin-*-*): Don't disable Java again.
2331 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2332 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2333 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2334 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2335 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2336 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2337 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2338 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2339 Java-disabling statement.
2340 (mmix-*-*): Don't disable Java again.
2341 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2342 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2343 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2344 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2345 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2347 * configure: Regenerate.
2349 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2353 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2356 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2357 * configure: Regenerate.
2359 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2361 * configure.ac: Separate cases disabling Java and Java libraries
2362 from general case over targets.
2363 * configure: Regenerate.
2365 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2367 * configure.ac (build_tools): Remove build-byacc.
2368 (host_libs): Remove mmalloc.
2369 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2370 autoconf automake libtool diff rcs fileutils shellutils time
2371 textutils wdiff find uudecode hello tar gzip indent recode release
2372 sed perl gawk findutils gettext zip.
2373 (libgcj): Remove target-qthreads.
2374 (target_tools): Remove target-examples target-gperf.
2375 (YACC): Don't handle building byacc.
2376 * configure: Regenerate.
2377 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2378 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2379 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2380 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2381 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2382 handle building components.
2383 * Makefile.in: Regenerate.
2385 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2387 * config.sub: Sync from upstream.
2389 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2391 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2392 (microblaze*): Don't disable libssp.
2393 * configure: Regenerate.
2395 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2397 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2399 * configure: Regenerate.
2400 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2401 * Makefile.in: Regenerate.
2403 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2405 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2406 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2407 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2408 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2409 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2410 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2411 md_exec_prefix cases.
2412 * configure: Regenerate.
2414 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2416 * configure.ac: Separate cases disabling target-libssp,
2417 target-libiberty, target-libstdc++-v3 and Fortran from general
2419 * configure: Regenerate.
2421 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2423 * configure.ac (*-*-chorusos): Don't disable libgcj.
2424 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2426 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2427 (arm-*-coff): Don't disable libgcj.
2428 (arm*-*-linux-gnueabi): Remove useless assignment.
2429 (arm-*-riscix*): Don't disable libgcj.
2430 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2432 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2433 (c54x*-*-*): Remove case.
2434 (tic54x-*-*): Don't disable GCC or GCC libraries.
2435 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2437 (d10v-*-*): Don't disable GCC libraries.
2438 (d30v-*-*): Don't disable libgcj.
2439 (h8500-*-*): Don't disable GCC libraries.
2440 (i960-*-*): Don't disable libgcj.
2441 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2442 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2443 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2445 (m68k-*-coff*): Remove case.
2446 (mmix-*-*): Don't disable libgloss on host.
2447 (mn10200-*-*, mn10300-*-*): Remove cases.
2448 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2449 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2450 Don't disable libgcj.
2451 (romp-*-*): Remove case.
2452 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2453 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2455 (v810-*-*): Don't disable GCC libraries.
2456 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2457 (ip2k-*-*): Don't disable GCC libraries.
2458 * configure: Regenerate.
2460 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2462 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2464 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2466 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2467 * configure: Regenerate.
2469 2011-03-26 John Marino <binutils@marino.st>
2471 * configure.ac: Add support for *-*-dragonfly*
2472 * configure: Regenerate.
2474 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2476 * configure.ac (native_only): Remove.
2477 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2478 send-pr uudecode guile gnuserv on host.
2479 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2480 send-pr rcs guile perl texinfo libtool on host.
2481 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2482 automake send-pr rcs guile perl texinfo libtool on host.
2483 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2484 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2485 (alpha*-dec-osf*): Don't disable fileutils on target.
2486 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2487 texinfo send-pr expect dejagnu on target.
2488 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2489 target-qthreads on target.
2490 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2491 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2492 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2493 x86_64-*-mingw*): Don't disable expect on target.
2494 (*-*-cygwin*): Don't disable target-gperf on target.
2495 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2497 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2499 * configure: Regenerate.
2501 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2503 * configure.ac (target_tools): Remove target-groff.
2504 (native_only): Remove target-groff.
2505 (hppa*64*-*-*): Don't disable byacc.
2506 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2508 (*-*-kaos*): Don't skip target-librx and target-groff.
2509 (*-*-netware*): Don't skip target-libmudflap.
2510 (*-*-tpf*): Don't skip target-libmudflap.
2511 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2512 directories on the host.
2513 (ia64*-*-*vms*): Don't skip tix.
2514 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2516 * configure: Regenerate.
2518 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2520 * configure.ac: Remove references to mt-mep, mt-netware,
2522 * Makefile.def: Add all-utils soft dependencies.
2523 * Makefile.tpl: Remove GDB_NLM_DEPS.
2524 * configure: Regenerate.
2525 * Makefile.in: Regenerate.
2527 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2531 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2533 * configure.ac: Do not include mh-x86omitfp.
2534 * configure: Regenerate.
2536 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2538 * configure.ac: Remove empty cases.
2539 * configure: Regenerate.
2541 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2543 * Makefile.def: Add dependency from termcap to gdb.
2544 * Makefile.in: Regenerate.
2546 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2548 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2549 * configure: Regenerate.
2550 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2551 * Makefile.tpl: Likewise.
2552 * Makefile.in: Regenerate.
2554 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2556 * configure.ac: Remove all mentions of tentative_cc.
2557 * configure: Regenerate.
2559 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2562 * configure.ac: Re-enable LTO on *-apple-darwin9.
2563 * configure: Regenerate.
2565 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2567 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2568 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2569 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2570 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2571 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2572 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2573 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2574 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2575 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2576 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2577 *-*-rhapsody*): Remove host cases.
2578 * configure: Regenerate.
2580 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2582 * configure.ac (ppc*-*-pe): Remove host case.
2583 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2584 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2585 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2587 * configure: Regenerate.
2589 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2591 * config.sub: Update to version 2011-03-23.
2593 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2595 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2596 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2597 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2598 * configure: Regenerate.
2600 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2602 * config-ml.in: Don't handle arc-*-elf*.
2603 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2604 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2605 handle GCC libraries.
2606 * configure: Regenerate.
2608 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2611 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2612 Add -lstdc++ -lm to LIBS.
2613 * configure: Regenerate.
2615 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2617 * config.guess: Update to version 2011-02-02
2618 * config.sub: Update to version 2011-02-24
2620 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2622 * configure.ac: Adjust test of with_ppl.
2623 * configure: Regenerated.
2625 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2627 * configure.ac: Add -lpwl to ppllibs.
2628 * config/cloog.m4: Add -lisl to clooglibs.
2629 * configure: Regenerated.
2631 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2633 Import from Libtool and gnulib:
2635 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2637 Prepare for supporting FreeBSD 10.
2638 * config.rpath: Remove handling of freebsd1* which soon would
2641 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2643 Remove support for FreeBSD 1.x.
2644 * libtool.m4 (_LT_LINKER_SHLIBS)
2645 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2646 soon would incorrectly match FreeBSD 10.0.
2648 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2651 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2652 (move-if-change): Comes from gnulib.
2653 * move-if-change: Import version from gnulib.
2655 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2659 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2662 * Makefile.def (lto-plugin): Double dash for enable-shared.
2663 (configure-gcc): Depend on all-lto-plugin.
2664 * Makefile.in: Rebuilt.
2666 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2668 * configure.ac: Remove extra bracket.
2669 * configure: Regenerate.
2671 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2674 * Makefile.def: Add dependency for install-gcc
2675 on install-lto-plugin.
2676 * Makfile.in: Regenerated
2678 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2680 * configure.ac: If with_ppl is no, move setting with_cloog=no
2681 after CLOOG_REQUESTED check.
2682 * configure: Regenerated.
2684 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2686 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2687 CLooG has been requested.
2688 * configure: Regenerated.
2690 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2692 * configure: Regenerated.
2693 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2695 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2697 * configure: Regenerated.
2698 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2700 2011-01-07 Jan Hubicka <jh@suse.cz>
2703 * Makefile.in: Regenerate.
2704 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2707 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2710 * configure.ac: Discard --with-* flags for host when configuring
2711 target libraries for cross build.
2712 * configure: Rebuilt.
2714 2011-01-21 Andreas Schwab <schwab@redhat.com>
2718 2011-01-21 Andreas Schwab <schwab@redhat.com>
2720 * configure.ac: Use AS_HELP_STRING throughout.
2721 * configure: Regenerate.
2723 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2725 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2726 * configure: Regenerate.
2728 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2730 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2732 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2734 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2736 * configure: Regenerate.
2738 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2741 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2743 * configure.ac: (picochip): Disable libiberty.
2744 * configure: Regenerate.
2746 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2748 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2750 2010-12-10 Ian Lance Taylor <iant@google.com>
2753 * configure.ac: For --disable-libgcj clear libgcj_saved.
2754 * configure: Rebuild.
2756 2010-12-10 Tobias Burnus <burnus@net-b.de>
2759 * configure.ac: Add --disable-libquadmath and
2760 --disable-libquadmath-support.
2761 * configure: Regenerate.
2763 2010-12-10 Tristan Gingold <gingold@adacore.com>
2765 * src-release (ETC_SUPPORT): add gnu-oids.texi
2767 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2770 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2771 * configure: Regenerate.
2773 2010-12-02 Ian Lance Taylor <iant@google.com>
2775 * configure.ac: Always set default for poststage1_ldflags to
2776 -static-libstdc++ -static-libgcc.
2778 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2780 * COPYING.NEWLIB: Add National Semiconductor notice.
2782 2010-11-29 Andreas Schwab <schwab@redhat.com>
2784 * configure.ac: Move comment to remove extra space in last argument
2787 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2790 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2791 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2792 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2793 (BASE_FLAGS_TO_PASS): Use it.
2794 * configure: Rebuilt.
2795 * Makefile.in: Rebuilt.
2797 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2800 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2801 Properly check default linker.
2802 * configure: Regnerated.
2804 2010-11-23 Matthias Klose <doko@ubuntu.com>
2806 * configure.ac: For --enable-gold, handle value `default' instead of
2807 `both*'. New configure option --{en,dis}able-ld.
2808 * configure: Regenerate.
2810 2010-11-20 Ian Lance Taylor <iant@google.com>
2812 * configure.ac: Only disable a language library if no language needs
2813 it. Don't let --disable-libgcj uncondtionally disable libffi.
2814 * configure: Rebuild.
2816 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2818 * configure: Regenerate.
2820 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2823 * configure.ac: Fix just-built in-tree STRIP name to be
2825 * configure: Regenerate.
2826 * Makefile.def (install-strip-gcc, install-strip-binutils)
2827 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2828 (install-strip-sid): Mirror dependencies on non-strip variants
2829 of these targets on the respective -strip prerequisites.
2830 * Makefile.tpl (install-strip, install-strip-host)
2831 (install-strip-target): New targets.
2832 (install-strip-[+module+], install-strip-target-[+module+]):
2834 * Makefile.in: Regenerate.
2836 2010-11-19 Ian Lance Taylor <iant@google.com>
2837 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2839 * configure.ac: Add target-libgo to target_libraries. Set
2840 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2841 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2842 (HOST_EXPORTS): Add GOC.
2843 (BASE_TARGET_EXPORTS): Add GOC.
2844 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2845 (GOCFLAGS_FOR_TARGET): New variable.
2846 (EXTRA_HOST_FLAGS): Add GOC.
2847 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2848 * Makefile.def (target_modules): Add libgo.
2849 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2850 (dependencies): Add dependency from configure-target-libgo to
2851 configure-target-libffi and all-target-libstdc++-v3. Add
2852 dependencies from all-target-libgo to all-target-libffi.
2853 (languages): Add go.
2854 * configure: Rebuild.
2855 * Makefile.in: Rebuild.
2857 2010-11-19 Ian Lance Taylor <iant@google.com>
2859 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2860 compiler/flag environment variables.
2862 2010-11-18 Ian Lance Taylor <iant@google.com>
2864 * configure.ac: Check for lang_requires_boot_languages in
2865 config-lang.in files.
2866 * configure: Rebuild.
2868 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2870 * .gitignore: New file.
2872 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2873 Tobias Burnus <burnus@net-b.de>
2876 * Makefile.def: Add libquadmath; build it with language=fortran.
2877 * configure.ac: Add libquadmath.
2878 * Makefile.tpl: Handle multiple libs in check-[+language+].
2879 * Makefile.in: Regenerate.
2880 * configure: Regenerate.
2882 2010-11-15 Andreas Schwab <schwab@redhat.com>
2884 * configure.ac: Fix spelling in option names.
2885 * configure: Regenerated.
2887 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2890 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2891 * configure: Regenerated.
2893 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2895 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2896 define the cloog backend to use. Furthermore, only pass the ppllibs to
2897 the configure checks, if necessary.
2898 * configure: Regenerate.
2900 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2902 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2903 * configure: regenerate
2905 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2907 * config/cloog.m4: Fix typo. verison -> version.
2908 * configure: Regenerate.
2910 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2912 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2913 * configure: Regenerate.
2915 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2917 * configure.ac: Support official CLooG.org versions.
2918 * configure: Regenerate.
2919 * config/cloog.m4: New.
2921 2010-11-05 Michael Eager <eager@eagercon.com>
2923 * COPYING.LIBGLOSS: Correct typo in microblaze.
2924 * COPYING.NEWLIB: Same.
2926 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2928 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2929 * configure: Regenerate.
2931 2010-11-03 Ian Lance Taylor <iant@google.com>
2932 Dave Korn <dave.korn.cygwin@gmail.com>
2935 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2936 and on other supported platforms whenever LTO is enabled.
2937 * configure: Rebuild.
2939 2010-11-02 Alan Modra <amodra@gmail.com>
2942 * configure.ac: Error when source path contains spaces.
2943 * configure: Regenerate.
2945 2010-10-20 Ian Lance Taylor <iant@google.com>
2947 * Makefile.def (target_modules): Set lib_path to src/.libs for
2948 libstdc++-v3 module.
2949 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2950 * Makefile.in: Rebuild.
2952 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2953 Joseph Myers <joseph@codesourcery.com>
2955 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2957 * COPYING.NEWLIB: Add Texas Instruments notice.
2959 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2961 * configure.ac (build_lto_plugin): New shell variable.
2962 (--enable-lto): Turn on by default for all non-ELF platforms that
2963 have had LTO support added so far. Set build_lto_plugin appropriately
2964 for both ELF and non-ELF.
2965 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2966 * configure: Regenerate.
2968 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2972 * configure.ac: Honor initial values of $build_configargs,
2973 $host_configargs, $target_configargs. Mark the precious, so
2974 environment settings get recorded.
2975 * configure: Regenerate.
2977 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2981 2010-09-30 Michael Eager <eager@eagercon.com>
2983 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2984 * configure: Regenerate.
2986 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2988 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2989 targets and amend comment.
2990 * configure: Regenerate.
2992 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2994 * configure.ac: Enable LTO by default on Darwin.
2995 * configure: Regenerate.
2997 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3000 * configure.ac (extra_mpfr_configure_flags): Copy from
3001 extra_mpc_gmp_configure_flags.
3002 * configure: Re-generated.
3004 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3009 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3010 Depend on all-build-libiberty.
3011 * Makefile.in: Regenerate.
3013 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3018 * configure.ac: Fix unportable shell quoting.
3019 * configure: Regenerate.
3021 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3023 * configure.ac: Support all v850 targets.
3024 * configure: Regenerate.
3026 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3029 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3030 Provide -B option to allow for link spec %s substitutions for
3031 libstdc++.a on darwin.
3032 * Makefile.in: Regenerate.
3034 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
3036 * Makefile.def (configure-gcc): Depend on all-libelf.
3037 * Makefile.in: Rebuild.
3039 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3041 * config.sub, config.guess: Update from upstream sources.
3043 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3047 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3048 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3049 * configure: Regenerated.
3051 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3052 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3053 * configure: Regenerate.
3055 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
3056 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3057 * configure: Regenerate.
3059 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3060 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3062 * configure: Regenerate.
3064 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3065 * configure: Regenerate after change to elf.m4.
3067 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3068 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3069 * configure: Regenerated.
3071 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3072 * configure.ac: Print "buggy but acceptable" when CLooG
3073 revision is less than 9.
3074 * configure: Regenerated.
3076 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
3080 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3081 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3082 * configure: Regenerate.
3084 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3085 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3086 a platform that supports LTO.
3087 * configure: Regenerate.
3089 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3091 * configure.ac (--enable-lto): Refactor handling so libelf tests
3092 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3093 and allow LTO to be explicitly enabled on non-ELF platforms that
3094 are known to support it inside else-clause.
3095 * configure: Regenerate.
3097 2010-04-27 Roland McGrath <roland@redhat.com>
3098 H.J. Lu <hongjiu.lu@intel.com>
3100 * configure.ac (--enable-gold): Support both, both/gold and
3101 both/bfd to add gold to configdirs without removing ld.
3102 * configure: Regenerated.
3104 * Makefile.def: Add install-gold dependency to install-ld.
3105 * Makefile.in: Regenerated.
3107 2010-04-14 Tristan Gingold <gingold@adacore.com>
3109 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3110 * configure: Regenerate.
3112 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3118 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3119 * configure.ac: Do not pass --enable-multilib nor
3120 --disable-multilib in baseargs. Accept explicitly passed
3122 * configure: Regenerate.
3124 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3127 * configure.ac: Do not pass --enable-multilib nor
3128 --disable-multilib in baseargs. Accept explicitly passed
3130 * configure: Regenerate.
3132 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3134 * configure.ac (tic6x-*-*): New case.
3135 * configure: Regenerate.
3137 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3140 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3142 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3143 * configure: Regenerate.
3145 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3147 * config.sub: Update to version 2010-03-22.
3148 * config.guess: Update to version 2009-12-30.
3150 2010-03-14 Joseph Myers <joseph@codesourcery.com>
3153 2010-01-11 Richard Guenther <rguenther@suse.de>
3155 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3156 * Makefile.in: Regenerated.
3158 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3161 * configure.ac (RANLIB): Default to true.
3163 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3164 * configure: Regenerate.
3166 2010-02-17 Nick Clifton <nickc@redhat.com>
3169 * Makefile.tpl (local-distclean): Also remove config.cache files in
3170 sub-directories as there may not be Makefiles present in the
3172 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3173 the config.cache files found by the find command.
3175 * Makefile.in: Regenerate.
3176 * configure.ac: Revert previous delta.
3177 * configure: Regenerate.
3179 2010-02-15 Nick Clifton <nickc@redhat.com>
3182 * configure.ac: Delete config.cache files in sub-directories when
3184 * configure: Regenerate.
3186 2010-02-15 Nick Clifton <nickc@redhat.com>
3188 * configure.ac: Sync from gcc.
3189 * configure: Regenerate.
3191 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3194 * configure.ac: Add "recommended" version checks for GMP/MPC.
3195 Update recommended GMP/MPFR/MPC versions.
3196 * configure: Regenerate.
3198 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3200 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3201 * configure.ac (bootstrap_target_libs): Make inclusion of
3202 target-libgomp conditional on libgomb being in target_configdirs.
3203 * configure: Regenerate.
3205 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3207 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3208 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3209 * configure: Regenerate.
3211 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3213 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3214 * configure.ac (target_configdirs): Substitute.
3215 * Makefile.def: Bootstrap target module libgomp.
3216 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3217 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3218 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3219 * configure, Makefile.in: Regenerate.
3221 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3223 * libtool.m4: Sync from git Libtool.
3224 * ltmain.sh: Likewise.
3225 * ltoptions.m4: Likewise.
3226 * ltversion.m4: Likewise.
3227 * lt~obsolete.m4: Likewise.
3229 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3230 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3233 * configure.ac: Include libtool m4 files.
3234 (_LT_CHECK_OBJDIR): Call it.
3235 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3236 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3238 * configure: Regenerate.
3240 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3243 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3244 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3245 * Makefile.in: Regenerate.
3247 2009-12-18 Ben Elliston <bje@au.ibm.com>
3249 * config.sub, config.guess: Update from upstream sources.
3251 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3253 * COPYING.NEWLIB: Update copyright date.
3254 * COPYING.LIBGLOSS: Ditto.
3256 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3262 * configure.ac: Require MPC.
3263 * configure: Regenerate.
3265 * configure.ac: Update minimum MPC version to 0.8.
3266 * configure: Regenerate.
3268 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3270 * config.guess: Sync with upstream and gcc.
3271 * config.sub: Sync with upstream and gcc.
3273 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3275 * Makefile.def: Restore host and target settings for gmp.
3276 * Makefile.in: Rebuild.
3278 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3280 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3281 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3282 Fix portability of test of C++ as bootstrap language. Add
3283 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3284 * configure: Rebuild.
3285 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3286 and cloog. Fix in-tree ppl configuration. Introduce libelf
3288 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3289 (POSTSTAGE1_HOST_EXPORTS): Use it.
3290 (STAGE[+id+]_CXXFLAGS): New.
3291 (BASE_FLAGS_TO_PASS): Pass it down.
3292 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3294 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3295 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3297 * Makefile.in: Rebuild.
3299 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3301 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3302 paths for *-w64-mingw* and x86_64-*mingw*.
3303 * configure: Regenerated.
3305 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3307 * configure.ac: Disable target-winsup & co for
3308 x86_64-*-mingw* and *-w64-mingw* targets.
3309 * configure: Regenerated.
3311 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3313 * configure.ac (CLooG test): Use = with test.
3314 * configure: Regenerate.
3316 2009-10-22 Richard Guenther <rguenther@suse.de>
3318 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3319 cloog if the ppl version check failed. Move flags saving
3320 before setting in libelf check.
3321 * configure: Regenerate.
3323 2009-10-21 Richard Guenther <rguenther@suse.de>
3325 * configure.ac: Adjust the ppl and cloog configure to work as
3326 documented. Disable cloog if ppl was disabled. Omit the version
3327 checks if they were disabled.
3328 * configure: Re-generate.
3330 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3332 * configure.ac: Add 'lto' to enable_languages, not
3333 new_enable_languages, and only if not already present.
3334 * configure: Regenerate.
3336 2009-10-06 Ian Lance Taylor <iant@google.com>
3338 * Makefile.def: check-gold depends upon all-gas.
3339 * Makefile.in: Rebuild.
3341 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3343 * Makefile.def: all-lto-plugin depends on all-libiberty.
3344 set bootstrap=true for lto-plugin.
3346 * Makefile.in: Regenerate.
3347 * configure.ac (host_libs): Add lto-plugin.
3348 * configure: Regenerate.
3350 2009-10-03 Diego Novillo <dnovillo@google.com>
3352 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3353 (HOST_LIBELFLIBS): Define.
3354 (HOST_LIBELFINC): Define.
3355 * Makefile.in: Regenerate.
3356 * configure.ac: Add --enable-lto.
3357 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3358 If --enable-lto is used, add 'lto' to new_enable_languages.
3359 If --enable-lto is used and gold is enabled, add
3360 lto-plugin to configdirs.
3361 * configure: Regenerate.
3363 2009-10-03 Simon Baldwin <simonb@google.com>
3365 * configure.ac: If --with-system-zlib, suppress local zlib and
3366 pass --with-system-zlib to subdir configure scripts.
3367 * configure: Regenerate.
3369 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3370 Paolo Bonzini <bonzini@gnu.org>
3372 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3374 * Makefile.in: Rebuilt.
3376 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3379 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3381 * configure.ac: Update minimum MPC version to 0.7.
3382 * configure: Regenerate.
3384 2009-09-25 Nick Clifton <nickc@redhat.com>
3386 * configure.ac: Pass any --cache-file=/dev/null option on to
3388 * configure: Regenerate.
3390 2009-09-23 Nick Clifton <nickc@redhat.com>
3392 * config.sub, config.guess: Update from upstream sources.
3394 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3396 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3397 * Makefile.in: Rebuilt.
3399 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3402 * configure.ac: Error out if $srcdir isn't '.' but contains
3403 host-${host_noncanonical}.
3404 * configure: Regenerate.
3406 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3408 * configure.ac: If bootstrapping a combined tree with
3409 --enable-gold, require c++ in stage1_languages.
3410 * configure: Regenerate.
3412 * configure.ac: Also add target_libs of stage1_languages to
3413 bootstrap_target_libs.
3414 * configure: Regenerate.
3416 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3417 with --enable-languages not containing c++.
3418 * configure: Regenerate.
3420 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3422 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3423 * configure: Regenerate.
3425 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3427 * configure.ac: Do not use $extrasub for replacing @if/@endif
3428 parts in Makefile; instead, use additional arguments to
3429 AC_CONFIG_COMMANDS to do the replacement manually, with several
3430 sed invocations, to avoid HP-UX sed command limits.
3431 * configure: Regenerate.
3433 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3435 * configure.ac (with-build-config): Document. Handle without.
3436 Handle missing argument.
3437 * configure: Rebuilt.
3439 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3441 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3442 Default to bootstrap-debug only if compare-debug works.
3443 * configure: Rebuilt.
3444 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3445 * Makefile.in: Rebuilt.
3447 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3449 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3450 * Makefile.in: Rebuilt.
3452 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3454 * Makefile.tpl (AWK): Fix typo.
3455 * Makefile.in: Regenerate.
3457 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3459 * configure.ac: Detect awk and sed.
3460 * Makefile.def (flags_to_pass): Add AWK and SED.
3461 * Makefile.tpl (AWK, SED): New.
3462 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3463 * configure: Regenerate.
3464 * Makefile.in: Regenerate.
3466 2009-09-01 Tristan Gingold <gingold@adacore.com>
3468 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3469 Remove logical names.
3471 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3473 * ltmain.sh (func_normal_abspath): New function.
3474 (func_relative_path): Likewise.
3475 (func_mode_help): Document new -bindir option for link mode.
3476 (func_mode_link): Add new -bindir option, and use it to place
3477 output DLL if specified.
3479 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3481 * configure.ac (AC_PREREQ): Bump to 2.64.
3483 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3485 * README-maintainer-mode: Point directly to upstream locations
3486 for autoconf, automake, libtool, gettext, instead of copies on
3487 sources.redhat.com. Document required versions.
3488 * configure.ac: Do not substitute datarootdir, htmldir,
3489 pdfdir, docdir. Do not process --with-datarootdir,
3490 --with-htmldir, --with-pdfdir, --with-docdir.
3491 * configure: Regenerate.
3493 * configure: Regenerate.
3495 * compile: Sync from Automake 1.11.
3496 * depcomp: Likewise.
3497 * install-sh: Likewise.
3498 * missing: Likewise.
3499 * mkinstalldirs: Likewise.
3502 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3504 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3505 (baseargs): Add --disable-option-checking.
3506 * configure: Regenerate.
3508 * Makefile.def (configure-target-libiberty): Depend on
3509 all-binutils and all-ld.
3510 (configure-target-newlib): Likewise.
3511 * Makefile.in: Regenerate.
3513 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3515 Sync with GCC, merge:
3517 2009-07-31 Christian Bruel <christian.bruel@st.com>
3519 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3520 * configure: Regenerate.
3522 2009-07-06 Ian Lance Taylor <iant@google.com>
3524 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3525 * configure: Rebuild.
3527 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3530 * configure.ac (comparestring): Create new variable.
3531 * Makefile.tpl (comparestring): Use to skip some comparisions.
3532 * configure: Regenerate.
3533 * Makefile.in: Regenerate.
3535 2009-06-23 Ian Lance Taylor <iant@google.com>
3537 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3538 boot_languages. Only bootstrap target libraries listed in
3539 target_libs for some boot language. Add --with-stage1-ldflags,
3540 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3541 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3542 if not building with C++.
3543 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3544 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3545 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3546 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3547 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3548 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3549 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3550 * configure, Makefile.in: Rebuild.
3552 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3554 * configure.ac: Detect MPC in default directory.
3555 * configure: Regenerate.
3557 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3559 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3561 * configure: Regenerate.
3563 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3565 * Makefile.def: Add MPC support and dependencies.
3566 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3568 * Makefile.in, configure: Regenerate.
3570 2009-05-24 Nicolas Roche <roche@adacore.com>
3572 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3573 * Makefile.in: Regenerate.
3575 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3577 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3578 * configure: Regenerate.
3580 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3582 * configure.ac ($with_ppl): Default to no if not supplied.
3583 ($with_cloog): Likewise.
3584 configure: Regenerate.
3586 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3589 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3590 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3592 * configure, Makefile.in: Regenerate.
3594 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3596 * configure.ac: Change copyright header to refer to version
3597 3 of the GNU General Public License and to point readers at the
3598 COPYING3 file and the FSF's license web page.
3599 * Makefile.def: Likewise.
3600 * Makefile.tpl: Likewise.
3601 * Makefile.in: Regenerate.
3603 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3605 * configure.ac: Restore match for darwin9 or later. Use double
3606 brackets since regeneration eats one pair.
3607 * configure: Regenerate.
3609 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3611 * MAINTAINERS: Perform some obvious fixups.
3613 2009-08-17 Ben Elliston <bje@au.ibm.com>
3615 * config.sub, config.guess: Update from upstream sources.
3617 2009-08-06 Michael Eager <eager@eagercon.com>
3619 * configure.ac: Add Microblaze target.
3620 * configure: Regenerate.
3622 2009-07-02 Tristan Gingold <gingold@adacore.com>
3624 * configure.ac: Do not exclude gas for i386-*-darwin.
3625 Add a case for x86_64-*-darwin.
3626 * configure: Regenerate.
3628 2009-06-26 Doug Evans <dje@sebabeach.org>
3630 * Makefile.def (host_modules): Add cgen.
3631 * Makefile.in: Regenerate.
3632 * configure.ac (host_tools): Add cgen.
3633 * configure: Regenerate.
3635 2009-06-17 Michael Eager <eager@eagercon.com>
3637 * COPYING.LIBGLOSS: Add Xilinx license.
3639 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3641 * configure.ac: Define is_elf for QNX Neutrino targets.
3642 * configure: Regenerate.
3644 2009-06-03 Jerome Guitton <guitton@adacore.com>
3645 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3647 * Makefile.tpl (all): Avoid a trailing backslash.
3648 * Makefile.in: Regenerate.
3650 2009-06-03 Ben Elliston <bje@au.ibm.com>
3652 * config.sub, config.guess: Update from upstream sources.
3654 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3656 * Makefile.tpl ([+compare-target+]): Compare all stage
3657 directories, rather than just gcc.
3658 * Makefile.in: Rebuilt.
3660 2009-05-28 Doug Kwan <dougkwan@google.com>
3662 * configure.ac: Support gold for target arm*-*-*.
3663 * configure: Regenerate.
3665 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3667 * Makefile.tpl (all): Avoid harmless warning in make all when
3668 gcc-bootstrap is enabled but stage_last does not exist.
3669 * Makefile.in: Rebuilt.
3671 2009-05-25 Tristan Gingold <gingold@adacore.com>
3673 * setup.com: Complete the file with configuration and build.
3675 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3678 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3679 gcc-no-bootstrap are mutually exclusive.
3680 * Makefile.in: Rebuilt.
3682 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3685 * Makefile.tpl (all): Don't end with unconditional success.
3686 * Makefile.in: Rebuilt.
3688 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3691 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3692 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3693 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3694 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3695 stage_configureflags, stage_cflags and stage_libcflags into
3696 explicit Makefile macros.
3697 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3699 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3700 CC. Set CC_FOR_BUILD from CC.
3701 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3702 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3703 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3704 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3706 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3707 (_LIBCFLAGS): Renamed to _TFLAGS.
3708 (do-compare-debug, do-compare3-debug): Drop.
3709 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3710 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3711 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3712 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3713 (XGCC_FLAGS_FOR_TARGET): New.
3714 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3715 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3716 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3717 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3718 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3719 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3721 (BUILD_CONFIG): Include if requested.
3722 (all): Set TFLAGS on bootstrap.
3723 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3724 (all-stageid-prefixmodule): Likewise.
3725 (do-clean, distclean-stageid): Set TFLAGS.
3726 (restrap): Fix whitespace.
3727 * Makefile.in: Rebuilt.
3729 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3731 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3732 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3733 * Makefile.in: Regenerate.
3735 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3737 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3738 consistency with config.sub. (Update from upstream sources.)
3740 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3742 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3744 2009-04-17 Ben Elliston <bje@au.ibm.com>
3746 * config.sub, config.guess: Update from upstream sources.
3748 2009-04-15 Anthony Green <green@moxielogic.com>
3750 * configure.ac: Add moxie support.
3751 * configure: Rebuilt.
3753 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3755 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3756 * configure: Regenerate.
3758 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3761 * configure.ac: Require texinfo 4.7.
3762 * configure: Regenerated.
3764 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3766 * Makefil.def (languages): New entries.
3767 * Makefile.tpl (check-gcc-*): New generic target.
3768 * Makefile.in: Regenerate.
3770 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3772 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3773 Windows builds of Sed.
3775 2009-03-18 Tom Tromey <tromey@redhat.com>
3777 * configure: Rebuild.
3778 * configure.ac (host_libs): Add libiconv.
3779 * Makefile.in: Rebuild.
3780 * Makefile.def (host_modules): Add libiconv.
3781 (configure-gdb, all-gdb): Depend on libiconv.
3783 2009-03-16 Tristan Gingold <gingold@adacore.com>
3785 * configure.ac: Treat gdb as supported on x86_64-darwin.
3786 * configure: Regenerate.
3788 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3792 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3794 * configure.ac (--with-host-libstdcxx): New option.
3795 * configure: Regenerate.
3797 2009-01-29 Robert Millan <rmh@aybabtu.com>
3799 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3800 * configure: Regenerate.
3802 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3804 PR tree-optimization/38515
3805 * configure.ac (cloog-polylib): Removed.
3806 (with_ppl, with_cloog): Test for "no".
3807 * configure: Regenerated.
3809 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3811 Backport from git Libtool:
3813 2009-01-19 Robert Millan <rmh@aybabtu.com>
3814 Support GNU/kOpenSolaris.
3815 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3816 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3817 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3820 2009-02-05 Andreas Schwab <schwab@suse.de>
3822 * Makefile.tpl (stage_last): Define $r and $s before using
3823 $(RECURSE_FLAGS_TO_PASS).
3824 * Makefile.in: Regenerate
3826 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3828 * COPYING.NEWLIB: Add ARM license.
3830 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3832 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3833 (all-opcodes): Depend on all-libiberty.
3834 * Makefile.in: Regenerate.
3836 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3838 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3839 * configure: Regenerate.
3841 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3843 Backport link test fix from upstream Libtool:
3845 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3846 Add cache variables to tests that require the linker to work.
3847 For shlibpath_overrides_runpath, this also changes the semantics
3848 to let the result from the C compiler take precedence.
3849 compiler take precedence.
3851 2008-12-02 Ben Elliston <bje@au.ibm.com>
3853 * config.sub, config.guess: Update from upstream sources.
3855 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3857 * COPYING.NEWLIB: Updated.
3858 * COPYING.LIBGLOSS: Ditto.
3860 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3864 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3866 * configure.ac (ppllibs): Add by default the lib flags.
3867 * configure: Regenerate.
3869 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3871 * configure.ac: Add double brackets on darwin[912].
3872 * configure: Regenerate.
3874 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3876 * configure.ac: Expand to darwin10 and later.
3877 * configure: Regenerate.
3879 2008-12-02 Andreas Schwab <schwab@suse.de>
3881 * Makefile.def: configure-target-boehm-gc depends on
3882 all-target-libstdc++-v3.
3883 * Makefile.in: Regenerate.
3885 2008-12-02 Ben Elliston <bje@au.ibm.com>
3887 * config.sub, config.guess: Update from upstream sources.
3889 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3893 2007-12-02 Matthias Klose <doko@ubuntu.com>
3895 * config-ml.in: Remove 64bit configure tests.
3897 2008-05-14 Rafael Espindola <espindola@google.com>
3899 * config-ml.in: don't handle --enable-shared and --enable-static.
3901 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3902 Tobias Grosser <grosser@fim.uni-passau.de>
3903 Jan Sjodin <jan.sjodin@amd.com>
3904 Harsha Jagasia <harsha.jagasia@amd.com>
3905 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3906 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3907 Adrien Eliche <aeliche@isty.uvsq.fr>
3909 Merge from graphite branch.
3910 * configure: Regenerate.
3911 * Makefile.in: Regenerate.
3912 * configure.ac (host_libs): Add ppl and cloog.
3913 Add checks for PPL and CLooG.
3914 * Makefile.def (ppl, cloog): Added modules and dependences.
3915 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3916 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3918 2008-09-03 Richard Guenther <rguenther@suse.de>
3920 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3922 * configure: Re-generate.
3924 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3926 * configure.ac (--with-cloog-polylib): New.
3927 (--disable-cloog-version-check): New.
3928 (--disable-ppl-version-check): New.
3929 * configure: Re-generate.
3931 2008-09-05 Richard Guenther <rguenther@suse.de>
3933 * configure.ac: Initialize clooglibs to -lcloog.
3934 * configure: Re-generate.
3936 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3938 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3939 recommended version to 2.3.2.
3941 * configure: Regenerate.
3943 2008-10-31 Ben Elliston <bje@au.ibm.com>
3945 * configure.ac (spu-*-*): Remove special case.
3946 * configure: Regenerate.
3948 Complete comment text from GCC version of:
3950 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3952 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3953 (GCC_SHLIB_SUBDIR): New.
3954 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3955 * configure: Regenerate.
3956 * Makefile.in: Regenerate.
3958 2008-11-27 Tristan Gingold <gingold@adacore.com>
3960 * configure.ac: Build gdb for i?86-*-darwin*
3961 * configure: Regenerated.
3963 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3970 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3972 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3973 * Makefile.in: Regenerated.
3975 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3982 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3983 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3984 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3985 (HOST_EXPORTS): Pass CPPFLAGS.
3986 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3987 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3988 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3989 * Makefile.in, configure: Regenerated.
3990 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3991 and CPPFLAGS_FOR_BUILD.
3993 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3995 * configure.ac [spu-*-*]: Do not set skipdirs.
3996 * configure: Re-generate.
3998 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4000 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4001 * Makefile.in: Regenerated.
4003 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4010 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4011 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4012 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4013 (HOST_EXPORTS): Pass CPPFLAGS.
4014 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4015 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4016 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4017 * Makefile.in, configure: Regenerated.
4018 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4019 and CPPFLAGS_FOR_BUILD.
4021 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
4023 * libtool.m4: Update to libtool 2.2.6.
4024 * lt~obsolete.m4: Update to libtool 2.2.6.
4025 * ltmain.sh: Update to libtool 2.2.6.
4026 * ltsugar.m4: Update to libtool 2.2.6.
4027 * ltversion.m4: Update to libtool 2.2.6.
4028 * ltoptions.m4: Update to libtool 2.2.6.
4029 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4031 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4033 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4034 (GCC_SHLIB_SUBDIR): New.
4035 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4036 * configure: Regenerate.
4037 * Makefile.in: Regenerate.
4039 2008-08-28 Tristan Gingold <gingold@adacore.com>
4041 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4042 Enable bfd, binutils and opcodes.
4043 * configure: Regenerate.
4045 2008-08-16 Nicolas Roche <roche@adacore.com>
4047 * Makefile.tpl: Add BOOT_ADAFLAGS.
4048 * Makefile.in: Regenerate.
4050 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
4052 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4053 * configure: Regenerate.
4055 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4058 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4060 * configure.ac: Add makefile fragments for hpux.
4061 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4062 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4063 * configure: Regenerate.
4064 * Makefile.in: Regenerate.
4066 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4068 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4069 * Makefile.in: Regenerate.
4070 * configure: Regenerate.
4072 2008-06-18 Ian Lance Taylor <iant@google.com>
4074 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
4076 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
4078 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4080 * configure: Regenerate.
4082 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4084 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4085 "$@" is still intact with both Autoconf 2.59 and 2.62.
4086 * configure: Regenerate.
4088 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4090 * Makefile.tpl: Fix comment errors.
4091 * Makefile.in: Regenerate.
4093 2008-06-13 Julian Brown <julian@codesourcery.com>
4095 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4096 of libobjc for ARM EABI Linux.
4097 * configure: Regenerate.
4099 2008-06-12 David S. Miller <davem@davemloft.net>
4100 David Edelsohn <edelsohn@gnu.org>
4102 * configure.ac: Add powerpc*-*-* to gold supported targets.
4103 * configure: Regenerate.
4105 2008-06-08 Joseph Myers <joseph@codesourcery.com>
4107 PR tree-optimization/36218
4108 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4109 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4110 (all prefix="build-"): Pass them to build-system sub-makes.
4111 * Makefile.in: Regenerate.
4113 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4115 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
4116 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
4117 mkdep, and compile. Update comments.
4118 (ETC_SUPPORT): Add ChangeLog and update comments.
4120 2008-05-11 Ian Lance Taylor <iant@google.com>
4122 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
4124 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4127 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4130 * configure.ac: Include override.m4.
4131 * configure: Regenerate.
4133 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4135 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4136 * Makefile.in: Regenerate.
4138 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4140 * configure.ac: Do not build libssp for the AVR.
4141 * configure: Regenerate.
4143 2008-04-18 Nick Clifton <nickc@redhat.com>
4145 * MAINTAINERS: Replace reference to configure.in with reference to
4148 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4150 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4151 as nonconfigurable directories list.
4152 * configure: Regenerate.
4154 2008-04-14 David S. Miller <davem@davemloft.net>
4156 * configure.ac: Add sparc*-*-* to gold supported targets.
4157 * configure: Regenerate.
4159 2008-04-14 Ben Elliston <bje@au.ibm.com>
4161 * config.sub, config.guess: Update from upstream sources.
4163 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4165 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4166 * Makefile.in: Regenerate.
4168 2008-04-07 Ian Lance Taylor <iant@google.com>
4170 * Makefile.def: check-gold depends upon all-binutils.
4171 * Makefile.in: Regenerate.
4173 2008-04-04 Nick Clifton <nickc@redhat.com>
4176 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4178 * configure: Regenerate.
4180 2008-04-04 NightStrike <NightStrike@gmail.com>
4183 * configure.ac: Combine rules for mingw32 and mingw64.
4184 * configure: Regenerate.
4186 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4188 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4189 * Makefile.in: Regenerate.
4191 2008-03-20 Ian Lance Taylor <iant@google.com>
4193 * configure.ac: Add support for --enable-gold.
4194 * Makefile.def: Add gold as a directory like ld.
4195 * configure, Makefile.in: Regenerate.
4197 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4199 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4200 (s390_cond_extensions): Reduced extensions to the compare related.
4201 (main): z10 cpu type option added.
4202 (expandConditionalJump): Renamed to ...
4203 (insertExpandedMnemonic): ... this.
4205 * opcodes/s390-opc.c: Re-group the operand format makros.
4206 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4207 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4208 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4209 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4210 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4211 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4212 INSTR_SIL_RDU): New instruction formats added.
4213 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4214 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4215 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4216 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4217 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4218 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4220 (s390_opformats): New formats added "ris", "rrs", "sil".
4221 * opcodes/s390-opc.txt: Add the conditional jumps with the
4222 extensions removed from automatic expansion in s390-mkopc.c manually.
4223 (asi - trtre): Add new System z10 EC instructions.
4224 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4226 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4228 * configure.ac: m4_include config/proginstall.m4.
4229 * configure: Regenerate.
4231 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4233 Backport from upstream Libtool:
4235 2007-10-12 Eric Blake <ebb9@byu.net>
4237 Deal with Autoconf 2.62's semantic change in m4_append.
4238 * ltsugar.m4 (lt_append): Replace broken versions of
4240 (lt_if_append_uniq): Don't require separator to be overquoted,
4241 and avoid broken m4_append.
4242 (lt_dict_add): Fix typo.
4243 * libtool.m4 (_LT_DECL): Don't overquote separator.
4245 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4247 * config.rpath: Add AIX 6 support.
4249 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4251 * Makefile.def (stageprofile). Remove -fprofile-generate
4252 from stage_libcflags.
4253 * Makefile.in: Regenerate.
4255 2008-03-13 Ben Elliston <bje@au.ibm.com>
4257 * config.sub, config.guess: Update from upstream sources.
4259 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4261 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4262 * s390-opc.txt (cmpsc): Duplicate entry removed.
4263 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4264 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4265 fier, cu42, cu41): Fix operand format.
4267 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4272 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4273 * configure: Regenerate.
4275 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4276 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4277 STAGE4_LIBCFLAGS): New.
4278 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4279 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4280 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4281 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4282 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4283 for target modules. Don't export LIBCFLAGS.
4284 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4285 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4286 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4287 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4288 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4289 * Makefile.in: Regenerate.
4291 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4294 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4295 Do not use -DDLL_EXPORT. Backport from upstream.
4297 2008-02-14 Nick Clifton <nickc@redhat.com>
4299 Import this patch from gcc:
4300 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4302 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4304 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4306 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4307 * configure: Regenerate.
4309 2008-01-31 Marc Gauthier <marc@tensilica.com>
4311 * configure.ac (xtensa*-*-*): Recognize processor variants.
4312 * configure: Regenerate.
4314 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4317 * configure.ac (PARSE_ARGS): Push suitable setting of
4318 ac_subdirs_all, for `./configure --help=recursive'.
4319 Handle `+' in generic toplevel directory disabling.
4320 * configure: Regenerate.
4322 2008-01-23 Ben Elliston <bje@au.ibm.com>
4324 * config.sub, config.guess: Update from upstream sources.
4326 2008-01-08 Ben Elliston <bje@au.ibm.com>
4328 * config.sub, config.guess: Update from upstream sources.
4330 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4332 * COPYING.LIBGLOSS: Update default copyright.
4334 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4336 * COPYING.NEWLIB: Update default copyright.
4338 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4340 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4341 Change recommended MPFR from 2.2.1 > 2.3.0.
4342 * configure: Regenerate.
4344 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4346 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4347 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4348 * Makefile.in: Regenerate.
4350 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4352 * configure.ac: Enable libjava for x86_64-*-darwin9.
4353 * configure: Regenerate.
4355 2007-12-05 Ben Elliston <bje@au.ibm.com>
4357 * config.sub, config.guess: Update from upstream sources.
4359 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4361 * config-ml.in: Robustify against white space in absolute file
4364 * config-ml.in (multi-clean): Substitute ${Makefile}.
4365 Remove superfluous ${Makefile} in list.
4367 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4369 * Makefile.def (dependencies): Make configure-gdb depend on
4371 * Makefile.in: Regenerated.
4373 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4375 * Makefile.def: To avoid problems running with parallel makes,
4376 build newlib before libgloss so that target specific header
4378 * Makefile.in: Regenerate.
4380 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4382 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4383 * Makefile.in: Regenerate.
4385 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4387 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4388 * libdecnumber: New directory, imported from GCC.
4390 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4392 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4393 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4394 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4395 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4396 * configure: Regenerate.
4398 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4400 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4401 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4402 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4403 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4404 * configure.ac: Default them to host tools for $host = $build.
4407 * configure: Regenerate.
4408 * Makefile.in: Regenerate.
4410 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4412 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4413 * configure: Regenerate.
4415 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4417 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4419 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4420 * configure: Regenerate.
4421 * Makefile.in: Regenerate.
4423 2007-09-17 Andreas Schwab <schwab@suse.de>
4425 * configure.ac: Raise minimum makeinfo version to 4.6.
4426 * configure: Regenerate.
4428 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4430 * configure.ac: Correct makeinfo version check.
4431 * configure: Regenerate.
4433 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4435 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4436 to $skipdirs and only disable gprof for newlib. Use the normal
4437 mips*-elf* handling in other respects.
4438 * configure: Regnerate.
4440 2007-09-12 David Daney <ddaney@avtrex.com>
4442 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4444 * configure: Regenerate.
4446 2007-09-12 Richard Guenther <rguenther@suse.de>
4448 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4449 nor --disable-checking is provided also turn on yes and types
4450 checking for stage1.
4451 * configure: Re-generate.
4453 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4456 * configure.ac: Use config/mh-mingw on mingw.
4457 * configure: Regenerate.
4459 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4462 * configure.ac: For libgloss targets, point the linker to the linker
4463 script, startup code and simulator library.
4464 * configure: Regenerate.
4466 2007-09-09 Andrew Haley <aph@redhat.com>
4468 * configure.ac (noconfigdirs): Remove target-libffi and
4471 2007-08-29 Nick Clifton <nickc@redhat.com>
4473 * config.sub, config.guess: Update from upstream sources.
4475 2007-08-21 Richard Guenther <rguenther@suse.de>
4477 * configure.ac: Add types checking to stage1 checking flags.
4478 * configure: Regenerate.
4480 2007-08-18 Paul Brook <paul@codesourcery.com>
4481 Joseph Myers <joseph@codesourcery.com>
4483 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4484 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4485 * Makefile.in: Regenerate.
4486 * configure.ac (--with-debug-prefix-map): New.
4487 * configure: Regenerate.
4489 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4490 Nigel Stephens <nigel@mips.com>
4492 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4493 as target_makefile_frag.
4494 * configure: Regenerate.
4496 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4498 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4499 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4500 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4501 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4502 (do-compare, do-compare3, do-compare-debug): New.
4503 ([+compare-target+]): Use them.
4505 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4507 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4508 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4509 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4510 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4511 (do-compare, do-compare3, do-compare-debug): New.
4512 ([+compare-target+]): Use them.
4514 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4515 Ben Elliston <bje@au.ibm.com>
4517 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4518 --silent if $silent.
4519 * configure: Regenerate.
4521 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4523 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4525 2007-07-17 Nick Clifton <nickc@redhat.com>
4527 * COPYING3: New file. Contains version 3 of the GNU General
4529 * COPYING3.LIB: New file. Contains version 3 of the GNU
4530 Lesser General Public License.
4532 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4534 * configure.ac: Fix my previous change to really match GCC.
4535 * configure: Regenerate.
4537 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4539 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4540 * configure: Regenerate.
4542 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4544 * configure.ac: Add some missing m4 quotation.
4545 * configure: Regenerate.
4547 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4549 * Makefile.def: Add windmc tool to build.
4550 * Makefile.tpl: Likewise.
4551 * configure.ac: Likewise.
4552 * Makefile.in: Regenerate.
4553 * configure: Regenerate.
4555 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4557 * lt~obsolete.m4: New. Import from 20070318 libtool.
4559 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4561 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4562 uclinux and linux-uclibc targets.
4563 * configure: Regenerate.
4565 2007-06-28 DJ Delorie <dj@redhat.com>
4567 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4568 not building newlib.
4569 * configure: Regenerated.
4571 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4573 * src-release (DEVO_SUPPORT): Correct typos.
4575 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4577 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4578 * Makefile.in: Regenerated.
4580 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4582 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4583 (distclean-stage[+id+]): Possibly delete stage_last.
4584 * Makefile.in: Regenerate.
4586 2007-06-07 Ben Elliston <bje@au.ibm.com>
4588 * config.sub, config.guess: Update from upstream sources.
4590 2007-06-07 Ben Elliston <bje@au.ibm.com>
4592 * Makefile.tpl: Fix spelling error.
4593 * Makefile.in: Regenerate.
4595 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4598 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4601 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4602 * configure: Rebuilt.
4604 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4606 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4607 lt_cv_sys_max_cmd_len.
4609 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4611 * ltgcc.m4: Update from GCC.
4613 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4615 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4617 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4619 * ltmain.sh: Update from GCC.
4620 * libtool.m4: Update from GCC.
4621 * ltsugar.m4: New. Update from GCC.
4622 * ltversion.m4: New. Update from GCC.
4623 * ltoptions.m4: New. Update from GCC.
4625 * ltcf-c.sh: Remove.
4626 * ltcf-cxx.sh: Remove.
4627 * ltcf-gcj.sh: Remove.
4628 * src-release: Update with new libtool file list.
4630 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4632 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4634 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4635 Remove CFLAGS/LIBCFLAGS.
4636 (configure-stage[+id+]-[+prefix+][+module+],
4637 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4638 * Makefile.in: Regenerate.
4640 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4642 * config-ml.in: Update from GCC.
4644 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4646 * src-release (do-proto-toplev): Process the support directories before
4649 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4651 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4652 of glob. Quote arguments with single quotes too.
4653 * configure: Regenerate.
4655 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4657 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4658 * Makefile.in: Regenerate
4660 2007-03-07 Andreas Schwab <schwab@suse.de>
4662 * configure: Regenerate.
4664 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4666 * configure.ac: Add "--with-pdfdir" configure option,
4667 which defines pdfdir variable.
4668 * Makefile.def (target=fixincludes): Add install-pdf to
4670 (recursive_targets): Add install-pdf target.
4671 (flags_to_pass): Add pdfdir.
4672 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4674 * configure: Regenerate
4675 * Makefile.in: Regenerate
4677 2007-02-28 Eric Christopher <echristo@apple.com>
4680 2006-12-07 Mike Stump <mrs@apple.com>
4682 * Makefile.def (dependencies): Add dependency for
4683 install-target-libssp and install-target-libgomp on
4685 * Makefile.in: Regenerate.
4687 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4689 * configure: Regenerate.
4690 * configure.ac: Move statements after variable declarations.
4692 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4694 * configure.ac: Adjust for loop syntax.
4695 * configure: Regenerate.
4697 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4699 * configure: Rebuilt.
4701 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4703 * configure.ac: Drop multiple occurrences of --enable-languages,
4704 and fix its quoting.
4705 * configure: Rebuilt.
4707 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4708 Nathan Sidwell <nathan@codesourcery.com>
4709 Vladimir Prus <vladimir@codesourcery.com
4710 Joseph Myers <joseph@codesourcery.com>
4712 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4713 * configure: Regenerate.
4715 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4717 * configure.ac (target_libraries): Move libgcc before libiberty.
4718 * configure: Regenerated.
4720 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4722 * configure: Regenerate again?
4724 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4726 * configure: Reapply PR30748 fix which was lost in the previous commit.
4728 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4729 Paolo Bonzini <bonzini@gnu.org>
4732 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4733 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4734 * configure: Regenerated.
4736 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4738 * configure: Regenerate.
4740 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4743 * configure.ac: Correct syntax for Solaris ksh.
4744 * configure: Regenerated.
4746 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4748 * Makefile.def: Sync with GCC.
4749 * Makefile.tpl: Sync with GCC.
4750 * Makefile.in: Regenerate.
4751 * configure: Regenerate.
4753 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4755 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4756 noncanonical equivalents.
4757 * configure.in: Rename to...
4758 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4759 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4760 target_noncanonical. Use them. Rewrite removal of configure
4761 arguments for autoconf 2.59. Discard variable settings. Force
4762 program_transform_name for native tools.
4764 * Makefile.in: Regenerated.
4765 * configure: Regenerated with autoconf 2.59.
4767 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4769 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4771 * COPYING.LIBGLOSS: Reformat default Red Hat
4772 license to fit within 80 columns.
4773 * COPYING.NEWLIB: Ditto.
4775 2007-02-05 Dave Brolley <brolley@redhat.com>
4777 * Contribute the following changes:
4778 2006-11-28 DJ Delorie <dj@redhat.com>
4780 * configure.in: Fix typo for mep's target_makefile_frag.
4781 * configure: Regenerated.
4783 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4785 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4786 * configure: Regenerate.
4788 2001-09-19 DJ Delorie <dj@redhat.com>
4790 * configure.in (target_makefile_frag): use mt-mep
4792 2001-06-12 Don Howard <dhoward@redhat.com>
4794 * configure.in: Remove gdb from MeP skip list.
4796 2001-04-05 DJ Delorie <dj@redhat.com>
4798 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4800 2001-03-20 Ben Elliston <bje@redhat.com>
4802 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4804 2001-03-19 Ben Elliston <bje@redhat.com>
4806 * config.sub (mep, mep-*): Add.
4808 2007-01-31 Andreas Schwab <schwab@suse.de>
4810 * Makefile.tpl (LDFLAGS): Substitute it.
4811 * Makefile.in: Regenerate.
4813 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4815 * configure.in: Change == to = in test command.
4816 * configure: Regenerate.
4818 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4819 Nick Clifton <nickc@redhat.com>
4820 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4822 * configure.in (build_configargs, host_configargs, target_configargs):
4823 Remove build/host/target parameters.
4824 (host_libs): Add gmp and mpfr.
4825 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4826 * Makefile.def (gmp, mpfr): New.
4827 (gcc): Remove target.
4828 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4829 target_os, target_vendor): New.
4830 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4831 * configure: Regenerate.
4832 * Makefile.in: Regenerate.
4834 2007-01-11 Matt Fago <fago@earthlink.net>
4836 * configure.in: Try to link to functions only in mpfr 2.2.x
4837 to improve robustness of configure tests.
4838 * configure: Regenerate.
4840 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4842 * configure.in: Add support for an x86_64-mingw* target.
4843 * configure: Regenerate.
4845 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4847 * Makefile.tpl (all-target): Correct @if conditional for target
4849 * configure.in: Omit libiberty if building only target libgcc.
4850 * configure, Makefile.in: Regenerated.
4852 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4854 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4855 * configure: Regenerate.
4857 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4859 * Makefile.def (target_modules): Add libgcc.
4860 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4861 * Makefile.tpl (clean-target-libgcc): Delete.
4862 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4863 on gcc even for bootstrapped modules. Rewrite handling of
4864 lang_env_dependencies to loop over target_modules.
4865 * configure.in (target_libraries): Add target-libgcc.
4866 * Makefile.in, configure: Regenerated.
4868 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4871 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4873 * configure.in: Reorganize recognition of languages. Add
4874 --enable-stage1-languages. Show supported languages for the chosen
4875 target rather than all recognized languages.
4876 * configure: Regenerate.
4878 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4880 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4881 * Makefile.in: Regenerate.
4883 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4885 * configure.in: Warn that MPFR 2.2.0 is buggy.
4886 * configure: Regenerate.
4888 2006-12-27 Ian Lance Taylor <iant@google.com>
4890 * configure.in: When removing Makefiles to force a reconfigure, also
4891 remove prev-DIR*/Makefile.
4892 * configure: Regenerate.
4894 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4896 * config.bfd: Recognize fido.
4898 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4902 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4904 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4905 it only affects bootstrap and could be tested on "$host" as well.
4906 * configure: Regenerate.
4907 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4909 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4912 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4913 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4914 move here comment from Makefile.tpl.
4915 * Makefile.tpl: Move some definitions higher in the file.
4916 (STAGE1_CHECKING): New.
4917 * configure.in: Add --enable-stage1-checking.
4918 * configure: Regenerate.
4919 * Makefile.in: Regenerate.
4921 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4923 * configure.in: Update error message for missing GMP/MPFR.
4925 * configure: Regenerate.
4927 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4929 * configure.in: Update MPFR version in error message.
4931 * configure: Regenerate.
4933 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4935 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4936 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4937 --with-gmp-lib): New flags.
4939 * configure: Regenerate.
4941 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4944 * configure.in: Correct x86 darwin support for libjava to powerpc
4946 * configure: Regenerate.
4948 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4950 * configure.in: Handle spu makefile frag.
4951 * Makefile.tpl (MAINT): Define
4952 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4953 * configure: Regenerate.
4954 * Makefile.in: Regenerate.
4956 2006-12-11 Ben Elliston <bje@au.ibm.com>
4958 * config.sub, config.guess: Update from upstream sources.
4960 2006-12-11 Ben Elliston <bje@au.ibm.com>
4962 * configure.in: Sync with GCC (spu-*-*).
4963 * configure: Sync with GCC.
4965 2006-12-07 Mike Stump <mrs@apple.com>
4967 * Makefile.def (dependencies): Add dependency for
4968 install-target-libssp and install-target-libgomp on
4970 * Makefile.in: Regenerate.
4972 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4974 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4975 (unstage): Test for stage_last presence.
4978 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4979 * Makefile.in: Regenerate.
4981 2006-11-14 DJ Delorie <dj@redhat.com>
4983 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4984 * Makefile.in: Sync with GCC.
4985 * configure.in: Sync with GCC (mpfr, gmp).
4986 * configure: Sync with GCC.
4988 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4990 * configure.in: Remove target-libgloss from noconfigdirs for
4992 * configure: Regenerated.
4994 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4996 * COPYING.NEWLIB: Add spu license.
4997 * COPYING.LIBGLOSS: Ditto.
4999 2006-10-17 Brooks Moses <bmoses@stanford.edu>
5001 * Makefile.def: Added pdf target handling.
5002 * Makefile.tpl: Added pdf target handling.
5003 * Makefile.in: Regenerated.
5005 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
5007 * COPYING.NEWLIB: Updated.
5008 * COPYING.LIBGLOSS: Ditto.
5010 2006-09-27 Dave Brolley <brolley@redhat.com>
5012 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
5014 * configure: Regenerated.
5016 2006-09-26 Ben Elliston <bje@au.ibm.com>
5018 * config.sub, config.guess: Update from upstream sources.
5020 2006-09-20 Thiemo Seufer <ths@mips.com>
5022 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5023 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5024 * configure: Regenerate.
5026 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5028 * configure.in: Never build newlib for a Mingw host.
5029 Never build newlib as Mingw target library.
5030 Test the existence of winsup/cygwin for building a Cygwin newlib,
5031 rather than just winsup.
5032 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5033 building a Mingw target.
5034 * configure: Regenerate.
5036 2006-08-15 Thiemo Seufer <ths@mips.com>
5037 Nigel Stephens <nigel@mips.com>
5038 David Ung <davidu@mips.com>
5040 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
5042 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5045 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5048 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5049 if the bootstrap compiler is a GCC version that supports it.
5050 * configure: Regenerate.
5052 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5054 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5055 * configure: Regenerated.
5057 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5059 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5060 for stages after the first.
5062 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5064 * Makefile.def: Add dependencies for configure-opcodes
5065 on configure-intl and all-opcodes on all-intl.
5066 * Makefile.in: Regenerated.
5068 2006-07-04 Peter O'Gorman <peter@pogma.com>
5070 * ltconfig: chmod 644 before ranlib during install.
5072 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5074 * configure.in: Fix thinkos in previous check-in.
5075 * configure: Regenerate.
5077 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5081 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
5084 * configure.in: Test subdir_requires and give an appropriate
5086 * configure: Regenerate.
5088 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5091 * configure.in: Only enable libgomp on IRIX 6.
5092 * configure: Regenerate.
5094 2006-06-20 David Ayers <d.ayers@inode.at>
5097 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5098 whether target-libjava is being configured instead of whether the
5099 java front end is enabled.
5100 * configure: Regenerate.
5102 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
5104 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
5105 to R_ARM_LDC_SB_G{0,1,2} respectively.
5107 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5109 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5111 * Makefile.in: Regenerate.
5113 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5117 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5118 * configure.in: Don't enable libgomp on hpux10.
5119 * configure: Rebuilt.
5121 2006-06-13 David Ayers <d.ayers@inode.at>
5125 2006-06-12 David Ayers <d.ayers@inode.at>
5129 * configure.in: Remove target-boehm-gc from noconfigdirs where
5130 ${libgcj} is specified.
5131 * configure: Regenerate.
5133 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
5137 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5138 Andreas Schwab <schwab@suse.de>
5141 * config-ml.in: Eval option if surrounded by single quotes.
5143 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
5147 2006-06-06 David Ayers <d.ayers@inode.at>
5150 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5151 * Makefile.in: Regenerate.
5152 * configure.in: Add --enable-objc-gc at toplevel and have it
5153 enable boehm-gc for Objective-C.
5154 Remove target-boehm-gc from libgcj.
5155 Add target-boehm-gc to target_libraries.
5156 Add target-boehm-gc to noconfigdirs where ${libgcj}
5158 Assert that boehm-gc is supported when requested for Objective-C.
5159 Only build boehm-gc if needed either for Java or Objective-C.
5160 * configure: Regenerate.
5162 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5165 * Makefile.tpl (configure-[+prefix+][+module+],
5166 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5167 Remove rule to unstage bootstrapped modules.
5168 (stage_current): New.
5169 * Makefile.in: Regenerate.
5171 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5172 Andreas Tobler <a.tobler@schweiz.ch>
5174 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5175 * configure: Rebuilt.
5178 2006-01-31 Richard Guenther <rguenther@suse.de>
5179 Paolo Bonzini <bonzini@gnu.org>
5181 * Makefile.def (target_modules): Add libgcc-math target module.
5182 * configure.in (target_libraries): Add libgcc-math target library.
5183 (--enable-libgcc-math): New configure switch.
5184 * Makefile.in: Re-generate.
5185 * configure: Re-generate.
5187 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5189 * config-ml.in: Alter CCASFLAGS to include special
5190 multilib options the same as is done for CFLAGS.
5192 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5194 * Makefile.def: Added dependencies from sim and gdb on intl, and
5195 added configure dependencies to everything with an all dependency
5197 * gettext.m4: Removed.
5198 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5199 (GDB_SUPPORT_DIRS): Add intl.
5200 * Makefile.in: Regenerated.
5202 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5204 * src-release (DEVO_SUPPORT): Add config.rpath.
5206 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5208 * Makefile.def (bfd, opcodes): Fix lib_path.
5209 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5210 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5211 * Makefile.in: Regenerate.
5213 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5215 * configure.in: Enable gprof for cross builds.
5216 * configure: Regenerate.
5218 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5220 * src-release (MAKEINFOFLAGS): Define.
5221 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5223 2006-05-14 Ben Elliston <bje@au.ibm.com>
5225 * config.sub, config.guess: Update from upstream sources.
5227 2006-05-12 Ben Elliston <bje@au.ibm.com>
5229 * config.sub, config.guess: Update from upstream sources.
5231 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5233 * blt, iwidgets, mmalloc: Remove directories.
5235 2006-05-01 DJ Delorie <dj@redhat.com>
5237 * configure.in: Restore CFLAGS if GMP isn't present.
5238 * configure: Regenerate.
5240 2006-04-18 DJ Delorie <dj@redhat.com>
5242 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5243 reference libgloss so that libssp can be built in a combined
5245 * configure: Regenerate.
5247 2006-04-10 Ben Elliston <bje@au.ibm.com>
5249 * contrib: Remove directory.
5251 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5253 * Makefile.tpl: Add install-html target.
5254 * Makefile.def: Add install-html target.
5255 * Makefile.in: Regenerate.
5256 * configure.in: Add --with-datarootdir, --with-docdir,
5257 and --with-htmldir options.
5258 * configure: Regenerate.
5260 2006-03-31 Ben Elliston <bje@au.ibm.com>
5263 * configure.in: Require makeinfo 4.4 or higher.
5264 * configure: Regenerate.
5266 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5268 * Makefile.in: Regenerate.
5270 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5273 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5275 * configure.in: Handle --disable-<component> generically.
5276 * configure: Regenerate.
5278 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5280 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5281 (TARGET_CONFIGDIRS): Remove.
5282 * configure.in: Remove AC_SUBST(target_configdirs).
5283 * Makefile.in, configure: Regenerated.
5286 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5289 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5291 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5295 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5297 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5298 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5299 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5300 BUILD_PREFIX, BUILD_PREFIX_1.
5301 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5303 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5304 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5306 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5307 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5308 of `cat stage_current`. Always provide the `r' and `s' variables.
5309 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5310 a single shell execution.
5311 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5312 bootstrapped modules, make the stage1 module if the build was not
5313 started yet, else build the current stage.
5314 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5315 (all-build, all-host, all-target, [+make_target+]-host,
5316 [+make_target+]-target): Do not use \-continued lines.
5317 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5318 (current_stage, restrap, stage_last): New.
5320 * Makefile.in: Regenerate.
5321 * configure: Regenerate.
5323 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5327 2006-01-31 Richard Guenther <rguenther@suse.de>
5328 Paolo Bonzini <bonzini@gnu.org>
5330 * Makefile.def (target_modules): Add libgcc-math target module.
5331 * configure.in (target_libraries): Add libgcc-math target library.
5332 (--enable-libgcc-math): New configure switch.
5333 * Makefile.in: Re-generate.
5334 * configure: Re-generate.
5335 * libgcc-math: New toplevel directory.
5337 2006-01-18 Richard Henderson <rth@redhat.com>
5338 Jakub Jelinek <jakub@redhat.com>
5339 Diego Novillo <dnovillo@redhat.com>
5341 * libgomp: New directory.
5342 * Makefile.def: Add target_module libgomp.
5343 * Makefile.in: Regenerate.
5344 * configure.in (target_libraries): Add target-libgomp.
5345 * configure: Regenerate.
5347 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5348 Andreas Schwab <schwab@suse.de>
5350 * configure: Regenerate.
5352 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5354 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5355 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5356 the assembler, linker and binutils.
5357 * configure: Regenerate.
5359 2006-01-16 Nick Clifton <nickc@redhat.com>
5361 * config.sub, config.guess: Sync from config repository.
5363 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5365 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5366 @ from continuation.
5367 * Makefile.in: Rebuilt.
5369 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5373 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5377 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5378 * Makefile.tpl (OBJDUMP): New.
5379 (EXTRA_HOST_FLAGS): Add it.
5380 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5382 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5383 to use symbolic links between directories. Avoid race conditions
5384 or make them harmless.
5385 * configure.in: Do not try to use symbolic links between directories.
5387 * Makefile.def (LEAN): Pass.
5388 * Makefile.tpl (LEAN): Define.
5389 (stage[+id+]-start): Accept that the previous directory does not
5390 exist, if the bootstrap is lean.
5391 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5392 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5393 configure substitution.
5394 ([+compare-target+]): Likewise.
5395 ([+bootstrap-target+]-lean): New.
5396 * configure.in: Remove lean bootstrap support from here.
5398 * Makefile.in: Regenerate.
5399 * configure: Regenerate.
5401 2006-01-02 Andreas Schwab <schwab@suse.de>
5403 * configure.in: When reconfiguring remove Makefile in
5404 all stage directories.
5405 * configure: Regenerate.
5407 2005-12-27 Leif Ekblad <leif@rdos.net>
5409 * configure.in: Add support for RDOS target.
5410 * configure: Regenerate.
5412 2005-12-27 Nick Clifton <nickc@redhat.com>
5415 * libtool.m4: Synchronize with version in GCC sources.
5417 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5419 Revert Ada-related part of the previous change.
5421 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5423 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5424 * Makefile.in: Regenerate.
5425 * configure.in: Do not include mt-ppc-aix target fragment.
5426 * configure: Regenerate.
5428 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5430 * configure.in: Select appropriate fragments for PowerPC/AIX.
5431 * configure: Regenerate.
5433 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5434 BOOT_CFLAGS, BOOT_LDFLAGS.
5435 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5436 BOOT_CFLAGS, BOOT_LDFLAGS.
5437 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5438 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5439 (stage): Fail if we cannot complete the work.
5440 * Makefile.in: Regenerate.
5442 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5444 * COPYING.NEWLIB: Update copyright year for default
5447 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5449 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5450 install-host-nogcc): Don't invoke $(stage) at the end.
5451 * Makefile.in: Regenerate.
5453 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5455 * configure.in: Flip the top-level bootstrap switch.
5456 * configure: Regenerate.
5460 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5462 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5463 $(stage) and $(unstage).
5464 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5465 (all): Remove stray semicolon.
5466 (local-distclean): Don't handle multilib.tmp and multilib.out.
5467 (install.all): Set $s for consistency.
5468 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5469 check_multilibs setting. Always make the install directory.
5470 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5472 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5473 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5474 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5475 (multilib.out): Remove.
5476 * Makefile.in: Regenerated.
5478 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5480 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5481 * configure.in: Replace ms1 arch with mt.
5482 * configure: Rebuilt.
5484 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5488 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5490 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5491 * configure.in: Replace ms1 arch with mt.
5492 * configure: Rebuilt.
5494 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5498 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5500 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5501 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5502 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5503 Find in-tree tools if available.
5504 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5505 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5506 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5507 (COMPILER_*_FOR_TARGET): New.
5508 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5509 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5510 (CONFIGURED_*, USUAL_*): Remove.
5511 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5512 STRIP): Use autoconf substitutions.
5513 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5514 COMPILER_NM_FOR_TARGET): New.
5515 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5517 (all): Make all-host and all-target in parallel.
5518 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5519 that $$r and $$s are set before invoking a recursive make.
5520 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5521 ([+bootstrap-target+]): Inline most of the `all' target.
5523 2005-11-29 Ben Elliston <bje@au.ibm.com>
5525 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5526 from the gcc build directory.
5527 * Makefile.in: Regenerate.
5529 2005-11-29 Ben Elliston <bje@au.ibm.com>
5531 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5532 depend on all-libdecnumber.
5533 * configure.in (host_libs): Include libdecnumber.
5534 * Makefile.in: Regenerate.
5535 * configure: Likewise.
5537 2005-11-21 Kean Johnston <jkj@sco.com>
5539 * config.sub, config.guess: Sync from upstream sources.
5541 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5543 * Makefile.def: Remove gdb dependencies for gdbtk.
5544 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5545 (configure-gdb, install-gdb): New rules.
5546 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5547 * Makefile.in, configure: Regenerated.
5549 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5552 * Makefile.tpl (do-[+make-target+], do-check, install,
5553 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5554 are set before recursing.
5555 * Makefile.in: Regenerate.
5557 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5560 * Makefile.def (gcc) <target>: Fix thinko.
5561 * Makefile.in: Regenerate.
5563 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5565 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5566 * configure: Regenerate.
5568 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5570 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5571 target-libffi, target-qthreads, target-libjava, and
5573 * configure: Regenerate.
5575 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5577 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5578 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5579 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5580 (USUAL_OBJDUMP_FOR_TARGET): New.
5581 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5582 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5583 * configure, Makefile.in: Regenerated.
5585 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5587 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5588 before other host packages.
5590 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5594 * configure.in (default_target): Remove.
5595 * Makefile.tpl (all): Do not use prerequisites as subroutines
5596 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5597 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5598 use prerequisites as subroutines.
5599 (check-host, check-target): New.
5600 (bootstrap configure & all targets): Do not use stage*-start
5601 if the directory layout is already ok.
5602 (non-bootstrap configure & all targets): Prepend a $(unstage).
5603 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5604 (NOTPARALLEL): Remove.
5605 (unstage, stage variables): New variables.
5606 (unstage, stage targets): Simply expand to those variables.
5608 * configure: Regenerate.
5609 * Makefile.in: Regenerate.
5611 2005-10-04 James E Wilson <wilson@specifix.com>
5613 * Makefile.def (lang_env_dependencies): Add libmudflap.
5614 * Makefile.in: Regenerate.
5616 2005-10-03 Catherine Moore <clm@cm00re.com>
5618 * configure.in (bfin-*-*): Support bfin.
5619 * configure: Regenerated.
5621 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5623 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5624 * configure: Regenerated.
5626 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5628 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5629 (LIPO_FOR_TARGET): New.
5630 (CONFIGURED_LIPO_FOR_TARGET): New.
5631 (USUAL_LIPO_FOR_TARGET): New.
5632 (STRIP_FOR_TARGET): New.
5633 (CONFIGURED_STRIP_FOR_TARGET): New.
5634 (USUAL_STRIP_FOR_TARGET): New.
5635 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5637 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5638 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5639 * Makefile.in: Regenerate.
5640 * configure: Regenerate.
5642 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5644 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5645 (rs6000-*-aix*): Same.
5646 * configure: Regenerate.
5648 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5650 * configure.in: Recognize f95 in the --enable-languages option,
5651 and substitute it for fortran, issuing a warning.
5652 * configure: Regenerate.
5654 2005-09-07 Ben Elliston <bje@au.ibm.com>
5656 Import from Autoconf sources:
5658 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5659 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5660 Elliston. Handle weird characters correctly.
5662 2005-08-30 Phil Edwards <phil@codesourcery.com>
5664 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5665 * configure: Regenerated.
5667 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5669 * Makefile.def (libssp): Add to lang_env_dependencies.
5670 * Makefile.in: Regenerate.
5672 2005-08-17 Christian Groessler <chris@groessler.org>
5674 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5675 * Makefile.in: Regenerate.
5677 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5679 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5680 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5681 Look for alternate names of the target cc and c++
5682 * configure: Regenerate.
5684 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5686 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5687 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5688 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5689 tools; remove code to manually set them.
5690 (Target tools): Look in the environment for them.
5691 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5692 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5693 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5695 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5696 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5697 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5698 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5699 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5700 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5701 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5702 * configure: Regenerate.
5703 * Makefile.in: Regenerate.
5705 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5707 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5708 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5709 * Makefile.in: Regenerated.
5711 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5713 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5714 (CFLAGS_FOR_TARGET): Use it.
5715 (CXXFLAGS_FOR_TARGET): Likewise.
5716 * Makefile.in: Regenerated.
5717 * configure.in (--with-build-sysroot): New option.
5718 * configure: Regenerated.
5720 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5722 * Makefile.tpl: Wrap install between unstage and stage
5723 * Makefile.in: Regenerate.
5725 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5727 * all files: Update FSF address.
5729 2005-07-14 Jim Blandy <jimb@redhat.com>
5731 * configure.in: Add cases for Renesas m32c.
5732 * configure: Regenerated.
5734 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5736 * COPYING, compile, config-ml.in, config.guess,
5737 config.sub, install-sh, missing, mkinstalldirs,
5738 symlink-tree, ylwrap: Sync from upstream sources.
5740 2005-07-13 Eric Christopher <echristo@redhat.com>
5742 * configure.in: Add toplevel noconfigdir support for tpf.
5743 * configure: Regenerate.
5745 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5747 * Makefile.def (target_modules): Add libssp.
5748 * configure.in (target_libraries): Add target-libssp.
5749 * configure: Rebuilt.
5750 * Makefile.in: Rebuilt.
5752 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5756 * Makefile.def: Sync with gcc.
5757 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5758 * Makefile.in: Regenerate.
5760 2005-07-07 Andreas Schwab <schwab@suse.de>
5762 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5763 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5764 * Makefile.in: Regenerated.
5766 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5768 * configure.in: Add --enable-libssp and --disable-libssp.
5769 * configure: Regenerate with autoconf-2.13.
5771 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5773 * configure.in: Don't build sim or rda when targetting darwin.
5774 * configure: Regenerate.
5776 2005-07-04 Ben Elliston <bje@gnu.org>
5778 * src-release (do-proto-toplev): Remove dejagnu bits.
5779 (DEJAGNU_SUPPORT_DIRS): Remove.
5780 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5781 (GDBD_SUPPORT_DIRS): Likewise.
5782 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5783 (INSIGHTD_SUPPORT_DIRS): Likewise.
5784 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5786 2005-06-30 Ben Elliston <bje@gnu.org>
5788 * setup.com (mpw): Remove unused directive.
5790 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5792 * Makefile.def (stagefeedback): Come after profile.
5793 Define profiledbootstrap target.
5794 * Makefile.tpl (profiledbootstrap): Remove.
5795 (stageprofile-end): Zap stagefeedback.
5796 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5797 * Makefile.in: Regenerate.
5799 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5801 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5802 In 'cpp' stanza, support '#line' as well as '# '.
5804 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5806 * configure.in (unsupported_languages): New macro.
5807 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5808 non-ported target libraries in noconfigdirs.
5809 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5810 non-linux-gnu. Remove libgcj_ex_libffi.
5811 <lang_frag loop>: Set add_this_lang=no if the language is in
5812 unsupported_languages.
5813 * configure: Regenerate.
5815 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5817 * configure.in: Fix typo in handling of --with-mpfr-dir.
5818 * configure: Regenerate.
5820 2005-06-02 Jim Blandy <jimb@redhat.com>
5822 * config.sub: Add cases for the Renesas m32c. (This patch has been
5823 accepted into the master sources.)
5825 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5826 Michael Snyder <msnyder@redhat.com>
5827 Stan Cox <scox@redhat.com>
5829 * configure.in: Set noconfigdirs for ms1.
5831 * configure: Regenerate.
5833 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5835 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5836 (Dependencies): Consider target modules for bootstrap dependencies.
5837 Make target bootstrap modules depend on each stage's gcc.
5838 * Makefile.in: Regenerate.
5840 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5842 * Makefile.def (configure-gcc): Depend on binutils having been built.
5843 (all-gcc): No need to do it here.
5844 * Makefile.in: Regenerate.
5846 2005-05-19 Paul Brook <paul@codesourcery.com>
5848 * configure.in: Rewrite misleading error message when requested
5849 language cannot be built.
5850 * configure: Regenerate.
5852 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5854 * ylwrap: Import from Automake 1.9.5.
5856 2005-05-04 Mike Stump <mrs@apple.com>
5858 * configure.in: Always pass --target to target configures as
5859 otherwise rebuilds that do --recheck will fail.
5860 * configure: Rebuilt.
5862 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5864 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5866 (configure, all): Add bootstrap support.
5867 (Host modules, target modules): Pass post-stage1 flags and exports.
5868 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5869 * Makefile.in: Regenerate.
5871 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5875 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5877 * config.sub: Update from master copy.
5879 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5881 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5882 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5883 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5884 "*-*-elf" and "*-*-linux*".
5885 * configure: Regenerate.
5887 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5889 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5890 (TARGET_CONFIGARGS): Include --with-target-subdir.
5891 (configure, all): New macros. Use them throughout.
5893 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5895 * Makefile.tpl: Sync with gcc.
5896 * Makefile.in: Regenerate.
5898 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5900 * config/mh-mingw32: Delete.
5901 * configure.in: Don't use it.
5902 * configure: Regenerate.
5904 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5906 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5907 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5908 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5909 (HOST_LIB_PATH): Generate from Makefile.def.
5910 (TARGET_LIB_PATH): Likewise.
5911 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5912 * Makefile.in: Regenerate.
5913 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5914 (RPATH_ENVVAR): Include Darwin case.
5915 * configure: Regenerate.
5917 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5919 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5920 * configure: Regenerate.
5922 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5924 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5925 gcc_version, and gcc_version_trigger from set of flags to pass.
5926 * Makefile.tpl: Remove definitions of above variables.
5927 (config.status): Remove dependency on $(gcc_version_trigger).
5928 * Makefile.in: Regenerate.
5929 * configure.in: Do not reference config/gcc-version.m4 nor
5930 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5931 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5932 * configure: Regenerate.
5934 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5935 Andrew Pinski <pinskia@physics.uc.edu>
5937 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5938 * Makefile.in: Regenerate.
5940 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5943 * ltmain.sh: Avoid creating archives with components that have
5944 duplicate basenames.
5946 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5949 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5951 * Makefile.in: Regenerate.
5953 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5957 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5960 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5961 * Makefile.tpl (HOST_SUBDIR): New substitution.
5962 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5963 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5964 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5965 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5966 (Host modules, Bootstrapped modules): Use it.
5967 (Build modules, Target modules): Do not create symlink trees,
5968 always configure out-of-srcdir.
5969 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5970 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5971 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5972 $(HOST_SUBDIR). Create a symlink for host_subdir.
5974 * Makefile.in: Regenerate.
5975 * configure: Regenerate.
5977 Merged from libada-gnattools-branch:
5978 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5980 * Makefile.def: Add gnattools as a module, depending on target-libada.
5981 * Makefile.in: Regenerate.
5982 * configure.in: Include gnattools in host_tools; disable it if ada
5984 * configure: Regenerate.
5986 2005-02-23 Nick Clifton <nickc@redhat.com>
5988 * configure: Regenerate.
5990 2005-02-22 Paul Schlie <schlie@comcast.net>
5992 * configure.in: Allow darwin targeted ports to build tk, itcl and
5995 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5998 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5999 * configure: Regenerate.
6001 2005-02-08 Andrew Cagney <cagney@gnu.org>
6003 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
6004 gdb/ section. Update GDB's URL.
6006 2005-01-31 Andrew Cagney <cagney@gnu.org>
6008 * gettext.m4: Only set ENABLE_NLS when gettext is present.
6010 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6012 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6013 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6014 target-libgloss when not *-*-elf and *-*-aout.
6015 * configure: Regenerate.
6017 2005-01-27 Andrew Cagney <cagney@gnu.org>
6019 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
6021 2005-01-24 Andrew Cagney <cagney@gnu.org>
6023 * gettext.m4: Only fall back to ../intl/ when it's present.
6025 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6027 * install-sh, config.sub: Import from upstream.
6029 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6032 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6033 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6034 * Makefile.in: Regenerate.
6036 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6038 Revert 2004-12-28 Makefile changes, a better fix will be
6039 applied to mainline and src after GCC 4.0 branches.
6041 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6045 * Makefile.def (target_modules): Remove stage parameter,
6046 it is always true now.
6047 * Makefile.tpl (configure-build-[+module+],
6048 configure-target-[+module+]): Always build symlink tree
6049 for the directory and for include. BUILD_SUBDIR and
6050 TARGET_SUBDIR cannot be . anymore.
6051 * Makefile.in: Regenerate.
6053 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6055 Revert 2004-12-08 Makefile changes.
6057 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6059 * configure.in (sh64-*-*): Reenable gprof.
6060 * configure: Regenerate.
6062 2004-12-09 Jim Blandy <jimb@redhat.com>
6064 * MAINTAINERS: List 'depcomp' as part of automake.
6066 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6068 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6069 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6070 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6071 * Makefile.in: Regenerate.
6073 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6075 * Makefile.tpl: Generate normal dependencies if the LHS module is
6077 * Makefile.in: Regenerate.
6079 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6081 * configure.in: Include config/gxx-include-dir.m4. Use
6082 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6083 * configure: Regenerate.
6085 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6087 * config.if: Delete.
6088 * configure.in: Set libstdcxx_incdir directly.
6089 * configure: Regenerate.
6090 * MAINTAINERS: Remove mention of config.if.
6091 * src-release (DEVO_SUPPORT): Remove config.if.
6093 2004-12-02 Eric Christopher <echristo@redhat.com>
6095 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
6096 of things to remove.
6097 * Makefile.in: Regenerate.
6099 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6101 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6102 * configure: Regenerate.
6104 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6106 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6107 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6108 * configure: Regenerate.
6110 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6112 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6113 (hppa*64*-*-*): Delete incorrect comment.
6114 * configure: Rebuilt.
6116 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6118 * install-sh, compile: Import from automake.
6120 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6122 * config.guess, config.sub: Import from savannnah.
6124 2004-11-12 Mike Stump <mrs@apple.com>
6126 * Makefile.def: Add html support.
6127 * Makefile.tpl: Likewise.
6128 * Makefile.in: Regenerate.
6130 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6133 * configure.in: Remove all instances of build-fixincludes from
6135 (build_configargs): Supply --target to subdirectories.
6136 * configure: Regenerate.
6138 * Makefile.def: Make gcc install depend on fixincludes install.
6139 * Makefile.in: Regenerate.
6141 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6143 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6145 * configure: Regenerate.
6147 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6149 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6152 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6154 * Makefile.def (host fixincludes): Specify missing targets.
6155 * Makefile.in: Regenerate.
6157 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6160 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6161 * configure: Regenerated.
6163 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6165 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6166 * configure: Regenerated.
6168 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6171 * configure.in (case ${target}): Do not build fixincludes for avr.
6172 * configure: Regenerated.
6174 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6176 * configure.in (case ${target}): Do not build fixincludes
6177 on platforms where it is not used.
6178 * configure: Regenerated.
6180 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6182 * configure.in: Use an absolute path to install-sh.
6183 * configure: Regenerated.
6185 2004-10-19 Andrew Cagney <cagney@gnu.org>
6187 * src-release (do-djunpack, do-md5sum): Install the generated file
6188 directly into the proto-toplev/ directory.
6190 2004-10-19 Andrew Cagney <cagney@gnu.org>
6192 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6194 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6196 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6197 * configure: Regenerate.
6199 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6201 Fix wrong conflict resolution in:
6203 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6205 * Makefile.in: Regenerate.
6206 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6207 in the recursive `make', instead of hardwiring `all'.
6208 (Autogenerated TARGET-* variables): New.
6210 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6212 Merged from GCC / libtool upstream:
6213 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6214 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6215 * ltcf-cxx.sh (tpf*): Likewise.
6216 * ltconfig (tpf*): Add TPF OS configuration support.
6218 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6220 * configure.in: Enable target-libgloss for crx-*-*.
6221 * configure: Regenerate.
6223 2004-09-24 Michael Roth <mroth@nessie.de>
6225 * configure.in (--without-headers): Add missing double quotes.
6226 * configure: Regenerate.
6228 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6230 * ylwrap: Revert to previous version.
6232 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6235 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6236 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6237 SET_GCC_LIB_PATH_CMD.
6238 (BASE_TARGET_EXPORTS): Likewise.
6239 * Makefile.in: Regenerated.
6241 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6242 * configure: Regenerated.
6244 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6246 * config.guess: New upstream version
6247 * compile, depcomp, install-sh, ylwrap: Likewise.
6249 2004-09-19 Roger Sayle <roger@eyesopen.com>
6251 * config/mh-x86omitfp: New host makefile fragment. Add
6252 -fomit-frame-pointer to the default BOOT_CFLAGS.
6253 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6254 * configure: Regenerate.
6256 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6259 * configure.in (*-*-darwin*): Renable libobjc.
6260 * configure: Regenerate.
6262 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6264 * Makefile.def: Remove libbanshee.
6265 * Makefile.tpl: Ditto.
6266 * configure.in: Ditto.
6267 * Makefile.in: Regen.
6270 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6272 * missing: Import latest version from master repository.
6274 2004-09-04 Nick Clifton <nickc@redhat.com>
6276 * config.sub: Import latest version from master repository.
6277 * config.guess: Likewise.
6278 This includes these changes:
6280 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6282 * config.sub: Handle crisv32, alias etraxfs.
6283 * config.guess (crisv32:Linux:*:*): Handle.
6285 2004-08-13 Brad Smith <brad@comstyle.com>
6287 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6288 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6290 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6292 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6293 assume the processor is a powerpc. This is because coreutils
6294 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6295 in this case, due to a MacOS X bug that causes
6296 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6297 to return a negative number.
6298 Problem reported by Petter Reinholdtsen in:
6299 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6301 2004-07-19 Ben Elliston <bje@gnu.org>
6303 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6305 2004-06-24 Ben Elliston <bje@gnu.org>
6307 * config.guess: Update copyright years.
6308 * config.sub: Likewise.
6310 2004-06-22 Robert Millan <robertmh@gnu.org>
6312 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6313 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6315 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6317 * config.guess (*:*VMS:*:*): New entry. Replaces
6318 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6321 2004-06-22 Ben Elliston <bje@gnu.org>
6323 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6324 * config.sub: Likewise.
6326 2004-06-22 Ben Elliston <bje@gnu.org>
6328 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6329 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6331 2004-06-11 Ben Elliston <bje@gnu.org>
6333 * config.guess (pegasos:OpenBSD:*:*): Remove.
6335 2004-06-11 Ben Elliston <bje@gnu.org>
6337 From Wouter Verhelst <wouter@grep.be>:
6338 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6340 2004-06-11 Ben Elliston <bje@gnu.org>
6342 * config.guess (luna88k:OpenBSD:*:*): New.
6344 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6346 * config.guess (m32r*:Linux:*:*): New case.
6347 * config.sub: Handle m32rle.
6349 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6351 From Jens Petersen <petersen@redhat.com>:
6352 * config.sub: Handle sparcv8.
6354 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6356 From Tom Smith <smith@cag.lkg.hp.com>:
6357 * config.guess: Version suffixes are equally significant on Tru64
6358 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6359 prefix of "P" (patched kernel).
6361 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6363 * config.sub: Add support for National Semiconductor CRX target.
6365 2004-09-03 Jan Beulich <jbeulich@novell.com>
6367 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6368 *-*-netware, but add target-libmudflap.
6369 Consolidate *-*-netware targets (of which really only i?86 exists)
6370 into a single entry.
6371 * configure: Likewise.
6373 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6375 * Makefile.tpl (sorry): Remove.
6376 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6377 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6378 (do-clean): Clean per-stage directories too.
6379 (do-distclean): Run distclean-stage1 too.
6380 (.NOTPARALLEL): Enable during toplevel bootstrap.
6381 (stage[+id+]-bubble): Enable parallel execution during
6382 the recursive invocation.
6383 * Makefile.in: Regenerate.
6385 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6387 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6389 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6390 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6391 * configure: regenerate
6392 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6395 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6397 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6399 * configure.in: Fix indentation.
6400 * configure: Regenerate.
6402 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6404 * Makefile.def (build_modules): Add fixincludes.
6405 (dependencies): Make gcc depend on fixincludes.
6406 * configure.in (build_tools): Add fixincludes.
6407 (build_configdirs): Always include build_libs.
6408 * Makefile.in: Regenerate.
6409 * configure: Regenerate.
6411 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6413 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6414 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6415 phony targets; do not generate timestamp files.
6416 (distclean-stageN): Remove references to their timestamp files.
6417 (restageN, touch-stageN): Remove.
6418 (stageN-bubble): Rewritten.
6419 (compare): Support lean bootstraps.
6420 * Makefile.in: Regenerate.
6422 * configure.in: Only warn when bootstrapping but
6423 build != host or build != target. Support lean bootstraps.
6424 * configure: Regenerate.
6427 2004-08-26 Phil Edwards <phil@codesourcery.com>
6429 * configure.in: Give a better error message if GMP/MPFR are missing
6430 and a language needing them has been requested.
6431 * configure: Regenerated.
6433 2004-08-25 Phil Edwards <phil@codesourcery.com>
6435 * configure.in: Print a list of available language front-ends if
6436 a requested one is missing. Tidy stray tab characters.
6437 * configure: Regenerated.
6439 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6441 * Makefile.in: Regenerate.
6442 * configure: Regenerate.
6444 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6446 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6447 for bootstrapped modules if toplevel bootstrap is going.
6448 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6449 modules. Adjust for changes in Makefile.def. Enable several
6450 rules even in non-bootstrap mode, just to avoid peppering the
6451 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6452 (stage-[+prev+]-bubble): Remove.
6454 * Makefile.def (Dependencies): Depend on all-build-bison,
6455 all-build-flex, all-build-byacc, all-build-texinfo, rather
6456 than the host variations.
6457 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6459 (BISON): Update for recent Bisons.
6461 (cross): Depend on all-build.
6462 (all): Do not depend on all-build.
6463 (prebootstrap): Remove.
6464 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6465 (Prebootstrap dependencies): Add them to the per-stage targets
6466 and to all-prebootstrap.
6467 * configure.in (build_configdirs): Always enable build_tools.
6468 (BUILD_DIR_PREFIX): Remove.
6470 * Makefile.def (gcc): Add target variable.
6471 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6472 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6473 in the recursive `make', instead of hardwiring `all'.
6474 (Autogenerated TARGET-* variables): New.
6476 2004-08-17 Robert Millan <robertmh@gnu.org>
6478 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6479 (instead of FreeBSD).
6480 * configure: Regenerate.
6482 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6484 * Makefile.def, configure.in, src-release: Remove useless, bogus
6486 * Makefile.in, configure: Regenerate.
6488 * src-release: Stop distributing mmalloc with gdb (which doesn't
6490 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6491 * Makefile.in: Regenerate.
6493 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6495 * configure.in (arm*-*-eabi*): New target.
6496 * configure: Regenerate.
6498 2004-08-01 Robert Millan <robertmh@gnu.org>
6500 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6501 libmudflap for all GNU-based systems (with Glibc).
6502 * configure: Regenerate.
6504 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6506 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6507 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6508 (Dependencies): New section.
6509 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6510 (configure-target-[+module+]): Depend on maybe-all-gcc
6511 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6512 (toplevel profiledbootstrap): Fix dependencies.
6513 * Makefile.in: Regenerate.
6515 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6517 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6518 target-libiberty to noconfigdirs.
6520 2004-08-03 Paul Brook <paul@codesourcery.com>
6522 * configure.in: Check for MPFR as well as GMP.
6523 * configure: Regenerate.
6525 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6527 * Makefile.def (host-modules): Add gcc.
6528 * Makefile.in: Regenerate.
6529 * Makefile.tpl (sorry): New rule.
6530 (configure-host, all-host, [+make_target+]-host, do-check,
6531 install-host): Do not add gcc as a special case.
6532 (host modules): Add a small special-casing for gcc. Export
6533 extra_make_flags through the environment.
6534 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6535 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6536 other recursive targets for gcc): Remove.
6538 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6539 (stage, unstage): New rules.
6540 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6541 distclean-stage[+id+]): Use stage_current.
6542 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6543 the stage*-start rules.
6545 2004-07-19 Robert Millan <robertmh@gnu.org>
6549 2004-04-26 Robert Millan <robertmh@gnu.org>
6551 Add patches from libtool CVS.
6552 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6553 * ltconfig: Likewise.
6554 * ltcf-c.sh: Likewise.
6555 * ltcf-cxx.sh: Likewise.
6556 * ltcf-gcj.sh: Likewise.
6558 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6560 * configure.in: Add noconfigdirs for crx-*-*.
6561 * configure: Regenerate.
6563 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6567 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6569 * configure.in: Build libmudflap by default on FreeBSD.
6570 * configure: Regenerated.
6572 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6574 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6576 * configure: Regenerated.
6578 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6581 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6582 feedback based compiler.
6583 * Makefile.in: Rebuilt.
6585 2004-07-05 Phil Edwards <phil@codesourcery.com>
6587 * configure.in: Do not prepend $srcdir to /dev/null in
6589 * configure: Regenerate.
6591 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6593 * Makefile.def (host_modules): Set bootstrap=true for flex.
6594 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6595 * Makefile.in: Rebuilt.
6597 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6599 * Makefile.def (build_modules): Add bison, byacc, flex,
6601 (flags_to_pass): Add FLEX.
6602 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6603 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6604 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6605 DEFAULT_MAKEINFO): Remove.
6606 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6607 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6608 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6609 objdir or else use configured tool.
6611 (all): Depend on it.
6612 (Build module dependencies): Add.
6613 * Makefile.in: Regenerate.
6614 * configure.in: Better support for multiple build modules,
6615 matching what is done for host/target modules. Do not look
6616 for "plausible" locations of build tools if Canadian cross.
6617 Use autoconf's AC_PROG_CC to find a C compiler. Define
6618 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6619 * configure: Regenerate.
6621 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6623 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6624 * Makefile.in: Regenerate.
6626 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6628 * Makefile.tpl (configure-build-[+module+],
6629 configure-[+module+], configure-target-[+module+]): Pass
6630 [+extra_configure_args+].
6631 (all-build-[+module+], all-[+module+], check-[+module+],
6632 install-[+module+], [+make_target+]-[+module+],
6633 all-target-[+module+], check-target-[+module+],
6634 install-target-[+module+], [+make_target+]-target-[+module+]):
6635 Pass [+extra_make_args+].
6636 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6637 (GCC_HOST_EXPORTS): Remove.
6638 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6639 cross, check-gcc, check-gcc-c++, install-gcc,
6640 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6641 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6642 * Makefile.in: Regenerate.
6644 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6646 * configure.in: Check for srcdir/winsup rather than build directory
6648 * configure: Regenerate.
6650 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6652 * configure.in: Don't build Cygwin native newlib if winsup
6653 directory is missing. Emit warning instead.
6654 * configure: Regenerate.
6656 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6658 * Makefile.tpl (touch-stage[+id+]): New.
6659 (restage[+prev+]): Depend on touch-stage[+id+].
6661 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6664 * Makefile.def: Add profile and feedback bootstrap stages.
6665 Remove next field from bootstrap stages.
6666 * Makefile.tpl (LN, LN_S): Substitute.
6667 (stageN-start, stageN-end): Use double-colon rules, to
6668 provide a hook for additional setup commands.
6669 (distclean-stageN-gcc, restageN): Create dependencies from
6670 [+prev+], not from [+next+].
6671 (stageN-bubble): Add commands for successive stages from
6672 [+prev+], using double-colon rules.
6673 (all-stageN-gcc): Fix typo.
6674 (stagefeedback-start, profiledbootstrap): New.
6675 * Makefile.in: Regenerate.
6676 * configure.in: Call ACX_PROG_LN.
6677 * configure: Regenerate.
6679 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6681 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6683 * configure: Regenerate.
6685 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6687 * Makefile.tpl: Fix typo.
6688 * Makefile.in: Regenerate.
6690 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6692 * configure.in: Remove new- prefix from toplevel
6694 * configure: Regenerate.
6696 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6698 Merge this patch from the gcc tree:
6700 2004-05-30 Andreas Jaeger <aj@suse.de>
6701 Jim Wilson <wilson@specifixinc.com>
6703 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6706 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6708 * Makefile.tpl (all.normal): Rename to all.
6709 (all): Replace with a rule to pick the default
6710 target from configure.
6711 (all-gcc, configure-gcc): Use conditionals to
6712 do nothing when toplevel bootstrap is going on.
6713 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6714 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6715 * configure.in: Support --enable-bootstrap.
6717 * Makefile.def: Remove new- prefix from toplevel
6719 * Makefile.tpl: Likewise.
6721 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6724 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6725 $(RECURSE_FLAGS) to recursive invocation of make.
6727 * Makefile.in: Regenerate.
6728 * configure: Regenerate.
6730 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6732 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6733 * configure: Regenerate.
6735 2004-05-25 Daniel Jacobowitz <drow@false.org>
6737 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6738 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6739 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6741 * Makefile.in: Regenerate.
6743 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6745 * configure.in: Test the ability to symlink directories.
6746 * configure: Regenerate.
6748 * Makefile.def (bootstrap-stage): New definitions.
6749 * Makefile.tpl (configure-stage1-gcc,
6750 configure-stage2-gcc, configure-stage3-gcc,
6751 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6752 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6753 new-restage3, compare): Autogenerate, see Makefile.in
6754 entry for behavioral changes.
6755 (distclean-stage1, new-stage1-start, new-stage1-end,
6756 new-stage1-bubble, distclean-stage2, new-stage2-start,
6757 new-stage2-end, new-stage2-bubble, distclean-stage3,
6758 new-stage3-start, new-stage3-end): New autogenerated targets.
6759 (objext, prebootstrap, BOOT_CFLAGS,
6760 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6763 * Makefile.in: Regenerate.
6764 (distclean-stage1, new-stage1-start, new-stage1-end,
6765 new-stage1-bubble, distclean-stage2, new-stage2-start,
6766 new-stage2-end, new-stage2-bubble, distclean-stage3,
6767 new-stage3-start, new-stage3-end): New targets.
6768 (all-stage1-gcc): Move prebootstrap dependency from here...
6769 (configure-stage1-gcc): ...to here.
6770 (new-bootstrap): Use bubble targets.
6771 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6772 Use per-stage distclean targets.
6773 (configure-stage1-gcc, configure-stage2-gcc,
6774 configure-stage3-gcc, all-stage1-gcc,
6775 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6776 Use new-stageN-start to prepare the tree.
6778 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6780 * Makefile.def (host_modules): add libcpp.
6781 * Makefile.tpl: Add dependencies on and for libcpp.
6782 * Makefile.in: Regenerate.
6783 * configure.in: Add libcpp host module.
6784 * configure: Regenerate.
6786 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6788 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6790 * configure, Makefile.in: Regenerate.
6792 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6794 Merge from tree-ssa-20020619-branch.
6796 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6797 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6798 (HOST_GMPLIBS): Define.
6799 (HOST_GMPINC): Define.
6800 (TARGET_LIB_PATH): Add libmudflap.
6801 (GFORTRAN_FOR_TARGET): Define.
6802 (configure-build*): Export GFORTRAN.
6803 (configure-gcc): Export GMPLIBS and GMPINC.
6804 (all-gcc): Add maybe-all-libbanshee.
6805 (configure-target-libgfortran): Define.
6806 * Makefile.in: Regenerate.
6807 * configure.in (host_libs): Add libbanshee.
6808 (target_libraries): Add target-libmudflap and target-libgfortran.
6809 Add --with-libbanshee.
6810 Handle --disable-libmudflap.
6811 (*-*-freebsd*): Use with_gmp.
6812 Add $(libgcj) to noconfigdirs.
6813 * configure: Regenerate.
6814 * depcomp: New file.
6815 * MAINTAINERS: Add tree-ssa maintainers.
6817 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6819 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6820 * configure: Regenerate.
6822 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6825 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6827 * Makefile.def (flags_to_pass): Remove *dir variables that
6828 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6829 as well as prefix and exec_prefix.
6830 * Makefile.in: Regenerate.
6832 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6834 * Makefile.def (host_modules): Mark with the bootstrap
6835 flag packages on which gcc depends.
6836 * Makefile.tpl (all-bootstrap): Use it.
6837 * Makefile.in: Regenerate.
6839 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6841 * Makefile.def (flags_to_pass): Remove *dir variables that
6842 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6843 as well as prefix and exec_prefix.
6844 * Makefile.in: Regenerate.
6846 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6848 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6849 * configure: Regenerate.
6850 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6851 * gcc/Makefile.tpl (compare): Use the result of the test.
6852 * gcc/Makefile.in: Regenerate.
6854 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6856 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6857 Always relocate gcc and prev-gcc to the original names, even
6859 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6862 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6864 * configure.in (mips*-*-irix5*): Enable ld.
6865 * configure: Regenerate.
6867 2004-04-15 James E Wilson <wilson@specifixinc.com>
6869 * Makefile.tpl (configure-[+module+], configure-gcc,
6870 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6871 Set and export LDFLAGS.
6872 * Makefile.in: Regenerate.
6874 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6877 * Makefile.tpl: If we don't have built-in-tree target tools,
6878 use the ones found by configure rather than hacking around with
6879 program_transform_name.
6880 * configure.in: Give Makefile.tpl the information necessary
6882 * Makefile.in: Regenerate.
6883 * configure: Regenerate.
6885 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6888 * configure.in: When computing baseargs, strip *all* copies of
6889 offending options. Also, don't match/substitute the trailing space,
6890 so that this actually works when two similar options are separated by
6892 * configure: Regenerate.
6894 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6896 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6897 (rs6000-*-aix*): Same.
6898 * configure: Regenerate.
6900 2004-03-25 Stan Shebs <shebs@apple.com>
6902 Remove MPW support, no longer used.
6903 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6904 mpw-install: Remove files.
6905 * src-release (DEVO_SUPPORT): Remove names of removed files.
6906 * MAINTAINERS: Likewise.
6908 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6910 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6911 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6912 * Makefile.in: Regenerate.
6914 * configure.in (top level bootstrap support): Rework --enable-werror
6915 to set @stage2_werror_flag@.
6916 * configure: Regenerate.
6917 * Makefile.tpl (top level bootstrap support): Pass
6918 @stage2_werror_flag@ down to configure in stages 2 and 3.
6919 * Makefile.in: Regenerate.
6921 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6923 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6924 for stages 2 and 3 as well as in make. As a consequence, remove
6925 OUTPUT_OPTION (now detected by configure) from the flags passed down
6927 * Makefile.in: Regenerate.
6929 * Makefile.tpl (new-bootstrap): Fix typo.
6930 * Makefile.in: Regenerate.
6932 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6934 * Makefile.tpl: Rearrange by moving recursive_targets rules
6935 into their proper sections.
6936 * Makefile.tpl (top level bootstrap support): Move disabling
6937 of coverage flags from 'make' to 'configure'; improve comments.
6938 * Makefile.in: Regenerate.
6940 * Makefile.tpl (experimental top level bootstrap) Move stage1
6941 language setting from all- target to configure- target; disable
6942 intermodule optimization in stage 1; prevent gratuitous rebuilds
6944 * Makefile.in: Regenerate.
6945 * configure.in: Comma-separate stage 1 language list for top
6947 * configure: Regenerate.
6949 * Makefile.tpl: Clean up experimental top level bootstrap support:
6950 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6951 prev-gcc in configure- targets as well as all- targets.
6952 * Makefile.in: Regenerate.
6954 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6956 * configure.in: Remove symbolic link section.
6957 * configure: Regenerate.
6958 * Makefile.tpl (links): Remove.
6959 * Makefile.in: Regenerate.
6961 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6962 Nathanael Nerode <neroden@gcc.gnu.org>
6964 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6965 Set with AC_CHECK_PROGS.
6966 * configure.in: Fix comment typo from last patch.
6967 * configure: Regenerate.
6969 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6971 * Makefile.tpl: Introduce experimental top level bootstrap support.
6972 * Makefile.in: Regenerate.
6973 * configure.in: Introduce support for top level bootstrap.
6974 * configure: Regenerate.
6976 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6977 Paolo Bonzini <bonzini@gnu.org>
6980 * configure.in: Cope with shells that do not support unquoted ^
6981 * configure: Regenerate.
6983 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6984 Paolo Bonzini <bonzini@gnu.org>
6987 * configure.in: Cope with shell that do not support nesting
6988 quotes inside quoted backquote substitutions.
6989 * configure: Regenerate.
6991 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6994 * configure.in: Fix escaping of $.
6995 * configure: Regenerate.
6997 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6999 * configure: Regenerate.
7001 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
7004 Move language detection to the top level.
7005 * configure.in: Find default values for the tools as
7006 soon as possible. Disable ada if GNAT is not found.
7007 Emit error message about missing languages. Expand
7008 --enable-languages=all for the gcc subdirectory.
7010 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7012 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7014 * configure: Regenerated.
7016 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7019 * Makefile.tpl: Guard XFOO sed statements better.
7020 * Makefile.tpl: Add dependency for configure-target-libada.
7021 * Makefile.in: Regenerate (incidentally fixes broken
7022 commit when libada-branch was merged).
7024 2004-02-28 Andrew Cagney <cagney@redhat.com>
7026 * src-release (CVS_NAMES): Define.
7027 (do-tar, do-tar): Prune $(CVS_NAMES).
7029 2004-02-23 Andrew Cagney <cagney@redhat.com>
7031 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
7034 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7037 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7039 2004-02-19 Andrew Cagney <cagney@redhat.com>
7041 * config.guess: Update from version 2003-06-12 to 2004-02-16.
7042 * config.sub: Update from version 2003-06-13 to 2004-02-16.
7044 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7046 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7047 (rs6000-*-aix*): Same.
7048 * configure: Regenerate.
7050 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7052 * configure.in (host): Add in missing $noconfigdirs to defines.
7053 * configure: Regenerate.
7055 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7056 Nathanael Nerode <neroden@gcc.gnu.org>
7058 PR ada/6637, PR ada/5911
7059 Merge with libada-branch:
7060 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7061 with appropriate dependencies. Add --enable-libada configure switch.
7062 * configure, Makefile.in: Regenerate.
7064 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7066 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7067 * configure: Regenerate.
7069 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7071 * COPYING.NEWLIB: Update Red Hat license to 2004.
7073 2004-01-23 DJ Delorie <dj@redhat.com>
7075 * Makefile.def (target_modules) [libiberty]: Don't stage.
7076 * Makefile.in: Rebuilt.
7078 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
7080 * COPYING.NEWLIB: Update to include copyrights for new
7083 2004-01-15 Andrew Cagney <cagney@redhat.com>
7085 * src-release: Update copyright year.
7086 (do-proto-toplev): Configure using i686-pc-linux-gnu.
7087 (NEWLIB_SUPPORT_DIRS): Delete macro.
7088 (newlib.tar.bz2): Delete rule.
7090 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7092 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7093 * Makefile.tpl (configure-target-[+module+]): Support stage.
7094 * Makefile.in: Rebuilt.
7096 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7098 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
7101 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7103 * configure.in: Use ./config.cache, not config.cache.
7104 * configure: Regenerate.
7105 * Makefile.tpl: Special-casing not needed for GCC any more.
7106 * Makefile.in: Regenerate.
7108 * configure.in: Don't share a cache file for host dirs.
7109 * configure: Regenerate.
7111 * config-ml.in: Don't mess with the cache file.
7113 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7115 * Makefile.tpl: Make GCC use a separate config.cache.
7116 * Makefile.in: Regenerate.
7118 PR bootstrap/11932, PR bootstrap/11933
7119 (I don't know if it will fix either of them, but it relates
7121 * configure.in: Don't use shared config.cache for target
7123 * configure: Regenerate.
7125 2003-12-31 Roger Sayle <roger@eyesopen.com>
7127 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7128 * configure: Regenerated.
7130 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7132 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7133 * configure: Regenerated.
7135 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7137 Port change over from GCC:
7138 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7139 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7140 (configure-build-[+module+], configure-[+module+]): Likewise.
7141 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7142 * Makefile.in: Regenerate.
7144 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7146 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7147 * configure: Regenerate.
7149 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7151 * COPYING.NEWLIB: Add license info for long long routines added to
7154 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7156 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7157 * Makefile.in: Regenerate.
7159 2003-10-20 Phil Edwards <phil@codesourcery.com>
7161 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7162 * configure: Regenerate.
7164 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7166 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7168 * Makefile.in: Regenerate.
7170 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7172 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7173 * configure: Rebuilt
7174 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7175 * Makefile.in: Rebuilt
7177 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7179 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7181 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7183 * config-ml.in: Use ac_configure_args directly instead of
7184 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7187 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7189 * config-ml.in: Propagate INSTALL variables.
7191 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7193 * configure.in: Pass a computed --program-transform-name
7195 * configure: Regenerated.
7197 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7199 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7200 * Makefile.in: Regenerate.
7202 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7203 * Makefile.in: Regenerate.
7205 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7207 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7209 * configure: Regenerated.
7211 2003-09-12 Michael Chastain <mec@shout.net>
7214 * src-release (do-proto-topleve): Remove junk files
7215 intl/config.cache, intl/config.status,
7216 intl/config.h, intl/stamp-h.
7218 2003-09-14 Andrew Cagney <cagney@redhat.com>
7220 * src-release (dejagnu.tar): New target.
7221 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7222 (do-djunpack): Use $(PACKAGE) for the package name.
7224 2003-09-04 DJ Delorie <dj@redhat.com>
7226 * configure: Regenerate.
7228 2003-09-04 Robert Millan <robertmh@gnu.org>
7230 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7232 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7234 * configure.in: Ensure arguments to sed are properly spaced.
7235 * configure: Regenerate.
7237 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7240 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7241 * install-sh: Update to newer upstream versions (associated with
7243 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7245 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7247 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7248 * configure: Regenerated.
7250 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7252 * configure.in: Use newline instead of semicolon when assuming
7253 shell arguments in a for loop.
7254 * configure: Regenerated.
7256 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7259 * configure.in: When testing with_libs and with_headers, treat
7260 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7261 * configure: Regenerate.
7263 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7265 (baseargs): Likewise.
7266 * configure: Regenerate.
7268 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7270 * configure.in: Disable libgcj for darwin not on powerpc.
7271 * configure: Rebuild.
7273 2003-08-15 Michael Chastain <mec@shout.net>
7275 * src-release (do-proto-toplev): Remove junk files
7276 dejagnu/example/calc/config.status,
7277 dejagnu/example/calc/config.log.
7279 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7281 * config-ml.in, symlink-tree: Add license.
7283 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7287 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7288 * Makefile.tpl (check, check-c++): Express dependencies using
7289 dependencies rather than commands.
7290 * Makefile.in: Regenerate.
7292 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7293 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7294 * Makefile.in: Update.
7296 2003-08-01 Andrew Cagney <cagney@redhat.com>
7298 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7301 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7303 * configure.in: Enable libgcj for darwin.
7304 * configure: Rebuild.
7306 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7308 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7310 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7312 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7313 creating target and build subdirs to build all parent dirs as needed.
7314 * Makefile.in: Rebuild.
7315 * configure.in: Don't build dirs explicitly here.
7316 * configure: Rebuild.
7318 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7320 * Makefile.tpl (all-make): Depend on intl.
7321 * Makefile.in: Rebuilt.
7323 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7325 * config.if: Remove unused libc_interface determination.
7327 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7329 * Makefile.in: Regenerate, correctly this time.
7331 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7333 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7334 unused INSTALL_PROGRAM_ARGS.
7335 * configure.in: Use AC_PROG_INSTALL.
7336 * Makefile.in: Regenerate.
7337 * configure: Regenerate.
7339 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7341 * configure: Rebuilt.
7342 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7343 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7344 newlib nor libgloss.
7345 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7346 * configure.in (am33_2.0-*-linux*): Added.
7348 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7350 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7351 * configure: Regenerate.
7353 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7355 * config-ml.in: Replace PWD with PWD_COMMAND.
7356 * Makefile.tpl: Likewise.
7357 * Makefile.in: Regenerated.
7359 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7361 * configure.in: Clean up config-lang.in handling. Delete
7362 useless assignment to "subdirs".
7363 * configure: Regenerate.
7365 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7367 * configure.in: Rename 'target_libs' to 'target_libraries'.
7368 Remove useless reference to 'target_libs'.
7369 * configure: Regenerate.
7371 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7373 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7374 * Makefile.in: Regenerate.
7376 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7378 * Makefile.def: Introduce flags_to_pass.
7379 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7380 * Makefile.in: Regenerate.
7382 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7384 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7385 and target-libgloss.
7386 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7387 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7388 * configure: Regenerate.
7390 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7392 * configure.in: Update testsuite_flags to new location.
7393 * configure. Regenerate.
7395 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7397 * Makefile.tpl: Remove BUILD_CC stuff.
7398 * Makefile.in: Regenerate.
7400 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7402 * config.guess: Update to 2003-06-12 version.
7403 * config.sub: Update to 2003-06-13 version.
7405 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7407 * MAINTAINERS: Add myself as MIPS co-maintainer.
7409 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7411 * config.guess: Update to 2003-06-06 version.
7412 * config.sub: Update to 2003-06-06 version.
7414 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7416 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7417 * configure. Regenerate.
7419 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7421 * configure.in: Disable serial configure by default.
7422 * configure: Regenerate.
7423 * Makefile.tpl: Abolish .NOTPARALLEL.
7424 * Makefile.in: Regenerate.
7426 * Makefile.tpl: Replace {build,host,target}_canonical by
7427 {build,host,target}.
7428 * Makefile.in: Regenerate.
7430 * Makefile.tpl: Fix stupid pasto.
7431 * Makefile.in: Regenerate.
7433 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7435 * Makefile.tpl: Remove bogus conditional.
7436 * Makefile.in: Regenerate.
7438 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7440 * Makefile.tpl: Make 'recursive targets' using autogen rather
7441 than shell loop. Remove duplicate 'clean' targets and false
7443 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7444 Add systematic method of specifying missing targets in subdirs.
7445 Add copyright boilerplate.
7446 * Makefile.in: Regenerate.
7447 * configure.in: Add 'recursive targets' to maybe list.
7448 * configure: Regenerate.
7450 * Makefile.tpl: Rename [+target+] to [+make_target+].
7451 * Makefile.def: Rename 'target' to 'make_target'.
7453 2003-05-30 Nick Clifton <nickc@redhat.com>
7455 * README-maintainer-mode: Update URL for locating blessed config
7458 2003-05-29 Robert Millan <rmh@debian.org>
7460 * ltconfig: Import this patch and modify for use with current
7461 version of ltconfig:
7463 2003-05-21 Bruno Haible <bruno@clisp.org>
7465 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7468 2003-05-28 DJ Delorie <dj@redhat.com>
7470 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7471 * Makefile.in: Regenerate.
7473 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7475 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7477 2003-05-21 DJ Delorie <dj@redhat.com>
7479 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7481 * Makefile.in: Regenerate.
7483 2003-05-21 DJ Delorie <dj@redhat.com>
7485 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7486 * Makefile.in: Regenerate.
7488 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7490 * configure.in: Use curly braces in the definition of tooldir.
7491 * configure: Regenerate.
7493 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7495 * configure.in: Switch more things to use maybe dependencies.
7496 * Makefile.tpl: Switch more things to use maybe dependencies.
7497 Factor out common code from autogen IF statements.
7498 * configure: Regenerate.
7499 * Makefile.in: Regenerate.
7501 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7503 * configure.in: Accept i[3456789]86 for machine type.
7504 * configure: Regenerate.
7506 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7508 * configure.in: Switch more things to use maybe dependencies.
7509 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7510 * configure: Regenerate.
7511 * Makefile.tpl: Switch more things to use maybe dependencies.
7512 * Makefile.in: Regenerate.
7514 2003-05-16 Andreas Schwab <schwab@suse.de>
7516 * Makefile.tpl (install-opcodes): Define.
7517 * Makefile.in: Rebuild.
7519 2003-05-13 Andreas Jaeger <aj@suse.de>
7521 * config.guess: Update to 2003-05-09 version.
7522 * config.sub: Update to 2003-05-09 version.
7524 2003-05-13 Michael Eager <eager@mvista.com>
7526 * configure.in: Correct sed script so that options in quotes are not
7528 * configure: Rebuild.
7530 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7532 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7533 and $$s/newlib/libc/sys/cygwin32 include paths.
7536 2003-05-05 H.J. Lu <hjl@gnu.org>
7538 * config-ml.in: Restored from gcc repository.
7540 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7542 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7543 * Makefile.in: Regenerate.
7545 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7547 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7550 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7552 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7553 * Makefile.in: Regenerated.
7555 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7557 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7558 * Makefile.in: Regenerate.
7560 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7562 * configure.in (powerpc64*-*-linux*): Remove.
7563 * configure: Rebuilt.
7565 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7567 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7568 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7570 * Makefile.in: Regenerate.
7572 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7574 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7575 * configure: Regenerated.
7577 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7579 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7580 * */configure: Rebuilt.
7582 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7584 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7585 * Makefile.in: Regenerate.
7587 2003-03-14 Michael Chastain <mec@shout.net>
7589 * Makefile.in: Regenerate with correct Makefile.def.
7591 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7593 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7595 * Makefile.in: Regenerate.
7596 * configure.in: Clean up gxx_include_dir logic.
7597 * configure: Regenerate.
7599 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7601 * configure.in (gxx_include_dir): Fix typo.
7602 * configure: Regenerated.
7604 2003-03-06 Andrew Cagney <cagney@redhat.com>
7606 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7608 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7610 * configure.in: Include $(build_tooldir)/sys-include in
7612 * configure: Regenerated.
7614 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7616 * Makefile.tpl: Reindent.
7617 * Makefile.in: Regenerate.
7618 * configure.in: Reindent. Don't set unused variables.
7619 * configure: Regenerate.
7621 * Makefile.tpl: Always pass down RANLIB.
7622 * Makefile.in: Regenerate.
7624 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7625 * Makefile.in: Regenerate.
7626 * configure.in: Remove unused logic relating to --enable-shared
7627 and --enable-threads. Remove bogus comments. Remove redundant
7629 * configure: Regenerate.
7631 * configure.in: Replace ${libstdcxx_version} by its value.
7632 Remove reference to mh-dgux.
7633 * configure: Regenerate.
7635 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7637 * Makefile.tpl: Rearrange.
7638 * Makefile.in: Regenerate.
7640 2003-02-25 Nick Clifton <nickc@redhat.com>
7642 * configure: Remove site-file supprot - it is obsolete.
7644 2003-02-24 Uwe Stieber <uwe@wwws.de>
7646 * configure.in: Add support for kaOS as cross build target system.
7647 * configure: Regenerated.
7649 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7651 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7652 configure-target-* as some target builds may require additional
7653 flags for preprocessor tests.
7654 * Makefile.in: Regenerated.
7656 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7658 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7659 * ltconfig: Handle it.
7660 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7663 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7665 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7666 it is used as argument to $CC.
7667 * ltcf-gcj.sh: Likewise.
7669 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7671 * configure.in: Introduce --enable-maintainer-mode.
7672 * configure: Rebuilt.
7673 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7674 for maintainer mode.
7675 * Makefile.in: Rebuilt.
7677 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7679 * configure: Regenerate using autoconf 2.13.
7681 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7683 * config.guess: Import latest version.
7684 * config.sub: Import latest version.
7686 2003-02-18 Jason Merrill <jason@redhat.com>
7688 * Makefile.tpl (check-c++): Allow parallelism.
7690 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7692 * configure: Regenerate using autoconf 000227.
7694 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7696 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7697 don't configure target-libobjc.
7698 * configure: Regenerate.
7700 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7702 * Makefile.tpl (RANLIB): Define.
7703 * Makefile.in: Regenerate.
7705 2003-02-06 Keith R Seitz <keiths@redhat.com>
7707 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7708 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7709 * Makefile.in: Regenerated.
7710 * configure.in: Remove all traces of snavigator, db, and grep.
7711 * configure: Regenerated.
7713 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7715 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7716 * Makefile.in: Regenerated.
7718 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7720 * config.if: Copy from GCC.
7722 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7724 * configure.in: Revert 24Jan change.
7725 * configure: Regenerate.
7727 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7729 * configure.in: Revert previous change.
7730 * configure: Regenerate.
7732 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7734 * configure.in: Make rda native-only.
7735 * configure: Regenerate.
7737 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7739 * configure.in: Add missing \.
7740 * configure: Rebuilt.
7742 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7744 * configure.in (baseargs): Avoid using \| in sed regular
7746 * configure: Rebuilt.
7748 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7750 * configure.in (baseargs): Remove all supported forms of
7751 --cache-file, --srcdir, --host, --build and --target options
7752 from argument lists.
7753 * configure: Rebuilt.
7755 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7757 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7758 * configure: Rebuilt.
7760 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7762 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7763 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7764 * Makefile.in: Regenerate.
7765 * configure: Regenerate.
7767 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7769 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7770 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7771 * Makefile.in: Regenerate.
7773 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7775 * configure.in: Remove Makefile in build, host and target modules
7776 unless configure was run with --no-recursion.
7777 * configure: Rebuilt.
7779 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7781 * config.guess: Update to 2003-01-03 version.
7782 * config.sub: Update to 2003-01-03 version.
7784 2003-01-07 Christopher Faylor <cgf@redhat.com>
7786 * configure: Regenerate with proper autoconf 2.13.
7788 2003-01-07 Christopher Faylor <cgf@redhat.com>
7790 * configure.in: Add AC_PREREQ for consistency.
7791 * configure: Regenerate.
7793 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7795 * configure.in (GDB_TK): Add tcl directories conditional on
7796 gdb/gdbtk directory being present.
7797 * configure: Regenerate.
7799 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7801 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7802 by gcc if LD is not defined and we are not doing a Canadian Cross.
7803 * configure: Rebuilt.
7805 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7807 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7809 2002-12-31 Tom Tromey <tromey@redhat.com>
7811 * Makefile.in: Rebuilt.
7812 * Makefile.def (target_modules) [libffi]: Allow installation.
7814 2002-12-31 Andreas Schwab <schwab@suse.de>
7816 * configure.in: Fix use of $program_transform_name.
7817 * configure: Regenerated.
7819 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7821 * configure.in (baseargs): Don't remove first configure argument.
7822 * configure: Regenerated.
7824 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7826 * Makefile.tpl (local-distclean): Don't remove...
7827 (multilib.ts): ... this. Moved into...
7828 (multilib.out): ... this. Don't use sub-make.
7829 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7830 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7831 (configure-build-[+module+], configure-[+module+],
7832 configure-target-[+module+], configure-gcc): ... these. Test
7833 for Makefile existence. Drop config.status from dependencies.
7834 * Makefile.in: Rebuilt.
7835 * configure.in: Move gcc-version-trigger to the end of
7836 ac_configure_args. Add comments to maybedep.tmp and
7837 serdep.tmp. Introduce --disable-serial-configure. Remove
7838 nonopt from baseargs, matching and removing corresponding
7839 whitespace while at it.
7840 * configure: Rebuilt.
7842 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7844 * configure.in (host_configargs): Replace reference to
7845 no-longer-defined buildopts with --build=${build_alias}.
7846 * configure: Rebuilt.
7848 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7850 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7851 program_transform_name to standard idiom.
7852 (AUTOGEN, AUTOCONF): Define.
7853 (Makefile.in): Use $(AUTOGEN).
7854 (Makefile): Depend on config.status, and use autoconf-style rule to
7855 build it. Move original commands to...
7856 (config.status): ... this new target.
7857 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7859 * Makefile.in: Rebuilt.
7861 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7863 * Makefile.tpl: Fix dramatic bustage due to change in
7864 program_transform_name.
7865 * Makefile.in: Regenerate.
7867 * configure.in: Remove unnecessary PATH setting.
7868 * configure: Regnerate.
7870 * configure.in: Don't default to unprefixed tools unless
7871 the native tools will work.
7872 * configure: Regenerate.
7874 * configure.in: Convert to autoconf script. Blow away lots
7875 of now-redundant Makefile fragments.
7876 * configure: Generate using Autoconf.
7877 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7878 * Makefile.in: Regenerate.
7880 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7882 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7883 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7885 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7888 2002-12-24 Andreas Schwab <schwab@suse.de>
7890 * Makefile.tpl (multilib.out): Fix missing space.
7891 * Makefile.in: Regenerate.
7893 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7895 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7896 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7897 * Makefile.in: Regenerate.
7898 * configure.in: Remove unnecessary leftovers.
7900 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7902 * configure.in (extra_ranlibflags_for_target): New variable.
7903 (*-*-darwin): Add -c to ranlib commands.
7904 * configure (tooldir): Handle extra_ranlibflags_for_target.
7906 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7908 * COPYING.NEWLIB: Updated.
7909 * COPYING.LIBGLOSS: Ditto.
7911 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7913 * Makefile.tpl: Revert HJL's change.
7914 * Makefile.in: Regenerated.
7915 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7918 2002-12-19 Andreas Schwab <schwab@suse.de>
7920 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7921 * Makefile.in: Regenerate.
7923 2002-12-18 H.J. Lu <hjl@gnu.org>
7925 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7926 * Makefile.in: Regenerated.
7928 * configure.in (build_prefix): New. Substitute.
7930 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7932 * Makefile.tpl: Don't let real targets depend on phony targets.
7933 * Makefile.in: Regenerate.
7935 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7936 * Makefile.in: Regenerate.
7938 2002-12-16 Jason Merrill <jason@redhat.com>
7940 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7941 previous 'make bootstrap'.
7942 * Makefile.in: Regenerate.
7944 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7946 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7948 2002-12-13 Jason Merrill <jason@redhat.com>
7950 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7952 (check-c++): Just depend on it and check-target-libstdc++-v3.
7953 * Makefile.in: Regenerate.
7955 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7957 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7958 * Makefile.in: Regenerate.
7960 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7962 * COPYING.NEWLIB: Update list of alternate Regent of California
7963 licenses and discuss official revoking of advertising clause.
7964 * COPYING.LIBGLOSS: Ditto.
7966 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7968 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7969 * Makefile.in: Rebuilt.
7971 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7973 * configure: Fix bug put in by gremlins.
7975 * Makefile.tpl: Substitute more autoconfily.
7976 * configure: Substitute more autoconfily.
7977 * Makefile.in: Regenerate.
7979 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7981 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7982 * Makefile.in (all-sim): Ditto.
7984 2002-12-06 DJ Delorie <dj@redhat.com>
7986 * Makefile.tpl: Change configure dependencies to not have real
7987 targets depend on phony targets.
7989 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7991 * configure.in: Revert unintentional change.
7993 * src-release: Configure host subdirs.
7995 * Makefile.tpl: Change dependency for */multilib.out so that
7996 it works when gcc isn't in the tree.
7998 * configure.in: Substitute more.
7999 * configure: Run subconfigures from the Makefile.
8000 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8001 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8003 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8005 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8006 and corresponding dependencies.
8007 * Makefile.in: Regenerate.
8009 * configure.in (host_tools): Order binutils, gas and ld for
8010 convenience in running the testsuites.
8012 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8013 * Makefile.in: Regenerate.
8014 * configure.in: Introduce rules to serialize subconfigure runs.
8016 * configure.in: Introduce BASE_CC_FOR_TARGET.
8017 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8018 Realize configure-build-* targets. Realize configure-target-* targets.
8019 * Makefile.in: Regenerate.
8021 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8023 * configure: Move gcc_version_trigger stuff from here...
8024 * configure.in: ...to here.
8026 * configure.in: Separate subconfigure options added by this file from
8027 options given by the user. Add machinery to put args for host
8028 subconfigures into the Makefile.
8030 * Makefile.tpl: Remove 'vault' targets.
8031 * Makefile.tpl: Reorder and comment dependencies.
8032 * Makefile.in: Regenerate.
8034 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8036 * configure.in: Move host-specific darwin noconfigdirs into
8037 the host-specific section.
8039 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8041 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
8043 * Makefile.in: Regenerate.
8045 (finishing slow-motion replay)
8046 * configure: Remove skip-this-dir support.
8047 * Makefile.tpl: Remove skip-this-dir support.
8049 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8051 * Makefile.in: Regenerate.
8053 * Makefile.tpl: Strip out useless setting of 'dir'.
8054 * Makefile.in: Regenerate.
8056 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8058 (finishing slow-motion replay)
8059 * configure.in: Fix deeply stupid bug.
8061 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8062 shell code in CXX_FOR_TARGET
8063 * Makefile.def: Introduce raw_cxx.
8064 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8066 * Makefile.in: Regenerate.
8068 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8070 (finishing slow-motion replay)
8071 * Makefile.tpl: Remove unnecessary ifs.
8072 * Makefile.in: Regenerate.
8074 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8075 dependencies. Maybe-ize build-libiberty. Create dummy install
8076 targets for 'no_install' modules.
8077 * configure: Move GDB_TK substitution to configure.in. Move
8078 build_modules stuff to configure.in.
8079 * configure.in: Implement soft dependency machinery. Maybe-ize
8080 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8081 * Makefile.in: Regenerate.
8083 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8085 (continuing slow-motion replay)
8086 * Makefile.tpl: Make all-target, install-target behave similarly
8087 to all, install (only hitting configured targets). Eliminate
8088 unused macro defintions.
8090 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8093 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8095 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8097 * configure.in: Produce lists of subdir targets we're actually
8098 configuring. Remove references to "dosrel".
8099 * Makefile.tpl: Let configure set which subdir targets are hit.
8100 Remove install-cross; clean up install; remove ALL. Remove
8101 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8102 Autogenerate host module targets. Remove empty dependency lines
8103 and redundant dependency; rearrange slightly.
8104 * Makefile.def: Add host-side libtermcap, utils.
8106 * Makefile.in: Regenerate.
8108 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8110 (Continuing slow-motion replay)
8111 * Makefile.def: Add list of recursive targets to autogenerate.
8113 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8114 targets. Autogenerate *-build-* targets.
8115 * Makefile.in: Regenerate.
8117 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8119 (Continuing slow-motion replay)
8120 * configure: More autoconf-style substitutions.
8121 * Makefile.tpl: More autoconf-style substitutions.
8122 * Makefile.in: Regenerate.
8124 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8126 (Continuing slow-motion replay)
8127 * configure: Substitute more variables in a more autoconf-friendly
8128 way. Simplify slightly.
8129 * Makefile.tpl: Make more variables substitutable in an
8130 autoconf-friendly way.
8131 * Makefile.in: Regenerate.
8133 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8135 (Continuing slow-motion replay)
8136 * configure.in (v810*): Remove special setting of tools.
8138 * configure: Add support for extra required flags for ar or nm.
8139 * configure.in (aix4.3+): Use above support for target-specific
8140 issues, rather than using config/mt-aix43.
8142 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8144 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
8145 * configure: Remove 'removing', which doesn't work. Replace $subdir
8146 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8147 with $srcdir. Reformat indentation. Substitute some variables
8148 formerly hard-coded in the Makefile for build=host.
8149 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8150 * Makefile.def: Autogenerate more.
8151 * Makefile.in: Regenerate.
8153 2002-11-13 Bruce Korb <bkorb@gnu.org>
8155 * Makefile.tpl: syntactic cleanup
8157 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8159 * Makefile.def (host_modules): Add rda.
8160 * Makefile.in: Regenerate.
8161 * configure.in (target_tool): Add target-rda to list.
8163 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8165 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8166 and restrap targets to this rule.
8167 * Makefile.in: Regenerate.
8169 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8171 * configure.in (i[3456]86-*-linux*): Add check to disable
8172 ${libgcj} for glibc1.
8174 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8176 * configure.in: Add tic4x target.
8178 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8180 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8181 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8182 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8183 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8184 * Makefile.in: Regenerate.
8186 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8188 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8189 * Makefile.in: Regenerate.
8191 * Makefile.def: Remove order dependency comments.
8192 * Makefile.tpl: Add explicit install-install dependencies.
8193 * Makefile.in: Regenerate.
8195 * Makefile.tpl: Remove material now in src-release. (Finally!)
8196 * Makefile.in: Regenerate.
8198 * configure: Restore my original patch by syncing with gcc version.
8200 * Bring following over from gcc:
8202 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8204 * configure.in (s390*-*-linux*): Enable libgcj.
8206 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8208 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8210 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8212 * configure: Move stray lines back to where they belong.
8214 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8216 * Makefile.tpl: Insert configure-target target, for src-release.
8218 * configure: Finish reverting change which Andrew Cagney started
8219 reverting. Should fix bustage.
8221 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8222 * src-release: New file. Contains material for making net
8223 releases for gdb, binutils, et al., formerly in Makefile.in.
8225 2002-09-30 Nick Clifton <nickc@redhat.com>
8227 * cpu: New top level directory. Intended to hold input files for
8228 CGEN which have FSF copyright assignment.
8229 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8231 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8233 Revert below (note that src does not contain Makefile.tpl):
8234 * Makefile.tpl: Make subsituted variables more autoconfy.
8235 * Makefile.in: Regenerate.
8237 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8239 * configure: Revert accidentally applied changes.
8241 * Makefile.tpl: Make more autoconf-friendly.
8242 * Makefile.in: Regenerate.
8243 * configure: Make substitution more autoconf-like.
8245 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8247 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8248 single entry to handle all these.
8249 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8250 libjava on arm-*-elf.
8252 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8254 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8255 things that depend on them.
8257 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8259 * Makefile.tpl: Make subsituted variables more autoconfy.
8260 * Makefile.in: Regenerate.
8261 * configure: Make seds more autoconfy.
8263 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8265 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8266 * Makefile.in: Regenerate.
8267 * configure.in: Rewrite sed statements to look autoconfy.
8269 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8270 all-target-foo on configure-target-foo.
8271 * Makefile.def: Ditto.
8272 * Makefile.in: Rebuild.
8274 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8276 * Makefile.def: New file.
8277 * Makefile.tpl: New file.
8278 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8280 * configure.in: Minor rearrangement. Simplify tests.
8282 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8284 * configure.in (with_headers): Skip copy if value is "yes".
8285 (with_libs): Likewise.
8287 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8289 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8290 * configure.in (sh*-*-pe*): Ditto.
8291 * configure.in (mips*-*-pe*): Ditto.
8292 * configure.in (*arm-wince-pe): Ditto.
8294 * configure.in: Rearrange.
8296 2002-09-12 Nick Clifton <nickc@redhat.com>
8298 * Import these changes from the config master repository:
8300 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8302 * config.sub: Add tic4x target.
8304 2002-09-03 Ben Elliston <bje@redhat.com>
8306 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8307 Reported by <Duncan_Stodart@insession.com>.
8309 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8311 * COPYING.NEWLIB: More updates.
8313 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8315 * COPYING.NEWLIB: Update.
8317 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8319 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8321 * config.guess: Import version 2002-08-23.
8322 * config.sub: Import version 2002-08-22.
8324 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8326 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8327 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8328 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8330 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8332 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8334 2002-08-04 H.J. Lu (hjl@gnu.org)
8336 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8338 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8340 * configure.in: Move generic linux case to end. Copy generic
8341 linux noconfigdirs to mips*-*-linux* entry and new
8342 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8344 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8346 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8347 one instance of them which was missed to the list to update.
8349 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8351 * config.guess: Update to 2002-07-09 version.
8352 * config.sub: Update to 2002-07-03 version.
8354 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8356 * configure.in: Remove two redundant tests.
8358 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8360 * configure.in (mips*-*-irix6*o32): Enable stabs.
8362 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8364 * configure.in: Don't build grez.
8365 * Makefile.in: Ditto.
8367 * Makefile.in: Remove references to bsp, cygmon, libstub.
8368 * configure.in: Ditto.
8370 * configure.in: Remove leftover reference to gdbtest.
8372 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8374 * configure.in (gxx_include_dir): Change to match versioned
8375 C++ headers if --enable-version-specific-runtime-libs is used.
8377 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8379 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8381 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8383 * configure.in: Make --without-x work.
8385 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8387 * contrib: New directory. Created to contain a copy of the
8388 texi2pod.pl script so that it is in the same place as the version in
8389 the FSF GCC sources.
8391 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8393 * configure.in: Rearrange target Makefile fragment collection.
8395 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8397 * configure.in: Ditto.
8399 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8401 * Makefile.in: Eliminate 'apache' targets.
8402 * configure.in: Eliminate 'apache' targets.
8404 * configure.in: Eliminate redundant tests. Reorganize.
8406 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8408 * config-ml.in: Eliminate references to Cygnus configure.
8410 * Makefile.in: Eliminate references to building emacs.
8412 2002-07-01 Denis Chertykov <denisc@overta.ru>
8414 * configure.in: Add support for ip2k.
8416 2002-06-24 Ben Elliston <bje@redhat.com>
8418 * configure.in (host_tools): Remove cgen.
8420 * Makefile.in (all-cgen): Remove; runs from its source directory.
8421 (check-cgen, install-cgen, clean-cgen): Likewise.
8422 (all-opcodes): No not depend on all-cgen.
8423 (all-sim): Likewise.
8425 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8427 * configure.in: Fix AIX configury bug.
8429 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8431 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8433 * configure.in: Move definition of libstdcxx_flags right above
8434 usage, rather than way earlier.
8436 * configure.in: Pull definition of is_cross_compiler earlier.
8438 * configure.in: Rearrange a little.
8440 * configure.in: Remove references to librx.
8441 * Makefile.in: Remove references to librx.
8443 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8445 * configure.in: Eliminate ${gasdir} variable.
8447 2002-06-18 Dave Brolley <brolley@redhat.com>
8449 * configure.in: Add support for frv.
8450 * config.sub: Add support for frv.
8452 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8454 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8456 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8458 * configure.in (vax-*-netbsd*): Re-enable gas.
8460 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8462 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8463 BUILD_PREFIX_1, to correct nomenclature.
8464 * configure: Likewise.
8466 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8467 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8469 2002-05-31 Olaf Hering <olh@suse.de>
8471 * config-ml.in: Propogate DESTDIR also.
8473 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8475 * configure.in (vax-*-netbsd*): Don't build gas for this
8478 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8480 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8483 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8485 * config.sub: Add DLX target.
8487 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8489 * config.guess: Update to 2002-05-22 version.
8490 * config.sub: Likewise.
8492 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8494 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8495 * config-ml.in: Likewise.
8496 * configure: Likewise.
8497 * configure.in: Likewise.
8499 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8501 * configure.in: Simplify makefile fragment collection.
8503 * configure.in: Remove code to build emacs.
8505 * configure.in : Remove --srcdir argument from targargs and buildargs
8506 (it's always overridden in the Makefile anyway). Rearrange a bit.
8508 * configure: Move some logic to configure.in.
8509 * configure.in: Move some logic from configure.
8511 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8513 * COPYING.LIBGLOSS: New file.
8515 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8517 * Makefile.in: Honour DESTDIR.
8519 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8521 * configure.in (noconfigdirs): Don't disable libgcj on
8522 sparc64-*-solaris* and sparcv9-*-solaris*.
8524 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8526 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8528 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8530 * configure.in (FLAGS_FOR_TARGET): Do not add
8531 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8532 on i[3456]86-*-linux*.
8534 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8536 * configure.in (noconfigdirs): Replace [ ] with test.
8538 * configure.in (noconfigdirs): Do not add target-newlib if
8539 target == i[3456]86-*-linux*, and host == target.
8541 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8543 * config.guess: Updated to 2002-04-26's version.
8544 * config.sub: Updated to 2002-04-26's version.
8546 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8548 * configure.in: delete reference to absent file
8550 * configure.in: replace '[' with 'test'
8552 * configure.in: Eliminate references to gash.
8553 * Makefile.in: Eliminate references to gash.
8555 * configure.in: remove useless references to 'pic' makefile fragments.
8557 * configure.in: (*-*-windows*) Finish removing.
8559 * configure.in: Eliminate redundant test for libgui.
8561 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8563 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8564 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8566 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8568 * configure.in: remove references to dead files
8570 2002-04-18 Tom Tromey <tromey@redhat.com>
8572 * configure.in: Disallow configuring libgcj when it is already
8573 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8574 Solaris 2.8 by default. For PR libgcj/6158.
8576 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8578 * configure.in: Move default CC setting out of config/mh-* fragments
8581 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8583 * configure.in: don't even try to configure or make a subdirectory
8584 if there's no configure script for it.
8586 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8588 * MAINTAINERS: Remove chill maintainers.
8589 * Makefile.in (CHILLFLAGS): Remove.
8590 (CHILL_LIB): Remove.
8591 (TARGET_CONFIGDIRS): Remove libchill.
8592 (CHILL_FOR_TARGET): Remove.
8593 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8595 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8596 (CHECK_TARGET_MODULES): Likewise.
8597 (INSTALL_TARGET_MODULES): Likewise.
8598 (CLEAN_TARGET_MODULES): Likewise.
8599 (configure-target-libchill): Remove.
8600 (all-target-libchill): Remove.
8601 * configure.in (target_libs): Remove target-libchill.
8602 Do not compute CHILL_FOR_TARGET.
8603 * libchill: Remove directory.
8605 2002-04-15 DJ Delorie <dj@redhat.com>
8607 * Makefile.in, configure.in, configure: Sync with gcc, entries
8610 2002-04-08 Tom Tromey <tromey@redhat.com>
8612 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8613 Fixes PR libgcj/6068.
8615 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8617 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8619 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8621 * configure.in (alpha*-dec-osf*): Enable libgcj.
8623 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8625 Fix for: PR bootstrap/3591, target/5676
8626 * configure.in (mcore-pe): Disable the configuration of
8627 libstdc++-v3 since exceptions are not supported.
8629 2002-03-20 Anthony Green <green@redhat.com>
8631 * configure.in: Enable libgcj for xscale-elf target.
8633 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8635 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8637 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8639 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8641 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8642 libstdc++-v3 and libjava.
8644 2002-02-11 Adam Megacz <adam@xwt.org>
8646 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8649 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8651 * config.guess: Updated to 2002-01-30's version.
8652 * config.sub: Updated to 2002-02-01's version.
8653 Contribute sh64-elf.
8654 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8655 * configure.in: Added sh64-*-*.
8657 2002-01-17 H.J. Lu <hjl@gnu.org>
8659 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8660 (all-target-fastjar): Also depend on all-target-libiberty.
8662 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8664 * configure, configure.in: Use temp file for long sed commands.
8666 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8668 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8671 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8673 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8675 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8677 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8679 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8681 * configure: Handle temporary files securely using mkdir.
8683 2001-09-26 Will Cohen <wcohen@redhat.com>
8685 * configure.in (*-*-linux*): Disable configuration of target-newlib
8686 and target-libgloss.
8688 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8690 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8693 2001-08-11 Graham Stott <grahams@redhat.com>
8695 * Makefile.in (check-c++): Add missing semicolon.
8697 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8699 * configure.in (sh-*-linux*): New.
8701 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8703 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8704 and libgcj on m68hc11/m68hc12.
8706 2001-06-27 H.J. Lu (hjl@gnu.org)
8708 * Makefile (CFLAGS_FOR_BUILD): New.
8709 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8711 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8713 * configure.in (libstdcxx_flags): Do not try to execute
8714 libstdc++-v3/testsuite_flags until it exists.
8716 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8718 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8720 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8722 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8724 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8726 * configure.in: Move *-chorusos target case to the proper switch.
8729 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8731 * Makefile.in (STAGE1_CFLAGS): Pass down.
8733 2001-04-13 Alan Modra <amodra@one.net.au>
8735 * config.guess: Add hppa64-linux support. Note for next import that
8736 this is already in the master file.
8737 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8739 2001-03-22 Colin Howell <chowell@redhat.com>
8741 * Makefile.in (DO_X): Do not backslash single-quotes in
8742 backquotes (two places).
8744 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8746 * Makefile.in (DO_X): Quote nested quotes.
8748 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8750 * Makefile.in (DO_X): Use double quotes for quoting
8751 "RANLIB=$${RANLIB}".
8753 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8755 * configure.in: Only use `lang_requires' for languages athat are
8758 2001-03-07 Tom Tromey <tromey@redhat.com>
8760 * configure.in: Allow config-lang.in to set `lang_requires' to list
8761 of other required languages.
8763 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8765 * Makefile.in: Remove RANLIB definition. Use RANLIB
8766 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8767 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8769 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8770 Alexandre Oliva <aoliva@redhat.com>
8772 * Makefile.in (check-c++): Use tabs, not spaces.
8774 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8776 * Makefile.in (check-c++): New rule.
8778 * configure.in (target_libs): Remove libg++.
8779 (noconfigdirs): Remove libg++.
8780 (noconfigdirs): Same.
8781 (noconfigdirs): Same.
8782 (noconfigdirs): Same.
8784 * config-ml.in: Remove libg++ references.
8786 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8787 (ALL_TARGET_MODULES): Same.
8788 (configure-target-libg++): Remove.
8789 (all-target-libg++): Remove.
8790 (configure-target-libio): Remove.
8791 (all-target-libio): Remove.
8792 (check-target-libio): Remove.
8794 (libg++.tar.bz2): Remove.
8795 (all-target-cygmon): Remove libio.
8796 (all-target-libstdc++): Remove.
8797 (configure-target-libstdc++): Remove.
8798 (TARGET_LIB_PATH): Remove libstdc++.
8799 (ALL_GCC_CXX): Remove libstdc++.
8800 (all-target-gperf): Correct.
8802 2001-02-15 Anthony Green <green@redhat.com>
8804 * configure: Introduce GCJ_FOR_TARGET.
8805 * configure.in: Ditto.
8806 * Makefile.in: Ditto.
8808 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8810 * configure.in: for *-chorusos, don't config target-newlib and
8813 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8815 Remove V2 C++ library.
8816 * configure.in: Remove --enable-libstdcxx_v3 support.
8818 2001-01-27 Richard Henderson <rth@redhat.com>
8820 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8822 2001-01-26 Tom Tromey <tromey@redhat.com>
8824 * configure.in: Allow libgcj to be built on Sparc Solaris.
8826 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8828 * configure.in: Enable libgcj on several additional platforms.
8830 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8832 * configure.in: Enable libgcj for linux targets.
8834 2001-01-09 Mike Stump <mrs@wrs.com>
8836 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8837 failures of subdirectories.
8839 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8841 * configure: handle DOS-style absolute paths.
8843 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8845 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8847 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8849 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8850 (libstdcxx_incdir): Pass down.
8851 * config.if: Remove expired bits for cxx_interface, add stub.
8852 (libstdcxx_incdir): Add variable for g++ include directory.
8853 * configure.in (gxx_include_dir): Use it.
8855 2000-12-15 Andreas Jaeger <aj@suse.de>
8857 * configure.in: Handle lang_dirs.
8859 2000-12-13 Anthony Green <green@redhat.com>
8861 * configure.in: Disable libgcj for any target not specifically
8862 listed. Disable libgcj for x86 and Alpha Linux until compatible
8865 2000-12-13 Mike Stump <mrs@wrs.com>
8867 * Makefile.in (local-distclean): Also remove fastjar.
8869 2000-12-10 Anthony Green <green@redhat.com>
8871 * configure.in: Define libgcj. Disable libgcj target libraries for
8874 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8876 * configure.in (target_libs): Revert 2000-12-08 patch.
8877 (noconfigdirs): Added target-libjava.
8879 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8881 * Makefile.in: handle DOS-style absolute paths.
8883 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8885 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8887 * configure.in (target_libs): Removed `target-libjava'.
8889 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8891 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8892 (ALL_MODULES): Added fastjar.
8893 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8894 (all-target-libjava): all-fastjar replaces all-zip.
8895 (all-fastjar): Added.
8896 (configure-target-fastjar, all-target-fastjar): Likewise.
8897 * configure.in (host_tools): Added fastjar.
8899 2000-12-07 Mike Stump <mrs@wrs.com>
8901 * Makefile.in (local-distclean): Remove leftover built files.
8903 2000-11-16 Fred Fish <fnf@be.com>
8905 * configure.in (enable_libstdcxx_v3): Fix typo,
8906 libstd++ -> libstdc++.
8908 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8910 * configure: Provide the original toplevel configure arguments
8911 (including $0) to subprocesses in the environment rather than
8912 through gcc/configargs.h.
8914 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8916 * configure: Turn on libstdc++ V3 by default.
8918 2000-10-16 Michael Meissner <meissner@redhat.com>
8920 * configure (gcc/configargs.h): Only create if there is a build GCC
8923 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8925 * configure: Save configure arguments to gcc/configargs.h.
8927 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8929 * Makefile.in (bootstrap): avoid recursion if subdir missing
8931 (do-proto-toplev): ditto
8933 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8935 * configure.in: Do not build byacc for hppa64. Provide paths to the
8936 X11 libraries for hppa64.
8938 2000-09-02 Anthony Green <green@cygnus.com>
8940 * Makefile.in (all-gcc): Depend on all-zlib.
8941 (CLEAN_MODULES): Add clean-zlib.
8942 (ALL_MODULES): Add all-zlib.
8943 * configure.in (host_libs): Add zlib.
8945 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8947 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8948 $targargs to tell whether newlib is going to be built.
8950 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8951 $$r/TARGET_SUBDIR/libio for _G_config.h.
8953 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8955 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8957 * configure: Make enable_threads and enable_shared defaults
8958 explicit. Substitute enable_threads into generated Makefiles.
8959 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8960 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8962 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8964 * configure.in: Re-enable all references to libg++ and librx.
8966 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8968 * configure.in: Add *-*-freebsd* configurations.
8970 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8972 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8973 (do-tar, do-bz2): New rules.
8974 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8975 (gdb-tar): New rule.
8976 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8977 (insight_dejagnu.tar): New rule.
8978 (insight.tar): New rule.
8979 (gdb+dejagnu.tar): New rule.
8980 (gdb.tar): New rule.
8982 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8984 * MAINTAINERS: Update dejagnu/
8986 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8988 * ltmain.sh (relink_command): Fix typo in previous change.
8990 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8992 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8993 (relink_command): Added --tag flags.
8994 (mode=install): If relinking fails; error out.
8996 2002-03-12 Richard Henderson <rth@redhat.com>
8998 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9000 (do-check): Rename from check.
9001 (check): Allow parallel check.
9003 2002-03-11 Richard Henderson <rth@redhat.com>
9005 * Makefile.in (.NOTPARALLEL): Add fake tag.
9007 2002-03-07 H.J. Lu (hjl@gnu.org)
9009 * configure.in: Enable gprof for mips*-*-linux*.
9011 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9013 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9015 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
9017 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9019 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
9021 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
9023 * config.guess: Import from master sources, rev 1.232.
9024 * config.sub: Import from master sources, rev 1.246.
9026 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9028 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9029 because its Makefile is there; test for the executable instead.
9031 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9033 Contribute sh64-elf.
9034 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9035 * configure.in: Added sh64-*-*.
9037 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
9039 * COPYING.NEWLIB: Remove advertising clause from
9040 Berkeley and Red Hat licenses.
9042 2002-02-01 Mo DeJong <supermo@bayarea.net>
9044 * Makefile.in: Add all-tix to deps for all-snavigator
9045 so that tix is built when building snavigator.
9047 2002-02-01 Ben Elliston <bje@redhat.com>
9049 * config.guess: Import from master sources, rev 1.229.
9050 * config.sub: Import from master sources, rev 1.240.
9052 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9054 From Steve Ellcey <sje@cup.hp.com>:
9055 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9056 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9057 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9059 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9060 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9061 soname_spec, sys_lib_search_path_spec): Ditto.
9063 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9065 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9066 target-libiberty, and target-libgloss. Skip Java-related
9067 libraries if not supported for NetBSD on target CPU.
9069 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
9071 * configure.in: Import StrongARM and XScale target_configdirs from
9074 2002-01-16 H.J. Lu (hjl@gnu.org)
9076 * config.guess: Import from master sources, rev 1.225.
9077 * config.sub: Import from master sources, rev 1.238.
9079 * MAINTAINERS: Updated notes on config.guess and config.sub.
9081 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9083 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9084 ld and gdb are not supported.
9086 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9088 * Change reference to Cygnus Solutions to be Red Hat.
9090 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9092 * COPYING.NEWLIB: Update generic copyright date.
9094 2002-01-07 Mark Salter <msalter@redhat.com>
9096 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9097 Allow target-libgloss to be built for arm, strongarm, and xscale.
9099 2002-01-03 Ben Elliston <bje@redhat.com>
9101 * MAINTAINERS: Update URL for config.* scripts.
9103 2001-12-18 Alan Modra <amodra@bigpond.net.au>
9105 * config.sub: Import latest version.
9106 * config.guess: Likewise.
9108 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9110 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9111 options for i[3456]86-pc-linux* native builds.
9113 2001-12-05 Laurent Guerby <guerby@acm.org>
9115 * MAINTAINERS: gcc adopts symlink-tree, refer more to
9118 Import this patch from gcc:
9120 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9122 * symlink-tree: handle DOS-style absolute paths.
9124 2001-11-28 DJ Delorie <dj@redhat.com>
9125 Zack Weinberg <zack@codesourcery.com>
9127 When build != host, create libiberty for the build machine.
9129 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9131 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9133 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9135 (all.normal): Depend on ALL_BUILD_MODULES.
9136 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9137 (all-build-libiberty): Depend on configure-build-libiberty.
9139 * configure: Calculate and substitute proper value for
9141 * configure.in: Create the build subdirectory.
9142 Calculate and substitute TARGET_CONFIGARGS (formerly
9143 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9145 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
9147 * config.sub: Update to version 1.232 on subversion.
9149 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9151 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9152 files from .po files for a distribution.
9154 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9156 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9158 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9160 Merged from net gcc:
9161 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9162 * ltcf-c.sh: Use $objext, not $ac_objext.
9163 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9164 * ltcf-cxx.sh: Add support for GNU.
9165 2001-07-22 Timothy Wall <twall@redhat.com>
9166 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9167 default settings if using GNU tools with that configuration.
9168 * ltcf-cxx.sh: Ditto.
9169 * ltcf-gcj.sh: Ditto.
9170 2001-07-21 Michael Chastain <chastain@redhat.com>
9171 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9172 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9173 * ltmain.sh: Mark as gcc-local.
9175 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9177 * Makefile.in (all-bison): Revert 2001-10-24.
9178 Don't depend on texinfo.
9180 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9182 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9184 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9186 * configure.in (--enable-languages): Be more permissive about
9187 syntax. Check for empty lists better. Warn about $LANGUAGES.
9189 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9191 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9193 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9195 Makefile.in (all-bison): Don't depend on texinfo.
9197 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9199 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9201 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9203 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9205 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9207 * config.sub, config.guess: Import latest from subversions.
9209 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9211 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9212 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9213 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9214 avoid quotes nesting problems.
9215 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9216 (DO_X): Export only variables that are set.
9218 2001-09-19 Ben Elliston <bje@redhat.com>
9220 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9221 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9222 semantics. Use the shell built-in "type" command instead.
9224 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9226 * config.sub: Reverted the earlier change, this version is not the
9229 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9231 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9232 Add support for mips64.
9234 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9236 * configure.in: Enable libstdc++-v3 for h8300 targets.
9238 2001-08-30 Eric Christopher <echristo@redhat.com>
9239 Jason Eckhardt <jle@redhat.com>
9241 * config.sub: Add support for mipsisa32.
9243 2001-08-30 Eric Christopher <echristo@redhat.com>
9245 * config.sub, config.guess: Import latest from subversions.
9247 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9249 * config.sub, config.guess: Import latest from subversions.
9251 2001-07-26 DJ Delorie <dj@redhat.com>
9253 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9255 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9257 * Makefile.in: Revert 2001-06-17.
9258 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9260 2001-06-17 H.J. Lu <hjl@gnu.org>
9262 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9263 (gas+binutils.tar.bz2): Likewise.
9264 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9266 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9268 * Makefile.in (VER): When present, extract the version number from
9269 the file version.in.
9271 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9273 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9274 gcc/xgcc is built, use -print-prog-name to find out the program
9277 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9279 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9280 with_gcc]: Use `gcc -shared' to build a shared library.
9282 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9284 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9287 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9289 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9290 libraries when using g++ with native linker.
9292 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9294 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9296 2001-05-24 Tom Rix <trix@redhat.com>
9298 * configure.in : enable ld for aix
9300 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9302 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9303 [aix4*|aix5*]: Prepend blank.
9305 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9307 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9308 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9309 of subdir/configure scripts to use the new libtool.m4.
9311 2001-05-14 H.J. Lu <hjl@gnu.org>
9313 * config.if (libc_interface): Set to -libc6.2- for cross
9314 compiling to Linux/glibc 2.2.
9316 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9318 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9321 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9323 * configure.in (noconfigdirs): Don't reset it from scratch in the
9324 target case; only append to it.
9326 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9328 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9329 sparc-*-solaris2.8]: Disable ${libgcj}.
9331 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9333 * configure.in (libgcj_saved): Copy from $libgcj.
9334 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9337 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9339 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9342 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9344 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9345 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9347 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9349 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9351 (bootstrap, cross): Use RECURSE_FLAGS.
9352 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9354 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9356 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9358 2001-03-23 Nick Clifton <nickc@redhat.com>
9360 * README-maintainer-mode: Add note about inability to use "make
9361 distclean" in maintainer mode.
9363 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9366 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9367 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9368 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9369 * ltcf-cxx.sh: Likewise.
9370 * ltcf-gcj.sh: Likewise.
9372 2001-03-22 Philip Blundell <philb@gnu.org>
9374 * config.sub, config.guess: Import latest from subversions.
9376 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9378 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9379 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9381 2001-03-20 Michael Chastain <chastain@redhat.com>
9383 * Makefile.in: all-m4 depends on all-texinfo.
9385 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9387 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9389 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9391 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9394 2001-02-16 Nick Clifton <nickc@redhat.com>
9396 * configure.in (noconfigdirs): Allow configuration of texinfo
9399 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9401 * config.guess: Add linux target for S/390.
9402 * config.sub: Likewise.
9403 * configure.in: Likewise.
9405 2001-02-06 Ben Elliston <bje@redhat.com>
9407 * configure: Output host type to stdout, not stderr.
9409 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9411 * config.guess: Import from subversions.gnu.org (revision 1.181).
9412 * config.sub: Import from subversions.gnu.org (revision 1.199).
9414 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9416 * config.guess: Handle hppa64-linux systems.
9418 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9420 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9421 Don't unset, it's non-portable and no longer necessary, set to empty
9424 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9426 * ltconfig: Shell portability fix for the tagname validity check.
9428 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9430 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9432 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9434 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9435 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9437 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9439 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9440 keep at least one of build_libtool_libs or build_old_libs set to
9443 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9445 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9446 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9448 2000-11-07 Philip Blundell <pb@futuretv.com>
9450 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9452 2000-11-03 Philip Blundell <pb@futuretv.com>
9454 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9457 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9459 * COPYING.NEWLIB: Put into source repository.
9461 2001-01-15 Ben Elliston <bje@redhat.com>
9463 * configure.in (host_tools): Add sid.
9464 Always configure cgen.
9465 * Makefile.in (all-sid): New target.
9466 (check-sid, clean-sid, install-sid): Likewise.
9468 2001-01-07 Andreas Jaeger <aj@suse.de>
9470 * config.sub, config.guess: Update from subversions.
9472 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9474 * configure.in: Disable language-specific target libraries for
9475 languages that aren't enabled.
9477 2000-11-24 Nick Clifton <nickc@redhat.com>
9479 * configure.in (xscale-elf): Add target.
9480 (xscale-coff): Add target.
9481 (c4x, c5x, tic54x): Move after ARM targets.
9483 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9485 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9487 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9489 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9491 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9493 * Makefile.in: Merge with GCC and libgcj.
9494 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9495 configure-target-<library> when their configure scripts need the C
9496 or C++ library to have already been built to work properly.
9497 (do_proto_toplev): Set them to an empty string.
9499 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9501 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9502 (REALLY_SET_LIB_PATH): Use them.
9504 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9506 * config.sub: Add support for Sun Chorus
9508 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9510 * config.sub: Add support for the *-storm-chaos OS.
9512 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9514 * configure.in (noconfigdirs): Don't compile some
9515 of the libraries for 68HC11 & 68hc12 targets.
9517 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9519 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9520 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9521 all affected `configure' scripts.
9523 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9525 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9528 2000-09-12 Philip Blundell <philb@gnu.org>
9530 * config.sub, config.guess: Update from subversions.
9532 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9534 * Makefile.in (all-zlib): Added dummy target.
9536 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9537 multi-language branch.
9539 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9541 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9542 (bootstrap*): Depend on all-bootstrap.
9544 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9546 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9547 crosses, but add gcc/include to the header search path for them.
9549 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9551 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9552 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9553 * gettext.m4: New file, extracted from aclocal.m4.
9555 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9557 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9558 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9561 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9563 * Makefile.in (ALL_MODULES): Add all-cgen.
9564 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9565 (all-cgen): New target.
9566 (all-opcodes,all-sim): Depend on all-cgen.
9567 * configure.in (host_tools): Add cgen.
9568 Only configure cgen if --enable-cgen-maint.
9570 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9572 * config-ml.in (CC, CXX): Don't introduce a leading space.
9574 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9576 * configure.in (libstdcxx_flags): Use
9577 libstdc++-v3/src/libstdc++.INC.
9579 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9581 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9583 2000-08-11 Jason Merrill <jason@redhat.com>
9585 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9586 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9587 (FLAGS_FOR_TARGET): Not here.
9588 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9590 2000-08-07 DJ Delorie <dj@redhat.com>
9592 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9593 "if we're also building gcc, and it's a gcc that will run on the
9594 build machine, we want to use its includes instead of the system's
9597 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9599 * configure.in (libstdcxx_flags): Don't use `"'.
9601 * config-ml.in: Adjust multilib search paths to the
9602 appropriate multilib tree.
9604 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9606 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9607 commas in $LANGUAGES.
9609 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9611 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9613 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9615 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9616 CXX_FOR_TARGET for sed.
9618 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9620 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9621 Do not override if already set in the environment or in configure.
9622 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9623 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9625 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9627 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9628 (GCC_FOR_TARGET): Use it.
9629 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9630 * configure.in: ... here.
9631 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9632 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9634 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9636 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9637 (configure-target-libchill, configure-target-libobjc): Likewise.
9639 * configure.in: Use the same cache file for all target libs.
9640 * config-ml.in: But different cache files per multilib variant.
9642 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9644 * configure (topsrcdir): Don't use dirname.
9646 2000-07-20 Jason Merrill <jason@redhat.com>
9648 * configure.in: Remove all references to libg++ and librx.
9650 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9652 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9654 * config.sub: Update to subversions version 2000-07-06.
9656 2000-07-12 Andrew Haley <aph@cygnus.com>
9658 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9659 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9661 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9663 * symlink-tree: Check number of arguments.
9665 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9667 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9669 2000-07-05 Jim Wilson <wilson@cygnus.com>
9671 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9672 search path for a g++ extracted from the build tree. This
9673 will allow link tests run by configure scripts in
9674 subdirectories to succeed.
9676 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9678 * ltconfig: Add support for mips-dde-sysv4.2MP
9680 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9682 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9683 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9685 2000-06-19 Timothy Wall <twall@cygnus.com>
9687 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9688 * config.sub: Add tic54x target.
9690 2000-06-07 Phillip Thomas <pthomas@suse.de>
9692 * README-maintainer-mode: New file: Contains notes on using
9693 --enable-maintainer-mode with binutils.
9695 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9697 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9699 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9701 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9702 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9704 20000-05-21 H.J. Lu (hjl@gnu.org)
9706 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9707 directory are used if they exist. Make sure
9708 $(build_tooldir)/include is searched for header files,
9709 $(build_tooldir)/lib/ for library files.
9710 (GCC_FOR_TARGET): Likewise.
9711 (CXX_FOR_TARGET): Likewise.
9713 2000-05-18 Jeffrey A Law (law@cygnus.com)
9715 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9717 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9719 * Makefile.in (configure-target-libiberty): Depend on
9720 configure-target-newlib.
9722 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9724 * configure.in, Makefile.in: Merge all libffi-related
9725 configury stuff from the libgcj tree.
9727 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9729 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9730 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9732 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9734 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9735 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9736 current version information. Add to proto-toplev directory.
9737 (gdb-taz): Build do-djunpack.
9739 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9741 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9743 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9745 * ltmain.sh: Preserve in relink_command any environment
9746 variables that may affect the linker behavior.
9748 2000-05-12 Jeffrey A Law (law@cygnus.com)
9750 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9752 2000-05-10 Jim Wilson <wilson@cygnus.com>
9754 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9756 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9758 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9759 with the version name.
9761 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9765 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9767 * djunpack.bat: New file.
9769 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9771 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9772 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9773 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9774 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9776 2000-04-16 Dave Pitts <dpitts@cozx.com>
9778 * config.sub (case $basic_machine): Change default for "ibm-*"
9781 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9783 * Makefile.in (gdb-taz): New target. GDB specific archive.
9784 (do-md5sum): New target.
9786 (PACKAGE): Default to TOOL.
9787 (VER): Default to a shell script.
9788 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9789 md5 checksum generation.
9790 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9791 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9792 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9793 insight.tar.bz2): Use gdb-taz to create archive.
9795 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9797 * configure (warn_cflags): Delete.
9799 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9800 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9802 * configure.in (enable_libstdcxx_v3): Add.
9803 (target_libs): Add bits here to switch between libstdc++-v2 and
9805 * config.if: And this file too.
9806 * Makefile.in: Add libstdc++-v3 targets.
9808 2000-04-05 Michael Meissner <meissner@redhat.com>
9810 * config.sub (d30v): Add d30v as a basic machine type.
9812 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9814 * configure.in: -linux-gnu*, not -linux-gnu.
9816 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9818 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9819 (do-tar-bz2): Replace TOOL with PACKAGE.
9820 (gdb.tar.bz2): Remove GDBTK from GDB package.
9821 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9822 dejagnu.tar.bz2): New packages.
9824 2000-02-27 Andreas Jaeger <aj@suse.de>
9826 * configure.in: Add entry for mips*-*-linux*, move catch all
9827 *-*-*linux* entry below this one.
9829 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9831 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9833 2000-02-24 Nick Clifton <nickc@cygnus.com>
9835 * config.sub: Support an OS of "wince".
9837 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9839 * config.guess, config.sub: Updated to match config's 2000-02-15
9842 2000-02-23 Linas Vepstas <linas@linas.org>
9844 * config.sub: Add support for Linux/IBM 370.
9845 * configure.in: Likewise.
9847 2000-02-22 Nick Clifton <nickc@cygnus.com>
9849 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9851 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9853 * config.guess: Guess "cygwin" rather than "cygwin32".
9855 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9857 * configure (gcc_version): When setting, narrow search to
9858 lines containing `version_string'.
9860 2000-02-15 Denis Chertykov <denisc@overta.ru>
9862 * config.sub: Add support for avr target.
9864 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9866 * config.sub: Add mmix-knuth-mmixware.
9868 2000-01-27 Christopher Faylor <cgf@redhat.com>
9870 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9871 structure stuff to -L library search.
9872 (CXX_FOR_TARGET): Ditto.
9873 (CROSS_CHECK_MODULES): Fix spelling mistake.
9875 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9877 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9880 2000-01-12 Richard Henderson <rth@cygnus.com>
9882 * configure.in: Don't build some bits for beos.
9884 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9886 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9889 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9891 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9894 1999-12-14 Richard Henderson <rth@cygnus.com>
9896 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9897 * config.sub: Accept alphaev[78], alphaev8.
9899 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9901 * config.guess, config.sub: Update from autoconf.
9903 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9905 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9906 necessary libraries are missing.
9908 1999-10-25 Andreas Schwab <schwab@suse.de>
9910 * configure: Fix quoting inside arguments of eval.
9912 1999-10-21 Nick Clifton <nickc@cygnus.com>
9914 * config-ml.in: Allow suppression of some ARM multilibs.
9916 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9918 * config.guess: Add OS/390 match pattern.
9919 * config.sub: Add mvs, openedition targets.
9920 * configure.in (i370-ibm-opened*): New.
9922 1999-09-04 Steve Chamberlain <sac@pobox.com>
9924 * config.sub: Add support for configuring for pj.
9926 1999-08-31 Nick Clifton <nickc@cygnus.com>
9928 * config.sub (maybe_os): Add support for configuring for fr30.
9930 1999-08-25 Nick Clifton <nickc@cygnus.com>
9932 * configure.in: Do not configure or build ld for AIX
9933 platforms. ld is known to be broken on these platforms.
9935 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9937 * config-ml.in: Pass compiler flag corresponding to multidirs to
9940 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9942 * Makefile.in (LDFLAGS): Define.
9944 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9946 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9948 (*-*-cygwin*): Likewise.
9950 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9953 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9954 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9956 From Eli Zaretskii <eliz@is.elta.co.il>:
9957 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9958 long file name when using DJGPP on MS-DOS.
9960 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9962 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9964 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9966 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9967 dependency as this causes "make check" to globally "make all"
9969 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9971 * configure.in (target_libs): Added target-zlib.
9972 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9973 (CONFIGURE_TARGET_MODULES): Likewise.
9974 (CHECK_TARGET_MODULES): Likewise.
9975 (INSTALL_TARGET_MODULES): Likewise.
9976 (CLEAN_TARGET_MODULES): Likewise.
9977 (configure-target-zlib): New target.
9978 (all-target-zlib): Likewise.
9979 (all-target-libjava): Depend on all-target-zlib.
9980 (configure-target-libjava): Depend on configure-target-zlib.
9982 * Makefile.in (configure-target-libjava): Depend on
9983 configure-target-newlib.
9984 (configure-target-boehm-gc): New target.
9985 (configure-target-qthreads): New target.
9987 * configure.in (target_libs): Added target-qthreads.
9988 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9989 (CONFIGURE_TARGET_MODULES): Likewise.
9990 (CHECK_TARGET_MODULES): Likewise.
9991 (INSTALL_TARGET_MODULES): Likewise.
9992 (CLEAN_TARGET_MODULES): Likewise.
9993 (all-target-qthreads): New target.
9994 (configure-target-libjava): Depend on configure-target-qthreads.
9995 (all-target-libjava): Depend on all-target-qthreads.
9997 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9998 (CONFIGURE_TARGET_MODULES): Likewise.
9999 (CHECK_TARGET_MODULES): Likewise.
10000 (INSTALL_TARGET_MODULES): Likewise.
10001 (CLEAN_TARGET_MODULES): Likewise.
10002 (all-target-libjava): New target.
10003 (all-target-boehm-gc): Likewise.
10004 * configure.in (target_libs): Added libjava, boehm-gc.
10006 1999-07-22 Ian Lance Taylor <ian@zembu.com>
10008 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10009 configure.bat in SUPPORT_FILES.
10010 (gas+binutils.tar.bz2): Likewise.
10012 * makeall.bat: Remove; obsolete.
10014 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10016 From Mark Elbrecht:
10017 * configure.bat: Remove; obsolete.
10019 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10021 * configure: Add -W -Wall to the default CFLAGS when compiling with
10024 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10026 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10028 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10030 * configure.in: Build ld on IRIX6.
10032 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10034 * Makefile.in: Change distribution targets to use bzip2 instead of
10036 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10037 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10039 1999-06-04 Nick Clifton <nickc@cygnus.com>
10041 * config.sub: Add mcore target.
10043 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
10045 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10047 1999-05-25 H.J. Lu (hjl@gnu.org)
10049 * config.guess (dummy): Changed to $dummy.
10051 1999-05-24 Nick Clifton <nickc@cygnus.com>
10053 * config.sub: Tidied up case statements.
10055 1999-05-22 Ben Elliston <bje@cygnus.com>
10057 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10060 * config.guess: Merge with FSF version. Future changes will be
10061 more accurately recorded in this ChangeLog.
10062 * config.sub: Likewise.
10064 1999-05-20 Stephen L Moshier <moshier@world.std.com>
10066 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10068 1999-04-30 Tom Tromey <tromey@cygnus.com>
10070 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10072 1999-04-23 Tom Tromey <tromey@cygnus.com>
10074 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10076 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
10078 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10079 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10080 Bad merge removed these two changes.
10082 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
10083 Martin Heller (Ing.-Buero_Heller@t-online.de)
10085 * config.guess (interix Alpha): Add.
10087 1999-04-11 Richard Henderson <rth@cygnus.com>
10089 * configure.in (i?86-*-beos*): Do config gperf; don't config
10090 gdb, newlib, or libgloss.
10092 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
10094 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10095 link a trivial program with -mabi=64. If it fails, remove mabi=64
10098 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
10100 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10102 1999-04-08 Nick Clifton <nickc@cygnus.com>
10104 * config.sub: Add support for mcore targets.
10106 1999-04-07 Michael Meissner <meissner@cygnus.com>
10108 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10109 not mt-ospace, in order to shut up assembler warning about using
10110 symbols that are named the same as registers.
10112 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
10114 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10115 dependency list for all-target-cygmon.
10117 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10119 * config-ml.in: Check $host, not $target, for selective multilibs.
10120 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10121 thumb interworking, and underscore prefix multilibs.
10123 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10125 * missing: Update to version from current automake.
10127 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10129 * configure (gxx_include_dir): Removed.
10131 * configure.in (gxx_include_dir): Handle it.
10132 * Makefile.in: Likewise.
10134 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10136 * config.sub (mips64vr4111,mips64vr4111el) Add.
10138 1999-03-21 Ben Elliston <bje@cygnus.com>
10140 * config.guess: Correct typo for detecting ELF on FreeBSD.
10142 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10144 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10147 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10149 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10150 all-target-newlib to dependency list for all-target-bsp.
10152 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10154 * config.sub: Add i386-uwin support.
10155 * config.guess: Likewise.
10157 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10159 * configure.in: cleanup, add mh-*pic handling for arm, special
10160 case powerpc*-*-aix*
10162 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10164 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10167 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10169 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10172 1999-03-02 Nick Clifton <nickc@cygnus.com>
10174 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10176 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10178 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10180 1999-02-24 Nick Clifton <nickc@cygnus.com>
10182 * config.sub: Fix typo in arm recognition.
10184 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10186 * configure.in (noconfigdirs): Changed target_configdirs to
10187 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10188 rather than m68k-*-* since it is not known to work on
10189 m68k-aout. Ditto for arm-*-*oabi.
10191 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10193 * configure.in (*-*-windows*): Remove, no longer used.
10195 1999-02-19 Ben Elliston <bje@cygnus.com>
10197 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10198 Smart and improved by Andrew Cagney.
10200 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10202 * config.guess: Recognize openbsd-*-hppa.
10204 1999-02-17 H.J. Lu (hjl@gnu.org)
10206 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10207 only if it is not empty.
10209 1999-02-17 Nick Clifton <nickc@cygnus.com>
10211 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10213 * config.guess: Modified to recognize uname's armv* syntax.
10215 * config.sub: Modified to recognize uname's armv* syntax.
10217 1999-02-17 Mark Salter <msalter@cygnus.com>
10219 * configure.in: Added target-bsp for sparclite.
10221 1999-02-08 Richard Henderson <rth@cygnus.com>
10223 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10225 1999-02-08 Nick Clifton <nickc@cygnus.com>
10227 * configure.in: Add support for strongarm port.
10228 * config.sub: Add support for strongarm target.
10230 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10232 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10233 the old name config/mh-cygwin32.
10236 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10238 * configure.in: Do build ld for ix86 Solaris.
10240 1999-02-02 Jim Wilson <wilson@cygnus.com>
10242 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10243 $AR_FOR_TARGET. Likewise for RANLIB.
10245 1999-02-02 Catherine Moore <clm@cygnus.com>
10247 * config.sub (oabi): Recognize.
10248 * configure.in (arm-*-oabi): Handle.
10250 1999-01-30 Robert Lipe (robertlipe@usa.net)
10252 * config.guess: Improve detection of i686 on UnixWare 7.
10254 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10256 * config.guess: Add support for i386-pc-interix.
10257 * config.sub: Likewise.
10258 * configure.in: Likewise.
10260 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10262 * Makefile.in: Remove unneeded all-target-libio from
10263 from all-target-winsup target since it is now unneeded.
10264 Add all-target-libtermcap in its place since it is now
10267 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10269 * configure.in: makefile stub for cygwin target is probably
10270 unnecessary. Remove it for now.
10272 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10274 * configure.in: libtermcap.a should be built when cygwin is the
10275 target as well as the host.
10276 * config.guess: Allow mixed case in cygwin uname output.
10277 * Makefile.in: Add libtermcap target.
10279 1998-12-23 Jeffrey A Law (law@cygnus.com)
10281 * config.sub: Clean up handling of hppa2.0.
10283 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10285 * config.guess: Use C code to identify more HP machines.
10287 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10289 * config.sub: Handle hppa2.0.
10291 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10293 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10294 cygmon for all sparclite targets, regardless of object format.
10296 1998-12-15 Mark Salter <msalter@cygnus.com>
10298 * configure.in: Added target-bsp for several target architectures.
10300 * Makefile.in: Added rules for bsp.
10302 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10304 * config.guess: Improve detection of hppa2.0 processors.
10306 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10308 * config.guess: Recognize FreeBSD using ELF automatically.
10310 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10312 * configure (skip-this-dir): Add handling for new shell script, which
10313 might be created by a sub-directory's configure to indicate, this particular
10314 directory is "unwanted".
10315 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10317 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10319 * ltconfig: import from libtool, after changing libtool to
10320 account for the cygwin name change.
10322 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10324 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10325 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10327 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10329 * configure.in: Add libtermcap to list of cygwin dependencies.
10331 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10333 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10334 they include winsup/include when it's a cygwin target.
10336 1998-11-12 Tom Tromey <tromey@cygnus.com>
10338 * configure.in (host_tools): Added zip.
10339 * Makefile.in (all-target-libjava): Depend on all-zip.
10340 (all-zip): New target.
10341 (ALL_MODULES): Added all-zip.
10342 (NATIVE_CHECK_MODULES): Added check-zip.
10343 (INSTALL_MODULES): Added install-zip.
10344 (CLEAN_MODULES): Added clean-zip.
10346 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10348 * Makefile.in: lose "32" from comment about cygwin.
10350 1998-11-05 Nick Clifton <nickc@cygnus.com>
10352 * configure.in: Use -Os to build target libraries for the fr30.
10354 1998-11-04 Dave Brolley <brolley@cygnus.com>
10356 * config.sub: Add fr30.
10358 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10360 * configure.in: drop "32" from config/mh-cygwin32. Check
10361 cygwin* instead of cygwin32*.
10362 * config.sub: Check cygwin* instead of cygwin32*.
10364 1998-10-22 Robert Lipe <robertl@dgii.com>
10366 * config.guess: Match any version of Unixware7.
10368 1998-10-20 Syd Polk <spolk@cygnus.com>
10370 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10373 1998-10-18 Jeffrey A Law (law@cygnus.com)
10375 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10376 these if the appropriate directories and files to not exist.
10378 1998-10-14 Jeffrey A Law (law@cygnus.com)
10380 * Makefile.in (DEVO_SUPPORT): Add config.if.
10382 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10384 * configure: Add pattern to replace "build_tooldir"'s
10385 definition in the generated Makefile with "tooldir"'s
10388 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10390 * config.sub: Bring back lost sparcv9.
10392 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10394 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10396 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10397 CC_FOR_TARGET and friends.
10399 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10401 * Makefile.in (build_tooldir): New variable, same as tooldir.
10402 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10403 -B$(build_tooldir)/bin/.
10404 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10406 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10408 * config.sub: Add support for i[34567]86-pc-udk.
10409 * configure.in: Likewise.
10411 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10413 * Makefile.in: add bzip2 package building bits for user
10415 * configure.in: ditto
10417 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10419 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10420 (ALL_TARGET_MODULES): Add all-target-libobjc.
10421 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10422 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10423 (all-target-libchill): Add dependencies.
10424 * configure.in (target_libs): Add libchill.
10426 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10428 * configure.in (target_subdir): Remove duplicate line.
10430 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10432 * Makefile.in (all-automake): fix dependencies.
10434 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10436 * configure.in: Minor cleanups for building in the $(target_alias)
10439 1998-09-22 Jim Wilson <wilson@cygnus.com>
10441 * Makefile.in (bootstrap): Set r and s before make all. Use
10442 BASE_FLAGS_TO_PASS in make all.
10445 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10447 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10449 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10451 * config.sub: Fix typo in last change.
10453 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10455 * config.sub: Add support for C4x target.
10456 * configure.in: Likewise.
10458 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10460 * config.sub: Recognize sparcv9 just like sparc64.
10462 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10464 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10466 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10468 * config.guess: Correctly identify Pentium II sco boxes.
10470 * config.guess: Fix "tr" code. From Weiwen Liu.
10472 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10474 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10477 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10479 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10480 (ALL_TARGET_MODULES): Add all-target-libchill.
10481 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10482 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10483 (all-target-libchill): Add dependencies.
10484 * configure.in (target_libs): Add libchill.
10486 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10488 * config.guess: Avoid assumptions about "tr" behaves when
10489 LANG is set to something other than English.
10491 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10493 * configure (gxx_include_dir): Changed to
10494 '${prefix}/include/g++'-${libstdcxx_interface}.
10496 * config.if: New to determine the interfaces.
10498 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10500 * config.guess: Detect and handle MPE/IX.
10501 * config.sub: Deal with MPE/IX.
10503 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10505 * configure.in: Use mh-aix43.
10507 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10509 * configure: Fix --without/--disable cases for gxx-include-dir.
10511 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10513 * mdata-sh: Imported. Needed for automake support.
10515 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10517 * Makefile.in (taz): Try "chmod -R og=u ." before
10518 "chmod og=u `find . -print`".
10520 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10522 * configure.in: Add arm-elf and thumb-elf support.
10524 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10526 * Makefile.in: Undo previous patch.
10528 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10530 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10532 (install-no-fixedincludes): and here
10533 (INSTALL_MODULES): ... from here.
10535 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10537 * config.sub: Merge with FSF.
10539 * config.guess: Merge with FSF.
10541 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10543 * configure (extraconfigdirs): New variable.
10544 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10545 * Makefile.in (all): Move higher in file.
10546 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10547 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10548 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10549 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10550 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10552 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10554 * Makefile.in (all-target-libjava): Depend on all-gcc and
10556 (configure-target-libjava): Depend on $(ALL_GCC).
10558 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10560 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10561 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10563 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10565 * ylwrap: Change absolute path checks to check for DOS style path
10568 * ylwrap: Don't use a full path name if the source file is in the
10569 same directory. From hjl@lucon.org (H.J. Lu).
10571 * config-ml.in: Default to being verbose, to match Feb 18 change to
10574 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10576 Brought over from egcs:
10578 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10580 * configure.in (target_subdir): Set to ${target_alias} instead
10583 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10585 * configure.in (target_subdir): Set to libraries if enable_multilib.
10587 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10589 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10590 multilibs, force reconfiguration the first time we create
10591 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10593 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10595 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10596 avoid confusion with --no-recursion.
10598 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10600 * configure.in: Win32 hosts shouldn't use install -x
10601 * install-sh: remove -x option, and special .exe-handling
10604 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10606 * config.guess: Recognize i586-pc-beos.
10607 * configure.in: Don't build some bits for beos.
10609 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10611 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10612 CFLAGS default to -O2.
10614 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10617 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10619 * ltmain.sh: Correct install when using a different shell.
10621 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10623 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10625 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10627 * makefile.vms: Update to build binutils/makefile.vms. Add install
10630 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10632 * ltconfig: Update to correct AIX handling.
10634 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10636 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10638 * configure.in (target_subdir): Set to ${target_alias} instead
10641 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10643 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10644 (Makefile): Depend on $(gcc_version_trigger).
10646 * configure (gcc_version): Change default initializer to empty
10648 (gcc_version_trigger): New variable; pass this variable down
10649 to subdir configures to enable them checking gcc's version
10650 themselves. Emit make macros for both gcc_version vars.
10651 (topsrcdir): Initialize reliably.
10652 (recursion line): Remove --with-gcc-version=${gcc_version}.
10654 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10656 * configure (enable_version_specific_runtime_libs): Implement new flag
10657 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10658 in $(libsubdir); emit definition in each generated Makefile.
10659 (gxx_include_dir): Initialize depending on
10660 $enable_version_specific_runtime_libs.
10662 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10664 * configure (gcc_version): Initialize properly depending on
10665 how and where configure is started.
10666 (recursion line): Pass a --with-gcc-version=${gcc_version}
10667 to configures in subdirs.
10669 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10671 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10674 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10676 * configure.in: Add cygmon and libstub support for mn10200.
10678 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10680 * configure (gcc_version): Add new variable describing the
10681 particular gcc version we're building.
10682 * Makefile.in (libsubdir): Add new macro for the directory
10683 in which the compiler finds executables, libraries, etc.
10684 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10687 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10689 * Makefile.in (local-clean): Remove *.log.
10690 (warning.log): Built with warn_summary from build.log.
10691 (mail-report.log): Run test_summary.
10692 (mail-report-with-warnings.log): Run test_summary including
10693 warning.log in the report.
10695 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10697 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10699 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10701 * Makefile.in (grep): Grep no longer depends on libiberty.
10703 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10705 * Makefile.in: all-snavigator needs all-libgui.
10707 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10709 * configure.in: Add cygmon and libstub support for mn10300.
10711 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10713 * missing: Update to version from automake 1.3.
10715 * ltmain.sh: On installation, don't get confused if the same name
10716 appears more than once in the list of library names.
10718 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10720 * config.sub: Accept m68060 and m5200 as CPU names.
10722 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10724 * configure: Use && rather than using -a in test, because odd
10725 strings can confuse test.
10726 * configure.in: Likewise.
10728 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10730 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10732 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10734 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10735 bootstrap4-lean): New targets.
10737 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10739 * mpw-* Delete. Not used.
10741 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10743 * COPYING.LIB: Update FSF address.
10745 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10747 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10749 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10752 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10754 * ltconfig, ltmain.sh: Avoid producing a version number if
10755 -version-info was not used.
10757 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10759 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10760 building with newlib.
10762 1998-04-30 Paul Eggert <eggert@twinsun.com>
10764 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10765 Solaris `make' causes it to continue to next definition.
10767 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10769 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10770 the right GUI libraries and files are installed along with GDB.
10772 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10774 * configure.in: Change alpha to alpha* in several places.
10776 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10778 * config.sub: Recognize sparc86x.
10780 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10782 * configure.in (--enable-target-optspace): Remove debug echo.
10784 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10786 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10788 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10790 * ltconfig: Update cygwin32 support.
10792 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10793 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10794 (GDB_SUPPORT_DIRS): Likewise.
10796 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10798 * configure.in (target_makefile_frag): If --enable-target-optspace,
10799 use -Os to compile target libraries rather than -O2. Default to
10800 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10802 * configure.in (target_cflags): Ditto for d30v.
10804 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10806 * Makefile.in (all-bfd): Depend on all-intl.
10807 (all-binutils): Likewise.
10808 (all-gas): Likewise.
10809 (all-gprof): Likewise.
10810 (all-ld): Likewise.
10812 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10814 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10816 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10818 * Makefile.in (all-bfd): Depend upon all-libiberty.
10820 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10822 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10824 * Makefile.in: Add libstub.
10826 * configure.in: Ditto. Build libstub for targets that have cygmon
10829 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10831 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10833 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10835 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10836 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10838 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10840 * configure: Define DEFAULT_M4 by searching PATH.
10841 * Makfile.in: Use DEFAULT_M4.
10843 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10845 * ltconfig: Add cygwin32 support.
10847 * Makefile.in, configure.in: Add libtool as a native only directory
10848 to configure and build.
10850 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10852 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10854 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10856 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10858 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10860 * Makefile.in: add ash make rules
10861 * configure.in: add ash to native_only and host_tools lists
10863 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10865 * Makefile.in (all-gettext, all-intl): New targets.
10866 (ALL_MODULES): Added all-gettext, all-intl.
10867 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10868 (INSTALL_MODULES): Added install-gettext, install-intl.
10869 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10871 * configure.in (host_tools): Added gettext.
10872 (native_only): Likewise.
10873 (noconfigdirs) [various cases]: Likewise.
10874 (host_libs): Added intl.
10876 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10878 * configure: Do not disable building gdbtk for cygwin32 hosts.
10880 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10882 * configure.in: Add thumb-coff target.
10883 * config.sub: Add thumb-coff target.
10885 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10887 * Makefile.in: Revert yesterday's change.
10888 (all-target-winsup): all-target-librx stays out of here.
10890 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10892 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10893 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10894 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10895 Remove references to librx and libg++.
10897 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10899 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10902 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10904 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10905 for newlib directory.
10906 (CXX_FOR_TARGET): Likewise.
10908 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10910 * ltconfig: Update after libtool/ltconfig.in change for
10913 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10915 * ltconfig, ltmain.sh: Update to libtool 1.2.
10917 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10919 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10920 (install-gcc-cross): Instead, override LANGUAGES here.
10922 1998-03-18 Dave Love <d.love@dl.ac.uk>
10924 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10925 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10927 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10929 * configure.in: Add Thumb-pe target.
10931 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10933 * Makefile.in - changed sn targets to snavigator
10934 * configure.in - changed sn targets to snavigator
10936 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10938 * config-ml.in: After building symlink tree call make distclean
10939 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10940 to be the case for libiberty.
10942 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10944 * configure: When making link, also check the current
10945 directory. The configure scripts may create one.
10947 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10949 * config.sub: Accept alphapca56 and alphaev6 properly.
10951 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10953 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10955 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10957 * config.sub (sco5): Fix typo.
10959 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10961 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10963 (install-itcl): Remove dependency on install-tcl.
10965 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10967 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10969 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10971 * configure.in: Don't build libgui for a cygwin32 target when not on
10974 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10976 * configure (redirect): Set to null, so default behavior of
10977 configure is now --verbose.
10979 1998-02-16 Dave Love <d.love@dl.ac.uk>
10981 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10982 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10984 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10986 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10987 this change to sync Makefile.in with its ChangeLog entries.
10989 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10991 * ltmain.sh (mkdir): Check that the directory doesn't exist
10992 before we exit with error, so that we don't get races during
10995 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10997 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10999 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
11001 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11002 PICFLAG_FOR_TARGET.
11003 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11005 * configure: Emit a definition for the new macro enable_shared
11006 into each Makefile.
11008 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11010 * configure.in (host_tools, native_only): Add libtool.
11012 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11014 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11015 Fix typo in ming config comment.
11017 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11019 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11021 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11023 * config.sub: Add tic30 cases, and map c30 to tic30.
11025 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11027 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11028 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11029 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11030 (CLEAN_TARGET_MODULES): Similarly
11031 (all-target-libf2c): Add dependences.
11032 * configure.in (target_libs): Add libf2c.
11034 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11036 * configure.in: Remove expect from noconfigdirs when target
11037 is cygwin32. OK to build expect and dejagnu with Canadian
11040 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11042 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11045 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11048 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11050 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11051 here as it is not defined in the toplevel Makefile.
11053 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11055 * configure (package_makefile_rules_frag): New variable, which names
11056 a file with generic rules, ...
11057 Change comment to mention we now have FIVE parts.
11058 * configure: Undo last change.
11060 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11062 * config.guess: More accurate determination of HP processor types.
11063 * config.sub: More accurate determination of HP processor types.
11065 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11067 * configure (package_makefile_frag): Move inserting the
11068 ${package_makefile_frag} to where it should be according
11071 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11073 * config.guess: Add support for Linux/ARM.
11075 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11077 * .cvsignore: Remove *-info and *-install since they match
11078 release-info and mpw-install, which we don't want to just ignore.
11080 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11082 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11084 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11086 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11087 local_prefix to sub-make invocations.
11089 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11091 * configure.in: Check makefile fragments in the source
11094 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11096 * configure.in: Check whether host and target makefile
11097 fragments exist before adding them to *_makefile_frag.
11099 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11101 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11103 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11105 * configure.in: Make sure we only replace RPATH_ENVVAR on
11106 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11109 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11112 1998-01-13 Lee Iverson (leei@ai.sri.com)
11114 * config-ml.in (multi-do): LDFLAGS must include multilib
11117 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11119 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11121 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11123 * config.sub: Add mingw32 support.
11124 * configure.in: Likewise.
11126 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11128 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11130 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11132 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11133 * configure (gxx_include_dir): Provide a definition for subdirs
11134 which do not use autoconf.
11136 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11138 * config.guess: Sync with egcs. Picks up new alpha support,
11139 BeOS & some additional linux support.
11141 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11143 * config.guess: HP 9000/803 is a PA1.1 machine.
11145 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11147 * configure.in: It's alpha*-...
11149 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11151 * configure.in (host_makefile_frag, target_makefile_frag):
11152 Handle multiple config files.
11153 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11156 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11160 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11162 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11164 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11166 * Makefile.in: Add libgui directory.
11167 (GDB_TK): Add all-libgui.
11168 * configure.in: Add libgui directory.
11169 * configure: Add all-libgui to GDB_TK.
11171 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11173 * config-ml.in (multidirs): Add m32r to multilib list.
11175 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11177 * Makefile.in (all-target-gperf): Change dependency to
11178 all-target-libstdc++.
11180 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11182 * config.guess: Add BeOS support.
11184 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11186 Source directory cvs renamed to cvssrc:
11187 * configure.in (host_tools): Change cvs to cvssrc.
11188 (native_only): Likewise.
11189 (noconfigdirs) [various cases]: Likewise.
11190 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11191 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11192 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11193 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11194 (all-cvssrc): Rename target from all-cvs.
11196 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11198 * configure (gxx_include_dir): Fix thinko.
11200 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11202 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11203 (install-cross, install-gcc-cross): New targets.
11205 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11207 * configure.in (noconfigdirs): Add support for Thumb target.
11209 * config.sub (maybe_os): Add support for Thumb target.
11211 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11213 * Makefile.in: Add rules for cygmon.
11215 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11217 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11219 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11220 * configure (gxx_include_dir): Provide a definition for subdirs
11221 which do not use autoconf.
11223 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11225 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11228 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11231 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11232 found on RedHat Linux systems.
11234 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11236 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11239 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11241 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11243 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11245 * ltmain.sh: If mkdir fails, check whether the directory was created
11246 anyhow by some other process.
11248 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11250 * configure.in (d30v-*-*): Configure all directories.
11252 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11254 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11257 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11259 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11261 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11263 * include/libiberty.h: Add extern "C" { so it can be used with C++
11265 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11268 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11270 * configure.in (d30v-*-*): Configure GCC now.
11272 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11274 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11275 is no longer needed.
11277 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11279 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11281 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11283 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11284 targets using "$@" to provide support for similar but not identical
11285 targets without having to duplicate code.
11287 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11289 * makefile.vms: Fix to work with DEC C.
11291 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11293 * config.sub: Add mips-tx39-elf to marketing names.
11295 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11297 * ltmain.sh: Handle symlinks in generated script.
11299 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11301 * configure: Handle autoconf style directory options: --bindir,
11302 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11303 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11305 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11306 (sharedstatedir, localstatedir, oldincludedir): New variables.
11307 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11308 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11309 sbindir, sharedstatedir, and sysconfdir.
11311 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11313 * Makefile.in (bootstrap-lean): New target.
11315 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11317 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11318 sn, and gnuserv from noconfigdirs.
11320 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11322 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11324 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11326 * Makefile.in (cross): New target.
11328 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11329 Jeff Law <law@cygnus.com>
11331 * Makefile.in (bootstrap2, bootstrap3): New targets.
11332 (all-bootstrap): Remove outdated and confusing target.
11333 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11335 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11337 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11338 windows. Consistent with gdb/configure.
11340 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11342 * configure.in: Name Linux target fragment.
11344 * configure: Rewrite so that project Makefile fragment is inserted
11345 first and appears last in the resulting Makefile.
11347 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11349 * Makefile.in (install-itcl): Install tcl first.
11351 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11353 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11355 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11357 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11359 * configure.in (skipdirs): Add target-librx for Linux.
11360 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11362 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11364 * Makefile.in (bootstrap): New target.
11366 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11368 * config.sub: Accept 'amigados' for backward compatability.
11370 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11372 * config.guess: Merge with FSF.
11374 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11376 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11378 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11380 * config.sub: Add "marketing-names" patch.
11382 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11384 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11386 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11388 * config.sub: Handle v850-elf.
11390 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11392 * .cvsignore (*-install): Remove.
11394 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11396 * ltconfig: Set CONFIG_SHELL in libtool.
11397 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11399 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11401 * configure.in (target_subdir): Set to libraries if enable_multilib.
11403 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11405 * config.guess: Update from gcc directory.
11407 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11409 * Makefile.in (all-sim): Depends on all-readline.
11411 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11413 * Makefile.in (BISON, YACC): Use $$s.
11414 (all-bison): Depend on all-texinfo.
11416 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11418 * Makefile.in (BISON): Add -L flag.
11421 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11423 * configure.in (noconfigdirs): Add support for v850e target.
11425 * config.sub (maybe_os): Add support for v850e target.
11427 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11429 * configure.in (noconfigdirs): Add support for v850ea target.
11431 * config.sub (maybe_os): Add support for v850ea target.
11433 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11435 * config.sub: Add mipstx39. Delete r3900.
11437 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11439 * Makefile.in (all-autoconf): Depends on all-texinfo.
11441 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11443 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11446 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11448 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11450 * configure: When handling a Canadian Cross, handle YACC as well as
11451 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11452 * Makefile.in (all-bison): Depend upon all-texinfo.
11454 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11456 * Makefile.in (BISON): bison, not byacc or bison -y.
11457 (YACC): bison -y or byacc or yacc.
11458 (various): Add *-bison as appropriate.
11459 (taz): No need to mess with BISON anymore.
11461 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11463 * configure: If OSTYPE matches *win32*, try to find a good value for
11466 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11468 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11469 configure.in if it is present.
11471 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11473 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11475 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11477 * config.sub: Recognize `arc' cpu.
11478 * configure.in: Likewise.
11479 * config-ml.in: Likewise.
11481 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11483 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11485 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11487 * configure: Changed sed delimiter from ':' to '|' when
11488 attempting to substitute ${config_shell} for SHELL. On
11489 NT ${config_shell} may contain a ':' in it.
11491 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11493 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11495 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11497 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11499 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11501 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11503 * ylwrap: If the program is a relative path, force it to be
11506 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11508 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11510 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11512 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11513 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11516 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11518 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11519 separated by spaces.
11521 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11523 * ylwrap: New file.
11524 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11526 * ltmain.sh: Handle /bin/sh at start of install program.
11528 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11530 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11531 * missing: New file, from automake 1.2.
11533 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11535 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11536 check-tk to CHECK_X11_MODULES.
11538 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11540 * config.sub: Merge with FSF.
11542 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11544 * config.guess: Merge with FSF.
11546 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11548 * configure: Treat msdosdjgpp like go32.
11549 * configure.in: Likewise. Don't remove gprof for go32.
11551 * configure: Change Makefile.tem2 to Makefile.tm2.
11553 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11555 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11557 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11559 * install-sh (chmodcmd): Set to null if the DST directory already
11560 exists. Same as Nov 11th change.
11562 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11564 * configure (GDB_TK): Needs itcl and tix.
11566 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11568 * config.guess: Update from FSF.
11570 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11572 * Makefile.in (GDB_TK): Depend on itcl and tix.
11574 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11576 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11577 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11578 (INSTALL_SCRIPT): New variable.
11579 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11580 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11582 * install-sh: Add support for -x option.
11584 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11586 * configure.in, Makefile.in: Treat tix like itcl.
11588 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11590 * Makefile.in (WINDRES): New variable.
11591 (WINDRES_FOR_TARGET): New variable.
11592 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11593 (EXTRA_HOST_FLAGS): Add WINDRES.
11594 (EXTRA_TARGET_FLAGS): Add WINDRES.
11595 (EXTRA_GCC_FLAGS): Add WINDRES.
11596 ($(DO_X)): Pass down WINDRES.
11597 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11598 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11599 DLLTOOL_FOR_TARGET.
11601 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11603 * configure.in: configure sim before gdb for win32-x-ppc
11605 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11607 Move gperf into the toplevel, from libg++.
11608 * configure.in (target_tools): Add target-gperf.
11609 (native_only): Add target-gperf.
11610 * Makefile.in (all-target-gperf): New target, depend on
11612 (configure-target-gperf): Empty rule.
11613 (ALL_TARGET_MODULES): Add all-target-gperf.
11614 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11615 (CHECK_TARGET_MODULES): Add check-target-gperf.
11616 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11617 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11619 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11621 * config.sub (mn10200): Recognize new basic machine.
11623 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11625 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11626 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11628 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11630 * configure.in: If we're building mips-sgi-irix6* native, turn on
11631 ENABLE_MULTILIB and set TARGET_SUBDIR.
11633 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11635 * Makefile.in (all-sn): Depend on all-grep.
11637 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11639 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11641 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11642 Makefile. From Jeff Makey <jeff@cts.com>.
11643 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11645 * Makefile.in (DISTBISONFILES): Remove.
11646 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11649 * configure.in: Build itl, db, sn, etc., when building for native
11652 * Makefile.in (LD): New variable.
11653 (EXTRA_HOST_FLAGS): Pass down LD.
11654 ($(DO_X)): Likewise.
11656 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11658 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11660 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11662 * configure.in (targargs): Strip out any supplied --build argument
11663 before adding our own. Always add --build.
11665 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11667 * configure.in (targargs): Pass --build if we're doing
11670 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11672 * configure: Use '|' instead of ":" as the separator in
11673 sed. Otherwise sed chokes on NT path names with drive
11674 designators. Also look for "?:*" as the leading characters in an
11677 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11679 * config.sub: Support for r3900.
11681 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11683 * configure.in: Use install-sh, not install.sh.
11685 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11687 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11690 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11692 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11695 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11697 * Makefile.in: Add automake targets.
11698 * configure.in (host_tools): Add automake.
11700 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11702 * configure: Default CXX to c++, not gcc.
11703 * Makefile.in (CXX): Set to c++, not gcc.
11704 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11706 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11708 * install-sh: try appending a .exe if source file doesn't
11711 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11713 * configure.in: Turn on multilib by default.
11714 (cross_only): Remove target-libiberty.
11716 * Makefile.in (all-gcc): Don't depend on libiberty.
11718 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11720 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11722 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11724 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11725 (DISTBISONFILES): Add ld/Makefile.in
11727 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11729 * configure.in: if target is cygwin32 but host isn't cygwin32,
11730 don't configure gdb tcl tk expect, not just gdb.
11732 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11734 * configure.in: Added gnuserv everywhere sn appears.
11736 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11737 (CROSS_CHECK_MODULES): Added check-gnuserv.
11738 (INSTALL_MODULES): Added install-gnuserv.
11739 (CLEAN_MODULES): Added clean-gnuserv.
11740 (all-gnuserv): New target.
11742 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11744 * config.guess: Fixes for MIPS OpenBSD systems.
11746 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11748 * Makefile.in (INSTALL_XFORM): Remove.
11749 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11751 * mkinstalldirs: New file, copied from automake.
11752 * Makefile.in (installdirs): Rename from install-dirs. Use
11753 mkinstalldirs. Change all users.
11754 (DEVO_SUPPORT): Add mkinstalldirs.
11756 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11758 * install-sh: Rename from install.sh.
11759 * Makefile.in (INSTALL): Change install.sh to install-sh.
11760 (DEVO_SUPPORT): Likewise.
11762 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11763 Graichen <graichen@rzpd.de>.
11765 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11767 * config.guess: Recognize OpenBSD systems correctly.
11769 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11771 * README, Makefile.in (ETC_SUPPORT): Remove references to
11772 cfg-paper*, configure.{texi,man,info*}._
11774 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11776 * Makefile.in (all.normal): Ensure that gcc is built after all
11777 the x11 - ie gdb - targets.
11779 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11781 * makefile.vms: Don't run conf-a-gas.
11783 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11785 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11787 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11789 * configure.in: Remove noconfigdirs case since gdb also
11790 configures and builds for tic80-coff.
11792 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11794 * configure: Set cache_file to config.cache.
11795 * Makefile.in (local-distclean): Remove config.cache.
11797 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11799 * COPYING: Update FSF address.
11801 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11803 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11806 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11808 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11809 MAKEDIRS, is empty.
11811 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11813 * config.sub: Tweak mn10300 entry.
11815 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11817 * configure.in (host_tools): Put sim before gdb, so gdb's
11818 configure.tgt can determine if the simulator was configured.
11820 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11822 * config.sub: Move BeOS $os case to be with other Cygnus
11825 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11827 * config.sub: Remove misplaced comment that broke Linux.
11829 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11831 * config.sub: Add BeOS support.
11833 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11835 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11837 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11839 * configure.in (noconfigdirs): Remove tcl and tk from
11840 noconfigdirs for cygwin32 builds.
11842 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11844 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11846 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11848 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11849 make-all.com, use makefile.vms instead.
11851 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11853 * config.sub: Accept -lnews*.
11855 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11857 * configure.in (noconfigdirs): Disable target-newlib,
11858 target-examples and target-libiberty for d30v.
11860 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11862 * configure.in (noconfigdirs): Enable ld for d30v.
11864 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11866 * configure.in (tic80-*-*): Build compiler.
11868 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11870 * configure.in (d30v-*): Remove sim directory from list of
11871 unsupported d30v directories
11873 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11875 * config.sub, configure.in: Add d30v target cpu.
11877 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11879 * makefile.vms: New file.
11880 * make-all.com: Remove.
11882 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11884 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11886 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11888 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11890 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11892 * Makefile.in (ALL_MODULES): Added all-db.
11893 (CROSS_CHECK_MODULES): Addec check-db.
11894 (INSTALL_MODULES): Added install-db.
11895 (CLEAN_MODULES): Added clean-db.
11897 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11899 * config.guess: Merge with latest FSF sources.
11901 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11903 * Makefile.in (ALL_MODULES): Added all-itcl.
11904 (CROSS_CHECK_MODULES): Added check-itcl.
11905 (INSTALL_MODULES): Added install-itcl.
11906 (CLEAN_MODULES): Added clean-itcl.
11908 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11910 * configure.in: build gdb for mn10200
11912 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11914 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11916 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11918 * configure.in (tic80-*-*): Turn off most targets right now.
11920 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11922 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11923 rather than the makeinfo program.
11924 (do-info): Depend upon all-texinfo.
11926 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11928 * configure.in: Remove uses of config/mh-linux.
11930 * config.sub, config.guess: Merge with latest FSF sources.
11932 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11934 * config.sub (case $basic_machine): Add tic80 entries.
11936 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11938 * config.sub, config.guess: Merge with latest FSF sources.
11940 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11942 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11943 * mpw-config.in: Test for NewFolderRecursive.
11944 * mpw-install: Use symbolic name for startup filename.
11945 * mpw-README: Add various additional details.
11947 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11949 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11951 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11953 * configure.in: Do build gcc and the target libraries for
11956 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11958 * configure.in: don't avoid building gdb for mn10300 any more
11959 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11960 instead of single-quoting it.
11962 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11964 * configure.in: Don't use --with-stabs on IRIX 6.
11966 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11968 * configure.in (m32r): Build gdb, libg++ now.
11970 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11972 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11973 directories from noconfigdirs.
11975 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11977 * config.sub (basic_machine): added mips16 configuration
11979 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11981 * config.sub: Handle d10v-unknown.
11983 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11985 * config.sub: Handle v850-unknown.
11987 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11989 * Makefile.in: add findutils
11990 * configure.in: add findutils to list of host_tools
11992 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11994 * config.sub: Handle mn10200 and mn10300.
11996 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11998 * configure.in (d10v-*): Do not build librx.
12000 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
12002 * configure.in (mn10300): Build everything except gdb & libgloss.
12004 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12006 * config.guess: Patch for Dansk Data Elektronik servers,
12007 from Niels Skou Olsen <nso@dde.dk>.
12009 For ncr, use /bin/uname rather than uname, since GNU uname does not
12010 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12012 Patch for MIPS R4000 running System V,
12013 from Eric S. Raymond <esr@snark.thyrsus.com>.
12015 Fix thinko for nextstep.
12017 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12019 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12020 * config.guess: Guess mips-dec-mach_bsd4.3.
12022 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12023 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12025 * config.guess (mips-mips-riscos*): Emit just enough of the
12028 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12029 * config.guess (sparc-auspex-sunos*): Added.
12030 (f300-fujitsu-*): Added.
12032 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12033 * config.guess: Recognize a Tadpole as a sparc.
12035 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12037 * config.guess: Don't assume that NextStep version is either 2 or
12038 3. NextStep 4 (aka OpenStep 4) has come out now.
12040 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12042 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12043 From Rik Faith <faith@cs.unc.edu>.
12045 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12047 * config.sub: Contributions from bug-gnu-utils to:
12048 Support plain "hppa" (no version given) architecture, reported by
12050 OpenBSD like NetBSD.
12051 LynxOs is not a hardware supplier.
12053 * config.guess: Contributions from bug-gnu-utils to add support for:
12054 OpenBSD like NetBSD.
12056 More Pyramid systems.
12057 i[n>4]86 Intel chips.
12058 M680[n>4]0 Motorola chips.
12059 Use unknown instead of lynx for hardware manufacturer.
12061 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12063 * install.sh (chmodcmd): Set to null if the DST directory already
12066 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12068 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12069 not use mt-ppc target Makefile fragment any more.
12071 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12073 * configure.in (*-*-windows): Exclude everything but those dirs
12074 needed to build windows.
12076 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12078 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12080 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12082 * configure.in: Exclude mmalloc from i386-windows.
12084 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12086 * Undo my previous change.
12088 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12090 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12092 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12094 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12096 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12097 host to add it's own flags.
12099 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12101 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12103 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12105 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12106 (CXX_FOR_TARGET): Likewise.
12107 (GCC_FOR_TARGET): Define.
12108 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12109 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12110 CC_FOR_TARGET was specified on the command line.
12111 (MAKEOVERRIDES): Don't define.
12113 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12115 * configure.in (m32r): Fix spelling of libg++ libs.
12117 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12119 * config.sub (-apple*): Remove, now redundant.
12121 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12123 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12125 * configure: Rework yesterday's sed script patch.
12127 * config.sub: Merge with FSF.
12129 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12131 * config.guess: Merge from FSF.
12133 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
12134 * config.guess: Use pc instead of unknown, for pc clone systems.
12135 Change linux to linux-gnu.
12137 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12138 * config.guess: Avoid non-portable tr syntax.
12140 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12142 * test-build.mk (HOLES): Add "xargs" for gdb.
12144 * configure: Avoid hpux10.20 sed bug.
12146 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12148 * configure.in: Add support for windows host
12149 (that is a build done under the Microsoft build environment).
12151 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12153 * Makefile.in: Replace all uses of srcroot with s, to shrink
12154 command line lengths.
12156 Patches from Geoffrey Noer <noer@cygnus.com>:
12157 * configure.in: If configuring for newlib, pass --with-newlib to
12159 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12160 -Bnewlib/ and -Lwinsup to gcc.
12161 (CXX_FOR_TARGET): Likewise.
12163 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12165 * Makefile.in (ETC_SUPPORT): Add configure.
12167 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12169 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12170 host configuration file.
12172 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12174 * configure.in: Break mn10x00 support into separate
12175 mn10200 and mn10300 configurations.
12176 * config.sub: Likewise.
12178 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12180 * configure.in: Add lots of stuff to noconfigdirs for
12181 the mn10x00 targets.
12183 * config.sub, configure.in: Add mn10x00 support.
12185 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12187 * make-all.com: Call conf-a-gas, not config-a-gas.
12189 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12191 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12194 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12196 * mpw-README: Add much more detail for native PowerMac.
12197 * mpw-install: New file.
12198 * mpw-configure: Add --norecursion and --help options.
12199 * mpw-config.in: Translate readme and install files when
12201 * mpw-build.in: Don't always depend on byacc and flex.
12202 (install-only-top): New action.
12204 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12206 * configure.in: You can now configure GDB for the v850.
12208 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12210 * configure.in (noconfigdirs): Don't configure any C++ dirs
12213 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12215 * config.sub: Recognize mips64vr5000.
12217 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12219 * configure.in: Use a single line for host_tools and native_only.
12221 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12223 * config.sub, configure.in: Add entries for m32r.
12225 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12227 * Makefile.in (inet-install): Don't run install-gzip.
12229 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12231 * configure.in: Don't config lots of things for *-*-windows*.
12233 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12235 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12236 (host_libs, host_tools): Copy from configure.in.
12237 * mpw-configure: Don't complain about directories not found.
12239 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12241 * configure.in (i[345]86): Recognize i686 for pentium pro.
12242 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12245 * config.guess (i[345]86): Ditto.
12247 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12249 * configure.in (noconfigdirs): Removed gdb for D10V.
12251 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12253 * configure.in: Remove ld, target-libio, target-libg++, and
12254 target-libstdc++ from noconfigdirs.
12256 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12258 * configure: Fix three locations where shell scripts were
12259 being run directly rather than with config_shell.
12261 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12263 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12264 * config.sub (basic_machine): Recognize v850.
12266 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12268 * mpw-configure: Handle multiple enable/disable options and
12269 pass them down recursively, handle -c and -s flags appropriately
12270 depending on choice of compiler, add escape mechanism for
12271 quoted arguments to gC.
12273 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12275 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12276 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12277 so that -mrelocatable-lib and -mno-eabi are used.
12279 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12280 not support --print-multi-lib, don't abort.
12282 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12284 * make-all.com: Run config-a-gas.
12285 * setup.com: Don't copy subdirectory files around.
12287 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12289 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12290 target, it now compiles correctly.
12292 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12294 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12296 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12298 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12300 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12302 * configure.in (native_only): Add prms.
12304 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12306 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12307 (BINUTILS_SUPPORT_DIRS): Likewise.
12309 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12311 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12312 d10v support is added.
12314 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12316 * configure.in (d10v-*-*): New target.
12318 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12320 * config.guess (HP 9000/811): Recognize this as a PA1.1
12323 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12325 * Makefile.in (do-tar-gz): New target, split out from tail end of
12326 taz target. Run each command separately, don't use pipes.
12329 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12331 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12332 * mpw-build.in: No builds should depend on building byacc or flex,
12333 they are assumed to be installed already.
12335 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12337 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12338 variable that CC_FOR_TARGET needs.
12340 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12342 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12343 options have changed since the last time the subdirectory was
12344 configured, and if it has, reconfigure.
12345 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12346 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12348 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12350 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12351 CLEAN_MODULES): Add bash.
12352 (all-bash): New target.
12354 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12356 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12358 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12360 * config.sub (basic_machine): Recognize d10v as a valid processor.
12362 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12364 * mpw-configure: Add support for --bindir.
12365 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12367 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12369 * configure.in: add bash, time, gawk to list of hosttools and things
12370 to only build for native toolchains
12372 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12374 * Makefile.in (docdir): Remove.
12376 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12378 * Makefile.in (datadir): Set to $(prefix)/share.
12380 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12382 * configure.in: build diff and patch for cygwin32-hosted
12385 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12387 * config.sub: Accept -rtems*.
12389 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12391 * configure.in: enable dosrel for cygwin32-hosted builds,
12392 remove diff from the list of things not buildable
12395 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12397 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12400 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12402 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12404 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12406 * Makefile.in (taz): Handle case where tex3patch didn't even get
12407 checked out. Also, if it was found, put the symlink in a new util
12410 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12412 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12414 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12416 * config.sub: Recognize -openvms.
12417 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12418 * make-all.com, setup.com: New files.
12420 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12422 * Makefile.in (taz): tex3patch moved to texinfo/util.
12424 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12426 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12427 * configure.in: remove make from disable-if-Can-Cross list
12428 enable gdb if ${host} and ${target} are cygwin32
12430 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12432 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12433 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12435 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12437 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12438 distinguish sysv/svr4/bsd variants.
12439 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12441 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12443 * configure.in: Added copyright notice.
12444 * move-if-change: Added copyright notice.
12446 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12448 * configure.in (powerpcle-*-solaris*): Until we get shared
12449 libraries working, don't build gdb, sim, make, tcl, tk, or
12452 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12454 * config.guess: Merge with FSF:
12456 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12457 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12459 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12460 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12462 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12463 * config.guess: Combine two OSF1 rules.
12464 Also recognize field test versions. From mjr@zk3.dec.com.
12465 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12466 because GNU uname does not support -p. From pmr@pajato.com.
12468 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12470 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12472 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12474 * mpw-README: Document GCCIncludes.
12476 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12478 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12480 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12482 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12484 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12486 * configure.in (*-*-cygwin32): Configure make.
12488 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12490 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12492 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12494 * Makefile.in (all-inet): Depend on all-perl.
12496 * Makefile.in (inet-install): New target.
12498 * Makefile.in (all-inet): Depend on all-tcl.
12499 (all-inet): Depend on all-send-pr.
12501 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12503 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12506 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12508 * configure.in: Don't configure --with-gnu-ld on AIX.
12510 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12512 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12514 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12516 * Makefile.in (ALL_MODULES): Added all-inet.
12517 (CROSS_CHECK_MODULES): Added check-inet.
12518 (INSTALL_MODULES): Added install-inet.
12519 (CLEAN_MODULES): Added clean-inet.
12520 (all-indent): New target.
12522 * configure.in (host_tools): Added inet.
12523 (native_only): Added inet.
12524 (noconfigdirs): Added inet.
12526 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12528 * configure.in: Don't configure libgloss if we are not configuring
12531 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12533 * configure.in: Don't configure libgloss for unsupported
12536 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12538 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12540 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12542 * Makefile.in (ALL_MODULES): Include all-apache.
12543 (CROSS_CHECK_MODULES): Include check-apache.
12544 (INSTALL_MODULES): Include install-apache.
12545 (all-apache): New target.
12547 * configure.in: Added apache everywhere perl is seen.
12549 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12551 * Makefile.in: Add support for clean-{module} and
12552 clean-target-{module} rules.
12554 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12556 * configure.in (*-*-ose) do not build libgloss.
12558 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12560 * config.guess (prep*:SunOS:5.*:*): Turn into
12561 powerpele-unknown-solaris2.
12563 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12565 * configure.in: Permit --enable-shared to specify a list of
12568 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12570 * configure.in (host==solaris): Pass only the first word of $CC
12571 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12573 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12575 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12577 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12579 * Makefile.in (ALL_MODULES): Include all-perl.
12580 (CROSS_CHECK_MODULES): Include check-perl.
12581 (INSTALL_MODULES): Include install-perl.
12582 (ALL_X11_MODULES): Include all-guile.
12583 (CHECK_X11_MODULES): Include check-guile.
12584 (INSTALL_X11_MODULES): Include install-guile.
12585 (all-perl): New target.
12586 (all-guile): New target.
12588 * configure.in (host_tools): Include perl and guile.
12589 (native_only): Include perl and guile.
12590 (noconfigdirs): Don't build guile and perl; no ports have been
12593 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12595 * configure (--enable-*): Handle quoted option lists such as
12596 --enable-sim-cflags='-g0 -O' better.
12598 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12600 * Makefile.in ({,inst}all-target): New rule so we can make and
12601 install all of the target directories easily.
12603 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12605 * configure.in: Add missing global flag in sed substitution when
12606 deleting `target-' from ${configdirs}.
12608 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12610 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12613 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12616 * install.sh: Correct misspelling of transformbasename.
12618 * config.guess: Recognize mips-*-sysv*.
12620 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12622 * config.sub: Recognize mon960.
12624 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12626 * configure: Restore Canadian Cross handling of BISON and LEX,
12627 removed in Feb 20 change.
12629 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12631 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12632 Mention make install. Remove the old copyright date as well the
12633 clumsy and rather pointless copyright on the README file.
12635 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12637 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12638 Makefile after running symlink-tree, then run `make distclean' to
12639 avoid clobbering any generated files in srcdir.
12641 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12643 * configure.in (m68k-*-netbsd*): Build everything now.
12645 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12647 * Makefile.in (taz): Fix quoting.
12649 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12651 * configure.in (sparclet-*-*): Build everything now.
12653 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12655 * configure.in (m68k-*-linux*): New host.
12657 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12659 * configure: Check for bison before byacc.
12661 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12663 * Makefile.in configure: Change the way LEX and BISON/YACC are
12664 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12665 searching PATH. These are used as fallbacks by Makefile.in if
12666 flex/bison/byacc aren't in objdir.
12668 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12670 * Makefile.in: Make everything which depends upon all-bfd also
12671 depend upon all-opcodes, in case --with-commonbfdlib is used.
12673 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12675 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12676 building NT native compilers on Unix.
12678 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12680 * configure.in: Don't get CC from the host Makefile fragment if we
12681 can find gcc in PATH, or if this is a Canadian Cross. Move the
12682 Solaris test for /usr/ucb/cc to the post target script, just after
12683 the compiler sanity test.
12685 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12687 * config.sub: Merge with FSF.
12689 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12691 * Makefile.in (RPATH_ENVVAR): New variable.
12692 (REALLY_SET_LIB_PATH): Use it.
12693 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12695 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12697 * config.sub, configure.in: Recognize sparclet cpu.
12699 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12701 * config.guess: Support m68k-cbm-sysv4.
12703 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12705 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12706 m68k-unknown-linuxaout from linker help string. Put quotes around
12709 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12711 * config.guess (powerpc-harris-powerunix): Add guess for port
12714 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12716 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12718 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12720 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12721 $(REALLY_SET_LIB_PATH) in Makefile.
12722 * Makefile.in (SET_LIB_PATH): New variable.
12723 (REALLY_SET_LIB_PATH): New variable.
12724 ($(DO_X)): Use $(SET_LIB_PATH).
12725 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12726 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12727 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12728 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12729 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12730 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12731 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12732 (install-dosrel): Likewise.
12733 (all-opcodes): Depend upon all-libiberty.
12735 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12737 * config.guess (*:CYGWIN*): New
12739 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12741 * Makefile.in (all-target-winsup): All all-target-libiberty.
12743 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12745 * configure.in (noconfigdirs): Add missing # in front of comment.
12747 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12749 * configure.in: add second pass to things added to noconfigdirs
12750 so *-gm-magic can exclude libgloss properly.
12752 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12754 * mpw-configure (extralibs_name, rez_name): Set correctly
12755 for MWC68K compiler.
12757 * mpw-README: Add more info on the necessary build tools.
12759 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12761 * configure.in, config.sub: Recognize cygwin32.
12763 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12765 * config.guess, config.sub: Recognize A/UX.
12767 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12769 * config.sub: Merge with gcc/config.sub.
12771 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12773 * mpw-build.in (do-binutils): Add build of stamps.
12775 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12777 * config.sub: Add recognition for mips64vr4100*-* targets.
12779 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12781 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12782 Add creation of gconfigargs with `--enable-shared' turned on.
12783 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12784 ($(host)-stamp-stage3-configured): Likewise.
12785 (HOLES): Add chatr and ldd.
12786 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12788 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12790 * configure: Pass --nfp to recursive configures.
12792 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12794 * Makefile.in (DLLTOOL): New.
12795 (DLLTOOL_FOR_TARGET): New.
12796 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12797 (EXTRA_TARGET_FLAGS): Ditto.
12798 (EXTRA_GCC_FLAGS): Ditto.
12799 (CONFIGURE_TARGET_MODULES): Ditto.
12801 * configure: Add DLLTOOL.
12803 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12805 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12806 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12807 mh-sco, since old workarounds no longer needed, and don't
12808 build ld, since libraries have weak symbols in COFF.
12810 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12812 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12814 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12816 * configure.in: Make sure that ${CC} can be used to compile an
12819 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12821 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12822 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12823 nothing depending on whether gdbtk is being built.
12825 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12827 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12829 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12831 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12832 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12834 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12836 * config-ml.in: Add support for
12837 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12838 Simplify setting of multidirs from --disable-foo.
12840 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12842 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12843 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12844 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12845 non-empty, pass them on to the GCC make.
12846 (all-bootstrap): New rule that is like all-gcc, except it executes
12847 the GCC bootstrap rule instead of the GCC all rule.
12849 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12851 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12853 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12855 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12858 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12860 * config.sub (i*86*) Change [345] to [3456]
12862 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12864 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12867 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12869 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12870 AIX multilibs get built.
12872 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12874 * configure.in (i386-win32): Don't build expect if we're not
12875 building the tcl subdir.
12877 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12879 * Makefile.in: (configure-target-examples, all-target-examples):
12880 New targets, configure and build example programs.
12882 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12884 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12885 use it as input to sedit the generated MPW makefile.
12886 * mpw-README: Add a suggestion about Gestalt.h.
12888 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12890 * config.sub: Accept *-*-ieee*.
12892 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12894 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12895 Ronald F. Guilmette <rfg@monkeys.com>.
12897 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12899 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12900 for powerpc-pe native.
12901 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12902 (target==powerpc-pe): duplicate i386-win32 entry.
12904 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12906 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12907 of vxworks, not just vxworks5.1.
12909 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12911 * mpw-configure: Add support for exec-prefix.
12913 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12915 * config.guess: Recognize HP model 816 machines as having
12918 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12920 * configure: Ignore new autoconf configure options.
12922 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12924 * config.guess: Recognize Pentium under SCO.
12925 From Robert Lipe <robertl@arnet.com>.
12927 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12929 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12931 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12933 * configure.in: Don't configure gas for alpha-dec-osf*.
12935 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12937 * configure.in: Default to --with-stabs for some targets for which
12938 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12939 i[345]86*-*-unixware*.
12941 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12943 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12944 rather than basing it on the target. Simplify handling of options
12945 controlling which directories to configure. Remove extraneous
12946 slash in multi-clean target.
12948 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12950 * config-ml.in: Prefix more variables with ml_ so they don't collide
12953 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12955 * configure: Don't turn -v into --v.
12957 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12959 * configure.in (targargs): Fix typo.
12961 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12963 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12965 * configure.in: Strip --host and --target options from
12966 CONFIG_ARGUMENTS, and always configure for --host only. Add
12967 --with-cross-host option when building with a cross-compiler.
12968 * configure: Canonicalize the arguments put into config.status by
12969 always using `=' for an option with an argument. Pass a presumed
12970 --host or --target explicitly.
12972 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12974 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12975 into general OS recognition case.
12977 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12979 * configure.in (target_configdirs): add target-winsup only
12980 for win32 target systems.
12982 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12984 * Makefile.in (all-target-libgloss): Depend upon
12985 configure-target-newlib, since when libgloss is built it looks to
12986 see if the newlib directory exists.
12988 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12990 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12993 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12995 * configure: Handle LD and LD_FOR_TARGET when configuring a
12998 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13000 * configure.in (target_libs): add target-winsup.
13001 (target==i386-win32): add patch diff flex make to $noconfigdirs.
13002 (target==ppcle-pe): remove ld from $noconfigdirs.
13004 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13006 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13007 Preserve relative path names in $srcdir. Build symlink tree if
13008 configuring cross target dir and srcdir=. (= no VPATH support).
13009 (configure-target-libg++): Depend on configure-target-librx.
13010 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13011 * config-ml.in: New file.
13012 * symlink-tree: New file.
13013 * configure: Ensure srcdir="." if that's what it is.
13015 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13017 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13018 includes and FLEX_SKELETON setting.
13019 * mpw-configure (--with-gnu-ld): New option, controls whether
13020 to use PPCLink or ld with PowerMac GCC.
13021 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13022 * mpw-config.in: Configure grez if targeting Mac.
13024 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13025 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13027 * configure.in: Configure grez resource compiler if targeting Mac.
13028 * Makefile.in (all-grez, install-grez): New targets.
13030 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13032 * configure: CXX defaults to gcc, not g++. If we find
13033 gcc in the path, set CC to gcc -O2.
13035 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13037 * configure: Default ${build} correctly. Avoid picking up extra
13038 spaces when reading CC and CXX from Makefile. When doing a
13039 Canadian Cross, use plausible default values for numerous
13041 * configure.in: When doing a Canadian Cross, don't try to
13042 configure tools whose configure script can't handle it.
13044 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13046 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13048 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13050 * configure: Remove dubious bug reporting address.
13052 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13054 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13055 configure script, run that instead of this directory's configure.
13056 In either case, print a message that we're configuring the sub-dir.
13058 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13060 * configure.in: Before checking for the existence of various files,
13061 use sed to filter out "target-".
13063 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13065 * Makefile.in (DO_X): Split rule to decrease command line length
13066 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13067 (Philippe De Muyter).
13069 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13071 * Makefile.in (all-patch): depend on all-libiberty.
13073 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13075 * configure.in: If the only directory in target_configdirs which
13076 actually exists is libiberty, then set target_configdirs to empty,
13077 to avoid trying to build a target libiberty in a gas or gdb
13080 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13082 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13083 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13086 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13088 * configure.in (copy_dirs): Use sys-include instead of include
13089 for --with-headers option.
13091 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13093 * Makefile.in, configure.in: Make winsup builds work with
13096 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13098 * configure.in: Build the linker on AIX.
13100 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13102 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13105 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13107 * Makefile.in (all-gcc): Fix typo.
13109 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13111 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13113 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13115 * configure.in: Rename libFOO to target-libFOO, and xiberty
13116 to target-xiberty, to provide more flexibility.
13117 (target_subdir): Define. Create if cross.
13118 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13119 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13120 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13121 check-libFOO -> check-target-libFOO, etc.
13122 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13123 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13124 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13125 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13126 allow ALL_GCC="" to only configure.
13127 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13128 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13129 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13131 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13133 * Makefile.in (taz): Build "info" in etc explicitly.
13135 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13137 * configure.in: Make sure that CC is undefined (as opposed to
13138 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13139 problem with autoconf trying to configure on a host without GCC.
13141 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13143 * mpw-configure: Set host alias from choice of host compiler,
13144 only use generic MPW Makefile sed if present, edit a file
13145 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13146 * mpw-README: Add problem notes about CW6 and CW7.
13148 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13150 * Makefile.in (taz): Use ";" instead of ";;".
13152 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13154 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13155 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13157 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13158 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13160 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13162 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13163 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13164 Move bfd to DISTSTUFFDIRS.
13166 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13168 * Makefile.in (X11_LIB): Removed.
13169 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13171 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13173 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13175 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13178 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13180 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13182 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13184 * configure.in (i[345]86-*-win32): Always build newlib.
13185 Don't configure cvs, autoconf or texinfo.
13186 * Makefile.in (LD_FOR_TARGET): New.
13187 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13188 Pass down LD_FOR_TARGET.
13190 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13192 * winsup: New directory.
13193 * Makefile.in: Build winsup.
13194 * configure.in: Winsup is configured when target is win32.
13195 Can only build win32 target GDB when native.
13197 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13199 * config.guess: Recognize HP model 819 machines as having
13200 a PA 1.1 processor.
13202 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13204 * configure: Fix sed loop which substitutes for CC and CXX to
13205 avoid bug found in various sed implementations.
13207 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13209 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13210 simulator. Use standard powerpc-*-eabi*.
13212 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13214 * configure.in: Stop putting gas and binutils in noconfigdirs for
13215 powerpc-*-aix* and rs6000-*-*.
13217 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13219 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13220 -mcall-aixdesc libraries.
13222 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13224 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13226 * config.sub (arm | armel | armeb): Fix shell syntax.
13228 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13230 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13231 -msoft-float and -mcpu=common support.
13232 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13235 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13237 * configure.in: Allow configuration and build of emacs19 for the alpha.
13239 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13241 * configure.in (CC): Get ^CC, not just any old CC, from
13242 ${host_makefile_frag}.
13244 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13246 * configure.in (CC): Try to get CC from
13247 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13249 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13251 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13252 only if it exists in $(srcdir).
13254 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13256 * configure: If CC and CXX are not set in the environment, set
13257 them, based on either an existing Makefile or on searching for gcc
13258 in PATH. Substitute for CC and CXX in Makefile.
13259 * configure.in: Remove libm from target_libs. Separate
13260 target_configdirs from configdirs. If CC is not set in
13261 environment, try to get it from a host Makefile fragment. Rewrite
13262 changes of configdirs to use skipdirs instead. A few minor
13263 tweaks. Take directories out of target_configdirs as they are
13264 taken out of configdirs. Remove existing Makefile files from
13265 subdirectories. Substitute for TARGET_CONFIGDIRS and
13266 CONFIG_ARGUMENTS in Makefile.
13267 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13269 (CONFIG_ARGUMENTS): Likewise.
13270 (CONFIGURE_TARGET_MODULES): New variable.
13271 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13272 ($(CONFIGURE_TARGET_MODULES)): New target.
13273 (configure-libg++, configure-libio): New targets.
13274 (all-libg++): Depend upon configure-libg++.
13275 (all-libio): Depend upon configure-libio.
13276 (configure-libgloss, all-libgloss): New targets.
13277 (configure-libstdc++): New target.
13278 (all-libstdc++): Depend upon configure-libstdc++.
13279 (configure-librx, all-librx): New targets.
13280 (configure-newlib): New target.
13281 (all-newlib): Depend upon configure-newlib
13282 (configure-xiberty): New target.
13283 (all-xiberty): Depend upon configure-xiberty.
13285 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13287 * configure.in (host i[345]86-*-win32): Expand the
13288 noconfigdirs again.
13290 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13292 * mpw-configure: Fix sed command file name.
13294 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13296 * configure.in (host i[345]86-*-win32): Reduce the
13297 noconfigdirs again.
13299 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13301 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13302 or powerpc*-*-pe*, since they are not yet supported.
13304 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13306 Add PowerMac support and many other enhancements.
13307 * mpw-configure: New option --cc to select compiler to use,
13308 paste options set according to --cc into the generated
13309 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13310 if mpw-make.sed is present.
13311 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13312 add forward includes for PowerPC include files.
13313 * mpw-build.in: Build using Makefile.PPC if present.
13314 (do-byacc, etc): Remove separate version resource builds.
13315 (do-gas): Build "stamps" before "all".
13316 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13317 * mpw-README: Update to reflect --cc option, PowerMac support,
13318 and recently-reported compatibility problems.
13320 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13322 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13323 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13324 (--with-multilib-top): Pass to recursive invocations.
13326 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13328 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13331 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13333 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13334 gdb, ld and opcodes on v810-*-*.
13336 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13338 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13339 (local-maintainer-clean): New target.
13340 (maintainer-clean): New target.
13341 (realclean): Just depend upon maintainer-clean.
13343 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13345 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13347 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13349 * configure.in: Build ld in mips*-*-bsd* case.
13351 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13353 * config.sub: Accept -lites* OS. From Ian Dall.
13355 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13357 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13360 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13362 * configure.in: treat i386-win32 canadian cross the same as
13363 i386-go32 canadian cross.
13365 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13367 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13368 running under the simulator to build a reduced set of libraries.
13369 (powerpc-*-eabiaix): Add fine grained multilib support added to
13370 other powerpc targets yesterday.
13372 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13374 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13375 -disable-softfloat, -disable-relocatable, -disable-aix, and
13376 -disable-sysv to control which multilib libraries get built.
13378 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13380 * configure: Add Makefile.tem to list of files to remove in trap
13383 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13385 * config.guess (*Linux*): Add missing "exit"s.
13386 Also, need specific check for alpha-unknown-linux (uses COFF).
13388 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13390 * config.guess: Merge with FSF:
13392 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13393 * config.guess (AIX4): More robust release numbering discovery.
13395 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13396 * config.guess (i386-sequent-ptx): Properly get version number.
13398 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13399 * config.guess (mips:*:4*:UMIPS): New case.
13401 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13403 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13404 (i386-win32 host): Likewise. Don't build readline.
13406 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13408 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13409 SUPPORT_FILES to submakes.
13411 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13413 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13414 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13417 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13419 * configure.in (appdirs): Use =, not ==, in test expression when
13420 trying to build the text to print in the warning message for
13423 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13425 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13427 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13429 * config.guess: Recognize lynx-2.3.
13431 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13433 * config.sub (z8ksim): Deleted
13434 (z8k-*-coff): New, this is the one true name of the target.
13436 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13438 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13440 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13442 * config.guess (*:Linux:*:*): First try asking the linker what the
13443 default object file format is (elf, aout, or coff). Then if this
13444 fails, try previous methods.
13446 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13448 * configure.in: Don't build newlib for *-*-vxworks5.1.
13450 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13452 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13453 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13455 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13457 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13459 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13461 * cfg-ml-com.in: New file.
13462 * cfg-ml-pos.in: New file.
13464 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13466 * COPYING.NEWLIB: Add HP free copyright to list.
13468 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13470 * config.sub: Recognize -eabi* for the system, not just -eabi.
13472 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13474 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13475 * config.sub, configure.in (win32): New target and host.
13477 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13479 * configure.in: Add i386-pe configuration.
13481 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13483 * mpw-build.in (install): Install GDB after LD.
13485 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13487 * mpw-config.in (elf/mips.h): Always forward-include, needed
13490 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13492 * testsuite: New directory for customer acceptance and whole tool
13495 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13497 * configure: If per-host line isn't found, but AC_OUTPUT is found
13498 and a configure script exists, run it instead.
13500 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13502 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13504 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13506 * configure: Set build_{cpu,vendor,os,alias} to host values when
13507 --build isn't specified.
13509 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13511 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13512 (FLAGS_TO_PASS): Pass them.
13513 (EXTRA_TARGET_FLAGS): Ditto.
13515 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13517 * Makefile.in (all-libg++): Depend on all-libstdc++.
13519 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13521 * configure.in (noconfigdirs): Enable all packages for
13522 i386-unknown-netbsd.
13524 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13526 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13527 hosted builds (DOS builds)
13529 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13531 Changes for ARM based on patches from Richard Earnshaw:
13532 * config.sub: Handle armeb and armel.
13533 * configure.in: Omit arm linker only for riscix.
13535 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13537 * config.guess: Update from FSF.
13539 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13541 * config.sub: Recognize powerpcle as the little endian varient of
13542 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13543 powerpcle variant. Convert pentium into i586, not i486. Add p5
13544 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13547 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13549 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13551 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13553 * config.sub: Accept -lites* as a basic system type.
13555 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13557 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13558 installed, and if so return linuxoldld as the system name.
13560 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13562 * config.guess: Add hppa1.1-hp-lites support.
13564 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13566 * configure.in: Don't build newlib for m68k-vxworks5.1.
13568 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13570 * configure.in (mips-sgi-irix6): Use mh-irix5.
13572 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13574 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13576 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13578 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13579 OSF/1. Fix compiler flags.
13580 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13582 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13584 * configure.in: Recognize --with-newlib.
13585 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13587 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13589 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13590 to *_X11_MODULES due to gdbtk needing X include files et al.
13592 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13594 Merge in support for Mac MPW as a host.
13595 (Old change descriptions retained for informational value.)
13597 * mpw-config.in: Add generic include forwards for cpu-specific
13598 include files in aout and elf directories.
13600 * mpw-configure: Added copyright.
13601 * mpw-config.in: Check for presence of required build tools.
13602 (target_libs): Add newlib.
13603 (target_tools): Add examples.
13604 (Read Me): Generate as "Read Me for MPW" instead.
13605 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13606 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13607 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13609 * mpw-configure: Remove subdir-specific makefile hackery,
13610 delete mk.tmp after using it.
13612 * mpw-build.in (all): Display start and end times.
13614 * mpw-configure (host_canonical): Set.
13615 (target_cpu): Always add to makefiles.
13616 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13617 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13618 (mpw-mh-mpw): Look for in srcdir and srcroot.
13619 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13621 * mpw-build.in: (install-only): New target.
13623 * mpw-configure (host_alias, target_alias): Rename from hostalias
13624 and targetalias, add into generated Makefile.
13625 (mk.tmp): If present, add into generated Makefile.
13626 * mpw-build.in (all-gas): Build config.h first before gas proper.
13628 * mpw-configure (config.status): Write only if changed.
13629 * mpw-config.in (readline): Configure it (not built, just used for
13632 * mpw-config.in (elf/mips.h): Add a forward include.
13634 * mpw-config.in: Forward-include most .h files in include into
13636 (readline): Don't build.
13637 mpw-build.in (install): Install GDB.
13639 * mpw-configure (prefix, mpw_prefix): Handle it.
13640 * mpw-config.in (mmalloc, readline): Don't configure.
13641 * mpw-build.in (thisscript): Rename to ThisScript.
13642 Use mpw-build instead of BuildProgram everywhere.
13643 (mmalloc, readline): Don't build.
13644 * mpw-README: New file, basic documentation about the MPW port.
13646 * mpw-config.in: Use forward-include to create include files.
13648 * mpw-configure: Add more things to the top of each configured
13649 Makefile, including contents of config/mpw-mh-mpw.
13650 * mpw-config.in (extra-include): Create this directory and fill it
13651 with Posix-like include files when configuring.
13653 * config.sub (apple, mac, mpw): Add various aliases.
13655 * mpw-build.in: New file, top-level build script fragment for MPW.
13656 * mpw-configure: New file, configure script for MPW.
13657 * mpw-config.in: New file, config fragment for MPW.
13659 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13661 * configure.in (host_libs): Remove glob, since it is gone from the
13664 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13666 * Makefile.in: define empty GDB_NLM_DEPS var.
13668 * configure.in(target_makefile_frag): use config/mt-netware
13669 for netware targets.
13671 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13673 * config.sub: Merge in recent FSF changes. Remove linux special
13676 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13678 Revert this change:
13680 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13682 * build-all.mk: Use CC=cc -Xs on Solaris.
13684 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13686 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13688 * Makefile.in: Nuke all references to glob subdirectory.
13690 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13692 * configure.in: Fix --enable-shared logic in per-host.
13694 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13696 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13698 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13700 * configure.in (noconfigdirs): Don't build gas on AIX, for
13701 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13703 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13705 * configure: Fix --cache-file to work if the file argument is a
13708 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13710 * configure: If the --cache-file is used, pass it down to
13711 configure in subdirectories.
13713 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13715 * config.sub: add vxworks29k configuration.
13717 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13719 * Makefile.in (taz): Do "diststuff" part quietly.
13721 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13723 * config.sub: Mini-merge with gcc/config.sub.
13725 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13727 * config.guess (IRIX): Sed - to _.
13729 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13731 * Makefile.in (source-vault, binary-vault): New targets.
13733 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13735 * config.sub: Recognize -eabi as a basic system type.
13737 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13739 * configure.in (enable_shared stuff): Fix typo.
13741 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13743 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13745 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13747 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13749 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13751 * configure.in (rs6000-*-*): Don't build gas.
13753 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13755 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13756 reduce command line length.
13757 (AS_FOR_TARGET): Check for as.new, not Makefile.
13758 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13760 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13762 * config.guess: Merge from FSF.
13764 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13766 * configure: Don't use $ when handling program_suffix.
13768 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13770 * configure.in: Configure tk for hppa/hpux.
13772 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13774 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13776 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13778 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13779 to LIBCXXFLAGS. Tests are better run without it.
13781 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13783 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13785 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13787 * configure.in (*-*-netware*): Don't configure xiberty.
13789 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13791 * configure.in: Remove tk from native_only list.
13793 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13795 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13796 for special NCD build.
13798 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13800 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13801 makeall.bat, they're only useful for binutils snapshots.
13802 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13803 makeall.bat to specified SUPPORT_FILES.
13805 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13807 * build-all.mk: Add Ericsson targets to sun4 and solaris
13808 hosts. Add BNR's sun4 target to solaris host, so their
13809 build-from-source will be tested in-house first.
13811 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13813 * Makefile.in (LIBCFLAGS): New variable.
13814 (CFLAGS_FOR_TARGET): Ditto.
13815 (LIBCFLAGS_FOR_TARGET): Ditto.
13816 (LIBCXXFLAGS): Ditto.
13817 (CXXFLAGS_FOR_TARGET): Ditto.
13818 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13819 (BASE_FLAGS_TO_PASS): Pass them.
13820 (EXTRA_TARGET_FLAGS): Ditto.
13822 * configure.in: Support --enable-shared.
13824 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13826 * configure.in (target_libs): Include libstdc++ again.
13827 * config.guess: Update from FSF (for FreeBSD).
13829 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13831 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13833 (DISTDOCDIRS): Add `etc'.
13834 (ETC_SUPPORT_PFX): New variable.
13835 (taz): Include anything from etc starting with a word in
13838 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13840 * config.sub: Update for recent FSF changes. Remove obsolete
13841 h8300hds entry. Add -windows* and -osx as basic os. Minor
13844 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13846 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13848 * config.guess: Merge with FSF.
13849 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13851 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13853 * configure: Since the "trap 0" handler will override the exit
13854 status on many systems, only use it for "exit 1", and make it set
13855 a non-zero exit status; reset it before "exit 0". Also, check
13856 exit status of config.sub, and error out if it failed.
13858 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13860 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13861 and install libgloss.
13863 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13865 * Makefile.in (all-binutils): Depend upon all-byacc.
13867 * configure.in: Don't build emacs on Irix 5.
13869 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13871 * configure.in (*-*-netware*): Add libio.
13873 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13875 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13876 (CHECK_TARGET_MODULES): Ditto.
13877 (INSTALL_TARGET_MODULES): Ditto.
13878 (TARGET_LIBS): Ditto.
13879 (all-libstdc++): Note dependencies.
13881 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13883 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13885 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13887 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13888 -fexternal-templates.
13890 * configure.in (target_libs): Add libstdc++.
13891 (noconfigdirs): Add libstdc++ as appropriate.
13893 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13895 * config.guess: Update from FSF.
13897 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13899 * configure: Use ${config_shell} when running ${configsub}.
13901 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13903 * config.sub: No longer recognize h8300h.
13905 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13907 * config.sub: Remove extraneous differences between config.sub and
13910 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13912 * Makefile.in (DISTSTUFFDIRS): Add gas.
13914 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13916 * COPYING.NEWLIB: New file.
13918 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13920 * config.guess (HP-UX): Patch from Harlan Stenn
13921 <harlan@landmark.com> to also emit release level.
13923 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13925 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13927 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13929 * config.sub: Merge nextstep cleanup from FSF.
13931 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13933 * configure.in (arm-*-*): Don't configure ld for this target.
13935 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13937 * configure.in (*-*-netware): don't configure libg++, libio,
13940 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13942 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13943 configure ld--it works, but it doesn't support shared libraries.
13945 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13947 * config.guess (*-unknown-freebsd*): Get rid of possible
13948 trailing "(Release)" in version string.
13949 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13951 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13953 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13954 Fix type: *-next-neststep -> *-next-nextstep.
13956 * config.guess: Merge from FSF:
13958 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13960 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13962 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13964 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13965 instead of UNIX_SV for UnixWare 1.0).
13967 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13969 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13970 to make gdb/nlm/* build after the compiler and linker.
13972 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13974 * config.guess (netbsd, freebsd, linux): Accept any machine,
13976 (m68k-atari-sysv4): Relocate to match FSF version.
13978 * config.guess: More merges from the FSF:
13980 Add a space before function call or macro invocation.
13982 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13984 * config.guess: Add trap cmd to remove dummy.c and dummy when
13987 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13989 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13990 (dummy): Redirect stderr from compilation of dummy.c.
13992 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13994 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13996 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13998 * configure: Accept and ignore --cache*, for compatibility with
14001 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
14003 * config.guess: Merge from FSF:
14005 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14007 * config.guess (Pyramid*:OSx*:*:*): New case.
14008 (PATH): Add /.attbin at end for finding uname.
14009 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
14011 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14013 * config.guess (M88*:DolphinOS:*:*): New case.
14015 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14017 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14018 to select whether to use ELF or COFF.
14020 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14022 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14024 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14026 * config.guess: Guess the OS version for HPUX.
14028 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14030 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14032 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14034 * configure.in: Recognize --with-headers, --with-libs, and
14036 * Makefile.in (all-xiberty): Depend upon all-ld.
14038 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14040 * configure.in: Change i[34]86 to i[345]86.
14042 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14044 * configure (version): A few more tweaks to help message.
14046 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14048 * Makefile.in: Remove (for now) librx as a host library,
14049 now that we're building it for target.
14051 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14053 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14056 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14058 * configure.in: Also configure librx.
14060 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14062 * Makefile.in: Update various rules to reflect that librx
14063 is now needed for libg++.
14065 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14067 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14069 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14071 * configure.in: Configure the examples directory.
14073 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14075 * configure: Simplify Jun 2 1994 change.
14077 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14079 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14080 /bin/gcc isn't good enough to build gcc.
14082 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14084 * Makefile.in (GDB_SUPPORT_FILES): Remove
14085 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14086 (gdb.tar.gz): Add new rule to use standard distribution building
14089 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14091 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14092 Bill Cox <bill@cygnus.com>.
14094 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14096 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14098 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14100 * configure: Search current dir first in .gdbinit.
14102 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14104 * config.sub: Recognize freebsd (merged from gcc config.sub).
14106 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14108 * config.sub: Refer to NeXT's operating system as nextstep.
14110 * config.sub (case $basic_machine): Re-order the cases, to match
14111 the order in the FSF version (which is mostly alphabethical).
14112 Merge in some additions and changes from the FSF.
14114 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14116 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14117 * config.sub: Recognize cxux7.
14118 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14120 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14122 * config.sub: Fix typo powerpc -> powerpc-*.
14124 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14126 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14128 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14129 parallel with all-emacs and install-emacs). Top-level command
14130 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14132 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14134 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14135 $(relbindir)/make before doing ``make install'', and use
14136 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14137 installing over running make binary.
14138 ($(host)-stamp-stage3-installed): Likewise.
14140 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14142 * config.guess: Recognize Mach.
14144 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14146 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14147 see whether --exec-prefix was used.
14149 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14151 * README: Explicitly mention libg++/README. (Zoo's idea.)
14153 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14155 * Makefile.in: Add all-librx target similar to all-libproc.
14157 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14159 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14160 with post 1.2 uname bogosity.
14162 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14164 * configure: Remove temporary files on receipt of a signal.
14166 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14168 * configure: If there is a package_makefile_frag, remove
14169 ${subdir}/Makefile.tem after copying it in.
14171 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14173 * build_all.mk: support rs6000 lynx identifies itself as
14174 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14175 since /bin/gcc is too feeble to compile a modern gcc.
14177 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14179 * brought devo/test-build.mk update-to-date with progressive/
14180 test-build.mk. Add lynx targets and hppa flag info.
14182 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14184 * configure.in: Use mh-ncrsvr43. Patch from
14185 Tom McConnell <tmcconne@sedona.intel.com>.
14187 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14189 * config.guess (i386-unknown-bsdi): No longer need to
14190 check #if defined(__bsdi__) && defined(__i386__).
14192 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14194 * configure: Set program_transform_nameoption correctly.
14196 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14198 * brought build-all.mk update-to-date with progressive build-all.mk,
14199 added new targets and hppa info.
14201 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14203 * configure: If config.guess result is a prefix of the user
14204 specified target, assume a native build and use the user specified
14205 target as the host alias. Remove SunOS patch suffix removal hack.
14206 * configure.in: Remove SunOS patch suffix removal hack.
14208 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14209 in NATIVE_CHECK_MODULES.
14211 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14213 * Makefile.in: Rename HOST_ONLY to NATIVE.
14214 * configure: Delete SunOs patch suffix from host_canonical
14215 and build_canonical variables that are prepended to Makefiles.
14216 * configure.in: Add comments for easier maintenance.
14218 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14220 * Makefile.in: Add all-libproc target similar to all-gui.
14222 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14224 * Makefile.in (CHECK_MODULES): split into
14225 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14227 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14229 * config.guess (i386-unknown-bsdi): New system to guess.
14231 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14233 * Makefile.in: Add all-gui target (but not yet build by "all").
14235 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14237 * config.sub: Move deletion of patch suffix from here...
14238 * configure.in: To here, at Ian's suggestion. The top-
14239 level scripts might need to know of a patch level.
14241 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14243 * config.sub: Strip off patch suffix so rtl is recognized
14244 as a sunos4.1.3 machine, even though it's been patched.
14246 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14248 * Makefile.in (INSTALL_LAST): Delete.
14249 (INSTALL_DOSREL): New.
14251 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14253 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14254 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14255 whether we pass down --with-gnu-ld anyhow.
14257 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14259 * Makefile.in (INSTALL_LAST): Change operation so it works
14260 on more flavors of make.
14261 * configure.in (go32): Don't build libg++ or libio.
14263 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14265 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14266 they can be overriden by templates.
14268 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14270 * configure.in (target==go32): Don't build gdb.
14271 * dosrel: New directory.
14273 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14275 * configure.in (host==go32): Configure dosrel too.
14276 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14277 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14278 be set by incoming names or templates.
14279 (INSTALL_LAST): New rule.
14281 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14283 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14285 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14287 * configure.in (appdirs): New variable. Currently empty, but will
14288 be used in gas distribution. If nonempty, lists a set of
14289 directories at least one of which must get configured, or top
14290 level configuration is considered to have failed.
14291 (rs6000-*-lynxos*): Use new file name.
14293 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14295 Eliminate XTRAFLAGS.
14296 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14297 newlib include files using -idirafter, and also use -nostdinc.
14298 (CXX_FOR_TARGET): Likewise.
14299 (XTRAFLAGS): Removed.
14300 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14301 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14302 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14303 ($(DO_X)): Don't pass down XTRAFLAGS.
14305 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14307 * configure.in (mips*-dec-bsd*): New target; do build linker.
14308 (mips*-*-bsd*): New target; don't build linker.
14310 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14312 * configure.in: support rs6000-*-lynxos* configuration.
14313 support sunos4 as a cross target.
14315 * config.sub: look for lynx*, not lynx since the OS version may
14316 legitimately be part of the name.
14318 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14320 * configure.in (i[34]86-*-sco*): Move to be with other i386
14322 (romp-*-*): New target. Skip various binary utilities.
14323 (vax-*-*): New target. Don't build newlib.
14324 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14326 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14328 * configure.in: Only set host_makefile_frag if config
14331 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14333 * install.sh: If $dstdir exists, don't check whether each
14336 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14338 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14340 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14342 * configure.in (*-*-lynxos*): Don't configure newlib for either
14343 native or cross Lynx.
14345 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14347 * config.sub (sparc64-elf): Fix os.
14348 (z8k): Remove duplicate.
14350 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14352 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14353 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14355 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14357 * configure: Make file links cleanly even if Lynx fails on
14358 an NFS symlink (at least fail cleanly).
14360 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14362 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14365 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14367 * configure: Unknown options are fatal again.
14369 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14371 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14374 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14376 * build-all.mk: Add `clean' target.
14378 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14380 * config.guess: Add SINIX support.
14381 * configure.in: Add mips-*-sysv4* support.
14383 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14385 * build-all.mk: Document all useful targets.
14386 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14387 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14389 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14391 * configure: Support --silent, --quiet.
14393 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14395 * configure: Support --disable-FEATURE.
14397 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14399 * config.guess: Recognize NCR running SVR4.3.
14401 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14403 * config.guess: Make BSDI generate i386-unknown-bsd386.
14404 Patch from Paul Eggert <eggert@twinsun.com>.
14406 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14408 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14410 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14412 * configure: Make unrecognized options give nonfatal warnings
14413 instead of fatal errors, and pass them to any subdirectory
14414 configures in case they recognize them.
14415 Make --x equivalent to --with-x.
14417 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14419 * configure: Add --enable-* options. Clean up usage message and
14422 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14424 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14426 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14428 * configure.in (hppa*-*-*): Enable binutils.
14430 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14432 * config.sub: Recognize cisco.
14434 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14436 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14438 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14440 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14441 than one configuration name. Add comment.
14443 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14445 * config.guess: about target *-hitachi-hiuxwe2, fixed
14446 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14447 macro is incorrect.]
14449 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14451 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14452 than the "make ls" stuff which used to be here.
14454 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14456 * config.guess: Recognize i[34]86-unknown-freebsd.
14457 From Shawn M Carey <smcarey@rodan.syr.edu>.
14459 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14461 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14463 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14465 * config.guess: Check for ptx.
14467 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14469 * config.sub: Add os9k checking.
14471 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14473 * config.guess: Handle OSF1 running on HPPA processors
14475 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14477 * configure: If subdir configure fails, print out a message with
14478 subdirectory name, in case subdir's configure code didn't identify
14481 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14483 * configure.in: Remove embedded newlines from configdirs.
14484 Avoid mismatches of substrings. Fix matching strings at end
14487 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14489 * config.guess: Add Lynx/rs6000 config support.
14491 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14493 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14495 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14497 * configure.in (hppa*-*-osf*): Treat this just like most other
14498 PA configurations (eg no binutils or ld).
14499 (hppa*-*-*elf*): These configurations have binutils and ld.
14501 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14503 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14505 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14507 * configure.in (rs6000-*-*): Build gas.
14509 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14511 * Makefile.in: Avoid bug in losing hpux sed.
14513 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14515 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14516 for GDB and GDB has been fixed to not need it.
14518 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14520 * config.guess: Recognize vax hosts.
14522 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14524 * configure (while loop): Don't use "break 2" inside case
14525 statement -- the case statement isn't an enclosing loop.
14527 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14529 * config.guess: Clean up NeXT support, to allow nextstep
14530 on Intel machines. Make OS be nextstep.
14532 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14534 * config.guess: Add alternate forms for Convex.
14536 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14538 * configure: Completely rewrite option processing. Take
14539 advantage of pattern-matching to avoid invoking test frequently.
14540 Also clean up host and target defaulting logic.
14542 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14544 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14545 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14546 commands (plus user environment) will fit SCO limits.
14548 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14550 * configure.in: Don't issue warnings about directories which are
14551 not being configured if -norecursion is set. Correct test for
14552 --with-gnu-as and --with-gnu-ld to not get confused by substring
14555 * configure.in: Don't build gas for alpha-dec-osf1*.
14557 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14559 * configure: Back out Per's change of 12/19/1993. It changes the
14560 behavior of configure in unexpected and confusing ways.
14562 Also, use different delim char when calculating
14563 program_transform_name so that the name can contain slashes.
14565 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14567 * configure.in, config.sub: Add support for VSTa micro-kernel.
14569 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14571 * configure.in: Nuke hacks which were used to get a special
14572 version of GAS for HPPA configurations.
14574 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14576 * configure: If only ${target_alias} is given, use that
14577 as the default for ${host_alias}.
14578 * configure: Add missing back-slashes before nested quotes.
14580 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14582 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14584 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14586 * config.guess: Recognize some Tektronix configurations.
14587 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14589 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14591 * config.sub: Match any flavor of SH.
14593 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14595 * configure.in: Don't try to configure newlib for Alpha.
14597 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14599 * configure.in: Don't build ld for Irix 5. Don't build gas,
14600 libg++ or libio for any Alpha target.
14602 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14604 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14606 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14607 default arguments -- so it tried to compress itself.
14609 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14611 * configure.in (notsupp): ensure that a space is always at the end
14612 of the configdirs list, since the grep checks for an explicit space
14614 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14616 * configure.in (target i386-sysv4.2): don't build ld, since static
14617 versions of many libraries are not available.
14619 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14621 * config.guess: Recognize Apollos (using environment variables).
14622 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14624 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14626 * config.guess: Recognize Sony news mips running newsos.
14628 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14630 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14631 "fi ; else" for bash.
14633 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14635 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14637 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14639 * config.sub: accept unixware as an alias for svr4.2.
14640 Fix some inconsistancies with the gcc version.
14642 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14644 * Makefile.in (DISTDOCDIRS): Add gdb.
14646 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14648 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14650 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14652 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14653 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14656 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14658 * config.sub: Accept hiux* as an OS name.
14660 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14661 etc/make-stds.texi. The underscore came from gcc, and dje now
14662 agrees that RUNTESTFLAGS is the correct name.
14664 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14666 * install.sh: Remove 'set -e'. It makes any conditionals
14667 in the script useless.
14669 * config.guess: Automatically recognize arm-acorn-riscix
14670 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14672 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14674 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14676 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14678 * Makefile.in (DISTDOCDIRS): New variable.
14679 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14680 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14682 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14684 * configure.in (hppa target): check the source directory for the
14685 pagas sub-directory
14687 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14689 * config.sub: Allow -aout* and -elf*.
14691 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14693 * configure.in: Don't build ld on i386-solaris2, same as for
14696 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14698 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14700 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14702 * configure.in: Configure gdb for alpha.
14704 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14706 * Makefile.in (CXXFLAGS): Add -O.
14708 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14710 * config.guess: added support for DG Aviion
14712 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14714 * configure.in: Produce warning message for subdirectories not
14715 configurable for this host/target combination. Don't try to
14716 configure gdb for vms.
14718 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14720 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14721 appropriate files before making "diststuff".
14722 (DISTBISONFILES): New var: list of files to be edited.
14723 (DISTSTUFFDIRS): Add binutils.
14725 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14727 * config.sub: also handle mipsel and mips64el (for little endian mips)
14729 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14731 * configure.in: Add * to end of all OS names.
14733 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14735 * configure.in: Build newlib for LynxOS native.
14737 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14739 * config.guess: Add support for delta 88k running SVR3.
14741 * configure.in: Add comment about HP compiler vs. emacs.
14743 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14745 * configure.in: don't build ld on solaris2 (not a viable option
14746 due to bugs in getpwnam & getpwuid)
14748 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14750 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14751 config.guess will produce a full version number.
14753 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14755 * configure.in: Build linker and binutils for alpha-dec-osf1.
14757 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14759 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14760 and gdb/testsuite/Makefile.in.
14762 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14764 * configure.in: recognize mips*- instead of mips-
14766 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14768 * config.sub: Accept linux*coff and linux*elf as operating
14771 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14773 * config.sub: Recognize mips64, and mips3 as an alias for it.
14775 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14777 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14778 gdb knows how to handle OSF/1 shared libraries.
14780 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14782 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14783 * config.guess: Recognize Hitachi's HIUX.
14784 * config.sub: Recognize h3050r* and hppahitachi.
14785 Remove redundant cases for hp9k[23]*.
14787 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14789 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14790 if gas and ld are in the source tree and are in ${configdirs}.
14791 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14792 --with options (but still pass them down on the command line,
14793 if they were explicitly specified).
14795 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14797 * configure: substitute SHELL value in Makefile.in with
14800 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14802 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14803 *-*-solaris2* targets.
14805 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14807 * Makefile.in: define M4, and pass it down to sub-makes;
14808 all-autoconf now depends on all-m4
14810 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14812 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14813 presence of {ar,ranlib} instead of a configured directory
14815 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14817 * config.guess: Accept 34?? as well as 33?? for NCR.
14819 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14821 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14822 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14824 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14826 * configure: grab values for $(CC) and $(CXX) from the
14827 environment, so that someone can do "CC=gcc configure; make" and
14828 have it work right (matching the way that autoconf works now)
14830 * configure.in, Makefile.in: add support for gash, the tcl
14831 interface to Galaxy
14833 * config.guess: add NetBSD variants (hp300, x86)
14835 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14837 * install.sh: Support -d option (in the manner of SunOS 4 install,
14838 as it is more deterministic than that of GNU install)
14839 (chmodcmd): Set file to mode 755 by default (should also do default
14840 chgrp and chown, but I don't feel like dealing with that now)
14842 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14844 * config.sub: Remove h8300hhms alias.
14846 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14848 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14850 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14852 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14855 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14857 * config.sub: recognize m88110-bug-coff.
14859 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14861 * Makefile.in (all-libio): all dependencies on the toolchain used
14862 to build this (gcc, gas, ld, etc)
14864 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14866 * config.guess: Deal with OSF/1 1.3 on alpha.
14868 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14870 * install.sh: add some 'else true' clauses for portability
14872 * configure.in: don't build libio for h8[35]00-*-* targets
14874 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14876 * Makefile.in: Add support for new libio.
14878 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14880 * install.sh: If one command fails, don't try the rest. Don't try
14881 to remove $dsttmp (via trap) unless we have already created it.
14882 If $src doesn't exist, detect it and exit with an error.
14884 * config.guess: Recognize BSD on hp300.
14886 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14888 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14889 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14891 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14893 * Makefile.in (all-send-pr): depends on all-prms
14895 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14897 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14899 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14901 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14902 Added test for mips-mips-riscos5.
14904 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14906 * configure.in: use mh-hp300 for 68k HP hosts
14908 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14910 * configure: add support for CONFIG_SHELL, so that you can use
14911 some alternate shell for evaluating configure scripts
14913 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14915 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14916 in configure script to bug-gdb@prep.ai.mit.edu when building
14917 distribution archive.
14918 * Makefile.in (COMPRESS): Remove def.
14919 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14920 gdb.tar.Z and make-gdb.tar.Z respectively.
14921 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14922 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14923 to convergence with 'taz' target in Makefile.in.
14925 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14927 * install.sh (dsttmp): use trap to ensure that tmp files go
14928 away on error conditions
14930 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14932 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14934 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14936 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14937 its parent is '/' not ''.
14939 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14941 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14943 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14944 that ${newsrcdir}/configure.in does.
14946 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14948 * test-build.mk: support for CONFIG_SHELL
14950 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14952 * config.sub (netware): Add as a basic system type.
14954 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14956 * Makefile.in (Makefile): depend on configure.in. Also drop the
14957 $(srcdir)/ from the dependency on Makefile.in.
14959 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14961 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14962 (h8300hhms is temporary until multi-libraries are implemented).
14963 * configure.in: Handle h8300h too.
14965 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14967 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14969 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14971 * configure: Remove extraneous output when guessing host type.
14972 * config.guess: Remove extraneous output when guessing using C
14973 compiler rather than uname, or when guessing fails.
14975 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14977 * Makefile.in: remove all.cross and install.cross targets
14979 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14982 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14984 * configure.in (target sh): Build gprof.
14986 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14988 * config.sub: change -solaris to -solaris2
14990 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14992 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14994 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14996 * configure: Correct error message for missing Makefile.in to
14997 print correct directory.
14999 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15001 * install.sh: kludge around 386BSD shell bug
15003 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15005 * config.guess: Recognize NeXT.
15006 * config.guess: Recognize i486-ncr-sysv4.
15007 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15009 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15011 * Makefile.in (MAKEINFOFLAGS): New variable.
15012 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15013 * build-all.mk, test-build.mk: Pass down --no-split as
15014 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15016 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15018 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15020 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15022 * Makefile.in (libg++.tar.z): New rule.
15023 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15024 * Makefile.in (taz): Only do a single chmod.
15026 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15028 * install.sh: don't use dirname anymore (replaced with sed usage)
15030 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15032 * Makefile.in: Change extension for gzip'd files from '.z' to
15033 '.gz' per new FSF standard usage.
15035 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15037 * configure: put quotes around the final value of program_transform_name
15039 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15041 * Makefile.in: new install.sh support; update install-info rules
15043 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15045 * configure.in: Build diff for crosses, but not for go32 host.
15047 * configure.in: Build gprof only for native, and don't build it
15048 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15050 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15052 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15054 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15056 * configure.in (host_tools): Add prms.
15058 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15060 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15061 with $(FLAGS_TO_PASS) on the command line
15063 * config.sub: Recognize lynx and lynxos
15065 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15067 * config.sub: Accept -ecoff*, not just -ecoff.
15069 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15071 * Makefile.in (taz): Use .gz suffix instead of .z.
15072 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15075 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15077 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15079 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15081 * Makefile.in (install-no-fixedincludes): install gcc last, so
15082 that rebuilds that might happen during 'make install' don't get
15083 bogus gcc include files
15085 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15087 Change from Utah for HPPA support:
15088 * config.guess: Recognize hppa1.x-hp-bsd.
15090 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15092 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15093 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15095 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15097 * config.sub: Add support for rom68k and bug boot monitors.
15099 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15101 * Makefile.in: Make all-opcodes depend on all-bfd.
15103 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15105 * config.guess: Added special check for i[34]86-univel-sysv4*.
15107 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15109 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15110 the processor rather than assuming i486.
15112 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15114 * config.guess: Recognize SunOS6 as Solaris3.
15116 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15118 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15119 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15121 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15123 * build-all.mk (all-cross): New target for Canadian Cross.
15124 Added Q2 go32 targets.
15125 * test-build.mk: Configure go32 cross sparclite-aout and
15126 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15127 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15129 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15131 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15132 GO32 hosted toolchains
15134 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15136 * configure: change so "-exec-prefix" gets passed down rather
15137 than "-exec_prefix" so autoconf generated Makefiles get the
15138 exec_prefix set right.
15140 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15142 * config.guess: get the Solaris2 minor version number
15144 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15146 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15148 * config.guess: Recognize some Sequent platforms.
15150 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15152 * Makefile.in: added the vault-install target
15154 * configure.in: actually use the Sun3 makefile fragment that's in
15155 config, also added the release dir to configdirs
15157 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15159 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15161 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15163 * configure.in: remove some program from Alpha targetted toolchains
15165 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15167 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15169 (taz): Run "make diststuff" in those directories instead of "make
15170 proto-dir". Look for "VERSION=" only at start of line in subdir
15171 Makefile. Use "gzip -9" for compression.
15172 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15173 (binutils.tar.z): New target.
15175 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15177 * Makefile.in (taz): Include gpl.texinfo.
15179 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15181 * Makefile.in (setup-dirs): Merged into "taz" target.
15182 (taz): Only do `proto-dir' stuff if a directory is actually needed
15185 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15187 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15188 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15189 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15190 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15191 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15193 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15195 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15196 config.sub, and move-if-change to gdb testsuite distribution
15197 archive, so the testsuite can be extracted, configured, and
15198 run separately from the gdb distribution. Blow away the Chill
15199 tests that require a Chill compiled executable, since GNU Chill
15200 is not yet publically available.
15202 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15204 * test-build.mk: set environment variables in a single command,
15205 instead of a list of assignments and exports
15207 * config.guess: recognize Alpha/OSF1 systems
15209 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15211 * configure: Change help message to prefer --options rather than
15214 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15216 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15217 zippy@ecst.csuchico.edu.
15218 * config.guess: Recognize miniframe.
15220 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15222 * Makefile.in: Use srcroot to find runtest rather than rootme.
15223 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15225 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15227 * test-build.mk: Extensive additions to support building on a
15228 machine other than the host.
15230 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15232 * configure (tooldir): Fix for i386-aix again.
15234 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15236 * configure, Makefile.in: Change definition of $(tooldir)
15239 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15241 * config.guess: Recognize i[34]86/SVR4.
15243 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15245 * Makefile.in (all-gdb): gdb depends on sim.
15247 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15249 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15250 at the same time we make the prototype gdb directory.
15251 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15252 files at the same time as the gdb base release distribution.
15254 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15256 * Makefile.in (check): Use individual check targets rather than
15258 (check-gcc): Added.
15260 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15262 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15263 for System V release 3.2.
15265 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15267 * config.sub: Recognize hppaosf.
15268 * configure.in: Do configure ld/binutils/gas for it.
15270 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15272 * configure (tooldir): Alter syntax used to set this, for systems
15273 where "\$" isn't handled right, like i386-aix.
15275 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15277 * configure: Pass program-transform-name, not
15278 program_transform_name, to recursive configures.
15280 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15282 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15283 of gas+ld+binutils.
15285 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15287 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15289 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15291 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15293 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15295 * Makefile.in (PRMS): Set back to all-prms.
15297 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15299 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15300 targets, rather than for MIPS hosts.
15302 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15304 * configure.in: add comment for --with-x default values
15306 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15308 * Makefile.in: add check-* targets for each of the directories in
15309 the tree. Add a definition of RUNTEST that will use the one we
15310 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15312 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15314 * configure.in: Removed obsolete references to bfd_target and
15315 target_makefile_frag.
15317 * build-all.mk: Set assorted targets for Q2.
15318 * config.sub: Recognize z8k-sim and h8300-hms.
15319 * test-build.mk: Really don't pass host to configure.
15320 (HOLES): Added uname.
15322 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15324 * configure: Handle an empty program-prefix, program-suffix or
15325 program-transform-name correctly.
15327 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15329 * build-all.mk: -G 8 no longer required for MIPS targets.
15330 * test-build.mk: Don't pass host argument to configure; make it
15333 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15335 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15336 * Makefile.in (COMPRESS): New macro, like GZIP.
15338 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15340 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15342 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15343 with gas currently defaults to -G 0.
15345 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15347 * Makefile.in (all-flex): flex depends on byacc.
15349 * build-all.mk: If host not specified, use config.guess. Pass TAG
15350 to test-build.mk as RELEASE_TAG.
15351 * test-build.mk (configargs): New variable containing arguments to
15352 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15353 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15355 * config.guess: Use /bin/uname when checking -X argument on SCO,
15356 to avoid invoking GNU uname which doesn't understand -X.
15358 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15360 * configure.in: Build gas for mips-*-*.
15362 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15364 * Makefile.in (all.normal): insert missing backslash.
15366 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15368 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15370 * Makefile.in: Complete overhaul to merge many almost identical
15373 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15375 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15376 (gdb.tar.Z): Adjusted.
15378 * Makefile.in (setup-dirs, taz): New targets; should be general
15379 enough to adapt for gdb sometime. Build only .z file.
15380 (gas.tar.z): New target.
15382 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15384 * build-all.mk: Use CC=cc -Xs on Solaris.
15386 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15388 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15389 for handling BISON for FSF releases.
15391 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15393 * configure: Actually implement the change zoo just documented.
15395 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15397 * configure: when using config.guess, only set target_alias when
15398 it's not already been set (ie, on the command line)
15400 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15402 * Makefile.in: add installcheck target, set PRMS to install-prms
15404 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15406 * configure: add support for package_makefile_fragment, handle the
15407 case where a directory has a configure.in file but no Makefile.in
15408 more gracefully (with an actual understandable error message, even);
15409 add support for --without (and add this to the usage message); also
15410 explicitly add a --host=${host_alias} to the command line when
15411 config.guess is used
15413 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15415 * configure: Must use both --host and --target in recursive calls.
15417 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15419 * Makefile.in: Change deja-gnu to dejagnu.
15421 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15423 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15425 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15427 * configure.in: canonicalize all instances to *-*-solaris2*,
15428 also strip out a number of tools to not build for go32 host
15430 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15432 * config.guess: add GPL.
15434 * Makefile.in, config.guess, config.sub, configure: bump
15437 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15439 * Makefile.in (do-info): Removed obsolete check for existence of
15442 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15444 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15446 * Makefile.in: a couple of 'else true' for decstation,
15449 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15451 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15453 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15455 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15457 * config.guess: Recognize i386-ibm-aix (PS/2).
15458 * configure.in: Use config/mh-aix386 file for it.
15460 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15462 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15463 CC_FOR_TARGET instead.
15464 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15466 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15468 * Makefile.in: Add sim to list of directories sent with gdb
15470 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15472 * configure.in: Put back mips-dec-bsd* case.
15474 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15476 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15477 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15478 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15480 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15482 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15484 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15485 (install-info): install dir.info only if it exists,
15486 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15488 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15490 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15491 gas for mips-dec-bsd.
15493 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15495 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15496 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15498 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15500 * configure.in: Added "dejagnu" to hosttools list.
15502 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15504 * config.sub, configure.in, config.guess: Add support
15505 for Bosx, an AIX variant from Bull.
15506 Patches from F.Pierresteguy@frcl.bull.fr.
15508 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15510 * devo/dejagnu: Initial creation of devo/dejagnu.
15511 Migrated dejagnu testcases and support files for testing software
15512 tools to reside as subdirectories, currently called "testsuite",
15513 within the directory of the software tool. Migrated all programs,
15514 support libraries, etc. beloging to dejagnu proper from
15515 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15516 with no modifications. The changes to these files which will
15517 allow them to configure, build, and execute properly will be made
15518 in a future update.
15520 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15522 * Makefile.in: Change send_pr to send-pr.
15523 * configure.in: Likewise.
15524 * send_pr: Renamed directory to send-pr.
15526 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15528 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15530 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15532 * README: Update for gdb-4.8 release.
15533 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15534 gdb-xxx.tar.z (gzip'd) file also.
15536 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15538 * Makefile.in: make all-diff depend on all-libiberty
15540 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15542 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15544 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15546 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15548 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15550 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15551 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15552 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15554 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15556 * Makefile.in: makeinfo binary is in a new location
15558 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15560 * config.sub: Accept -ecoff as an OS.
15562 * Makefile.in: Various changes to eliminate a level of make
15563 recursion and reduce the required command line length.
15564 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15566 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15567 variables holding settings for specific sub-makes.
15568 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15569 in terms of BASE_FLAGS_TO_PASS.
15570 (TARGET_LIBS): New variable listing directories which use
15571 TARGET_FLAGS_TO_PASS.
15572 (subdir_do): Eliminated.
15573 (do-*): New set of targets to replace subdir_do.
15574 (various): All targets which used subdir_do now depend on do-*.
15575 (local-clean): Renamed from do_clean.
15576 (local-distclean): New target, dependency of distclean and
15578 (install-info): Don't create directories. Depend on dir.info
15579 rather than calling make recursively.
15580 (install-dir.info): Eliminated.
15581 (install-info-dirs): Create all info directories here.
15582 (dir.info): Depend upon do-install-info.
15584 * test-build.mk (HOLES): Added false.
15586 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15588 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15590 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15592 * Makefile.in (info): remove dependency on all-texinfo. The
15593 problem was really in texinfo/C, not at this level.
15595 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15597 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15599 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15601 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15604 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15606 * configure: Include srcdir in message about target of link not
15607 being found. Don't convert `-' to `_' in `with' options being
15610 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15612 * configure.in: add uudecode to host_tools
15614 * Makefile.in: added {all,install}-uudecode targets, added them to
15615 the appropriate lists
15617 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15619 * Makefile.in (all-gcc): Added dependency on all-gas.
15621 * configure.in (mips-*-*): Build ld and binutils.
15623 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15625 * configure: check return code from mkdir, print error message and
15628 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15630 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15632 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15634 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15636 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15638 * config.sub (h8500): Recognize this as a cpu type.
15640 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15642 * configure: source directory missing is no longer a warning
15644 * configure.in: recognize irix[34]* instead of irix[34]
15646 * Makefile.in: define and pass down X11_LIB
15648 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15650 * guess-systype: Renamed to ...
15651 * config.guess: ... by popular request.
15652 * configure.in, Makefile.in: Update accordingly.
15654 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15656 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15657 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15658 + Execute ./dummy instead of assuming . is in PATH.
15660 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15662 * guess-systype: New shell script. Attempts to guess the
15663 canonical host name of the executing host.
15664 Only a few hosts are supported so far.
15665 * configure: Call guess-systype if no host is specified.
15667 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15669 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15673 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15675 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15676 (all-gcc, install-gcc, subdir_do): Use it.
15678 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15680 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15682 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15684 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15685 set exclusively by configure, using configure.in .
15687 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15689 * test-build.mk: set $PATH for all builds
15691 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15693 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15695 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15696 the one used in gcc/Makefile.in, so that a null expansion doesn't
15697 override the one needed to build gcc with a native cc.
15700 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15702 * configure: Accept -with arguments.
15704 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15706 * Makefile.in: added h8300sim
15708 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15710 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15711 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15712 (all-cygnus, native, build-cygnus): Make
15713 $(canonhost)-stamp-3stage-done, not $(host)....
15714 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15715 i386-sco3.2v4. Added else true to if command.
15717 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15719 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15721 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15723 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15725 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15727 * configure.in: don't remove binutils from Solaris builds
15729 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15731 * Makefile.in: get rid of earlier definitions for *clean,
15732 also handle the recursive info rule better
15734 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15736 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15737 do more-or-less the right thing.
15739 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15741 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15742 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15744 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15746 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15749 * configure.in: split the configdirs list into 4 categories (native
15750 v. cross, library v. tool) and handle the cross-only and native-
15751 only in more reasonable (and correct!) way.
15753 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15755 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15756 configdirs anymore.
15758 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15760 * Makefile.in: extensive cleanup:: removed all of the explicit
15761 clean-* targets, collapsed many wrappers around subdir_do into
15762 one, added additional targets to satisfy standards.texi, deleted
15763 some old targets, some changes for consistency
15765 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15767 * configure.in: handle some programs as cross-only, and others as
15770 * test-build.mk: handle partial holes in a more generic manner
15772 * Makefile.in: m4 depends on libiberty
15774 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15776 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15777 time, wdiff, and find to configdirs
15779 * Makefile.in: all, clean, and install rules for the new programs
15780 added to configure.in
15782 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15784 * configure.in: use mh-sun for all *-sun-* hosts
15786 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15788 * Makefile.in: define flags for X11 include files and library file
15789 locations, pass them down to the programs that need this info
15791 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15793 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15795 * configure.in: start building libg++ for HP-UX targets
15797 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15799 * README: Update references to files moved into etc/.
15801 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15803 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15804 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15806 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15808 * configure: accept dash as well as underscore in long option
15809 names for FSF compatibility.
15811 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15813 * config.sub: added -sco3.2v4 support from FSF.
15815 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15817 * configure.in: expand the section that adds or removes
15818 directories from the list of programs to build, to handle native
15819 vs. cross in addition to host v. native
15821 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15823 * Makefile.in: Replace C++ in macro names with CXX.
15824 This is less likely to break ...
15826 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15828 * test-build.mk: add -w to GNU_MAKE
15830 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15832 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15833 add 'sparc' to list of recognized cpus. This needed to make
15834 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15835 Delete some redundant ose68 variants. Recognize -wrs as an os,
15836 then changes that into $CPU-wrs-vxworks.
15838 * configure.in: remove most references to gdbtest, regularize
15839 target based program removal
15841 * test-build.mk: import from p3 tree (many fixes and changes)
15843 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15845 * Makefile.in: added rules to handle tcl, tk, and expect
15847 * configure.in: handle those directories if they exist
15849 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15851 * config.sub: removed bogus hppabsd and hppahpux names, since
15852 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15854 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15856 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15857 depends upon all-xiberty
15859 * Makefile.in: changes from p3, including:
15861 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15863 * Makefile.in (XTRAFLAGS): include newlib directories if
15864 newlib/Makefile exists, rather than if host != target.
15866 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15868 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15869 from the same source tree and not building a cross-compiler. This
15870 matters for the libg++ configuration if reconfiguring a tree that
15871 has already been installed.
15873 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15875 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15876 pick up the machine and system specific header files.
15878 * Makefile.in: added AS_FOR_TARGET, passed down in
15879 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15880 the C compiler to use to create programs which are run in the
15881 build environment, set it to default to $(CC), and passed it down
15882 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15884 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15886 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15887 We need them for unusual native builds, like systems without
15890 * configure: also define $(host_canonical) and
15891 $(target_canonical), which are the full, canonical names for the
15892 given host and target
15894 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15896 * Makefile.in: Added separate definitions for C++.
15898 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15900 * configure.in (configdirs): Add deja-gnu.
15902 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15904 * README: Update for configure.texi and gdb-4.7 release.
15906 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15908 * Makefile.in: Move "all" target to top of file.
15909 Previously, first target was ".PHONY" which caused BSD4.4 make
15910 to build .PHONY when make was run without arguments.
15912 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15914 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15915 Library-copylefted code in libiberty.
15917 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15919 * config.sub: Replace m68kmote with plain old m68k.
15921 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15923 * Makefile.in: Remove space from blank line, avoid Make complaints.
15925 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15927 * config.sub: Complain if no argument is given. Added support for
15928 386bsd as OS and target alias.
15930 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15932 * Makefile.in (XTRAFLAGS): include newlib directories if
15933 newlib/Makefile exists, rather than if host != target.
15935 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15937 * config.sub: recognize sparclite-wrs-vxworks.
15939 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15940 p3.) Added clean-xiberty to clean.
15942 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15944 * configure.in: use *-*-* instead of nested cases for host and target
15946 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15948 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15949 from the same source tree and not building a cross-compiler. This
15950 matters for the libg++ configuration if reconfiguring a tree that
15951 has already been installed.
15953 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15955 * config.sub (i486v/i486v4): Merge in from FSF version.
15957 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15959 * configure: only set PWD if it is already set.
15961 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15963 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15964 doesn't have unset and all success paths (and most error paths)
15965 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15966 to just ${PWD} to avoid confusion.)
15968 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15970 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15971 even for a native compilation.
15973 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15975 Changes to make the gdb.tar.Z rule work better.
15977 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15978 (DEVO_SUPPORT): Add configure.texi.
15979 (bfd-ilrt.tar.Z): Remove ancient rule.
15981 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15983 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15984 pick up the machine and system specific header files.
15986 * configure.in, config.sub: added new target m68010-adobe-scout,
15987 with alias of adobe68k. Changed configure.in to check for
15988 -scout before -sco* to avoid a false match.
15990 * Makefile.in: added AS_FOR_TARGET, passed down in
15991 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15992 the C compiler to use to create programs which are run in the
15993 build environment, set it to default to $(CC), and passed it down
15994 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15996 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15998 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15999 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
16000 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16001 FOR_TARGET variants, to newlib and libg++.
16003 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16005 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16008 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16010 * config.sub: Accept `elf' as an environment.
16012 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16014 * Makefile.in (all-opcodes): cd into the right directory
16016 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16018 * configure: added -program_transform_name option, used as
16019 argument to sed when installing programs.
16020 configure.texi: added documentation for -program_prefix,
16021 -program_suffix and -program_transform_name.
16023 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16025 * config.sub: Accept i486 where i386 ok.
16027 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16029 * config.sub: accept we32k
16031 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16033 * config.sub, configure.in: accept OSE68000 and OSE68k.
16035 * Makefile.in: don't create all directories for ``make install'';
16036 let the subdirectories create the ones they need.
16038 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16040 * COPYING: new file, GPL v2
16042 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16044 * Makefile.in: use the new gen-info-dir, which needs a template
16045 argument (which also lives in texinfo)
16047 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16049 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16051 * config.sub (ncr3000): Change i386 to i486.
16053 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16055 * Makefile.in: add install-rcs, install-grep to
16056 install-no-fixedincludes, removed install-bison and install-libgcc
16058 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16060 * configure.in: grab the HPUX makefile fragment if on HPUX
16062 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16064 * Makefile.in: eradicate bison spoor (ditto libgcc).
16065 configure.in: recognise m68{k,000}-ericsson-OSE.
16066 es1800 is alias for m68k-ericsson-OSE
16068 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16070 * configure.in: rearrange the parts that remove programs from
16071 configdirs, based now on HOST==TARGET or by canonical triple.
16073 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16075 * test-build.mk: recurse explicitly with -f test-build.mk when
16076 appropriate. predicate stage3 and comparison on the existence
16077 of gcc. That is, if gcc isn't around, we aren't three-staging.
16078 On very clean, also remove ...stamp-co. Build in-place before
16079 doing other builds.
16081 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16083 * Makefile.in, configure.in: add tgas
16085 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16087 * Makefile.in: a number of changes merged in from progressive.
16089 * configure.in: add libm.
16091 * .cvsignore: ignore some stuff that comes from test-build.mk.
16093 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16095 * config.sub: Add es1800 (m68k-ericsson-es1800).
16097 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16099 * configure: Add program_suffix (parallel to program_prefix)
16100 * Makefile.in: adjust directory-creating script for losing decstation
16102 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16104 * configure: Minor $subdir-related fixes.
16106 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16108 * configure: fix various problems with propogating
16109 makefile_target_frag in subdirs.
16110 * configure.in: config libgcc if its there
16112 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16114 * config.sub: HPPA merge.
16116 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16118 * Makefile.in: Replace all-bison with all-byacc in all
16119 dependency lines for other tools (which now use byacc).
16121 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16123 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16125 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16127 * Makefile.in: make gprof rules similar to byacc rules (instead of
16128 vestigal $(unsubdir) that didn't work...)
16130 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16132 * config.sub: Add support for Linux.
16133 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16134 (at least for libg++).
16136 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16138 * configure.texi: fix doc for the -nfp option to configure
16140 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16142 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16144 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16146 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16147 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16148 * configure.in: added solaris* host_makefile_frag hook.
16150 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16152 * config.sub: changed recognition of m68000 so that various
16153 m68k types can be specified via m680[01234]0
16155 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16157 * config.sub (basic_machine): fix sed so that '-foo' isn't
16158 completely substituted out while .+'-foo' loses the '-foo'
16160 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16162 * config.sub ($os): Add -aout.
16164 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16166 * configure: If host_makefile_frag is absolute, don't
16167 prefix ${invsubdir} (relevant to libg++ auto-configure).
16169 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16171 * Makefile.in (tooldir): Define it.
16172 (all-ld): Depend on all-flex.
16174 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16176 * Makefile.in (check): Fix libg++ special case.
16178 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16180 * configure: do not bury `pwd` into config.status, thus do fewer
16183 * configure: print the "Building in" message only when building in
16184 other than "." AND verbose.
16186 * configure: remove -s, rework -v to better accomodate guested
16189 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16191 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16193 * Makefile.in: macroize flags passed on recursion. remove
16196 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16198 * configure: get makesrcdir right for subdirs deeper than 1.
16200 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16203 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16205 * Makefile.in: don't print subdir_do or recursion lines.
16207 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16209 * standards.texi: added menu item.
16211 * Makefile.in: build and install standards.info.
16213 * standards.texi: new file.
16215 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16217 * configure: test for and move config.status pieces from
16220 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16222 * configure: Test for existance of files before trying to mv
16223 them, to avoid numerous non-existance messages.
16225 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16227 * configure: correct final line of config.status.
16229 * configure: patch from eggert. Avoids a protection problem if
16230 the original Makefile.in is read only.
16232 * configure: use move-if-change from gcc to create config.status.
16233 Some makefiles depend on config.status to tell if a directory
16234 has been reconfigured for a different host. This change
16235 prevents those directories from remaking everything in the case
16236 where the reconfig was only intended to rebuild a Makefile.
16238 * configure: test for config.sub with "config.sub sun4" rather
16239 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16240 host alias from a missing config.sub.
16242 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16244 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16245 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16247 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16249 * configure: mkdir ${subdir} as needed.
16251 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16253 * Makefile.in,configure.in: added autoconf.
16255 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16257 * Makefile.in: no longer pass against on recursion.
16259 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16260 definitions are not inherited.
16262 * configure: correct makesrcdir when subdir is .
16264 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16266 * configure: Add support for 'subdirs' variable, which is
16267 like 'configdirs', except that configure doesn't re-invoke
16268 itself for subdirs, it just creates a Makefile for each subdir.
16269 * configure.texi: Document subdirs.
16271 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16273 * configure.in: added flex to configdirs
16275 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16277 * Makefile.in: remove clean-stamps from clean.
16279 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16281 * configure.in: Add gdbtest to configdirs.
16283 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16285 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16286 to recursive makes.
16287 * configure.in: Recognize new ncr3000 config.
16289 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16291 * Makefile.in, configure.in: removed references to gdbm.
16293 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16295 * config.sub: Don't canonicalize os value
16296 newsos* to bsd (readline needs to check for newsos).
16297 (This fix was earlier made Jan 31, but got re-broken.)
16299 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16301 * configure.in: sco is an os, not a vendor!
16303 * configure: Quote $( better. Keep various shells happy.
16305 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16307 * Makefile.in: eliminate stamp-files.
16309 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16311 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16312 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16314 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16316 * config.sub: fix iris/iris3.
16318 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16320 * configure: re-add -rm.
16322 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16324 * Maskefile.in: add .stmp-rcs to all.
16326 * configure.in: remove gas from rs6000 build, use aix host fragment.
16328 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16330 * configure: pass down site_option during recursion.
16332 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16334 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16336 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16338 * configure: Change exec_prefix so that it really defaults to prefix.
16340 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16342 * Makefile.in, configure.in: Add support for mmalloc library.
16344 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16346 * Makefile.in: add stmp dependencies for a few more things.
16348 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16350 * configure: adjusted error message on objdir/srcdir configure
16351 collision, per john's suggestion.
16353 * Makefile.in: add libiberty stmp to all and all.cross.
16355 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16357 * Makefile.in: remove force dependencies, add grep to all.
16359 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16361 * Makefile.in: drop flex. make stamp files work.
16363 * configure: added test for conflicting configuration in srcdir,
16364 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16365 gets cranky. use relative paths for configure and srcdir
16366 whenever possible. Send some error messages to stderr that were
16369 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16371 * Makefile.in: Fix libg++ rule to check for gcc directory
16372 before using gcc/gcc. Also pass XTRAFLAGS.
16374 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16376 * Makefile.in: added stmp-files so that directories aren't polled
16377 when they are already built.
16379 * configure.texi: fixed a node pointer problem.
16381 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16383 * config.sub configure.in gdb/configure.in
16384 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16385 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16386 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16388 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16390 * configure: -recurring becomes -silent. corrected help message
16393 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16395 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16397 * configure: when building Makefile for crosses, replace
16398 tooldir and program_prefix. default srcdir from location of
16399 config.sub. remove "for host in hosts" and "for target in
16402 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16404 * Makefile.in: Do not pass bindir or mandir to cvs.
16406 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16408 * Makefile.in, configure.in: removed traces of namesubdir,
16409 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16410 copyrights to '92, changed some from Cygnus to FSF.
16412 * configure.texi: remove most references to multiple hosts,
16413 multiple targets, subdirs, etc.
16415 * configure.man: removed rcsid. reference config.sub not
16418 * Makefile.in: mkdir $(infodir) on install-info.
16420 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16422 * configure.texi: Explain better about .gdbinit and about
16423 the environment that configure.in sections run in.
16425 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16427 * configure.in: Ultrix is only a decstation if it's a MIPS.
16429 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16431 * README: DOC.configure => cfg-paper.texi.
16433 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16435 * config.sub (near case $os): Don't convert newsos* to bsd!
16437 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16439 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16440 the number of copies of COPYING that go into the GDB tar file.
16442 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16444 * bfd/configure.in, gdb/config/mh-i386sco,
16445 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16446 Fix SCO configuration stuff.
16448 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16450 * Makefile.in: For libg++, make sure the -I pointing
16451 to the gcc directory goes *after* all the libg++-local -I flags.
16452 Also, move just-gcc dependency from just-libg++ to all-libg++.
16454 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16456 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16458 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16460 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16462 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16464 * config.sub: Add stratus configuration frags. Also
16467 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16469 * Makefile.in (DEV_SUPPORT): add configure.man.
16471 * config.sub(Decode manufacturer-specific): add -none*.
16473 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16475 * Makefile.in: remove form feeds to make Sun's make happy.
16476 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16478 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16480 * Makefile.in (AR_FLAGS): Make quieter.
16482 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16484 * configure.in: Add libg++.
16485 * configure: When verbose, don't output the command line at each
16486 level; it will be unremarkably the same as the previous version,
16487 which will be the same as what the user typed.
16489 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16491 * configure.in, Makefile.in: fix clean-info, add flex. add
16494 * configure: be less sensitive to spaces in Makefile.in. Do not
16495 look for sources in "..". Doing so breaks subdirectories that
16496 might have their own configure. If a subdir has it's own
16497 configure script, use it.
16499 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16501 * cfg-paper.texi: some changes suggested by rms.
16503 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16505 * config.sub: Merge in some small additions from the FSF version,
16506 taken from the gcc distribution, to bring the Cygnus and FSF
16507 versions into closer sync.
16509 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16511 * configure.in: Changed svr4 references to sysv4.
16513 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16515 * configure: added -V for version number option.
16517 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16519 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16520 renamed from DOC.configure to cfg-paper.texi.
16522 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16524 * configure, config.subr, config.sub: config.subr is now
16527 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16529 * configure.texi: new file, in progress.
16531 * Makefile.in: build info file and install the man page for
16534 * configure.man: new file, first cut.
16536 * configure: find config.subr again now that configuration "none"
16537 has gone. removed all traces of the -ansi option. removed all
16538 traces of the -languages option.
16540 * config.subr: resync from rms.
16542 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16544 * configure, config.sub, config.subr: merge config.sub into
16545 config.subr, call the result config.subr, remove config.sub, use
16548 * Makefile.in: revised install for dir.info.
16550 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16552 * configure.in: add decstation host makefile frag.
16554 * Makefile.in: BISON now bison -y again. also install-gcc on
16555 install. clean-gdbm on clean. infodir belongs in datadir.
16556 Make directories for info install. Build dir.info here then
16559 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16561 * Makefile.in: fix for bad directory tests.
16563 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16565 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16566 regexp. -srcdir relative was being handled incorrectly.
16568 * Makefile.in: unwrapped some for loops so that parallel makes
16569 work again and so one can focus one's attention on a particular
16572 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16574 * configure: added PWD as a stand in for `pwd` (for speed). use
16575 elif wherever possible. make -srcdir work without -objdir.
16576 -objdir= commented out.
16578 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16580 * configure: +options become --options. -subdirs commented out.
16581 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16582 Makefile now at top of generated Makefile. Removed cvs log
16583 entries. added -srcdir. create .gdbinit only if there is one
16586 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16587 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16588 and mandir now keyed off datadir by default.
16590 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16592 * Freshly created ChangeLog.
16599 version-control: never