]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ChangeLog
Document "memory-tag-violations".
[thirdparty/binutils-gdb.git] / ChangeLog
1 2021-10-29 Eli Zaretskii <eliz@gnu.org>
2
3 * gdb/doc/gdb.texinfo (Command Options): (Data): Document
4 '-memory-tag-violations'. Update the example.
5
6 2021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * src-release.sh (GDB_SUPPPORT_DIRS): Add libbacktrace.
9
10 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
11
12 PR libctf/27967
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
17 nm output.
18
19 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
20
21 PR libctf/27967
22 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
23 Solaris 11.
24
25 2021-07-03 Nick Clifton <nickc@redhat.com>
26
27 * 2.37 release branch created.
28
29 2021-07-03 Nick Clifton <nickc@redhat.com>
30
31 * libiberty: Sync with gcc. Bring in:
32 2021-06-30 Gerald Pfeifer <gerald@pfeifer.com>
33
34 * make-temp-file.c (usrtmp): Remove.
35 (choose_tmpdir): Remove use of usrtmp.
36
37 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
38
39 * simple-object.c (handle_lto_debug_sections): Copy over .BTF section.
40
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>
45
46 * simple-object.c (handle_lto_debug_sections): Copy over .ctf
47 sections.
48
49 2021-06-05 John David Anglin <danglin@gcc.gnu.org>
50
51 PR target/100734
52 * configure.ac: Use libiberty snprintf and vsnprintf on
53 hppa*-*-hpux*.
54 * configure: Regenerate.
55
56 2021-05-06 Tom Tromey <tom@tromey.com>
57
58 * hashtab.c (htab_eq_string): New function.
59
60 2021-05-04 Eric Botcazou <ebotcazou@adacore.com>
61
62 * configure.ac: Make test for variables more robust.
63 * configure: Regenerate.
64
65 2021-05-03 H.J. Lu <hjl.tools@gmail.com>
66
67 PR bootstrap/99703
68 * configure: Regenerated.
69
70 2021-04-21 Andreas Schwab <schwab@linux-m68k.org>
71
72 PR demangler/100177
73 * rust-demangle.c (demangle_const_char): Properly print the
74 character value.
75
76 2021-03-31 Patrick Palka <ppalka@redhat.com>
77
78 PR c++/88115
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
83 change.
84 <case DEMANGLE_COMPONENT_UNARY>: Likewise.
85 * testsuite/demangle-expected: Adjust __alignof__ tests.
86
87 2021-03-16 Nick Clifton <nickc@redhat.com>
88
89 * sha1.c (sha1_process_bytes): Use memmove in place of memcpy.
90
91 2021-02-20 Mike Frysinger <vapier@gentoo.org>
92
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
97 $(srcdir)/aclocal.m4.
98 * aclocal.m4: Move libiberty macros to acinclude.m4, then regenerate.
99 * acinclude.m4: New file.
100 * configure: Regenerate.
101
102 2021-02-19 Ayush Mittal <ayush.m@samsung.com>
103
104 * argv.c (expandargv): free allocated buffer if read fails.
105
106 2021-02-01 Martin Sebor <msebor@redhat.com>
107
108 * dyn-string.c (dyn_string_insert_cstr): Use memcpy instead of strncpy
109 to avoid -Wstringop-truncation.
110
111 2021-05-29 Mike Frysinger <vapier@gentoo.org>
112
113 * configure.ac: Add gnulib to configdirs for sim.
114 * configure: Regenerate.
115
116 2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
117
118 * MAINTAINERS: Update path to readline config.{sub,guess} files.
119
120 2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
121
122 * config.guess: Import from upstream.
123 * config.sub: Likewise.
124
125 2021-05-18 Mike Frysinger <vapier@gentoo.org>
126
127 * Makefile.def: Add configure-sim dependency on all-gnulib.
128 * Makefile.in: Regenerated.
129
130 2021-05-04 Nick Clifton <nickc@redhat.com>
131
132 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
133 * configure: Regenerate.
134
135 2021-03-18 Nick Alcock <nick.alcock@oracle.com>
136
137 PR libctf/27482
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.
143
144 2021-03-12 Mike Frysinger <vapier@gentoo.org>
145
146 * Makefile.def: Remove all-sim dependency on configure-gdb.
147 * Makefile.in: Regenerated.
148
149 2021-02-28 H.J. Lu <hongjiu.lu@intel.com>
150
151 PR binutils/26766
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.
156
157 2021-02-09 Alan Modra <amodra@gmail.com>
158
159 * configure.ac: Delete arm*-*-symbianelf* entry.
160 * configure: Regenerate.
161
162 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
163
164 * Makefile.def: Add install-libctf dependency to install-ld.
165 * Makefile.in: Regenerated.
166
167 2021-01-12 Mike Frysinger <vapier@gentoo.org>
168
169 * src-release.sh (do_proto_toplev): Rewrite indentation.
170
171 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
172
173 PR binutils/26766
174 * configure.ac:
175 * configure: Regenerated.
176
177 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
178
179 PR ld/27173
180 * configure: Regenerated.
181 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
182 --plugin and rc before enabling --plugin.
183
184 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
185
186 PR binutils/26766
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
199 the PGO build.
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.
205
206 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
207
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
213 RANLIB if possible.
214 * Makefile.in: Regenerated.
215 * configure: Likewise.
216
217 2021-01-09 Nick Clifton <nickc@redhat.com>
218
219 * 2.36 release branch crated.
220
221 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
222
223 * libtool.m4: Match gnu* along with other GNU systems.
224
225 2021-01-07 Alan Modra <amodra@gmail.com>
226
227 * config.sub: Accept OS of eabi* and gnueabi*.
228
229 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
230
231 * Makefile.def (libctf): No longer no_check. Checking depends on
232 all-ld.
233 * Makefile.in: Regenerated.
234
235 2021-01-05 Nick Clifton <nickc@redhat.com>
236
237 * libiberty: Sync with gcc. Bring in:
238 2021-01-04 Martin Liska <mliska@suse.cz>
239
240 * strverscmp.c: Convert to utf8 from iso8859.
241
242 2020-12-22 Jason Merrill <jason@redhat.com>
243
244 PR c++/67343
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.
252
253 2020-12-21 Jason Merrill <jason@redhat.com>
254
255 * cp-demangle.c (d_expression_1): Recognize qualified-id
256 on RHS of dt/pt.
257 * testsuite/demangle-expected: Add test.
258
259 2020-12-21 Jason Merrill <jason@redhat.com>
260
261 * cp-demangle.c (d_unqualified_name): Clear is_expression.
262 * testsuite/demangle-expected: Add tests.
263
264 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
265
266 * configure: Regenerate.
267 * configure.ac: Avoid using sanitizer.
268
269 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
270
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.
296
297 2020-11-13 Seija Kijin <doremylover456@gmail.com>
298
299 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
300
301 2020-11-11 Patrick Palka <ppalka@redhat.com>
302
303 PR c++/88115
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__.
310
311 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
312
313 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
314
315 2020-10-06 Martin Liska <mliska@suse.cz>
316
317 PR lto/97290
318 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
319 Use sh_link of a .symtab_shndx section.
320
321 2021-01-05 Alan Modra <amodra@gmail.com>
322
323 * config.guess: Import from upstream.
324 * config.sub: Likewise.
325
326 2020-12-16 Martin Liska <mliska@suse.cz>
327 Tom de Vries <tdevries@suse.de>
328
329 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
330 field. Add meter field.
331 (progressfn): Print progress using meter.
332
333 2020-12-02 Enze Li <lienze2010@hotmail.com>
334
335 * .gitignore: Add gnu global outputs.
336
337 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
338
339 * .gitignore: Sync with gcc.
340
341 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
342
343 * src-release.sh: Use sha256sum instead of md5sum.
344
345 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * Makefile.in: Rebuild.
348 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
349 distclean-gdbserver.
350
351 2020-07-24 Aaron Merey <amerey@redhat.com>
352
353 * configure: Rebuild.
354 * configure.ac: Remove AC_DEBUGINFOD.
355
356 2020-07-04 Nick Clifton <nickc@redhat.com>
357
358 Binutils 2.35 branch created.
359
360 2020-04-21 Stephen Casner <casner@acm.org>
361
362 PR 25830
363 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
364 * configure: Rebuild.
365
366 2020-03-12 Tom Tromey <tom@tromey.com>
367
368 * Makefile.in: Rebuild.
369 * Makefile.def (gdbserver): Depend on gdbsupport.
370
371 2020-03-12 Tom Tromey <tom@tromey.com>
372
373 * Makefile.in: Rebuild.
374 * Makefile.def (gdbsupport): Don't depend on bfd.
375
376 2020-03-12 Tom Tromey <tom@tromey.com>
377
378 * Makefile.in: Rebuild.
379 * Makefile.def (gdbsupport): Depend on intl.
380
381 2020-02-17 Tom Tromey <tom@tromey.com>
382
383 * configure: Rebuild.
384 * configure.ac (configdirs): Add gnulib and gdbsupport when building
385 gdbserver.
386
387 2020-02-14 Tom Tromey <tom@tromey.com>
388
389 * Makefile.in: Rebuild.
390 * Makefile.def: Make gdbserver require gnulib and libiberty.
391
392 2020-02-07 Tom Tromey <tom@tromey.com>
393 Pedro Alves <palves@redhat.com>
394
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.
402
403 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
404
405 * src-release.sh (getver): Look for gdbsupport's
406 create-version.sh script at the current directory if tool is
407 "gdb".
408
409 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
410
411 * remote-sim.c (gdbsim_target::wait): Return
412 sim_data->remote_sim_ptid instead of inferior_ptid.
413
414 2020-01-18 Nick Clifton <nickc@redhat.com>
415
416 Binutils 2.34 branch created.
417
418 2020-01-18 Nick Clifton <nickc@redhat.com>
419
420 Synchronize top level configure files with master version:
421
422 2020-01-01 Ben Elliston <bje@gnu.org>
423
424 * config.guess: Update copyright years.
425 * config.sub: Likewise.
426
427 2019-12-21 Ben Elliston <bje@gnu.org>
428
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
432 the bug report.
433
434 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
435
436 * config.guess (alpha:Linux:*:*): Guard against missing
437 /proc/cpuinfo by redirecting standard error to /dev/null.
438
439 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
440
441 * config.guess (*:Twizzler:*:*): New.
442 * config.sub (-twizzler*): New.
443
444 2019-07-24 Ben Elliston <bje@gnu.org>
445
446 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
447
448 2019-06-30 Ben Elliston <bje@gnu.org>
449
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.
452
453 2019-06-30 Ben Elliston <bje@gnu.org>
454
455 * config.sub: Recognise os108*.
456
457 2019-06-26 Ben Elliston <bje@gnu.org>
458
459 * config.sub (hp300): Set $os to hpux.
460
461 2019-06-26 Ben Elliston <bje@gnu.org>
462
463 * config.sub (vsta): Move into alphabetical order.
464
465 2019-06-10 Ben Elliston <bje@gnu.org>
466
467 * config.guess (*:OS108:*:*): Recognise new OS.
468
469 2019-05-28 Ben Elliston <bje@gnu.org>
470
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
475 uname -m.
476
477 2019-05-28 Ben Elliston <bje@gnu.org>
478
479 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
480
481 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
482
483 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
484 * Makefile.in: Re-generate.
485
486 2020-01-14 Tom Tromey <tom@tromey.com>
487
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.
495
496 2020-01-09 Aaron Merey <amerey@redhat.com>
497
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.
502
503 2019-12-26 Christian Biesinger <cbiesinger@google.com>
504
505 * .gitignore: Add perf.data and perf.data.old.
506
507 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
508
509 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
510
511 2019-10-17 Alan Modra <amodra@gmail.com>
512
513 PR 29
514 * src-release.sh (getver): Replace "head -1" with "head -n 1".
515
516 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
517
518 * Makefile.def (host_modules): libctf is no longer no_install.
519 * Makefile.in: Regenerated.
520
521 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
522
523 * Makefile.def (dependencies): all-ld depends on all-libctf.
524 * Makefile.in: Regenerated.
525
526 2019-09-09 Phil Blundell <pb@pbcl.net>
527
528 binutils 2.33 branch created
529
530 2019-08-19 Tom Tromey <tom@tromey.com>
531
532 * configure: Rebuild.
533 * configure.ac: Add --with-static-standard-libraries.
534
535 2019-08-09 Nick Clifton <nickc@redhat.com>
536
537 * libiberty: Sync with gcc. Bring in:
538 2019-08-08 Martin Liska <mliska@suse.cz>
539
540 PR bootstrap/91352
541 * lrealpath.c (is_valid_fd): New function.
542
543 2019-07-24 Martin Liska <mliska@suse.cz>
544
545 PR lto/91228
546 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
547 Find first '\0' starting from gnu_lto + 1.
548
549 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
550
551 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
552 This fixes a Bug 90924.
553
554 2019-07-22 Martin Liska <mliska@suse.cz>
555
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'.
558
559 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
560
561 * cplus-dem.c: Include rust-demangle.h.
562 * rust-demangle.c: Include rust-demangle.h.
563 * rust-demangle.h: New file.
564
565 2019-05-31 Michael Forney <mforney@mforney.org>
566
567 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
568 is non-zero.
569
570 2019-04-30 Ben L <bobsayshilol@live.co.uk>
571
572 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
573 * testsuite/d-demangle-expected: Add testcase.
574
575 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
576 * testsuite/d-demangle-expected: Add testcase.
577
578 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
579 * testsuite/d-demangle-expected: Add testcase.
580
581 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
582 * testsuite/d-demangle-expected: Add testcase.
583
584 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
585 * testsuite/d-demangle-expected: Add testcase.
586
587 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
588 * testsuite/demangle-expected: Add testcase.
589
590 * cp-demangle.c (d_encoding): Guard against NULL return values from
591 d_right (dc).
592 * testsuite/demangle-expected: Add testcase.
593
594 2019-04-29 Ben L <bobsayshilol@live.co.uk>
595
596 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
597 char is valid.
598 * testsuite/demangle-expected: Add testcase.
599
600 2019-04-10 Nick Clifton <nickc@redhat.com>
601
602 PR 89394
603 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
604 lengths.
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
611 reached.
612
613 2019-07-13 Joel Brobecker <brobecker@adacore.com>
614
615 * src-release (getver): If $tool/gdbsupport/create-version.sh
616 exists, use that to determine the version number.
617
618 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
619
620 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
621
622 2019-06-14 Tom Tromey <tom@tromey.com>
623
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.
630
631 2019-06-03 Nick Clifton <nickc@redhat.com>
632
633 Revert:
634 2019-05-29 Nick Clifton <nickc@redhat.com>
635
636 * configure.ac (noconfigdirs): Add libctf if the target does not use
637 the ELF file format.
638 * configure: Regenerate.
639
640 2019-05-29 Nick Clifton <nickc@redhat.com>
641
642 * src-release.sh (do_proto_toplev): Add libctf to list of
643 directories that can be disabled.
644
645 2019-05-29 Nick Clifton <nickc@redhat.com>
646
647 * configure.ac (noconfigdirs): Add libctf if the target does not use
648 the ELF file format.
649 * configure: Regenerate.
650
651 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
652
653 * Makefile.def (dependencies): configure-libctf depends on all-bfd
654 and all its deps.
655 * Makefile.in: Regenerated.
656
657 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
658
659 * MAINTAINERS: Add libctf.
660
661 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
662
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.
669
670 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
671
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.
676
677 2019-04-10 Nick Clifton <nickc@redhat.com>
678
679 * libiberty: Sync with gcc. Bring in:
680 2019-04-10 Nick Clifton <nickc@redhat.com>
681
682 PR 89394
683 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
684 lengths.
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
691 reached.
692
693 2018-06-24 Nick Clifton <nickc@redhat.com>
694
695 2.32 branch created.
696
697 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
698
699 Merge from GCC:
700 PR target/88535
701 * config.guess: Import upstream version 2019-01-03.
702 * config.sub: Import upstream version 2019-01-01.
703
704 2019-01-10 Nick Clifton <nickc@redhat.com>
705
706 * libiberty: Sync with gcc. Bring in:
707 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
708
709 PR other/16615
710
711 * cp-demangle.c: Mechanically replace "can not" with "cannot".
712 * floatformat.c: Likewise.
713 * strerror.c: Likewise.
714
715 2018-12-22 Jason Merrill <jason@redhat.com>
716
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.
724
725 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
726
727 * configure.ac: Don't configure readline if --with-system-readline is
728 used.
729 * configure: Re-generate.
730
731 2018-10-31 Joseph Myers <joseph@codesourcery.com>
732
733 Merge from GCC:
734 PR bootstrap/82856
735 * multilib.am: New file. From automake.
736
737 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
738
739 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
740
741 2018-07-16 Nick Clifton <nickc@redhat.com>
742
743 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
744
745 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
746
747 * config.sub: Sync with upstream version 2018-07-03.
748
749 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
750
751 * config.guess: Sync with upstream version 2018-06-26.
752 * config.sub: Sync with upstream version 2018-07-02.
753
754 2018-06-29 Alexandre Oliva <oliva@adacore.com>
755
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
763 gcc-bootstrap.
764 * configure.in, Makefile.in: Rebuilt.
765
766 2018-06-24 Nick Clifton <nickc@redhat.com>
767
768 * configure: Regenerate.
769
770 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
771
772 * libtool.m4: Use AC_LANG_SOURCE.
773 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
774 * README-maintainer-mode: Update version requirements.
775 * ar-lib: New file.
776 * test-driver: New file.
777 * configure: Re-generate.
778
779 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
780
781 * Makefile.def (fortran): Add check-target-libgomp-fortran.
782 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
783 * Makefile.in: Regenerate.
784
785 * configure: Regenerate.
786
787 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
788
789 * configure.ac: Sync with GCC, remove MPX-related things.
790
791 2018-05-01 Nick Clifton <nickc@redhat.com>
792
793 * config.guess: Synchronize with config project master sources.
794 * config.sub: Likewise.
795
796 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
797
798 * configure.ac: Added "nfp" target.
799 * configure: Regenerate.
800
801 2018-02-13 Maciej W. Rozycki <macro@mips.com>
802
803 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
804 * configure: Regenerate.
805
806 2018-01-30 Nick Clifton <nickc@redhat.com>
807
808 * src-release.sh (do_proto_toplev): Add patterns for more junk files
809 to delete before creating the tarball.
810
811 2018-01-29 Nick Clifton <nickc@redhat.com>
812
813 * src-release.sh (do_proto_toplev): Strip patch remnant files from
814 the sources before creating the tarball.
815
816 2018-01-13 Nick Clifton <nickc@redhat.com>
817
818 * src-release.sh: Update copyright notice. Change reference to devo
819 to be a reference to root.
820
821 2018-01-10 Nick Clifton <nickc@redhat.com>
822
823 * config-ml.in: Sync with gcc sources.
824 * config.guess: Likewise.
825 * config.sub: Likewise.
826 * configure.ac: Likewise.
827 * configure: Regenerate.
828
829 2017-12-14 Nick Clifton <nickc@redhat.com>
830
831 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
832
833 2017-12-12 Stafford Horne <shorne@gmail.com>
834
835 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
836 * configure: Regenerate.
837
838 2017-09-15 Nick Clifton <nickc@redhat.com>
839
840 * src-release.sh (LZIPPROG): New define. Provides the name of the
841 lzip program.
842 (do_lz): New function. Compresses a tarball using the lzip
843 program.
844 (do_compress): Add support for lzip compression.
845 (usage): Mention -l option.
846 (build_release): Support -l option to invoke lzip compression.
847
848 2017-09-15 Alan Modra <amodra@gmail.com>
849
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.
853
854 2017-09-14 Matt Rice <ratmice@gmail.com>
855
856 * src-release.sh (do_proto_toplev): Enable gold during release process.
857
858 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
859
860 * config.sub: Sync with master version in config project.
861
862 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
863
864 * config.sub: Handle ia16 in $basic_machine.
865
866 bfd/
867 * config.bfd: Handle ia16.
868
869 gas/
870 * configure.tgt: Handle ia16.
871
872 ld/
873 * configure.tgt: Handle ia16.
874
875 2017-03-22 Nick Clifton <nickc@redhat.com>
876
877 * config.sub: Sync with master version in config project.
878 * config.guess: Likewise.
879
880 2017-01-23 Nick Clifton <nickc@redhat.com>
881
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.
888
889 2016-12-21 Jakub Jelinek <jakub@redhat.com>
890
891 * configure.ac: Don't bootstrap libmpx unless --with-build-config
892 includes bootstrap-mpx.
893
894 2016-12-01 Matthias Klose <doko@ubuntu.com>
895
896 * configure.ac: Don't use pkg-config to check for bdw-gc.
897
898 2016-11-30 Matthias Klose <doko@ubuntu.com>
899
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.
903
904 2016-11-15 Matthias Klose <doko@ubuntu.com>
905
906 * config-ml.in: Remove references to GCJ.
907 * configure.ac: Likewise.
908
909 2016-09-30 Jakub Jelinek <jakub@redhat.com>
910
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.
914
915 2016-09-30 Andrew Haley <aph@redhat.com>
916
917 * Makefile.def: Remove libjava.
918 * Makefile.tpl: Likewise.
919 * configure.ac: Likewise.
920
921 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
922
923 * configure.ac: Disable "sim" directory for arc*-*-*.
924
925 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
926
927 * configure.ac: Check for the minimum in-tree MPFR version
928 handled.
929
930 2016-12-31 Alan Modra <amodra@gmail.com>
931
932 * config.sub: Import from upstream.
933
934 2016-12-08 Alan Modra <amodra@gmail.com>
935
936 * configure: Regenerate.
937
938 2016-12-02 Josh Conner <joshconner@google.com>
939
940 * configure.ac: Add fuchsia to targets that use ELF.
941 * configure: Regenerated.
942
943 2016-11-07 Doug Evans <dje@google.com>
944
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.
948
949 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
950
951 * .gitignore: Add archives and make stamps.
952
953 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
954
955 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
956 * configure: Regenerated.
957
958 2016-06-28 Walter Lee <walt@tilera.com>
959
960 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
961 * configure: Regenerate.
962
963 2016-05-28 Alan Modra <amodra@gmail.com>
964
965 * Makefile.tpl (configure): Depend on m4 files included.
966 * Makefile.in: Regenerate.
967
968 2016-05-27 Nick Clifton <nickc@redhat.com>
969
970 * config.guess (Alpha OSF1): Fix typo introduced during the most
971 recent synchronization update.
972
973 2016-05-23 Nick Clifton <nickc@redhat.com>
974
975 * Import these patches from the gcc mainline:
976
977 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
978
979 * config.guess: Import version 2016-04-02 (newest).
980 * config.sub: Import version 2016-05-10 (newest).
981
982 2016-04-19 Nick Clifton <nickc@redhat.com>
983
984 * Import this patch from the GCC mainline:
985
986 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
987
988 PR bootstrap/70173
989 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
990 and gotools directories. Delete the stage_final file.
991 * Makefile.in: Regenerate.
992
993 2016-03-17 Cary Coutant <ccoutant@gmail.com>
994
995 * configure.ac: Add mips and s390 to the gold target check.
996 * configure: Regenerate.
997
998 2016-02-10 Nick Clifton <nickc@redhat.com>
999
1000 Import these patches from the GCC mainline:
1001
1002 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
1003
1004 * configure.ac: Enable LTO for DJGPP
1005 * configure: Regenerate
1006
1007 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
1008
1009 PR bootstrap/69329
1010 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1011 * Makefile.in: Regenerate.
1012
1013 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
1014 Sebastian Pop <s.pop@samsung.com>
1015
1016 * Makefile.in: Regenerate.
1017 * Makefile.tpl: Export ISLVER.
1018 * configure: Regenerate.
1019 * config/isl.m4: Detect isl-0.15.
1020
1021 2016-01-29 Sebastian Pop <s.pop@samsung.com>
1022
1023 * config/isl.m4: Add comments about isl-0.16.
1024 * configure: Regenerate.
1025
1026 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1027
1028 Sync with GCC
1029 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1030
1031 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1032 symbols.
1033
1034 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1035
1036 PR bootstrap/69134
1037 * Makefile.def (mpfr): Disable assembler.
1038 * Makefile.in: Regenerate.
1039
1040 2016-01-11 Nick Clifton <nickc@redhat.com>
1041
1042 Import the following changes from the GCC mainline:
1043
1044 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1045
1046 * configure.ac: Enable libmpx by default.
1047 * configure: Regenerated.
1048
1049 2015-11-19 Martin Liska <mliska@suse.cz>
1050
1051 * .gitignore: Add .clang-format to ignored files.
1052 * Makefile.tpl: Add clang-format.
1053 * Makefile.in: Regenerate.
1054
1055 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1056
1057 PR libffi/65726
1058 * Makefile.def (lang_env_dependencies): Make libffi depend
1059 on cxx.
1060 * Makefile.in: Regenerate.
1061
1062 2015-12-02 Ian Lance Taylor <iant@google.com>
1063
1064 PR go/66147
1065 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1066 * Makefile.in: Regenerate.
1067
1068 2015-12-17 Nathan Sidwell <nathan@acm.org>
1069
1070 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1071 * configure: Regenerate.
1072
1073 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1074
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.
1081
1082 2016-01-01 Ben Elliston <bje@gnu.org>
1083
1084 * config.guess: Import version 2016-01-01.
1085 * config.sub: Likewise.
1086
1087 2015-11-20 Tristan Gingold <gingold@adacore.com>
1088
1089 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1090 * configure: Regenerate.
1091
1092 2015-10-21 Nick Clifton <nickc@redhat.com>
1093
1094 PR gas/19109
1095 * configure.ac: Note the 'none' is an acceptable argument to
1096 --enable-compressed-debug-sections.
1097 * configure: Regenerate.
1098
1099 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1100
1101 PR gas/19109
1102 * configure.ac: Add
1103 --enable-compressed-debug-sections={all,gas,gold,ld}.
1104 * configure: Regenerated.
1105
1106 2015-09-30 Nick Clifton <nickc@redhat.com>
1107
1108 Import the following patches from the GCC mainline:
1109
1110 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1111
1112 PR libfortran/54572
1113 * Makefile.def: Make libgfortran depend on libbacktrace.
1114 * Makefile.in: Regenerate.
1115
1116 2015-08-12 Tom de Vries <tom@codesourcery.com>
1117
1118 PR other/67092
1119 PR other/67098
1120 * configure.ac: Remove --with_host_libstdcxx support.
1121 * configure: Regenerate.
1122
1123 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1124 Jakub Jelinek <jakub@redhat.com>
1125
1126 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1127 nvptx*-*-*.
1128 * configure: Regenerate.
1129
1130 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
1131
1132 Sync with GCC
1133 2015-07-28 Ben Elliston <bje@gnu.org>
1134
1135 * config.sub, config.guess: Import from upstream.
1136
1137 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1138
1139 * Makefile.def (libiconv): Define bootstrap=true.
1140 Mark pdf/html/info as missing.
1141 (configure-gcc): Depend on all-libiconv.
1142 (all-gcc): Ditto.
1143 (configure-libcpp): Ditto.
1144 (all-libcpp): Ditto.
1145 (configure-intl): Ditto.
1146 (all-intl): Ditto.
1147 * Makefile.in: Regenerate.
1148
1149 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1150
1151 Sync with GCC
1152 2015-07-24 Michael Darling <darlingm@gmail.com>
1153
1154 PR other/66259
1155 * config-ml.in: Reflects renaming of configure.in to configure.ac
1156 * configure: Likewise
1157 * configure.ac: Likewise
1158
1159 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1160
1161 * Makefile.in: Regenerated.
1162
1163 Sync with GCC
1164 2015-05-21 Jason Merrill <jason@redhat.com>
1165
1166 * Makefile.tpl: Update comments.
1167
1168 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1169
1170 * Makefile.tpl: Remove surplus whitespace throughout.
1171
1172 2015-03-25 Martin Liska <mliska@suse.cz>
1173 Yury Gribov <y.gribov@samsung.com>
1174
1175 * Makefile.tpl: Fix ln source location for vimrc file.
1176
1177 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1178
1179 Sync with GCC
1180 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1181
1182 * configure.ac: FT32 target added.
1183 * configure: Regenerate.
1184
1185 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1186
1187 Sync with GCC
1188 2015-06-02 Jason Merrill <jason@redhat.com>
1189
1190 PR bootstrap/66319
1191 * configure.ac: Use -std=gnu++98.
1192
1193 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1194
1195 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1196 * configure: Regenerate.
1197
1198 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1199
1200 * configure.ac: Fix typo.
1201 * configure: Regenerate.
1202
1203 2015-05-03 Matthias Klose <doko@ubuntu.com>
1204
1205 * configure.ac: Match $host configured with triplets.
1206 * configure: Regenerate.
1207
1208 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1209
1210 PR bootstrap/62077
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
1214 experimental.
1215 * configure: Regenerated.
1216
1217 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1218
1219 Install back PR target/47230 fix (Revert the revert).
1220
1221 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1222
1223 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1224 target.
1225 * configure: Regenerate.
1226
1227 2015-05-13 John David Anglin <dave.anglin@bell.net>
1228
1229 * configure.ac: Disable configuration of GDB for HPUX targets.
1230 * configure: Regenerate.
1231
1232 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1233
1234 PR ld/18355
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
1238 library. AC_SUBST.
1239 * Makefile.in: Regenerated.
1240
1241 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1242 Hans-Peter Nilsson <hp@axis.com>
1243
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.
1249
1250 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1251
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.
1256
1257 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1258
1259 * configure.ac: Add --with-system-zlib.
1260 * configure: Regenerated.
1261
1262 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1263
1264 * src-release.sh: Don't configure with --with-target-subdir=.
1265 --disable-multilib.
1266
1267 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1268
1269 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1270 src-release.sh.
1271
1272 2015-03-30 Ed Schouten <ed@nuxi.nl>
1273
1274 * config.sub: Update from upstream, to 2015-03-04 version.
1275 * config.guess: Likewise.
1276
1277 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1278
1279 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1280 * Makefile.in: Regenerated.
1281
1282 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1283
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.
1290
1291 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1292
1293 * configure.ac (target_configdirs): Exclude target-zlib if
1294 target-libjava isn't built.
1295 * configure: Regenerated.
1296
1297 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1298
1299 Sync with GCC
1300 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1301
1302 * config-ml.in: Robustify ac_configure_args parsing.
1303
1304 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1305
1306 * Makefile.def: Updated from GCC trunk.
1307 * Makefile.tpl: Likewise.
1308 * configure.ac: Likewise.
1309 * Makefile.in: Regenerated.
1310 * configure: Likewise.
1311
1312 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1313
1314 * configure.ac: Add FT32 support.
1315 * configure: Regenerate.
1316
1317 2015-01-12 Anthony Green <green@moxielogic.com>
1318
1319 * configure.ac: Don't disable gprof for moxie.
1320 * configure: Rebuild.
1321
1322 2015-01-03 Andrew Pinski <apinski@cavium.com>
1323
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.
1333
1334 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1335
1336 * config.sub: Update from upstream, to 2015-01-01 version.
1337 * config.guess: Ditto.
1338
1339 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1340
1341 * config.sub: Update from upstream config repo.
1342
1343 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1344
1345 * libtool.m4: Updated from GCC trunk.
1346
1347 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1348
1349 * config.guess: Update from upstream config repo.
1350 * config.sub: Ditto.
1351
1352 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1353
1354 * move-if-change: Update from upstream gnulib.
1355
1356 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1357
1358 * compile: Sync with upstream Automake.
1359 * depcomp: Ditto.
1360 * install-sh: Ditto.
1361 * missing: Ditto.
1362 * mkinstalldirs: Ditto.
1363 * ylwrap: Ditto.
1364
1365 2014-10-15 Tristan Gingold <gingold@adacore.com>
1366
1367 * src-release.sh (do_proto_toplev): Configure with --target.
1368
1369 2014-10-03 Jing Yu <jingyu@google.com>
1370
1371 * configure.ac: Add aarch64 to list of targets that support gold.
1372 * configure: Regenerate.
1373
1374 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1375
1376 * configure.ac: Add mips*-img-elf* target triple.
1377 * configure: Regenerate.
1378
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.
1382
1383 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1384
1385 * configure: Regenerate.
1386
1387 2014-08-27 Will Newton <will.newton@linaro.org>
1388
1389 * src-release.sh: New file.
1390 * src-release: Remove file.
1391
1392 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1393
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.
1398
1399 2014-07-25 Samuel Bronson <naesten@gmail.com>
1400
1401 * .gitattributes: New file for use with git-merge-changelog.
1402
1403 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1404
1405 Disable gdb for or1k*-*-* until supported
1406 * configure.ac (or1k*-*-*): Disable gdb.
1407 * configure: Regenerated.
1408
1409 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1410
1411 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1412 * configure: Regenerated.
1413
1414 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1415
1416 PR sanitizer/56781
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.
1422
1423 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1424
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.
1432
1433 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1434
1435 PR bootstrap/58572
1436 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1437 -I for libstdc++-v3 includes if $(LEAN).
1438 * Makefile.in: Regenerated.
1439
1440 2014-02-24 Walter Lee <walt@tilera.com>
1441
1442 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1443 (tilegx-*-*): Change to tilegx*-*-*.
1444 * configure: Regenerate.
1445
1446 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1447
1448 * config.sub, config.guess: Import from upstream.
1449
1450 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1451
1452 PR bootstrap/60620
1453 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1454 * Makefile.in: Regenerate.
1455
1456 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1457
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.
1461
1462 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1463
1464 PR target/59788
1465 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1466 *solaris2*.
1467
1468 2013-12-19 Keven Boell <keven.boell@intel.com>
1469
1470 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1471 nested lookups for fortran modules.
1472 * dwarf2read.c (read_module): Add fortran module to
1473 the symbol table.
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.
1479
1480 2013-12-19 Keven Boell <keven.boell@intel.com>
1481
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.
1486
1487 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1488
1489 * configure.ac: Add user-friendly check for native x86_64-linux
1490 multilibs.
1491 * configure: Regenerate.
1492
1493 2013-11-23 Alan Modra <amodra@gmail.com>
1494
1495 * config.sub, config.guess: Import from upstream.
1496
1497 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1498
1499 * Makefile.in: Regenerate.
1500
1501 * Makefile.tpl: Fix typo.
1502 * Makefile.in: Regenerate partially.
1503
1504 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1505
1506 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1507 supported.
1508 * configure: Regenerated.
1509
1510 2013-10-30 Jason Merrill <jason@redhat.com>
1511
1512 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1513 --disable-build-format-warnings.
1514
1515 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1516
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.
1523
1524 2013-10-26 Jeff Law <law@redhat.com>
1525
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.
1534
1535 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1536
1537 * configure.ac: Update from GCC.
1538 * configure: Regenerate.
1539
1540 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1541
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.
1546
1547 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1548
1549 * configure.ac: Update from GCC.
1550 * configure: Regenerate.
1551
1552 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1553
1554 * COPYING.NEWLIB: Update with new copyright.
1555
1556 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1557
1558 * configure.ac: Update from GCC.
1559 * configure: Regenerate.
1560
1561 2013-09-20 Alan Modra <amodra@gmail.com>
1562
1563 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1564 ppc host match. Support little-endian powerpc linux hosts.
1565
1566 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1567
1568 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1569 strip the "-cvs" suffix from the version number if present.
1570
1571 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1572
1573 * configure.ac: Sync with GCC repo.
1574 * Makefile.def: Ditto.
1575 * configure: Regenerate.
1576 * Makefile.in: Ditto.
1577
1578 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1579
1580 * src-release (VER): Use $(TOOL)/common/create-version.sh
1581 if it exists.
1582
1583 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1584
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.
1589
1590 2013-06-01 George Thomas <george.thomas@atmel.com>
1591
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
1594
1595 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1596
1597 * COPYING.NEWLIB: Add Altera Corporation copyright.
1598
1599 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1600
1601 * config.guess: Update from config repo.
1602 * config.sub: Ditto.
1603
1604 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1605
1606 * Makefile.def: Sync with GCC.
1607 * Makefile.in: Regenerate.
1608
1609 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1610
1611 * configure.ac: Sync with GCC.
1612 * configure: Regenerate.
1613
1614 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1615
1616 * src-release (VER): Change bfd/configure.in sed to use the new
1617 `bfd/configure --version` output.
1618
1619 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1620
1621 * configure.ac: Sync with GCC repo.
1622 * configure: Ditto.
1623
1624 2013-02-05 Ian Lance Taylor <iant@google.com>
1625
1626 PR go/55969
1627 * configure.ac: Disable libgo on some systems where it does not
1628 work.
1629 * configure: Rebuild.
1630
1631 2013-02-05 Alan Modra <amodra@gmail.com>
1632
1633 * configure: Regenerate after syncing config/.
1634
1635 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1636
1637 * configure.ac: Sync with GCC repo.
1638 * configure: Ditto.
1639 * Makefile.def: Ditto.
1640 * Makefile.in: Ditto.
1641
1642 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1643
1644 Sync with GCC, merge:
1645
1646 2013-01-09 Jason Merrill <jason@redhat.com>
1647
1648 * .gitignore: Import from gdb repository.
1649
1650 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1651
1652 * config.sub: Update from config repo.
1653
1654 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1655
1656 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1657 * Makefile.in: Regenerate.
1658
1659 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1660
1661 * Makefile.def (configure-gcc): Depend on all-gmp.
1662 (all-gcc): Remove dependency on all-gmp.
1663 * Makefile.in: Regenerated.
1664
1665 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1666
1667 * config.guess: Update from config repo.
1668 * config.sub: Ditto.
1669
1670 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1671
1672 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1673 exists and replace the new bfin license in its location.
1674
1675 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1676
1677 PR gas/14899
1678 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1679 all-ld and all-gold depend on all-gas.
1680 * Makefile.in: Regenerated.
1681
1682 2012-12-29 Ben Elliston <bje@gnu.org>
1683
1684 * config.guess: Update to 2012-12-29 version.
1685 * config.sub: Likewise.
1686
1687 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1688
1689 * Makefile.def (install-target-libgo): Depend on
1690 install-target-libatomic. Merged from GCC repo.
1691 * Makefile.in: Regenerate.
1692
1693 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1694
1695 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1696
1697 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1698
1699 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1700 * configure: Regenerate.
1701
1702 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1703
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.
1709
1710 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1711
1712 * config.sub: Merge from config repo.
1713
1714 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1715
1716 * configure.ac: Merge from GCC.
1717 * Makefile.tpl: Ditto.
1718 * Makefile.in: Ditto.
1719 * configure: Ditto.
1720
1721 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1722
1723 * configure.ac (noconfigdirs): Merge from GCC.
1724 * configure: Regenerate.
1725
1726 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1727
1728 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1729
1730 2012-11-14 Roland McGrath <mcgrathr@google.com>
1731
1732 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1733 * configure: Regenerate.
1734
1735 2012-11-13 Richard Henderson <rth@redhat.com>
1736
1737 * configure.ac: Move libsanitizer logic to subdirectory.
1738 * configure: Regenerate.
1739
1740 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1741
1742 * configure.ac: Enable libsanitizer just on x86 linux for now.
1743 * configure: Re-generate.
1744
1745 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1746
1747 * configure.ac: Merge libquadmath sections.
1748 * configure: Regenerate.
1749
1750 2012-11-12 Wei Mi <wmi@google.com>
1751
1752 * configure.ac: Add libsanitizer to target_libraries.
1753 * Makefile.def: Ditto.
1754 * configure: Regenerate.
1755 * Makefile.in: Regenerate.
1756
1757 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1758
1759 * configure: Regenerated.
1760
1761 2012-11-03 Robert Mason <rbmj@verizon.net>
1762
1763 * configure.ac: add --disable-libstdcxx configure option
1764 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1765
1766 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1767
1768 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1769 against Mingw64 w32api.
1770 * configure: Regenerate.
1771
1772 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1773
1774 PR bootstrap/54820
1775 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1776 * configure: Regenerate.
1777
1778 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1779
1780 PR bootstrap/54820
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.
1791
1792 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1793
1794 * config.guess, config.sub: Include updated version from
1795 config-patches. Adds microblaze little endian support.
1796
1797 2012-09-28 Ian Lance Taylor <iant@google.com>
1798
1799 * Makefile.def: Make all-target-libgo depend on
1800 all-target-libbacktrace.
1801 * Makefile.in: Rebuild.
1802
1803 2012-09-26 Ian Lance Taylor <iant@google.com>
1804
1805 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1806 * Makefile.in: Rebuild.
1807
1808 2012-09-06 Diego Novillo <dnovillo@google.com>
1809
1810 * configure.ac: Bump minimum GMP version to 4.2.3.
1811 * configure: Re-generate.
1812
1813 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1814
1815 PR target/54461
1816 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1817 target-libgloss if not configured --with-avrlibc=no.
1818 * configure: Regenerate.
1819
1820 2012-09-04 Jason Merrill <jason@redhat.com>
1821
1822 * configure.ac: Fix --enable-languages=all.
1823
1824 2012-09-03 Richard Guenther <rguenther@suse.de>
1825
1826 PR bootstrap/54138
1827 * configure.ac: Re-organize ISL / CLOOG checks to allow
1828 disabling with either --without-isl or --without-cloog.
1829 * configure: Regenerated.
1830
1831 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1832
1833 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1834 * configure: Regenerate.
1835
1836 2012-09-21 Steve Ellcey <sellcey@mips.com>
1837
1838 * configure.ac: Add mips*-mti-elf* target.
1839 * configure: Regenerate.
1840
1841 2012-09-19 Ian Lance Taylor <iant@google.com>
1842
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.
1848
1849 2012-09-15 Jiong Wang <jiwang@tilera.com>
1850
1851 * configure.ac (ENABLE_GOLD): support tilegx*
1852 * configure: rebuild
1853
1854 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1855
1856 PR target/38607
1857 Merge upstream change.
1858 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1859
1860 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1861 Add libgomp*.o to compare_exclusions for AIX.
1862 * configure: Regenerate.
1863
1864 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1865
1866 PR binutils/4970
1867 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1868 and opcodes.
1869 * Makefile.in: Regenerated.
1870
1871 2012-08-14 Diego Novillo <dnovillo@google.com>
1872
1873 Merge from cxx-conversion branch.
1874
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.
1881
1882 2012-07-06 Richard Guenther <rguenther@suse.de>
1883
1884 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1885 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1886 --with-gmp=system.
1887 * Makefile.in: Regenerated.
1888 * configure: Likewise.
1889
1890 2012-07-06 Richard Guenther <rguenther@suse.de>
1891
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.
1897
1898 2012-07-03 Richard Guenther <rguenther@suse.de>
1899
1900 * Makfile.def (isl): Remove not necessary extra_exports and
1901 extra_make_flags.
1902 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1903 * Makefile.in: Regenerated.
1904
1905 2012-07-03 Richard Guenther <rguenther@suse.de>
1906
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.
1912
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>
1917
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
1923 ClooG configury.
1924 * Makefile.in: Regenerated.
1925 * configure: Likewise.
1926
1927 2012-07-02 Richard Guenther <rguenther@suse.de>
1928
1929 Merge from graphite branch
1930 2011-07-21 Tobias Grosser <tobias@grosser.es>
1931
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.
1936
1937 2011-07-21 Tobias Grosser <tobias@grosser.es>
1938
1939 * configure: Regenerated.
1940 * configure.ac: Require cloog isl 0.17.0
1941
1942 2011-07-21 Tobias Grosser <tobias@grosser.es>
1943
1944 * configure: Regenerated.
1945 * config/cloog.m4: Do not define CLOOG_ORG
1946
1947 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1948
1949 * configure.ac: Skip C if explicitly selected.
1950 * configure: Regenerate.
1951
1952 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1953
1954 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1955 they contain -O2.
1956 * configure: Regenerate.
1957
1958 2012-06-20 Jason Merrill <jason@redhat.com>
1959
1960 * Makefile.tpl (check-target-libgomp-c++): New.
1961 (check-target-libitm-c++): New.
1962 * Makefile.def (c++): Add them.
1963 * Makefile.in: Regenerate.
1964
1965 2012-05-16 Olivier Hainque <hainque@adacore.com>
1966
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.
1971
1972 2012-05-09 Nick Clifton <nickc@redhat.com>
1973 Paul Smith <psmith@gnu.org>
1974
1975 PR bootstrap/50461
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.
1980
1981 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1982
1983 * configure.ac: Bump minimum MPFR version to 2.4.0.
1984 * configure: Regenerated.
1985
1986 2012-05-01 Richard Henderson <rth@redhat.com>
1987
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.
1992
1993 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1994
1995 Merge upstream change
1996 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1997
1998 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1999
2000 * libtool.m4: Additional FreeBSD 10 fixes.
2001
2002 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
2003
2004 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2005 they contain -O2.
2006 * configure: Regenerate.
2007
2008 2012-05-14 Catherine Moore <clm@codesourcery.com>
2009
2010 * NEWS: Mention PowerPC VLE port.
2011
2012 2012-05-11 Mike Frysinger <vapier@gentoo.org>
2013
2014 * MAINTAINERS (config/): Move to intl/ section.
2015 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
2016
2017 2012-05-09 Nick Clifton <nickc@redhat.com>
2018 Paul Smith <psmith@gnu.org>
2019
2020 PR bootstrap/50461
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.
2025
2026 2012-05-02 Roland McGrath <mcgrathr@google.com>
2027
2028 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2029 * configure: Regenerate.
2030
2031 2012-04-25 Joel Brobecker <brobecker@adacore.com>
2032
2033 * config.sub: Update to 2012-04-18 version from official repo.
2034
2035 2012-03-19 Tristan Gingold <gingold@adacore.com>
2036
2037 * configure.ac (ia64*-*-*vms*): Add support for ld.
2038 * configure: Regenerate.
2039
2040 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2041
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.
2047
2048 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2049
2050 * configure.ac (enable_libgomp): Remove *-*-osf*.
2051 (with_stabs): Remove alpha*-*-osf*.
2052 * configure: Regenerate.
2053
2054 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2055
2056 * COPYING.NEWLIB: Modify DJ Delorie license to include
2057 modification rights in clause as permitted by DJ Delorie.
2058 * COPYING.LIBGLOSS: Ditto.
2059
2060 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2061
2062 * COPYING.NEWLIB: Remove two unused licenses.
2063
2064 2012-03-05 Tristan Gingold <gingold@adacore.com>
2065
2066 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2067 * configure: Regenerate.
2068
2069 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
2070
2071 * COPYING.NEWLIB: Add Adapteva notice.
2072 * COPYING.LIBGLOSS: Add Adapteva notice.
2073
2074 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2075
2076 * configure: Regenerate.
2077
2078 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
2079
2080 * COPYING.LIBGLOSS: Add GPL with exception license.
2081
2082 2011-11-09 Roland McGrath <mcgrathr@google.com>
2083
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):
2091 Add READELF.
2092 * Makefile.in: Rebuild.
2093
2094 2011-11-08 Richard Henderson <rth@redhat.com>
2095
2096 * configure.ac: Test for libitm directory present first.
2097
2098 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2099
2100 * configure.ac: Test libitm/configure.tgt to disable libitm.
2101 * configure: Rebuild.
2102
2103 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2104
2105 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2106 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2107 * Makefile.in: Regenerate.
2108
2109 2011-11-01 DJ Delorie <dj@redhat.com>
2110
2111 * configure.ac (rl78-*-*) New case.
2112 * configure: Regenerate.
2113
2114 2011-11-01 DJ Delorie <dj@redhat.com>
2115
2116 * config.sub: Update to version 2011-10-29 (added rl78)
2117
2118 2011-10-27 Nick Clifton <nickc@redhat.com>
2119
2120 * config.sub: Import these changes from the config project:
2121
2122 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2123 Ben Elliston <bje@gnu.org>
2124
2125 * config.sub (epiphany): New.
2126
2127 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2128 Ben Elliston <bje@gnu.org>
2129
2130 * config.sub (hexagon, hexagon-*): New.
2131
2132 2011-08-23 Roland McGrath <mcgrathr@google.com>
2133
2134 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2135 64eb to be64.
2136
2137 2011-08-16 Roland McGrath <mcgrathr@google.com>
2138
2139 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2140 (nacl): Grok as alias for 32el-unknown-nacl.
2141
2142 2011-08-19 Joel Brobecker <brobecker@adacore.com>
2143
2144 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
2145
2146 2011-08-14 Yao Qi <yao@codesourcery.com>
2147
2148 Merge from gcc:
2149
2150 2011-08-14 Yao Qi <yao@codesourcery.com>
2151 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2152 * configure: Regenerate.
2153
2154 2011-07-26 Ian Lance Taylor <iant@google.com>
2155
2156 Merge from gcc:
2157
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.
2162
2163 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2164 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2165 link directories.
2166 * Makefile.in: Rebuild.
2167
2168 2011-07-20 Ian Lance Taylor <iant@google.com>
2169 PR bootstrap/49787
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.
2174
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.
2182
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.
2188
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.
2197
2198 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2199 PR regression/47836
2200 PR bootstrap/23656
2201 PR other/47733
2202 PR bootstrap/49247
2203 PR c/48825
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
2208 otherwise empty.
2209 * Makefile.def (target_modules): Don't add libiberty.
2210 (dependencies): Remove all traces of target-libiberty.
2211 * configure, Makefile.in: Regenerate.
2212
2213 2011-07-22 Jason Merrill <jason@redhat.com>
2214
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.
2219
2220 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2221
2222 * configure: Regenerate.
2223
2224 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2225
2226 PR target/39150
2227 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2228 x86_64-*-solaris2.1[0-9]*.
2229 * configure: Regenerate.
2230
2231 2011-06-13 Walter Lee <walt@tilera.com>
2232
2233 * configure.ac (tilepro-*-*) New case.
2234 (tilegx-*-*): Likewise.
2235 * configure: Regenerate.
2236
2237 2011-06-06 Nick Clifton <nickc@redhat.com>
2238
2239 * config.sub: Sync from upstream.
2240
2241 2011-05-08 Doug Kwan <dougkwan@google.com>
2242
2243 Merge from gcc:
2244
2245 2011-05-08 Doug Kwan <dougkwan@google.com>
2246
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.
2252
2253 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2254
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
2261 statement.
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.
2285
2286 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2287
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.
2292
2293 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2294
2295 * configure.ac: Separate libgloss_dir settings from general case
2296 over targets.
2297 * configure: Regenerate.
2298
2299 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2300
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
2310 hppa*-*-hpux*.
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.
2321
2322 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2323
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
2346 statement.
2347 * configure: Regenerate.
2348
2349 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2350
2351 Merge from GCC:
2352
2353 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2354
2355 PR lto/48086
2356 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2357 * configure: Regenerate.
2358
2359 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2360
2361 * configure.ac: Separate cases disabling Java and Java libraries
2362 from general case over targets.
2363 * configure: Regenerate.
2364
2365 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2366
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.
2384
2385 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2386
2387 * config.sub: Sync from upstream.
2388
2389 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2390
2391 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2392 (microblaze*): Don't disable libssp.
2393 * configure: Regenerate.
2394
2395 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2396
2397 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2398 moveifchange.
2399 * configure: Regenerate.
2400 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2401 * Makefile.in: Regenerate.
2402
2403 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2404
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.
2413
2414 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2415
2416 * configure.ac: Separate cases disabling target-libssp,
2417 target-libiberty, target-libstdc++-v3 and Fortran from general
2418 case over targets.
2419 * configure: Regenerate.
2420
2421 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2422
2423 * configure.ac (*-*-chorusos): Don't disable libgcj.
2424 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2425 Remove case.
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
2431 configuration.
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
2436 to *.
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
2444 libgcj.
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
2454 case.
2455 (v810-*-*): Don't disable GCC libraries.
2456 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2457 (ip2k-*-*): Don't disable GCC libraries.
2458 * configure: Regenerate.
2459
2460 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2461
2462 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2463 libffi on host.
2464 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2465 on host.
2466 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2467 * configure: Regenerate.
2468
2469 2011-03-26 John Marino <binutils@marino.st>
2470
2471 * configure.ac: Add support for *-*-dragonfly*
2472 * configure: Regenerate.
2473
2474 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2475
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
2496 gnuserv on target.
2497 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2498 target.
2499 * configure: Regenerate.
2500
2501 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2502
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
2507 setting.
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
2515 host.
2516 * configure: Regenerate.
2517
2518 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2519
2520 * configure.ac: Remove references to mt-mep, mt-netware,
2521 mt-wince.
2522 * Makefile.def: Add all-utils soft dependencies.
2523 * Makefile.tpl: Remove GDB_NLM_DEPS.
2524 * configure: Regenerate.
2525 * Makefile.in: Regenerate.
2526
2527 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2528
2529 Sync from GCC:
2530
2531 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2532
2533 * configure.ac: Do not include mh-x86omitfp.
2534 * configure: Regenerate.
2535
2536 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2537
2538 * configure.ac: Remove empty cases.
2539 * configure: Regenerate.
2540
2541 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2542
2543 * Makefile.def: Add dependency from termcap to gdb.
2544 * Makefile.in: Regenerate.
2545
2546 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2547
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.
2553
2554 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2555
2556 * configure.ac: Remove all mentions of tentative_cc.
2557 * configure: Regenerate.
2558
2559 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2560
2561 PR lto/48086
2562 * configure.ac: Re-enable LTO on *-apple-darwin9.
2563 * configure: Regenerate.
2564
2565 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2566
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.
2579
2580 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2581
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
2586 cases.
2587 * configure: Regenerate.
2588
2589 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2590
2591 * config.sub: Update to version 2011-03-23.
2592
2593 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2594
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.
2599
2600 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2601
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.
2607
2608 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2609
2610 PR bootstrap/48120:
2611 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2612 Add -lstdc++ -lm to LIBS.
2613 * configure: Regenerate.
2614
2615 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2616
2617 * config.guess: Update to version 2011-02-02
2618 * config.sub: Update to version 2011-02-24
2619
2620 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2621
2622 * configure.ac: Adjust test of with_ppl.
2623 * configure: Regenerated.
2624
2625 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2626
2627 * configure.ac: Add -lpwl to ppllibs.
2628 * config/cloog.m4: Add -lisl to clooglibs.
2629 * configure: Regenerated.
2630
2631 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2632
2633 Import from Libtool and gnulib:
2634
2635 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2636
2637 Prepare for supporting FreeBSD 10.
2638 * config.rpath: Remove handling of freebsd1* which soon would
2639 match FreeBSD 10.0.
2640
2641 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2642
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.
2647
2648 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2649
2650 PR binutils/12283
2651 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2652 (move-if-change): Comes from gnulib.
2653 * move-if-change: Import version from gnulib.
2654
2655 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2656
2657 Sync from GCC:
2658
2659 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2660
2661 PR lto/47225
2662 * Makefile.def (lto-plugin): Double dash for enable-shared.
2663 (configure-gcc): Depend on all-lto-plugin.
2664 * Makefile.in: Rebuilt.
2665
2666 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2667
2668 * configure.ac: Remove extra bracket.
2669 * configure: Regenerate.
2670
2671 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2672
2673 PR lto/47225
2674 * Makefile.def: Add dependency for install-gcc
2675 on install-lto-plugin.
2676 * Makfile.in: Regenerated
2677
2678 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2679
2680 * configure.ac: If with_ppl is no, move setting with_cloog=no
2681 after CLOOG_REQUESTED check.
2682 * configure: Regenerated.
2683
2684 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2685
2686 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2687 CLooG has been requested.
2688 * configure: Regenerated.
2689
2690 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2691
2692 * configure: Regenerated.
2693 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2694
2695 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2696
2697 * configure: Regenerated.
2698 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2699
2700 2011-01-07 Jan Hubicka <jh@suse.cz>
2701
2702 PR lto/47225
2703 * Makefile.in: Regenerate.
2704 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2705 configure.
2706
2707 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2708
2709 PR libgcj/44341
2710 * configure.ac: Discard --with-* flags for host when configuring
2711 target libraries for cross build.
2712 * configure: Rebuilt.
2713
2714 2011-01-21 Andreas Schwab <schwab@redhat.com>
2715
2716 Sync from GCC:
2717
2718 2011-01-21 Andreas Schwab <schwab@redhat.com>
2719
2720 * configure.ac: Use AS_HELP_STRING throughout.
2721 * configure: Regenerate.
2722
2723 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2724
2725 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2726 * configure: Regenerate.
2727
2728 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2729
2730 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2731
2732 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2733
2734 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2735 for ia64-hpux.
2736 * configure: Regenerate.
2737
2738 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2739
2740 Sync from GCC:
2741 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2742
2743 * configure.ac: (picochip): Disable libiberty.
2744 * configure: Regenerate.
2745
2746 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2747
2748 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2749
2750 2010-12-10 Ian Lance Taylor <iant@google.com>
2751
2752 PR bootstrap/46819
2753 * configure.ac: For --disable-libgcj clear libgcj_saved.
2754 * configure: Rebuild.
2755
2756 2010-12-10 Tobias Burnus <burnus@net-b.de>
2757
2758 PR fortran/46540
2759 * configure.ac: Add --disable-libquadmath and
2760 --disable-libquadmath-support.
2761 * configure: Regenerate.
2762
2763 2010-12-10 Tristan Gingold <gingold@adacore.com>
2764
2765 * src-release (ETC_SUPPORT): add gnu-oids.texi
2766
2767 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2768
2769 PR libffi/46792
2770 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2771 * configure: Regenerate.
2772
2773 2010-12-02 Ian Lance Taylor <iant@google.com>
2774
2775 * configure.ac: Always set default for poststage1_ldflags to
2776 -static-libstdc++ -static-libgcc.
2777
2778 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2779
2780 * COPYING.NEWLIB: Add National Semiconductor notice.
2781
2782 2010-11-29 Andreas Schwab <schwab@redhat.com>
2783
2784 * configure.ac: Move comment to remove extra space in last argument
2785 of GCC_TARGET_TOOL.
2786
2787 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2788
2789 PR other/46026
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.
2796
2797 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2798
2799 PR binutils/12258
2800 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2801 Properly check default linker.
2802 * configure: Regnerated.
2803
2804 2010-11-23 Matthias Klose <doko@ubuntu.com>
2805
2806 * configure.ac: For --enable-gold, handle value `default' instead of
2807 `both*'. New configure option --{en,dis}able-ld.
2808 * configure: Regenerate.
2809
2810 2010-11-20 Ian Lance Taylor <iant@google.com>
2811
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.
2815
2816 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2817
2818 * configure: Regenerate.
2819
2820 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2821
2822 PR other/46202
2823 * configure.ac: Fix just-built in-tree STRIP name to be
2824 binutils/strip-new.
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+]):
2833 New targets.
2834 * Makefile.in: Regenerate.
2835
2836 2010-11-19 Ian Lance Taylor <iant@google.com>
2837 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2838
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.
2856
2857 2010-11-19 Ian Lance Taylor <iant@google.com>
2858
2859 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2860 compiler/flag environment variables.
2861
2862 2010-11-18 Ian Lance Taylor <iant@google.com>
2863
2864 * configure.ac: Check for lang_requires_boot_languages in
2865 config-lang.in files.
2866 * configure: Rebuild.
2867
2868 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2869
2870 * .gitignore: New file.
2871
2872 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2873 Tobias Burnus <burnus@net-b.de>
2874
2875 PR fortran/32049
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.
2881
2882 2010-11-15 Andreas Schwab <schwab@redhat.com>
2883
2884 * configure.ac: Fix spelling in option names.
2885 * configure: Regenerated.
2886
2887 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2888
2889 PR bootstrap/39622
2890 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2891 * configure: Regenerated.
2892
2893 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2894
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.
2899
2900 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2901
2902 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2903 * configure: regenerate
2904
2905 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2906
2907 * config/cloog.m4: Fix typo. verison -> version.
2908 * configure: Regenerate.
2909
2910 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2911
2912 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2913 * configure: Regenerate.
2914
2915 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2916
2917 * configure.ac: Support official CLooG.org versions.
2918 * configure: Regenerate.
2919 * config/cloog.m4: New.
2920
2921 2010-11-05 Michael Eager <eager@eagercon.com>
2922
2923 * COPYING.LIBGLOSS: Correct typo in microblaze.
2924 * COPYING.NEWLIB: Same.
2925
2926 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2927
2928 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2929 * configure: Regenerate.
2930
2931 2010-11-03 Ian Lance Taylor <iant@google.com>
2932 Dave Korn <dave.korn.cygwin@gmail.com>
2933
2934 PR lto/46273
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.
2938
2939 2010-11-02 Alan Modra <amodra@gmail.com>
2940
2941 PR binutils/12110
2942 * configure.ac: Error when source path contains spaces.
2943 * configure: Regenerate.
2944
2945 2010-10-20 Ian Lance Taylor <iant@google.com>
2946
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.
2951
2952 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2953 Joseph Myers <joseph@codesourcery.com>
2954
2955 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2956 notices.
2957 * COPYING.NEWLIB: Add Texas Instruments notice.
2958
2959 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2960
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.
2967
2968 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2969
2970 PR bootstrap/45326
2971 PR bootstrap/45174
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.
2976
2977 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2978
2979 Sync from GCC:
2980
2981 2010-09-30 Michael Eager <eager@eagercon.com>
2982
2983 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2984 * configure: Regenerate.
2985
2986 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2987
2988 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2989 targets and amend comment.
2990 * configure: Regenerate.
2991
2992 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2993
2994 * configure.ac: Enable LTO by default on Darwin.
2995 * configure: Regenerate.
2996
2997 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2998
2999 PR bootstrap/44455
3000 * configure.ac (extra_mpfr_configure_flags): Copy from
3001 extra_mpc_gmp_configure_flags.
3002 * configure: Re-generated.
3003
3004 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3005
3006 Sync from GCC:
3007
3008 PR bootstrap/45796
3009 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3010 Depend on all-build-libiberty.
3011 * Makefile.in: Regenerate.
3012
3013 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3014
3015 Sync from GCC:
3016
3017 PR bootstrap/44621
3018 * configure.ac: Fix unportable shell quoting.
3019 * configure: Regenerate.
3020
3021 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3022
3023 * configure.ac: Support all v850 targets.
3024 * configure: Regenerate.
3025
3026 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3027
3028 PR target/44862
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.
3033
3034 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
3035
3036 * Makefile.def (configure-gcc): Depend on all-libelf.
3037 * Makefile.in: Rebuild.
3038
3039 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3040
3041 * config.sub, config.guess: Update from upstream sources.
3042
3043 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3044
3045 Sync from GCC:
3046
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.
3050
3051 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3052 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3053 * configure: Regenerate.
3054
3055 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
3056 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3057 * configure: Regenerate.
3058
3059 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3060 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3061 separately.
3062 * configure: Regenerate.
3063
3064 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3065 * configure: Regenerate after change to elf.m4.
3066
3067 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3068 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3069 * configure: Regenerated.
3070
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.
3075
3076 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
3077
3078 Merge from gcc:
3079
3080 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3081 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3082 * configure: Regenerate.
3083
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.
3088
3089 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3090 PR lto/42776
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.
3096
3097 2010-04-27 Roland McGrath <roland@redhat.com>
3098 H.J. Lu <hongjiu.lu@intel.com>
3099
3100 * configure.ac (--enable-gold): Support both, both/gold and
3101 both/bfd to add gold to configdirs without removing ld.
3102 * configure: Regenerated.
3103
3104 * Makefile.def: Add install-gold dependency to install-ld.
3105 * Makefile.in: Regenerated.
3106
3107 2010-04-14 Tristan Gingold <gingold@adacore.com>
3108
3109 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3110 * configure: Regenerate.
3111
3112 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3113
3114 Merge from gcc:
3115 PR bootstrap/43615
3116 PR bootstrap/43328
3117 Revert:
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
3121 --enable_multilib.
3122 * configure: Regenerate.
3123
3124 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3125
3126 PR bootstrap/43328
3127 * configure.ac: Do not pass --enable-multilib nor
3128 --disable-multilib in baseargs. Accept explicitly passed
3129 --enable_multilib.
3130 * configure: Regenerate.
3131
3132 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3133
3134 * configure.ac (tic6x-*-*): New case.
3135 * configure: Regenerate.
3136
3137 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3138
3139 Merge from gcc:
3140 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3141 PR ada/42554
3142 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3143 * configure: Regenerate.
3144
3145 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3146
3147 * config.sub: Update to version 2010-03-22.
3148 * config.guess: Update to version 2009-12-30.
3149
3150 2010-03-14 Joseph Myers <joseph@codesourcery.com>
3151
3152 Merge from gcc:
3153 2010-01-11 Richard Guenther <rguenther@suse.de>
3154 PR lto/41569
3155 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3156 * Makefile.in: Regenerated.
3157
3158 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3159
3160 PR libstdc++/32499
3161 * configure.ac (RANLIB): Default to true.
3162 (STRIP): Likewise.
3163 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3164 * configure: Regenerate.
3165
3166 2010-02-17 Nick Clifton <nickc@redhat.com>
3167
3168 PR 11238
3169 * Makefile.tpl (local-distclean): Also remove config.cache files in
3170 sub-directories as there may not be Makefiles present in the
3171 sub-directories.
3172 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3173 the config.cache files found by the find command.
3174
3175 * Makefile.in: Regenerate.
3176 * configure.ac: Revert previous delta.
3177 * configure: Regenerate.
3178
3179 2010-02-15 Nick Clifton <nickc@redhat.com>
3180
3181 PR 11238
3182 * configure.ac: Delete config.cache files in sub-directories when
3183 deleting Makefiles.
3184 * configure: Regenerate.
3185
3186 2010-02-15 Nick Clifton <nickc@redhat.com>
3187
3188 * configure.ac: Sync from gcc.
3189 * configure: Regenerate.
3190
3191 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3192
3193 Sync from gcc:
3194 * configure.ac: Add "recommended" version checks for GMP/MPC.
3195 Update recommended GMP/MPFR/MPC versions.
3196 * configure: Regenerate.
3197
3198 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3199
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.
3204
3205 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3206
3207 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3208 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3209 * configure: Regenerate.
3210
3211 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3212
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.
3220
3221 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3222
3223 * libtool.m4: Sync from git Libtool.
3224 * ltmain.sh: Likewise.
3225 * ltoptions.m4: Likewise.
3226 * ltversion.m4: Likewise.
3227 * lt~obsolete.m4: Likewise.
3228
3229 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3230 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3231
3232 PR bootstrap/42424
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.
3237
3238 * configure: Regenerate.
3239
3240 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3241
3242 PR bootstrap/41818
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.
3246
3247 2009-12-18 Ben Elliston <bje@au.ibm.com>
3248
3249 * config.sub, config.guess: Update from upstream sources.
3250
3251 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3252
3253 * COPYING.NEWLIB: Update copyright date.
3254 * COPYING.LIBGLOSS: Ditto.
3255
3256 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3257
3258 PR middle-end/30447
3259 PR middle-end/30789
3260 PR other/40302
3261
3262 * configure.ac: Require MPC.
3263 * configure: Regenerate.
3264
3265 * configure.ac: Update minimum MPC version to 0.8.
3266 * configure: Regenerate.
3267
3268 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3269
3270 * config.guess: Sync with upstream and gcc.
3271 * config.sub: Sync with upstream and gcc.
3272
3273 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3274
3275 * Makefile.def: Restore host and target settings for gmp.
3276 * Makefile.in: Rebuild.
3277
3278 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3279
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
3287 in-tree building.
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
3293 extra_exports.
3294 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3295 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3296 extra_exports.
3297 * Makefile.in: Rebuild.
3298
3299 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3300
3301 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3302 paths for *-w64-mingw* and x86_64-*mingw*.
3303 * configure: Regenerated.
3304
3305 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3306
3307 * configure.ac: Disable target-winsup & co for
3308 x86_64-*-mingw* and *-w64-mingw* targets.
3309 * configure: Regenerated.
3310
3311 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3312
3313 * configure.ac (CLooG test): Use = with test.
3314 * configure: Regenerate.
3315
3316 2009-10-22 Richard Guenther <rguenther@suse.de>
3317
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.
3322
3323 2009-10-21 Richard Guenther <rguenther@suse.de>
3324
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.
3329
3330 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3331
3332 * configure.ac: Add 'lto' to enable_languages, not
3333 new_enable_languages, and only if not already present.
3334 * configure: Regenerate.
3335
3336 2009-10-06 Ian Lance Taylor <iant@google.com>
3337
3338 * Makefile.def: check-gold depends upon all-gas.
3339 * Makefile.in: Rebuild.
3340
3341 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3342
3343 * Makefile.def: all-lto-plugin depends on all-libiberty.
3344 set bootstrap=true for lto-plugin.
3345 Add lto-plugin.
3346 * Makefile.in: Regenerate.
3347 * configure.ac (host_libs): Add lto-plugin.
3348 * configure: Regenerate.
3349
3350 2009-10-03 Diego Novillo <dnovillo@google.com>
3351
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.
3362
3363 2009-10-03 Simon Baldwin <simonb@google.com>
3364
3365 * configure.ac: If --with-system-zlib, suppress local zlib and
3366 pass --with-system-zlib to subdir configure scripts.
3367 * configure: Regenerate.
3368
3369 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3370 Paolo Bonzini <bonzini@gnu.org>
3371
3372 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3373 $(srcdir).
3374 * Makefile.in: Rebuilt.
3375
3376 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3377
3378 Sync from gcc:
3379 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3380
3381 * configure.ac: Update minimum MPC version to 0.7.
3382 * configure: Regenerate.
3383
3384 2009-09-25 Nick Clifton <nickc@redhat.com>
3385
3386 * configure.ac: Pass any --cache-file=/dev/null option on to
3387 subconfigures.
3388 * configure: Regenerate.
3389
3390 2009-09-23 Nick Clifton <nickc@redhat.com>
3391
3392 * config.sub, config.guess: Update from upstream sources.
3393
3394 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3395
3396 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3397 * Makefile.in: Rebuilt.
3398
3399 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3400
3401 PR bootstrap/32272
3402 * configure.ac: Error out if $srcdir isn't '.' but contains
3403 host-${host_noncanonical}.
3404 * configure: Regenerate.
3405
3406 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3407
3408 * configure.ac: If bootstrapping a combined tree with
3409 --enable-gold, require c++ in stage1_languages.
3410 * configure: Regenerate.
3411
3412 * configure.ac: Also add target_libs of stage1_languages to
3413 bootstrap_target_libs.
3414 * configure: Regenerate.
3415
3416 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3417 with --enable-languages not containing c++.
3418 * configure: Regenerate.
3419
3420 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3421
3422 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3423 * configure: Regenerate.
3424
3425 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3426
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.
3432
3433 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3434
3435 * configure.ac (with-build-config): Document. Handle without.
3436 Handle missing argument.
3437 * configure: Rebuilt.
3438
3439 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3440
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.
3446
3447 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3448
3449 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3450 * Makefile.in: Rebuilt.
3451
3452 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3453
3454 * Makefile.tpl (AWK): Fix typo.
3455 * Makefile.in: Regenerate.
3456
3457 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3458
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.
3465
3466 2009-09-01 Tristan Gingold <gingold@adacore.com>
3467
3468 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3469 Remove logical names.
3470
3471 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3472
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.
3478
3479 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3480
3481 * configure.ac (AC_PREREQ): Bump to 2.64.
3482
3483 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3484
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.
3492
3493 * configure: Regenerate.
3494
3495 * compile: Sync from Automake 1.11.
3496 * depcomp: Likewise.
3497 * install-sh: Likewise.
3498 * missing: Likewise.
3499 * mkinstalldirs: Likewise.
3500 * ylwrap: Likewise.
3501
3502 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3503
3504 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3505 (baseargs): Add --disable-option-checking.
3506 * configure: Regenerate.
3507
3508 * Makefile.def (configure-target-libiberty): Depend on
3509 all-binutils and all-ld.
3510 (configure-target-newlib): Likewise.
3511 * Makefile.in: Regenerate.
3512
3513 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3514
3515 Sync with GCC, merge:
3516
3517 2009-07-31 Christian Bruel <christian.bruel@st.com>
3518
3519 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3520 * configure: Regenerate.
3521
3522 2009-07-06 Ian Lance Taylor <iant@google.com>
3523
3524 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3525 * configure: Rebuild.
3526
3527 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3528
3529 PR bootstrap/40338
3530 * configure.ac (comparestring): Create new variable.
3531 * Makefile.tpl (comparestring): Use to skip some comparisions.
3532 * configure: Regenerate.
3533 * Makefile.in: Regenerate.
3534
3535 2009-06-23 Ian Lance Taylor <iant@google.com>
3536
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.
3551
3552 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3553
3554 * configure.ac: Detect MPC in default directory.
3555 * configure: Regenerate.
3556
3557 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3558
3559 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3560 to noconfdirs.
3561 * configure: Regenerate.
3562
3563 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3564
3565 * Makefile.def: Add MPC support and dependencies.
3566 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3567
3568 * Makefile.in, configure: Regenerate.
3569
3570 2009-05-24 Nicolas Roche <roche@adacore.com>
3571
3572 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3573 * Makefile.in: Regenerate.
3574
3575 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3576
3577 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3578 * configure: Regenerate.
3579
3580 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3581
3582 * configure.ac ($with_ppl): Default to no if not supplied.
3583 ($with_cloog): Likewise.
3584 configure: Regenerate.
3585
3586 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3587
3588 PR bootstrap/39739
3589 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3590 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3591
3592 * configure, Makefile.in: Regenerate.
3593
3594 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3595
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.
3602
3603 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3604
3605 * configure.ac: Restore match for darwin9 or later. Use double
3606 brackets since regeneration eats one pair.
3607 * configure: Regenerate.
3608
3609 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3610
3611 * MAINTAINERS: Perform some obvious fixups.
3612
3613 2009-08-17 Ben Elliston <bje@au.ibm.com>
3614
3615 * config.sub, config.guess: Update from upstream sources.
3616
3617 2009-08-06 Michael Eager <eager@eagercon.com>
3618
3619 * configure.ac: Add Microblaze target.
3620 * configure: Regenerate.
3621
3622 2009-07-02 Tristan Gingold <gingold@adacore.com>
3623
3624 * configure.ac: Do not exclude gas for i386-*-darwin.
3625 Add a case for x86_64-*-darwin.
3626 * configure: Regenerate.
3627
3628 2009-06-26 Doug Evans <dje@sebabeach.org>
3629
3630 * Makefile.def (host_modules): Add cgen.
3631 * Makefile.in: Regenerate.
3632 * configure.ac (host_tools): Add cgen.
3633 * configure: Regenerate.
3634
3635 2009-06-17 Michael Eager <eager@eagercon.com>
3636
3637 * COPYING.LIBGLOSS: Add Xilinx license.
3638
3639 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3640
3641 * configure.ac: Define is_elf for QNX Neutrino targets.
3642 * configure: Regenerate.
3643
3644 2009-06-03 Jerome Guitton <guitton@adacore.com>
3645 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3646
3647 * Makefile.tpl (all): Avoid a trailing backslash.
3648 * Makefile.in: Regenerate.
3649
3650 2009-06-03 Ben Elliston <bje@au.ibm.com>
3651
3652 * config.sub, config.guess: Update from upstream sources.
3653
3654 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3655
3656 * Makefile.tpl ([+compare-target+]): Compare all stage
3657 directories, rather than just gcc.
3658 * Makefile.in: Rebuilt.
3659
3660 2009-05-28 Doug Kwan <dougkwan@google.com>
3661
3662 * configure.ac: Support gold for target arm*-*-*.
3663 * configure: Regenerate.
3664
3665 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3666
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.
3670
3671 2009-05-25 Tristan Gingold <gingold@adacore.com>
3672
3673 * setup.com: Complete the file with configuration and build.
3674
3675 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3676
3677 PR other/40159
3678 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3679 gcc-no-bootstrap are mutually exclusive.
3680 * Makefile.in: Rebuilt.
3681
3682 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3683
3684 PR other/40159
3685 * Makefile.tpl (all): Don't end with unconditional success.
3686 * Makefile.in: Rebuilt.
3687
3688 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3689
3690 PR target/37137
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
3698 GFORTRAN.
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,
3705 and GFORTRAN.
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
3720 TFLAGS.
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.
3728
3729 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3730
3731 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3732 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3733 * Makefile.in: Regenerate.
3734
3735 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3736
3737 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3738 consistency with config.sub. (Update from upstream sources.)
3739
3740 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3741
3742 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3743
3744 2009-04-17 Ben Elliston <bje@au.ibm.com>
3745
3746 * config.sub, config.guess: Update from upstream sources.
3747
3748 2009-04-15 Anthony Green <green@moxielogic.com>
3749
3750 * configure.ac: Add moxie support.
3751 * configure: Rebuilt.
3752
3753 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3754
3755 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3756 * configure: Regenerate.
3757
3758 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3759
3760 PR gas/10039
3761 * configure.ac: Require texinfo 4.7.
3762 * configure: Regenerated.
3763
3764 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3765
3766 * Makefil.def (languages): New entries.
3767 * Makefile.tpl (check-gcc-*): New generic target.
3768 * Makefile.in: Regenerate.
3769
3770 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3771
3772 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3773 Windows builds of Sed.
3774
3775 2009-03-18 Tom Tromey <tromey@redhat.com>
3776
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.
3782
3783 2009-03-16 Tristan Gingold <gingold@adacore.com>
3784
3785 * configure.ac: Treat gdb as supported on x86_64-darwin.
3786 * configure: Regenerate.
3787
3788 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3789
3790 Merge from GCC:
3791
3792 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3793
3794 * configure.ac (--with-host-libstdcxx): New option.
3795 * configure: Regenerate.
3796
3797 2009-01-29 Robert Millan <rmh@aybabtu.com>
3798
3799 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3800 * configure: Regenerate.
3801
3802 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3803
3804 PR tree-optimization/38515
3805 * configure.ac (cloog-polylib): Removed.
3806 (with_ppl, with_cloog): Test for "no".
3807 * configure: Regenerated.
3808
3809 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3810
3811 Backport from git Libtool:
3812
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
3818 GNU/kOpenSolaris.
3819
3820 2009-02-05 Andreas Schwab <schwab@suse.de>
3821
3822 * Makefile.tpl (stage_last): Define $r and $s before using
3823 $(RECURSE_FLAGS_TO_PASS).
3824 * Makefile.in: Regenerate
3825
3826 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3827
3828 * COPYING.NEWLIB: Add ARM license.
3829
3830 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3831
3832 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3833 (all-opcodes): Depend on all-libiberty.
3834 * Makefile.in: Regenerate.
3835
3836 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3837
3838 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3839 * configure: Regenerate.
3840
3841 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3842
3843 Backport link test fix from upstream Libtool:
3844
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.
3850
3851 2008-12-02 Ben Elliston <bje@au.ibm.com>
3852
3853 * config.sub, config.guess: Update from upstream sources.
3854
3855 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3856
3857 * COPYING.NEWLIB: Updated.
3858 * COPYING.LIBGLOSS: Ditto.
3859
3860 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3861
3862 Sync with GCC:
3863
3864 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3865
3866 * configure.ac (ppllibs): Add by default the lib flags.
3867 * configure: Regenerate.
3868
3869 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3870
3871 * configure.ac: Add double brackets on darwin[912].
3872 * configure: Regenerate.
3873
3874 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3875
3876 * configure.ac: Expand to darwin10 and later.
3877 * configure: Regenerate.
3878
3879 2008-12-02 Andreas Schwab <schwab@suse.de>
3880
3881 * Makefile.def: configure-target-boehm-gc depends on
3882 all-target-libstdc++-v3.
3883 * Makefile.in: Regenerate.
3884
3885 2008-12-02 Ben Elliston <bje@au.ibm.com>
3886
3887 * config.sub, config.guess: Update from upstream sources.
3888
3889 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3890
3891 Merge from GCC:
3892
3893 2007-12-02 Matthias Klose <doko@ubuntu.com>
3894
3895 * config-ml.in: Remove 64bit configure tests.
3896
3897 2008-05-14 Rafael Espindola <espindola@google.com>
3898
3899 * config-ml.in: don't handle --enable-shared and --enable-static.
3900
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>
3908
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.
3917
3918 2008-09-03 Richard Guenther <rguenther@suse.de>
3919
3920 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3921 cloog test.
3922 * configure: Re-generate.
3923
3924 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3925
3926 * configure.ac (--with-cloog-polylib): New.
3927 (--disable-cloog-version-check): New.
3928 (--disable-ppl-version-check): New.
3929 * configure: Re-generate.
3930
3931 2008-09-05 Richard Guenther <rguenther@suse.de>
3932
3933 * configure.ac: Initialize clooglibs to -lcloog.
3934 * configure: Re-generate.
3935
3936 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3937
3938 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3939 recommended version to 2.3.2.
3940
3941 * configure: Regenerate.
3942
3943 2008-10-31 Ben Elliston <bje@au.ibm.com>
3944
3945 * configure.ac (spu-*-*): Remove special case.
3946 * configure: Regenerate.
3947
3948 Complete comment text from GCC version of:
3949
3950 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3951
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.
3957
3958 2008-11-27 Tristan Gingold <gingold@adacore.com>
3959
3960 * configure.ac: Build gdb for i?86-*-darwin*
3961 * configure: Regenerated.
3962
3963 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3964
3965 PR bootstrap/38014
3966 PR bootstrap/37923
3967
3968 Revert:
3969
3970 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3971
3972 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3973 * Makefile.in: Regenerated.
3974
3975 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3976
3977 PR gdb/921
3978 PR gdb/1646
3979 PR gdb/2175
3980 PR gdb/2176
3981
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.
3992
3993 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3994
3995 * configure.ac [spu-*-*]: Do not set skipdirs.
3996 * configure: Re-generate.
3997
3998 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3999
4000 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4001 * Makefile.in: Regenerated.
4002
4003 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4004
4005 PR gdb/921
4006 PR gdb/1646
4007 PR gdb/2175
4008 PR gdb/2176
4009
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.
4020
4021 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
4022
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.
4030
4031 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4032
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.
4038
4039 2008-08-28 Tristan Gingold <gingold@adacore.com>
4040
4041 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4042 Enable bfd, binutils and opcodes.
4043 * configure: Regenerate.
4044
4045 2008-08-16 Nicolas Roche <roche@adacore.com>
4046
4047 * Makefile.tpl: Add BOOT_ADAFLAGS.
4048 * Makefile.in: Regenerate.
4049
4050 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
4051
4052 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4053 * configure: Regenerate.
4054
4055 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4056
4057 Sync with gcc:
4058 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4059
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.
4065
4066 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4067
4068 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4069 * Makefile.in: Regenerate.
4070 * configure: Regenerate.
4071
4072 2008-06-18 Ian Lance Taylor <iant@google.com>
4073
4074 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
4075
4076 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
4077
4078 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4079
4080 * configure: Regenerate.
4081
4082 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4083
4084 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4085 "$@" is still intact with both Autoconf 2.59 and 2.62.
4086 * configure: Regenerate.
4087
4088 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4089
4090 * Makefile.tpl: Fix comment errors.
4091 * Makefile.in: Regenerate.
4092
4093 2008-06-13 Julian Brown <julian@codesourcery.com>
4094
4095 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4096 of libobjc for ARM EABI Linux.
4097 * configure: Regenerate.
4098
4099 2008-06-12 David S. Miller <davem@davemloft.net>
4100 David Edelsohn <edelsohn@gnu.org>
4101
4102 * configure.ac: Add powerpc*-*-* to gold supported targets.
4103 * configure: Regenerate.
4104
4105 2008-06-08 Joseph Myers <joseph@codesourcery.com>
4106
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.
4112
4113 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4114
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.
4119
4120 2008-05-11 Ian Lance Taylor <iant@google.com>
4121
4122 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
4123
4124 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4125
4126 Sync with gcc:
4127 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4128
4129 PR bootstrap/35457
4130 * configure.ac: Include override.m4.
4131 * configure: Regenerate.
4132
4133 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4134
4135 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4136 * Makefile.in: Regenerate.
4137
4138 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4139
4140 * configure.ac: Do not build libssp for the AVR.
4141 * configure: Regenerate.
4142
4143 2008-04-18 Nick Clifton <nickc@redhat.com>
4144
4145 * MAINTAINERS: Replace reference to configure.in with reference to
4146 configure.ac.
4147
4148 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4149
4150 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4151 as nonconfigurable directories list.
4152 * configure: Regenerate.
4153
4154 2008-04-14 David S. Miller <davem@davemloft.net>
4155
4156 * configure.ac: Add sparc*-*-* to gold supported targets.
4157 * configure: Regenerate.
4158
4159 2008-04-14 Ben Elliston <bje@au.ibm.com>
4160
4161 * config.sub, config.guess: Update from upstream sources.
4162
4163 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4164
4165 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4166 * Makefile.in: Regenerate.
4167
4168 2008-04-07 Ian Lance Taylor <iant@google.com>
4169
4170 * Makefile.def: check-gold depends upon all-binutils.
4171 * Makefile.in: Regenerate.
4172
4173 2008-04-04 Nick Clifton <nickc@redhat.com>
4174
4175 PR binutils/4334
4176 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4177 builds.
4178 * configure: Regenerate.
4179
4180 2008-04-04 NightStrike <NightStrike@gmail.com>
4181
4182 PR other/35151
4183 * configure.ac: Combine rules for mingw32 and mingw64.
4184 * configure: Regenerate.
4185
4186 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4187
4188 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4189 * Makefile.in: Regenerate.
4190
4191 2008-03-20 Ian Lance Taylor <iant@google.com>
4192
4193 * configure.ac: Add support for --enable-gold.
4194 * Makefile.def: Add gold as a directory like ld.
4195 * configure, Makefile.in: Regenerate.
4196
4197 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4198
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.
4204
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
4219 masks added.
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.
4225
4226 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4227
4228 * configure.ac: m4_include config/proginstall.m4.
4229 * configure: Regenerate.
4230
4231 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4232
4233 Backport from upstream Libtool:
4234
4235 2007-10-12 Eric Blake <ebb9@byu.net>
4236
4237 Deal with Autoconf 2.62's semantic change in m4_append.
4238 * ltsugar.m4 (lt_append): Replace broken versions of
4239 m4_append.
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.
4244
4245 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4246
4247 * config.rpath: Add AIX 6 support.
4248
4249 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4250
4251 * Makefile.def (stageprofile). Remove -fprofile-generate
4252 from stage_libcflags.
4253 * Makefile.in: Regenerate.
4254
4255 2008-03-13 Ben Elliston <bje@au.ibm.com>
4256
4257 * config.sub, config.guess: Update from upstream sources.
4258
4259 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4260
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.
4266
4267 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4268
4269 PR bootstrap/32009
4270 PR bootstrap/32161
4271
4272 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4273 * configure: Regenerate.
4274
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.
4290
4291 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4292
4293 PR libgcj/33085
4294 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4295 Do not use -DDLL_EXPORT. Backport from upstream.
4296
4297 2008-02-14 Nick Clifton <nickc@redhat.com>
4298
4299 Import this patch from gcc:
4300 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4301
4302 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4303
4304 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4305
4306 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4307 * configure: Regenerate.
4308
4309 2008-01-31 Marc Gauthier <marc@tensilica.com>
4310
4311 * configure.ac (xtensa*-*-*): Recognize processor variants.
4312 * configure: Regenerate.
4313
4314 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4315
4316 PR bootstrap/34922
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.
4321
4322 2008-01-23 Ben Elliston <bje@au.ibm.com>
4323
4324 * config.sub, config.guess: Update from upstream sources.
4325
4326 2008-01-08 Ben Elliston <bje@au.ibm.com>
4327
4328 * config.sub, config.guess: Update from upstream sources.
4329
4330 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4331
4332 * COPYING.LIBGLOSS: Update default copyright.
4333
4334 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4335
4336 * COPYING.NEWLIB: Update default copyright.
4337
4338 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4339
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.
4343
4344 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4345
4346 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4347 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4348 * Makefile.in: Regenerate.
4349
4350 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4351
4352 * configure.ac: Enable libjava for x86_64-*-darwin9.
4353 * configure: Regenerate.
4354
4355 2007-12-05 Ben Elliston <bje@au.ibm.com>
4356
4357 * config.sub, config.guess: Update from upstream sources.
4358
4359 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4360
4361 * config-ml.in: Robustify against white space in absolute file
4362 names.
4363
4364 * config-ml.in (multi-clean): Substitute ${Makefile}.
4365 Remove superfluous ${Makefile} in list.
4366
4367 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4368
4369 * Makefile.def (dependencies): Make configure-gdb depend on
4370 all-intl.
4371 * Makefile.in: Regenerated.
4372
4373 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4374
4375 * Makefile.def: To avoid problems running with parallel makes,
4376 build newlib before libgloss so that target specific header
4377 files are availble.
4378 * Makefile.in: Regenerate.
4379
4380 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4381
4382 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4383 * Makefile.in: Regenerate.
4384
4385 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4386
4387 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4388 * libdecnumber: New directory, imported from GCC.
4389
4390 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4391
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.
4397
4398 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4399
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.
4405 Subst them.
4406
4407 * configure: Regenerate.
4408 * Makefile.in: Regenerate.
4409
4410 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4411
4412 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4413 * configure: Regenerate.
4414
4415 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4416
4417 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4418 libstdc++.
4419 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4420 * configure: Regenerate.
4421 * Makefile.in: Regenerate.
4422
4423 2007-09-17 Andreas Schwab <schwab@suse.de>
4424
4425 * configure.ac: Raise minimum makeinfo version to 4.6.
4426 * configure: Regenerate.
4427
4428 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4429
4430 * configure.ac: Correct makeinfo version check.
4431 * configure: Regenerate.
4432
4433 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4434
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.
4439
4440 2007-09-12 David Daney <ddaney@avtrex.com>
4441
4442 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4443 enabling libgcj.
4444 * configure: Regenerate.
4445
4446 2007-09-12 Richard Guenther <rguenther@suse.de>
4447
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.
4452
4453 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4454
4455 PR target/33281
4456 * configure.ac: Use config/mh-mingw on mingw.
4457 * configure: Regenerate.
4458
4459 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4460
4461 PR other/32154
4462 * configure.ac: For libgloss targets, point the linker to the linker
4463 script, startup code and simulator library.
4464 * configure: Regenerate.
4465
4466 2007-09-09 Andrew Haley <aph@redhat.com>
4467
4468 * configure.ac (noconfigdirs): Remove target-libffi and
4469 target-libjava.
4470
4471 2007-08-29 Nick Clifton <nickc@redhat.com>
4472
4473 * config.sub, config.guess: Update from upstream sources.
4474
4475 2007-08-21 Richard Guenther <rguenther@suse.de>
4476
4477 * configure.ac: Add types checking to stage1 checking flags.
4478 * configure: Regenerate.
4479
4480 2007-08-18 Paul Brook <paul@codesourcery.com>
4481 Joseph Myers <joseph@codesourcery.com>
4482
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.
4488
4489 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4490 Nigel Stephens <nigel@mips.com>
4491
4492 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4493 as target_makefile_frag.
4494 * configure: Regenerate.
4495
4496 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4497
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.
4504
4505 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4506
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.
4513
4514 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4515 Ben Elliston <bje@au.ibm.com>
4516
4517 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4518 --silent if $silent.
4519 * configure: Regenerate.
4520
4521 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4522
4523 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4524
4525 2007-07-17 Nick Clifton <nickc@redhat.com>
4526
4527 * COPYING3: New file. Contains version 3 of the GNU General
4528 Public License.
4529 * COPYING3.LIB: New file. Contains version 3 of the GNU
4530 Lesser General Public License.
4531
4532 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4533
4534 * configure.ac: Fix my previous change to really match GCC.
4535 * configure: Regenerate.
4536
4537 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4538
4539 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4540 * configure: Regenerate.
4541
4542 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4543
4544 * configure.ac: Add some missing m4 quotation.
4545 * configure: Regenerate.
4546
4547 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4548
4549 * Makefile.def: Add windmc tool to build.
4550 * Makefile.tpl: Likewise.
4551 * configure.ac: Likewise.
4552 * Makefile.in: Regenerate.
4553 * configure: Regenerate.
4554
4555 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4556
4557 * lt~obsolete.m4: New. Import from 20070318 libtool.
4558
4559 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4560
4561 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4562 uclinux and linux-uclibc targets.
4563 * configure: Regenerate.
4564
4565 2007-06-28 DJ Delorie <dj@redhat.com>
4566
4567 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4568 not building newlib.
4569 * configure: Regenerated.
4570
4571 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4572
4573 * src-release (DEVO_SUPPORT): Correct typos.
4574
4575 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4576
4577 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4578 * Makefile.in: Regenerated.
4579
4580 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4581
4582 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4583 (distclean-stage[+id+]): Possibly delete stage_last.
4584 * Makefile.in: Regenerate.
4585
4586 2007-06-07 Ben Elliston <bje@au.ibm.com>
4587
4588 * config.sub, config.guess: Update from upstream sources.
4589
4590 2007-06-07 Ben Elliston <bje@au.ibm.com>
4591
4592 * Makefile.tpl: Fix spelling error.
4593 * Makefile.in: Regenerate.
4594
4595 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4596
4597 Sync with gcc:
4598 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4599
4600 PR bootstrap/29382
4601 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4602 * configure: Rebuilt.
4603
4604 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4605
4606 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4607 lt_cv_sys_max_cmd_len.
4608
4609 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4610
4611 * ltgcc.m4: Update from GCC.
4612
4613 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4614
4615 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4616
4617 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4618
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.
4624 * ltconfig: Remove.
4625 * ltcf-c.sh: Remove.
4626 * ltcf-cxx.sh: Remove.
4627 * ltcf-gcj.sh: Remove.
4628 * src-release: Update with new libtool file list.
4629
4630 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4631
4632 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4633 stage_cflags.
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.
4639
4640 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4641
4642 * config-ml.in: Update from GCC.
4643
4644 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4645
4646 * src-release (do-proto-toplev): Process the support directories before
4647 the tool directory.
4648
4649 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4650
4651 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4652 of glob. Quote arguments with single quotes too.
4653 * configure: Regenerate.
4654
4655 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4656
4657 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4658 * Makefile.in: Regenerate
4659
4660 2007-03-07 Andreas Schwab <schwab@suse.de>
4661
4662 * configure: Regenerate.
4663
4664 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4665
4666 * configure.ac: Add "--with-pdfdir" configure option,
4667 which defines pdfdir variable.
4668 * Makefile.def (target=fixincludes): Add install-pdf to
4669 missing targets.
4670 (recursive_targets): Add install-pdf target.
4671 (flags_to_pass): Add pdfdir.
4672 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4673 target.
4674 * configure: Regenerate
4675 * Makefile.in: Regenerate
4676
4677 2007-02-28 Eric Christopher <echristo@apple.com>
4678
4679 Revert:
4680 2006-12-07 Mike Stump <mrs@apple.com>
4681
4682 * Makefile.def (dependencies): Add dependency for
4683 install-target-libssp and install-target-libgomp on
4684 install-gcc.
4685 * Makefile.in: Regenerate.
4686
4687 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4688
4689 * configure: Regenerate.
4690 * configure.ac: Move statements after variable declarations.
4691
4692 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4693
4694 * configure.ac: Adjust for loop syntax.
4695 * configure: Regenerate.
4696
4697 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4698
4699 * configure: Rebuilt.
4700
4701 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4702
4703 * configure.ac: Drop multiple occurrences of --enable-languages,
4704 and fix its quoting.
4705 * configure: Rebuilt.
4706
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>
4711
4712 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4713 * configure: Regenerate.
4714
4715 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4716
4717 * configure.ac (target_libraries): Move libgcc before libiberty.
4718 * configure: Regenerated.
4719
4720 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4721
4722 * configure: Regenerate again?
4723
4724 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4725
4726 * configure: Reapply PR30748 fix which was lost in the previous commit.
4727
4728 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4729 Paolo Bonzini <bonzini@gnu.org>
4730
4731 PR bootstrap/30753
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.
4735
4736 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4737
4738 * configure: Regenerate.
4739
4740 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4741
4742 PR bootstrap/30748
4743 * configure.ac: Correct syntax for Solaris ksh.
4744 * configure: Regenerated.
4745
4746 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4747
4748 * Makefile.def: Sync with GCC.
4749 * Makefile.tpl: Sync with GCC.
4750 * Makefile.in: Regenerate.
4751 * configure: Regenerate.
4752
4753 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4754
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.
4763
4764 * Makefile.in: Regenerated.
4765 * configure: Regenerated with autoconf 2.59.
4766
4767 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4768
4769 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4770
4771 * COPYING.LIBGLOSS: Reformat default Red Hat
4772 license to fit within 80 columns.
4773 * COPYING.NEWLIB: Ditto.
4774
4775 2007-02-05 Dave Brolley <brolley@redhat.com>
4776
4777 * Contribute the following changes:
4778 2006-11-28 DJ Delorie <dj@redhat.com>
4779
4780 * configure.in: Fix typo for mep's target_makefile_frag.
4781 * configure: Regenerated.
4782
4783 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4784
4785 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4786 * configure: Regenerate.
4787
4788 2001-09-19 DJ Delorie <dj@redhat.com>
4789
4790 * configure.in (target_makefile_frag): use mt-mep
4791
4792 2001-06-12 Don Howard <dhoward@redhat.com>
4793
4794 * configure.in: Remove gdb from MeP skip list.
4795
4796 2001-04-05 DJ Delorie <dj@redhat.com>
4797
4798 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4799
4800 2001-03-20 Ben Elliston <bje@redhat.com>
4801
4802 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4803
4804 2001-03-19 Ben Elliston <bje@redhat.com>
4805
4806 * config.sub (mep, mep-*): Add.
4807
4808 2007-01-31 Andreas Schwab <schwab@suse.de>
4809
4810 * Makefile.tpl (LDFLAGS): Substitute it.
4811 * Makefile.in: Regenerate.
4812
4813 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4814
4815 * configure.in: Change == to = in test command.
4816 * configure: Regenerate.
4817
4818 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4819 Nick Clifton <nickc@redhat.com>
4820 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4821
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.
4833
4834 2007-01-11 Matt Fago <fago@earthlink.net>
4835
4836 * configure.in: Try to link to functions only in mpfr 2.2.x
4837 to improve robustness of configure tests.
4838 * configure: Regenerate.
4839
4840 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4841
4842 * configure.in: Add support for an x86_64-mingw* target.
4843 * configure: Regenerate.
4844
4845 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4846
4847 * Makefile.tpl (all-target): Correct @if conditional for target
4848 modules.
4849 * configure.in: Omit libiberty if building only target libgcc.
4850 * configure, Makefile.in: Regenerated.
4851
4852 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4853
4854 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4855 * configure: Regenerate.
4856
4857 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4858
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.
4867
4868 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4869
4870 Sync with gcc:
4871 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4872
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.
4877
4878 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4879
4880 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4881 * Makefile.in: Regenerate.
4882
4883 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4884
4885 * configure.in: Warn that MPFR 2.2.0 is buggy.
4886 * configure: Regenerate.
4887
4888 2006-12-27 Ian Lance Taylor <iant@google.com>
4889
4890 * configure.in: When removing Makefiles to force a reconfigure, also
4891 remove prev-DIR*/Makefile.
4892 * configure: Regenerate.
4893
4894 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4895
4896 * config.bfd: Recognize fido.
4897
4898 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4899
4900 Sync with gcc:
4901
4902 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4903
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.
4908
4909 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4910
4911 PR bootstrap/29544
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.
4920
4921 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4922
4923 * configure.in: Update error message for missing GMP/MPFR.
4924
4925 * configure: Regenerate.
4926
4927 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4928
4929 * configure.in: Update MPFR version in error message.
4930
4931 * configure: Regenerate.
4932
4933 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4934
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.
4938
4939 * configure: Regenerate.
4940
4941 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4942
4943 PR bootstrap/30134
4944 * configure.in: Correct x86 darwin support for libjava to powerpc
4945 and i?86 only.
4946 * configure: Regenerate.
4947
4948 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4949
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.
4955
4956 2006-12-11 Ben Elliston <bje@au.ibm.com>
4957
4958 * config.sub, config.guess: Update from upstream sources.
4959
4960 2006-12-11 Ben Elliston <bje@au.ibm.com>
4961
4962 * configure.in: Sync with GCC (spu-*-*).
4963 * configure: Sync with GCC.
4964
4965 2006-12-07 Mike Stump <mrs@apple.com>
4966
4967 * Makefile.def (dependencies): Add dependency for
4968 install-target-libssp and install-target-libgomp on
4969 install-gcc.
4970 * Makefile.in: Regenerate.
4971
4972 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4973
4974 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4975 (unstage): Test for stage_last presence.
4976
4977 PR bootstrap/29802
4978 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4979 * Makefile.in: Regenerate.
4980
4981 2006-11-14 DJ Delorie <dj@redhat.com>
4982
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.
4987
4988 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4989
4990 * configure.in: Remove target-libgloss from noconfigdirs for
4991 bfin-*-*.
4992 * configure: Regenerated.
4993
4994 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4995
4996 * COPYING.NEWLIB: Add spu license.
4997 * COPYING.LIBGLOSS: Ditto.
4998
4999 2006-10-17 Brooks Moses <bmoses@stanford.edu>
5000
5001 * Makefile.def: Added pdf target handling.
5002 * Makefile.tpl: Added pdf target handling.
5003 * Makefile.in: Regenerated.
5004
5005 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
5006
5007 * COPYING.NEWLIB: Updated.
5008 * COPYING.LIBGLOSS: Ditto.
5009
5010 2006-09-27 Dave Brolley <brolley@redhat.com>
5011
5012 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
5013 $s instead of $r.
5014 * configure: Regenerated.
5015
5016 2006-09-26 Ben Elliston <bje@au.ibm.com>
5017
5018 * config.sub, config.guess: Update from upstream sources.
5019
5020 2006-09-20 Thiemo Seufer <ths@mips.com>
5021
5022 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5023 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5024 * configure: Regenerate.
5025
5026 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5027
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.
5035
5036 2006-08-15 Thiemo Seufer <ths@mips.com>
5037 Nigel Stephens <nigel@mips.com>
5038 David Ung <davidu@mips.com>
5039
5040 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
5041
5042 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5043
5044 Sync from GCC:
5045 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5046
5047 PR bootstrap/18058
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.
5051
5052 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5053
5054 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5055 * configure: Regenerated.
5056
5057 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5058
5059 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5060 for stages after the first.
5061
5062 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5063
5064 * Makefile.def: Add dependencies for configure-opcodes
5065 on configure-intl and all-opcodes on all-intl.
5066 * Makefile.in: Regenerated.
5067
5068 2006-07-04 Peter O'Gorman <peter@pogma.com>
5069
5070 * ltconfig: chmod 644 before ranlib during install.
5071
5072 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5073
5074 * configure.in: Fix thinkos in previous check-in.
5075 * configure: Regenerate.
5076
5077 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5078
5079 Sync from gcc:
5080
5081 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
5082
5083 PR other/27063
5084 * configure.in: Test subdir_requires and give an appropriate
5085 error message.
5086 * configure: Regenerate.
5087
5088 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5089
5090 PR target/27540
5091 * configure.in: Only enable libgomp on IRIX 6.
5092 * configure: Regenerate.
5093
5094 2006-06-20 David Ayers <d.ayers@inode.at>
5095
5096 PR bootstrap/28072
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.
5101
5102 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
5103
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.
5106
5107 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5108
5109 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5110 too.
5111 * Makefile.in: Regenerate.
5112
5113 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5114
5115 Sync from gcc:
5116
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.
5120
5121 2006-06-13 David Ayers <d.ayers@inode.at>
5122
5123 Sync from gcc:
5124
5125 2006-06-12 David Ayers <d.ayers@inode.at>
5126
5127 PR bootstrap/27963
5128 PR target/19970
5129 * configure.in: Remove target-boehm-gc from noconfigdirs where
5130 ${libgcj} is specified.
5131 * configure: Regenerate.
5132
5133 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
5134
5135 Sync from gcc:
5136
5137 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5138 Andreas Schwab <schwab@suse.de>
5139
5140 PR bootstrap/18033
5141 * config-ml.in: Eval option if surrounded by single quotes.
5142
5143 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
5144
5145 Sync from gcc:
5146
5147 2006-06-06 David Ayers <d.ayers@inode.at>
5148
5149 PR libobjc/13946
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}
5157 is specified.
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.
5161
5162 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5163
5164 PR 27674
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.
5170
5171 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5172 Andreas Tobler <a.tobler@schweiz.ch>
5173
5174 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5175 * configure: Rebuilt.
5176
5177 Revert
5178 2006-01-31 Richard Guenther <rguenther@suse.de>
5179 Paolo Bonzini <bonzini@gnu.org>
5180
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.
5186
5187 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5188
5189 * config-ml.in: Alter CCASFLAGS to include special
5190 multilib options the same as is done for CFLAGS.
5191
5192 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5193
5194 * Makefile.def: Added dependencies from sim and gdb on intl, and
5195 added configure dependencies to everything with an all dependency
5196 on intl.
5197 * gettext.m4: Removed.
5198 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5199 (GDB_SUPPORT_DIRS): Add intl.
5200 * Makefile.in: Regenerated.
5201
5202 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5203
5204 * src-release (DEVO_SUPPORT): Add config.rpath.
5205
5206 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5207
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.
5212
5213 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5214
5215 * configure.in: Enable gprof for cross builds.
5216 * configure: Regenerate.
5217
5218 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5219
5220 * src-release (MAKEINFOFLAGS): Define.
5221 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5222
5223 2006-05-14 Ben Elliston <bje@au.ibm.com>
5224
5225 * config.sub, config.guess: Update from upstream sources.
5226
5227 2006-05-12 Ben Elliston <bje@au.ibm.com>
5228
5229 * config.sub, config.guess: Update from upstream sources.
5230
5231 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5232
5233 * blt, iwidgets, mmalloc: Remove directories.
5234
5235 2006-05-01 DJ Delorie <dj@redhat.com>
5236
5237 * configure.in: Restore CFLAGS if GMP isn't present.
5238 * configure: Regenerate.
5239
5240 2006-04-18 DJ Delorie <dj@redhat.com>
5241
5242 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5243 reference libgloss so that libssp can be built in a combined
5244 tree.
5245 * configure: Regenerate.
5246
5247 2006-04-10 Ben Elliston <bje@au.ibm.com>
5248
5249 * contrib: Remove directory.
5250
5251 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5252
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.
5259
5260 2006-03-31 Ben Elliston <bje@au.ibm.com>
5261
5262 PR binutils/1860
5263 * configure.in: Require makeinfo 4.4 or higher.
5264 * configure: Regenerate.
5265
5266 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5267
5268 * Makefile.in: Regenerate.
5269
5270 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5271
5272 Sync with gcc:
5273 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5274
5275 * configure.in: Handle --disable-<component> generically.
5276 * configure: Regenerate.
5277
5278 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5279
5280 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5281 (TARGET_CONFIGDIRS): Remove.
5282 * configure.in: Remove AC_SUBST(target_configdirs).
5283 * Makefile.in, configure: Regenerated.
5284
5285
5286 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5287
5288 PR libgcj/17311
5289 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5290
5291 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5292
5293 PR bootstrap/25670
5294
5295 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5296
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.
5302
5303 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5304 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5305
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.
5319
5320 * Makefile.in: Regenerate.
5321 * configure: Regenerate.
5322
5323 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5324
5325 Sync from gcc:
5326
5327 2006-01-31 Richard Guenther <rguenther@suse.de>
5328 Paolo Bonzini <bonzini@gnu.org>
5329
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.
5336
5337 2006-01-18 Richard Henderson <rth@redhat.com>
5338 Jakub Jelinek <jakub@redhat.com>
5339 Diego Novillo <dnovillo@redhat.com>
5340
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.
5346
5347 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5348 Andreas Schwab <schwab@suse.de>
5349
5350 * configure: Regenerate.
5351
5352 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5353
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.
5358
5359 2006-01-16 Nick Clifton <nickc@redhat.com>
5360
5361 * config.sub, config.guess: Sync from config repository.
5362
5363 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5364
5365 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5366 @ from continuation.
5367 * Makefile.in: Rebuilt.
5368
5369 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5370
5371 Sync from gcc:
5372
5373 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5374
5375 PR bootstrap/24252
5376
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.
5381
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.
5386
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.
5397
5398 * Makefile.in: Regenerate.
5399 * configure: Regenerate.
5400
5401 2006-01-02 Andreas Schwab <schwab@suse.de>
5402
5403 * configure.in: When reconfiguring remove Makefile in
5404 all stage directories.
5405 * configure: Regenerate.
5406
5407 2005-12-27 Leif Ekblad <leif@rdos.net>
5408
5409 * configure.in: Add support for RDOS target.
5410 * configure: Regenerate.
5411
5412 2005-12-27 Nick Clifton <nickc@redhat.com>
5413
5414 PR binutils/1990
5415 * libtool.m4: Synchronize with version in GCC sources.
5416
5417 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5418
5419 Revert Ada-related part of the previous change.
5420
5421 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5422 Do not pass.
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.
5427
5428 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5429
5430 * configure.in: Select appropriate fragments for PowerPC/AIX.
5431 * configure: Regenerate.
5432
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.
5441
5442 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5443
5444 * COPYING.NEWLIB: Update copyright year for default
5445 copyright.
5446
5447 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5448
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.
5452
5453 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5454
5455 * configure.in: Flip the top-level bootstrap switch.
5456 * configure: Regenerate.
5457
5458 Merge from gcc:
5459
5460 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5461
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.
5471 Correct @if/@endif.
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.
5477
5478 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5479
5480 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5481 * configure.in: Replace ms1 arch with mt.
5482 * configure: Rebuilt.
5483
5484 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5485
5486 Sync with gcc:
5487
5488 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5489
5490 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5491 * configure.in: Replace ms1 arch with mt.
5492 * configure: Rebuilt.
5493
5494 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5495
5496 Sync with gcc:
5497
5498 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5499
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.
5516
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.
5522
5523 2005-11-29 Ben Elliston <bje@au.ibm.com>
5524
5525 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5526 from the gcc build directory.
5527 * Makefile.in: Regenerate.
5528
5529 2005-11-29 Ben Elliston <bje@au.ibm.com>
5530
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.
5536
5537 2005-11-21 Kean Johnston <jkj@sco.com>
5538
5539 * config.sub, config.guess: Sync from upstream sources.
5540
5541 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5542
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.
5548
5549 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5550
5551 PR bootstrap/24297
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.
5556
5557 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5558
5559 PR bootstrap/18939
5560 * Makefile.def (gcc) <target>: Fix thinko.
5561 * Makefile.in: Regenerate.
5562
5563 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5564
5565 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5566 * configure: Regenerate.
5567
5568 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5569
5570 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5571 target-libffi, target-qthreads, target-libjava, and
5572 targetlibobjc.
5573 * configure: Regenerate.
5574
5575 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5576
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.
5584
5585 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5586
5587 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5588 before other host packages.
5589
5590 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5591
5592 PR bootstrap/22340
5593
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.
5607
5608 * configure: Regenerate.
5609 * Makefile.in: Regenerate.
5610
5611 2005-10-04 James E Wilson <wilson@specifix.com>
5612
5613 * Makefile.def (lang_env_dependencies): Add libmudflap.
5614 * Makefile.in: Regenerate.
5615
5616 2005-10-03 Catherine Moore <clm@cm00re.com>
5617
5618 * configure.in (bfin-*-*): Support bfin.
5619 * configure: Regenerated.
5620
5621 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5622
5623 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5624 * configure: Regenerated.
5625
5626 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5627
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
5636 STRIP_FOR_TARGET.
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.
5641
5642 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5643
5644 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5645 (rs6000-*-aix*): Same.
5646 * configure: Regenerate.
5647
5648 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5649
5650 * configure.in: Recognize f95 in the --enable-languages option,
5651 and substitute it for fortran, issuing a warning.
5652 * configure: Regenerate.
5653
5654 2005-09-07 Ben Elliston <bje@au.ibm.com>
5655
5656 Import from Autoconf sources:
5657
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.
5661
5662 2005-08-30 Phil Edwards <phil@codesourcery.com>
5663
5664 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5665 * configure: Regenerated.
5666
5667 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5668
5669 * Makefile.def (libssp): Add to lang_env_dependencies.
5670 * Makefile.in: Regenerate.
5671
5672 2005-08-17 Christian Groessler <chris@groessler.org>
5673
5674 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5675 * Makefile.in: Regenerate.
5676
5677 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5678
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.
5683
5684 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5685
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
5694 build directory.
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.
5704
5705 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5706
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.
5710
5711 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5712
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.
5719
5720 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5721
5722 * Makefile.tpl: Wrap install between unstage and stage
5723 * Makefile.in: Regenerate.
5724
5725 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5726
5727 * all files: Update FSF address.
5728
5729 2005-07-14 Jim Blandy <jimb@redhat.com>
5730
5731 * configure.in: Add cases for Renesas m32c.
5732 * configure: Regenerated.
5733
5734 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5735
5736 * COPYING, compile, config-ml.in, config.guess,
5737 config.sub, install-sh, missing, mkinstalldirs,
5738 symlink-tree, ylwrap: Sync from upstream sources.
5739
5740 2005-07-13 Eric Christopher <echristo@redhat.com>
5741
5742 * configure.in: Add toplevel noconfigdir support for tpf.
5743 * configure: Regenerate.
5744
5745 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5746
5747 * Makefile.def (target_modules): Add libssp.
5748 * configure.in (target_libraries): Add target-libssp.
5749 * configure: Rebuilt.
5750 * Makefile.in: Rebuilt.
5751
5752 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5753
5754 PR ada/22340
5755
5756 * Makefile.def: Sync with gcc.
5757 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5758 * Makefile.in: Regenerate.
5759
5760 2005-07-07 Andreas Schwab <schwab@suse.de>
5761
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.
5765
5766 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5767
5768 * configure.in: Add --enable-libssp and --disable-libssp.
5769 * configure: Regenerate with autoconf-2.13.
5770
5771 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5772
5773 * configure.in: Don't build sim or rda when targetting darwin.
5774 * configure: Regenerate.
5775
5776 2005-07-04 Ben Elliston <bje@gnu.org>
5777
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.
5785
5786 2005-06-30 Ben Elliston <bje@gnu.org>
5787
5788 * setup.com (mpw): Remove unused directive.
5789
5790 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5791
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.
5798
5799 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5800
5801 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5802 In 'cpp' stanza, support '#line' as well as '# '.
5803
5804 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5805
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.
5814
5815 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5816
5817 * configure.in: Fix typo in handling of --with-mpfr-dir.
5818 * configure: Regenerate.
5819
5820 2005-06-02 Jim Blandy <jimb@redhat.com>
5821
5822 * config.sub: Add cases for the Renesas m32c. (This patch has been
5823 accepted into the master sources.)
5824
5825 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5826 Michael Snyder <msnyder@redhat.com>
5827 Stan Cox <scox@redhat.com>
5828
5829 * configure.in: Set noconfigdirs for ms1.
5830
5831 * configure: Regenerate.
5832
5833 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5834
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.
5839
5840 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5841
5842 * Makefile.def (configure-gcc): Depend on binutils having been built.
5843 (all-gcc): No need to do it here.
5844 * Makefile.in: Regenerate.
5845
5846 2005-05-19 Paul Brook <paul@codesourcery.com>
5847
5848 * configure.in: Rewrite misleading error message when requested
5849 language cannot be built.
5850 * configure: Regenerate.
5851
5852 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5853
5854 * ylwrap: Import from Automake 1.9.5.
5855
5856 2005-05-04 Mike Stump <mrs@apple.com>
5857
5858 * configure.in: Always pass --target to target configures as
5859 otherwise rebuilds that do --recheck will fail.
5860 * configure: Rebuilt.
5861
5862 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5863
5864 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5865 STAGE_HOST_EXPORTS.
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.
5870
5871 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5872
5873 Sync from gcc:
5874
5875 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5876
5877 * config.sub: Update from master copy.
5878
5879 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5880
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.
5886
5887 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5888
5889 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5890 (TARGET_CONFIGARGS): Include --with-target-subdir.
5891 (configure, all): New macros. Use them throughout.
5892
5893 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5894
5895 * Makefile.tpl: Sync with gcc.
5896 * Makefile.in: Regenerate.
5897
5898 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5899
5900 * config/mh-mingw32: Delete.
5901 * configure.in: Don't use it.
5902 * configure: Regenerate.
5903
5904 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5905
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.
5916
5917 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5918
5919 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5920 * configure: Regenerate.
5921
5922 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5923
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.
5933
5934 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5935 Andrew Pinski <pinskia@physics.uc.edu>
5936
5937 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5938 * Makefile.in: Regenerate.
5939
5940 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5941
5942 PR libgcj/20160
5943 * ltmain.sh: Avoid creating archives with components that have
5944 duplicate basenames.
5945
5946 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5947
5948 PR bootstrap/20250
5949 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5950 instead of check.
5951 * Makefile.in: Regenerate.
5952
5953 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5954
5955 Sync from gcc.
5956
5957 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5958
5959 PR bootstrap/17383
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.
5973
5974 * Makefile.in: Regenerate.
5975 * configure: Regenerate.
5976
5977 Merged from libada-gnattools-branch:
5978 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5979
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
5983 is disabled.
5984 * configure: Regenerate.
5985
5986 2005-02-23 Nick Clifton <nickc@redhat.com>
5987
5988 * configure: Regenerate.
5989
5990 2005-02-22 Paul Schlie <schlie@comcast.net>
5991
5992 * configure.in: Allow darwin targeted ports to build tk, itcl and
5993 libgui.
5994
5995 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5996
5997 PR libgcj/10353
5998 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5999 * configure: Regenerate.
6000
6001 2005-02-08 Andrew Cagney <cagney@gnu.org>
6002
6003 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
6004 gdb/ section. Update GDB's URL.
6005
6006 2005-01-31 Andrew Cagney <cagney@gnu.org>
6007
6008 * gettext.m4: Only set ENABLE_NLS when gettext is present.
6009
6010 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6011
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.
6016
6017 2005-01-27 Andrew Cagney <cagney@gnu.org>
6018
6019 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
6020
6021 2005-01-24 Andrew Cagney <cagney@gnu.org>
6022
6023 * gettext.m4: Only fall back to ../intl/ when it's present.
6024
6025 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6026
6027 * install-sh, config.sub: Import from upstream.
6028
6029 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6030
6031 PR bootstrap/18222
6032 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6033 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6034 * Makefile.in: Regenerate.
6035
6036 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6037
6038 Revert 2004-12-28 Makefile changes, a better fix will be
6039 applied to mainline and src after GCC 4.0 branches.
6040
6041 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6042
6043 PR bootstrap/17383
6044
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.
6052
6053 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6054
6055 Revert 2004-12-08 Makefile changes.
6056
6057 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6058
6059 * configure.in (sh64-*-*): Reenable gprof.
6060 * configure: Regenerate.
6061
6062 2004-12-09 Jim Blandy <jimb@redhat.com>
6063
6064 * MAINTAINERS: List 'depcomp' as part of automake.
6065
6066 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6067
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.
6072
6073 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6074
6075 * Makefile.tpl: Generate normal dependencies if the LHS module is
6076 not bootstrapped.
6077 * Makefile.in: Regenerate.
6078
6079 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6080
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.
6084
6085 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6086
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.
6092
6093 2004-12-02 Eric Christopher <echristo@redhat.com>
6094
6095 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
6096 of things to remove.
6097 * Makefile.in: Regenerate.
6098
6099 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6100
6101 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6102 * configure: Regenerate.
6103
6104 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6105
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.
6109
6110 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6111
6112 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6113 (hppa*64*-*-*): Delete incorrect comment.
6114 * configure: Rebuilt.
6115
6116 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6117
6118 * install-sh, compile: Import from automake.
6119
6120 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6121
6122 * config.guess, config.sub: Import from savannnah.
6123
6124 2004-11-12 Mike Stump <mrs@apple.com>
6125
6126 * Makefile.def: Add html support.
6127 * Makefile.tpl: Likewise.
6128 * Makefile.in: Regenerate.
6129
6130 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6131
6132 PR 18423
6133 * configure.in: Remove all instances of build-fixincludes from
6134 noconfigdirs.
6135 (build_configargs): Supply --target to subdirectories.
6136 * configure: Regenerate.
6137
6138 * Makefile.def: Make gcc install depend on fixincludes install.
6139 * Makefile.in: Regenerate.
6140
6141 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6142
6143 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6144 target-libgfortran.
6145 * configure: Regenerate.
6146
6147 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6148
6149 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6150 like CC.
6151
6152 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6153
6154 * Makefile.def (host fixincludes): Specify missing targets.
6155 * Makefile.in: Regenerate.
6156
6157 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6158
6159 PR other/17783
6160 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6161 * configure: Regenerated.
6162
6163 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6164
6165 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6166 * configure: Regenerated.
6167
6168 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6169
6170 PR target/18151
6171 * configure.in (case ${target}): Do not build fixincludes for avr.
6172 * configure: Regenerated.
6173
6174 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6175
6176 * configure.in (case ${target}): Do not build fixincludes
6177 on platforms where it is not used.
6178 * configure: Regenerated.
6179
6180 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6181
6182 * configure.in: Use an absolute path to install-sh.
6183 * configure: Regenerated.
6184
6185 2004-10-19 Andrew Cagney <cagney@gnu.org>
6186
6187 * src-release (do-djunpack, do-md5sum): Install the generated file
6188 directly into the proto-toplev/ directory.
6189
6190 2004-10-19 Andrew Cagney <cagney@gnu.org>
6191
6192 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6193
6194 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6195
6196 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6197 * configure: Regenerate.
6198
6199 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6200
6201 Fix wrong conflict resolution in:
6202
6203 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6204
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.
6209
6210 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6211
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.
6217
6218 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6219
6220 * configure.in: Enable target-libgloss for crx-*-*.
6221 * configure: Regenerate.
6222
6223 2004-09-24 Michael Roth <mroth@nessie.de>
6224
6225 * configure.in (--without-headers): Add missing double quotes.
6226 * configure: Regenerate.
6227
6228 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6229
6230 * ylwrap: Revert to previous version.
6231
6232 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6233
6234 PR bootstrap/17369
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.
6240
6241 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6242 * configure: Regenerated.
6243
6244 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6245
6246 * config.guess: New upstream version
6247 * compile, depcomp, install-sh, ylwrap: Likewise.
6248
6249 2004-09-19 Roger Sayle <roger@eyesopen.com>
6250
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.
6255
6256 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6257
6258 PR target/11572
6259 * configure.in (*-*-darwin*): Renable libobjc.
6260 * configure: Regenerate.
6261
6262 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6263
6264 * Makefile.def: Remove libbanshee.
6265 * Makefile.tpl: Ditto.
6266 * configure.in: Ditto.
6267 * Makefile.in: Regen.
6268 * configure: Ditto.
6269
6270 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6271
6272 * missing: Import latest version from master repository.
6273
6274 2004-09-04 Nick Clifton <nickc@redhat.com>
6275
6276 * config.sub: Import latest version from master repository.
6277 * config.guess: Likewise.
6278 This includes these changes:
6279
6280 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6281
6282 * config.sub: Handle crisv32, alias etraxfs.
6283 * config.guess (crisv32:Linux:*:*): Handle.
6284
6285 2004-08-13 Brad Smith <brad@comstyle.com>
6286
6287 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6288 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6289
6290 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6291
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
6300
6301 2004-07-19 Ben Elliston <bje@gnu.org>
6302
6303 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6304
6305 2004-06-24 Ben Elliston <bje@gnu.org>
6306
6307 * config.guess: Update copyright years.
6308 * config.sub: Likewise.
6309
6310 2004-06-22 Robert Millan <robertmh@gnu.org>
6311
6312 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6313 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6314
6315 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6316
6317 * config.guess (*:*VMS:*:*): New entry. Replaces
6318 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6319 manufacturer.
6320
6321 2004-06-22 Ben Elliston <bje@gnu.org>
6322
6323 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6324 * config.sub: Likewise.
6325
6326 2004-06-22 Ben Elliston <bje@gnu.org>
6327
6328 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6329 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6330
6331 2004-06-11 Ben Elliston <bje@gnu.org>
6332
6333 * config.guess (pegasos:OpenBSD:*:*): Remove.
6334
6335 2004-06-11 Ben Elliston <bje@gnu.org>
6336
6337 From Wouter Verhelst <wouter@grep.be>:
6338 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6339
6340 2004-06-11 Ben Elliston <bje@gnu.org>
6341
6342 * config.guess (luna88k:OpenBSD:*:*): New.
6343
6344 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6345
6346 * config.guess (m32r*:Linux:*:*): New case.
6347 * config.sub: Handle m32rle.
6348
6349 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6350
6351 From Jens Petersen <petersen@redhat.com>:
6352 * config.sub: Handle sparcv8.
6353
6354 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6355
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).
6360
6361 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6362
6363 * config.sub: Add support for National Semiconductor CRX target.
6364
6365 2004-09-03 Jan Beulich <jbeulich@novell.com>
6366
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.
6372
6373 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6374
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.
6384
6385 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6386
6387 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6388
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
6393 -mdynamic-no-pic
6394
6395 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6396
6397 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6398 include.
6399 * configure.in: Fix indentation.
6400 * configure: Regenerate.
6401
6402 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6403
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.
6410
6411 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6412
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.
6421
6422 * configure.in: Only warn when bootstrapping but
6423 build != host or build != target. Support lean bootstraps.
6424 * configure: Regenerate.
6425
6426 Sync from gcc:
6427 2004-08-26 Phil Edwards <phil@codesourcery.com>
6428
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.
6432
6433 2004-08-25 Phil Edwards <phil@codesourcery.com>
6434
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.
6438
6439 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6440
6441 * Makefile.in: Regenerate.
6442 * configure: Regenerate.
6443
6444 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6445 stage_*_flags.
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.
6453
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
6458 with BUILD_SUBDIR.
6459 (BISON): Update for recent Bisons.
6460 (YACC): Fix typo.
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.
6469
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.
6475
6476 2004-08-17 Robert Millan <robertmh@gnu.org>
6477
6478 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6479 (instead of FreeBSD).
6480 * configure: Regenerate.
6481
6482 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6483
6484 * Makefile.def, configure.in, src-release: Remove useless, bogus
6485 references to tix.
6486 * Makefile.in, configure: Regenerate.
6487
6488 * src-release: Stop distributing mmalloc with gdb (which doesn't
6489 use it).
6490 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6491 * Makefile.in: Regenerate.
6492
6493 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6494
6495 * configure.in (arm*-*-eabi*): New target.
6496 * configure: Regenerate.
6497
6498 2004-08-01 Robert Millan <robertmh@gnu.org>
6499
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.
6503
6504 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6505
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.
6514
6515 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6516
6517 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6518 target-libiberty to noconfigdirs.
6519
6520 2004-08-03 Paul Brook <paul@codesourcery.com>
6521
6522 * configure.in: Check for MPFR as well as GMP.
6523 * configure: Regenerate.
6524
6525 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6526
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.
6537
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.
6544
6545 2004-07-19 Robert Millan <robertmh@gnu.org>
6546
6547 Synced from gcc:
6548
6549 2004-04-26 Robert Millan <robertmh@gnu.org>
6550
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.
6557
6558 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6559
6560 * configure.in: Add noconfigdirs for crx-*-*.
6561 * configure: Regenerate.
6562
6563 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6564
6565 Synced from gcc:
6566
6567 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6568
6569 * configure.in: Build libmudflap by default on FreeBSD.
6570 * configure: Regenerated.
6571
6572 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6573
6574 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6575 systems.
6576 * configure: Regenerated.
6577
6578 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6579
6580 PR target/16344
6581 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6582 feedback based compiler.
6583 * Makefile.in: Rebuilt.
6584
6585 2004-07-05 Phil Edwards <phil@codesourcery.com>
6586
6587 * configure.in: Do not prepend $srcdir to /dev/null in
6588 makefile fragments.
6589 * configure: Regenerate.
6590
6591 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6592
6593 * Makefile.def (host_modules): Set bootstrap=true for flex.
6594 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6595 * Makefile.in: Rebuilt.
6596
6597 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6598
6599 * Makefile.def (build_modules): Add bison, byacc, flex,
6600 m4, texinfo.
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.
6610 (all-build): New.
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.
6620
6621 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6622
6623 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6624 * Makefile.in: Regenerate.
6625
6626 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6627
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.
6643
6644 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6645
6646 * configure.in: Check for srcdir/winsup rather than build directory
6647 winsup.
6648 * configure: Regenerate.
6649
6650 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6651
6652 * configure.in: Don't build Cygwin native newlib if winsup
6653 directory is missing. Emit warning instead.
6654 * configure: Regenerate.
6655
6656 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6657
6658 * Makefile.tpl (touch-stage[+id+]): New.
6659 (restage[+prev+]): Depend on touch-stage[+id+].
6660
6661 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6662 Use it throughout.
6663
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.
6678
6679 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6680
6681 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6682 without gcc.
6683 * configure: Regenerate.
6684
6685 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6686
6687 * Makefile.tpl: Fix typo.
6688 * Makefile.in: Regenerate.
6689
6690 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6691
6692 * configure.in: Remove new- prefix from toplevel
6693 bootstrap targets.
6694 * configure: Regenerate.
6695
6696 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6697
6698 Merge this patch from the gcc tree:
6699
6700 2004-05-30 Andreas Jaeger <aj@suse.de>
6701 Jim Wilson <wilson@specifixinc.com>
6702
6703 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6704 like CC.
6705
6706 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6707
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.
6716
6717 * Makefile.def: Remove new- prefix from toplevel
6718 bootstrap targets.
6719 * Makefile.tpl: Likewise.
6720
6721 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6722 target.
6723
6724 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6725 $(RECURSE_FLAGS) to recursive invocation of make.
6726
6727 * Makefile.in: Regenerate.
6728 * configure: Regenerate.
6729
6730 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6731
6732 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6733 * configure: Regenerate.
6734
6735 2004-05-25 Daniel Jacobowitz <drow@false.org>
6736
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
6740 targets.
6741 * Makefile.in: Regenerate.
6742
6743 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6744
6745 * configure.in: Test the ability to symlink directories.
6746 * configure: Regenerate.
6747
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
6761 targets.
6762
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.
6777
6778 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6779
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.
6785
6786 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6787
6788 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6789 of libf2c.
6790 * configure, Makefile.in: Regenerate.
6791
6792 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6793
6794 Merge from tree-ssa-20020619-branch.
6795
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.
6816
6817 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6818
6819 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6820 * configure: Regenerate.
6821
6822 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6823
6824 Revert:
6825 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6826
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.
6831
6832 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6833
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.
6838
6839 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6840
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.
6845
6846 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6847
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.
6853
6854 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6855
6856 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6857 Always relocate gcc and prev-gcc to the original names, even
6858 if the build fails.
6859 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6860 New targets.
6861
6862 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6863
6864 * configure.in (mips*-*-irix5*): Enable ld.
6865 * configure: Regenerate.
6866
6867 2004-04-15 James E Wilson <wilson@specifixinc.com>
6868
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.
6873
6874 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6875
6876 PR bootstrap/14871
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
6881 to do that.
6882 * Makefile.in: Regenerate.
6883 * configure: Regenerate.
6884
6885 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6886
6887 PR bootstrap/14760
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
6891 only one space.
6892 * configure: Regenerate.
6893
6894 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6895
6896 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6897 (rs6000-*-aix*): Same.
6898 * configure: Regenerate.
6899
6900 2004-03-25 Stan Shebs <shebs@apple.com>
6901
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.
6907
6908 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6909
6910 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6911 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6912 * Makefile.in: Regenerate.
6913
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.
6920
6921 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6922
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
6926 to make.
6927 * Makefile.in: Regenerate.
6928
6929 * Makefile.tpl (new-bootstrap): Fix typo.
6930 * Makefile.in: Regenerate.
6931
6932 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6933
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.
6939
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
6943 of stage 1.
6944 * Makefile.in: Regenerate.
6945 * configure.in: Comma-separate stage 1 language list for top
6946 level bootstrap.
6947 * configure: Regenerate.
6948
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.
6953
6954 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6955
6956 * configure.in: Remove symbolic link section.
6957 * configure: Regenerate.
6958 * Makefile.tpl (links): Remove.
6959 * Makefile.in: Regenerate.
6960
6961 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6962 Nathanael Nerode <neroden@gcc.gnu.org>
6963
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.
6968
6969 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6970
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.
6975
6976 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6977 Paolo Bonzini <bonzini@gnu.org>
6978
6979 PR bootstrap/14522
6980 * configure.in: Cope with shells that do not support unquoted ^
6981 * configure: Regenerate.
6982
6983 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6984 Paolo Bonzini <bonzini@gnu.org>
6985
6986 PR bootstrap/14522
6987 * configure.in: Cope with shell that do not support nesting
6988 quotes inside quoted backquote substitutions.
6989 * configure: Regenerate.
6990
6991 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6992
6993 PR bootstrap/14522
6994 * configure.in: Fix escaping of $.
6995 * configure: Regenerate.
6996
6997 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6998
6999 * configure: Regenerate.
7000
7001 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
7002
7003 PR ada/14131
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.
7009
7010 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7011
7012 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7013 and disable libgcj.
7014 * configure: Regenerated.
7015
7016 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7017
7018 PR bootstrap/7087
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).
7023
7024 2004-02-28 Andrew Cagney <cagney@redhat.com>
7025
7026 * src-release (CVS_NAMES): Define.
7027 (do-tar, do-tar): Prune $(CVS_NAMES).
7028
7029 2004-02-23 Andrew Cagney <cagney@redhat.com>
7030
7031 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
7032 2004-02-19.09.
7033
7034 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7035
7036 PR bootstrap/11932
7037 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7038
7039 2004-02-19 Andrew Cagney <cagney@redhat.com>
7040
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.
7043
7044 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7045
7046 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7047 (rs6000-*-aix*): Same.
7048 * configure: Regenerate.
7049
7050 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7051
7052 * configure.in (host): Add in missing $noconfigdirs to defines.
7053 * configure: Regenerate.
7054
7055 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7056 Nathanael Nerode <neroden@gcc.gnu.org>
7057
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.
7063
7064 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7065
7066 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7067 * configure: Regenerate.
7068
7069 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7070
7071 * COPYING.NEWLIB: Update Red Hat license to 2004.
7072
7073 2004-01-23 DJ Delorie <dj@redhat.com>
7074
7075 * Makefile.def (target_modules) [libiberty]: Don't stage.
7076 * Makefile.in: Rebuilt.
7077
7078 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
7079
7080 * COPYING.NEWLIB: Update to include copyrights for new
7081 iconv code.
7082
7083 2004-01-15 Andrew Cagney <cagney@redhat.com>
7084
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.
7089
7090 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7091
7092 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7093 * Makefile.tpl (configure-target-[+module+]): Support stage.
7094 * Makefile.in: Rebuilt.
7095
7096 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7097
7098 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
7099 throughout.
7100
7101 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7102
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.
7107
7108 * configure.in: Don't share a cache file for host dirs.
7109 * configure: Regenerate.
7110
7111 * config-ml.in: Don't mess with the cache file.
7112
7113 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7114
7115 * Makefile.tpl: Make GCC use a separate config.cache.
7116 * Makefile.in: Regenerate.
7117
7118 PR bootstrap/11932, PR bootstrap/11933
7119 (I don't know if it will fix either of them, but it relates
7120 to them.)
7121 * configure.in: Don't use shared config.cache for target
7122 directories.
7123 * configure: Regenerate.
7124
7125 2003-12-31 Roger Sayle <roger@eyesopen.com>
7126
7127 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7128 * configure: Regenerated.
7129
7130 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7131
7132 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7133 * configure: Regenerated.
7134
7135 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7136
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.
7143
7144 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7145
7146 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7147 * configure: Regenerate.
7148
7149 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7150
7151 * COPYING.NEWLIB: Add license info for long long routines added to
7152 stdlib.
7153
7154 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7155
7156 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7157 * Makefile.in: Regenerate.
7158
7159 2003-10-20 Phil Edwards <phil@codesourcery.com>
7160
7161 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7162 * configure: Regenerate.
7163
7164 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7165
7166 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7167 HOST_FLAGS_TO_PASS.
7168 * Makefile.in: Regenerate.
7169
7170 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7171
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
7176
7177 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7178
7179 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7180
7181 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7182
7183 * config-ml.in: Use ac_configure_args directly instead of
7184 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7185 actually seen.
7186
7187 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7188
7189 * config-ml.in: Propagate INSTALL variables.
7190
7191 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7192
7193 * configure.in: Pass a computed --program-transform-name
7194 to subconfigures.
7195 * configure: Regenerated.
7196
7197 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7198
7199 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7200 * Makefile.in: Regenerate.
7201
7202 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7203 * Makefile.in: Regenerate.
7204
7205 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7206
7207 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7208 quoting.
7209 * configure: Regenerated.
7210
7211 2003-09-12 Michael Chastain <mec@shout.net>
7212
7213 Fix PR gdb/857.
7214 * src-release (do-proto-topleve): Remove junk files
7215 intl/config.cache, intl/config.status,
7216 intl/config.h, intl/stamp-h.
7217
7218 2003-09-14 Andrew Cagney <cagney@redhat.com>
7219
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.
7223
7224 2003-09-04 DJ Delorie <dj@redhat.com>
7225
7226 * configure: Regenerate.
7227
7228 2003-09-04 Robert Millan <robertmh@gnu.org>
7229
7230 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7231
7232 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7233
7234 * configure.in: Ensure arguments to sed are properly spaced.
7235 * configure: Regenerate.
7236
7237 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7238
7239 Merge from gcc:
7240 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7241 * install-sh: Update to newer upstream versions (associated with
7242 aclocal 1.7).
7243 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7244
7245 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7246
7247 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7248 * configure: Regenerated.
7249
7250 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7251
7252 * configure.in: Use newline instead of semicolon when assuming
7253 shell arguments in a for loop.
7254 * configure: Regenerated.
7255
7256 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7257
7258 PR 8180
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.
7262
7263 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7264 make, shell, etc.
7265 (baseargs): Likewise.
7266 * configure: Regenerate.
7267
7268 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7269
7270 * configure.in: Disable libgcj for darwin not on powerpc.
7271 * configure: Rebuild.
7272
7273 2003-08-15 Michael Chastain <mec@shout.net>
7274
7275 * src-release (do-proto-toplev): Remove junk files
7276 dejagnu/example/calc/config.status,
7277 dejagnu/example/calc/config.log.
7278
7279 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7280
7281 * config-ml.in, symlink-tree: Add license.
7282
7283 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7284
7285 Merge from gcc:
7286
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.
7291
7292 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7293 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7294 * Makefile.in: Update.
7295
7296 2003-08-01 Andrew Cagney <cagney@redhat.com>
7297
7298 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7299 * configure: Ditto.
7300
7301 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7302
7303 * configure.in: Enable libgcj for darwin.
7304 * configure: Rebuild.
7305
7306 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7307
7308 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7309
7310 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7311
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.
7317
7318 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7319
7320 * Makefile.tpl (all-make): Depend on intl.
7321 * Makefile.in: Rebuilt.
7322
7323 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7324
7325 * config.if: Remove unused libc_interface determination.
7326
7327 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7328
7329 * Makefile.in: Regenerate, correctly this time.
7330
7331 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7332
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.
7338
7339 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7340
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.
7347
7348 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7349
7350 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7351 * configure: Regenerate.
7352
7353 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7354
7355 * config-ml.in: Replace PWD with PWD_COMMAND.
7356 * Makefile.tpl: Likewise.
7357 * Makefile.in: Regenerated.
7358
7359 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7360
7361 * configure.in: Clean up config-lang.in handling. Delete
7362 useless assignment to "subdirs".
7363 * configure: Regenerate.
7364
7365 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7366
7367 * configure.in: Rename 'target_libs' to 'target_libraries'.
7368 Remove useless reference to 'target_libs'.
7369 * configure: Regenerate.
7370
7371 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7372
7373 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7374 * Makefile.in: Regenerate.
7375
7376 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7377
7378 * Makefile.def: Introduce flags_to_pass.
7379 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7380 * Makefile.in: Regenerate.
7381
7382 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7383
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.
7389
7390 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7391
7392 * configure.in: Update testsuite_flags to new location.
7393 * configure. Regenerate.
7394
7395 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7396
7397 * Makefile.tpl: Remove BUILD_CC stuff.
7398 * Makefile.in: Regenerate.
7399
7400 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7401
7402 * config.guess: Update to 2003-06-12 version.
7403 * config.sub: Update to 2003-06-13 version.
7404
7405 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7406
7407 * MAINTAINERS: Add myself as MIPS co-maintainer.
7408
7409 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7410
7411 * config.guess: Update to 2003-06-06 version.
7412 * config.sub: Update to 2003-06-06 version.
7413
7414 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7415
7416 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7417 * configure. Regenerate.
7418
7419 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7420
7421 * configure.in: Disable serial configure by default.
7422 * configure: Regenerate.
7423 * Makefile.tpl: Abolish .NOTPARALLEL.
7424 * Makefile.in: Regenerate.
7425
7426 * Makefile.tpl: Replace {build,host,target}_canonical by
7427 {build,host,target}.
7428 * Makefile.in: Regenerate.
7429
7430 * Makefile.tpl: Fix stupid pasto.
7431 * Makefile.in: Regenerate.
7432
7433 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7434
7435 * Makefile.tpl: Remove bogus conditional.
7436 * Makefile.in: Regenerate.
7437
7438 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7439
7440 * Makefile.tpl: Make 'recursive targets' using autogen rather
7441 than shell loop. Remove duplicate 'clean' targets and false
7442 comments.
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.
7449
7450 * Makefile.tpl: Rename [+target+] to [+make_target+].
7451 * Makefile.def: Rename 'target' to 'make_target'.
7452
7453 2003-05-30 Nick Clifton <nickc@redhat.com>
7454
7455 * README-maintainer-mode: Update URL for locating blessed config
7456 tools.
7457
7458 2003-05-29 Robert Millan <rmh@debian.org>
7459
7460 * ltconfig: Import this patch and modify for use with current
7461 version of ltconfig:
7462
7463 2003-05-21 Bruno Haible <bruno@clisp.org>
7464
7465 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7466 GNU/FreeBSD.
7467
7468 2003-05-28 DJ Delorie <dj@redhat.com>
7469
7470 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7471 * Makefile.in: Regenerate.
7472
7473 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7474
7475 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7476
7477 2003-05-21 DJ Delorie <dj@redhat.com>
7478
7479 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7480 newlib or libgloss.
7481 * Makefile.in: Regenerate.
7482
7483 2003-05-21 DJ Delorie <dj@redhat.com>
7484
7485 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7486 * Makefile.in: Regenerate.
7487
7488 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7489
7490 * configure.in: Use curly braces in the definition of tooldir.
7491 * configure: Regenerate.
7492
7493 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7494
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.
7500
7501 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7502
7503 * configure.in: Accept i[3456789]86 for machine type.
7504 * configure: Regenerate.
7505
7506 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7507
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.
7513
7514 2003-05-16 Andreas Schwab <schwab@suse.de>
7515
7516 * Makefile.tpl (install-opcodes): Define.
7517 * Makefile.in: Rebuild.
7518
7519 2003-05-13 Andreas Jaeger <aj@suse.de>
7520
7521 * config.guess: Update to 2003-05-09 version.
7522 * config.sub: Update to 2003-05-09 version.
7523
7524 2003-05-13 Michael Eager <eager@mvista.com>
7525
7526 * configure.in: Correct sed script so that options in quotes are not
7527 deleted.
7528 * configure: Rebuild.
7529
7530 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7531
7532 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7533 and $$s/newlib/libc/sys/cygwin32 include paths.
7534 * configure: Ditto.
7535
7536 2003-05-05 H.J. Lu <hjl@gnu.org>
7537
7538 * config-ml.in: Restored from gcc repository.
7539
7540 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7541
7542 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7543 * Makefile.in: Regenerate.
7544
7545 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7546
7547 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7548 and Makefile.def.
7549
7550 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7551
7552 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7553 * Makefile.in: Regenerated.
7554
7555 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7556
7557 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7558 * Makefile.in: Regenerate.
7559
7560 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7561
7562 * configure.in (powerpc64*-*-linux*): Remove.
7563 * configure: Rebuilt.
7564
7565 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7566
7567 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7568 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7569 and restrap.
7570 * Makefile.in: Regenerate.
7571
7572 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7573
7574 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7575 * configure: Regenerated.
7576
7577 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7578
7579 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7580 * */configure: Rebuilt.
7581
7582 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7583
7584 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7585 * Makefile.in: Regenerate.
7586
7587 2003-03-14 Michael Chastain <mec@shout.net>
7588
7589 * Makefile.in: Regenerate with correct Makefile.def.
7590
7591 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7592
7593 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7594 Make macro.
7595 * Makefile.in: Regenerate.
7596 * configure.in: Clean up gxx_include_dir logic.
7597 * configure: Regenerate.
7598
7599 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7600
7601 * configure.in (gxx_include_dir): Fix typo.
7602 * configure: Regenerated.
7603
7604 2003-03-06 Andrew Cagney <cagney@redhat.com>
7605
7606 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7607
7608 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7609
7610 * configure.in: Include $(build_tooldir)/sys-include in
7611 FLAGS_FOR_TARGET.
7612 * configure: Regenerated.
7613
7614 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7615
7616 * Makefile.tpl: Reindent.
7617 * Makefile.in: Regenerate.
7618 * configure.in: Reindent. Don't set unused variables.
7619 * configure: Regenerate.
7620
7621 * Makefile.tpl: Always pass down RANLIB.
7622 * Makefile.in: Regenerate.
7623
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
7628 noconfigdirs.
7629 * configure: Regenerate.
7630
7631 * configure.in: Replace ${libstdcxx_version} by its value.
7632 Remove reference to mh-dgux.
7633 * configure: Regenerate.
7634
7635 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7636
7637 * Makefile.tpl: Rearrange.
7638 * Makefile.in: Regenerate.
7639
7640 2003-02-25 Nick Clifton <nickc@redhat.com>
7641
7642 * configure: Remove site-file supprot - it is obsolete.
7643
7644 2003-02-24 Uwe Stieber <uwe@wwws.de>
7645
7646 * configure.in: Add support for kaOS as cross build target system.
7647 * configure: Regenerated.
7648
7649 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7650
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.
7655
7656 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7657
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
7661 auto-detecting it.
7662
7663 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7664
7665 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7666 it is used as argument to $CC.
7667 * ltcf-gcj.sh: Likewise.
7668
7669 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7670
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.
7676
7677 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7678
7679 * configure: Regenerate using autoconf 2.13.
7680
7681 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7682
7683 * config.guess: Import latest version.
7684 * config.sub: Import latest version.
7685
7686 2003-02-18 Jason Merrill <jason@redhat.com>
7687
7688 * Makefile.tpl (check-c++): Allow parallelism.
7689
7690 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7691
7692 * configure: Regenerate using autoconf 000227.
7693
7694 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7695
7696 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7697 don't configure target-libobjc.
7698 * configure: Regenerate.
7699
7700 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7701
7702 * Makefile.tpl (RANLIB): Define.
7703 * Makefile.in: Regenerate.
7704
7705 2003-02-06 Keith R Seitz <keiths@redhat.com>
7706
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.
7712
7713 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7714
7715 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7716 * Makefile.in: Regenerated.
7717
7718 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7719
7720 * config.if: Copy from GCC.
7721
7722 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7723
7724 * configure.in: Revert 24Jan change.
7725 * configure: Regenerate.
7726
7727 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7728
7729 * configure.in: Revert previous change.
7730 * configure: Regenerate.
7731
7732 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7733
7734 * configure.in: Make rda native-only.
7735 * configure: Regenerate.
7736
7737 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7738
7739 * configure.in: Add missing \.
7740 * configure: Rebuilt.
7741
7742 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7743
7744 * configure.in (baseargs): Avoid using \| in sed regular
7745 expressions.
7746 * configure: Rebuilt.
7747
7748 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7749
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.
7754
7755 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7756
7757 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7758 * configure: Rebuilt.
7759
7760 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7761
7762 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7763 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7764 * Makefile.in: Regenerate.
7765 * configure: Regenerate.
7766
7767 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7768
7769 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7770 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7771 * Makefile.in: Regenerate.
7772
7773 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7774
7775 * configure.in: Remove Makefile in build, host and target modules
7776 unless configure was run with --no-recursion.
7777 * configure: Rebuilt.
7778
7779 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7780
7781 * config.guess: Update to 2003-01-03 version.
7782 * config.sub: Update to 2003-01-03 version.
7783
7784 2003-01-07 Christopher Faylor <cgf@redhat.com>
7785
7786 * configure: Regenerate with proper autoconf 2.13.
7787
7788 2003-01-07 Christopher Faylor <cgf@redhat.com>
7789
7790 * configure.in: Add AC_PREREQ for consistency.
7791 * configure: Regenerate.
7792
7793 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7794
7795 * configure.in (GDB_TK): Add tcl directories conditional on
7796 gdb/gdbtk directory being present.
7797 * configure: Regenerate.
7798
7799 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7800
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.
7804
7805 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7806
7807 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7808
7809 2002-12-31 Tom Tromey <tromey@redhat.com>
7810
7811 * Makefile.in: Rebuilt.
7812 * Makefile.def (target_modules) [libffi]: Allow installation.
7813
7814 2002-12-31 Andreas Schwab <schwab@suse.de>
7815
7816 * configure.in: Fix use of $program_transform_name.
7817 * configure: Regenerated.
7818
7819 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7820
7821 * configure.in (baseargs): Don't remove first configure argument.
7822 * configure: Regenerated.
7823
7824 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7825
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.
7841
7842 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7843
7844 * configure.in (host_configargs): Replace reference to
7845 no-longer-defined buildopts with --build=${build_alias}.
7846 * configure: Rebuilt.
7847
7848 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7849
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
7858 $(AUTOCONF).
7859 * Makefile.in: Rebuilt.
7860
7861 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7862
7863 * Makefile.tpl: Fix dramatic bustage due to change in
7864 program_transform_name.
7865 * Makefile.in: Regenerate.
7866
7867 * configure.in: Remove unnecessary PATH setting.
7868 * configure: Regnerate.
7869
7870 * configure.in: Don't default to unprefixed tools unless
7871 the native tools will work.
7872 * configure: Regenerate.
7873
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.
7879
7880 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7881
7882 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7883 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7884
7885 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7886 where they belong.
7887
7888 2002-12-24 Andreas Schwab <schwab@suse.de>
7889
7890 * Makefile.tpl (multilib.out): Fix missing space.
7891 * Makefile.in: Regenerate.
7892
7893 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7894
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.
7899
7900 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7901
7902 * configure.in (extra_ranlibflags_for_target): New variable.
7903 (*-*-darwin): Add -c to ranlib commands.
7904 * configure (tooldir): Handle extra_ranlibflags_for_target.
7905
7906 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7907
7908 * COPYING.NEWLIB: Updated.
7909 * COPYING.LIBGLOSS: Ditto.
7910
7911 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7912
7913 * Makefile.tpl: Revert HJL's change.
7914 * Makefile.in: Regenerated.
7915 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7916 always.
7917
7918 2002-12-19 Andreas Schwab <schwab@suse.de>
7919
7920 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7921 * Makefile.in: Regenerate.
7922
7923 2002-12-18 H.J. Lu <hjl@gnu.org>
7924
7925 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7926 * Makefile.in: Regenerated.
7927
7928 * configure.in (build_prefix): New. Substitute.
7929
7930 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7931
7932 * Makefile.tpl: Don't let real targets depend on phony targets.
7933 * Makefile.in: Regenerate.
7934
7935 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7936 * Makefile.in: Regenerate.
7937
7938 2002-12-16 Jason Merrill <jason@redhat.com>
7939
7940 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7941 previous 'make bootstrap'.
7942 * Makefile.in: Regenerate.
7943
7944 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7945
7946 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7947
7948 2002-12-13 Jason Merrill <jason@redhat.com>
7949
7950 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7951 library tests.
7952 (check-c++): Just depend on it and check-target-libstdc++-v3.
7953 * Makefile.in: Regenerate.
7954
7955 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7956
7957 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7958 * Makefile.in: Regenerate.
7959
7960 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7961
7962 * COPYING.NEWLIB: Update list of alternate Regent of California
7963 licenses and discuss official revoking of advertising clause.
7964 * COPYING.LIBGLOSS: Ditto.
7965
7966 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7967
7968 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7969 * Makefile.in: Rebuilt.
7970
7971 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7972
7973 * configure: Fix bug put in by gremlins.
7974
7975 * Makefile.tpl: Substitute more autoconfily.
7976 * configure: Substitute more autoconfily.
7977 * Makefile.in: Regenerate.
7978
7979 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7980
7981 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7982 * Makefile.in (all-sim): Ditto.
7983
7984 2002-12-06 DJ Delorie <dj@redhat.com>
7985
7986 * Makefile.tpl: Change configure dependencies to not have real
7987 targets depend on phony targets.
7988
7989 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7990
7991 * configure.in: Revert unintentional change.
7992
7993 * src-release: Configure host subdirs.
7994
7995 * Makefile.tpl: Change dependency for */multilib.out so that
7996 it works when gcc isn't in the tree.
7997
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.
8002
8003 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8004
8005 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8006 and corresponding dependencies.
8007 * Makefile.in: Regenerate.
8008
8009 * configure.in (host_tools): Order binutils, gas and ld for
8010 convenience in running the testsuites.
8011
8012 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8013 * Makefile.in: Regenerate.
8014 * configure.in: Introduce rules to serialize subconfigure runs.
8015
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.
8020
8021 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8022
8023 * configure: Move gcc_version_trigger stuff from here...
8024 * configure.in: ...to here.
8025
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.
8029
8030 * Makefile.tpl: Remove 'vault' targets.
8031 * Makefile.tpl: Reorder and comment dependencies.
8032 * Makefile.in: Regenerate.
8033
8034 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8035
8036 * configure.in: Move host-specific darwin noconfigdirs into
8037 the host-specific section.
8038
8039 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8040
8041 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
8042 during replay.
8043 * Makefile.in: Regenerate.
8044
8045 (finishing slow-motion replay)
8046 * configure: Remove skip-this-dir support.
8047 * Makefile.tpl: Remove skip-this-dir support.
8048
8049 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8050 subdirectories.
8051 * Makefile.in: Regenerate.
8052
8053 * Makefile.tpl: Strip out useless setting of 'dir'.
8054 * Makefile.in: Regenerate.
8055
8056 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8057
8058 (finishing slow-motion replay)
8059 * configure.in: Fix deeply stupid bug.
8060
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
8065 RAW_CXX_FOR_TARGET.
8066 * Makefile.in: Regenerate.
8067
8068 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8069
8070 (finishing slow-motion replay)
8071 * Makefile.tpl: Remove unnecessary ifs.
8072 * Makefile.in: Regenerate.
8073
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.
8082
8083 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8084
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.
8089
8090 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8091 build != host.
8092
8093 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8094
8095 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8096
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.
8105
8106 * Makefile.in: Regenerate.
8107
8108 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8109
8110 (Continuing slow-motion replay)
8111 * Makefile.def: Add list of recursive targets to autogenerate.
8112 Add build_modules.
8113 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8114 targets. Autogenerate *-build-* targets.
8115 * Makefile.in: Regenerate.
8116
8117 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8118
8119 (Continuing slow-motion replay)
8120 * configure: More autoconf-style substitutions.
8121 * Makefile.tpl: More autoconf-style substitutions.
8122 * Makefile.in: Regenerate.
8123
8124 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8125
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.
8132
8133 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8134
8135 (Continuing slow-motion replay)
8136 * configure.in (v810*): Remove special setting of tools.
8137
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.
8141
8142 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8143
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.
8152
8153 2002-11-13 Bruce Korb <bkorb@gnu.org>
8154
8155 * Makefile.tpl: syntactic cleanup
8156
8157 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8158
8159 * Makefile.def (host_modules): Add rda.
8160 * Makefile.in: Regenerate.
8161 * configure.in (target_tool): Add target-rda to list.
8162
8163 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8164
8165 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8166 and restrap targets to this rule.
8167 * Makefile.in: Regenerate.
8168
8169 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8170
8171 * configure.in (i[3456]86-*-linux*): Add check to disable
8172 ${libgcj} for glibc1.
8173
8174 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8175
8176 * configure.in: Add tic4x target.
8177
8178 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8179
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.
8185
8186 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8187
8188 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8189 * Makefile.in: Regenerate.
8190
8191 * Makefile.def: Remove order dependency comments.
8192 * Makefile.tpl: Add explicit install-install dependencies.
8193 * Makefile.in: Regenerate.
8194
8195 * Makefile.tpl: Remove material now in src-release. (Finally!)
8196 * Makefile.in: Regenerate.
8197
8198 * configure: Restore my original patch by syncing with gcc version.
8199
8200 * Bring following over from gcc:
8201
8202 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8203
8204 * configure.in (s390*-*-linux*): Enable libgcj.
8205
8206 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8207
8208 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8209
8210 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8211
8212 * configure: Move stray lines back to where they belong.
8213
8214 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8215
8216 * Makefile.tpl: Insert configure-target target, for src-release.
8217
8218 * configure: Finish reverting change which Andrew Cagney started
8219 reverting. Should fix bustage.
8220
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.
8224
8225 2002-09-30 Nick Clifton <nickc@redhat.com>
8226
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.
8230
8231 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8232
8233 Revert below (note that src does not contain Makefile.tpl):
8234 * Makefile.tpl: Make subsituted variables more autoconfy.
8235 * Makefile.in: Regenerate.
8236
8237 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8238
8239 * configure: Revert accidentally applied changes.
8240
8241 * Makefile.tpl: Make more autoconf-friendly.
8242 * Makefile.in: Regenerate.
8243 * configure: Make substitution more autoconf-like.
8244
8245 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8246
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.
8251
8252 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8253
8254 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8255 things that depend on them.
8256
8257 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8258
8259 * Makefile.tpl: Make subsituted variables more autoconfy.
8260 * Makefile.in: Regenerate.
8261 * configure: Make seds more autoconfy.
8262
8263 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8264
8265 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8266 * Makefile.in: Regenerate.
8267 * configure.in: Rewrite sed statements to look autoconfy.
8268
8269 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8270 all-target-foo on configure-target-foo.
8271 * Makefile.def: Ditto.
8272 * Makefile.in: Rebuild.
8273
8274 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8275
8276 * Makefile.def: New file.
8277 * Makefile.tpl: New file.
8278 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8279
8280 * configure.in: Minor rearrangement. Simplify tests.
8281
8282 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8283
8284 * configure.in (with_headers): Skip copy if value is "yes".
8285 (with_libs): Likewise.
8286
8287 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8288
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.
8293
8294 * configure.in: Rearrange.
8295
8296 2002-09-12 Nick Clifton <nickc@redhat.com>
8297
8298 * Import these changes from the config master repository:
8299
8300 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8301
8302 * config.sub: Add tic4x target.
8303
8304 2002-09-03 Ben Elliston <bje@redhat.com>
8305
8306 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8307 Reported by <Duncan_Stodart@insession.com>.
8308
8309 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8310
8311 * COPYING.NEWLIB: More updates.
8312
8313 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8314
8315 * COPYING.NEWLIB: Update.
8316
8317 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8318
8319 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8320
8321 * config.guess: Import version 2002-08-23.
8322 * config.sub: Import version 2002-08-22.
8323
8324 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8325
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.
8329
8330 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8331
8332 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8333
8334 2002-08-04 H.J. Lu (hjl@gnu.org)
8335
8336 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8337
8338 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8339
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.
8343
8344 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8345
8346 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8347 one instance of them which was missed to the list to update.
8348
8349 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8350
8351 * config.guess: Update to 2002-07-09 version.
8352 * config.sub: Update to 2002-07-03 version.
8353
8354 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8355
8356 * configure.in: Remove two redundant tests.
8357
8358 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8359
8360 * configure.in (mips*-*-irix6*o32): Enable stabs.
8361
8362 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8363
8364 * configure.in: Don't build grez.
8365 * Makefile.in: Ditto.
8366
8367 * Makefile.in: Remove references to bsp, cygmon, libstub.
8368 * configure.in: Ditto.
8369
8370 * configure.in: Remove leftover reference to gdbtest.
8371
8372 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8373
8374 * configure.in (gxx_include_dir): Change to match versioned
8375 C++ headers if --enable-version-specific-runtime-libs is used.
8376
8377 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8378
8379 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8380
8381 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8382
8383 * configure.in: Make --without-x work.
8384
8385 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8386
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.
8390
8391 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8392
8393 * configure.in: Rearrange target Makefile fragment collection.
8394
8395 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8396 cvs[src].
8397 * configure.in: Ditto.
8398
8399 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8400
8401 * Makefile.in: Eliminate 'apache' targets.
8402 * configure.in: Eliminate 'apache' targets.
8403
8404 * configure.in: Eliminate redundant tests. Reorganize.
8405
8406 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8407
8408 * config-ml.in: Eliminate references to Cygnus configure.
8409
8410 * Makefile.in: Eliminate references to building emacs.
8411
8412 2002-07-01 Denis Chertykov <denisc@overta.ru>
8413
8414 * configure.in: Add support for ip2k.
8415
8416 2002-06-24 Ben Elliston <bje@redhat.com>
8417
8418 * configure.in (host_tools): Remove cgen.
8419
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.
8424
8425 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8426
8427 * configure.in: Fix AIX configury bug.
8428
8429 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8430
8431 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8432
8433 * configure.in: Move definition of libstdcxx_flags right above
8434 usage, rather than way earlier.
8435
8436 * configure.in: Pull definition of is_cross_compiler earlier.
8437
8438 * configure.in: Rearrange a little.
8439
8440 * configure.in: Remove references to librx.
8441 * Makefile.in: Remove references to librx.
8442
8443 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8444
8445 * configure.in: Eliminate ${gasdir} variable.
8446
8447 2002-06-18 Dave Brolley <brolley@redhat.com>
8448
8449 * configure.in: Add support for frv.
8450 * config.sub: Add support for frv.
8451
8452 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8453
8454 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8455
8456 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8457
8458 * configure.in (vax-*-netbsd*): Re-enable gas.
8459
8460 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8461
8462 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8463 BUILD_PREFIX_1, to correct nomenclature.
8464 * configure: Likewise.
8465
8466 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8467 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8468
8469 2002-05-31 Olaf Hering <olh@suse.de>
8470
8471 * config-ml.in: Propogate DESTDIR also.
8472
8473 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8474
8475 * configure.in (vax-*-netbsd*): Don't build gas for this
8476 platform.
8477
8478 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8479
8480 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8481 and libgcj for AVR.
8482
8483 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8484
8485 * config.sub: Add DLX target.
8486
8487 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8488
8489 * config.guess: Update to 2002-05-22 version.
8490 * config.sub: Likewise.
8491
8492 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8493
8494 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8495 * config-ml.in: Likewise.
8496 * configure: Likewise.
8497 * configure.in: Likewise.
8498
8499 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8500
8501 * configure.in: Simplify makefile fragment collection.
8502
8503 * configure.in: Remove code to build emacs.
8504
8505 * configure.in : Remove --srcdir argument from targargs and buildargs
8506 (it's always overridden in the Makefile anyway). Rearrange a bit.
8507
8508 * configure: Move some logic to configure.in.
8509 * configure.in: Move some logic from configure.
8510
8511 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8512
8513 * COPYING.LIBGLOSS: New file.
8514
8515 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8516
8517 * Makefile.in: Honour DESTDIR.
8518
8519 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8520
8521 * configure.in (noconfigdirs): Don't disable libgcj on
8522 sparc64-*-solaris* and sparcv9-*-solaris*.
8523
8524 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8525
8526 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8527
8528 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8529
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*.
8533
8534 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8535
8536 * configure.in (noconfigdirs): Replace [ ] with test.
8537
8538 * configure.in (noconfigdirs): Do not add target-newlib if
8539 target == i[3456]86-*-linux*, and host == target.
8540
8541 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8542
8543 * config.guess: Updated to 2002-04-26's version.
8544 * config.sub: Updated to 2002-04-26's version.
8545
8546 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8547
8548 * configure.in: delete reference to absent file
8549
8550 * configure.in: replace '[' with 'test'
8551
8552 * configure.in: Eliminate references to gash.
8553 * Makefile.in: Eliminate references to gash.
8554
8555 * configure.in: remove useless references to 'pic' makefile fragments.
8556
8557 * configure.in: (*-*-windows*) Finish removing.
8558
8559 * configure.in: Eliminate redundant test for libgui.
8560
8561 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8562
8563 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8564 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8565
8566 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8567
8568 * configure.in: remove references to dead files
8569
8570 2002-04-18 Tom Tromey <tromey@redhat.com>
8571
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.
8575
8576 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8577
8578 * configure.in: Move default CC setting out of config/mh-* fragments
8579 directly into here.
8580
8581 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8582
8583 * configure.in: don't even try to configure or make a subdirectory
8584 if there's no configure script for it.
8585
8586 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8587
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
8594 CHILL_LIB.
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.
8604
8605 2002-04-15 DJ Delorie <dj@redhat.com>
8606
8607 * Makefile.in, configure.in, configure: Sync with gcc, entries
8608 follow...
8609
8610 2002-04-08 Tom Tromey <tromey@redhat.com>
8611
8612 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8613 Fixes PR libgcj/6068.
8614
8615 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8616
8617 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8618
8619 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8620
8621 * configure.in (alpha*-dec-osf*): Enable libgcj.
8622
8623 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8624
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.
8628
8629 2002-03-20 Anthony Green <green@redhat.com>
8630
8631 * configure.in: Enable libgcj for xscale-elf target.
8632
8633 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8634
8635 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8636 libjava.
8637 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8638
8639 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8640
8641 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8642 libstdc++-v3 and libjava.
8643
8644 2002-02-11 Adam Megacz <adam@xwt.org>
8645
8646 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8647 boehm-gc
8648
8649 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8650
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-*-*.
8656
8657 2002-01-17 H.J. Lu <hjl@gnu.org>
8658
8659 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8660 (all-target-fastjar): Also depend on all-target-libiberty.
8661
8662 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8663
8664 * configure, configure.in: Use temp file for long sed commands.
8665
8666 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8667
8668 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8669 libf2c.
8670
8671 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8672
8673 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8674
8675 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8676
8677 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8678
8679 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8680
8681 * configure: Handle temporary files securely using mkdir.
8682
8683 2001-09-26 Will Cohen <wcohen@redhat.com>
8684
8685 * configure.in (*-*-linux*): Disable configuration of target-newlib
8686 and target-libgloss.
8687
8688 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8689
8690 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8691 RANLIB.
8692
8693 2001-08-11 Graham Stott <grahams@redhat.com>
8694
8695 * Makefile.in (check-c++): Add missing semicolon.
8696
8697 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8698
8699 * configure.in (sh-*-linux*): New.
8700
8701 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8702
8703 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8704 and libgcj on m68hc11/m68hc12.
8705
8706 2001-06-27 H.J. Lu (hjl@gnu.org)
8707
8708 * Makefile (CFLAGS_FOR_BUILD): New.
8709 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8710
8711 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8712
8713 * configure.in (libstdcxx_flags): Do not try to execute
8714 libstdc++-v3/testsuite_flags until it exists.
8715
8716 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8717
8718 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8719
8720 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8721
8722 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8723
8724 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8725
8726 * configure.in: Move *-chorusos target case to the proper switch.
8727 Disable libgcj.
8728
8729 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8730
8731 * Makefile.in (STAGE1_CFLAGS): Pass down.
8732
8733 2001-04-13 Alan Modra <amodra@one.net.au>
8734
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'.
8738
8739 2001-03-22 Colin Howell <chowell@redhat.com>
8740
8741 * Makefile.in (DO_X): Do not backslash single-quotes in
8742 backquotes (two places).
8743
8744 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8745
8746 * Makefile.in (DO_X): Quote nested quotes.
8747
8748 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8749
8750 * Makefile.in (DO_X): Use double quotes for quoting
8751 "RANLIB=$${RANLIB}".
8752
8753 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8754
8755 * configure.in: Only use `lang_requires' for languages athat are
8756 actually enabled.
8757
8758 2001-03-07 Tom Tromey <tromey@redhat.com>
8759
8760 * configure.in: Allow config-lang.in to set `lang_requires' to list
8761 of other required languages.
8762
8763 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8764
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.
8768
8769 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8770 Alexandre Oliva <aoliva@redhat.com>
8771
8772 * Makefile.in (check-c++): Use tabs, not spaces.
8773
8774 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8775
8776 * Makefile.in (check-c++): New rule.
8777
8778 * configure.in (target_libs): Remove libg++.
8779 (noconfigdirs): Remove libg++.
8780 (noconfigdirs): Same.
8781 (noconfigdirs): Same.
8782 (noconfigdirs): Same.
8783
8784 * config-ml.in: Remove libg++ references.
8785
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.
8793 (.PHONY): 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.
8801
8802 2001-02-15 Anthony Green <green@redhat.com>
8803
8804 * configure: Introduce GCJ_FOR_TARGET.
8805 * configure.in: Ditto.
8806 * Makefile.in: Ditto.
8807
8808 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8809
8810 * configure.in: for *-chorusos, don't config target-newlib and
8811 target-libgloss.
8812
8813 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8814
8815 Remove V2 C++ library.
8816 * configure.in: Remove --enable-libstdcxx_v3 support.
8817
8818 2001-01-27 Richard Henderson <rth@redhat.com>
8819
8820 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8821
8822 2001-01-26 Tom Tromey <tromey@redhat.com>
8823
8824 * configure.in: Allow libgcj to be built on Sparc Solaris.
8825
8826 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8827
8828 * configure.in: Enable libgcj on several additional platforms.
8829
8830 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8831
8832 * configure.in: Enable libgcj for linux targets.
8833
8834 2001-01-09 Mike Stump <mrs@wrs.com>
8835
8836 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8837 failures of subdirectories.
8838
8839 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8840
8841 * configure: handle DOS-style absolute paths.
8842
8843 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8844
8845 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8846
8847 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8848
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.
8854
8855 2000-12-15 Andreas Jaeger <aj@suse.de>
8856
8857 * configure.in: Handle lang_dirs.
8858
8859 2000-12-13 Anthony Green <green@redhat.com>
8860
8861 * configure.in: Disable libgcj for any target not specifically
8862 listed. Disable libgcj for x86 and Alpha Linux until compatible
8863 with g++ abi.
8864
8865 2000-12-13 Mike Stump <mrs@wrs.com>
8866
8867 * Makefile.in (local-distclean): Also remove fastjar.
8868
8869 2000-12-10 Anthony Green <green@redhat.com>
8870
8871 * configure.in: Define libgcj. Disable libgcj target libraries for
8872 most targets.
8873
8874 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8875
8876 * configure.in (target_libs): Revert 2000-12-08 patch.
8877 (noconfigdirs): Added target-libjava.
8878
8879 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8880
8881 * Makefile.in: handle DOS-style absolute paths.
8882
8883 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8884
8885 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8886 libjava.
8887 * configure.in (target_libs): Removed `target-libjava'.
8888
8889 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8890
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.
8898
8899 2000-12-07 Mike Stump <mrs@wrs.com>
8900
8901 * Makefile.in (local-distclean): Remove leftover built files.
8902
8903 2000-11-16 Fred Fish <fnf@be.com>
8904
8905 * configure.in (enable_libstdcxx_v3): Fix typo,
8906 libstd++ -> libstdc++.
8907
8908 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8909
8910 * configure: Provide the original toplevel configure arguments
8911 (including $0) to subprocesses in the environment rather than
8912 through gcc/configargs.h.
8913
8914 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8915
8916 * configure: Turn on libstdc++ V3 by default.
8917
8918 2000-10-16 Michael Meissner <meissner@redhat.com>
8919
8920 * configure (gcc/configargs.h): Only create if there is a build GCC
8921 directory created.
8922
8923 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8924
8925 * configure: Save configure arguments to gcc/configargs.h.
8926
8927 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8928
8929 * Makefile.in (bootstrap): avoid recursion if subdir missing
8930 (cross): ditto
8931 (do-proto-toplev): ditto
8932
8933 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8934
8935 * configure.in: Do not build byacc for hppa64. Provide paths to the
8936 X11 libraries for hppa64.
8937
8938 2000-09-02 Anthony Green <green@cygnus.com>
8939
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.
8944
8945 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8946
8947 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8948 $targargs to tell whether newlib is going to be built.
8949
8950 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8951 $$r/TARGET_SUBDIR/libio for _G_config.h.
8952
8953 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8954
8955 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8956
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*.
8961
8962 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8963
8964 * configure.in: Re-enable all references to libg++ and librx.
8965
8966 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8967
8968 * configure.in: Add *-*-freebsd* configurations.
8969
8970 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8971
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.
8981
8982 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8983
8984 * MAINTAINERS: Update dejagnu/
8985
8986 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8987
8988 * ltmain.sh (relink_command): Fix typo in previous change.
8989
8990 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8991
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.
8995
8996 2002-03-12 Richard Henderson <rth@redhat.com>
8997
8998 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8999 .NOTPARALLEL tag.
9000 (do-check): Rename from check.
9001 (check): Allow parallel check.
9002
9003 2002-03-11 Richard Henderson <rth@redhat.com>
9004
9005 * Makefile.in (.NOTPARALLEL): Add fake tag.
9006
9007 2002-03-07 H.J. Lu (hjl@gnu.org)
9008
9009 * configure.in: Enable gprof for mips*-*-linux*.
9010
9011 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9012
9013 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9014 libjava.
9015 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
9016
9017 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9018
9019 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
9020
9021 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
9022
9023 * config.guess: Import from master sources, rev 1.232.
9024 * config.sub: Import from master sources, rev 1.246.
9025
9026 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9027
9028 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9029 because its Makefile is there; test for the executable instead.
9030
9031 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9032
9033 Contribute sh64-elf.
9034 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9035 * configure.in: Added sh64-*-*.
9036
9037 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
9038
9039 * COPYING.NEWLIB: Remove advertising clause from
9040 Berkeley and Red Hat licenses.
9041
9042 2002-02-01 Mo DeJong <supermo@bayarea.net>
9043
9044 * Makefile.in: Add all-tix to deps for all-snavigator
9045 so that tix is built when building snavigator.
9046
9047 2002-02-01 Ben Elliston <bje@redhat.com>
9048
9049 * config.guess: Import from master sources, rev 1.229.
9050 * config.sub: Import from master sources, rev 1.240.
9051
9052 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9053
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
9058 IA64.
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.
9062
9063 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9064
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.
9068
9069 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
9070
9071 * configure.in: Import StrongARM and XScale target_configdirs from
9072 FSF GCC version.
9073
9074 2002-01-16 H.J. Lu (hjl@gnu.org)
9075
9076 * config.guess: Import from master sources, rev 1.225.
9077 * config.sub: Import from master sources, rev 1.238.
9078
9079 * MAINTAINERS: Updated notes on config.guess and config.sub.
9080
9081 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9082
9083 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9084 ld and gdb are not supported.
9085
9086 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9087
9088 * Change reference to Cygnus Solutions to be Red Hat.
9089
9090 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9091
9092 * COPYING.NEWLIB: Update generic copyright date.
9093
9094 2002-01-07 Mark Salter <msalter@redhat.com>
9095
9096 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9097 Allow target-libgloss to be built for arm, strongarm, and xscale.
9098
9099 2002-01-03 Ben Elliston <bje@redhat.com>
9100
9101 * MAINTAINERS: Update URL for config.* scripts.
9102
9103 2001-12-18 Alan Modra <amodra@bigpond.net.au>
9104
9105 * config.sub: Import latest version.
9106 * config.guess: Likewise.
9107
9108 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9109
9110 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9111 options for i[3456]86-pc-linux* native builds.
9112
9113 2001-12-05 Laurent Guerby <guerby@acm.org>
9114
9115 * MAINTAINERS: gcc adopts symlink-tree, refer more to
9116 libiberty.
9117
9118 Import this patch from gcc:
9119
9120 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9121
9122 * symlink-tree: handle DOS-style absolute paths.
9123
9124 2001-11-28 DJ Delorie <dj@redhat.com>
9125 Zack Weinberg <zack@codesourcery.com>
9126
9127 When build != host, create libiberty for the build machine.
9128
9129 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9130 CONFIG_ARGUMENTS.
9131 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9132 New variables.
9133 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9134 and rules.
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.
9138
9139 * configure: Calculate and substitute proper value for
9140 ALL_BUILD_MODULES.
9141 * configure.in: Create the build subdirectory.
9142 Calculate and substitute TARGET_CONFIGARGS (formerly
9143 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9144
9145 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
9146
9147 * config.sub: Update to version 1.232 on subversion.
9148
9149 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9150
9151 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9152 files from .po files for a distribution.
9153
9154 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9155
9156 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9157
9158 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9159
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.
9174
9175 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9176
9177 * Makefile.in (all-bison): Revert 2001-10-24.
9178 Don't depend on texinfo.
9179
9180 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9181
9182 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9183
9184 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9185
9186 * configure.in (--enable-languages): Be more permissive about
9187 syntax. Check for empty lists better. Warn about $LANGUAGES.
9188
9189 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9190
9191 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9192
9193 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9194
9195 Makefile.in (all-bison): Don't depend on texinfo.
9196
9197 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9198
9199 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9200
9201 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9202
9203 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9204
9205 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9206
9207 * config.sub, config.guess: Import latest from subversions.
9208
9209 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9210
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.
9217
9218 2001-09-19 Ben Elliston <bje@redhat.com>
9219
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.
9223
9224 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9225
9226 * config.sub: Reverted the earlier change, this version is not the
9227 master file.
9228
9229 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9230
9231 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9232 Add support for mips64.
9233
9234 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9235
9236 * configure.in: Enable libstdc++-v3 for h8300 targets.
9237
9238 2001-08-30 Eric Christopher <echristo@redhat.com>
9239 Jason Eckhardt <jle@redhat.com>
9240
9241 * config.sub: Add support for mipsisa32.
9242
9243 2001-08-30 Eric Christopher <echristo@redhat.com>
9244
9245 * config.sub, config.guess: Import latest from subversions.
9246
9247 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9248
9249 * config.sub, config.guess: Import latest from subversions.
9250
9251 2001-07-26 DJ Delorie <dj@redhat.com>
9252
9253 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9254
9255 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9256
9257 * Makefile.in: Revert 2001-06-17.
9258 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9259
9260 2001-06-17 H.J. Lu <hjl@gnu.org>
9261
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.
9265
9266 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9267
9268 * Makefile.in (VER): When present, extract the version number from
9269 the file version.in.
9270
9271 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9272
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
9275 name to use.
9276
9277 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9278
9279 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9280 with_gcc]: Use `gcc -shared' to build a shared library.
9281
9282 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9283
9284 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9285 archives.
9286
9287 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9288
9289 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9290 libraries when using g++ with native linker.
9291
9292 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9293
9294 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9295
9296 2001-05-24 Tom Rix <trix@redhat.com>
9297
9298 * configure.in : enable ld for aix
9299
9300 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9301
9302 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9303 [aix4*|aix5*]: Prepend blank.
9304
9305 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9306
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.
9310
9311 2001-05-14 H.J. Lu <hjl@gnu.org>
9312
9313 * config.if (libc_interface): Set to -libc6.2- for cross
9314 compiling to Linux/glibc 2.2.
9315
9316 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9317
9318 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9319 libgcj.
9320
9321 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9322
9323 * configure.in (noconfigdirs): Don't reset it from scratch in the
9324 target case; only append to it.
9325
9326 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9327
9328 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9329 sparc-*-solaris2.8]: Disable ${libgcj}.
9330
9331 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9332
9333 * configure.in (libgcj_saved): Copy from $libgcj.
9334 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9335 --disable-libgcj.
9336
9337 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9338
9339 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9340 1.641.2.228.
9341
9342 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9343
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.
9346
9347 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9348
9349 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9350 New macros.
9351 (bootstrap, cross): Use RECURSE_FLAGS.
9352 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9353
9354 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9355
9356 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9357
9358 2001-03-23 Nick Clifton <nickc@redhat.com>
9359
9360 * README-maintainer-mode: Add note about inability to use "make
9361 distclean" in maintainer mode.
9362
9363 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9364
9365 Re-installed:
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.
9371
9372 2001-03-22 Philip Blundell <philb@gnu.org>
9373
9374 * config.sub, config.guess: Import latest from subversions.
9375
9376 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9377
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.
9380
9381 2001-03-20 Michael Chastain <chastain@redhat.com>
9382
9383 * Makefile.in: all-m4 depends on all-texinfo.
9384
9385 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9386
9387 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9388
9389 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9390
9391 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9392 longer valid.
9393
9394 2001-02-16 Nick Clifton <nickc@redhat.com>
9395
9396 * configure.in (noconfigdirs): Allow configuration of texinfo
9397 for Cygwin hosts.
9398
9399 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9400
9401 * config.guess: Add linux target for S/390.
9402 * config.sub: Likewise.
9403 * configure.in: Likewise.
9404
9405 2001-02-06 Ben Elliston <bje@redhat.com>
9406
9407 * configure: Output host type to stdout, not stderr.
9408
9409 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9410
9411 * config.guess: Import from subversions.gnu.org (revision 1.181).
9412 * config.sub: Import from subversions.gnu.org (revision 1.199).
9413
9414 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9415
9416 * config.guess: Handle hppa64-linux systems.
9417
9418 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9419
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
9422 instead.
9423
9424 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9425
9426 * ltconfig: Shell portability fix for the tagname validity check.
9427
9428 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9429
9430 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9431
9432 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9433
9434 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9435 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9436
9437 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9438
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
9441 yes.
9442
9443 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9444
9445 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9446 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9447
9448 2000-11-07 Philip Blundell <pb@futuretv.com>
9449
9450 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9451
9452 2000-11-03 Philip Blundell <pb@futuretv.com>
9453
9454 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9455 files.
9456
9457 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9458
9459 * COPYING.NEWLIB: Put into source repository.
9460
9461 2001-01-15 Ben Elliston <bje@redhat.com>
9462
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.
9467
9468 2001-01-07 Andreas Jaeger <aj@suse.de>
9469
9470 * config.sub, config.guess: Update from subversions.
9471
9472 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9473
9474 * configure.in: Disable language-specific target libraries for
9475 languages that aren't enabled.
9476
9477 2000-11-24 Nick Clifton <nickc@redhat.com>
9478
9479 * configure.in (xscale-elf): Add target.
9480 (xscale-coff): Add target.
9481 (c4x, c5x, tic54x): Move after ARM targets.
9482
9483 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9484
9485 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9486
9487 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9488
9489 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9490
9491 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9492
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.
9498
9499 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9500
9501 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9502 (REALLY_SET_LIB_PATH): Use them.
9503
9504 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9505
9506 * config.sub: Add support for Sun Chorus
9507
9508 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9509
9510 * config.sub: Add support for the *-storm-chaos OS.
9511
9512 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9513
9514 * configure.in (noconfigdirs): Don't compile some
9515 of the libraries for 68HC11 & 68hc12 targets.
9516
9517 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9518
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.
9522
9523 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9524
9525 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9526 ltcf-c.sh.
9527
9528 2000-09-12 Philip Blundell <philb@gnu.org>
9529
9530 * config.sub, config.guess: Update from subversions.
9531
9532 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9533
9534 * Makefile.in (all-zlib): Added dummy target.
9535
9536 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9537 multi-language branch.
9538
9539 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9540
9541 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9542 (bootstrap*): Depend on all-bootstrap.
9543
9544 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9545
9546 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9547 crosses, but add gcc/include to the header search path for them.
9548
9549 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9550
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.
9554
9555 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9556
9557 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9558 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9559 sub-configures.
9560
9561 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9562
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.
9569
9570 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9571
9572 * config-ml.in (CC, CXX): Don't introduce a leading space.
9573
9574 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9575
9576 * configure.in (libstdcxx_flags): Use
9577 libstdc++-v3/src/libstdc++.INC.
9578
9579 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9580
9581 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9582
9583 2000-08-11 Jason Merrill <jason@redhat.com>
9584
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.
9589
9590 2000-08-07 DJ Delorie <dj@redhat.com>
9591
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
9595 default includes".
9596
9597 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9598
9599 * configure.in (libstdcxx_flags): Don't use `"'.
9600
9601 * config-ml.in: Adjust multilib search paths to the
9602 appropriate multilib tree.
9603
9604 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9605
9606 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9607 commas in $LANGUAGES.
9608
9609 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9610
9611 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9612
9613 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9614
9615 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9616 CXX_FOR_TARGET for sed.
9617
9618 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9619
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.
9624
9625 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9626
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.
9633
9634 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9635
9636 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9637 (configure-target-libchill, configure-target-libobjc): Likewise.
9638
9639 * configure.in: Use the same cache file for all target libs.
9640 * config-ml.in: But different cache files per multilib variant.
9641
9642 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9643
9644 * configure (topsrcdir): Don't use dirname.
9645
9646 2000-07-20 Jason Merrill <jason@redhat.com>
9647
9648 * configure.in: Remove all references to libg++ and librx.
9649
9650 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9651
9652 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9653
9654 * config.sub: Update to subversions version 2000-07-06.
9655
9656 2000-07-12 Andrew Haley <aph@cygnus.com>
9657
9658 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9659 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9660
9661 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9662
9663 * symlink-tree: Check number of arguments.
9664
9665 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9666
9667 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9668
9669 2000-07-05 Jim Wilson <wilson@cygnus.com>
9670
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.
9675
9676 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9677
9678 * ltconfig: Add support for mips-dde-sysv4.2MP
9679
9680 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9681
9682 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9683 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9684
9685 2000-06-19 Timothy Wall <twall@cygnus.com>
9686
9687 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9688 * config.sub: Add tic54x target.
9689
9690 2000-06-07 Phillip Thomas <pthomas@suse.de>
9691
9692 * README-maintainer-mode: New file: Contains notes on using
9693 --enable-maintainer-mode with binutils.
9694
9695 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9696
9697 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9698
9699 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9700
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
9703
9704 20000-05-21 H.J. Lu (hjl@gnu.org)
9705
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.
9712
9713 2000-05-18 Jeffrey A Law (law@cygnus.com)
9714
9715 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9716
9717 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9718
9719 * Makefile.in (configure-target-libiberty): Depend on
9720 configure-target-newlib.
9721
9722 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9723
9724 * configure.in, Makefile.in: Merge all libffi-related
9725 configury stuff from the libgcj tree.
9726
9727 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9728
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.
9731
9732 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9733
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.
9738
9739 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9740
9741 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9742
9743 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9744
9745 * ltmain.sh: Preserve in relink_command any environment
9746 variables that may affect the linker behavior.
9747
9748 2000-05-12 Jeffrey A Law (law@cygnus.com)
9749
9750 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9751
9752 2000-05-10 Jim Wilson <wilson@cygnus.com>
9753
9754 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9755
9756 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9757
9758 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9759 with the version name.
9760
9761 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9762
9763 * config.if: Tweak.
9764
9765 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9766
9767 * djunpack.bat: New file.
9768
9769 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9770
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.
9775
9776 2000-04-16 Dave Pitts <dpitts@cozx.com>
9777
9778 * config.sub (case $basic_machine): Change default for "ibm-*"
9779 to "openedition".
9780
9781 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9782
9783 * Makefile.in (gdb-taz): New target. GDB specific archive.
9784 (do-md5sum): New target.
9785 (MD5PROG): Define.
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.
9794
9795 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9796
9797 * configure (warn_cflags): Delete.
9798
9799 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9800 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9801
9802 * configure.in (enable_libstdcxx_v3): Add.
9803 (target_libs): Add bits here to switch between libstdc++-v2 and
9804 libstdc++-v3.
9805 * config.if: And this file too.
9806 * Makefile.in: Add libstdc++-v3 targets.
9807
9808 2000-04-05 Michael Meissner <meissner@redhat.com>
9809
9810 * config.sub (d30v): Add d30v as a basic machine type.
9811
9812 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9813
9814 * configure.in: -linux-gnu*, not -linux-gnu.
9815
9816 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9817
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.
9823
9824 2000-02-27 Andreas Jaeger <aj@suse.de>
9825
9826 * configure.in: Add entry for mips*-*-linux*, move catch all
9827 *-*-*linux* entry below this one.
9828
9829 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9830
9831 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9832
9833 2000-02-24 Nick Clifton <nickc@cygnus.com>
9834
9835 * config.sub: Support an OS of "wince".
9836
9837 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9838
9839 * config.guess, config.sub: Updated to match config's 2000-02-15
9840 version.
9841
9842 2000-02-23 Linas Vepstas <linas@linas.org>
9843
9844 * config.sub: Add support for Linux/IBM 370.
9845 * configure.in: Likewise.
9846
9847 2000-02-22 Nick Clifton <nickc@cygnus.com>
9848
9849 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9850
9851 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9852
9853 * config.guess: Guess "cygwin" rather than "cygwin32".
9854
9855 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9856
9857 * configure (gcc_version): When setting, narrow search to
9858 lines containing `version_string'.
9859
9860 2000-02-15 Denis Chertykov <denisc@overta.ru>
9861
9862 * config.sub: Add support for avr target.
9863
9864 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9865
9866 * config.sub: Add mmix-knuth-mmixware.
9867
9868 2000-01-27 Christopher Faylor <cgf@redhat.com>
9869
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.
9874
9875 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9876
9877 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9878 the C++ compiler.
9879
9880 2000-01-12 Richard Henderson <rth@cygnus.com>
9881
9882 * configure.in: Don't build some bits for beos.
9883
9884 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9885
9886 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9887 as include files.
9888
9889 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9890
9891 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9892 not mh-aix43.
9893
9894 1999-12-14 Richard Henderson <rth@cygnus.com>
9895
9896 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9897 * config.sub: Accept alphaev[78], alphaev8.
9898
9899 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9900
9901 * config.guess, config.sub: Update from autoconf.
9902
9903 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9904
9905 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9906 necessary libraries are missing.
9907
9908 1999-10-25 Andreas Schwab <schwab@suse.de>
9909
9910 * configure: Fix quoting inside arguments of eval.
9911
9912 1999-10-21 Nick Clifton <nickc@cygnus.com>
9913
9914 * config-ml.in: Allow suppression of some ARM multilibs.
9915
9916 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9917
9918 * config.guess: Add OS/390 match pattern.
9919 * config.sub: Add mvs, openedition targets.
9920 * configure.in (i370-ibm-opened*): New.
9921
9922 1999-09-04 Steve Chamberlain <sac@pobox.com>
9923
9924 * config.sub: Add support for configuring for pj.
9925
9926 1999-08-31 Nick Clifton <nickc@cygnus.com>
9927
9928 * config.sub (maybe_os): Add support for configuring for fr30.
9929
9930 1999-08-25 Nick Clifton <nickc@cygnus.com>
9931
9932 * configure.in: Do not configure or build ld for AIX
9933 platforms. ld is known to be broken on these platforms.
9934
9935 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9936
9937 * config-ml.in: Pass compiler flag corresponding to multidirs to
9938 subdir configures.
9939
9940 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9941
9942 * Makefile.in (LDFLAGS): Define.
9943
9944 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9945
9946 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9947 noconfigdirs.
9948 (*-*-cygwin*): Likewise.
9949
9950 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9951
9952 * mkdep: New file.
9953 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9954 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9955
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.
9959
9960 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9961
9962 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9963
9964 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9965
9966 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9967 dependency as this causes "make check" to globally "make all"
9968
9969 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9970
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.
9981
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.
9986
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.
9996
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.
10005
10006 1999-07-22 Ian Lance Taylor <ian@zembu.com>
10007
10008 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10009 configure.bat in SUPPORT_FILES.
10010 (gas+binutils.tar.bz2): Likewise.
10011
10012 * makeall.bat: Remove; obsolete.
10013
10014 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10015
10016 From Mark Elbrecht:
10017 * configure.bat: Remove; obsolete.
10018
10019 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10020
10021 * configure: Add -W -Wall to the default CFLAGS when compiling with
10022 gcc.
10023
10024 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10025
10026 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10027
10028 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10029
10030 * configure.in: Build ld on IRIX6.
10031
10032 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10033
10034 * Makefile.in: Change distribution targets to use bzip2 instead of
10035 gzip.
10036 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10037 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10038
10039 1999-06-04 Nick Clifton <nickc@cygnus.com>
10040
10041 * config.sub: Add mcore target.
10042
10043 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
10044
10045 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10046
10047 1999-05-25 H.J. Lu (hjl@gnu.org)
10048
10049 * config.guess (dummy): Changed to $dummy.
10050
10051 1999-05-24 Nick Clifton <nickc@cygnus.com>
10052
10053 * config.sub: Tidied up case statements.
10054
10055 1999-05-22 Ben Elliston <bje@cygnus.com>
10056
10057 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10058 <jiro@din.or.jp>.
10059
10060 * config.guess: Merge with FSF version. Future changes will be
10061 more accurately recorded in this ChangeLog.
10062 * config.sub: Likewise.
10063
10064 1999-05-20 Stephen L Moshier <moshier@world.std.com>
10065
10066 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10067
10068 1999-04-30 Tom Tromey <tromey@cygnus.com>
10069
10070 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10071
10072 1999-04-23 Tom Tromey <tromey@cygnus.com>
10073
10074 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10075
10076 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
10077
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.
10081
10082 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
10083 Martin Heller (Ing.-Buero_Heller@t-online.de)
10084
10085 * config.guess (interix Alpha): Add.
10086
10087 1999-04-11 Richard Henderson <rth@cygnus.com>
10088
10089 * configure.in (i?86-*-beos*): Do config gperf; don't config
10090 gdb, newlib, or libgloss.
10091
10092 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
10093
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
10096 from multidirs.
10097
10098 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
10099
10100 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10101
10102 1999-04-08 Nick Clifton <nickc@cygnus.com>
10103
10104 * config.sub: Add support for mcore targets.
10105
10106 1999-04-07 Michael Meissner <meissner@cygnus.com>
10107
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.
10111
10112 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
10113
10114 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10115 dependency list for all-target-cygmon.
10116
10117 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10118
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.
10122
10123 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10124
10125 * missing: Update to version from current automake.
10126
10127 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10128
10129 * configure (gxx_include_dir): Removed.
10130
10131 * configure.in (gxx_include_dir): Handle it.
10132 * Makefile.in: Likewise.
10133
10134 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10135
10136 * config.sub (mips64vr4111,mips64vr4111el) Add.
10137
10138 1999-03-21 Ben Elliston <bje@cygnus.com>
10139
10140 * config.guess: Correct typo for detecting ELF on FreeBSD.
10141
10142 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10143
10144 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10145 config/mh-djgpp.
10146
10147 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10148
10149 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10150 all-target-newlib to dependency list for all-target-bsp.
10151
10152 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10153
10154 * config.sub: Add i386-uwin support.
10155 * config.guess: Likewise.
10156
10157 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10158
10159 * configure.in: cleanup, add mh-*pic handling for arm, special
10160 case powerpc*-*-aix*
10161
10162 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10163
10164 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10165 can be built.
10166
10167 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10168
10169 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10170 targets.
10171
10172 1999-03-02 Nick Clifton <nickc@cygnus.com>
10173
10174 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10175
10176 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10177
10178 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10179
10180 1999-02-24 Nick Clifton <nickc@cygnus.com>
10181
10182 * config.sub: Fix typo in arm recognition.
10183
10184 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10185
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.
10190
10191 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10192
10193 * configure.in (*-*-windows*): Remove, no longer used.
10194
10195 1999-02-19 Ben Elliston <bje@cygnus.com>
10196
10197 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10198 Smart and improved by Andrew Cagney.
10199
10200 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10201
10202 * config.guess: Recognize openbsd-*-hppa.
10203
10204 1999-02-17 H.J. Lu (hjl@gnu.org)
10205
10206 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10207 only if it is not empty.
10208
10209 1999-02-17 Nick Clifton <nickc@cygnus.com>
10210
10211 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10212
10213 * config.guess: Modified to recognize uname's armv* syntax.
10214
10215 * config.sub: Modified to recognize uname's armv* syntax.
10216
10217 1999-02-17 Mark Salter <msalter@cygnus.com>
10218
10219 * configure.in: Added target-bsp for sparclite.
10220
10221 1999-02-08 Richard Henderson <rth@cygnus.com>
10222
10223 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10224
10225 1999-02-08 Nick Clifton <nickc@cygnus.com>
10226
10227 * configure.in: Add support for strongarm port.
10228 * config.sub: Add support for strongarm target.
10229
10230 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10231
10232 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10233 the old name config/mh-cygwin32.
10234 Enable texinfo.
10235
10236 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10237
10238 * configure.in: Do build ld for ix86 Solaris.
10239
10240 1999-02-02 Jim Wilson <wilson@cygnus.com>
10241
10242 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10243 $AR_FOR_TARGET. Likewise for RANLIB.
10244
10245 1999-02-02 Catherine Moore <clm@cygnus.com>
10246
10247 * config.sub (oabi): Recognize.
10248 * configure.in (arm-*-oabi): Handle.
10249
10250 1999-01-30 Robert Lipe (robertlipe@usa.net)
10251
10252 * config.guess: Improve detection of i686 on UnixWare 7.
10253
10254 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10255
10256 * config.guess: Add support for i386-pc-interix.
10257 * config.sub: Likewise.
10258 * configure.in: Likewise.
10259
10260 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10261
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
10265 needed.
10266
10267 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10268
10269 * configure.in: makefile stub for cygwin target is probably
10270 unnecessary. Remove it for now.
10271
10272 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10273
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.
10278
10279 1998-12-23 Jeffrey A Law (law@cygnus.com)
10280
10281 * config.sub: Clean up handling of hppa2.0.
10282
10283 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10284
10285 * config.guess: Use C code to identify more HP machines.
10286
10287 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10288
10289 * config.sub: Handle hppa2.0.
10290
10291 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10292
10293 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10294 cygmon for all sparclite targets, regardless of object format.
10295
10296 1998-12-15 Mark Salter <msalter@cygnus.com>
10297
10298 * configure.in: Added target-bsp for several target architectures.
10299
10300 * Makefile.in: Added rules for bsp.
10301
10302 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10303
10304 * config.guess: Improve detection of hppa2.0 processors.
10305
10306 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10307
10308 * config.guess: Recognize FreeBSD using ELF automatically.
10309
10310 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10311
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.
10316
10317 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10318
10319 * ltconfig: import from libtool, after changing libtool to
10320 account for the cygwin name change.
10321
10322 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10323
10324 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10325 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10326
10327 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10328
10329 * configure.in: Add libtermcap to list of cygwin dependencies.
10330
10331 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10332
10333 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10334 they include winsup/include when it's a cygwin target.
10335
10336 1998-11-12 Tom Tromey <tromey@cygnus.com>
10337
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.
10345
10346 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10347
10348 * Makefile.in: lose "32" from comment about cygwin.
10349
10350 1998-11-05 Nick Clifton <nickc@cygnus.com>
10351
10352 * configure.in: Use -Os to build target libraries for the fr30.
10353
10354 1998-11-04 Dave Brolley <brolley@cygnus.com>
10355
10356 * config.sub: Add fr30.
10357
10358 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10359
10360 * configure.in: drop "32" from config/mh-cygwin32. Check
10361 cygwin* instead of cygwin32*.
10362 * config.sub: Check cygwin* instead of cygwin32*.
10363
10364 1998-10-22 Robert Lipe <robertl@dgii.com>
10365
10366 * config.guess: Match any version of Unixware7.
10367
10368 1998-10-20 Syd Polk <spolk@cygnus.com>
10369
10370 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10371 if desired.
10372
10373 1998-10-18 Jeffrey A Law (law@cygnus.com)
10374
10375 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10376 these if the appropriate directories and files to not exist.
10377
10378 1998-10-14 Jeffrey A Law (law@cygnus.com)
10379
10380 * Makefile.in (DEVO_SUPPORT): Add config.if.
10381
10382 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10383
10384 * configure: Add pattern to replace "build_tooldir"'s
10385 definition in the generated Makefile with "tooldir"'s
10386 actual value.
10387
10388 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10389
10390 * config.sub: Bring back lost sparcv9.
10391
10392 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10393
10394 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10395
10396 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10397 CC_FOR_TARGET and friends.
10398
10399 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10400
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.
10405
10406 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10407
10408 * config.sub: Add support for i[34567]86-pc-udk.
10409 * configure.in: Likewise.
10410
10411 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10412
10413 * Makefile.in: add bzip2 package building bits for user
10414 tools module
10415 * configure.in: ditto
10416
10417 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10418
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.
10425
10426 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10427
10428 * configure.in (target_subdir): Remove duplicate line.
10429
10430 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10431
10432 * Makefile.in (all-automake): fix dependencies.
10433
10434 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10435
10436 * configure.in: Minor cleanups for building in the $(target_alias)
10437 subdir.
10438
10439 1998-09-22 Jim Wilson <wilson@cygnus.com>
10440
10441 * Makefile.in (bootstrap): Set r and s before make all. Use
10442 BASE_FLAGS_TO_PASS in make all.
10443 (cross): Likewise.
10444
10445 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10446
10447 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10448
10449 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10450
10451 * config.sub: Fix typo in last change.
10452
10453 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10454
10455 * config.sub: Add support for C4x target.
10456 * configure.in: Likewise.
10457
10458 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10459
10460 * config.sub: Recognize sparcv9 just like sparc64.
10461
10462 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10463
10464 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10465
10466 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10467
10468 * config.guess: Correctly identify Pentium II sco boxes.
10469
10470 * config.guess: Fix "tr" code. From Weiwen Liu.
10471
10472 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10473
10474 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10475 stabs.
10476
10477 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10478
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.
10485
10486 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10487
10488 * config.guess: Avoid assumptions about "tr" behaves when
10489 LANG is set to something other than English.
10490
10491 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10492
10493 * configure (gxx_include_dir): Changed to
10494 '${prefix}/include/g++'-${libstdcxx_interface}.
10495
10496 * config.if: New to determine the interfaces.
10497
10498 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10499
10500 * config.guess: Detect and handle MPE/IX.
10501 * config.sub: Deal with MPE/IX.
10502
10503 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10504
10505 * configure.in: Use mh-aix43.
10506
10507 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10508
10509 * configure: Fix --without/--disable cases for gxx-include-dir.
10510
10511 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10512
10513 * mdata-sh: Imported. Needed for automake support.
10514
10515 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10516
10517 * Makefile.in (taz): Try "chmod -R og=u ." before
10518 "chmod og=u `find . -print`".
10519
10520 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10521
10522 * configure.in: Add arm-elf and thumb-elf support.
10523
10524 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10525
10526 * Makefile.in: Undo previous patch.
10527
10528 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10529
10530 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10531 to here ...
10532 (install-no-fixedincludes): and here
10533 (INSTALL_MODULES): ... from here.
10534
10535 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10536
10537 * config.sub: Merge with FSF.
10538
10539 * config.guess: Merge with FSF.
10540
10541 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10542
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.
10551
10552 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10553
10554 * Makefile.in (all-target-libjava): Depend on all-gcc and
10555 all-target-newlib.
10556 (configure-target-libjava): Depend on $(ALL_GCC).
10557
10558 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10559
10560 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10561 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10562
10563 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10564
10565 * ylwrap: Change absolute path checks to check for DOS style path
10566 names.
10567
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).
10570
10571 * config-ml.in: Default to being verbose, to match Feb 18 change to
10572 configure.
10573
10574 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10575
10576 Brought over from egcs:
10577
10578 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10579
10580 * configure.in (target_subdir): Set to ${target_alias} instead
10581 of "libraries".
10582
10583 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10584
10585 * configure.in (target_subdir): Set to libraries if enable_multilib.
10586
10587 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10588
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 `.'.
10592
10593 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10594
10595 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10596 avoid confusion with --no-recursion.
10597
10598 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10599
10600 * configure.in: Win32 hosts shouldn't use install -x
10601 * install-sh: remove -x option, and special .exe-handling
10602 hack.
10603
10604 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10605
10606 * config.guess: Recognize i586-pc-beos.
10607 * configure.in: Don't build some bits for beos.
10608
10609 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10610
10611 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10612 CFLAGS default to -O2.
10613
10614 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10615 when using GNU ld.
10616
10617 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10618
10619 * ltmain.sh: Correct install when using a different shell.
10620
10621 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10622
10623 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10624
10625 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10626
10627 * makefile.vms: Update to build binutils/makefile.vms. Add install
10628 target.
10629
10630 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10631
10632 * ltconfig: Update to correct AIX handling.
10633
10634 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10635
10636 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10637
10638 * configure.in (target_subdir): Set to ${target_alias} instead
10639 of "libraries".
10640
10641 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10642
10643 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10644 (Makefile): Depend on $(gcc_version_trigger).
10645
10646 * configure (gcc_version): Change default initializer to empty
10647 string.
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}.
10653
10654 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10655
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.
10661
10662 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10663
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.
10668
10669 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10670
10671 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10672 cygmon
10673
10674 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10675
10676 * configure.in: Add cygmon and libstub support for mn10200.
10677
10678 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10679
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
10685 and libsubdir.
10686
10687 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10688
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.
10694
10695 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10696
10697 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10698
10699 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10700
10701 * Makefile.in (grep): Grep no longer depends on libiberty.
10702
10703 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10704
10705 * Makefile.in: all-snavigator needs all-libgui.
10706
10707 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10708
10709 * configure.in: Add cygmon and libstub support for mn10300.
10710
10711 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10712
10713 * missing: Update to version from automake 1.3.
10714
10715 * ltmain.sh: On installation, don't get confused if the same name
10716 appears more than once in the list of library names.
10717
10718 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10719
10720 * config.sub: Accept m68060 and m5200 as CPU names.
10721
10722 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10723
10724 * configure: Use && rather than using -a in test, because odd
10725 strings can confuse test.
10726 * configure.in: Likewise.
10727
10728 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10729
10730 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10731
10732 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10733
10734 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10735 bootstrap4-lean): New targets.
10736
10737 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10738
10739 * mpw-* Delete. Not used.
10740
10741 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10742
10743 * COPYING.LIB: Update FSF address.
10744
10745 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10746
10747 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10748
10749 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10750 GAS_SUPPORT_DIRS.
10751
10752 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10753
10754 * ltconfig, ltmain.sh: Avoid producing a version number if
10755 -version-info was not used.
10756
10757 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10758
10759 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10760 building with newlib.
10761
10762 1998-04-30 Paul Eggert <eggert@twinsun.com>
10763
10764 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10765 Solaris `make' causes it to continue to next definition.
10766
10767 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10768
10769 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10770 the right GUI libraries and files are installed along with GDB.
10771
10772 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10773
10774 * configure.in: Change alpha to alpha* in several places.
10775
10776 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10777
10778 * config.sub: Recognize sparc86x.
10779
10780 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10781
10782 * configure.in (--enable-target-optspace): Remove debug echo.
10783
10784 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10785
10786 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10787
10788 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10789
10790 * ltconfig: Update cygwin32 support.
10791
10792 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10793 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10794 (GDB_SUPPORT_DIRS): Likewise.
10795
10796 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10797
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
10801 not used.
10802 * configure.in (target_cflags): Ditto for d30v.
10803
10804 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10805
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.
10811
10812 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10813
10814 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10815
10816 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10817
10818 * Makefile.in (all-bfd): Depend upon all-libiberty.
10819
10820 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10821
10822 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10823
10824 * Makefile.in: Add libstub.
10825
10826 * configure.in: Ditto. Build libstub for targets that have cygmon
10827 support.
10828
10829 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10830
10831 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10832
10833 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10834
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.
10837
10838 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10839
10840 * configure: Define DEFAULT_M4 by searching PATH.
10841 * Makfile.in: Use DEFAULT_M4.
10842
10843 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10844
10845 * ltconfig: Add cygwin32 support.
10846
10847 * Makefile.in, configure.in: Add libtool as a native only directory
10848 to configure and build.
10849
10850 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10851
10852 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10853
10854 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10855
10856 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10857
10858 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10859
10860 * Makefile.in: add ash make rules
10861 * configure.in: add ash to native_only and host_tools lists
10862
10863 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10864
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.
10870
10871 * configure.in (host_tools): Added gettext.
10872 (native_only): Likewise.
10873 (noconfigdirs) [various cases]: Likewise.
10874 (host_libs): Added intl.
10875
10876 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10877
10878 * configure: Do not disable building gdbtk for cygwin32 hosts.
10879
10880 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10881
10882 * configure.in: Add thumb-coff target.
10883 * config.sub: Add thumb-coff target.
10884
10885 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10886
10887 * Makefile.in: Revert yesterday's change.
10888 (all-target-winsup): all-target-librx stays out of here.
10889
10890 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10891
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++.
10896
10897 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10898
10899 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10900 recursive makes
10901
10902 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10903
10904 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10905 for newlib directory.
10906 (CXX_FOR_TARGET): Likewise.
10907
10908 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10909
10910 * ltconfig: Update after libtool/ltconfig.in change for
10911 hpux11.
10912
10913 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10914
10915 * ltconfig, ltmain.sh: Update to libtool 1.2.
10916
10917 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10918
10919 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10920 (install-gcc-cross): Instead, override LANGUAGES here.
10921
10922 1998-03-18 Dave Love <d.love@dl.ac.uk>
10923
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.
10926
10927 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10928
10929 * configure.in: Add Thumb-pe target.
10930
10931 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10932
10933 * Makefile.in - changed sn targets to snavigator
10934 * configure.in - changed sn targets to snavigator
10935
10936 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10937
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.
10941
10942 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10943
10944 * configure: When making link, also check the current
10945 directory. The configure scripts may create one.
10946
10947 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10948
10949 * config.sub: Accept alphapca56 and alphaev6 properly.
10950
10951 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10952
10953 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10954
10955 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10956
10957 * config.sub (sco5): Fix typo.
10958
10959 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10960
10961 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10962 install-itcl.
10963 (install-itcl): Remove dependency on install-tcl.
10964
10965 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10966
10967 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10968
10969 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10970
10971 * configure.in: Don't build libgui for a cygwin32 target when not on
10972 a cygwin32 host.
10973
10974 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10975
10976 * configure (redirect): Set to null, so default behavior of
10977 configure is now --verbose.
10978
10979 1998-02-16 Dave Love <d.love@dl.ac.uk>
10980
10981 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10982 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10983
10984 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10985
10986 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10987 this change to sync Makefile.in with its ChangeLog entries.
10988
10989 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10990
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
10993 parallel builds.
10994
10995 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10996
10997 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10998
10999 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
11000
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.
11004
11005 * configure: Emit a definition for the new macro enable_shared
11006 into each Makefile.
11007
11008 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11009
11010 * configure.in (host_tools, native_only): Add libtool.
11011
11012 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11013
11014 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11015 Fix typo in ming config comment.
11016
11017 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11018
11019 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11020
11021 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11022
11023 * config.sub: Add tic30 cases, and map c30 to tic30.
11024
11025 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11026
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.
11033
11034 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11035
11036 * configure.in: Remove expect from noconfigdirs when target
11037 is cygwin32. OK to build expect and dejagnu with Canadian
11038 Cross.
11039
11040 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11041
11042 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11043 host.
11044
11045 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11046 and mingw32.
11047
11048 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11049
11050 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11051 here as it is not defined in the toplevel Makefile.
11052
11053 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11054
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.
11059
11060 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11061
11062 * config.guess: More accurate determination of HP processor types.
11063 * config.sub: More accurate determination of HP processor types.
11064
11065 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11066
11067 * configure (package_makefile_frag): Move inserting the
11068 ${package_makefile_frag} to where it should be according
11069 to the comment.
11070
11071 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11072
11073 * config.guess: Add support for Linux/ARM.
11074
11075 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11076
11077 * .cvsignore: Remove *-info and *-install since they match
11078 release-info and mpw-install, which we don't want to just ignore.
11079
11080 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11081
11082 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11083
11084 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11085
11086 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11087 local_prefix to sub-make invocations.
11088
11089 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11090
11091 * configure.in: Check makefile fragments in the source
11092 directory.
11093
11094 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11095
11096 * configure.in: Check whether host and target makefile
11097 fragments exist before adding them to *_makefile_frag.
11098
11099 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11100
11101 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11102
11103 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11104
11105 * configure.in: Make sure we only replace RPATH_ENVVAR on
11106 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11107 regexp to sed.
11108
11109 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11110 to sub-makes.
11111
11112 1998-01-13 Lee Iverson (leei@ai.sri.com)
11113
11114 * config-ml.in (multi-do): LDFLAGS must include multilib
11115 designator.
11116
11117 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11118
11119 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11120
11121 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11122
11123 * config.sub: Add mingw32 support.
11124 * configure.in: Likewise.
11125
11126 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11127
11128 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11129
11130 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11131
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.
11135
11136 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11137
11138 * config.guess: Sync with egcs. Picks up new alpha support,
11139 BeOS & some additional linux support.
11140
11141 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11142
11143 * config.guess: HP 9000/803 is a PA1.1 machine.
11144
11145 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11146
11147 * configure.in: It's alpha*-...
11148
11149 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11150
11151 * configure.in (host_makefile_frag, target_makefile_frag):
11152 Handle multiple config files.
11153 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11154 alpha-*-*.
11155
11156 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11157
11158 * mkdep: New file.
11159
11160 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11161
11162 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11163
11164 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11165
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.
11170
11171 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11172
11173 * config-ml.in (multidirs): Add m32r to multilib list.
11174
11175 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11176
11177 * Makefile.in (all-target-gperf): Change dependency to
11178 all-target-libstdc++.
11179
11180 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11181
11182 * config.guess: Add BeOS support.
11183
11184 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11185
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.
11195
11196 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11197
11198 * configure (gxx_include_dir): Fix thinko.
11199
11200 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11201
11202 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11203 (install-cross, install-gcc-cross): New targets.
11204
11205 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11206
11207 * configure.in (noconfigdirs): Add support for Thumb target.
11208
11209 * config.sub (maybe_os): Add support for Thumb target.
11210
11211 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11212
11213 * Makefile.in: Add rules for cygmon.
11214
11215 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11216
11217 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11218
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.
11222
11223 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11224
11225 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11226 11/18/97 build
11227
11228 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11229
11230 * From Franz Sirl.
11231 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11232 found on RedHat Linux systems.
11233
11234 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11235
11236 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11237 guesses.
11238
11239 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11240
11241 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11242
11243 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11244
11245 * ltmain.sh: If mkdir fails, check whether the directory was created
11246 anyhow by some other process.
11247
11248 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11249
11250 * configure.in (d30v-*-*): Configure all directories.
11251
11252 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11253
11254 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11255 for the D30V.
11256
11257 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11258
11259 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11260
11261 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11262
11263 * include/libiberty.h: Add extern "C" { so it can be used with C++
11264 progrms.
11265 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11266 programs.
11267
11268 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11269
11270 * configure.in (d30v-*-*): Configure GCC now.
11271
11272 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11273
11274 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11275 is no longer needed.
11276
11277 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11278
11279 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11280
11281 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11282
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.
11286
11287 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11288
11289 * makefile.vms: Fix to work with DEC C.
11290
11291 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11292
11293 * config.sub: Add mips-tx39-elf to marketing names.
11294
11295 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11296
11297 * ltmain.sh: Handle symlinks in generated script.
11298
11299 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11300
11301 * configure: Handle autoconf style directory options: --bindir,
11302 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11303 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11304 --sysconfdir.
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.
11310
11311 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11312
11313 * Makefile.in (bootstrap-lean): New target.
11314
11315 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11316
11317 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11318 sn, and gnuserv from noconfigdirs.
11319
11320 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11321
11322 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11323
11324 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11325
11326 * Makefile.in (cross): New target.
11327
11328 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11329 Jeff Law <law@cygnus.com>
11330
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.
11334
11335 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11336
11337 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11338 windows. Consistent with gdb/configure.
11339
11340 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11341
11342 * configure.in: Name Linux target fragment.
11343
11344 * configure: Rewrite so that project Makefile fragment is inserted
11345 first and appears last in the resulting Makefile.
11346
11347 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11348
11349 * Makefile.in (install-itcl): Install tcl first.
11350
11351 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11352
11353 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11354
11355 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11356
11357 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11358
11359 * configure.in (skipdirs): Add target-librx for Linux.
11360 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11361
11362 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11363
11364 * Makefile.in (bootstrap): New target.
11365
11366 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11367
11368 * config.sub: Accept 'amigados' for backward compatability.
11369
11370 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11371
11372 * config.guess: Merge with FSF.
11373
11374 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11375
11376 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11377
11378 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11379
11380 * config.sub: Add "marketing-names" patch.
11381
11382 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11383
11384 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11385
11386 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11387
11388 * config.sub: Handle v850-elf.
11389
11390 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11391
11392 * .cvsignore (*-install): Remove.
11393
11394 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11395
11396 * ltconfig: Set CONFIG_SHELL in libtool.
11397 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11398
11399 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11400
11401 * configure.in (target_subdir): Set to libraries if enable_multilib.
11402
11403 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11404
11405 * config.guess: Update from gcc directory.
11406
11407 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11408
11409 * Makefile.in (all-sim): Depends on all-readline.
11410
11411 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11412
11413 * Makefile.in (BISON, YACC): Use $$s.
11414 (all-bison): Depend on all-texinfo.
11415
11416 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11417
11418 * Makefile.in (BISON): Add -L flag.
11419 (YACC): Likewise.
11420
11421 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11422
11423 * configure.in (noconfigdirs): Add support for v850e target.
11424
11425 * config.sub (maybe_os): Add support for v850e target.
11426
11427 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11428
11429 * configure.in (noconfigdirs): Add support for v850ea target.
11430
11431 * config.sub (maybe_os): Add support for v850ea target.
11432
11433 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11434
11435 * config.sub: Add mipstx39. Delete r3900.
11436
11437 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11438
11439 * Makefile.in (all-autoconf): Depends on all-texinfo.
11440
11441 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11442
11443 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11444 eabi targets.
11445
11446 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11447
11448 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11449
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.
11453
11454 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11455
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.
11460
11461 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11462
11463 * configure: If OSTYPE matches *win32*, try to find a good value for
11464 CONFIG_SHELL.
11465
11466 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11467
11468 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11469 configure.in if it is present.
11470
11471 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11472
11473 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11474
11475 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11476
11477 * config.sub: Recognize `arc' cpu.
11478 * configure.in: Likewise.
11479 * config-ml.in: Likewise.
11480
11481 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11482
11483 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11484
11485 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11486
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.
11490
11491 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11492
11493 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11494
11495 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11496
11497 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11498
11499 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11500
11501 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11502
11503 * ylwrap: If the program is a relative path, force it to be
11504 absolute.
11505
11506 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11507
11508 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11509
11510 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11511
11512 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11513 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11514 for libraries.
11515
11516 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11517
11518 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11519 separated by spaces.
11520
11521 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11522
11523 * ylwrap: New file.
11524 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11525
11526 * ltmain.sh: Handle /bin/sh at start of install program.
11527
11528 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11529
11530 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11531 * missing: New file, from automake 1.2.
11532
11533 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11534
11535 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11536 check-tk to CHECK_X11_MODULES.
11537
11538 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11539
11540 * config.sub: Merge with FSF.
11541
11542 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11543
11544 * config.guess: Merge with FSF.
11545
11546 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11547
11548 * configure: Treat msdosdjgpp like go32.
11549 * configure.in: Likewise. Don't remove gprof for go32.
11550
11551 * configure: Change Makefile.tem2 to Makefile.tm2.
11552
11553 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11554
11555 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11556
11557 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11558
11559 * install-sh (chmodcmd): Set to null if the DST directory already
11560 exists. Same as Nov 11th change.
11561
11562 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11563
11564 * configure (GDB_TK): Needs itcl and tix.
11565
11566 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11567
11568 * config.guess: Update from FSF.
11569
11570 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11571
11572 * Makefile.in (GDB_TK): Depend on itcl and tix.
11573
11574 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11575
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
11581 to -x.
11582 * install-sh: Add support for -x option.
11583
11584 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11585
11586 * configure.in, Makefile.in: Treat tix like itcl.
11587
11588 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11589
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.
11600
11601 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11602
11603 * configure.in: configure sim before gdb for win32-x-ppc
11604
11605 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11606
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
11611 all-target-libg++.
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.
11618
11619 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11620
11621 * config.sub (mn10200): Recognize new basic machine.
11622
11623 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11624
11625 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11626 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11627
11628 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11629
11630 * configure.in: If we're building mips-sgi-irix6* native, turn on
11631 ENABLE_MULTILIB and set TARGET_SUBDIR.
11632
11633 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11634
11635 * Makefile.in (all-sn): Depend on all-grep.
11636
11637 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11638
11639 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11640
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.
11644
11645 * Makefile.in (DISTBISONFILES): Remove.
11646 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11647 $(DEFAULT_YACC).
11648
11649 * configure.in: Build itl, db, sn, etc., when building for native
11650 cygwin32.
11651
11652 * Makefile.in (LD): New variable.
11653 (EXTRA_HOST_FLAGS): Pass down LD.
11654 ($(DO_X)): Likewise.
11655
11656 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11657
11658 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11659
11660 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11661
11662 * configure.in (targargs): Strip out any supplied --build argument
11663 before adding our own. Always add --build.
11664
11665 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11666
11667 * configure.in (targargs): Pass --build if we're doing
11668 a cross-compile.
11669
11670 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11671
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
11675 absolute pathname.
11676
11677 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11678
11679 * config.sub: Support for r3900.
11680
11681 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11682
11683 * configure.in: Use install-sh, not install.sh.
11684
11685 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11686
11687 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11688 apply it twice.
11689
11690 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11691
11692 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11693 install-binutils.
11694
11695 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11696
11697 * Makefile.in: Add automake targets.
11698 * configure.in (host_tools): Add automake.
11699
11700 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11701
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.
11705
11706 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11707
11708 * install-sh: try appending a .exe if source file doesn't
11709 exist
11710
11711 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11712
11713 * configure.in: Turn on multilib by default.
11714 (cross_only): Remove target-libiberty.
11715
11716 * Makefile.in (all-gcc): Don't depend on libiberty.
11717
11718 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11719
11720 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11721
11722 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11723
11724 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11725 (DISTBISONFILES): Add ld/Makefile.in
11726
11727 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11728
11729 * configure.in: if target is cygwin32 but host isn't cygwin32,
11730 don't configure gdb tcl tk expect, not just gdb.
11731
11732 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11733
11734 * configure.in: Added gnuserv everywhere sn appears.
11735
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.
11741
11742 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11743
11744 * config.guess: Fixes for MIPS OpenBSD systems.
11745
11746 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11747
11748 * Makefile.in (INSTALL_XFORM): Remove.
11749 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11750
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.
11755
11756 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11757
11758 * install-sh: Rename from install.sh.
11759 * Makefile.in (INSTALL): Change install.sh to install-sh.
11760 (DEVO_SUPPORT): Likewise.
11761
11762 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11763 Graichen <graichen@rzpd.de>.
11764
11765 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11766
11767 * config.guess: Recognize OpenBSD systems correctly.
11768
11769 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11770
11771 * README, Makefile.in (ETC_SUPPORT): Remove references to
11772 cfg-paper*, configure.{texi,man,info*}._
11773
11774 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11775
11776 * Makefile.in (all.normal): Ensure that gcc is built after all
11777 the x11 - ie gdb - targets.
11778
11779 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11780
11781 * makefile.vms: Don't run conf-a-gas.
11782
11783 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11784
11785 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11786
11787 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11788
11789 * configure.in: Remove noconfigdirs case since gdb also
11790 configures and builds for tic80-coff.
11791
11792 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11793
11794 * configure: Set cache_file to config.cache.
11795 * Makefile.in (local-distclean): Remove config.cache.
11796
11797 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11798
11799 * COPYING: Update FSF address.
11800
11801 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11802
11803 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11804 noconfigdirs.
11805
11806 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11807
11808 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11809 MAKEDIRS, is empty.
11810
11811 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11812
11813 * config.sub: Tweak mn10300 entry.
11814
11815 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11816
11817 * configure.in (host_tools): Put sim before gdb, so gdb's
11818 configure.tgt can determine if the simulator was configured.
11819
11820 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11821
11822 * config.sub: Move BeOS $os case to be with other Cygnus
11823 local cases.
11824
11825 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11826
11827 * config.sub: Remove misplaced comment that broke Linux.
11828
11829 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11830
11831 * config.sub: Add BeOS support.
11832
11833 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11834
11835 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11836
11837 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11838
11839 * configure.in (noconfigdirs): Remove tcl and tk from
11840 noconfigdirs for cygwin32 builds.
11841
11842 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11843
11844 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11845
11846 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11847
11848 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11849 make-all.com, use makefile.vms instead.
11850
11851 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11852
11853 * config.sub: Accept -lnews*.
11854
11855 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11856
11857 * configure.in (noconfigdirs): Disable target-newlib,
11858 target-examples and target-libiberty for d30v.
11859
11860 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11861
11862 * configure.in (noconfigdirs): Enable ld for d30v.
11863
11864 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11865
11866 * configure.in (tic80-*-*): Build compiler.
11867
11868 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11869
11870 * configure.in (d30v-*): Remove sim directory from list of
11871 unsupported d30v directories
11872
11873 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11874
11875 * config.sub, configure.in: Add d30v target cpu.
11876
11877 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11878
11879 * makefile.vms: New file.
11880 * make-all.com: Remove.
11881
11882 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11883
11884 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11885
11886 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11887
11888 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11889
11890 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11891
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.
11896
11897 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11898
11899 * config.guess: Merge with latest FSF sources.
11900
11901 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11902
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.
11907
11908 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11909
11910 * configure.in: build gdb for mn10200
11911
11912 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11913
11914 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11915
11916 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11917
11918 * configure.in (tic80-*-*): Turn off most targets right now.
11919
11920 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11921
11922 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11923 rather than the makeinfo program.
11924 (do-info): Depend upon all-texinfo.
11925
11926 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11927
11928 * configure.in: Remove uses of config/mh-linux.
11929
11930 * config.sub, config.guess: Merge with latest FSF sources.
11931
11932 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11933
11934 * config.sub (case $basic_machine): Add tic80 entries.
11935
11936 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11937
11938 * config.sub, config.guess: Merge with latest FSF sources.
11939
11940 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11941
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.
11946
11947 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11948
11949 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11950
11951 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11952
11953 * configure.in: Do build gcc and the target libraries for
11954 the mn10200.
11955
11956 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11957
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.
11961
11962 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11963
11964 * configure.in: Don't use --with-stabs on IRIX 6.
11965
11966 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11967
11968 * configure.in (m32r): Build gdb, libg++ now.
11969
11970 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11971
11972 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11973 directories from noconfigdirs.
11974
11975 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11976
11977 * config.sub (basic_machine): added mips16 configuration
11978
11979 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11980
11981 * config.sub: Handle d10v-unknown.
11982
11983 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11984
11985 * config.sub: Handle v850-unknown.
11986
11987 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11988
11989 * Makefile.in: add findutils
11990 * configure.in: add findutils to list of host_tools
11991
11992 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11993
11994 * config.sub: Handle mn10200 and mn10300.
11995
11996 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11997
11998 * configure.in (d10v-*): Do not build librx.
11999
12000 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
12001
12002 * configure.in (mn10300): Build everything except gdb & libgloss.
12003
12004 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12005
12006 * config.guess: Patch for Dansk Data Elektronik servers,
12007 from Niels Skou Olsen <nso@dde.dk>.
12008
12009 For ncr, use /bin/uname rather than uname, since GNU uname does not
12010 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12011
12012 Patch for MIPS R4000 running System V,
12013 from Eric S. Raymond <esr@snark.thyrsus.com>.
12014
12015 Fix thinko for nextstep.
12016
12017 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12018
12019 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12020 * config.guess: Guess mips-dec-mach_bsd4.3.
12021
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
12024 release numbers.
12025 * config.guess (mips-mips-riscos*): Emit just enough of the
12026 release number.
12027
12028 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12029 * config.guess (sparc-auspex-sunos*): Added.
12030 (f300-fujitsu-*): Added.
12031
12032 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12033 * config.guess: Recognize a Tadpole as a sparc.
12034
12035 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12036
12037 * config.guess: Don't assume that NextStep version is either 2 or
12038 3. NextStep 4 (aka OpenStep 4) has come out now.
12039
12040 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12041
12042 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12043 From Rik Faith <faith@cs.unc.edu>.
12044
12045 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12046
12047 * config.sub: Contributions from bug-gnu-utils to:
12048 Support plain "hppa" (no version given) architecture, reported by
12049 OpenStep.
12050 OpenBSD like NetBSD.
12051 LynxOs is not a hardware supplier.
12052
12053 * config.guess: Contributions from bug-gnu-utils to add support for:
12054 OpenBSD like NetBSD.
12055 Stratus systems.
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.
12060
12061 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12062
12063 * install.sh (chmodcmd): Set to null if the DST directory already
12064 exists.
12065
12066 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12067
12068 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12069 not use mt-ppc target Makefile fragment any more.
12070
12071 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12072
12073 * configure.in (*-*-windows): Exclude everything but those dirs
12074 needed to build windows.
12075
12076 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12077
12078 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12079
12080 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12081
12082 * configure.in: Exclude mmalloc from i386-windows.
12083
12084 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12085
12086 * Undo my previous change.
12087
12088 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12089
12090 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12091 unconditionally.
12092 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12093
12094 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12095
12096 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12097 host to add it's own flags.
12098
12099 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12100
12101 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12102
12103 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12104
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.
12112
12113 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12114
12115 * configure.in (m32r): Fix spelling of libg++ libs.
12116
12117 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12118
12119 * config.sub (-apple*): Remove, now redundant.
12120
12121 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12122
12123 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12124
12125 * configure: Rework yesterday's sed script patch.
12126
12127 * config.sub: Merge with FSF.
12128
12129 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12130
12131 * config.guess: Merge from FSF.
12132
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.
12136
12137 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12138 * config.guess: Avoid non-portable tr syntax.
12139
12140 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12141
12142 * test-build.mk (HOLES): Add "xargs" for gdb.
12143
12144 * configure: Avoid hpux10.20 sed bug.
12145
12146 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12147
12148 * configure.in: Add support for windows host
12149 (that is a build done under the Microsoft build environment).
12150
12151 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12152
12153 * Makefile.in: Replace all uses of srcroot with s, to shrink
12154 command line lengths.
12155
12156 Patches from Geoffrey Noer <noer@cygnus.com>:
12157 * configure.in: If configuring for newlib, pass --with-newlib to
12158 subdirectories.
12159 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12160 -Bnewlib/ and -Lwinsup to gcc.
12161 (CXX_FOR_TARGET): Likewise.
12162
12163 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12164
12165 * Makefile.in (ETC_SUPPORT): Add configure.
12166
12167 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12168
12169 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12170 host configuration file.
12171
12172 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12173
12174 * configure.in: Break mn10x00 support into separate
12175 mn10200 and mn10300 configurations.
12176 * config.sub: Likewise.
12177
12178 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12179
12180 * configure.in: Add lots of stuff to noconfigdirs for
12181 the mn10x00 targets.
12182
12183 * config.sub, configure.in: Add mn10x00 support.
12184
12185 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12186
12187 * make-all.com: Call conf-a-gas, not config-a-gas.
12188
12189 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12190
12191 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12192 targets.
12193
12194 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12195
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
12200 copying to objdir.
12201 * mpw-build.in: Don't always depend on byacc and flex.
12202 (install-only-top): New action.
12203
12204 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12205
12206 * configure.in: You can now configure GDB for the v850.
12207
12208 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12209
12210 * configure.in (noconfigdirs): Don't configure any C++ dirs
12211 if targeting D10V.
12212
12213 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12214
12215 * config.sub: Recognize mips64vr5000.
12216
12217 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12218
12219 * configure.in: Use a single line for host_tools and native_only.
12220
12221 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12222
12223 * config.sub, configure.in: Add entries for m32r.
12224
12225 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12226
12227 * Makefile.in (inet-install): Don't run install-gzip.
12228
12229 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12230
12231 * configure.in: Don't config lots of things for *-*-windows*.
12232
12233 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12234
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.
12238
12239 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12240
12241 * configure.in (i[345]86): Recognize i686 for pentium pro.
12242 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12243 file.
12244
12245 * config.guess (i[345]86): Ditto.
12246
12247 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12248
12249 * configure.in (noconfigdirs): Removed gdb for D10V.
12250
12251 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12252
12253 * configure.in: Remove ld, target-libio, target-libg++, and
12254 target-libstdc++ from noconfigdirs.
12255
12256 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12257
12258 * configure: Fix three locations where shell scripts were
12259 being run directly rather than with config_shell.
12260
12261 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12262
12263 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12264 * config.sub (basic_machine): Recognize v850.
12265
12266 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12267
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.
12272
12273 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12274
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.
12278
12279 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12280 not support --print-multi-lib, don't abort.
12281
12282 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12283
12284 * make-all.com: Run config-a-gas.
12285 * setup.com: Don't copy subdirectory files around.
12286
12287 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12288
12289 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12290 target, it now compiles correctly.
12291
12292 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12293
12294 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12295
12296 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12297
12298 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12299
12300 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12301
12302 * configure.in (native_only): Add prms.
12303
12304 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12305
12306 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12307 (BINUTILS_SUPPORT_DIRS): Likewise.
12308
12309 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12310
12311 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12312 d10v support is added.
12313
12314 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12315
12316 * configure.in (d10v-*-*): New target.
12317
12318 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12319
12320 * config.guess (HP 9000/811): Recognize this as a PA1.1
12321 machine.
12322
12323 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12324
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.
12327 (taz): Use it.
12328
12329 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12330
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.
12334
12335 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12336
12337 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12338 variable that CC_FOR_TARGET needs.
12339
12340 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12341
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.
12347
12348 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12349
12350 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12351 CLEAN_MODULES): Add bash.
12352 (all-bash): New target.
12353
12354 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12355
12356 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12357
12358 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12359
12360 * config.sub (basic_machine): Recognize d10v as a valid processor.
12361
12362 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12363
12364 * mpw-configure: Add support for --bindir.
12365 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12366
12367 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12368
12369 * configure.in: add bash, time, gawk to list of hosttools and things
12370 to only build for native toolchains
12371
12372 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12373
12374 * Makefile.in (docdir): Remove.
12375
12376 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12377
12378 * Makefile.in (datadir): Set to $(prefix)/share.
12379
12380 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12381
12382 * configure.in: build diff and patch for cygwin32-hosted
12383 toolchains.
12384
12385 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12386
12387 * config.sub: Accept -rtems*.
12388
12389 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12390
12391 * configure.in: enable dosrel for cygwin32-hosted builds,
12392 remove diff from the list of things not buildable
12393 via Canadian Cross
12394
12395 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12396
12397 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12398 don't get ". ".
12399
12400 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12401
12402 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12403
12404 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12405
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
12408 subdirectory.
12409
12410 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12411
12412 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12413
12414 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12415
12416 * config.sub: Recognize -openvms.
12417 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12418 * make-all.com, setup.com: New files.
12419
12420 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12421
12422 * Makefile.in (taz): tex3patch moved to texinfo/util.
12423
12424 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12425
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
12429
12430 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12431
12432 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12433 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12434
12435 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12436
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>.
12440
12441 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12442
12443 * configure.in: Added copyright notice.
12444 * move-if-change: Added copyright notice.
12445
12446 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12447
12448 * configure.in (powerpcle-*-solaris*): Until we get shared
12449 libraries working, don't build gdb, sim, make, tcl, tk, or
12450 expect.
12451
12452 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12453
12454 * config.guess: Merge with FSF:
12455
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.
12458
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.
12461
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.
12467
12468 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12469
12470 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12471
12472 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12473
12474 * mpw-README: Document GCCIncludes.
12475
12476 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12477
12478 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12479
12480 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12481
12482 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12483
12484 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12485
12486 * configure.in (*-*-cygwin32): Configure make.
12487
12488 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12489
12490 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12491
12492 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12493
12494 * Makefile.in (all-inet): Depend on all-perl.
12495
12496 * Makefile.in (inet-install): New target.
12497
12498 * Makefile.in (all-inet): Depend on all-tcl.
12499 (all-inet): Depend on all-send-pr.
12500
12501 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12502
12503 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12504 temporarily.
12505
12506 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12507
12508 * configure.in: Don't configure --with-gnu-ld on AIX.
12509
12510 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12511
12512 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12513
12514 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12515
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.
12521
12522 * configure.in (host_tools): Added inet.
12523 (native_only): Added inet.
12524 (noconfigdirs): Added inet.
12525
12526 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12527
12528 * configure.in: Don't configure libgloss if we are not configuring
12529 newlib.
12530
12531 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12532
12533 * configure.in: Don't configure libgloss for unsupported
12534 architectures.
12535
12536 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12537
12538 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12539
12540 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12541
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.
12546
12547 * configure.in: Added apache everywhere perl is seen.
12548
12549 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12550
12551 * Makefile.in: Add support for clean-{module} and
12552 clean-target-{module} rules.
12553
12554 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12555
12556 * configure.in (*-*-ose) do not build libgloss.
12557
12558 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12559
12560 * config.guess (prep*:SunOS:5.*:*): Turn into
12561 powerpele-unknown-solaris2.
12562
12563 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12564
12565 * configure.in: Permit --enable-shared to specify a list of
12566 directories.
12567
12568 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12569
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.
12572
12573 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12574
12575 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12576
12577 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12578
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.
12587
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
12591 done.
12592
12593 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12594
12595 * configure (--enable-*): Handle quoted option lists such as
12596 --enable-sim-cflags='-g0 -O' better.
12597
12598 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12599
12600 * Makefile.in ({,inst}all-target): New rule so we can make and
12601 install all of the target directories easily.
12602
12603 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12604
12605 * configure.in: Add missing global flag in sed substitution when
12606 deleting `target-' from ${configdirs}.
12607
12608 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12609
12610 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12611 option.
12612
12613 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12614 config/mh-necv4.
12615
12616 * install.sh: Correct misspelling of transformbasename.
12617
12618 * config.guess: Recognize mips-*-sysv*.
12619
12620 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12621
12622 * config.sub: Recognize mon960.
12623
12624 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12625
12626 * configure: Restore Canadian Cross handling of BISON and LEX,
12627 removed in Feb 20 change.
12628
12629 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12630
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.
12634
12635 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12636
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.
12640
12641 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12642
12643 * configure.in (m68k-*-netbsd*): Build everything now.
12644
12645 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12646
12647 * Makefile.in (taz): Fix quoting.
12648
12649 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12650
12651 * configure.in (sparclet-*-*): Build everything now.
12652
12653 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12654
12655 * configure.in (m68k-*-linux*): New host.
12656
12657 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12658
12659 * configure: Check for bison before byacc.
12660
12661 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12662
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.
12667
12668 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12669
12670 * Makefile.in: Make everything which depends upon all-bfd also
12671 depend upon all-opcodes, in case --with-commonbfdlib is used.
12672
12673 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12674
12675 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12676 building NT native compilers on Unix.
12677
12678 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12679
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.
12684
12685 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12686
12687 * config.sub: Merge with FSF.
12688
12689 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12690
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.
12694
12695 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12696
12697 * config.sub, configure.in: Recognize sparclet cpu.
12698
12699 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12700
12701 * config.guess: Support m68k-cbm-sysv4.
12702
12703 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12704
12705 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12706 m68k-unknown-linuxaout from linker help string. Put quotes around
12707 $ld_help_string.
12708
12709 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12710
12711 * config.guess (powerpc-harris-powerunix): Add guess for port
12712 to new target.
12713
12714 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12715
12716 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12717
12718 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12719
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.
12734
12735 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12736
12737 * config.guess (*:CYGWIN*): New
12738
12739 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12740
12741 * Makefile.in (all-target-winsup): All all-target-libiberty.
12742
12743 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12744
12745 * configure.in (noconfigdirs): Add missing # in front of comment.
12746
12747 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12748
12749 * configure.in: add second pass to things added to noconfigdirs
12750 so *-gm-magic can exclude libgloss properly.
12751
12752 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12753
12754 * mpw-configure (extralibs_name, rez_name): Set correctly
12755 for MWC68K compiler.
12756
12757 * mpw-README: Add more info on the necessary build tools.
12758
12759 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12760
12761 * configure.in, config.sub: Recognize cygwin32.
12762
12763 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12764
12765 * config.guess, config.sub: Recognize A/UX.
12766
12767 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12768
12769 * config.sub: Merge with gcc/config.sub.
12770
12771 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12772
12773 * mpw-build.in (do-binutils): Add build of stamps.
12774
12775 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12776
12777 * config.sub: Add recognition for mips64vr4100*-* targets.
12778
12779 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12780
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.
12787
12788 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12789
12790 * configure: Pass --nfp to recursive configures.
12791
12792 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12793
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.
12800 (DO_X): Ditto.
12801 * configure: Add DLLTOOL.
12802
12803 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12804
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.
12809
12810 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12811
12812 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12813
12814 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12815
12816 * configure.in: Make sure that ${CC} can be used to compile an
12817 executable.
12818
12819 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12820
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.
12824
12825 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12826
12827 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12828
12829 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12830
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.
12833
12834 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12835
12836 * config-ml.in: Add support for
12837 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12838 Simplify setting of multidirs from --disable-foo.
12839
12840 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12841
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.
12848
12849 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12850
12851 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12852
12853 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12854
12855 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12856 DG/UX support.
12857
12858 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12859
12860 * config.sub (i*86*) Change [345] to [3456]
12861
12862 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12863
12864 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12865 --with-gnu-ld=no.
12866
12867 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12868
12869 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12870 AIX multilibs get built.
12871
12872 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12873
12874 * configure.in (i386-win32): Don't build expect if we're not
12875 building the tcl subdir.
12876
12877 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12878
12879 * Makefile.in: (configure-target-examples, all-target-examples):
12880 New targets, configure and build example programs.
12881
12882 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12883
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.
12887
12888 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12889
12890 * config.sub: Accept *-*-ieee*.
12891
12892 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12893
12894 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12895 Ronald F. Guilmette <rfg@monkeys.com>.
12896
12897 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12898
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.
12903
12904 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12905
12906 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12907 of vxworks, not just vxworks5.1.
12908
12909 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12910
12911 * mpw-configure: Add support for exec-prefix.
12912
12913 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12914
12915 * config.guess: Recognize HP model 816 machines as having
12916 a PA1.1 processor.
12917
12918 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12919
12920 * configure: Ignore new autoconf configure options.
12921
12922 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12923
12924 * config.guess: Recognize Pentium under SCO.
12925 From Robert Lipe <robertl@arnet.com>.
12926
12927 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12928
12929 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12930
12931 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12932
12933 * configure.in: Don't configure gas for alpha-dec-osf*.
12934
12935 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12936
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*.
12940
12941 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12942
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.
12947
12948 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12949
12950 * config-ml.in: Prefix more variables with ml_ so they don't collide
12951 with configure's.
12952
12953 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12954
12955 * configure: Don't turn -v into --v.
12956
12957 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12958
12959 * configure.in (targargs): Fix typo.
12960
12961 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12962
12963 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12964
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.
12971
12972 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12973
12974 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12975 into general OS recognition case.
12976
12977 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12978
12979 * configure.in (target_configdirs): add target-winsup only
12980 for win32 target systems.
12981
12982 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12983
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.
12987
12988 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12989
12990 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12991 cfg-ml-*.in.
12992
12993 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12994
12995 * configure: Handle LD and LD_FOR_TARGET when configuring a
12996 Canadian Cross.
12997
12998 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12999
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.
13003
13004 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13005
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.
13014
13015 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13016
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.
13023
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
13026 just macos.
13027 * configure.in: Configure grez resource compiler if targeting Mac.
13028 * Makefile.in (all-grez, install-grez): New targets.
13029
13030 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13031
13032 * configure: CXX defaults to gcc, not g++. If we find
13033 gcc in the path, set CC to gcc -O2.
13034
13035 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13036
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
13040 variables.
13041 * configure.in: When doing a Canadian Cross, don't try to
13042 configure tools whose configure script can't handle it.
13043
13044 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13045
13046 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13047
13048 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13049
13050 * configure: Remove dubious bug reporting address.
13051
13052 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13053
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.
13057
13058 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13059
13060 * configure.in: Before checking for the existence of various files,
13061 use sed to filter out "target-".
13062
13063 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13064
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).
13068
13069 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13070
13071 * Makefile.in (all-patch): depend on all-libiberty.
13072
13073 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13074
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
13078 distribution.
13079
13080 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13081
13082 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13083 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13084 systems.
13085
13086 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13087
13088 * configure.in (copy_dirs): Use sys-include instead of include
13089 for --with-headers option.
13090
13091 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13092
13093 * Makefile.in, configure.in: Make winsup builds work with
13094 new scheme.
13095
13096 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13097
13098 * configure.in: Build the linker on AIX.
13099
13100 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13101
13102 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13103 where needed.
13104
13105 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13106
13107 * Makefile.in (all-gcc): Fix typo.
13108
13109 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13110
13111 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13112
13113 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13114
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.
13130
13131 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13132
13133 * Makefile.in (taz): Build "info" in etc explicitly.
13134
13135 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13136
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.
13140
13141 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13142
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.
13147
13148 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13149
13150 * Makefile.in (taz): Use ";" instead of ";;".
13151
13152 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13153
13154 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13155 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13156 DISTDOCDIRS.
13157 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13158 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13159
13160 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13161
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.
13165
13166 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13167
13168 * Makefile.in (X11_LIB): Removed.
13169 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13170
13171 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13172
13173 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13174
13175 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13176 names.
13177
13178 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13179
13180 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13181
13182 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13183
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.
13189
13190 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13191
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.
13196
13197 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13198
13199 * config.guess: Recognize HP model 819 machines as having
13200 a PA 1.1 processor.
13201
13202 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13203
13204 * configure: Fix sed loop which substitutes for CC and CXX to
13205 avoid bug found in various sed implementations.
13206
13207 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13208
13209 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13210 simulator. Use standard powerpc-*-eabi*.
13211
13212 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13213
13214 * configure.in: Stop putting gas and binutils in noconfigdirs for
13215 powerpc-*-aix* and rs6000-*-*.
13216
13217 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13218
13219 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13220 -mcall-aixdesc libraries.
13221
13222 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13223
13224 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13225
13226 * config.sub (arm | armel | armeb): Fix shell syntax.
13227
13228 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13229
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
13233 libraries.
13234
13235 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13236
13237 * configure.in: Allow configuration and build of emacs19 for the alpha.
13238
13239 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13240
13241 * configure.in (CC): Get ^CC, not just any old CC, from
13242 ${host_makefile_frag}.
13243
13244 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13245
13246 * configure.in (CC): Try to get CC from
13247 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13248
13249 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13250
13251 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13252 only if it exists in $(srcdir).
13253
13254 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13255
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
13268 by configure.in.
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.
13284
13285 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13286
13287 * configure.in (host i[345]86-*-win32): Expand the
13288 noconfigdirs again.
13289
13290 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13291
13292 * mpw-configure: Fix sed command file name.
13293
13294 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13295
13296 * configure.in (host i[345]86-*-win32): Reduce the
13297 noconfigdirs again.
13298
13299 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13300
13301 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13302 or powerpc*-*-pe*, since they are not yet supported.
13303
13304 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13305
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.
13319
13320 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13321
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.
13325
13326 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13327
13328 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13329 v810-*-*.
13330
13331 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13332
13333 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13334 gdb, ld and opcodes on v810-*-*.
13335
13336 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13337
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.
13342
13343 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13344
13345 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13346
13347 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13348
13349 * configure.in: Build ld in mips*-*-bsd* case.
13350
13351 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13352
13353 * config.sub: Accept -lites* OS. From Ian Dall.
13354
13355 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13356
13357 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13358 targets.
13359
13360 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13361
13362 * configure.in: treat i386-win32 canadian cross the same as
13363 i386-go32 canadian cross.
13364
13365 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13366
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.
13371
13372 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13373
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.
13377
13378 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13379
13380 * configure: Add Makefile.tem to list of files to remove in trap
13381 handler.
13382
13383 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13384
13385 * config.guess (*Linux*): Add missing "exit"s.
13386 Also, need specific check for alpha-unknown-linux (uses COFF).
13387
13388 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13389
13390 * config.guess: Merge with FSF:
13391
13392 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13393 * config.guess (AIX4): More robust release numbering discovery.
13394
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.
13397
13398 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13399 * config.guess (mips:*:4*:UMIPS): New case.
13400
13401 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13402
13403 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13404 (i386-win32 host): Likewise. Don't build readline.
13405
13406 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13407
13408 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13409 SUPPORT_FILES to submakes.
13410
13411 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13412
13413 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13414 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13415 mpw-configure.
13416
13417 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13418
13419 * configure.in (appdirs): Use =, not ==, in test expression when
13420 trying to build the text to print in the warning message for
13421 Solaris users.
13422
13423 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13424
13425 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13426
13427 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13428
13429 * config.guess: Recognize lynx-2.3.
13430
13431 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13432
13433 * config.sub (z8ksim): Deleted
13434 (z8k-*-coff): New, this is the one true name of the target.
13435
13436 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13437
13438 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13439
13440 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13441
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.
13445
13446 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13447
13448 * configure.in: Don't build newlib for *-*-vxworks5.1.
13449
13450 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13451
13452 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13453 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13454
13455 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13456
13457 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13458
13459 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13460
13461 * cfg-ml-com.in: New file.
13462 * cfg-ml-pos.in: New file.
13463
13464 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13465
13466 * COPYING.NEWLIB: Add HP free copyright to list.
13467
13468 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13469
13470 * config.sub: Recognize -eabi* for the system, not just -eabi.
13471
13472 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13473
13474 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13475 * config.sub, configure.in (win32): New target and host.
13476
13477 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13478
13479 * configure.in: Add i386-pe configuration.
13480
13481 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13482
13483 * mpw-build.in (install): Install GDB after LD.
13484
13485 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13486
13487 * mpw-config.in (elf/mips.h): Always forward-include, needed
13488 for GDB to build.
13489
13490 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13491
13492 * testsuite: New directory for customer acceptance and whole tool
13493 chain tests.
13494
13495 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13496
13497 * configure: If per-host line isn't found, but AC_OUTPUT is found
13498 and a configure script exists, run it instead.
13499
13500 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13501
13502 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13503
13504 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13505
13506 * configure: Set build_{cpu,vendor,os,alias} to host values when
13507 --build isn't specified.
13508
13509 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13510
13511 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13512 (FLAGS_TO_PASS): Pass them.
13513 (EXTRA_TARGET_FLAGS): Ditto.
13514
13515 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13516
13517 * Makefile.in (all-libg++): Depend on all-libstdc++.
13518
13519 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13520
13521 * configure.in (noconfigdirs): Enable all packages for
13522 i386-unknown-netbsd.
13523
13524 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13525
13526 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13527 hosted builds (DOS builds)
13528
13529 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13530
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.
13534
13535 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13536
13537 * config.guess: Update from FSF.
13538
13539 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13540
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
13545 temporarily.
13546
13547 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13548
13549 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13550
13551 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13552
13553 * config.sub: Accept -lites* as a basic system type.
13554
13555 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13556
13557 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13558 installed, and if so return linuxoldld as the system name.
13559
13560 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13561
13562 * config.guess: Add hppa1.1-hp-lites support.
13563
13564 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13565
13566 * configure.in: Don't build newlib for m68k-vxworks5.1.
13567
13568 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13569
13570 * configure.in (mips-sgi-irix6): Use mh-irix5.
13571
13572 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13573
13574 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13575
13576 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13577
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.
13581
13582 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13583
13584 * configure.in: Recognize --with-newlib.
13585 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13586
13587 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13588
13589 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13590 to *_X11_MODULES due to gdbtk needing X include files et al.
13591
13592 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13593
13594 Merge in support for Mac MPW as a host.
13595 (Old change descriptions retained for informational value.)
13596
13597 * mpw-config.in: Add generic include forwards for cpu-specific
13598 include files in aout and elf directories.
13599
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.
13608
13609 * mpw-configure: Remove subdir-specific makefile hackery,
13610 delete mk.tmp after using it.
13611
13612 * mpw-build.in (all): Display start and end times.
13613
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.
13620
13621 * mpw-build.in: (install-only): New target.
13622
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.
13627
13628 * mpw-configure (config.status): Write only if changed.
13629 * mpw-config.in (readline): Configure it (not built, just used for
13630 definitions).
13631
13632 * mpw-config.in (elf/mips.h): Add a forward include.
13633
13634 * mpw-config.in: Forward-include most .h files in include into
13635 extra-include.
13636 (readline): Don't build.
13637 mpw-build.in (install): Install GDB.
13638
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.
13645
13646 * mpw-config.in: Use forward-include to create include files.
13647
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.
13652
13653 * config.sub (apple, mac, mpw): Add various aliases.
13654
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.
13658
13659 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13660
13661 * configure.in (host_libs): Remove glob, since it is gone from the
13662 sources.
13663
13664 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13665
13666 * Makefile.in: define empty GDB_NLM_DEPS var.
13667
13668 * configure.in(target_makefile_frag): use config/mt-netware
13669 for netware targets.
13670
13671 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13672
13673 * config.sub: Merge in recent FSF changes. Remove linux special
13674 cases.
13675
13676 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13677
13678 Revert this change:
13679
13680 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13681
13682 * build-all.mk: Use CC=cc -Xs on Solaris.
13683
13684 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13685
13686 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13687 stop using it.
13688 * Makefile.in: Nuke all references to glob subdirectory.
13689
13690 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13691
13692 * configure.in: Fix --enable-shared logic in per-host.
13693
13694 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13695
13696 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13697
13698 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13699
13700 * configure.in (noconfigdirs): Don't build gas on AIX, for
13701 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13702
13703 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13704
13705 * configure: Fix --cache-file to work if the file argument is a
13706 relative path.
13707
13708 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13709
13710 * configure: If the --cache-file is used, pass it down to
13711 configure in subdirectories.
13712
13713 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13714
13715 * config.sub: add vxworks29k configuration.
13716
13717 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13718
13719 * Makefile.in (taz): Do "diststuff" part quietly.
13720
13721 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13722
13723 * config.sub: Mini-merge with gcc/config.sub.
13724
13725 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13726
13727 * config.guess (IRIX): Sed - to _.
13728
13729 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13730
13731 * Makefile.in (source-vault, binary-vault): New targets.
13732
13733 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13734
13735 * config.sub: Recognize -eabi as a basic system type.
13736
13737 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13738
13739 * configure.in (enable_shared stuff): Fix typo.
13740
13741 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13742
13743 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13744
13745 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13746
13747 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13748
13749 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13750
13751 * configure.in (rs6000-*-*): Don't build gas.
13752
13753 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13754
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.
13759
13760 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13761
13762 * config.guess: Merge from FSF.
13763
13764 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13765
13766 * configure: Don't use $ when handling program_suffix.
13767
13768 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13769
13770 * configure.in: Configure tk for hppa/hpux.
13771
13772 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13773
13774 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13775
13776 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13777
13778 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13779 to LIBCXXFLAGS. Tests are better run without it.
13780
13781 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13782
13783 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13784
13785 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13786
13787 * configure.in (*-*-netware*): Don't configure xiberty.
13788
13789 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13790
13791 * configure.in: Remove tk from native_only list.
13792
13793 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13794
13795 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13796 for special NCD build.
13797
13798 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13799
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.
13804
13805 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13806
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.
13810
13811 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13812
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.
13821
13822 * configure.in: Support --enable-shared.
13823
13824 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13825
13826 * configure.in (target_libs): Include libstdc++ again.
13827 * config.guess: Update from FSF (for FreeBSD).
13828
13829 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13830
13831 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13832 makeall.bat.
13833 (DISTDOCDIRS): Add `etc'.
13834 (ETC_SUPPORT_PFX): New variable.
13835 (taz): Include anything from etc starting with a word in
13836 ETC_SUPPORT_PFX.
13837
13838 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13839
13840 * config.sub: Update for recent FSF changes. Remove obsolete
13841 h8300hds entry. Add -windows* and -osx as basic os. Minor
13842 spacing changes.
13843
13844 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13845
13846 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13847
13848 * config.guess: Merge with FSF.
13849 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13850
13851 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13852
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.
13857
13858 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13859
13860 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13861 and install libgloss.
13862
13863 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13864
13865 * Makefile.in (all-binutils): Depend upon all-byacc.
13866
13867 * configure.in: Don't build emacs on Irix 5.
13868
13869 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13870
13871 * configure.in (*-*-netware*): Add libio.
13872
13873 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13874
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.
13880
13881 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13882
13883 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13884
13885 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13886
13887 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13888 -fexternal-templates.
13889
13890 * configure.in (target_libs): Add libstdc++.
13891 (noconfigdirs): Add libstdc++ as appropriate.
13892
13893 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13894
13895 * config.guess: Update from FSF.
13896
13897 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13898
13899 * configure: Use ${config_shell} when running ${configsub}.
13900
13901 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13902
13903 * config.sub: No longer recognize h8300h.
13904
13905 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13906
13907 * config.sub: Remove extraneous differences between config.sub and
13908 gcc/config.sub.
13909
13910 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13911
13912 * Makefile.in (DISTSTUFFDIRS): Add gas.
13913
13914 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13915
13916 * COPYING.NEWLIB: New file.
13917
13918 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13919
13920 * config.guess (HP-UX): Patch from Harlan Stenn
13921 <harlan@landmark.com> to also emit release level.
13922
13923 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13924
13925 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13926
13927 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13928
13929 * config.sub: Merge nextstep cleanup from FSF.
13930
13931 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13932
13933 * configure.in (arm-*-*): Don't configure ld for this target.
13934
13935 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13936
13937 * configure.in (*-*-netware): don't configure libg++, libio,
13938 librx, or newlib.
13939
13940 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13941
13942 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13943 configure ld--it works, but it doesn't support shared libraries.
13944
13945 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13946
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>.
13950
13951 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13952
13953 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13954 Fix type: *-next-neststep -> *-next-nextstep.
13955
13956 * config.guess: Merge from FSF:
13957
13958 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13959
13960 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13961
13962 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13963
13964 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13965 instead of UNIX_SV for UnixWare 1.0).
13966
13967 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13968
13969 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13970 to make gdb/nlm/* build after the compiler and linker.
13971
13972 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13973
13974 * config.guess (netbsd, freebsd, linux): Accept any machine,
13975 not just i[34]86.
13976 (m68k-atari-sysv4): Relocate to match FSF version.
13977
13978 * config.guess: More merges from the FSF:
13979
13980 Add a space before function call or macro invocation.
13981
13982 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13983
13984 * config.guess: Add trap cmd to remove dummy.c and dummy when
13985 interrupted.
13986
13987 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13988
13989 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13990 (dummy): Redirect stderr from compilation of dummy.c.
13991
13992 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13993
13994 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13995
13996 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13997
13998 * configure: Accept and ignore --cache*, for compatibility with
13999 new autoconf.
14000
14001 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
14002
14003 * config.guess: Merge from FSF:
14004
14005 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14006
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.
14010
14011 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14012
14013 * config.guess (M88*:DolphinOS:*:*): New case.
14014
14015 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14016
14017 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14018 to select whether to use ELF or COFF.
14019
14020 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14021
14022 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14023
14024 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14025
14026 * config.guess: Guess the OS version for HPUX.
14027
14028 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14029
14030 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14031
14032 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14033
14034 * configure.in: Recognize --with-headers, --with-libs, and
14035 --without-newlib.
14036 * Makefile.in (all-xiberty): Depend upon all-ld.
14037
14038 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14039
14040 * configure.in: Change i[34]86 to i[345]86.
14041
14042 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14043
14044 * configure (version): A few more tweaks to help message.
14045
14046 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14047
14048 * Makefile.in: Remove (for now) librx as a host library,
14049 now that we're building it for target.
14050
14051 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14052
14053 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14054 (Karl Berry).
14055
14056 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14057
14058 * configure.in: Also configure librx.
14059
14060 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14061
14062 * Makefile.in: Update various rules to reflect that librx
14063 is now needed for libg++.
14064
14065 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14066
14067 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14068
14069 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14070
14071 * configure.in: Configure the examples directory.
14072
14073 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14074
14075 * configure: Simplify Jun 2 1994 change.
14076
14077 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14078
14079 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14080 /bin/gcc isn't good enough to build gcc.
14081
14082 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14083
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
14087 mechanism.
14088
14089 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14090
14091 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14092 Bill Cox <bill@cygnus.com>.
14093
14094 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14095
14096 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14097
14098 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14099
14100 * configure: Search current dir first in .gdbinit.
14101
14102 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14103
14104 * config.sub: Recognize freebsd (merged from gcc config.sub).
14105
14106 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14107
14108 * config.sub: Refer to NeXT's operating system as nextstep.
14109
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.
14113
14114 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14115
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*.
14119
14120 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14121
14122 * config.sub: Fix typo powerpc -> powerpc-*.
14123
14124 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14125
14126 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14127
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'.
14131
14132 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14133
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.
14139
14140 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14141
14142 * config.guess: Recognize Mach.
14143
14144 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14145
14146 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14147 see whether --exec-prefix was used.
14148
14149 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14150
14151 * README: Explicitly mention libg++/README. (Zoo's idea.)
14152
14153 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14154
14155 * Makefile.in: Add all-librx target similar to all-libproc.
14156
14157 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14158
14159 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14160 with post 1.2 uname bogosity.
14161
14162 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14163
14164 * configure: Remove temporary files on receipt of a signal.
14165
14166 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14167
14168 * configure: If there is a package_makefile_frag, remove
14169 ${subdir}/Makefile.tem after copying it in.
14170
14171 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14172
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.
14176
14177 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14178
14179 * brought devo/test-build.mk update-to-date with progressive/
14180 test-build.mk. Add lynx targets and hppa flag info.
14181
14182 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14183
14184 * configure.in: Use mh-ncrsvr43. Patch from
14185 Tom McConnell <tmcconne@sedona.intel.com>.
14186
14187 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14188
14189 * config.guess (i386-unknown-bsdi): No longer need to
14190 check #if defined(__bsdi__) && defined(__i386__).
14191
14192 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14193
14194 * configure: Set program_transform_nameoption correctly.
14195
14196 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14197
14198 * brought build-all.mk update-to-date with progressive build-all.mk,
14199 added new targets and hppa info.
14200
14201 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14202
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.
14207
14208 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14209 in NATIVE_CHECK_MODULES.
14210
14211 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14212
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.
14217
14218 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14219
14220 * Makefile.in: Add all-libproc target similar to all-gui.
14221
14222 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14223
14224 * Makefile.in (CHECK_MODULES): split into
14225 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14226
14227 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14228
14229 * config.guess (i386-unknown-bsdi): New system to guess.
14230
14231 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14232
14233 * Makefile.in: Add all-gui target (but not yet build by "all").
14234
14235 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14236
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.
14240
14241 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14242
14243 * config.sub: Strip off patch suffix so rtl is recognized
14244 as a sunos4.1.3 machine, even though it's been patched.
14245
14246 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14247
14248 * Makefile.in (INSTALL_LAST): Delete.
14249 (INSTALL_DOSREL): New.
14250
14251 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14252
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.
14256
14257 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14258
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.
14262
14263 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14264
14265 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14266 they can be overriden by templates.
14267
14268 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14269
14270 * configure.in (target==go32): Don't build gdb.
14271 * dosrel: New directory.
14272
14273 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14274
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.
14280
14281 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14282
14283 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14284
14285 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14286
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.
14292
14293 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14294
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.
14304
14305 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14306
14307 * configure.in (mips*-dec-bsd*): New target; do build linker.
14308 (mips*-*-bsd*): New target; don't build linker.
14309
14310 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14311
14312 * configure.in: support rs6000-*-lynxos* configuration.
14313 support sunos4 as a cross target.
14314
14315 * config.sub: look for lynx*, not lynx since the OS version may
14316 legitimately be part of the name.
14317
14318 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14319
14320 * configure.in (i[34]86-*-sco*): Move to be with other i386
14321 targets.
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.
14325
14326 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14327
14328 * configure.in: Only set host_makefile_frag if config
14329 directory exists.
14330
14331 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14332
14333 * install.sh: If $dstdir exists, don't check whether each
14334 component does.
14335
14336 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14337
14338 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14339
14340 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14341
14342 * configure.in (*-*-lynxos*): Don't configure newlib for either
14343 native or cross Lynx.
14344
14345 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14346
14347 * config.sub (sparc64-elf): Fix os.
14348 (z8k): Remove duplicate.
14349
14350 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14351
14352 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14353 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14354
14355 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14356
14357 * configure: Make file links cleanly even if Lynx fails on
14358 an NFS symlink (at least fail cleanly).
14359
14360 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14361
14362 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14363 -XNh2000.
14364
14365 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14366
14367 * configure: Unknown options are fatal again.
14368
14369 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14370
14371 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14372 compatibility.
14373
14374 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14375
14376 * build-all.mk: Add `clean' target.
14377
14378 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14379
14380 * config.guess: Add SINIX support.
14381 * configure.in: Add mips-*-sysv4* support.
14382
14383 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14384
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.
14388
14389 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14390
14391 * configure: Support --silent, --quiet.
14392
14393 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14394
14395 * configure: Support --disable-FEATURE.
14396
14397 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14398
14399 * config.guess: Recognize NCR running SVR4.3.
14400
14401 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14402
14403 * config.guess: Make BSDI generate i386-unknown-bsd386.
14404 Patch from Paul Eggert <eggert@twinsun.com>.
14405
14406 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14407
14408 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14409
14410 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14411
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.
14416
14417 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14418
14419 * configure: Add --enable-* options. Clean up usage message and
14420 some comments.
14421
14422 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14423
14424 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14425
14426 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14427
14428 * configure.in (hppa*-*-*): Enable binutils.
14429
14430 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14431
14432 * config.sub: Recognize cisco.
14433
14434 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14435
14436 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14437
14438 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14439
14440 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14441 than one configuration name. Add comment.
14442
14443 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14444
14445 * config.guess: about target *-hitachi-hiuxwe2, fixed
14446 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14447 macro is incorrect.]
14448
14449 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14450
14451 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14452 than the "make ls" stuff which used to be here.
14453
14454 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14455
14456 * config.guess: Recognize i[34]86-unknown-freebsd.
14457 From Shawn M Carey <smcarey@rodan.syr.edu>.
14458
14459 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14460
14461 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14462
14463 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14464
14465 * config.guess: Check for ptx.
14466
14467 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14468
14469 * config.sub: Add os9k checking.
14470
14471 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14472
14473 * config.guess: Handle OSF1 running on HPPA processors
14474
14475 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14476
14477 * configure: If subdir configure fails, print out a message with
14478 subdirectory name, in case subdir's configure code didn't identify
14479 itself.
14480
14481 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14482
14483 * configure.in: Remove embedded newlines from configdirs.
14484 Avoid mismatches of substrings. Fix matching strings at end
14485 of configdirs.
14486
14487 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14488
14489 * config.guess: Add Lynx/rs6000 config support.
14490
14491 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14492
14493 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14494
14495 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14496
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.
14500
14501 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14502
14503 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14504
14505 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14506
14507 * configure.in (rs6000-*-*): Build gas.
14508
14509 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14510
14511 * Makefile.in: Avoid bug in losing hpux sed.
14512
14513 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14514
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.
14517
14518 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14519
14520 * config.guess: Recognize vax hosts.
14521
14522 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14523
14524 * configure (while loop): Don't use "break 2" inside case
14525 statement -- the case statement isn't an enclosing loop.
14526
14527 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14528
14529 * config.guess: Clean up NeXT support, to allow nextstep
14530 on Intel machines. Make OS be nextstep.
14531
14532 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14533
14534 * config.guess: Add alternate forms for Convex.
14535
14536 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14537
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.
14541
14542 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14543
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.
14547
14548 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14549
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
14553 matches.
14554
14555 * configure.in: Don't build gas for alpha-dec-osf1*.
14556
14557 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14558
14559 * configure: Back out Per's change of 12/19/1993. It changes the
14560 behavior of configure in unexpected and confusing ways.
14561
14562 Also, use different delim char when calculating
14563 program_transform_name so that the name can contain slashes.
14564
14565 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14566
14567 * configure.in, config.sub: Add support for VSTa micro-kernel.
14568
14569 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14570
14571 * configure.in: Nuke hacks which were used to get a special
14572 version of GAS for HPPA configurations.
14573
14574 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14575
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.
14579
14580 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14581
14582 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14583
14584 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14585
14586 * config.guess: Recognize some Tektronix configurations.
14587 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14588
14589 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14590
14591 * config.sub: Match any flavor of SH.
14592
14593 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14594
14595 * configure.in: Don't try to configure newlib for Alpha.
14596
14597 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14598
14599 * configure.in: Don't build ld for Irix 5. Don't build gas,
14600 libg++ or libio for any Alpha target.
14601
14602 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14603
14604 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14605
14606 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14607 default arguments -- so it tried to compress itself.
14608
14609 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14610
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
14613
14614 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14615
14616 * configure.in (target i386-sysv4.2): don't build ld, since static
14617 versions of many libraries are not available.
14618
14619 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14620
14621 * config.guess: Recognize Apollos (using environment variables).
14622 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14623
14624 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14625
14626 * config.guess: Recognize Sony news mips running newsos.
14627
14628 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14629
14630 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14631 "fi ; else" for bash.
14632
14633 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14634
14635 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14636
14637 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14638
14639 * config.sub: accept unixware as an alias for svr4.2.
14640 Fix some inconsistancies with the gcc version.
14641
14642 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14643
14644 * Makefile.in (DISTDOCDIRS): Add gdb.
14645
14646 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14647
14648 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14649
14650 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14651
14652 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14653 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14654 this now.
14655
14656 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14657
14658 * config.sub: Accept hiux* as an OS name.
14659
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.
14663
14664 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14665
14666 * install.sh: Remove 'set -e'. It makes any conditionals
14667 in the script useless.
14668
14669 * config.guess: Automatically recognize arm-acorn-riscix
14670 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14671
14672 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14673
14674 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14675
14676 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14677
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.
14681
14682 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14683
14684 * configure.in (hppa target): check the source directory for the
14685 pagas sub-directory
14686
14687 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14688
14689 * config.sub: Allow -aout* and -elf*.
14690
14691 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14692
14693 * configure.in: Don't build ld on i386-solaris2, same as for
14694 sparc-solaris2.
14695
14696 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14697
14698 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14699
14700 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14701
14702 * configure.in: Configure gdb for alpha.
14703
14704 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14705
14706 * Makefile.in (CXXFLAGS): Add -O.
14707
14708 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14709
14710 * config.guess: added support for DG Aviion
14711
14712 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14713
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.
14717
14718 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14719
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.
14724
14725 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14726
14727 * config.sub: also handle mipsel and mips64el (for little endian mips)
14728
14729 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14730
14731 * configure.in: Add * to end of all OS names.
14732
14733 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14734
14735 * configure.in: Build newlib for LynxOS native.
14736
14737 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14738
14739 * config.guess: Add support for delta 88k running SVR3.
14740
14741 * configure.in: Add comment about HP compiler vs. emacs.
14742
14743 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14744
14745 * configure.in: don't build ld on solaris2 (not a viable option
14746 due to bugs in getpwnam & getpwuid)
14747
14748 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14749
14750 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14751 config.guess will produce a full version number.
14752
14753 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14754
14755 * configure.in: Build linker and binutils for alpha-dec-osf1.
14756
14757 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14758
14759 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14760 and gdb/testsuite/Makefile.in.
14761
14762 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14763
14764 * configure.in: recognize mips*- instead of mips-
14765
14766 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14767
14768 * config.sub: Accept linux*coff and linux*elf as operating
14769 systems.
14770
14771 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14772
14773 * config.sub: Recognize mips64, and mips3 as an alias for it.
14774
14775 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14776
14777 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14778 gdb knows how to handle OSF/1 shared libraries.
14779
14780 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14781
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]*.
14786
14787 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14788
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).
14794
14795 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14796
14797 * configure: substitute SHELL value in Makefile.in with
14798 ${CONFIG_SHELL}
14799
14800 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14801
14802 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14803 *-*-solaris2* targets.
14804
14805 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14806
14807 * Makefile.in: define M4, and pass it down to sub-makes;
14808 all-autoconf now depends on all-m4
14809
14810 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14811
14812 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14813 presence of {ar,ranlib} instead of a configured directory
14814
14815 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14816
14817 * config.guess: Accept 34?? as well as 33?? for NCR.
14818
14819 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14820
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.
14823
14824 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14825
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)
14829
14830 * configure.in, Makefile.in: add support for gash, the tcl
14831 interface to Galaxy
14832
14833 * config.guess: add NetBSD variants (hp300, x86)
14834
14835 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14836
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)
14841
14842 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14843
14844 * config.sub: Remove h8300hhms alias.
14845
14846 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14847
14848 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14849
14850 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14851
14852 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14853 as stmp-fixinc
14854
14855 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14856
14857 * config.sub: recognize m88110-bug-coff.
14858
14859 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14860
14861 * Makefile.in (all-libio): all dependencies on the toolchain used
14862 to build this (gcc, gas, ld, etc)
14863
14864 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14865
14866 * config.guess: Deal with OSF/1 1.3 on alpha.
14867
14868 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14869
14870 * install.sh: add some 'else true' clauses for portability
14871
14872 * configure.in: don't build libio for h8[35]00-*-* targets
14873
14874 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14875
14876 * Makefile.in: Add support for new libio.
14877
14878 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14879
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.
14883
14884 * config.guess: Recognize BSD on hp300.
14885
14886 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14887
14888 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14889 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14890
14891 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14892
14893 * Makefile.in (all-send-pr): depends on all-prms
14894
14895 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14896
14897 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14898
14899 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14900
14901 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14902 Added test for mips-mips-riscos5.
14903
14904 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14905
14906 * configure.in: use mh-hp300 for 68k HP hosts
14907
14908 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14909
14910 * configure: add support for CONFIG_SHELL, so that you can use
14911 some alternate shell for evaluating configure scripts
14912
14913 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14914
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.
14924
14925 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14926
14927 * install.sh (dsttmp): use trap to ensure that tmp files go
14928 away on error conditions
14929
14930 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14931
14932 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14933
14934 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14935
14936 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14937 its parent is '/' not ''.
14938
14939 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14940
14941 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14942
14943 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14944 that ${newsrcdir}/configure.in does.
14945
14946 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14947
14948 * test-build.mk: support for CONFIG_SHELL
14949
14950 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14951
14952 * config.sub (netware): Add as a basic system type.
14953
14954 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14955
14956 * Makefile.in (Makefile): depend on configure.in. Also drop the
14957 $(srcdir)/ from the dependency on Makefile.in.
14958
14959 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14960
14961 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14962 (h8300hhms is temporary until multi-libraries are implemented).
14963 * configure.in: Handle h8300h too.
14964
14965 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14966
14967 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14968
14969 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14970
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.
14974
14975 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14976
14977 * Makefile.in: remove all.cross and install.cross targets
14978
14979 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14980 definitions
14981
14982 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14983
14984 * configure.in (target sh): Build gprof.
14985
14986 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14987
14988 * config.sub: change -solaris to -solaris2
14989
14990 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14991
14992 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14993
14994 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14995
14996 * configure: Correct error message for missing Makefile.in to
14997 print correct directory.
14998
14999 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15000
15001 * install.sh: kludge around 386BSD shell bug
15002
15003 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15004
15005 * config.guess: Recognize NeXT.
15006 * config.guess: Recognize i486-ncr-sysv4.
15007 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15008
15009 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15010
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.
15015
15016 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15017
15018 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15019
15020 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15021
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.
15025
15026 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15027
15028 * install.sh: don't use dirname anymore (replaced with sed usage)
15029
15030 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15031
15032 * Makefile.in: Change extension for gzip'd files from '.z' to
15033 '.gz' per new FSF standard usage.
15034
15035 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15036
15037 * configure: put quotes around the final value of program_transform_name
15038
15039 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15040
15041 * Makefile.in: new install.sh support; update install-info rules
15042
15043 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15044
15045 * configure.in: Build diff for crosses, but not for go32 host.
15046
15047 * configure.in: Build gprof only for native, and don't build it
15048 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15049
15050 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15051
15052 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15053
15054 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15055
15056 * configure.in (host_tools): Add prms.
15057
15058 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15059
15060 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15061 with $(FLAGS_TO_PASS) on the command line
15062
15063 * config.sub: Recognize lynx and lynxos
15064
15065 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15066
15067 * config.sub: Accept -ecoff*, not just -ecoff.
15068
15069 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15070
15071 * Makefile.in (taz): Use .gz suffix instead of .z.
15072 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15073 names.
15074
15075 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15076
15077 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15078
15079 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15080
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
15084
15085 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15086
15087 Change from Utah for HPPA support:
15088 * config.guess: Recognize hppa1.x-hp-bsd.
15089
15090 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15091
15092 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15093 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15094
15095 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15096
15097 * config.sub: Add support for rom68k and bug boot monitors.
15098
15099 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15100
15101 * Makefile.in: Make all-opcodes depend on all-bfd.
15102
15103 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15104
15105 * config.guess: Added special check for i[34]86-univel-sysv4*.
15106
15107 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15108
15109 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15110 the processor rather than assuming i486.
15111
15112 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15113
15114 * config.guess: Recognize SunOS6 as Solaris3.
15115
15116 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15117
15118 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15119 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15120
15121 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15122
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.
15128
15129 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15130
15131 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15132 GO32 hosted toolchains
15133
15134 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15135
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.
15139
15140 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15141
15142 * config.guess: get the Solaris2 minor version number
15143
15144 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15145
15146 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15147
15148 * config.guess: Recognize some Sequent platforms.
15149
15150 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15151
15152 * Makefile.in: added the vault-install target
15153
15154 * configure.in: actually use the Sun3 makefile fragment that's in
15155 config, also added the release dir to configdirs
15156
15157 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15158
15159 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15160
15161 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15162
15163 * configure.in: remove some program from Alpha targetted toolchains
15164
15165 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15166
15167 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15168 gprof.
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.
15174
15175 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15176
15177 * Makefile.in (taz): Include gpl.texinfo.
15178
15179 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15180
15181 * Makefile.in (setup-dirs): Merged into "taz" target.
15182 (taz): Only do `proto-dir' stuff if a directory is actually needed
15183 for this target.
15184
15185 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15186
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.
15192
15193 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15194
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.
15201
15202 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15203
15204 * test-build.mk: set environment variables in a single command,
15205 instead of a list of assignments and exports
15206
15207 * config.guess: recognize Alpha/OSF1 systems
15208
15209 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15210
15211 * configure: Change help message to prefer --options rather than
15212 -options.
15213
15214 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15215
15216 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15217 zippy@ecst.csuchico.edu.
15218 * config.guess: Recognize miniframe.
15219
15220 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15221
15222 * Makefile.in: Use srcroot to find runtest rather than rootme.
15223 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15224
15225 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15226
15227 * test-build.mk: Extensive additions to support building on a
15228 machine other than the host.
15229
15230 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15231
15232 * configure (tooldir): Fix for i386-aix again.
15233
15234 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15235
15236 * configure, Makefile.in: Change definition of $(tooldir)
15237 to match the FSF.
15238
15239 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15240
15241 * config.guess: Recognize i[34]86/SVR4.
15242
15243 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15244
15245 * Makefile.in (all-gdb): gdb depends on sim.
15246
15247 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15248
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.
15253
15254 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15255
15256 * Makefile.in (check): Use individual check targets rather than
15257 DO_X rule.
15258 (check-gcc): Added.
15259
15260 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15261
15262 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15263 for System V release 3.2.
15264
15265 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15266
15267 * config.sub: Recognize hppaosf.
15268 * configure.in: Do configure ld/binutils/gas for it.
15269
15270 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15271
15272 * configure (tooldir): Alter syntax used to set this, for systems
15273 where "\$" isn't handled right, like i386-aix.
15274
15275 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15276
15277 * configure: Pass program-transform-name, not
15278 program_transform_name, to recursive configures.
15279
15280 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15281
15282 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15283 of gas+ld+binutils.
15284
15285 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15286
15287 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15288
15289 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15290
15291 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15292
15293 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15294
15295 * Makefile.in (PRMS): Set back to all-prms.
15296
15297 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15298
15299 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15300 targets, rather than for MIPS hosts.
15301
15302 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15303
15304 * configure.in: add comment for --with-x default values
15305
15306 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15307
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.
15311
15312 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15313
15314 * configure.in: Removed obsolete references to bfd_target and
15315 target_makefile_frag.
15316
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.
15321
15322 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15323
15324 * configure: Handle an empty program-prefix, program-suffix or
15325 program-transform-name correctly.
15326
15327 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15328
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
15331 guess.
15332
15333 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15334
15335 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15336 * Makefile.in (COMPRESS): New macro, like GZIP.
15337
15338 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15339
15340 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15341
15342 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15343 with gas currently defaults to -G 0.
15344
15345 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15346
15347 * Makefile.in (all-flex): flex depends on byacc.
15348
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.
15354
15355 * config.guess: Use /bin/uname when checking -X argument on SCO,
15356 to avoid invoking GNU uname which doesn't understand -X.
15357
15358 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15359
15360 * configure.in: Build gas for mips-*-*.
15361
15362 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15363
15364 * Makefile.in (all.normal): insert missing backslash.
15365
15366 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15367
15368 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15369
15370 * Makefile.in: Complete overhaul to merge many almost identical
15371 targets.
15372
15373 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15374
15375 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15376 (gdb.tar.Z): Adjusted.
15377
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.
15381
15382 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15383
15384 * build-all.mk: Use CC=cc -Xs on Solaris.
15385
15386 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15387
15388 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15389 for handling BISON for FSF releases.
15390
15391 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15392
15393 * configure: Actually implement the change zoo just documented.
15394
15395 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15396
15397 * configure: when using config.guess, only set target_alias when
15398 it's not already been set (ie, on the command line)
15399
15400 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15401
15402 * Makefile.in: add installcheck target, set PRMS to install-prms
15403
15404 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15405
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
15412
15413 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15414
15415 * configure: Must use both --host and --target in recursive calls.
15416
15417 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15418
15419 * Makefile.in: Change deja-gnu to dejagnu.
15420
15421 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15422
15423 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15424
15425 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15426
15427 * configure.in: canonicalize all instances to *-*-solaris2*,
15428 also strip out a number of tools to not build for go32 host
15429
15430 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15431
15432 * config.guess: add GPL.
15433
15434 * Makefile.in, config.guess, config.sub, configure: bump
15435 copyrights to 93.
15436
15437 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15438
15439 * Makefile.in (do-info): Removed obsolete check for existence of
15440 localenv file.
15441
15442 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15443
15444 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15445
15446 * Makefile.in: a couple of 'else true' for decstation,
15447 support for TclX
15448
15449 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15450
15451 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15452
15453 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15454
15455 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15456
15457 * config.guess: Recognize i386-ibm-aix (PS/2).
15458 * configure.in: Use config/mh-aix386 file for it.
15459
15460 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15461
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).
15465
15466 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15467
15468 * Makefile.in: Add sim to list of directories sent with gdb
15469
15470 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15471
15472 * configure.in: Put back mips-dec-bsd* case.
15473
15474 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15475
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*:*:*'.
15479
15480 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15481
15482 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15483
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
15487
15488 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15489
15490 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15491 gas for mips-dec-bsd.
15492
15493 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15494
15495 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15496 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15497
15498 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15499
15500 * configure.in: Added "dejagnu" to hosttools list.
15501
15502 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15503
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.
15507
15508 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15509
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.
15519
15520 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15521
15522 * Makefile.in: Change send_pr to send-pr.
15523 * configure.in: Likewise.
15524 * send_pr: Renamed directory to send-pr.
15525
15526 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15527
15528 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15529
15530 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15531
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.
15535
15536 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15537
15538 * Makefile.in: make all-diff depend on all-libiberty
15539
15540 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15541
15542 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15543
15544 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15545
15546 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15547
15548 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15549
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.
15553
15554 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15555
15556 * Makefile.in: makeinfo binary is in a new location
15557
15558 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15559
15560 * config.sub: Accept -ecoff as an OS.
15561
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
15565 sub-makes.
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
15577 realclean.
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.
15583
15584 * test-build.mk (HOLES): Added false.
15585
15586 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15587
15588 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15589
15590 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15591
15592 * Makefile.in (info): remove dependency on all-texinfo. The
15593 problem was really in texinfo/C, not at this level.
15594
15595 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15596
15597 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15598
15599 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15600
15601 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15602 GDB releases.
15603
15604 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15605
15606 * configure: Include srcdir in message about target of link not
15607 being found. Don't convert `-' to `_' in `with' options being
15608 passed to subdirs.
15609
15610 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15611
15612 * configure.in: add uudecode to host_tools
15613
15614 * Makefile.in: added {all,install}-uudecode targets, added them to
15615 the appropriate lists
15616
15617 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15618
15619 * Makefile.in (all-gcc): Added dependency on all-gas.
15620
15621 * configure.in (mips-*-*): Build ld and binutils.
15622
15623 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15624
15625 * configure: check return code from mkdir, print error message and
15626 exit on failure.
15627
15628 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15629
15630 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15631
15632 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15633
15634 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15635
15636 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15637
15638 * config.sub (h8500): Recognize this as a cpu type.
15639
15640 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15641
15642 * configure: source directory missing is no longer a warning
15643
15644 * configure.in: recognize irix[34]* instead of irix[34]
15645
15646 * Makefile.in: define and pass down X11_LIB
15647
15648 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15649
15650 * guess-systype: Renamed to ...
15651 * config.guess: ... by popular request.
15652 * configure.in, Makefile.in: Update accordingly.
15653
15654 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15655
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.
15659
15660 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15661
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.
15666
15667 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15668
15669 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15670 gcc Makefile.
15671
15672
15673 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15674
15675 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15676 (all-gcc, install-gcc, subdir_do): Use it.
15677
15678 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15679
15680 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15681
15682 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15683
15684 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15685 set exclusively by configure, using configure.in .
15686
15687 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15688
15689 * test-build.mk: set $PATH for all builds
15690
15691 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15692
15693 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15694
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.
15698
15699
15700 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15701
15702 * configure: Accept -with arguments.
15703
15704 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15705
15706 * Makefile.in: added h8300sim
15707
15708 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15709
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.
15716
15717 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15718
15719 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15720
15721 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15722
15723 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15724
15725 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15726
15727 * configure.in: don't remove binutils from Solaris builds
15728
15729 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15730
15731 * Makefile.in: get rid of earlier definitions for *clean,
15732 also handle the recursive info rule better
15733
15734 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15735
15736 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15737 do more-or-less the right thing.
15738
15739 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15740
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.
15743
15744 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15745
15746 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15747 $(host_canonical).
15748
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.
15752
15753 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15754
15755 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15756 configdirs anymore.
15757
15758 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15759
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
15764
15765 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15766
15767 * configure.in: handle some programs as cross-only, and others as
15768 native only
15769
15770 * test-build.mk: handle partial holes in a more generic manner
15771
15772 * Makefile.in: m4 depends on libiberty
15773
15774 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15775
15776 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15777 time, wdiff, and find to configdirs
15778
15779 * Makefile.in: all, clean, and install rules for the new programs
15780 added to configure.in
15781
15782 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15783
15784 * configure.in: use mh-sun for all *-sun-* hosts
15785
15786 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15787
15788 * Makefile.in: define flags for X11 include files and library file
15789 locations, pass them down to the programs that need this info
15790
15791 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15792
15793 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15794
15795 * configure.in: start building libg++ for HP-UX targets
15796
15797 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15798
15799 * README: Update references to files moved into etc/.
15800
15801 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15802
15803 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15804 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15805
15806 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15807
15808 * configure: accept dash as well as underscore in long option
15809 names for FSF compatibility.
15810
15811 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15812
15813 * config.sub: added -sco3.2v4 support from FSF.
15814
15815 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15816
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
15820
15821 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15822
15823 * Makefile.in: Replace C++ in macro names with CXX.
15824 This is less likely to break ...
15825
15826 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15827
15828 * test-build.mk: add -w to GNU_MAKE
15829
15830 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15831
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.
15837
15838 * configure.in: remove most references to gdbtest, regularize
15839 target based program removal
15840
15841 * test-build.mk: import from p3 tree (many fixes and changes)
15842
15843 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15844
15845 * Makefile.in: added rules to handle tcl, tk, and expect
15846
15847 * configure.in: handle those directories if they exist
15848
15849 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15850
15851 * config.sub: removed bogus hppabsd and hppahpux names, since
15852 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15853
15854 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15855
15856 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15857 depends upon all-xiberty
15858
15859 * Makefile.in: changes from p3, including:
15860
15861 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15862
15863 * Makefile.in (XTRAFLAGS): include newlib directories if
15864 newlib/Makefile exists, rather than if host != target.
15865
15866 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15867
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.
15872
15873 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15874
15875 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15876 pick up the machine and system specific header files.
15877
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.
15883
15884 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15885
15886 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15887 We need them for unusual native builds, like systems without
15888 ranlib.
15889
15890 * configure: also define $(host_canonical) and
15891 $(target_canonical), which are the full, canonical names for the
15892 given host and target
15893
15894 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15895
15896 * Makefile.in: Added separate definitions for C++.
15897
15898 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15899
15900 * configure.in (configdirs): Add deja-gnu.
15901
15902 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15903
15904 * README: Update for configure.texi and gdb-4.7 release.
15905
15906 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15907
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.
15911
15912 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15913
15914 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15915 Library-copylefted code in libiberty.
15916
15917 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15918
15919 * config.sub: Replace m68kmote with plain old m68k.
15920
15921 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15922
15923 * Makefile.in: Remove space from blank line, avoid Make complaints.
15924
15925 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15926
15927 * config.sub: Complain if no argument is given. Added support for
15928 386bsd as OS and target alias.
15929
15930 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15931
15932 * Makefile.in (XTRAFLAGS): include newlib directories if
15933 newlib/Makefile exists, rather than if host != target.
15934
15935 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15936
15937 * config.sub: recognize sparclite-wrs-vxworks.
15938
15939 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15940 p3.) Added clean-xiberty to clean.
15941
15942 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15943
15944 * configure.in: use *-*-* instead of nested cases for host and target
15945
15946 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15947
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.
15952
15953 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15954
15955 * config.sub (i486v/i486v4): Merge in from FSF version.
15956
15957 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15958
15959 * configure: only set PWD if it is already set.
15960
15961 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15962
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.)
15967
15968 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15969
15970 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15971 even for a native compilation.
15972
15973 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15974
15975 Changes to make the gdb.tar.Z rule work better.
15976
15977 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15978 (DEVO_SUPPORT): Add configure.texi.
15979 (bfd-ilrt.tar.Z): Remove ancient rule.
15980
15981 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15982
15983 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15984 pick up the machine and system specific header files.
15985
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.
15989
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.
15995
15996 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15997
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++.
16002
16003 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16004
16005 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16006 first.
16007
16008 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16009
16010 * config.sub: Accept `elf' as an environment.
16011
16012 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16013
16014 * Makefile.in (all-opcodes): cd into the right directory
16015
16016 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16017
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.
16022
16023 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16024
16025 * config.sub: Accept i486 where i386 ok.
16026
16027 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16028
16029 * config.sub: accept we32k
16030
16031 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16032
16033 * config.sub, configure.in: accept OSE68000 and OSE68k.
16034
16035 * Makefile.in: don't create all directories for ``make install'';
16036 let the subdirectories create the ones they need.
16037
16038 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16039
16040 * COPYING: new file, GPL v2
16041
16042 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16043
16044 * Makefile.in: use the new gen-info-dir, which needs a template
16045 argument (which also lives in texinfo)
16046
16047 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16048
16049 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16050
16051 * config.sub (ncr3000): Change i386 to i486.
16052
16053 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16054
16055 * Makefile.in: add install-rcs, install-grep to
16056 install-no-fixedincludes, removed install-bison and install-libgcc
16057
16058 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16059
16060 * configure.in: grab the HPUX makefile fragment if on HPUX
16061
16062 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16063
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
16067
16068 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16069
16070 * configure.in: rearrange the parts that remove programs from
16071 configdirs, based now on HOST==TARGET or by canonical triple.
16072
16073 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16074
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.
16080
16081 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16082
16083 * Makefile.in, configure.in: add tgas
16084
16085 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16086
16087 * Makefile.in: a number of changes merged in from progressive.
16088
16089 * configure.in: add libm.
16090
16091 * .cvsignore: ignore some stuff that comes from test-build.mk.
16092
16093 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16094
16095 * config.sub: Add es1800 (m68k-ericsson-es1800).
16096
16097 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16098
16099 * configure: Add program_suffix (parallel to program_prefix)
16100 * Makefile.in: adjust directory-creating script for losing decstation
16101
16102 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16103
16104 * configure: Minor $subdir-related fixes.
16105
16106 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16107
16108 * configure: fix various problems with propogating
16109 makefile_target_frag in subdirs.
16110 * configure.in: config libgcc if its there
16111
16112 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16113
16114 * config.sub: HPPA merge.
16115
16116 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16117
16118 * Makefile.in: Replace all-bison with all-byacc in all
16119 dependency lines for other tools (which now use byacc).
16120
16121 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16122
16123 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16124
16125 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16126
16127 * Makefile.in: make gprof rules similar to byacc rules (instead of
16128 vestigal $(unsubdir) that didn't work...)
16129
16130 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16131
16132 * config.sub: Add support for Linux.
16133 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16134 (at least for libg++).
16135
16136 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16137
16138 * configure.texi: fix doc for the -nfp option to configure
16139
16140 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16141
16142 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16143
16144 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16145
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.
16149
16150 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16151
16152 * config.sub: changed recognition of m68000 so that various
16153 m68k types can be specified via m680[01234]0
16154
16155 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16156
16157 * config.sub (basic_machine): fix sed so that '-foo' isn't
16158 completely substituted out while .+'-foo' loses the '-foo'
16159
16160 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16161
16162 * config.sub ($os): Add -aout.
16163
16164 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16165
16166 * configure: If host_makefile_frag is absolute, don't
16167 prefix ${invsubdir} (relevant to libg++ auto-configure).
16168
16169 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16170
16171 * Makefile.in (tooldir): Define it.
16172 (all-ld): Depend on all-flex.
16173
16174 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16175
16176 * Makefile.in (check): Fix libg++ special case.
16177
16178 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16179
16180 * configure: do not bury `pwd` into config.status, thus do fewer
16181 pwd's.
16182
16183 * configure: print the "Building in" message only when building in
16184 other than "." AND verbose.
16185
16186 * configure: remove -s, rework -v to better accomodate guested
16187 configures.
16188
16189 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16190
16191 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16192
16193 * Makefile.in: macroize flags passed on recursion. remove
16194 fileutils.
16195
16196 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16197
16198 * configure: get makesrcdir right for subdirs deeper than 1.
16199
16200 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16201 install.
16202
16203 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16204
16205 * Makefile.in: don't print subdir_do or recursion lines.
16206
16207 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16208
16209 * standards.texi: added menu item.
16210
16211 * Makefile.in: build and install standards.info.
16212
16213 * standards.texi: new file.
16214
16215 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16216
16217 * configure: test for and move config.status pieces from
16218 ${subdir}/.
16219
16220 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16221
16222 * configure: Test for existance of files before trying to mv
16223 them, to avoid numerous non-existance messages.
16224
16225 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16226
16227 * configure: correct final line of config.status.
16228
16229 * configure: patch from eggert. Avoids a protection problem if
16230 the original Makefile.in is read only.
16231
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.
16237
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.
16241
16242 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16243
16244 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16245 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16246
16247 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16248
16249 * configure: mkdir ${subdir} as needed.
16250
16251 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16252
16253 * Makefile.in,configure.in: added autoconf.
16254
16255 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16256
16257 * Makefile.in: no longer pass against on recursion.
16258
16259 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16260 definitions are not inherited.
16261
16262 * configure: correct makesrcdir when subdir is .
16263
16264 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16265
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.
16270
16271 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16272
16273 * configure.in: added flex to configdirs
16274
16275 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16276
16277 * Makefile.in: remove clean-stamps from clean.
16278
16279 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16280
16281 * configure.in: Add gdbtest to configdirs.
16282
16283 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16284
16285 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16286 to recursive makes.
16287 * configure.in: Recognize new ncr3000 config.
16288
16289 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16290
16291 * Makefile.in, configure.in: removed references to gdbm.
16292
16293 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16294
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.)
16298
16299 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16300
16301 * configure.in: sco is an os, not a vendor!
16302
16303 * configure: Quote $( better. Keep various shells happy.
16304
16305 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16306
16307 * Makefile.in: eliminate stamp-files.
16308
16309 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16310
16311 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16312 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16313
16314 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16315
16316 * config.sub: fix iris/iris3.
16317
16318 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16319
16320 * configure: re-add -rm.
16321
16322 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16323
16324 * Maskefile.in: add .stmp-rcs to all.
16325
16326 * configure.in: remove gas from rs6000 build, use aix host fragment.
16327
16328 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16329
16330 * configure: pass down site_option during recursion.
16331
16332 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16333
16334 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16335
16336 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16337
16338 * configure: Change exec_prefix so that it really defaults to prefix.
16339
16340 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16341
16342 * Makefile.in, configure.in: Add support for mmalloc library.
16343
16344 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16345
16346 * Makefile.in: add stmp dependencies for a few more things.
16347
16348 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16349
16350 * configure: adjusted error message on objdir/srcdir configure
16351 collision, per john's suggestion.
16352
16353 * Makefile.in: add libiberty stmp to all and all.cross.
16354
16355 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16356
16357 * Makefile.in: remove force dependencies, add grep to all.
16358
16359 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16360
16361 * Makefile.in: drop flex. make stamp files work.
16362
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
16367 going to stdout.
16368
16369 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16370
16371 * Makefile.in: Fix libg++ rule to check for gcc directory
16372 before using gcc/gcc. Also pass XTRAFLAGS.
16373
16374 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16375
16376 * Makefile.in: added stmp-files so that directories aren't polled
16377 when they are already built.
16378
16379 * configure.texi: fixed a node pointer problem.
16380
16381 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16382
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.
16387
16388 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16389
16390 * configure: -recurring becomes -silent. corrected help message
16391 for -site= option.
16392
16393 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16394
16395 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16396
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
16400 targets" loops.
16401
16402 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16403
16404 * Makefile.in: Do not pass bindir or mandir to cvs.
16405
16406 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16407
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.
16411
16412 * configure.texi: remove most references to multiple hosts,
16413 multiple targets, subdirs, etc.
16414
16415 * configure.man: removed rcsid. reference config.sub not
16416 config.subr.
16417
16418 * Makefile.in: mkdir $(infodir) on install-info.
16419
16420 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16421
16422 * configure.texi: Explain better about .gdbinit and about
16423 the environment that configure.in sections run in.
16424
16425 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16426
16427 * configure.in: Ultrix is only a decstation if it's a MIPS.
16428
16429 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16430
16431 * README: DOC.configure => cfg-paper.texi.
16432
16433 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16434
16435 * config.sub (near case $os): Don't convert newsos* to bsd!
16436
16437 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16438
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.
16441
16442 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16443
16444 * bfd/configure.in, gdb/config/mh-i386sco,
16445 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16446 Fix SCO configuration stuff.
16447
16448 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16449
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++.
16453
16454 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16455
16456 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16457
16458 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16459
16460 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16461
16462 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16463
16464 * config.sub: Add stratus configuration frags. Also
16465 submitted to FSF.
16466
16467 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16468
16469 * Makefile.in (DEV_SUPPORT): add configure.man.
16470
16471 * config.sub(Decode manufacturer-specific): add -none*.
16472
16473 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16474
16475 * Makefile.in: remove form feeds to make Sun's make happy.
16476 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16477
16478 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16479
16480 * Makefile.in (AR_FLAGS): Make quieter.
16481
16482 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16483
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.
16488
16489 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16490
16491 * configure.in, Makefile.in: fix clean-info, add flex. add
16492 fileutils.
16493
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.
16498
16499 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16500
16501 * cfg-paper.texi: some changes suggested by rms.
16502
16503 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16504
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.
16508
16509 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16510
16511 * configure.in: Changed svr4 references to sysv4.
16512
16513 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16514
16515 * configure: added -V for version number option.
16516
16517 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16518
16519 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16520 renamed from DOC.configure to cfg-paper.texi.
16521
16522 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16523
16524 * configure, config.subr, config.sub: config.subr is now
16525 config.sub again.
16526
16527 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16528
16529 * configure.texi: new file, in progress.
16530
16531 * Makefile.in: build info file and install the man page for
16532 configure.
16533
16534 * configure.man: new file, first cut.
16535
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.
16539
16540 * config.subr: resync from rms.
16541
16542 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16543
16544 * configure, config.sub, config.subr: merge config.sub into
16545 config.subr, call the result config.subr, remove config.sub, use
16546 config.subr.
16547
16548 * Makefile.in: revised install for dir.info.
16549
16550 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16551
16552 * configure.in: add decstation host makefile frag.
16553
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
16557 install it.
16558
16559 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16560
16561 * Makefile.in: fix for bad directory tests.
16562
16563 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16564
16565 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16566 regexp. -srcdir relative was being handled incorrectly.
16567
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
16570 package.
16571
16572 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16573
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.
16577
16578 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16579
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
16584 in ${srcdir}.
16585
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.
16589
16590 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16591
16592 * Freshly created ChangeLog.
16593
16594 \f
16595 Local Variables:
16596 mode: change-log
16597 left-margin: 8
16598 fill-column: 76
16599 version-control: never
16600 End: