libtool.m4: fix nm BSD flag detection
[binutils-gdb.git] / ChangeLog
1 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
2
3 PR libctf/27967
4 * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
5 NM, if there is one. Run nm on itself, not on /dev/null, to avoid
6 errors from nms that refuse to work on non-regular files. Remove
7 other workarounds for this problem. Strip out blank lines from the
8 nm output.
9
10 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
11
12 PR libctf/27967
13 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
14 Solaris 11.
15
16 2021-07-03 Nick Clifton <nickc@redhat.com>
17
18 * 2.37 release branch created.
19
20 2021-07-03 Nick Clifton <nickc@redhat.com>
21
22 * libiberty: Sync with gcc. Bring in:
23 2021-06-30 Gerald Pfeifer <gerald@pfeifer.com>
24
25 * make-temp-file.c (usrtmp): Remove.
26 (choose_tmpdir): Remove use of usrtmp.
27
28 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
29
30 * simple-object.c (handle_lto_debug_sections): Copy over .BTF section.
31
32 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
33 David Faust <david.faust@oracle.com>
34 Jose E. Marchesi <jose.marchesi@oracle.com>
35 Weimin Pan <weimin.pan@oracle.com>
36
37 * simple-object.c (handle_lto_debug_sections): Copy over .ctf
38 sections.
39
40 2021-06-05 John David Anglin <danglin@gcc.gnu.org>
41
42 PR target/100734
43 * configure.ac: Use libiberty snprintf and vsnprintf on
44 hppa*-*-hpux*.
45 * configure: Regenerate.
46
47 2021-05-06 Tom Tromey <tom@tromey.com>
48
49 * hashtab.c (htab_eq_string): New function.
50
51 2021-05-04 Eric Botcazou <ebotcazou@adacore.com>
52
53 * configure.ac: Make test for variables more robust.
54 * configure: Regenerate.
55
56 2021-05-03 H.J. Lu <hjl.tools@gmail.com>
57
58 PR bootstrap/99703
59 * configure: Regenerated.
60
61 2021-04-21 Andreas Schwab <schwab@linux-m68k.org>
62
63 PR demangler/100177
64 * rust-demangle.c (demangle_const_char): Properly print the
65 character value.
66
67 2021-03-31 Patrick Palka <ppalka@redhat.com>
68
69 PR c++/88115
70 * cp-demangle.c (d_dump, d_make_comp, d_expression_1)
71 (d_count_templates_scopes): Handle DEMANGLE_COMPONENT_VENDOR_EXPR.
72 (d_print_comp_inner): Likewise.
73 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Revert r11-4926
74 change.
75 <case DEMANGLE_COMPONENT_UNARY>: Likewise.
76 * testsuite/demangle-expected: Adjust __alignof__ tests.
77
78 2021-03-16 Nick Clifton <nickc@redhat.com>
79
80 * sha1.c (sha1_process_bytes): Use memmove in place of memcpy.
81
82 2021-02-20 Mike Frysinger <vapier@gentoo.org>
83
84 * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, $(srcdir)/aclocal.m4): Define.
85 (configure_deps): Rename to ...
86 (aclocal_deps): ... this. Replace aclocal.m4 with acinclude.m4.
87 ($(srcdir)/configure): Replace $(configure_deps) with
88 $(srcdir)/aclocal.m4.
89 * aclocal.m4: Move libiberty macros to acinclude.m4, then regenerate.
90 * acinclude.m4: New file.
91 * configure: Regenerate.
92
93 2021-02-19 Ayush Mittal <ayush.m@samsung.com>
94
95 * argv.c (expandargv): free allocated buffer if read fails.
96
97 2021-02-01 Martin Sebor <msebor@redhat.com>
98
99 * dyn-string.c (dyn_string_insert_cstr): Use memcpy instead of strncpy
100 to avoid -Wstringop-truncation.
101
102 2021-05-29 Mike Frysinger <vapier@gentoo.org>
103
104 * configure.ac: Add gnulib to configdirs for sim.
105 * configure: Regenerate.
106
107 2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
108
109 * MAINTAINERS: Update path to readline config.{sub,guess} files.
110
111 2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
112
113 * config.guess: Import from upstream.
114 * config.sub: Likewise.
115
116 2021-05-18 Mike Frysinger <vapier@gentoo.org>
117
118 * Makefile.def: Add configure-sim dependency on all-gnulib.
119 * Makefile.in: Regenerated.
120
121 2021-05-04 Nick Clifton <nickc@redhat.com>
122
123 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
124 * configure: Regenerate.
125
126 2021-03-18 Nick Alcock <nick.alcock@oracle.com>
127
128 PR libctf/27482
129 * Makefile.def: Add install-bfd dependencies for install-libctf and
130 install-ld, and install-strip-bfd dependencies for
131 install-strip-libctf and install-strip-ld; move the install-ld
132 dependency on install-libctf to join it.
133 * Makefile.in: Regenerated.
134
135 2021-03-12 Mike Frysinger <vapier@gentoo.org>
136
137 * Makefile.def: Remove all-sim dependency on configure-gdb.
138 * Makefile.in: Regenerated.
139
140 2021-02-28 H.J. Lu <hongjiu.lu@intel.com>
141
142 PR binutils/26766
143 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
144 PGO_BUILD_TRAINING=yes.
145 (PGO_BUILD_TRAINING_MFLAGS): New.
146 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
147
148 2021-02-09 Alan Modra <amodra@gmail.com>
149
150 * configure.ac: Delete arm*-*-symbianelf* entry.
151 * configure: Regenerate.
152
153 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
154
155 * Makefile.def: Add install-libctf dependency to install-ld.
156 * Makefile.in: Regenerated.
157
158 2021-01-12 Mike Frysinger <vapier@gentoo.org>
159
160 * src-release.sh (do_proto_toplev): Rewrite indentation.
161
162 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
163
164 PR binutils/26766
165 * configure.ac:
166 * configure: Regenerated.
167
168 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
169
170 PR ld/27173
171 * configure: Regenerated.
172 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
173 --plugin and rc before enabling --plugin.
174
175 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
176
177 PR binutils/26766
178 * Makefile.tpl (BUILD_CFLAGS): New.
179 (CFLAGS): Append $(BUILD_CFLAGS).
180 (CXXFLAGS): Likewise.
181 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
182 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
183 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
184 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
185 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
186 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
187 (PGO-TRAINING-TARGETS): Likewise.
188 (PGO_BUILD_TRAINING): Likewise.
189 (all): Add '+' to the command line for recursive make. Support
190 the PGO build.
191 * configure.ac: Add --enable-pgo-build[=lto].
192 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
193 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
194 * Makefile.in: Regenerated.
195 * configure: Likewise.
196
197 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
198
199 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
200 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
201 * configure.ac: Include config/gcc-plugin.m4.
202 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
203 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
204 RANLIB if possible.
205 * Makefile.in: Regenerated.
206 * configure: Likewise.
207
208 2021-01-09 Nick Clifton <nickc@redhat.com>
209
210 * 2.36 release branch crated.
211
212 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
213
214 * libtool.m4: Match gnu* along with other GNU systems.
215
216 2021-01-07 Alan Modra <amodra@gmail.com>
217
218 * config.sub: Accept OS of eabi* and gnueabi*.
219
220 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
221
222 * Makefile.def (libctf): No longer no_check. Checking depends on
223 all-ld.
224 * Makefile.in: Regenerated.
225
226 2021-01-05 Nick Clifton <nickc@redhat.com>
227
228 * libiberty: Sync with gcc. Bring in:
229 2021-01-04 Martin Liska <mliska@suse.cz>
230
231 * strverscmp.c: Convert to utf8 from iso8859.
232
233 2020-12-22 Jason Merrill <jason@redhat.com>
234
235 PR c++/67343
236 * cp-demangle.h (struct d_info): Add unresolved_name_state.
237 * cp-demangle.c (d_prefix): Add subst parm.
238 (d_nested_name): Pass it.
239 (d_unresolved_name): Split out from...
240 (d_expression_1): ...here.
241 (d_demangle_callback): Maybe retry with old sr mangling.
242 * testsuite/demangle-expected: Add test.
243
244 2020-12-21 Jason Merrill <jason@redhat.com>
245
246 * cp-demangle.c (d_expression_1): Recognize qualified-id
247 on RHS of dt/pt.
248 * testsuite/demangle-expected: Add test.
249
250 2020-12-21 Jason Merrill <jason@redhat.com>
251
252 * cp-demangle.c (d_unqualified_name): Clear is_expression.
253 * testsuite/demangle-expected: Add tests.
254
255 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
256
257 * configure: Regenerate.
258 * configure.ac: Avoid using sanitizer.
259
260 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
261
262 * rust-demangle.c (struct rust_demangler): Add
263 skipping_printing and bound_lifetime_depth fields.
264 (eat): Add (v0-only).
265 (parse_integer_62): Add (v0-only).
266 (parse_opt_integer_62): Add (v0-only).
267 (parse_disambiguator): Add (v0-only).
268 (struct rust_mangled_ident): Add punycode{,_len} fields.
269 (parse_ident): Support v0 identifiers.
270 (print_str): Respect skipping_printing.
271 (print_uint64): Add (v0-only).
272 (print_uint64_hex): Add (v0-only).
273 (print_ident): Respect skipping_printing,
274 Support v0 identifiers.
275 (print_lifetime_from_index): Add (v0-only).
276 (demangle_binder): Add (v0-only).
277 (demangle_path): Add (v0-only).
278 (demangle_generic_arg): Add (v0-only).
279 (demangle_type): Add (v0-only).
280 (demangle_path_maybe_open_generics): Add (v0-only).
281 (demangle_dyn_trait): Add (v0-only).
282 (demangle_const): Add (v0-only).
283 (demangle_const_uint): Add (v0-only).
284 (basic_type): Add (v0-only).
285 (rust_demangle_callback): Support v0 symbols.
286 * testsuite/rust-demangle-expected: Add v0 testcases.
287
288 2020-11-13 Seija Kijin <doremylover456@gmail.com>
289
290 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
291
292 2020-11-11 Patrick Palka <ppalka@redhat.com>
293
294 PR c++/88115
295 * cp-demangle.c (d_print_comp_inner)
296 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
297 "operator " prefix for __alignof__.
298 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
299 operand of __alignof__.
300 * testsuite/demangle-expected: Test demangling for __alignof__.
301
302 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
303
304 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
305
306 2020-10-06 Martin Liska <mliska@suse.cz>
307
308 PR lto/97290
309 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
310 Use sh_link of a .symtab_shndx section.
311
312 2021-01-05 Alan Modra <amodra@gmail.com>
313
314 * config.guess: Import from upstream.
315 * config.sub: Likewise.
316
317 2020-12-16 Martin Liska <mliska@suse.cz>
318 Tom de Vries <tdevries@suse.de>
319
320 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
321 field. Add meter field.
322 (progressfn): Print progress using meter.
323
324 2020-12-02 Enze Li <lienze2010@hotmail.com>
325
326 * .gitignore: Add gnu global outputs.
327
328 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
329
330 * .gitignore: Sync with gcc.
331
332 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
333
334 * src-release.sh: Use sha256sum instead of md5sum.
335
336 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * Makefile.in: Rebuild.
339 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
340 distclean-gdbserver.
341
342 2020-07-24 Aaron Merey <amerey@redhat.com>
343
344 * configure: Rebuild.
345 * configure.ac: Remove AC_DEBUGINFOD.
346
347 2020-07-04 Nick Clifton <nickc@redhat.com>
348
349 Binutils 2.35 branch created.
350
351 2020-04-21 Stephen Casner <casner@acm.org>
352
353 PR 25830
354 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
355 * configure: Rebuild.
356
357 2020-03-12 Tom Tromey <tom@tromey.com>
358
359 * Makefile.in: Rebuild.
360 * Makefile.def (gdbserver): Depend on gdbsupport.
361
362 2020-03-12 Tom Tromey <tom@tromey.com>
363
364 * Makefile.in: Rebuild.
365 * Makefile.def (gdbsupport): Don't depend on bfd.
366
367 2020-03-12 Tom Tromey <tom@tromey.com>
368
369 * Makefile.in: Rebuild.
370 * Makefile.def (gdbsupport): Depend on intl.
371
372 2020-02-17 Tom Tromey <tom@tromey.com>
373
374 * configure: Rebuild.
375 * configure.ac (configdirs): Add gnulib and gdbsupport when building
376 gdbserver.
377
378 2020-02-14 Tom Tromey <tom@tromey.com>
379
380 * Makefile.in: Rebuild.
381 * Makefile.def: Make gdbserver require gnulib and libiberty.
382
383 2020-02-07 Tom Tromey <tom@tromey.com>
384 Pedro Alves <palves@redhat.com>
385
386 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
387 * gdbserver: New directory, moved from gdb/gdbserver.
388 * configure.ac (host_tools): Add gdbserver.
389 Only build gdbserver on certain systems.
390 * Makefile.in, configure: Rebuild.
391 * Makefile.def (host_modules, dependencies): Add gdbserver.
392 * MAINTAINERS: Add gdbserver.
393
394 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
395
396 * src-release.sh (getver): Look for gdbsupport's
397 create-version.sh script at the current directory if tool is
398 "gdb".
399
400 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
401
402 * remote-sim.c (gdbsim_target::wait): Return
403 sim_data->remote_sim_ptid instead of inferior_ptid.
404
405 2020-01-18 Nick Clifton <nickc@redhat.com>
406
407 Binutils 2.34 branch created.
408
409 2020-01-18 Nick Clifton <nickc@redhat.com>
410
411 Synchronize top level configure files with master version:
412
413 2020-01-01 Ben Elliston <bje@gnu.org>
414
415 * config.guess: Update copyright years.
416 * config.sub: Likewise.
417
418 2019-12-21 Ben Elliston <bje@gnu.org>
419
420 * config.guess (set_cc_for_build): Prevent multiple calls by
421 checking if $tmp is already set. We can't check CC_FOR_BUILD as
422 the user may set it externally. Thanks to Torbjörn Granlund for
423 the bug report.
424
425 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
426
427 * config.guess (alpha:Linux:*:*): Guard against missing
428 /proc/cpuinfo by redirecting standard error to /dev/null.
429
430 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
431
432 * config.guess (*:Twizzler:*:*): New.
433 * config.sub (-twizzler*): New.
434
435 2019-07-24 Ben Elliston <bje@gnu.org>
436
437 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
438
439 2019-06-30 Ben Elliston <bje@gnu.org>
440
441 * config.sub (case $os): Match nsk* and powerunix. Don't later
442 match nsk* and set os=nsk which removes the OS version number.
443
444 2019-06-30 Ben Elliston <bje@gnu.org>
445
446 * config.sub: Recognise os108*.
447
448 2019-06-26 Ben Elliston <bje@gnu.org>
449
450 * config.sub (hp300): Set $os to hpux.
451
452 2019-06-26 Ben Elliston <bje@gnu.org>
453
454 * config.sub (vsta): Move into alphabetical order.
455
456 2019-06-10 Ben Elliston <bje@gnu.org>
457
458 * config.guess (*:OS108:*:*): Recognise new OS.
459
460 2019-05-28 Ben Elliston <bje@gnu.org>
461
462 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
463 system compiler is installed. If not, do not run set_cc_for_build,
464 as the default cc will open a dialog box asking to install
465 Xcode. If no C compiler is available, guess based on uname -p and
466 uname -m.
467
468 2019-05-28 Ben Elliston <bje@gnu.org>
469
470 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
471
472 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
473
474 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
475 * Makefile.in: Re-generate.
476
477 2020-01-14 Tom Tromey <tom@tromey.com>
478
479 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
480 * MAINTAINERS: Add gdbsupport.
481 * configure: Rebuild.
482 * configure.ac (configdirs): Add gdbsupport.
483 * gdbsupport: New directory, move from gdb/gdbsupport.
484 * Makefile.def (host_modules, dependencies): Add gnulib.
485 * Makefile.in: Rebuild.
486
487 2020-01-09 Aaron Merey <amerey@redhat.com>
488
489 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
490 new configure option --with-debuginfod.
491 * configure: Regenerate.
492 * configure.ac: Call AC_DEBUGINFOD.
493
494 2019-12-26 Christian Biesinger <cbiesinger@google.com>
495
496 * .gitignore: Add perf.data and perf.data.old.
497
498 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
499
500 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
501
502 2019-10-17 Alan Modra <amodra@gmail.com>
503
504 PR 29
505 * src-release.sh (getver): Replace "head -1" with "head -n 1".
506
507 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
508
509 * Makefile.def (host_modules): libctf is no longer no_install.
510 * Makefile.in: Regenerated.
511
512 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
513
514 * Makefile.def (dependencies): all-ld depends on all-libctf.
515 * Makefile.in: Regenerated.
516
517 2019-09-09 Phil Blundell <pb@pbcl.net>
518
519 binutils 2.33 branch created
520
521 2019-08-19 Tom Tromey <tom@tromey.com>
522
523 * configure: Rebuild.
524 * configure.ac: Add --with-static-standard-libraries.
525
526 2019-08-09 Nick Clifton <nickc@redhat.com>
527
528 * libiberty: Sync with gcc. Bring in:
529 2019-08-08 Martin Liska <mliska@suse.cz>
530
531 PR bootstrap/91352
532 * lrealpath.c (is_valid_fd): New function.
533
534 2019-07-24 Martin Liska <mliska@suse.cz>
535
536 PR lto/91228
537 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
538 Find first '\0' starting from gnu_lto + 1.
539
540 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
541
542 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
543 This fixes a Bug 90924.
544
545 2019-07-22 Martin Liska <mliska@suse.cz>
546
547 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
548 Do not search for gnu_lto_v1, but search for first '\0'.
549
550 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
551
552 * cplus-dem.c: Include rust-demangle.h.
553 * rust-demangle.c: Include rust-demangle.h.
554 * rust-demangle.h: New file.
555
556 2019-05-31 Michael Forney <mforney@mforney.org>
557
558 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
559 is non-zero.
560
561 2019-04-30 Ben L <bobsayshilol@live.co.uk>
562
563 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
564 * testsuite/d-demangle-expected: Add testcase.
565
566 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
567 * testsuite/d-demangle-expected: Add testcase.
568
569 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
570 * testsuite/d-demangle-expected: Add testcase.
571
572 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
573 * testsuite/d-demangle-expected: Add testcase.
574
575 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
576 * testsuite/d-demangle-expected: Add testcase.
577
578 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
579 * testsuite/demangle-expected: Add testcase.
580
581 * cp-demangle.c (d_encoding): Guard against NULL return values from
582 d_right (dc).
583 * testsuite/demangle-expected: Add testcase.
584
585 2019-04-29 Ben L <bobsayshilol@live.co.uk>
586
587 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
588 char is valid.
589 * testsuite/demangle-expected: Add testcase.
590
591 2019-04-10 Nick Clifton <nickc@redhat.com>
592
593 PR 89394
594 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
595 lengths.
596 (d_count_templates_scopes): Replace num_templates and num_scopes
597 parameters with a struct d_print_info pointer parameter. Adjust
598 body of the function accordingly. Add recursion counter and check
599 that the recursion limit is not reached.
600 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
601 Reset recursion counter afterwards, unless the recursion limit was
602 reached.
603
604 2019-07-13 Joel Brobecker <brobecker@adacore.com>
605
606 * src-release (getver): If $tool/gdbsupport/create-version.sh
607 exists, use that to determine the version number.
608
609 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
610
611 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
612
613 2019-06-14 Tom Tromey <tom@tromey.com>
614
615 * MAINTAINERS: Add gnulib.
616 * gnulib: New directory, move from gdb/gnulib.
617 * configure.ac (host_libs): Add gnulib.
618 * configure: Rebuild.
619 * Makefile.def (host_modules, dependencies): Add gnulib.
620 * Makefile.in: Rebuild.
621
622 2019-06-03 Nick Clifton <nickc@redhat.com>
623
624 Revert:
625 2019-05-29 Nick Clifton <nickc@redhat.com>
626
627 * configure.ac (noconfigdirs): Add libctf if the target does not use
628 the ELF file format.
629 * configure: Regenerate.
630
631 2019-05-29 Nick Clifton <nickc@redhat.com>
632
633 * src-release.sh (do_proto_toplev): Add libctf to list of
634 directories that can be disabled.
635
636 2019-05-29 Nick Clifton <nickc@redhat.com>
637
638 * configure.ac (noconfigdirs): Add libctf if the target does not use
639 the ELF file format.
640 * configure: Regenerate.
641
642 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
643
644 * Makefile.def (dependencies): configure-libctf depends on all-bfd
645 and all its deps.
646 * Makefile.in: Regenerated.
647
648 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
649
650 * MAINTAINERS: Add libctf.
651
652 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
653
654 * Makefile.def (host_modules): Add libctf.
655 * Makefile.def (dependencies): Likewise.
656 libctf depends on zlib, libiberty, and bfd.
657 * Makefile.in: Regenerated.
658 * configure.ac (host_libs): Add libctf.
659 * configure: Regenerated.
660
661 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
662
663 * config.guess: Synchronize with config project master sources.
664 * config.sub: Likewise.
665 * readline/support/config.guess: Likewise.
666 * readline/support/config.sub: Likewise.
667
668 2019-04-10 Nick Clifton <nickc@redhat.com>
669
670 * libiberty: Sync with gcc. Bring in:
671 2019-04-10 Nick Clifton <nickc@redhat.com>
672
673 PR 89394
674 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
675 lengths.
676 (d_count_templates_scopes): Replace num_templates and num_scopes
677 parameters with a struct d_print_info pointer parameter. Adjust
678 body of the function accordingly. Add recursion counter and check
679 that the recursion limit is not reached.
680 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
681 Reset recursion counter afterwards, unless the recursion limit was
682 reached.
683
684 2018-06-24 Nick Clifton <nickc@redhat.com>
685
686 2.32 branch created.
687
688 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
689
690 Merge from GCC:
691 PR target/88535
692 * config.guess: Import upstream version 2019-01-03.
693 * config.sub: Import upstream version 2019-01-01.
694
695 2019-01-10 Nick Clifton <nickc@redhat.com>
696
697 * libiberty: Sync with gcc. Bring in:
698 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
699
700 PR other/16615
701
702 * cp-demangle.c: Mechanically replace "can not" with "cannot".
703 * floatformat.c: Likewise.
704 * strerror.c: Likewise.
705
706 2018-12-22 Jason Merrill <jason@redhat.com>
707
708 Remove support for demangling GCC 2.x era mangling schemes.
709 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
710 internal_cplus_demangle, and all subroutines.
711 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
712 Lucid, ARM, HP, and EDG demangling styles.
713 (cplus_demangle): Remove 'work' variable. Don't call
714 internal_cplus_demangle.
715
716 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
717
718 * configure.ac: Don't configure readline if --with-system-readline is
719 used.
720 * configure: Re-generate.
721
722 2018-10-31 Joseph Myers <joseph@codesourcery.com>
723
724 Merge from GCC:
725 PR bootstrap/82856
726 * multilib.am: New file. From automake.
727
728 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
729
730 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
731
732 2018-07-16 Nick Clifton <nickc@redhat.com>
733
734 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
735
736 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
737
738 * config.sub: Sync with upstream version 2018-07-03.
739
740 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
741
742 * config.guess: Sync with upstream version 2018-06-26.
743 * config.sub: Sync with upstream version 2018-07-02.
744
745 2018-06-29 Alexandre Oliva <oliva@adacore.com>
746
747 * configure.ac: Introduce support for @unless/@endunless.
748 * Makefile.tpl (dep-kind): Rewrite with cond; return
749 postbootstrap in some cases.
750 (make-postboot-dep, postboot-targets): New.
751 (dependencies): Do not output postbootstrap dependencies at
752 first. Output non-target ones changed for configure to depend
753 on stage_last @if gcc-bootstrap, and the original deps @unless
754 gcc-bootstrap.
755 * configure.in, Makefile.in: Rebuilt.
756
757 2018-06-24 Nick Clifton <nickc@redhat.com>
758
759 * configure: Regenerate.
760
761 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
762
763 * libtool.m4: Use AC_LANG_SOURCE.
764 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
765 * README-maintainer-mode: Update version requirements.
766 * ar-lib: New file.
767 * test-driver: New file.
768 * configure: Re-generate.
769
770 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
771
772 * Makefile.def (fortran): Add check-target-libgomp-fortran.
773 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
774 * Makefile.in: Regenerate.
775
776 * configure: Regenerate.
777
778 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
779
780 * configure.ac: Sync with GCC, remove MPX-related things.
781
782 2018-05-01 Nick Clifton <nickc@redhat.com>
783
784 * config.guess: Synchronize with config project master sources.
785 * config.sub: Likewise.
786
787 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
788
789 * configure.ac: Added "nfp" target.
790 * configure: Regenerate.
791
792 2018-02-13 Maciej W. Rozycki <macro@mips.com>
793
794 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
795 * configure: Regenerate.
796
797 2018-01-30 Nick Clifton <nickc@redhat.com>
798
799 * src-release.sh (do_proto_toplev): Add patterns for more junk files
800 to delete before creating the tarball.
801
802 2018-01-29 Nick Clifton <nickc@redhat.com>
803
804 * src-release.sh (do_proto_toplev): Strip patch remnant files from
805 the sources before creating the tarball.
806
807 2018-01-13 Nick Clifton <nickc@redhat.com>
808
809 * src-release.sh: Update copyright notice. Change reference to devo
810 to be a reference to root.
811
812 2018-01-10 Nick Clifton <nickc@redhat.com>
813
814 * config-ml.in: Sync with gcc sources.
815 * config.guess: Likewise.
816 * config.sub: Likewise.
817 * configure.ac: Likewise.
818 * configure: Regenerate.
819
820 2017-12-14 Nick Clifton <nickc@redhat.com>
821
822 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
823
824 2017-12-12 Stafford Horne <shorne@gmail.com>
825
826 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
827 * configure: Regenerate.
828
829 2017-09-15 Nick Clifton <nickc@redhat.com>
830
831 * src-release.sh (LZIPPROG): New define. Provides the name of the
832 lzip program.
833 (do_lz): New function. Compresses a tarball using the lzip
834 program.
835 (do_compress): Add support for lzip compression.
836 (usage): Mention -l option.
837 (build_release): Support -l option to invoke lzip compression.
838
839 2017-09-15 Alan Modra <amodra@gmail.com>
840
841 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
842 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
843 and sim depending on $tool and $support_files. Echo configure line.
844
845 2017-09-14 Matt Rice <ratmice@gmail.com>
846
847 * src-release.sh (do_proto_toplev): Enable gold during release process.
848
849 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
850
851 * config.sub: Sync with master version in config project.
852
853 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
854
855 * config.sub: Handle ia16 in $basic_machine.
856
857 bfd/
858 * config.bfd: Handle ia16.
859
860 gas/
861 * configure.tgt: Handle ia16.
862
863 ld/
864 * configure.tgt: Handle ia16.
865
866 2017-03-22 Nick Clifton <nickc@redhat.com>
867
868 * config.sub: Sync with master version in config project.
869 * config.guess: Likewise.
870
871 2017-01-23 Nick Clifton <nickc@redhat.com>
872
873 * configure.ac: Update year in copyright notice.
874 Sync from FSF GCC mainline, bringing in the following patches.
875 * Makefile.def: Likewise.
876 * Makefile.tpl: Likewise.
877 * configure: Regenerate.
878 * Makefile.in: Regenerate.
879
880 2016-12-21 Jakub Jelinek <jakub@redhat.com>
881
882 * configure.ac: Don't bootstrap libmpx unless --with-build-config
883 includes bootstrap-mpx.
884
885 2016-12-01 Matthias Klose <doko@ubuntu.com>
886
887 * configure.ac: Don't use pkg-config to check for bdw-gc.
888
889 2016-11-30 Matthias Klose <doko@ubuntu.com>
890
891 * Makefile.def: Remove reference to boehm-gc target module.
892 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
893 options and for the bdw-gc pkg-config module.
894
895 2016-11-15 Matthias Klose <doko@ubuntu.com>
896
897 * config-ml.in: Remove references to GCJ.
898 * configure.ac: Likewise.
899
900 2016-09-30 Jakub Jelinek <jakub@redhat.com>
901
902 * configure.ac: Add target-libffi to target_libraries.
903 Readd libgcj target disablings, modified to only target-libffi.
904 Readd target addition of go to unsupported languages.
905
906 2016-09-30 Andrew Haley <aph@redhat.com>
907
908 * Makefile.def: Remove libjava.
909 * Makefile.tpl: Likewise.
910 * configure.ac: Likewise.
911
912 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
913
914 * configure.ac: Disable "sim" directory for arc*-*-*.
915
916 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
917
918 * configure.ac: Check for the minimum in-tree MPFR version
919 handled.
920
921 2016-12-31 Alan Modra <amodra@gmail.com>
922
923 * config.sub: Import from upstream.
924
925 2016-12-08 Alan Modra <amodra@gmail.com>
926
927 * configure: Regenerate.
928
929 2016-12-02 Josh Conner <joshconner@google.com>
930
931 * configure.ac: Add fuchsia to targets that use ELF.
932 * configure: Regenerated.
933
934 2016-11-07 Doug Evans <dje@google.com>
935
936 * config.sub: Sync with upstream version 2016-11-03.
937 git://git.sv.gnu.org/config.git
938 * config.guess: Sync with upstream version 2016-10-02.
939
940 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
941
942 * .gitignore: Add archives and make stamps.
943
944 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
945
946 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
947 * configure: Regenerated.
948
949 2016-06-28 Walter Lee <walt@tilera.com>
950
951 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
952 * configure: Regenerate.
953
954 2016-05-28 Alan Modra <amodra@gmail.com>
955
956 * Makefile.tpl (configure): Depend on m4 files included.
957 * Makefile.in: Regenerate.
958
959 2016-05-27 Nick Clifton <nickc@redhat.com>
960
961 * config.guess (Alpha OSF1): Fix typo introduced during the most
962 recent synchronization update.
963
964 2016-05-23 Nick Clifton <nickc@redhat.com>
965
966 * Import these patches from the gcc mainline:
967
968 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
969
970 * config.guess: Import version 2016-04-02 (newest).
971 * config.sub: Import version 2016-05-10 (newest).
972
973 2016-04-19 Nick Clifton <nickc@redhat.com>
974
975 * Import this patch from the GCC mainline:
976
977 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
978
979 PR bootstrap/70173
980 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
981 and gotools directories. Delete the stage_final file.
982 * Makefile.in: Regenerate.
983
984 2016-03-17 Cary Coutant <ccoutant@gmail.com>
985
986 * configure.ac: Add mips and s390 to the gold target check.
987 * configure: Regenerate.
988
989 2016-02-10 Nick Clifton <nickc@redhat.com>
990
991 Import these patches from the GCC mainline:
992
993 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
994
995 * configure.ac: Enable LTO for DJGPP
996 * configure: Regenerate
997
998 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
999
1000 PR bootstrap/69329
1001 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1002 * Makefile.in: Regenerate.
1003
1004 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
1005 Sebastian Pop <s.pop@samsung.com>
1006
1007 * Makefile.in: Regenerate.
1008 * Makefile.tpl: Export ISLVER.
1009 * configure: Regenerate.
1010 * config/isl.m4: Detect isl-0.15.
1011
1012 2016-01-29 Sebastian Pop <s.pop@samsung.com>
1013
1014 * config/isl.m4: Add comments about isl-0.16.
1015 * configure: Regenerate.
1016
1017 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1018
1019 Sync with GCC
1020 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1021
1022 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1023 symbols.
1024
1025 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1026
1027 PR bootstrap/69134
1028 * Makefile.def (mpfr): Disable assembler.
1029 * Makefile.in: Regenerate.
1030
1031 2016-01-11 Nick Clifton <nickc@redhat.com>
1032
1033 Import the following changes from the GCC mainline:
1034
1035 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1036
1037 * configure.ac: Enable libmpx by default.
1038 * configure: Regenerated.
1039
1040 2015-11-19 Martin Liska <mliska@suse.cz>
1041
1042 * .gitignore: Add .clang-format to ignored files.
1043 * Makefile.tpl: Add clang-format.
1044 * Makefile.in: Regenerate.
1045
1046 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1047
1048 PR libffi/65726
1049 * Makefile.def (lang_env_dependencies): Make libffi depend
1050 on cxx.
1051 * Makefile.in: Regenerate.
1052
1053 2015-12-02 Ian Lance Taylor <iant@google.com>
1054
1055 PR go/66147
1056 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1057 * Makefile.in: Regenerate.
1058
1059 2015-12-17 Nathan Sidwell <nathan@acm.org>
1060
1061 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1062 * configure: Regenerate.
1063
1064 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1065
1066 * Makefile.in: Replace ISL with isl.
1067 * Makefile.tpl: Same.
1068 * config/isl.m4: Same.
1069 * configure.ac: Same.
1070 * contrib/download_prerequisites: Same.
1071 * configure: Regenerate.
1072
1073 2016-01-01 Ben Elliston <bje@gnu.org>
1074
1075 * config.guess: Import version 2016-01-01.
1076 * config.sub: Likewise.
1077
1078 2015-11-20 Tristan Gingold <gingold@adacore.com>
1079
1080 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1081 * configure: Regenerate.
1082
1083 2015-10-21 Nick Clifton <nickc@redhat.com>
1084
1085 PR gas/19109
1086 * configure.ac: Note the 'none' is an acceptable argument to
1087 --enable-compressed-debug-sections.
1088 * configure: Regenerate.
1089
1090 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1091
1092 PR gas/19109
1093 * configure.ac: Add
1094 --enable-compressed-debug-sections={all,gas,gold,ld}.
1095 * configure: Regenerated.
1096
1097 2015-09-30 Nick Clifton <nickc@redhat.com>
1098
1099 Import the following patches from the GCC mainline:
1100
1101 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1102
1103 PR libfortran/54572
1104 * Makefile.def: Make libgfortran depend on libbacktrace.
1105 * Makefile.in: Regenerate.
1106
1107 2015-08-12 Tom de Vries <tom@codesourcery.com>
1108
1109 PR other/67092
1110 PR other/67098
1111 * configure.ac: Remove --with_host_libstdcxx support.
1112 * configure: Regenerate.
1113
1114 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1115 Jakub Jelinek <jakub@redhat.com>
1116
1117 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1118 nvptx*-*-*.
1119 * configure: Regenerate.
1120
1121 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
1122
1123 Sync with GCC
1124 2015-07-28 Ben Elliston <bje@gnu.org>
1125
1126 * config.sub, config.guess: Import from upstream.
1127
1128 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1129
1130 * Makefile.def (libiconv): Define bootstrap=true.
1131 Mark pdf/html/info as missing.
1132 (configure-gcc): Depend on all-libiconv.
1133 (all-gcc): Ditto.
1134 (configure-libcpp): Ditto.
1135 (all-libcpp): Ditto.
1136 (configure-intl): Ditto.
1137 (all-intl): Ditto.
1138 * Makefile.in: Regenerate.
1139
1140 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1141
1142 Sync with GCC
1143 2015-07-24 Michael Darling <darlingm@gmail.com>
1144
1145 PR other/66259
1146 * config-ml.in: Reflects renaming of configure.in to configure.ac
1147 * configure: Likewise
1148 * configure.ac: Likewise
1149
1150 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1151
1152 * Makefile.in: Regenerated.
1153
1154 Sync with GCC
1155 2015-05-21 Jason Merrill <jason@redhat.com>
1156
1157 * Makefile.tpl: Update comments.
1158
1159 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1160
1161 * Makefile.tpl: Remove surplus whitespace throughout.
1162
1163 2015-03-25 Martin Liska <mliska@suse.cz>
1164 Yury Gribov <y.gribov@samsung.com>
1165
1166 * Makefile.tpl: Fix ln source location for vimrc file.
1167
1168 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1169
1170 Sync with GCC
1171 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1172
1173 * configure.ac: FT32 target added.
1174 * configure: Regenerate.
1175
1176 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1177
1178 Sync with GCC
1179 2015-06-02 Jason Merrill <jason@redhat.com>
1180
1181 PR bootstrap/66319
1182 * configure.ac: Use -std=gnu++98.
1183
1184 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1185
1186 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1187 * configure: Regenerate.
1188
1189 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1190
1191 * configure.ac: Fix typo.
1192 * configure: Regenerate.
1193
1194 2015-05-03 Matthias Klose <doko@ubuntu.com>
1195
1196 * configure.ac: Match $host configured with triplets.
1197 * configure: Regenerate.
1198
1199 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1200
1201 PR bootstrap/62077
1202 * configure.ac (--enable-stage1-checking): Default to
1203 release,misc,gimple,rtlflag,tree,types if --disable-checking
1204 or --enable-checking is not specified and DEV-PHASE is not
1205 experimental.
1206 * configure: Regenerated.
1207
1208 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1209
1210 Install back PR target/47230 fix (Revert the revert).
1211
1212 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1213
1214 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1215 target.
1216 * configure: Regenerate.
1217
1218 2015-05-13 John David Anglin <dave.anglin@bell.net>
1219
1220 * configure.ac: Disable configuration of GDB for HPUX targets.
1221 * configure: Regenerate.
1222
1223 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1224
1225 PR ld/18355
1226 * Makefile.def: Add extra_configure_flags to host zlib.
1227 * configure.ac (extra_host_zlib_configure_flags): New. Set
1228 to --enable-host-shared When bfd is to be built as shared
1229 library. AC_SUBST.
1230 * Makefile.in: Regenerated.
1231
1232 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1233 Hans-Peter Nilsson <hp@axis.com>
1234
1235 Adjust src-release.sh for sim using the gdb create-version.sh.
1236 * src-release.sh (tar_compress): If there's a fifth parameter,
1237 use that in the getver call instead of $tool.
1238 (sim_release): Pass gdb as fifth parameter to tar_compress.
1239 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1240
1241 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1242
1243 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1244 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1245 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1246 * Makefile.in: Regenerate.
1247
1248 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1249
1250 * configure.ac: Add --with-system-zlib.
1251 * configure: Regenerated.
1252
1253 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1254
1255 * src-release.sh: Don't configure with --with-target-subdir=.
1256 --disable-multilib.
1257
1258 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1259
1260 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1261 src-release.sh.
1262
1263 2015-03-30 Ed Schouten <ed@nuxi.nl>
1264
1265 * config.sub: Update from upstream, to 2015-03-04 version.
1266 * config.guess: Likewise.
1267
1268 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1269
1270 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1271 * Makefile.in: Regenerated.
1272
1273 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1274
1275 * src-release.sh (do_proto_toplev): Configure with --target
1276 --with-target-subdir and --disable-multilib.
1277 (BINUTILS_SUPPORT_DIRS): Add zlib.
1278 (GAS_SUPPORT_DIRS): Likewise.
1279 (GDB_SUPPORT_DIRS): Likewise.
1280 (SIM_SUPPORT_DIRS): Likewise.
1281
1282 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1283
1284 * configure.ac (target_configdirs): Exclude target-zlib if
1285 target-libjava isn't built.
1286 * configure: Regenerated.
1287
1288 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1289
1290 Sync with GCC
1291 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1292
1293 * config-ml.in: Robustify ac_configure_args parsing.
1294
1295 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1296
1297 * Makefile.def: Updated from GCC trunk.
1298 * Makefile.tpl: Likewise.
1299 * configure.ac: Likewise.
1300 * Makefile.in: Regenerated.
1301 * configure: Likewise.
1302
1303 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1304
1305 * configure.ac: Add FT32 support.
1306 * configure: Regenerate.
1307
1308 2015-01-12 Anthony Green <green@moxielogic.com>
1309
1310 * configure.ac: Don't disable gprof for moxie.
1311 * configure: Rebuild.
1312
1313 2015-01-03 Andrew Pinski <apinski@cavium.com>
1314
1315 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1316 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1317 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1318 (OBJCOPY_FOR_TARGET): New variable.
1319 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1320 * Makefile.in: Regenerate.
1321 * configure.ac: Check for already installed target objcopy.
1322 Also GCC_TARGET_TOOL on objcopy.
1323 * configure: Regenerate.
1324
1325 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1326
1327 * config.sub: Update from upstream, to 2015-01-01 version.
1328 * config.guess: Ditto.
1329
1330 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1331
1332 * config.sub: Update from upstream config repo.
1333
1334 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1335
1336 * libtool.m4: Updated from GCC trunk.
1337
1338 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1339
1340 * config.guess: Update from upstream config repo.
1341 * config.sub: Ditto.
1342
1343 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1344
1345 * move-if-change: Update from upstream gnulib.
1346
1347 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1348
1349 * compile: Sync with upstream Automake.
1350 * depcomp: Ditto.
1351 * install-sh: Ditto.
1352 * missing: Ditto.
1353 * mkinstalldirs: Ditto.
1354 * ylwrap: Ditto.
1355
1356 2014-10-15 Tristan Gingold <gingold@adacore.com>
1357
1358 * src-release.sh (do_proto_toplev): Configure with --target.
1359
1360 2014-10-03 Jing Yu <jingyu@google.com>
1361
1362 * configure.ac: Add aarch64 to list of targets that support gold.
1363 * configure: Regenerate.
1364
1365 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1366
1367 * configure.ac: Add mips*-img-elf* target triple.
1368 * configure: Regenerate.
1369
1370 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1371 * configure: Disable gdb for nds32*-*-* until supported.
1372 * configure.ac: Disable gdb for nds32*-*-* until supported.
1373
1374 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1375
1376 * configure: Regenerate.
1377
1378 2014-08-27 Will Newton <will.newton@linaro.org>
1379
1380 * src-release.sh: New file.
1381 * src-release: Remove file.
1382
1383 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1384
1385 GDB not supported for or1k*-*-rtems*
1386 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1387 of the stanzas results in this not being caught by or1k*-*-* later.
1388 * configure. Regenerated.
1389
1390 2014-07-25 Samuel Bronson <naesten@gmail.com>
1391
1392 * .gitattributes: New file for use with git-merge-changelog.
1393
1394 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1395
1396 Disable gdb for or1k*-*-* until supported
1397 * configure.ac (or1k*-*-*): Disable gdb.
1398 * configure: Regenerated.
1399
1400 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1401
1402 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1403 * configure: Regenerated.
1404
1405 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1406
1407 PR sanitizer/56781
1408 * Makefile.def: Set bootstrap=true; for host fixincludes.
1409 * configure.ac: Don't bootstrap host fixincludes unless
1410 --with-build-config=bootstrap-{a,ub}san.
1411 * Makefile.in: Regenerated.
1412 * configure: Regenerated.
1413
1414 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1415
1416 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1417 --enable-vtable-verify option parsing. Don't add
1418 target-libsanitizer to bootstrap_target_libs unless
1419 --with-build-config=bootstrap-asan or
1420 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1421 to bootstrap_target_libs unless --enable-vtable-verify.
1422 * configure: Regenerated.
1423
1424 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1425
1426 PR bootstrap/58572
1427 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1428 -I for libstdc++-v3 includes if $(LEAN).
1429 * Makefile.in: Regenerated.
1430
1431 2014-02-24 Walter Lee <walt@tilera.com>
1432
1433 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1434 (tilegx-*-*): Change to tilegx*-*-*.
1435 * configure: Regenerate.
1436
1437 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1438
1439 * config.sub, config.guess: Import from upstream.
1440
1441 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1442
1443 PR bootstrap/60620
1444 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1445 * Makefile.in: Regenerate.
1446
1447 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1448
1449 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1450 for WINDRES_FOR_TARGET in default-manifest.o rule.
1451 * Makefile.in: Regenerate.
1452
1453 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1454
1455 PR target/59788
1456 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1457 *solaris2*.
1458
1459 2013-12-19 Keven Boell <keven.boell@intel.com>
1460
1461 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1462 nested lookups for fortran modules.
1463 * dwarf2read.c (read_module): Add fortran module to
1464 the symbol table.
1465 (add_partial_symbol, add_partial_module): Add fortran
1466 module to the partial symbol table.
1467 (new_symbol_full): Create full symbol for fortran module.
1468 * f-exp.y (yylex): Add new module domain to be parsed.
1469 * symtab.h: New domain for fortran modules.
1470
1471 2013-12-19 Keven Boell <keven.boell@intel.com>
1472
1473 * f-exp.y (yylex): Add domain array to enable lookup
1474 in multiple domains. Loop over lookup domains and try
1475 to find requested symbol. Add STRUCT_DOMAIN to lookup
1476 domains to be able to query for user defined types.
1477
1478 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1479
1480 * configure.ac: Add user-friendly check for native x86_64-linux
1481 multilibs.
1482 * configure: Regenerate.
1483
1484 2013-11-23 Alan Modra <amodra@gmail.com>
1485
1486 * config.sub, config.guess: Import from upstream.
1487
1488 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1489
1490 * Makefile.in: Regenerate.
1491
1492 * Makefile.tpl: Fix typo.
1493 * Makefile.in: Regenerate partially.
1494
1495 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1496
1497 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1498 supported.
1499 * configure: Regenerated.
1500
1501 2013-10-30 Jason Merrill <jason@redhat.com>
1502
1503 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1504 --disable-build-format-warnings.
1505
1506 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1507
1508 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1509 depend on libstdc++ and libgcc.
1510 * configure: Regenerate.
1511 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1512 libcilkrts for POSIX and i*86, and x86_64 architectures.
1513 * Makefile.in: Added libcilkrts related fields to support building it.
1514
1515 2013-10-26 Jeff Law <law@redhat.com>
1516
1517 * Makefile.def (target_modules): Remove libmudflap
1518 (languages): Remove check-target-libmudflap).
1519 * Makefile.in: Rebuilt.
1520 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1521 * configure.ac (target_libraries): Remove target-libmudflap.
1522 Remove checks which disabled libmudflap on some systems.
1523 * configure: Rebuilt.
1524 * libmudflap: Directory removed.
1525
1526 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1527
1528 * configure.ac: Update from GCC.
1529 * configure: Regenerate.
1530
1531 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1532
1533 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1534 files in SUPPORT_FILES.
1535 (SIM_SUPPORT_DIRS): New variable.
1536 (sim.tar.bz2): New rule.
1537
1538 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1539
1540 * configure.ac: Update from GCC.
1541 * configure: Regenerate.
1542
1543 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1544
1545 * COPYING.NEWLIB: Update with new copyright.
1546
1547 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1548
1549 * configure.ac: Update from GCC.
1550 * configure: Regenerate.
1551
1552 2013-09-20 Alan Modra <amodra@gmail.com>
1553
1554 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1555 ppc host match. Support little-endian powerpc linux hosts.
1556
1557 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1558
1559 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1560 strip the "-cvs" suffix from the version number if present.
1561
1562 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1563
1564 * configure.ac: Sync with GCC repo.
1565 * Makefile.def: Ditto.
1566 * configure: Regenerate.
1567 * Makefile.in: Ditto.
1568
1569 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1570
1571 * src-release (VER): Use $(TOOL)/common/create-version.sh
1572 if it exists.
1573
1574 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1575
1576 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1577 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1578 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1579 * configure: Regenerate.
1580
1581 2013-06-01 George Thomas <george.thomas@atmel.com>
1582
1583 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1584 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1585
1586 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1587
1588 * COPYING.NEWLIB: Add Altera Corporation copyright.
1589
1590 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1591
1592 * config.guess: Update from config repo.
1593 * config.sub: Ditto.
1594
1595 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1596
1597 * Makefile.def: Sync with GCC.
1598 * Makefile.in: Regenerate.
1599
1600 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1601
1602 * configure.ac: Sync with GCC.
1603 * configure: Regenerate.
1604
1605 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1606
1607 * src-release (VER): Change bfd/configure.in sed to use the new
1608 `bfd/configure --version` output.
1609
1610 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1611
1612 * configure.ac: Sync with GCC repo.
1613 * configure: Ditto.
1614
1615 2013-02-05 Ian Lance Taylor <iant@google.com>
1616
1617 PR go/55969
1618 * configure.ac: Disable libgo on some systems where it does not
1619 work.
1620 * configure: Rebuild.
1621
1622 2013-02-05 Alan Modra <amodra@gmail.com>
1623
1624 * configure: Regenerate after syncing config/.
1625
1626 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1627
1628 * configure.ac: Sync with GCC repo.
1629 * configure: Ditto.
1630 * Makefile.def: Ditto.
1631 * Makefile.in: Ditto.
1632
1633 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1634
1635 Sync with GCC, merge:
1636
1637 2013-01-09 Jason Merrill <jason@redhat.com>
1638
1639 * .gitignore: Import from gdb repository.
1640
1641 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1642
1643 * config.sub: Update from config repo.
1644
1645 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1646
1647 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1648 * Makefile.in: Regenerate.
1649
1650 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1651
1652 * Makefile.def (configure-gcc): Depend on all-gmp.
1653 (all-gcc): Remove dependency on all-gmp.
1654 * Makefile.in: Regenerated.
1655
1656 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1657
1658 * config.guess: Update from config repo.
1659 * config.sub: Ditto.
1660
1661 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1662
1663 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1664 exists and replace the new bfin license in its location.
1665
1666 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1667
1668 PR gas/14899
1669 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1670 all-ld and all-gold depend on all-gas.
1671 * Makefile.in: Regenerated.
1672
1673 2012-12-29 Ben Elliston <bje@gnu.org>
1674
1675 * config.guess: Update to 2012-12-29 version.
1676 * config.sub: Likewise.
1677
1678 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1679
1680 * Makefile.def (install-target-libgo): Depend on
1681 install-target-libatomic. Merged from GCC repo.
1682 * Makefile.in: Regenerate.
1683
1684 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1685
1686 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1687
1688 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1689
1690 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1691 * configure: Regenerate.
1692
1693 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1694
1695 * Makefile.def (target_modules): Add bootstrap=true and
1696 raw_cxx=true to libsanitizer.
1697 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1698 * Makefile.in: Regenerated.
1699 * configure: Likewise.
1700
1701 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1702
1703 * config.sub: Merge from config repo.
1704
1705 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1706
1707 * configure.ac: Merge from GCC.
1708 * Makefile.tpl: Ditto.
1709 * Makefile.in: Ditto.
1710 * configure: Ditto.
1711
1712 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1713
1714 * configure.ac (noconfigdirs): Merge from GCC.
1715 * configure: Regenerate.
1716
1717 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1718
1719 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1720
1721 2012-11-14 Roland McGrath <mcgrathr@google.com>
1722
1723 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1724 * configure: Regenerate.
1725
1726 2012-11-13 Richard Henderson <rth@redhat.com>
1727
1728 * configure.ac: Move libsanitizer logic to subdirectory.
1729 * configure: Regenerate.
1730
1731 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1732
1733 * configure.ac: Enable libsanitizer just on x86 linux for now.
1734 * configure: Re-generate.
1735
1736 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1737
1738 * configure.ac: Merge libquadmath sections.
1739 * configure: Regenerate.
1740
1741 2012-11-12 Wei Mi <wmi@google.com>
1742
1743 * configure.ac: Add libsanitizer to target_libraries.
1744 * Makefile.def: Ditto.
1745 * configure: Regenerate.
1746 * Makefile.in: Regenerate.
1747
1748 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1749
1750 * configure: Regenerated.
1751
1752 2012-11-03 Robert Mason <rbmj@verizon.net>
1753
1754 * configure.ac: add --disable-libstdcxx configure option
1755 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1756
1757 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1758
1759 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1760 against Mingw64 w32api.
1761 * configure: Regenerate.
1762
1763 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1764
1765 PR bootstrap/54820
1766 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1767 * configure: Regenerate.
1768
1769 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1770
1771 PR bootstrap/54820
1772 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1773 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1774 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1775 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1776 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1777 * Makefile.in: Regenerate.
1778 * configure.ac (have_static_libs): New variable and associated check.
1779 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1780 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1781 * configure: Regenerate.
1782
1783 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1784
1785 * config.guess, config.sub: Include updated version from
1786 config-patches. Adds microblaze little endian support.
1787
1788 2012-09-28 Ian Lance Taylor <iant@google.com>
1789
1790 * Makefile.def: Make all-target-libgo depend on
1791 all-target-libbacktrace.
1792 * Makefile.in: Rebuild.
1793
1794 2012-09-26 Ian Lance Taylor <iant@google.com>
1795
1796 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1797 * Makefile.in: Rebuild.
1798
1799 2012-09-06 Diego Novillo <dnovillo@google.com>
1800
1801 * configure.ac: Bump minimum GMP version to 4.2.3.
1802 * configure: Re-generate.
1803
1804 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1805
1806 PR target/54461
1807 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1808 target-libgloss if not configured --with-avrlibc=no.
1809 * configure: Regenerate.
1810
1811 2012-09-04 Jason Merrill <jason@redhat.com>
1812
1813 * configure.ac: Fix --enable-languages=all.
1814
1815 2012-09-03 Richard Guenther <rguenther@suse.de>
1816
1817 PR bootstrap/54138
1818 * configure.ac: Re-organize ISL / CLOOG checks to allow
1819 disabling with either --without-isl or --without-cloog.
1820 * configure: Regenerated.
1821
1822 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1823
1824 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1825 * configure: Regenerate.
1826
1827 2012-09-21 Steve Ellcey <sellcey@mips.com>
1828
1829 * configure.ac: Add mips*-mti-elf* target.
1830 * configure: Regenerate.
1831
1832 2012-09-19 Ian Lance Taylor <iant@google.com>
1833
1834 * configure.ac (host_libs): Add libbacktrace.
1835 (target_libraries): Add libbacktrace.
1836 * Makefile.def (host_modules): Add libbacktrace.
1837 (target_modules): Likewise.
1838 * configure, Makefile.in: Rebuild.
1839
1840 2012-09-15 Jiong Wang <jiwang@tilera.com>
1841
1842 * configure.ac (ENABLE_GOLD): support tilegx*
1843 * configure: rebuild
1844
1845 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1846
1847 PR target/38607
1848 Merge upstream change.
1849 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1850
1851 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1852 Add libgomp*.o to compare_exclusions for AIX.
1853 * configure: Regenerate.
1854
1855 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1856
1857 PR binutils/4970
1858 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1859 and opcodes.
1860 * Makefile.in: Regenerated.
1861
1862 2012-08-14 Diego Novillo <dnovillo@google.com>
1863
1864 Merge from cxx-conversion branch.
1865
1866 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1867 POSTSTAGE1_CONFIGURE_FLAGS.
1868 * Makefile.in: Regenerate.
1869 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1870 Force C++ when bootstrapping.
1871 * configure: Regenerate.
1872
1873 2012-07-06 Richard Guenther <rguenther@suse.de>
1874
1875 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1876 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1877 --with-gmp=system.
1878 * Makefile.in: Regenerated.
1879 * configure: Likewise.
1880
1881 2012-07-06 Richard Guenther <rguenther@suse.de>
1882
1883 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1884 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1885 supply V=1 as extra_make_flags.
1886 * configure: Regenerated.
1887 * Makefile.in: Likewise.
1888
1889 2012-07-03 Richard Guenther <rguenther@suse.de>
1890
1891 * Makfile.def (isl): Remove not necessary extra_exports and
1892 extra_make_flags.
1893 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1894 * Makefile.in: Regenerated.
1895
1896 2012-07-03 Richard Guenther <rguenther@suse.de>
1897
1898 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1899 * configure.ac: If either the ISL or the CLooG check failed
1900 do not try to build in-tree versions.
1901 * Makefile.in: Regenerated.
1902 * configure: Regenerated.
1903
1904 2012-07-02 Richard Guenther <rguenther@suse.de>
1905 Michael Matz <matz@suse.de>
1906 Tobias Grosser <tobias@grosser.es>
1907 Sebastian Pop <sebpop@gmail.com>
1908
1909 * Makefile.def: Add ISL host module, remove PPL host module.
1910 Adjust ClooG host module to use the proper ISL.
1911 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1912 * configure.ac: Include config/isl.m4. Add ISL host library,
1913 remove PPL. Remove PPL configury, add ISL configury, adjust
1914 ClooG configury.
1915 * Makefile.in: Regenerated.
1916 * configure: Likewise.
1917
1918 2012-07-02 Richard Guenther <rguenther@suse.de>
1919
1920 Merge from graphite branch
1921 2011-07-21 Tobias Grosser <tobias@grosser.es>
1922
1923 * configure: Regenerated.
1924 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1925 both cloog.org and legacy versions. The only supported version will
1926 be CLooG with the isl backend.
1927
1928 2011-07-21 Tobias Grosser <tobias@grosser.es>
1929
1930 * configure: Regenerated.
1931 * configure.ac: Require cloog isl 0.17.0
1932
1933 2011-07-21 Tobias Grosser <tobias@grosser.es>
1934
1935 * configure: Regenerated.
1936 * config/cloog.m4: Do not define CLOOG_ORG
1937
1938 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1939
1940 * configure.ac: Skip C if explicitly selected.
1941 * configure: Regenerate.
1942
1943 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1944
1945 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1946 they contain -O2.
1947 * configure: Regenerate.
1948
1949 2012-06-20 Jason Merrill <jason@redhat.com>
1950
1951 * Makefile.tpl (check-target-libgomp-c++): New.
1952 (check-target-libitm-c++): New.
1953 * Makefile.def (c++): Add them.
1954 * Makefile.in: Regenerate.
1955
1956 2012-05-16 Olivier Hainque <hainque@adacore.com>
1957
1958 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1959 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1960 (install-no-fixedincludes): Adjust accordingly.
1961 * Makefile.in: Regenerate.
1962
1963 2012-05-09 Nick Clifton <nickc@redhat.com>
1964 Paul Smith <psmith@gnu.org>
1965
1966 PR bootstrap/50461
1967 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1968 allow for the fact that from release v3.1.0 of MPFR the source
1969 files were moved into a src sub-directory.
1970 * configure: Regenerate.
1971
1972 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1973
1974 * configure.ac: Bump minimum MPFR version to 2.4.0.
1975 * configure: Regenerated.
1976
1977 2012-05-01 Richard Henderson <rth@redhat.com>
1978
1979 * Makefile.def (libatomic): New target_module.
1980 * configure.ac (target_libraries): Add libatomic.
1981 (noconfigdirs): Check if libatomic is supported.
1982 * Makefile.in, configure: Rebuild.
1983
1984 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1985
1986 Merge upstream change
1987 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1988
1989 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1990
1991 * libtool.m4: Additional FreeBSD 10 fixes.
1992
1993 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1994
1995 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1996 they contain -O2.
1997 * configure: Regenerate.
1998
1999 2012-05-14 Catherine Moore <clm@codesourcery.com>
2000
2001 * NEWS: Mention PowerPC VLE port.
2002
2003 2012-05-11 Mike Frysinger <vapier@gentoo.org>
2004
2005 * MAINTAINERS (config/): Move to intl/ section.
2006 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
2007
2008 2012-05-09 Nick Clifton <nickc@redhat.com>
2009 Paul Smith <psmith@gnu.org>
2010
2011 PR bootstrap/50461
2012 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2013 allow for the fact that from release v3.1.0 of MPFR the source
2014 files were moved into a src sub-directory.
2015 * configure: Regenerate.
2016
2017 2012-05-02 Roland McGrath <mcgrathr@google.com>
2018
2019 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2020 * configure: Regenerate.
2021
2022 2012-04-25 Joel Brobecker <brobecker@adacore.com>
2023
2024 * config.sub: Update to 2012-04-18 version from official repo.
2025
2026 2012-03-19 Tristan Gingold <gingold@adacore.com>
2027
2028 * configure.ac (ia64*-*-*vms*): Add support for ld.
2029 * configure: Regenerate.
2030
2031 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2032
2033 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2034 (unsupported_languages): Remove mips-sgi-irix6.*.
2035 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2036 (with_stabs): Remove.
2037 * configure: Regenerate.
2038
2039 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2040
2041 * configure.ac (enable_libgomp): Remove *-*-osf*.
2042 (with_stabs): Remove alpha*-*-osf*.
2043 * configure: Regenerate.
2044
2045 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2046
2047 * COPYING.NEWLIB: Modify DJ Delorie license to include
2048 modification rights in clause as permitted by DJ Delorie.
2049 * COPYING.LIBGLOSS: Ditto.
2050
2051 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2052
2053 * COPYING.NEWLIB: Remove two unused licenses.
2054
2055 2012-03-05 Tristan Gingold <gingold@adacore.com>
2056
2057 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2058 * configure: Regenerate.
2059
2060 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
2061
2062 * COPYING.NEWLIB: Add Adapteva notice.
2063 * COPYING.LIBGLOSS: Add Adapteva notice.
2064
2065 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2066
2067 * configure: Regenerate.
2068
2069 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
2070
2071 * COPYING.LIBGLOSS: Add GPL with exception license.
2072
2073 2011-11-09 Roland McGrath <mcgrathr@google.com>
2074
2075 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2076 * configure: Rebuild.
2077 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2078 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2079 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2080 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2081 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2082 Add READELF.
2083 * Makefile.in: Rebuild.
2084
2085 2011-11-08 Richard Henderson <rth@redhat.com>
2086
2087 * configure.ac: Test for libitm directory present first.
2088
2089 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2090
2091 * configure.ac: Test libitm/configure.tgt to disable libitm.
2092 * configure: Rebuild.
2093
2094 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2095
2096 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2097 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2098 * Makefile.in: Regenerate.
2099
2100 2011-11-01 DJ Delorie <dj@redhat.com>
2101
2102 * configure.ac (rl78-*-*) New case.
2103 * configure: Regenerate.
2104
2105 2011-11-01 DJ Delorie <dj@redhat.com>
2106
2107 * config.sub: Update to version 2011-10-29 (added rl78)
2108
2109 2011-10-27 Nick Clifton <nickc@redhat.com>
2110
2111 * config.sub: Import these changes from the config project:
2112
2113 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2114 Ben Elliston <bje@gnu.org>
2115
2116 * config.sub (epiphany): New.
2117
2118 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2119 Ben Elliston <bje@gnu.org>
2120
2121 * config.sub (hexagon, hexagon-*): New.
2122
2123 2011-08-23 Roland McGrath <mcgrathr@google.com>
2124
2125 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2126 64eb to be64.
2127
2128 2011-08-16 Roland McGrath <mcgrathr@google.com>
2129
2130 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2131 (nacl): Grok as alias for 32el-unknown-nacl.
2132
2133 2011-08-19 Joel Brobecker <brobecker@adacore.com>
2134
2135 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
2136
2137 2011-08-14 Yao Qi <yao@codesourcery.com>
2138
2139 Merge from gcc:
2140
2141 2011-08-14 Yao Qi <yao@codesourcery.com>
2142 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2143 * configure: Regenerate.
2144
2145 2011-07-26 Ian Lance Taylor <iant@google.com>
2146
2147 Merge from gcc:
2148
2149 2011-07-26 Ian Lance Taylor <iant@google.com>
2150 * configure.ac: Set have_compiler based on whether gcc directory
2151 exists, rather than on whether gcc is in configdirs.
2152 * configure: Rebuild.
2153
2154 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2155 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2156 link directories.
2157 * Makefile.in: Rebuild.
2158
2159 2011-07-20 Ian Lance Taylor <iant@google.com>
2160 PR bootstrap/49787
2161 * configure.ac: Move --enable-bootstrap handling earlier in file.
2162 If --enable-bootstrap and either --enable-build-with-cxx or
2163 --enable-build-poststage1-with-cxx, enable C++ automatically.
2164 * configure: Rebuild.
2165
2166 2011-07-19 Ian Lance Taylor <iant@google.com>
2167 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2168 make C++ a boot_language. Set and substitute
2169 POSTSTAGE1_CONFIGURE_FLAGS.
2170 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2171 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2172 * configure, Makefile.in: Rebuild.
2173
2174 2011-07-16 Jason Merrill <jason@redhat.com>
2175 * Makefile.def (language=c++): Add check-c++0x and
2176 check-target-libmudflap-c++.
2177 * Makefile.tpl (check-target-libmudflap-c++): New.
2178 * Makefile.in: Regenerate.
2179
2180 2011-07-16 Matthias Klose <doko@ubuntu.com>
2181 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2182 * Makefile.def (target_modules/libjava): Pass
2183 $(EXTRA_CONFIGARGS_LIBJAVA).
2184 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2185 if not configured with --enable-static-libjava.
2186 * Makefile.in: Regenerate.
2187 * configure: Likewise.
2188
2189 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2190 PR regression/47836
2191 PR bootstrap/23656
2192 PR other/47733
2193 PR bootstrap/49247
2194 PR c/48825
2195 * configure.ac (target_libraries): Remove target-libiberty.
2196 Remove case-statement setting skipdirs=target-libiberty for
2197 multiple targets. Remove checking target_configdirs and
2198 removing target-libiberty but keeping target-libgcc if
2199 otherwise empty.
2200 * Makefile.def (target_modules): Don't add libiberty.
2201 (dependencies): Remove all traces of target-libiberty.
2202 * configure, Makefile.in: Regenerate.
2203
2204 2011-07-22 Jason Merrill <jason@redhat.com>
2205
2206 * Makefile.def (language=c++): Add check-c++0x and
2207 check-target-libmudflap-c++.
2208 * Makefile.tpl (check-target-libmudflap-c++): New.
2209 * Makefile.in: Regenerate.
2210
2211 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2212
2213 * configure: Regenerate.
2214
2215 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2216
2217 PR target/39150
2218 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2219 x86_64-*-solaris2.1[0-9]*.
2220 * configure: Regenerate.
2221
2222 2011-06-13 Walter Lee <walt@tilera.com>
2223
2224 * configure.ac (tilepro-*-*) New case.
2225 (tilegx-*-*): Likewise.
2226 * configure: Regenerate.
2227
2228 2011-06-06 Nick Clifton <nickc@redhat.com>
2229
2230 * config.sub: Sync from upstream.
2231
2232 2011-05-08 Doug Kwan <dougkwan@google.com>
2233
2234 Merge from gcc:
2235
2236 2011-05-08 Doug Kwan <dougkwan@google.com>
2237
2238 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2239 * configure: Regenerated.
2240 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2241 value from configure.
2242 * Makefile.in: Regenerated.
2243
2244 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2245
2246 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2247 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2248 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2249 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2250 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2251 *-*-vxworks*): Disable newlib and libgloss in separate case
2252 statement.
2253 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2254 to separate case statement.
2255 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2256 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2257 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2258 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2259 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2260 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2261 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2262 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2263 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2264 i[[3456789]]86-*-rdos*, m32r-*-*,
2265 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2266 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2267 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2268 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2269 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2270 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2271 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2272 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2273 and libgloss in main case over targets. Remove most empty cases
2274 in main case over targets.
2275 * configure: Regenerate.
2276
2277 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2278
2279 * configure.ac: Remove code setting special library locations for
2280 hppa*64*-*-hpux11*. Remove code setting compiler for
2281 sparc-sun-solaris2*.
2282 * configure: Regenerate.
2283
2284 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2285
2286 * configure.ac: Separate libgloss_dir settings from general case
2287 over targets.
2288 * configure: Regenerate.
2289
2290 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2291
2292 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2293 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2294 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2295 cases in libgcj-disabling case statement.
2296 (hppa*64*-*-linux*): Set unsupported_languages instead of
2297 disabling target-zlib.
2298 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2299 to hppa*64*-*-hpux*.
2300 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2301 hppa*-*-hpux*.
2302 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2303 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2304 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2305 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2306 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2307 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2308 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2309 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2310 libgcj-disabling case statement.
2311 * configure: Regenerate.
2312
2313 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2314
2315 * configure.ac: Disable Java for targets not supporting libffi.
2316 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2317 Remove cases in Java-disabling statement.
2318 (*arm-wince-pe): Change to arm-wince-pe.
2319 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2320 cases in Java-disabling statement.
2321 (bfin-*-*): Don't disable Java again.
2322 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2323 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2324 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2325 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2326 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2327 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2328 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2329 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2330 Java-disabling statement.
2331 (mmix-*-*): Don't disable Java again.
2332 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2333 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2334 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2335 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2336 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2337 statement.
2338 * configure: Regenerate.
2339
2340 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2341
2342 Merge from GCC:
2343
2344 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2345
2346 PR lto/48086
2347 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2348 * configure: Regenerate.
2349
2350 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2351
2352 * configure.ac: Separate cases disabling Java and Java libraries
2353 from general case over targets.
2354 * configure: Regenerate.
2355
2356 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2357
2358 * configure.ac (build_tools): Remove build-byacc.
2359 (host_libs): Remove mmalloc.
2360 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2361 autoconf automake libtool diff rcs fileutils shellutils time
2362 textutils wdiff find uudecode hello tar gzip indent recode release
2363 sed perl gawk findutils gettext zip.
2364 (libgcj): Remove target-qthreads.
2365 (target_tools): Remove target-examples target-gperf.
2366 (YACC): Don't handle building byacc.
2367 * configure: Regenerate.
2368 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2369 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2370 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2371 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2372 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2373 handle building components.
2374 * Makefile.in: Regenerate.
2375
2376 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2377
2378 * config.sub: Sync from upstream.
2379
2380 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2381
2382 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2383 (microblaze*): Don't disable libssp.
2384 * configure: Regenerate.
2385
2386 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2387
2388 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2389 moveifchange.
2390 * configure: Regenerate.
2391 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2392 * Makefile.in: Regenerate.
2393
2394 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2395
2396 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2397 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2398 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2399 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2400 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2401 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2402 md_exec_prefix cases.
2403 * configure: Regenerate.
2404
2405 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2406
2407 * configure.ac: Separate cases disabling target-libssp,
2408 target-libiberty, target-libstdc++-v3 and Fortran from general
2409 case over targets.
2410 * configure: Regenerate.
2411
2412 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2413
2414 * configure.ac (*-*-chorusos): Don't disable libgcj.
2415 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2416 Remove case.
2417 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2418 (arm-*-coff): Don't disable libgcj.
2419 (arm*-*-linux-gnueabi): Remove useless assignment.
2420 (arm-*-riscix*): Don't disable libgcj.
2421 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2422 configuration.
2423 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2424 (c54x*-*-*): Remove case.
2425 (tic54x-*-*): Don't disable GCC or GCC libraries.
2426 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2427 to *.
2428 (d10v-*-*): Don't disable GCC libraries.
2429 (d30v-*-*): Don't disable libgcj.
2430 (h8500-*-*): Don't disable GCC libraries.
2431 (i960-*-*): Don't disable libgcj.
2432 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2433 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2434 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2435 libgcj.
2436 (m68k-*-coff*): Remove case.
2437 (mmix-*-*): Don't disable libgloss on host.
2438 (mn10200-*-*, mn10300-*-*): Remove cases.
2439 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2440 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2441 Don't disable libgcj.
2442 (romp-*-*): Remove case.
2443 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2444 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2445 case.
2446 (v810-*-*): Don't disable GCC libraries.
2447 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2448 (ip2k-*-*): Don't disable GCC libraries.
2449 * configure: Regenerate.
2450
2451 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2452
2453 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2454 libffi on host.
2455 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2456 on host.
2457 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2458 * configure: Regenerate.
2459
2460 2011-03-26 John Marino <binutils@marino.st>
2461
2462 * configure.ac: Add support for *-*-dragonfly*
2463 * configure: Regenerate.
2464
2465 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2466
2467 * configure.ac (native_only): Remove.
2468 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2469 send-pr uudecode guile gnuserv on host.
2470 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2471 send-pr rcs guile perl texinfo libtool on host.
2472 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2473 automake send-pr rcs guile perl texinfo libtool on host.
2474 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2475 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2476 (alpha*-dec-osf*): Don't disable fileutils on target.
2477 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2478 texinfo send-pr expect dejagnu on target.
2479 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2480 target-qthreads on target.
2481 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2482 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2483 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2484 x86_64-*-mingw*): Don't disable expect on target.
2485 (*-*-cygwin*): Don't disable target-gperf on target.
2486 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2487 gnuserv on target.
2488 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2489 target.
2490 * configure: Regenerate.
2491
2492 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2493
2494 * configure.ac (target_tools): Remove target-groff.
2495 (native_only): Remove target-groff.
2496 (hppa*64*-*-*): Don't disable byacc.
2497 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2498 setting.
2499 (*-*-kaos*): Don't skip target-librx and target-groff.
2500 (*-*-netware*): Don't skip target-libmudflap.
2501 (*-*-tpf*): Don't skip target-libmudflap.
2502 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2503 directories on the host.
2504 (ia64*-*-*vms*): Don't skip tix.
2505 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2506 host.
2507 * configure: Regenerate.
2508
2509 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2510
2511 * configure.ac: Remove references to mt-mep, mt-netware,
2512 mt-wince.
2513 * Makefile.def: Add all-utils soft dependencies.
2514 * Makefile.tpl: Remove GDB_NLM_DEPS.
2515 * configure: Regenerate.
2516 * Makefile.in: Regenerate.
2517
2518 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2519
2520 Sync from GCC:
2521
2522 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2523
2524 * configure.ac: Do not include mh-x86omitfp.
2525 * configure: Regenerate.
2526
2527 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2528
2529 * configure.ac: Remove empty cases.
2530 * configure: Regenerate.
2531
2532 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2533
2534 * Makefile.def: Add dependency from termcap to gdb.
2535 * Makefile.in: Regenerate.
2536
2537 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2538
2539 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2540 * configure: Regenerate.
2541 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2542 * Makefile.tpl: Likewise.
2543 * Makefile.in: Regenerate.
2544
2545 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2546
2547 * configure.ac: Remove all mentions of tentative_cc.
2548 * configure: Regenerate.
2549
2550 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2551
2552 PR lto/48086
2553 * configure.ac: Re-enable LTO on *-apple-darwin9.
2554 * configure: Regenerate.
2555
2556 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2557
2558 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2559 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2560 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2561 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2562 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2563 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2564 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2565 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2566 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2567 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2568 *-*-rhapsody*): Remove host cases.
2569 * configure: Regenerate.
2570
2571 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2572
2573 * configure.ac (ppc*-*-pe): Remove host case.
2574 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2575 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2576 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2577 cases.
2578 * configure: Regenerate.
2579
2580 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2581
2582 * config.sub: Update to version 2011-03-23.
2583
2584 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2585
2586 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2587 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2588 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2589 * configure: Regenerate.
2590
2591 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2592
2593 * config-ml.in: Don't handle arc-*-elf*.
2594 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2595 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2596 handle GCC libraries.
2597 * configure: Regenerate.
2598
2599 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2600
2601 PR bootstrap/48120:
2602 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2603 Add -lstdc++ -lm to LIBS.
2604 * configure: Regenerate.
2605
2606 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2607
2608 * config.guess: Update to version 2011-02-02
2609 * config.sub: Update to version 2011-02-24
2610
2611 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2612
2613 * configure.ac: Adjust test of with_ppl.
2614 * configure: Regenerated.
2615
2616 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2617
2618 * configure.ac: Add -lpwl to ppllibs.
2619 * config/cloog.m4: Add -lisl to clooglibs.
2620 * configure: Regenerated.
2621
2622 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2623
2624 Import from Libtool and gnulib:
2625
2626 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2627
2628 Prepare for supporting FreeBSD 10.
2629 * config.rpath: Remove handling of freebsd1* which soon would
2630 match FreeBSD 10.0.
2631
2632 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2633
2634 Remove support for FreeBSD 1.x.
2635 * libtool.m4 (_LT_LINKER_SHLIBS)
2636 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2637 soon would incorrectly match FreeBSD 10.0.
2638
2639 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2640
2641 PR binutils/12283
2642 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2643 (move-if-change): Comes from gnulib.
2644 * move-if-change: Import version from gnulib.
2645
2646 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2647
2648 Sync from GCC:
2649
2650 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2651
2652 PR lto/47225
2653 * Makefile.def (lto-plugin): Double dash for enable-shared.
2654 (configure-gcc): Depend on all-lto-plugin.
2655 * Makefile.in: Rebuilt.
2656
2657 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2658
2659 * configure.ac: Remove extra bracket.
2660 * configure: Regenerate.
2661
2662 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2663
2664 PR lto/47225
2665 * Makefile.def: Add dependency for install-gcc
2666 on install-lto-plugin.
2667 * Makfile.in: Regenerated
2668
2669 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2670
2671 * configure.ac: If with_ppl is no, move setting with_cloog=no
2672 after CLOOG_REQUESTED check.
2673 * configure: Regenerated.
2674
2675 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2676
2677 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2678 CLooG has been requested.
2679 * configure: Regenerated.
2680
2681 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2682
2683 * configure: Regenerated.
2684 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2685
2686 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2687
2688 * configure: Regenerated.
2689 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2690
2691 2011-01-07 Jan Hubicka <jh@suse.cz>
2692
2693 PR lto/47225
2694 * Makefile.in: Regenerate.
2695 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2696 configure.
2697
2698 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2699
2700 PR libgcj/44341
2701 * configure.ac: Discard --with-* flags for host when configuring
2702 target libraries for cross build.
2703 * configure: Rebuilt.
2704
2705 2011-01-21 Andreas Schwab <schwab@redhat.com>
2706
2707 Sync from GCC:
2708
2709 2011-01-21 Andreas Schwab <schwab@redhat.com>
2710
2711 * configure.ac: Use AS_HELP_STRING throughout.
2712 * configure: Regenerate.
2713
2714 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2715
2716 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2717 * configure: Regenerate.
2718
2719 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2720
2721 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2722
2723 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2724
2725 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2726 for ia64-hpux.
2727 * configure: Regenerate.
2728
2729 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2730
2731 Sync from GCC:
2732 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2733
2734 * configure.ac: (picochip): Disable libiberty.
2735 * configure: Regenerate.
2736
2737 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2738
2739 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2740
2741 2010-12-10 Ian Lance Taylor <iant@google.com>
2742
2743 PR bootstrap/46819
2744 * configure.ac: For --disable-libgcj clear libgcj_saved.
2745 * configure: Rebuild.
2746
2747 2010-12-10 Tobias Burnus <burnus@net-b.de>
2748
2749 PR fortran/46540
2750 * configure.ac: Add --disable-libquadmath and
2751 --disable-libquadmath-support.
2752 * configure: Regenerate.
2753
2754 2010-12-10 Tristan Gingold <gingold@adacore.com>
2755
2756 * src-release (ETC_SUPPORT): add gnu-oids.texi
2757
2758 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2759
2760 PR libffi/46792
2761 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2762 * configure: Regenerate.
2763
2764 2010-12-02 Ian Lance Taylor <iant@google.com>
2765
2766 * configure.ac: Always set default for poststage1_ldflags to
2767 -static-libstdc++ -static-libgcc.
2768
2769 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2770
2771 * COPYING.NEWLIB: Add National Semiconductor notice.
2772
2773 2010-11-29 Andreas Schwab <schwab@redhat.com>
2774
2775 * configure.ac: Move comment to remove extra space in last argument
2776 of GCC_TARGET_TOOL.
2777
2778 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2779
2780 PR other/46026
2781 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2782 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2783 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2784 (BASE_FLAGS_TO_PASS): Use it.
2785 * configure: Rebuilt.
2786 * Makefile.in: Rebuilt.
2787
2788 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2789
2790 PR binutils/12258
2791 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2792 Properly check default linker.
2793 * configure: Regnerated.
2794
2795 2010-11-23 Matthias Klose <doko@ubuntu.com>
2796
2797 * configure.ac: For --enable-gold, handle value `default' instead of
2798 `both*'. New configure option --{en,dis}able-ld.
2799 * configure: Regenerate.
2800
2801 2010-11-20 Ian Lance Taylor <iant@google.com>
2802
2803 * configure.ac: Only disable a language library if no language needs
2804 it. Don't let --disable-libgcj uncondtionally disable libffi.
2805 * configure: Rebuild.
2806
2807 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2808
2809 * configure: Regenerate.
2810
2811 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2812
2813 PR other/46202
2814 * configure.ac: Fix just-built in-tree STRIP name to be
2815 binutils/strip-new.
2816 * configure: Regenerate.
2817 * Makefile.def (install-strip-gcc, install-strip-binutils)
2818 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2819 (install-strip-sid): Mirror dependencies on non-strip variants
2820 of these targets on the respective -strip prerequisites.
2821 * Makefile.tpl (install-strip, install-strip-host)
2822 (install-strip-target): New targets.
2823 (install-strip-[+module+], install-strip-target-[+module+]):
2824 New targets.
2825 * Makefile.in: Regenerate.
2826
2827 2010-11-19 Ian Lance Taylor <iant@google.com>
2828 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2829
2830 * configure.ac: Add target-libgo to target_libraries. Set
2831 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2832 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2833 (HOST_EXPORTS): Add GOC.
2834 (BASE_TARGET_EXPORTS): Add GOC.
2835 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2836 (GOCFLAGS_FOR_TARGET): New variable.
2837 (EXTRA_HOST_FLAGS): Add GOC.
2838 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2839 * Makefile.def (target_modules): Add libgo.
2840 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2841 (dependencies): Add dependency from configure-target-libgo to
2842 configure-target-libffi and all-target-libstdc++-v3. Add
2843 dependencies from all-target-libgo to all-target-libffi.
2844 (languages): Add go.
2845 * configure: Rebuild.
2846 * Makefile.in: Rebuild.
2847
2848 2010-11-19 Ian Lance Taylor <iant@google.com>
2849
2850 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2851 compiler/flag environment variables.
2852
2853 2010-11-18 Ian Lance Taylor <iant@google.com>
2854
2855 * configure.ac: Check for lang_requires_boot_languages in
2856 config-lang.in files.
2857 * configure: Rebuild.
2858
2859 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2860
2861 * .gitignore: New file.
2862
2863 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2864 Tobias Burnus <burnus@net-b.de>
2865
2866 PR fortran/32049
2867 * Makefile.def: Add libquadmath; build it with language=fortran.
2868 * configure.ac: Add libquadmath.
2869 * Makefile.tpl: Handle multiple libs in check-[+language+].
2870 * Makefile.in: Regenerate.
2871 * configure: Regenerate.
2872
2873 2010-11-15 Andreas Schwab <schwab@redhat.com>
2874
2875 * configure.ac: Fix spelling in option names.
2876 * configure: Regenerated.
2877
2878 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2879
2880 PR bootstrap/39622
2881 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2882 * configure: Regenerated.
2883
2884 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2885
2886 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2887 define the cloog backend to use. Furthermore, only pass the ppllibs to
2888 the configure checks, if necessary.
2889 * configure: Regenerate.
2890
2891 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2892
2893 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2894 * configure: regenerate
2895
2896 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2897
2898 * config/cloog.m4: Fix typo. verison -> version.
2899 * configure: Regenerate.
2900
2901 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2902
2903 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2904 * configure: Regenerate.
2905
2906 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2907
2908 * configure.ac: Support official CLooG.org versions.
2909 * configure: Regenerate.
2910 * config/cloog.m4: New.
2911
2912 2010-11-05 Michael Eager <eager@eagercon.com>
2913
2914 * COPYING.LIBGLOSS: Correct typo in microblaze.
2915 * COPYING.NEWLIB: Same.
2916
2917 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2918
2919 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2920 * configure: Regenerate.
2921
2922 2010-11-03 Ian Lance Taylor <iant@google.com>
2923 Dave Korn <dave.korn.cygwin@gmail.com>
2924
2925 PR lto/46273
2926 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2927 and on other supported platforms whenever LTO is enabled.
2928 * configure: Rebuild.
2929
2930 2010-11-02 Alan Modra <amodra@gmail.com>
2931
2932 PR binutils/12110
2933 * configure.ac: Error when source path contains spaces.
2934 * configure: Regenerate.
2935
2936 2010-10-20 Ian Lance Taylor <iant@google.com>
2937
2938 * Makefile.def (target_modules): Set lib_path to src/.libs for
2939 libstdc++-v3 module.
2940 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2941 * Makefile.in: Rebuild.
2942
2943 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2944 Joseph Myers <joseph@codesourcery.com>
2945
2946 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2947 notices.
2948 * COPYING.NEWLIB: Add Texas Instruments notice.
2949
2950 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2951
2952 * configure.ac (build_lto_plugin): New shell variable.
2953 (--enable-lto): Turn on by default for all non-ELF platforms that
2954 have had LTO support added so far. Set build_lto_plugin appropriately
2955 for both ELF and non-ELF.
2956 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2957 * configure: Regenerate.
2958
2959 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2960
2961 PR bootstrap/45326
2962 PR bootstrap/45174
2963 * configure.ac: Honor initial values of $build_configargs,
2964 $host_configargs, $target_configargs. Mark the precious, so
2965 environment settings get recorded.
2966 * configure: Regenerate.
2967
2968 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2969
2970 Sync from GCC:
2971
2972 2010-09-30 Michael Eager <eager@eagercon.com>
2973
2974 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2975 * configure: Regenerate.
2976
2977 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2978
2979 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2980 targets and amend comment.
2981 * configure: Regenerate.
2982
2983 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2984
2985 * configure.ac: Enable LTO by default on Darwin.
2986 * configure: Regenerate.
2987
2988 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2989
2990 PR bootstrap/44455
2991 * configure.ac (extra_mpfr_configure_flags): Copy from
2992 extra_mpc_gmp_configure_flags.
2993 * configure: Re-generated.
2994
2995 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2996
2997 Sync from GCC:
2998
2999 PR bootstrap/45796
3000 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3001 Depend on all-build-libiberty.
3002 * Makefile.in: Regenerate.
3003
3004 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3005
3006 Sync from GCC:
3007
3008 PR bootstrap/44621
3009 * configure.ac: Fix unportable shell quoting.
3010 * configure: Regenerate.
3011
3012 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3013
3014 * configure.ac: Support all v850 targets.
3015 * configure: Regenerate.
3016
3017 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3018
3019 PR target/44862
3020 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3021 Provide -B option to allow for link spec %s substitutions for
3022 libstdc++.a on darwin.
3023 * Makefile.in: Regenerate.
3024
3025 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
3026
3027 * Makefile.def (configure-gcc): Depend on all-libelf.
3028 * Makefile.in: Rebuild.
3029
3030 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3031
3032 * config.sub, config.guess: Update from upstream sources.
3033
3034 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3035
3036 Sync from GCC:
3037
3038 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3039 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3040 * configure: Regenerated.
3041
3042 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3043 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3044 * configure: Regenerate.
3045
3046 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
3047 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3048 * configure: Regenerate.
3049
3050 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3051 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3052 separately.
3053 * configure: Regenerate.
3054
3055 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3056 * configure: Regenerate after change to elf.m4.
3057
3058 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3059 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3060 * configure: Regenerated.
3061
3062 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3063 * configure.ac: Print "buggy but acceptable" when CLooG
3064 revision is less than 9.
3065 * configure: Regenerated.
3066
3067 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
3068
3069 Merge from gcc:
3070
3071 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3072 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3073 * configure: Regenerate.
3074
3075 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3076 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3077 a platform that supports LTO.
3078 * configure: Regenerate.
3079
3080 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3081 PR lto/42776
3082 * configure.ac (--enable-lto): Refactor handling so libelf tests
3083 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3084 and allow LTO to be explicitly enabled on non-ELF platforms that
3085 are known to support it inside else-clause.
3086 * configure: Regenerate.
3087
3088 2010-04-27 Roland McGrath <roland@redhat.com>
3089 H.J. Lu <hongjiu.lu@intel.com>
3090
3091 * configure.ac (--enable-gold): Support both, both/gold and
3092 both/bfd to add gold to configdirs without removing ld.
3093 * configure: Regenerated.
3094
3095 * Makefile.def: Add install-gold dependency to install-ld.
3096 * Makefile.in: Regenerated.
3097
3098 2010-04-14 Tristan Gingold <gingold@adacore.com>
3099
3100 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3101 * configure: Regenerate.
3102
3103 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3104
3105 Merge from gcc:
3106 PR bootstrap/43615
3107 PR bootstrap/43328
3108 Revert:
3109 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3110 * configure.ac: Do not pass --enable-multilib nor
3111 --disable-multilib in baseargs. Accept explicitly passed
3112 --enable_multilib.
3113 * configure: Regenerate.
3114
3115 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3116
3117 PR bootstrap/43328
3118 * configure.ac: Do not pass --enable-multilib nor
3119 --disable-multilib in baseargs. Accept explicitly passed
3120 --enable_multilib.
3121 * configure: Regenerate.
3122
3123 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3124
3125 * configure.ac (tic6x-*-*): New case.
3126 * configure: Regenerate.
3127
3128 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3129
3130 Merge from gcc:
3131 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3132 PR ada/42554
3133 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3134 * configure: Regenerate.
3135
3136 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3137
3138 * config.sub: Update to version 2010-03-22.
3139 * config.guess: Update to version 2009-12-30.
3140
3141 2010-03-14 Joseph Myers <joseph@codesourcery.com>
3142
3143 Merge from gcc:
3144 2010-01-11 Richard Guenther <rguenther@suse.de>
3145 PR lto/41569
3146 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3147 * Makefile.in: Regenerated.
3148
3149 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3150
3151 PR libstdc++/32499
3152 * configure.ac (RANLIB): Default to true.
3153 (STRIP): Likewise.
3154 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3155 * configure: Regenerate.
3156
3157 2010-02-17 Nick Clifton <nickc@redhat.com>
3158
3159 PR 11238
3160 * Makefile.tpl (local-distclean): Also remove config.cache files in
3161 sub-directories as there may not be Makefiles present in the
3162 sub-directories.
3163 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3164 the config.cache files found by the find command.
3165
3166 * Makefile.in: Regenerate.
3167 * configure.ac: Revert previous delta.
3168 * configure: Regenerate.
3169
3170 2010-02-15 Nick Clifton <nickc@redhat.com>
3171
3172 PR 11238
3173 * configure.ac: Delete config.cache files in sub-directories when
3174 deleting Makefiles.
3175 * configure: Regenerate.
3176
3177 2010-02-15 Nick Clifton <nickc@redhat.com>
3178
3179 * configure.ac: Sync from gcc.
3180 * configure: Regenerate.
3181
3182 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3183
3184 Sync from gcc:
3185 * configure.ac: Add "recommended" version checks for GMP/MPC.
3186 Update recommended GMP/MPFR/MPC versions.
3187 * configure: Regenerate.
3188
3189 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3190
3191 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3192 * configure.ac (bootstrap_target_libs): Make inclusion of
3193 target-libgomp conditional on libgomb being in target_configdirs.
3194 * configure: Regenerate.
3195
3196 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3197
3198 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3199 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3200 * configure: Regenerate.
3201
3202 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3203
3204 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3205 * configure.ac (target_configdirs): Substitute.
3206 * Makefile.def: Bootstrap target module libgomp.
3207 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3208 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3209 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3210 * configure, Makefile.in: Regenerate.
3211
3212 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3213
3214 * libtool.m4: Sync from git Libtool.
3215 * ltmain.sh: Likewise.
3216 * ltoptions.m4: Likewise.
3217 * ltversion.m4: Likewise.
3218 * lt~obsolete.m4: Likewise.
3219
3220 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3221 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3222
3223 PR bootstrap/42424
3224 * configure.ac: Include libtool m4 files.
3225 (_LT_CHECK_OBJDIR): Call it.
3226 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3227 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3228
3229 * configure: Regenerate.
3230
3231 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3232
3233 PR bootstrap/41818
3234 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3235 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3236 * Makefile.in: Regenerate.
3237
3238 2009-12-18 Ben Elliston <bje@au.ibm.com>
3239
3240 * config.sub, config.guess: Update from upstream sources.
3241
3242 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3243
3244 * COPYING.NEWLIB: Update copyright date.
3245 * COPYING.LIBGLOSS: Ditto.
3246
3247 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3248
3249 PR middle-end/30447
3250 PR middle-end/30789
3251 PR other/40302
3252
3253 * configure.ac: Require MPC.
3254 * configure: Regenerate.
3255
3256 * configure.ac: Update minimum MPC version to 0.8.
3257 * configure: Regenerate.
3258
3259 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3260
3261 * config.guess: Sync with upstream and gcc.
3262 * config.sub: Sync with upstream and gcc.
3263
3264 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3265
3266 * Makefile.def: Restore host and target settings for gmp.
3267 * Makefile.in: Rebuild.
3268
3269 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3270
3271 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3272 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3273 Fix portability of test of C++ as bootstrap language. Add
3274 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3275 * configure: Rebuild.
3276 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3277 and cloog. Fix in-tree ppl configuration. Introduce libelf
3278 in-tree building.
3279 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3280 (POSTSTAGE1_HOST_EXPORTS): Use it.
3281 (STAGE[+id+]_CXXFLAGS): New.
3282 (BASE_FLAGS_TO_PASS): Pass it down.
3283 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3284 extra_exports.
3285 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3286 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3287 extra_exports.
3288 * Makefile.in: Rebuild.
3289
3290 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3291
3292 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3293 paths for *-w64-mingw* and x86_64-*mingw*.
3294 * configure: Regenerated.
3295
3296 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3297
3298 * configure.ac: Disable target-winsup & co for
3299 x86_64-*-mingw* and *-w64-mingw* targets.
3300 * configure: Regenerated.
3301
3302 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3303
3304 * configure.ac (CLooG test): Use = with test.
3305 * configure: Regenerate.
3306
3307 2009-10-22 Richard Guenther <rguenther@suse.de>
3308
3309 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3310 cloog if the ppl version check failed. Move flags saving
3311 before setting in libelf check.
3312 * configure: Regenerate.
3313
3314 2009-10-21 Richard Guenther <rguenther@suse.de>
3315
3316 * configure.ac: Adjust the ppl and cloog configure to work as
3317 documented. Disable cloog if ppl was disabled. Omit the version
3318 checks if they were disabled.
3319 * configure: Re-generate.
3320
3321 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3322
3323 * configure.ac: Add 'lto' to enable_languages, not
3324 new_enable_languages, and only if not already present.
3325 * configure: Regenerate.
3326
3327 2009-10-06 Ian Lance Taylor <iant@google.com>
3328
3329 * Makefile.def: check-gold depends upon all-gas.
3330 * Makefile.in: Rebuild.
3331
3332 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3333
3334 * Makefile.def: all-lto-plugin depends on all-libiberty.
3335 set bootstrap=true for lto-plugin.
3336 Add lto-plugin.
3337 * Makefile.in: Regenerate.
3338 * configure.ac (host_libs): Add lto-plugin.
3339 * configure: Regenerate.
3340
3341 2009-10-03 Diego Novillo <dnovillo@google.com>
3342
3343 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3344 (HOST_LIBELFLIBS): Define.
3345 (HOST_LIBELFINC): Define.
3346 * Makefile.in: Regenerate.
3347 * configure.ac: Add --enable-lto.
3348 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3349 If --enable-lto is used, add 'lto' to new_enable_languages.
3350 If --enable-lto is used and gold is enabled, add
3351 lto-plugin to configdirs.
3352 * configure: Regenerate.
3353
3354 2009-10-03 Simon Baldwin <simonb@google.com>
3355
3356 * configure.ac: If --with-system-zlib, suppress local zlib and
3357 pass --with-system-zlib to subdir configure scripts.
3358 * configure: Regenerate.
3359
3360 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3361 Paolo Bonzini <bonzini@gnu.org>
3362
3363 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3364 $(srcdir).
3365 * Makefile.in: Rebuilt.
3366
3367 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3368
3369 Sync from gcc:
3370 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3371
3372 * configure.ac: Update minimum MPC version to 0.7.
3373 * configure: Regenerate.
3374
3375 2009-09-25 Nick Clifton <nickc@redhat.com>
3376
3377 * configure.ac: Pass any --cache-file=/dev/null option on to
3378 subconfigures.
3379 * configure: Regenerate.
3380
3381 2009-09-23 Nick Clifton <nickc@redhat.com>
3382
3383 * config.sub, config.guess: Update from upstream sources.
3384
3385 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3386
3387 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3388 * Makefile.in: Rebuilt.
3389
3390 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3391
3392 PR bootstrap/32272
3393 * configure.ac: Error out if $srcdir isn't '.' but contains
3394 host-${host_noncanonical}.
3395 * configure: Regenerate.
3396
3397 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3398
3399 * configure.ac: If bootstrapping a combined tree with
3400 --enable-gold, require c++ in stage1_languages.
3401 * configure: Regenerate.
3402
3403 * configure.ac: Also add target_libs of stage1_languages to
3404 bootstrap_target_libs.
3405 * configure: Regenerate.
3406
3407 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3408 with --enable-languages not containing c++.
3409 * configure: Regenerate.
3410
3411 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3412
3413 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3414 * configure: Regenerate.
3415
3416 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3417
3418 * configure.ac: Do not use $extrasub for replacing @if/@endif
3419 parts in Makefile; instead, use additional arguments to
3420 AC_CONFIG_COMMANDS to do the replacement manually, with several
3421 sed invocations, to avoid HP-UX sed command limits.
3422 * configure: Regenerate.
3423
3424 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3425
3426 * configure.ac (with-build-config): Document. Handle without.
3427 Handle missing argument.
3428 * configure: Rebuilt.
3429
3430 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3431
3432 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3433 Default to bootstrap-debug only if compare-debug works.
3434 * configure: Rebuilt.
3435 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3436 * Makefile.in: Rebuilt.
3437
3438 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3439
3440 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3441 * Makefile.in: Rebuilt.
3442
3443 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3444
3445 * Makefile.tpl (AWK): Fix typo.
3446 * Makefile.in: Regenerate.
3447
3448 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3449
3450 * configure.ac: Detect awk and sed.
3451 * Makefile.def (flags_to_pass): Add AWK and SED.
3452 * Makefile.tpl (AWK, SED): New.
3453 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3454 * configure: Regenerate.
3455 * Makefile.in: Regenerate.
3456
3457 2009-09-01 Tristan Gingold <gingold@adacore.com>
3458
3459 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3460 Remove logical names.
3461
3462 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3463
3464 * ltmain.sh (func_normal_abspath): New function.
3465 (func_relative_path): Likewise.
3466 (func_mode_help): Document new -bindir option for link mode.
3467 (func_mode_link): Add new -bindir option, and use it to place
3468 output DLL if specified.
3469
3470 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3471
3472 * configure.ac (AC_PREREQ): Bump to 2.64.
3473
3474 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3475
3476 * README-maintainer-mode: Point directly to upstream locations
3477 for autoconf, automake, libtool, gettext, instead of copies on
3478 sources.redhat.com. Document required versions.
3479 * configure.ac: Do not substitute datarootdir, htmldir,
3480 pdfdir, docdir. Do not process --with-datarootdir,
3481 --with-htmldir, --with-pdfdir, --with-docdir.
3482 * configure: Regenerate.
3483
3484 * configure: Regenerate.
3485
3486 * compile: Sync from Automake 1.11.
3487 * depcomp: Likewise.
3488 * install-sh: Likewise.
3489 * missing: Likewise.
3490 * mkinstalldirs: Likewise.
3491 * ylwrap: Likewise.
3492
3493 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3494
3495 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3496 (baseargs): Add --disable-option-checking.
3497 * configure: Regenerate.
3498
3499 * Makefile.def (configure-target-libiberty): Depend on
3500 all-binutils and all-ld.
3501 (configure-target-newlib): Likewise.
3502 * Makefile.in: Regenerate.
3503
3504 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3505
3506 Sync with GCC, merge:
3507
3508 2009-07-31 Christian Bruel <christian.bruel@st.com>
3509
3510 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3511 * configure: Regenerate.
3512
3513 2009-07-06 Ian Lance Taylor <iant@google.com>
3514
3515 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3516 * configure: Rebuild.
3517
3518 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3519
3520 PR bootstrap/40338
3521 * configure.ac (comparestring): Create new variable.
3522 * Makefile.tpl (comparestring): Use to skip some comparisions.
3523 * configure: Regenerate.
3524 * Makefile.in: Regenerate.
3525
3526 2009-06-23 Ian Lance Taylor <iant@google.com>
3527
3528 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3529 boot_languages. Only bootstrap target libraries listed in
3530 target_libs for some boot language. Add --with-stage1-ldflags,
3531 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3532 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3533 if not building with C++.
3534 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3535 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3536 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3537 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3538 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3539 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3540 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3541 * configure, Makefile.in: Rebuild.
3542
3543 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3544
3545 * configure.ac: Detect MPC in default directory.
3546 * configure: Regenerate.
3547
3548 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3549
3550 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3551 to noconfdirs.
3552 * configure: Regenerate.
3553
3554 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3555
3556 * Makefile.def: Add MPC support and dependencies.
3557 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3558
3559 * Makefile.in, configure: Regenerate.
3560
3561 2009-05-24 Nicolas Roche <roche@adacore.com>
3562
3563 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3564 * Makefile.in: Regenerate.
3565
3566 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3567
3568 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3569 * configure: Regenerate.
3570
3571 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3572
3573 * configure.ac ($with_ppl): Default to no if not supplied.
3574 ($with_cloog): Likewise.
3575 configure: Regenerate.
3576
3577 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3578
3579 PR bootstrap/39739
3580 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3581 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3582
3583 * configure, Makefile.in: Regenerate.
3584
3585 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3586
3587 * configure.ac: Change copyright header to refer to version
3588 3 of the GNU General Public License and to point readers at the
3589 COPYING3 file and the FSF's license web page.
3590 * Makefile.def: Likewise.
3591 * Makefile.tpl: Likewise.
3592 * Makefile.in: Regenerate.
3593
3594 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3595
3596 * configure.ac: Restore match for darwin9 or later. Use double
3597 brackets since regeneration eats one pair.
3598 * configure: Regenerate.
3599
3600 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3601
3602 * MAINTAINERS: Perform some obvious fixups.
3603
3604 2009-08-17 Ben Elliston <bje@au.ibm.com>
3605
3606 * config.sub, config.guess: Update from upstream sources.
3607
3608 2009-08-06 Michael Eager <eager@eagercon.com>
3609
3610 * configure.ac: Add Microblaze target.
3611 * configure: Regenerate.
3612
3613 2009-07-02 Tristan Gingold <gingold@adacore.com>
3614
3615 * configure.ac: Do not exclude gas for i386-*-darwin.
3616 Add a case for x86_64-*-darwin.
3617 * configure: Regenerate.
3618
3619 2009-06-26 Doug Evans <dje@sebabeach.org>
3620
3621 * Makefile.def (host_modules): Add cgen.
3622 * Makefile.in: Regenerate.
3623 * configure.ac (host_tools): Add cgen.
3624 * configure: Regenerate.
3625
3626 2009-06-17 Michael Eager <eager@eagercon.com>
3627
3628 * COPYING.LIBGLOSS: Add Xilinx license.
3629
3630 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3631
3632 * configure.ac: Define is_elf for QNX Neutrino targets.
3633 * configure: Regenerate.
3634
3635 2009-06-03 Jerome Guitton <guitton@adacore.com>
3636 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3637
3638 * Makefile.tpl (all): Avoid a trailing backslash.
3639 * Makefile.in: Regenerate.
3640
3641 2009-06-03 Ben Elliston <bje@au.ibm.com>
3642
3643 * config.sub, config.guess: Update from upstream sources.
3644
3645 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3646
3647 * Makefile.tpl ([+compare-target+]): Compare all stage
3648 directories, rather than just gcc.
3649 * Makefile.in: Rebuilt.
3650
3651 2009-05-28 Doug Kwan <dougkwan@google.com>
3652
3653 * configure.ac: Support gold for target arm*-*-*.
3654 * configure: Regenerate.
3655
3656 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3657
3658 * Makefile.tpl (all): Avoid harmless warning in make all when
3659 gcc-bootstrap is enabled but stage_last does not exist.
3660 * Makefile.in: Rebuilt.
3661
3662 2009-05-25 Tristan Gingold <gingold@adacore.com>
3663
3664 * setup.com: Complete the file with configuration and build.
3665
3666 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3667
3668 PR other/40159
3669 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3670 gcc-no-bootstrap are mutually exclusive.
3671 * Makefile.in: Rebuilt.
3672
3673 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3674
3675 PR other/40159
3676 * Makefile.tpl (all): Don't end with unconditional success.
3677 * Makefile.in: Rebuilt.
3678
3679 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3680
3681 PR target/37137
3682 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3683 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3684 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3685 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3686 stage_configureflags, stage_cflags and stage_libcflags into
3687 explicit Makefile macros.
3688 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3689 GFORTRAN.
3690 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3691 CC. Set CC_FOR_BUILD from CC.
3692 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3693 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3694 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3695 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3696 and GFORTRAN.
3697 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3698 (_LIBCFLAGS): Renamed to _TFLAGS.
3699 (do-compare-debug, do-compare3-debug): Drop.
3700 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3701 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3702 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3703 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3704 (XGCC_FLAGS_FOR_TARGET): New.
3705 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3706 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3707 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3708 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3709 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3710 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3711 TFLAGS.
3712 (BUILD_CONFIG): Include if requested.
3713 (all): Set TFLAGS on bootstrap.
3714 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3715 (all-stageid-prefixmodule): Likewise.
3716 (do-clean, distclean-stageid): Set TFLAGS.
3717 (restrap): Fix whitespace.
3718 * Makefile.in: Rebuilt.
3719
3720 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3721
3722 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3723 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3724 * Makefile.in: Regenerate.
3725
3726 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3727
3728 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3729 consistency with config.sub. (Update from upstream sources.)
3730
3731 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3732
3733 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3734
3735 2009-04-17 Ben Elliston <bje@au.ibm.com>
3736
3737 * config.sub, config.guess: Update from upstream sources.
3738
3739 2009-04-15 Anthony Green <green@moxielogic.com>
3740
3741 * configure.ac: Add moxie support.
3742 * configure: Rebuilt.
3743
3744 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3745
3746 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3747 * configure: Regenerate.
3748
3749 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3750
3751 PR gas/10039
3752 * configure.ac: Require texinfo 4.7.
3753 * configure: Regenerated.
3754
3755 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3756
3757 * Makefil.def (languages): New entries.
3758 * Makefile.tpl (check-gcc-*): New generic target.
3759 * Makefile.in: Regenerate.
3760
3761 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3762
3763 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3764 Windows builds of Sed.
3765
3766 2009-03-18 Tom Tromey <tromey@redhat.com>
3767
3768 * configure: Rebuild.
3769 * configure.ac (host_libs): Add libiconv.
3770 * Makefile.in: Rebuild.
3771 * Makefile.def (host_modules): Add libiconv.
3772 (configure-gdb, all-gdb): Depend on libiconv.
3773
3774 2009-03-16 Tristan Gingold <gingold@adacore.com>
3775
3776 * configure.ac: Treat gdb as supported on x86_64-darwin.
3777 * configure: Regenerate.
3778
3779 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3780
3781 Merge from GCC:
3782
3783 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3784
3785 * configure.ac (--with-host-libstdcxx): New option.
3786 * configure: Regenerate.
3787
3788 2009-01-29 Robert Millan <rmh@aybabtu.com>
3789
3790 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3791 * configure: Regenerate.
3792
3793 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3794
3795 PR tree-optimization/38515
3796 * configure.ac (cloog-polylib): Removed.
3797 (with_ppl, with_cloog): Test for "no".
3798 * configure: Regenerated.
3799
3800 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3801
3802 Backport from git Libtool:
3803
3804 2009-01-19 Robert Millan <rmh@aybabtu.com>
3805 Support GNU/kOpenSolaris.
3806 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3807 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3808 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3809 GNU/kOpenSolaris.
3810
3811 2009-02-05 Andreas Schwab <schwab@suse.de>
3812
3813 * Makefile.tpl (stage_last): Define $r and $s before using
3814 $(RECURSE_FLAGS_TO_PASS).
3815 * Makefile.in: Regenerate
3816
3817 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3818
3819 * COPYING.NEWLIB: Add ARM license.
3820
3821 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3822
3823 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3824 (all-opcodes): Depend on all-libiberty.
3825 * Makefile.in: Regenerate.
3826
3827 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3828
3829 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3830 * configure: Regenerate.
3831
3832 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3833
3834 Backport link test fix from upstream Libtool:
3835
3836 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3837 Add cache variables to tests that require the linker to work.
3838 For shlibpath_overrides_runpath, this also changes the semantics
3839 to let the result from the C compiler take precedence.
3840 compiler take precedence.
3841
3842 2008-12-02 Ben Elliston <bje@au.ibm.com>
3843
3844 * config.sub, config.guess: Update from upstream sources.
3845
3846 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3847
3848 * COPYING.NEWLIB: Updated.
3849 * COPYING.LIBGLOSS: Ditto.
3850
3851 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3852
3853 Sync with GCC:
3854
3855 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3856
3857 * configure.ac (ppllibs): Add by default the lib flags.
3858 * configure: Regenerate.
3859
3860 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3861
3862 * configure.ac: Add double brackets on darwin[912].
3863 * configure: Regenerate.
3864
3865 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3866
3867 * configure.ac: Expand to darwin10 and later.
3868 * configure: Regenerate.
3869
3870 2008-12-02 Andreas Schwab <schwab@suse.de>
3871
3872 * Makefile.def: configure-target-boehm-gc depends on
3873 all-target-libstdc++-v3.
3874 * Makefile.in: Regenerate.
3875
3876 2008-12-02 Ben Elliston <bje@au.ibm.com>
3877
3878 * config.sub, config.guess: Update from upstream sources.
3879
3880 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3881
3882 Merge from GCC:
3883
3884 2007-12-02 Matthias Klose <doko@ubuntu.com>
3885
3886 * config-ml.in: Remove 64bit configure tests.
3887
3888 2008-05-14 Rafael Espindola <espindola@google.com>
3889
3890 * config-ml.in: don't handle --enable-shared and --enable-static.
3891
3892 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3893 Tobias Grosser <grosser@fim.uni-passau.de>
3894 Jan Sjodin <jan.sjodin@amd.com>
3895 Harsha Jagasia <harsha.jagasia@amd.com>
3896 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3897 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3898 Adrien Eliche <aeliche@isty.uvsq.fr>
3899
3900 Merge from graphite branch.
3901 * configure: Regenerate.
3902 * Makefile.in: Regenerate.
3903 * configure.ac (host_libs): Add ppl and cloog.
3904 Add checks for PPL and CLooG.
3905 * Makefile.def (ppl, cloog): Added modules and dependences.
3906 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3907 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3908
3909 2008-09-03 Richard Guenther <rguenther@suse.de>
3910
3911 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3912 cloog test.
3913 * configure: Re-generate.
3914
3915 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3916
3917 * configure.ac (--with-cloog-polylib): New.
3918 (--disable-cloog-version-check): New.
3919 (--disable-ppl-version-check): New.
3920 * configure: Re-generate.
3921
3922 2008-09-05 Richard Guenther <rguenther@suse.de>
3923
3924 * configure.ac: Initialize clooglibs to -lcloog.
3925 * configure: Re-generate.
3926
3927 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3928
3929 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3930 recommended version to 2.3.2.
3931
3932 * configure: Regenerate.
3933
3934 2008-10-31 Ben Elliston <bje@au.ibm.com>
3935
3936 * configure.ac (spu-*-*): Remove special case.
3937 * configure: Regenerate.
3938
3939 Complete comment text from GCC version of:
3940
3941 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3942
3943 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3944 (GCC_SHLIB_SUBDIR): New.
3945 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3946 * configure: Regenerate.
3947 * Makefile.in: Regenerate.
3948
3949 2008-11-27 Tristan Gingold <gingold@adacore.com>
3950
3951 * configure.ac: Build gdb for i?86-*-darwin*
3952 * configure: Regenerated.
3953
3954 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3955
3956 PR bootstrap/38014
3957 PR bootstrap/37923
3958
3959 Revert:
3960
3961 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3962
3963 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3964 * Makefile.in: Regenerated.
3965
3966 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3967
3968 PR gdb/921
3969 PR gdb/1646
3970 PR gdb/2175
3971 PR gdb/2176
3972
3973 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3974 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3975 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3976 (HOST_EXPORTS): Pass CPPFLAGS.
3977 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3978 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3979 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3980 * Makefile.in, configure: Regenerated.
3981 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3982 and CPPFLAGS_FOR_BUILD.
3983
3984 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3985
3986 * configure.ac [spu-*-*]: Do not set skipdirs.
3987 * configure: Re-generate.
3988
3989 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3990
3991 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3992 * Makefile.in: Regenerated.
3993
3994 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3995
3996 PR gdb/921
3997 PR gdb/1646
3998 PR gdb/2175
3999 PR gdb/2176
4000
4001 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4002 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4003 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4004 (HOST_EXPORTS): Pass CPPFLAGS.
4005 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4006 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4007 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4008 * Makefile.in, configure: Regenerated.
4009 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4010 and CPPFLAGS_FOR_BUILD.
4011
4012 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
4013
4014 * libtool.m4: Update to libtool 2.2.6.
4015 * lt~obsolete.m4: Update to libtool 2.2.6.
4016 * ltmain.sh: Update to libtool 2.2.6.
4017 * ltsugar.m4: Update to libtool 2.2.6.
4018 * ltversion.m4: Update to libtool 2.2.6.
4019 * ltoptions.m4: Update to libtool 2.2.6.
4020 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4021
4022 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4023
4024 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4025 (GCC_SHLIB_SUBDIR): New.
4026 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4027 * configure: Regenerate.
4028 * Makefile.in: Regenerate.
4029
4030 2008-08-28 Tristan Gingold <gingold@adacore.com>
4031
4032 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4033 Enable bfd, binutils and opcodes.
4034 * configure: Regenerate.
4035
4036 2008-08-16 Nicolas Roche <roche@adacore.com>
4037
4038 * Makefile.tpl: Add BOOT_ADAFLAGS.
4039 * Makefile.in: Regenerate.
4040
4041 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
4042
4043 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4044 * configure: Regenerate.
4045
4046 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4047
4048 Sync with gcc:
4049 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4050
4051 * configure.ac: Add makefile fragments for hpux.
4052 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4053 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4054 * configure: Regenerate.
4055 * Makefile.in: Regenerate.
4056
4057 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4058
4059 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4060 * Makefile.in: Regenerate.
4061 * configure: Regenerate.
4062
4063 2008-06-18 Ian Lance Taylor <iant@google.com>
4064
4065 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
4066
4067 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
4068
4069 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4070
4071 * configure: Regenerate.
4072
4073 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4074
4075 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4076 "$@" is still intact with both Autoconf 2.59 and 2.62.
4077 * configure: Regenerate.
4078
4079 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4080
4081 * Makefile.tpl: Fix comment errors.
4082 * Makefile.in: Regenerate.
4083
4084 2008-06-13 Julian Brown <julian@codesourcery.com>
4085
4086 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4087 of libobjc for ARM EABI Linux.
4088 * configure: Regenerate.
4089
4090 2008-06-12 David S. Miller <davem@davemloft.net>
4091 David Edelsohn <edelsohn@gnu.org>
4092
4093 * configure.ac: Add powerpc*-*-* to gold supported targets.
4094 * configure: Regenerate.
4095
4096 2008-06-08 Joseph Myers <joseph@codesourcery.com>
4097
4098 PR tree-optimization/36218
4099 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4100 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4101 (all prefix="build-"): Pass them to build-system sub-makes.
4102 * Makefile.in: Regenerate.
4103
4104 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4105
4106 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
4107 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
4108 mkdep, and compile. Update comments.
4109 (ETC_SUPPORT): Add ChangeLog and update comments.
4110
4111 2008-05-11 Ian Lance Taylor <iant@google.com>
4112
4113 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
4114
4115 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4116
4117 Sync with gcc:
4118 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4119
4120 PR bootstrap/35457
4121 * configure.ac: Include override.m4.
4122 * configure: Regenerate.
4123
4124 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4125
4126 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4127 * Makefile.in: Regenerate.
4128
4129 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4130
4131 * configure.ac: Do not build libssp for the AVR.
4132 * configure: Regenerate.
4133
4134 2008-04-18 Nick Clifton <nickc@redhat.com>
4135
4136 * MAINTAINERS: Replace reference to configure.in with reference to
4137 configure.ac.
4138
4139 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4140
4141 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4142 as nonconfigurable directories list.
4143 * configure: Regenerate.
4144
4145 2008-04-14 David S. Miller <davem@davemloft.net>
4146
4147 * configure.ac: Add sparc*-*-* to gold supported targets.
4148 * configure: Regenerate.
4149
4150 2008-04-14 Ben Elliston <bje@au.ibm.com>
4151
4152 * config.sub, config.guess: Update from upstream sources.
4153
4154 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4155
4156 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4157 * Makefile.in: Regenerate.
4158
4159 2008-04-07 Ian Lance Taylor <iant@google.com>
4160
4161 * Makefile.def: check-gold depends upon all-binutils.
4162 * Makefile.in: Regenerate.
4163
4164 2008-04-04 Nick Clifton <nickc@redhat.com>
4165
4166 PR binutils/4334
4167 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4168 builds.
4169 * configure: Regenerate.
4170
4171 2008-04-04 NightStrike <NightStrike@gmail.com>
4172
4173 PR other/35151
4174 * configure.ac: Combine rules for mingw32 and mingw64.
4175 * configure: Regenerate.
4176
4177 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4178
4179 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4180 * Makefile.in: Regenerate.
4181
4182 2008-03-20 Ian Lance Taylor <iant@google.com>
4183
4184 * configure.ac: Add support for --enable-gold.
4185 * Makefile.def: Add gold as a directory like ld.
4186 * configure, Makefile.in: Regenerate.
4187
4188 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4189
4190 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4191 (s390_cond_extensions): Reduced extensions to the compare related.
4192 (main): z10 cpu type option added.
4193 (expandConditionalJump): Renamed to ...
4194 (insertExpandedMnemonic): ... this.
4195
4196 * opcodes/s390-opc.c: Re-group the operand format makros.
4197 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4198 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4199 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4200 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4201 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4202 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4203 INSTR_SIL_RDU): New instruction formats added.
4204 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4205 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4206 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4207 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4208 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4209 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4210 masks added.
4211 (s390_opformats): New formats added "ris", "rrs", "sil".
4212 * opcodes/s390-opc.txt: Add the conditional jumps with the
4213 extensions removed from automatic expansion in s390-mkopc.c manually.
4214 (asi - trtre): Add new System z10 EC instructions.
4215 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4216
4217 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4218
4219 * configure.ac: m4_include config/proginstall.m4.
4220 * configure: Regenerate.
4221
4222 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4223
4224 Backport from upstream Libtool:
4225
4226 2007-10-12 Eric Blake <ebb9@byu.net>
4227
4228 Deal with Autoconf 2.62's semantic change in m4_append.
4229 * ltsugar.m4 (lt_append): Replace broken versions of
4230 m4_append.
4231 (lt_if_append_uniq): Don't require separator to be overquoted,
4232 and avoid broken m4_append.
4233 (lt_dict_add): Fix typo.
4234 * libtool.m4 (_LT_DECL): Don't overquote separator.
4235
4236 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4237
4238 * config.rpath: Add AIX 6 support.
4239
4240 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4241
4242 * Makefile.def (stageprofile). Remove -fprofile-generate
4243 from stage_libcflags.
4244 * Makefile.in: Regenerate.
4245
4246 2008-03-13 Ben Elliston <bje@au.ibm.com>
4247
4248 * config.sub, config.guess: Update from upstream sources.
4249
4250 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4251
4252 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4253 * s390-opc.txt (cmpsc): Duplicate entry removed.
4254 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4255 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4256 fier, cu42, cu41): Fix operand format.
4257
4258 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4259
4260 PR bootstrap/32009
4261 PR bootstrap/32161
4262
4263 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4264 * configure: Regenerate.
4265
4266 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4267 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4268 STAGE4_LIBCFLAGS): New.
4269 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4270 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4271 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4272 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4273 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4274 for target modules. Don't export LIBCFLAGS.
4275 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4276 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4277 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4278 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4279 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4280 * Makefile.in: Regenerate.
4281
4282 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4283
4284 PR libgcj/33085
4285 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4286 Do not use -DDLL_EXPORT. Backport from upstream.
4287
4288 2008-02-14 Nick Clifton <nickc@redhat.com>
4289
4290 Import this patch from gcc:
4291 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4292
4293 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4294
4295 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4296
4297 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4298 * configure: Regenerate.
4299
4300 2008-01-31 Marc Gauthier <marc@tensilica.com>
4301
4302 * configure.ac (xtensa*-*-*): Recognize processor variants.
4303 * configure: Regenerate.
4304
4305 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4306
4307 PR bootstrap/34922
4308 * configure.ac (PARSE_ARGS): Push suitable setting of
4309 ac_subdirs_all, for `./configure --help=recursive'.
4310 Handle `+' in generic toplevel directory disabling.
4311 * configure: Regenerate.
4312
4313 2008-01-23 Ben Elliston <bje@au.ibm.com>
4314
4315 * config.sub, config.guess: Update from upstream sources.
4316
4317 2008-01-08 Ben Elliston <bje@au.ibm.com>
4318
4319 * config.sub, config.guess: Update from upstream sources.
4320
4321 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4322
4323 * COPYING.LIBGLOSS: Update default copyright.
4324
4325 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4326
4327 * COPYING.NEWLIB: Update default copyright.
4328
4329 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4330
4331 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4332 Change recommended MPFR from 2.2.1 > 2.3.0.
4333 * configure: Regenerate.
4334
4335 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4336
4337 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4338 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4339 * Makefile.in: Regenerate.
4340
4341 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4342
4343 * configure.ac: Enable libjava for x86_64-*-darwin9.
4344 * configure: Regenerate.
4345
4346 2007-12-05 Ben Elliston <bje@au.ibm.com>
4347
4348 * config.sub, config.guess: Update from upstream sources.
4349
4350 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4351
4352 * config-ml.in: Robustify against white space in absolute file
4353 names.
4354
4355 * config-ml.in (multi-clean): Substitute ${Makefile}.
4356 Remove superfluous ${Makefile} in list.
4357
4358 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4359
4360 * Makefile.def (dependencies): Make configure-gdb depend on
4361 all-intl.
4362 * Makefile.in: Regenerated.
4363
4364 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4365
4366 * Makefile.def: To avoid problems running with parallel makes,
4367 build newlib before libgloss so that target specific header
4368 files are availble.
4369 * Makefile.in: Regenerate.
4370
4371 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4372
4373 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4374 * Makefile.in: Regenerate.
4375
4376 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4377
4378 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4379 * libdecnumber: New directory, imported from GCC.
4380
4381 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4382
4383 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4384 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4385 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4386 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4387 * configure: Regenerate.
4388
4389 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4390
4391 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4392 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4393 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4394 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4395 * configure.ac: Default them to host tools for $host = $build.
4396 Subst them.
4397
4398 * configure: Regenerate.
4399 * Makefile.in: Regenerate.
4400
4401 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4402
4403 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4404 * configure: Regenerate.
4405
4406 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4407
4408 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4409 libstdc++.
4410 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4411 * configure: Regenerate.
4412 * Makefile.in: Regenerate.
4413
4414 2007-09-17 Andreas Schwab <schwab@suse.de>
4415
4416 * configure.ac: Raise minimum makeinfo version to 4.6.
4417 * configure: Regenerate.
4418
4419 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4420
4421 * configure.ac: Correct makeinfo version check.
4422 * configure: Regenerate.
4423
4424 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4425
4426 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4427 to $skipdirs and only disable gprof for newlib. Use the normal
4428 mips*-elf* handling in other respects.
4429 * configure: Regnerate.
4430
4431 2007-09-12 David Daney <ddaney@avtrex.com>
4432
4433 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4434 enabling libgcj.
4435 * configure: Regenerate.
4436
4437 2007-09-12 Richard Guenther <rguenther@suse.de>
4438
4439 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4440 nor --disable-checking is provided also turn on yes and types
4441 checking for stage1.
4442 * configure: Re-generate.
4443
4444 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4445
4446 PR target/33281
4447 * configure.ac: Use config/mh-mingw on mingw.
4448 * configure: Regenerate.
4449
4450 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4451
4452 PR other/32154
4453 * configure.ac: For libgloss targets, point the linker to the linker
4454 script, startup code and simulator library.
4455 * configure: Regenerate.
4456
4457 2007-09-09 Andrew Haley <aph@redhat.com>
4458
4459 * configure.ac (noconfigdirs): Remove target-libffi and
4460 target-libjava.
4461
4462 2007-08-29 Nick Clifton <nickc@redhat.com>
4463
4464 * config.sub, config.guess: Update from upstream sources.
4465
4466 2007-08-21 Richard Guenther <rguenther@suse.de>
4467
4468 * configure.ac: Add types checking to stage1 checking flags.
4469 * configure: Regenerate.
4470
4471 2007-08-18 Paul Brook <paul@codesourcery.com>
4472 Joseph Myers <joseph@codesourcery.com>
4473
4474 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4475 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4476 * Makefile.in: Regenerate.
4477 * configure.ac (--with-debug-prefix-map): New.
4478 * configure: Regenerate.
4479
4480 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4481 Nigel Stephens <nigel@mips.com>
4482
4483 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4484 as target_makefile_frag.
4485 * configure: Regenerate.
4486
4487 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4488
4489 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4490 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4491 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4492 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4493 (do-compare, do-compare3, do-compare-debug): New.
4494 ([+compare-target+]): Use them.
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-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4506 Ben Elliston <bje@au.ibm.com>
4507
4508 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4509 --silent if $silent.
4510 * configure: Regenerate.
4511
4512 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4513
4514 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4515
4516 2007-07-17 Nick Clifton <nickc@redhat.com>
4517
4518 * COPYING3: New file. Contains version 3 of the GNU General
4519 Public License.
4520 * COPYING3.LIB: New file. Contains version 3 of the GNU
4521 Lesser General Public License.
4522
4523 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4524
4525 * configure.ac: Fix my previous change to really match GCC.
4526 * configure: Regenerate.
4527
4528 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4529
4530 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4531 * configure: Regenerate.
4532
4533 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4534
4535 * configure.ac: Add some missing m4 quotation.
4536 * configure: Regenerate.
4537
4538 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4539
4540 * Makefile.def: Add windmc tool to build.
4541 * Makefile.tpl: Likewise.
4542 * configure.ac: Likewise.
4543 * Makefile.in: Regenerate.
4544 * configure: Regenerate.
4545
4546 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4547
4548 * lt~obsolete.m4: New. Import from 20070318 libtool.
4549
4550 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4551
4552 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4553 uclinux and linux-uclibc targets.
4554 * configure: Regenerate.
4555
4556 2007-06-28 DJ Delorie <dj@redhat.com>
4557
4558 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4559 not building newlib.
4560 * configure: Regenerated.
4561
4562 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4563
4564 * src-release (DEVO_SUPPORT): Correct typos.
4565
4566 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4567
4568 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4569 * Makefile.in: Regenerated.
4570
4571 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4572
4573 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4574 (distclean-stage[+id+]): Possibly delete stage_last.
4575 * Makefile.in: Regenerate.
4576
4577 2007-06-07 Ben Elliston <bje@au.ibm.com>
4578
4579 * config.sub, config.guess: Update from upstream sources.
4580
4581 2007-06-07 Ben Elliston <bje@au.ibm.com>
4582
4583 * Makefile.tpl: Fix spelling error.
4584 * Makefile.in: Regenerate.
4585
4586 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4587
4588 Sync with gcc:
4589 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4590
4591 PR bootstrap/29382
4592 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4593 * configure: Rebuilt.
4594
4595 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4596
4597 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4598 lt_cv_sys_max_cmd_len.
4599
4600 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4601
4602 * ltgcc.m4: Update from GCC.
4603
4604 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4605
4606 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4607
4608 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4609
4610 * ltmain.sh: Update from GCC.
4611 * libtool.m4: Update from GCC.
4612 * ltsugar.m4: New. Update from GCC.
4613 * ltversion.m4: New. Update from GCC.
4614 * ltoptions.m4: New. Update from GCC.
4615 * ltconfig: Remove.
4616 * ltcf-c.sh: Remove.
4617 * ltcf-cxx.sh: Remove.
4618 * ltcf-gcj.sh: Remove.
4619 * src-release: Update with new libtool file list.
4620
4621 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4622
4623 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4624 stage_cflags.
4625 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4626 Remove CFLAGS/LIBCFLAGS.
4627 (configure-stage[+id+]-[+prefix+][+module+],
4628 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4629 * Makefile.in: Regenerate.
4630
4631 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4632
4633 * config-ml.in: Update from GCC.
4634
4635 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4636
4637 * src-release (do-proto-toplev): Process the support directories before
4638 the tool directory.
4639
4640 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4641
4642 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4643 of glob. Quote arguments with single quotes too.
4644 * configure: Regenerate.
4645
4646 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4647
4648 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4649 * Makefile.in: Regenerate
4650
4651 2007-03-07 Andreas Schwab <schwab@suse.de>
4652
4653 * configure: Regenerate.
4654
4655 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4656
4657 * configure.ac: Add "--with-pdfdir" configure option,
4658 which defines pdfdir variable.
4659 * Makefile.def (target=fixincludes): Add install-pdf to
4660 missing targets.
4661 (recursive_targets): Add install-pdf target.
4662 (flags_to_pass): Add pdfdir.
4663 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4664 target.
4665 * configure: Regenerate
4666 * Makefile.in: Regenerate
4667
4668 2007-02-28 Eric Christopher <echristo@apple.com>
4669
4670 Revert:
4671 2006-12-07 Mike Stump <mrs@apple.com>
4672
4673 * Makefile.def (dependencies): Add dependency for
4674 install-target-libssp and install-target-libgomp on
4675 install-gcc.
4676 * Makefile.in: Regenerate.
4677
4678 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4679
4680 * configure: Regenerate.
4681 * configure.ac: Move statements after variable declarations.
4682
4683 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4684
4685 * configure.ac: Adjust for loop syntax.
4686 * configure: Regenerate.
4687
4688 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4689
4690 * configure: Rebuilt.
4691
4692 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4693
4694 * configure.ac: Drop multiple occurrences of --enable-languages,
4695 and fix its quoting.
4696 * configure: Rebuilt.
4697
4698 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4699 Nathan Sidwell <nathan@codesourcery.com>
4700 Vladimir Prus <vladimir@codesourcery.com
4701 Joseph Myers <joseph@codesourcery.com>
4702
4703 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4704 * configure: Regenerate.
4705
4706 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4707
4708 * configure.ac (target_libraries): Move libgcc before libiberty.
4709 * configure: Regenerated.
4710
4711 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4712
4713 * configure: Regenerate again?
4714
4715 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4716
4717 * configure: Reapply PR30748 fix which was lost in the previous commit.
4718
4719 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4720 Paolo Bonzini <bonzini@gnu.org>
4721
4722 PR bootstrap/30753
4723 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4724 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4725 * configure: Regenerated.
4726
4727 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4728
4729 * configure: Regenerate.
4730
4731 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4732
4733 PR bootstrap/30748
4734 * configure.ac: Correct syntax for Solaris ksh.
4735 * configure: Regenerated.
4736
4737 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4738
4739 * Makefile.def: Sync with GCC.
4740 * Makefile.tpl: Sync with GCC.
4741 * Makefile.in: Regenerate.
4742 * configure: Regenerate.
4743
4744 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4745
4746 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4747 noncanonical equivalents.
4748 * configure.in: Rename to...
4749 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4750 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4751 target_noncanonical. Use them. Rewrite removal of configure
4752 arguments for autoconf 2.59. Discard variable settings. Force
4753 program_transform_name for native tools.
4754
4755 * Makefile.in: Regenerated.
4756 * configure: Regenerated with autoconf 2.59.
4757
4758 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4759
4760 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4761
4762 * COPYING.LIBGLOSS: Reformat default Red Hat
4763 license to fit within 80 columns.
4764 * COPYING.NEWLIB: Ditto.
4765
4766 2007-02-05 Dave Brolley <brolley@redhat.com>
4767
4768 * Contribute the following changes:
4769 2006-11-28 DJ Delorie <dj@redhat.com>
4770
4771 * configure.in: Fix typo for mep's target_makefile_frag.
4772 * configure: Regenerated.
4773
4774 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4775
4776 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4777 * configure: Regenerate.
4778
4779 2001-09-19 DJ Delorie <dj@redhat.com>
4780
4781 * configure.in (target_makefile_frag): use mt-mep
4782
4783 2001-06-12 Don Howard <dhoward@redhat.com>
4784
4785 * configure.in: Remove gdb from MeP skip list.
4786
4787 2001-04-05 DJ Delorie <dj@redhat.com>
4788
4789 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4790
4791 2001-03-20 Ben Elliston <bje@redhat.com>
4792
4793 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4794
4795 2001-03-19 Ben Elliston <bje@redhat.com>
4796
4797 * config.sub (mep, mep-*): Add.
4798
4799 2007-01-31 Andreas Schwab <schwab@suse.de>
4800
4801 * Makefile.tpl (LDFLAGS): Substitute it.
4802 * Makefile.in: Regenerate.
4803
4804 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4805
4806 * configure.in: Change == to = in test command.
4807 * configure: Regenerate.
4808
4809 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4810 Nick Clifton <nickc@redhat.com>
4811 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4812
4813 * configure.in (build_configargs, host_configargs, target_configargs):
4814 Remove build/host/target parameters.
4815 (host_libs): Add gmp and mpfr.
4816 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4817 * Makefile.def (gmp, mpfr): New.
4818 (gcc): Remove target.
4819 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4820 target_os, target_vendor): New.
4821 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4822 * configure: Regenerate.
4823 * Makefile.in: Regenerate.
4824
4825 2007-01-11 Matt Fago <fago@earthlink.net>
4826
4827 * configure.in: Try to link to functions only in mpfr 2.2.x
4828 to improve robustness of configure tests.
4829 * configure: Regenerate.
4830
4831 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4832
4833 * configure.in: Add support for an x86_64-mingw* target.
4834 * configure: Regenerate.
4835
4836 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4837
4838 * Makefile.tpl (all-target): Correct @if conditional for target
4839 modules.
4840 * configure.in: Omit libiberty if building only target libgcc.
4841 * configure, Makefile.in: Regenerated.
4842
4843 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4844
4845 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4846 * configure: Regenerate.
4847
4848 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4849
4850 * Makefile.def (target_modules): Add libgcc.
4851 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4852 * Makefile.tpl (clean-target-libgcc): Delete.
4853 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4854 on gcc even for bootstrapped modules. Rewrite handling of
4855 lang_env_dependencies to loop over target_modules.
4856 * configure.in (target_libraries): Add target-libgcc.
4857 * Makefile.in, configure: Regenerated.
4858
4859 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4860
4861 Sync with gcc:
4862 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4863
4864 * configure.in: Reorganize recognition of languages. Add
4865 --enable-stage1-languages. Show supported languages for the chosen
4866 target rather than all recognized languages.
4867 * configure: Regenerate.
4868
4869 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4870
4871 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4872 * Makefile.in: Regenerate.
4873
4874 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4875
4876 * configure.in: Warn that MPFR 2.2.0 is buggy.
4877 * configure: Regenerate.
4878
4879 2006-12-27 Ian Lance Taylor <iant@google.com>
4880
4881 * configure.in: When removing Makefiles to force a reconfigure, also
4882 remove prev-DIR*/Makefile.
4883 * configure: Regenerate.
4884
4885 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4886
4887 * config.bfd: Recognize fido.
4888
4889 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4890
4891 Sync with gcc:
4892
4893 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4894
4895 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4896 it only affects bootstrap and could be tested on "$host" as well.
4897 * configure: Regenerate.
4898 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4899
4900 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4901
4902 PR bootstrap/29544
4903 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4904 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4905 move here comment from Makefile.tpl.
4906 * Makefile.tpl: Move some definitions higher in the file.
4907 (STAGE1_CHECKING): New.
4908 * configure.in: Add --enable-stage1-checking.
4909 * configure: Regenerate.
4910 * Makefile.in: Regenerate.
4911
4912 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4913
4914 * configure.in: Update error message for missing GMP/MPFR.
4915
4916 * configure: Regenerate.
4917
4918 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4919
4920 * configure.in: Update MPFR version in error message.
4921
4922 * configure: Regenerate.
4923
4924 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4925
4926 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4927 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4928 --with-gmp-lib): New flags.
4929
4930 * configure: Regenerate.
4931
4932 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4933
4934 PR bootstrap/30134
4935 * configure.in: Correct x86 darwin support for libjava to powerpc
4936 and i?86 only.
4937 * configure: Regenerate.
4938
4939 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4940
4941 * configure.in: Handle spu makefile frag.
4942 * Makefile.tpl (MAINT): Define
4943 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4944 * configure: Regenerate.
4945 * Makefile.in: Regenerate.
4946
4947 2006-12-11 Ben Elliston <bje@au.ibm.com>
4948
4949 * config.sub, config.guess: Update from upstream sources.
4950
4951 2006-12-11 Ben Elliston <bje@au.ibm.com>
4952
4953 * configure.in: Sync with GCC (spu-*-*).
4954 * configure: Sync with GCC.
4955
4956 2006-12-07 Mike Stump <mrs@apple.com>
4957
4958 * Makefile.def (dependencies): Add dependency for
4959 install-target-libssp and install-target-libgomp on
4960 install-gcc.
4961 * Makefile.in: Regenerate.
4962
4963 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4964
4965 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4966 (unstage): Test for stage_last presence.
4967
4968 PR bootstrap/29802
4969 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4970 * Makefile.in: Regenerate.
4971
4972 2006-11-14 DJ Delorie <dj@redhat.com>
4973
4974 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4975 * Makefile.in: Sync with GCC.
4976 * configure.in: Sync with GCC (mpfr, gmp).
4977 * configure: Sync with GCC.
4978
4979 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4980
4981 * configure.in: Remove target-libgloss from noconfigdirs for
4982 bfin-*-*.
4983 * configure: Regenerated.
4984
4985 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4986
4987 * COPYING.NEWLIB: Add spu license.
4988 * COPYING.LIBGLOSS: Ditto.
4989
4990 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4991
4992 * Makefile.def: Added pdf target handling.
4993 * Makefile.tpl: Added pdf target handling.
4994 * Makefile.in: Regenerated.
4995
4996 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4997
4998 * COPYING.NEWLIB: Updated.
4999 * COPYING.LIBGLOSS: Ditto.
5000
5001 2006-09-27 Dave Brolley <brolley@redhat.com>
5002
5003 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
5004 $s instead of $r.
5005 * configure: Regenerated.
5006
5007 2006-09-26 Ben Elliston <bje@au.ibm.com>
5008
5009 * config.sub, config.guess: Update from upstream sources.
5010
5011 2006-09-20 Thiemo Seufer <ths@mips.com>
5012
5013 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5014 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5015 * configure: Regenerate.
5016
5017 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5018
5019 * configure.in: Never build newlib for a Mingw host.
5020 Never build newlib as Mingw target library.
5021 Test the existence of winsup/cygwin for building a Cygwin newlib,
5022 rather than just winsup.
5023 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5024 building a Mingw target.
5025 * configure: Regenerate.
5026
5027 2006-08-15 Thiemo Seufer <ths@mips.com>
5028 Nigel Stephens <nigel@mips.com>
5029 David Ung <davidu@mips.com>
5030
5031 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
5032
5033 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5034
5035 Sync from GCC:
5036 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5037
5038 PR bootstrap/18058
5039 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5040 if the bootstrap compiler is a GCC version that supports it.
5041 * configure: Regenerate.
5042
5043 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5044
5045 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5046 * configure: Regenerated.
5047
5048 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5049
5050 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5051 for stages after the first.
5052
5053 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5054
5055 * Makefile.def: Add dependencies for configure-opcodes
5056 on configure-intl and all-opcodes on all-intl.
5057 * Makefile.in: Regenerated.
5058
5059 2006-07-04 Peter O'Gorman <peter@pogma.com>
5060
5061 * ltconfig: chmod 644 before ranlib during install.
5062
5063 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5064
5065 * configure.in: Fix thinkos in previous check-in.
5066 * configure: Regenerate.
5067
5068 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5069
5070 Sync from gcc:
5071
5072 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
5073
5074 PR other/27063
5075 * configure.in: Test subdir_requires and give an appropriate
5076 error message.
5077 * configure: Regenerate.
5078
5079 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5080
5081 PR target/27540
5082 * configure.in: Only enable libgomp on IRIX 6.
5083 * configure: Regenerate.
5084
5085 2006-06-20 David Ayers <d.ayers@inode.at>
5086
5087 PR bootstrap/28072
5088 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5089 whether target-libjava is being configured instead of whether the
5090 java front end is enabled.
5091 * configure: Regenerate.
5092
5093 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
5094
5095 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
5096 to R_ARM_LDC_SB_G{0,1,2} respectively.
5097
5098 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5099
5100 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5101 too.
5102 * Makefile.in: Regenerate.
5103
5104 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5105
5106 Sync from gcc:
5107
5108 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5109 * configure.in: Don't enable libgomp on hpux10.
5110 * configure: Rebuilt.
5111
5112 2006-06-13 David Ayers <d.ayers@inode.at>
5113
5114 Sync from gcc:
5115
5116 2006-06-12 David Ayers <d.ayers@inode.at>
5117
5118 PR bootstrap/27963
5119 PR target/19970
5120 * configure.in: Remove target-boehm-gc from noconfigdirs where
5121 ${libgcj} is specified.
5122 * configure: Regenerate.
5123
5124 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
5125
5126 Sync from gcc:
5127
5128 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5129 Andreas Schwab <schwab@suse.de>
5130
5131 PR bootstrap/18033
5132 * config-ml.in: Eval option if surrounded by single quotes.
5133
5134 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
5135
5136 Sync from gcc:
5137
5138 2006-06-06 David Ayers <d.ayers@inode.at>
5139
5140 PR libobjc/13946
5141 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5142 * Makefile.in: Regenerate.
5143 * configure.in: Add --enable-objc-gc at toplevel and have it
5144 enable boehm-gc for Objective-C.
5145 Remove target-boehm-gc from libgcj.
5146 Add target-boehm-gc to target_libraries.
5147 Add target-boehm-gc to noconfigdirs where ${libgcj}
5148 is specified.
5149 Assert that boehm-gc is supported when requested for Objective-C.
5150 Only build boehm-gc if needed either for Java or Objective-C.
5151 * configure: Regenerate.
5152
5153 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5154
5155 PR 27674
5156 * Makefile.tpl (configure-[+prefix+][+module+],
5157 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5158 Remove rule to unstage bootstrapped modules.
5159 (stage_current): New.
5160 * Makefile.in: Regenerate.
5161
5162 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5163 Andreas Tobler <a.tobler@schweiz.ch>
5164
5165 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5166 * configure: Rebuilt.
5167
5168 Revert
5169 2006-01-31 Richard Guenther <rguenther@suse.de>
5170 Paolo Bonzini <bonzini@gnu.org>
5171
5172 * Makefile.def (target_modules): Add libgcc-math target module.
5173 * configure.in (target_libraries): Add libgcc-math target library.
5174 (--enable-libgcc-math): New configure switch.
5175 * Makefile.in: Re-generate.
5176 * configure: Re-generate.
5177
5178 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5179
5180 * config-ml.in: Alter CCASFLAGS to include special
5181 multilib options the same as is done for CFLAGS.
5182
5183 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5184
5185 * Makefile.def: Added dependencies from sim and gdb on intl, and
5186 added configure dependencies to everything with an all dependency
5187 on intl.
5188 * gettext.m4: Removed.
5189 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5190 (GDB_SUPPORT_DIRS): Add intl.
5191 * Makefile.in: Regenerated.
5192
5193 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5194
5195 * src-release (DEVO_SUPPORT): Add config.rpath.
5196
5197 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5198
5199 * Makefile.def (bfd, opcodes): Fix lib_path.
5200 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5201 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5202 * Makefile.in: Regenerate.
5203
5204 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5205
5206 * configure.in: Enable gprof for cross builds.
5207 * configure: Regenerate.
5208
5209 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5210
5211 * src-release (MAKEINFOFLAGS): Define.
5212 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5213
5214 2006-05-14 Ben Elliston <bje@au.ibm.com>
5215
5216 * config.sub, config.guess: Update from upstream sources.
5217
5218 2006-05-12 Ben Elliston <bje@au.ibm.com>
5219
5220 * config.sub, config.guess: Update from upstream sources.
5221
5222 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5223
5224 * blt, iwidgets, mmalloc: Remove directories.
5225
5226 2006-05-01 DJ Delorie <dj@redhat.com>
5227
5228 * configure.in: Restore CFLAGS if GMP isn't present.
5229 * configure: Regenerate.
5230
5231 2006-04-18 DJ Delorie <dj@redhat.com>
5232
5233 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5234 reference libgloss so that libssp can be built in a combined
5235 tree.
5236 * configure: Regenerate.
5237
5238 2006-04-10 Ben Elliston <bje@au.ibm.com>
5239
5240 * contrib: Remove directory.
5241
5242 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5243
5244 * Makefile.tpl: Add install-html target.
5245 * Makefile.def: Add install-html target.
5246 * Makefile.in: Regenerate.
5247 * configure.in: Add --with-datarootdir, --with-docdir,
5248 and --with-htmldir options.
5249 * configure: Regenerate.
5250
5251 2006-03-31 Ben Elliston <bje@au.ibm.com>
5252
5253 PR binutils/1860
5254 * configure.in: Require makeinfo 4.4 or higher.
5255 * configure: Regenerate.
5256
5257 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5258
5259 * Makefile.in: Regenerate.
5260
5261 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5262
5263 Sync with gcc:
5264 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5265
5266 * configure.in: Handle --disable-<component> generically.
5267 * configure: Regenerate.
5268
5269 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5270
5271 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5272 (TARGET_CONFIGDIRS): Remove.
5273 * configure.in: Remove AC_SUBST(target_configdirs).
5274 * Makefile.in, configure: Regenerated.
5275
5276
5277 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5278
5279 PR libgcj/17311
5280 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5281
5282 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5283
5284 PR bootstrap/25670
5285
5286 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5287
5288 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5289 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5290 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5291 BUILD_PREFIX, BUILD_PREFIX_1.
5292 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5293
5294 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5295 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5296
5297 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5298 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5299 of `cat stage_current`. Always provide the `r' and `s' variables.
5300 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5301 a single shell execution.
5302 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5303 bootstrapped modules, make the stage1 module if the build was not
5304 started yet, else build the current stage.
5305 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5306 (all-build, all-host, all-target, [+make_target+]-host,
5307 [+make_target+]-target): Do not use \-continued lines.
5308 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5309 (current_stage, restrap, stage_last): New.
5310
5311 * Makefile.in: Regenerate.
5312 * configure: Regenerate.
5313
5314 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5315
5316 Sync from gcc:
5317
5318 2006-01-31 Richard Guenther <rguenther@suse.de>
5319 Paolo Bonzini <bonzini@gnu.org>
5320
5321 * Makefile.def (target_modules): Add libgcc-math target module.
5322 * configure.in (target_libraries): Add libgcc-math target library.
5323 (--enable-libgcc-math): New configure switch.
5324 * Makefile.in: Re-generate.
5325 * configure: Re-generate.
5326 * libgcc-math: New toplevel directory.
5327
5328 2006-01-18 Richard Henderson <rth@redhat.com>
5329 Jakub Jelinek <jakub@redhat.com>
5330 Diego Novillo <dnovillo@redhat.com>
5331
5332 * libgomp: New directory.
5333 * Makefile.def: Add target_module libgomp.
5334 * Makefile.in: Regenerate.
5335 * configure.in (target_libraries): Add target-libgomp.
5336 * configure: Regenerate.
5337
5338 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5339 Andreas Schwab <schwab@suse.de>
5340
5341 * configure: Regenerate.
5342
5343 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5344
5345 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5346 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5347 the assembler, linker and binutils.
5348 * configure: Regenerate.
5349
5350 2006-01-16 Nick Clifton <nickc@redhat.com>
5351
5352 * config.sub, config.guess: Sync from config repository.
5353
5354 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5355
5356 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5357 @ from continuation.
5358 * Makefile.in: Rebuilt.
5359
5360 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5361
5362 Sync from gcc:
5363
5364 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5365
5366 PR bootstrap/24252
5367
5368 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5369 * Makefile.tpl (OBJDUMP): New.
5370 (EXTRA_HOST_FLAGS): Add it.
5371 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5372
5373 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5374 to use symbolic links between directories. Avoid race conditions
5375 or make them harmless.
5376 * configure.in: Do not try to use symbolic links between directories.
5377
5378 * Makefile.def (LEAN): Pass.
5379 * Makefile.tpl (LEAN): Define.
5380 (stage[+id+]-start): Accept that the previous directory does not
5381 exist, if the bootstrap is lean.
5382 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5383 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5384 configure substitution.
5385 ([+compare-target+]): Likewise.
5386 ([+bootstrap-target+]-lean): New.
5387 * configure.in: Remove lean bootstrap support from here.
5388
5389 * Makefile.in: Regenerate.
5390 * configure: Regenerate.
5391
5392 2006-01-02 Andreas Schwab <schwab@suse.de>
5393
5394 * configure.in: When reconfiguring remove Makefile in
5395 all stage directories.
5396 * configure: Regenerate.
5397
5398 2005-12-27 Leif Ekblad <leif@rdos.net>
5399
5400 * configure.in: Add support for RDOS target.
5401 * configure: Regenerate.
5402
5403 2005-12-27 Nick Clifton <nickc@redhat.com>
5404
5405 PR binutils/1990
5406 * libtool.m4: Synchronize with version in GCC sources.
5407
5408 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5409
5410 Revert Ada-related part of the previous change.
5411
5412 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5413 Do not pass.
5414 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5415 * Makefile.in: Regenerate.
5416 * configure.in: Do not include mt-ppc-aix target fragment.
5417 * configure: Regenerate.
5418
5419 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5420
5421 * configure.in: Select appropriate fragments for PowerPC/AIX.
5422 * configure: Regenerate.
5423
5424 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5425 BOOT_CFLAGS, BOOT_LDFLAGS.
5426 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5427 BOOT_CFLAGS, BOOT_LDFLAGS.
5428 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5429 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5430 (stage): Fail if we cannot complete the work.
5431 * Makefile.in: Regenerate.
5432
5433 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5434
5435 * COPYING.NEWLIB: Update copyright year for default
5436 copyright.
5437
5438 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5439
5440 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5441 install-host-nogcc): Don't invoke $(stage) at the end.
5442 * Makefile.in: Regenerate.
5443
5444 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5445
5446 * configure.in: Flip the top-level bootstrap switch.
5447 * configure: Regenerate.
5448
5449 Merge from gcc:
5450
5451 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5452
5453 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5454 $(stage) and $(unstage).
5455 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5456 (all): Remove stray semicolon.
5457 (local-distclean): Don't handle multilib.tmp and multilib.out.
5458 (install.all): Set $s for consistency.
5459 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5460 check_multilibs setting. Always make the install directory.
5461 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5462 Correct @if/@endif.
5463 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5464 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5465 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5466 (multilib.out): Remove.
5467 * Makefile.in: Regenerated.
5468
5469 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5470
5471 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5472 * configure.in: Replace ms1 arch with mt.
5473 * configure: Rebuilt.
5474
5475 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5476
5477 Sync with gcc:
5478
5479 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5480
5481 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5482 * configure.in: Replace ms1 arch with mt.
5483 * configure: Rebuilt.
5484
5485 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5486
5487 Sync with gcc:
5488
5489 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5490
5491 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5492 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5493 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5494 Find in-tree tools if available.
5495 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5496 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5497 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5498 (COMPILER_*_FOR_TARGET): New.
5499 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5500 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5501 (CONFIGURED_*, USUAL_*): Remove.
5502 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5503 STRIP): Use autoconf substitutions.
5504 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5505 COMPILER_NM_FOR_TARGET): New.
5506 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5507
5508 (all): Make all-host and all-target in parallel.
5509 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5510 that $$r and $$s are set before invoking a recursive make.
5511 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5512 ([+bootstrap-target+]): Inline most of the `all' target.
5513
5514 2005-11-29 Ben Elliston <bje@au.ibm.com>
5515
5516 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5517 from the gcc build directory.
5518 * Makefile.in: Regenerate.
5519
5520 2005-11-29 Ben Elliston <bje@au.ibm.com>
5521
5522 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5523 depend on all-libdecnumber.
5524 * configure.in (host_libs): Include libdecnumber.
5525 * Makefile.in: Regenerate.
5526 * configure: Likewise.
5527
5528 2005-11-21 Kean Johnston <jkj@sco.com>
5529
5530 * config.sub, config.guess: Sync from upstream sources.
5531
5532 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5533
5534 * Makefile.def: Remove gdb dependencies for gdbtk.
5535 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5536 (configure-gdb, install-gdb): New rules.
5537 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5538 * Makefile.in, configure: Regenerated.
5539
5540 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5541
5542 PR bootstrap/24297
5543 * Makefile.tpl (do-[+make-target+], do-check, install,
5544 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5545 are set before recursing.
5546 * Makefile.in: Regenerate.
5547
5548 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5549
5550 PR bootstrap/18939
5551 * Makefile.def (gcc) <target>: Fix thinko.
5552 * Makefile.in: Regenerate.
5553
5554 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5555
5556 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5557 * configure: Regenerate.
5558
5559 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5560
5561 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5562 target-libffi, target-qthreads, target-libjava, and
5563 targetlibobjc.
5564 * configure: Regenerate.
5565
5566 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5567
5568 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5569 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5570 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5571 (USUAL_OBJDUMP_FOR_TARGET): New.
5572 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5573 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5574 * configure, Makefile.in: Regenerated.
5575
5576 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5577
5578 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5579 before other host packages.
5580
5581 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5582
5583 PR bootstrap/22340
5584
5585 * configure.in (default_target): Remove.
5586 * Makefile.tpl (all): Do not use prerequisites as subroutines
5587 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5588 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5589 use prerequisites as subroutines.
5590 (check-host, check-target): New.
5591 (bootstrap configure & all targets): Do not use stage*-start
5592 if the directory layout is already ok.
5593 (non-bootstrap configure & all targets): Prepend a $(unstage).
5594 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5595 (NOTPARALLEL): Remove.
5596 (unstage, stage variables): New variables.
5597 (unstage, stage targets): Simply expand to those variables.
5598
5599 * configure: Regenerate.
5600 * Makefile.in: Regenerate.
5601
5602 2005-10-04 James E Wilson <wilson@specifix.com>
5603
5604 * Makefile.def (lang_env_dependencies): Add libmudflap.
5605 * Makefile.in: Regenerate.
5606
5607 2005-10-03 Catherine Moore <clm@cm00re.com>
5608
5609 * configure.in (bfin-*-*): Support bfin.
5610 * configure: Regenerated.
5611
5612 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5613
5614 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5615 * configure: Regenerated.
5616
5617 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5618
5619 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5620 (LIPO_FOR_TARGET): New.
5621 (CONFIGURED_LIPO_FOR_TARGET): New.
5622 (USUAL_LIPO_FOR_TARGET): New.
5623 (STRIP_FOR_TARGET): New.
5624 (CONFIGURED_STRIP_FOR_TARGET): New.
5625 (USUAL_STRIP_FOR_TARGET): New.
5626 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5627 STRIP_FOR_TARGET.
5628 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5629 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5630 * Makefile.in: Regenerate.
5631 * configure: Regenerate.
5632
5633 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5634
5635 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5636 (rs6000-*-aix*): Same.
5637 * configure: Regenerate.
5638
5639 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5640
5641 * configure.in: Recognize f95 in the --enable-languages option,
5642 and substitute it for fortran, issuing a warning.
5643 * configure: Regenerate.
5644
5645 2005-09-07 Ben Elliston <bje@au.ibm.com>
5646
5647 Import from Autoconf sources:
5648
5649 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5650 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5651 Elliston. Handle weird characters correctly.
5652
5653 2005-08-30 Phil Edwards <phil@codesourcery.com>
5654
5655 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5656 * configure: Regenerated.
5657
5658 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5659
5660 * Makefile.def (libssp): Add to lang_env_dependencies.
5661 * Makefile.in: Regenerate.
5662
5663 2005-08-17 Christian Groessler <chris@groessler.org>
5664
5665 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5666 * Makefile.in: Regenerate.
5667
5668 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5669
5670 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5671 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5672 Look for alternate names of the target cc and c++
5673 * configure: Regenerate.
5674
5675 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5676
5677 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5678 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5679 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5680 tools; remove code to manually set them.
5681 (Target tools): Look in the environment for them.
5682 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5683 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5684 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5685 build directory.
5686 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5687 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5688 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5689 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5690 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5691 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5692 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5693 * configure: Regenerate.
5694 * Makefile.in: Regenerate.
5695
5696 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5697
5698 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5699 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5700 * Makefile.in: Regenerated.
5701
5702 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5703
5704 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5705 (CFLAGS_FOR_TARGET): Use it.
5706 (CXXFLAGS_FOR_TARGET): Likewise.
5707 * Makefile.in: Regenerated.
5708 * configure.in (--with-build-sysroot): New option.
5709 * configure: Regenerated.
5710
5711 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5712
5713 * Makefile.tpl: Wrap install between unstage and stage
5714 * Makefile.in: Regenerate.
5715
5716 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5717
5718 * all files: Update FSF address.
5719
5720 2005-07-14 Jim Blandy <jimb@redhat.com>
5721
5722 * configure.in: Add cases for Renesas m32c.
5723 * configure: Regenerated.
5724
5725 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5726
5727 * COPYING, compile, config-ml.in, config.guess,
5728 config.sub, install-sh, missing, mkinstalldirs,
5729 symlink-tree, ylwrap: Sync from upstream sources.
5730
5731 2005-07-13 Eric Christopher <echristo@redhat.com>
5732
5733 * configure.in: Add toplevel noconfigdir support for tpf.
5734 * configure: Regenerate.
5735
5736 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5737
5738 * Makefile.def (target_modules): Add libssp.
5739 * configure.in (target_libraries): Add target-libssp.
5740 * configure: Rebuilt.
5741 * Makefile.in: Rebuilt.
5742
5743 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5744
5745 PR ada/22340
5746
5747 * Makefile.def: Sync with gcc.
5748 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5749 * Makefile.in: Regenerate.
5750
5751 2005-07-07 Andreas Schwab <schwab@suse.de>
5752
5753 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5754 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5755 * Makefile.in: Regenerated.
5756
5757 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5758
5759 * configure.in: Add --enable-libssp and --disable-libssp.
5760 * configure: Regenerate with autoconf-2.13.
5761
5762 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5763
5764 * configure.in: Don't build sim or rda when targetting darwin.
5765 * configure: Regenerate.
5766
5767 2005-07-04 Ben Elliston <bje@gnu.org>
5768
5769 * src-release (do-proto-toplev): Remove dejagnu bits.
5770 (DEJAGNU_SUPPORT_DIRS): Remove.
5771 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5772 (GDBD_SUPPORT_DIRS): Likewise.
5773 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5774 (INSIGHTD_SUPPORT_DIRS): Likewise.
5775 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5776
5777 2005-06-30 Ben Elliston <bje@gnu.org>
5778
5779 * setup.com (mpw): Remove unused directive.
5780
5781 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5782
5783 * Makefile.def (stagefeedback): Come after profile.
5784 Define profiledbootstrap target.
5785 * Makefile.tpl (profiledbootstrap): Remove.
5786 (stageprofile-end): Zap stagefeedback.
5787 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5788 * Makefile.in: Regenerate.
5789
5790 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5791
5792 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5793 In 'cpp' stanza, support '#line' as well as '# '.
5794
5795 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5796
5797 * configure.in (unsupported_languages): New macro.
5798 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5799 non-ported target libraries in noconfigdirs.
5800 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5801 non-linux-gnu. Remove libgcj_ex_libffi.
5802 <lang_frag loop>: Set add_this_lang=no if the language is in
5803 unsupported_languages.
5804 * configure: Regenerate.
5805
5806 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5807
5808 * configure.in: Fix typo in handling of --with-mpfr-dir.
5809 * configure: Regenerate.
5810
5811 2005-06-02 Jim Blandy <jimb@redhat.com>
5812
5813 * config.sub: Add cases for the Renesas m32c. (This patch has been
5814 accepted into the master sources.)
5815
5816 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5817 Michael Snyder <msnyder@redhat.com>
5818 Stan Cox <scox@redhat.com>
5819
5820 * configure.in: Set noconfigdirs for ms1.
5821
5822 * configure: Regenerate.
5823
5824 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5825
5826 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5827 (Dependencies): Consider target modules for bootstrap dependencies.
5828 Make target bootstrap modules depend on each stage's gcc.
5829 * Makefile.in: Regenerate.
5830
5831 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5832
5833 * Makefile.def (configure-gcc): Depend on binutils having been built.
5834 (all-gcc): No need to do it here.
5835 * Makefile.in: Regenerate.
5836
5837 2005-05-19 Paul Brook <paul@codesourcery.com>
5838
5839 * configure.in: Rewrite misleading error message when requested
5840 language cannot be built.
5841 * configure: Regenerate.
5842
5843 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5844
5845 * ylwrap: Import from Automake 1.9.5.
5846
5847 2005-05-04 Mike Stump <mrs@apple.com>
5848
5849 * configure.in: Always pass --target to target configures as
5850 otherwise rebuilds that do --recheck will fail.
5851 * configure: Rebuilt.
5852
5853 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5854
5855 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5856 STAGE_HOST_EXPORTS.
5857 (configure, all): Add bootstrap support.
5858 (Host modules, target modules): Pass post-stage1 flags and exports.
5859 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5860 * Makefile.in: Regenerate.
5861
5862 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5863
5864 Sync from gcc:
5865
5866 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5867
5868 * config.sub: Update from master copy.
5869
5870 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5871
5872 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5873 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5874 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5875 "*-*-elf" and "*-*-linux*".
5876 * configure: Regenerate.
5877
5878 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5879
5880 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5881 (TARGET_CONFIGARGS): Include --with-target-subdir.
5882 (configure, all): New macros. Use them throughout.
5883
5884 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5885
5886 * Makefile.tpl: Sync with gcc.
5887 * Makefile.in: Regenerate.
5888
5889 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5890
5891 * config/mh-mingw32: Delete.
5892 * configure.in: Don't use it.
5893 * configure: Regenerate.
5894
5895 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5896
5897 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5898 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5899 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5900 (HOST_LIB_PATH): Generate from Makefile.def.
5901 (TARGET_LIB_PATH): Likewise.
5902 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5903 * Makefile.in: Regenerate.
5904 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5905 (RPATH_ENVVAR): Include Darwin case.
5906 * configure: Regenerate.
5907
5908 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5909
5910 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5911 * configure: Regenerate.
5912
5913 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5914
5915 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5916 gcc_version, and gcc_version_trigger from set of flags to pass.
5917 * Makefile.tpl: Remove definitions of above variables.
5918 (config.status): Remove dependency on $(gcc_version_trigger).
5919 * Makefile.in: Regenerate.
5920 * configure.in: Do not reference config/gcc-version.m4 nor
5921 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5922 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5923 * configure: Regenerate.
5924
5925 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5926 Andrew Pinski <pinskia@physics.uc.edu>
5927
5928 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5929 * Makefile.in: Regenerate.
5930
5931 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5932
5933 PR libgcj/20160
5934 * ltmain.sh: Avoid creating archives with components that have
5935 duplicate basenames.
5936
5937 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5938
5939 PR bootstrap/20250
5940 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5941 instead of check.
5942 * Makefile.in: Regenerate.
5943
5944 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5945
5946 Sync from gcc.
5947
5948 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5949
5950 PR bootstrap/17383
5951 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5952 * Makefile.tpl (HOST_SUBDIR): New substitution.
5953 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5954 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5955 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5956 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5957 (Host modules, Bootstrapped modules): Use it.
5958 (Build modules, Target modules): Do not create symlink trees,
5959 always configure out-of-srcdir.
5960 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5961 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5962 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5963 $(HOST_SUBDIR). Create a symlink for host_subdir.
5964
5965 * Makefile.in: Regenerate.
5966 * configure: Regenerate.
5967
5968 Merged from libada-gnattools-branch:
5969 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5970
5971 * Makefile.def: Add gnattools as a module, depending on target-libada.
5972 * Makefile.in: Regenerate.
5973 * configure.in: Include gnattools in host_tools; disable it if ada
5974 is disabled.
5975 * configure: Regenerate.
5976
5977 2005-02-23 Nick Clifton <nickc@redhat.com>
5978
5979 * configure: Regenerate.
5980
5981 2005-02-22 Paul Schlie <schlie@comcast.net>
5982
5983 * configure.in: Allow darwin targeted ports to build tk, itcl and
5984 libgui.
5985
5986 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5987
5988 PR libgcj/10353
5989 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5990 * configure: Regenerate.
5991
5992 2005-02-08 Andrew Cagney <cagney@gnu.org>
5993
5994 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5995 gdb/ section. Update GDB's URL.
5996
5997 2005-01-31 Andrew Cagney <cagney@gnu.org>
5998
5999 * gettext.m4: Only set ENABLE_NLS when gettext is present.
6000
6001 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6002
6003 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6004 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6005 target-libgloss when not *-*-elf and *-*-aout.
6006 * configure: Regenerate.
6007
6008 2005-01-27 Andrew Cagney <cagney@gnu.org>
6009
6010 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
6011
6012 2005-01-24 Andrew Cagney <cagney@gnu.org>
6013
6014 * gettext.m4: Only fall back to ../intl/ when it's present.
6015
6016 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6017
6018 * install-sh, config.sub: Import from upstream.
6019
6020 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6021
6022 PR bootstrap/18222
6023 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6024 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6025 * Makefile.in: Regenerate.
6026
6027 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6028
6029 Revert 2004-12-28 Makefile changes, a better fix will be
6030 applied to mainline and src after GCC 4.0 branches.
6031
6032 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6033
6034 PR bootstrap/17383
6035
6036 * Makefile.def (target_modules): Remove stage parameter,
6037 it is always true now.
6038 * Makefile.tpl (configure-build-[+module+],
6039 configure-target-[+module+]): Always build symlink tree
6040 for the directory and for include. BUILD_SUBDIR and
6041 TARGET_SUBDIR cannot be . anymore.
6042 * Makefile.in: Regenerate.
6043
6044 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6045
6046 Revert 2004-12-08 Makefile changes.
6047
6048 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6049
6050 * configure.in (sh64-*-*): Reenable gprof.
6051 * configure: Regenerate.
6052
6053 2004-12-09 Jim Blandy <jimb@redhat.com>
6054
6055 * MAINTAINERS: List 'depcomp' as part of automake.
6056
6057 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6058
6059 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6060 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6061 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6062 * Makefile.in: Regenerate.
6063
6064 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6065
6066 * Makefile.tpl: Generate normal dependencies if the LHS module is
6067 not bootstrapped.
6068 * Makefile.in: Regenerate.
6069
6070 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6071
6072 * configure.in: Include config/gxx-include-dir.m4. Use
6073 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6074 * configure: Regenerate.
6075
6076 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6077
6078 * config.if: Delete.
6079 * configure.in: Set libstdcxx_incdir directly.
6080 * configure: Regenerate.
6081 * MAINTAINERS: Remove mention of config.if.
6082 * src-release (DEVO_SUPPORT): Remove config.if.
6083
6084 2004-12-02 Eric Christopher <echristo@redhat.com>
6085
6086 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
6087 of things to remove.
6088 * Makefile.in: Regenerate.
6089
6090 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6091
6092 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6093 * configure: Regenerate.
6094
6095 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6096
6097 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6098 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6099 * configure: Regenerate.
6100
6101 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6102
6103 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6104 (hppa*64*-*-*): Delete incorrect comment.
6105 * configure: Rebuilt.
6106
6107 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6108
6109 * install-sh, compile: Import from automake.
6110
6111 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6112
6113 * config.guess, config.sub: Import from savannnah.
6114
6115 2004-11-12 Mike Stump <mrs@apple.com>
6116
6117 * Makefile.def: Add html support.
6118 * Makefile.tpl: Likewise.
6119 * Makefile.in: Regenerate.
6120
6121 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6122
6123 PR 18423
6124 * configure.in: Remove all instances of build-fixincludes from
6125 noconfigdirs.
6126 (build_configargs): Supply --target to subdirectories.
6127 * configure: Regenerate.
6128
6129 * Makefile.def: Make gcc install depend on fixincludes install.
6130 * Makefile.in: Regenerate.
6131
6132 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6133
6134 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6135 target-libgfortran.
6136 * configure: Regenerate.
6137
6138 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6139
6140 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6141 like CC.
6142
6143 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6144
6145 * Makefile.def (host fixincludes): Specify missing targets.
6146 * Makefile.in: Regenerate.
6147
6148 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6149
6150 PR other/17783
6151 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6152 * configure: Regenerated.
6153
6154 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6155
6156 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6157 * configure: Regenerated.
6158
6159 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6160
6161 PR target/18151
6162 * configure.in (case ${target}): Do not build fixincludes for avr.
6163 * configure: Regenerated.
6164
6165 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6166
6167 * configure.in (case ${target}): Do not build fixincludes
6168 on platforms where it is not used.
6169 * configure: Regenerated.
6170
6171 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6172
6173 * configure.in: Use an absolute path to install-sh.
6174 * configure: Regenerated.
6175
6176 2004-10-19 Andrew Cagney <cagney@gnu.org>
6177
6178 * src-release (do-djunpack, do-md5sum): Install the generated file
6179 directly into the proto-toplev/ directory.
6180
6181 2004-10-19 Andrew Cagney <cagney@gnu.org>
6182
6183 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6184
6185 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6186
6187 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6188 * configure: Regenerate.
6189
6190 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6191
6192 Fix wrong conflict resolution in:
6193
6194 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6195
6196 * Makefile.in: Regenerate.
6197 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6198 in the recursive `make', instead of hardwiring `all'.
6199 (Autogenerated TARGET-* variables): New.
6200
6201 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6202
6203 Merged from GCC / libtool upstream:
6204 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6205 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6206 * ltcf-cxx.sh (tpf*): Likewise.
6207 * ltconfig (tpf*): Add TPF OS configuration support.
6208
6209 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6210
6211 * configure.in: Enable target-libgloss for crx-*-*.
6212 * configure: Regenerate.
6213
6214 2004-09-24 Michael Roth <mroth@nessie.de>
6215
6216 * configure.in (--without-headers): Add missing double quotes.
6217 * configure: Regenerate.
6218
6219 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6220
6221 * ylwrap: Revert to previous version.
6222
6223 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6224
6225 PR bootstrap/17369
6226 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6227 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6228 SET_GCC_LIB_PATH_CMD.
6229 (BASE_TARGET_EXPORTS): Likewise.
6230 * Makefile.in: Regenerated.
6231
6232 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6233 * configure: Regenerated.
6234
6235 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6236
6237 * config.guess: New upstream version
6238 * compile, depcomp, install-sh, ylwrap: Likewise.
6239
6240 2004-09-19 Roger Sayle <roger@eyesopen.com>
6241
6242 * config/mh-x86omitfp: New host makefile fragment. Add
6243 -fomit-frame-pointer to the default BOOT_CFLAGS.
6244 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6245 * configure: Regenerate.
6246
6247 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6248
6249 PR target/11572
6250 * configure.in (*-*-darwin*): Renable libobjc.
6251 * configure: Regenerate.
6252
6253 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6254
6255 * Makefile.def: Remove libbanshee.
6256 * Makefile.tpl: Ditto.
6257 * configure.in: Ditto.
6258 * Makefile.in: Regen.
6259 * configure: Ditto.
6260
6261 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6262
6263 * missing: Import latest version from master repository.
6264
6265 2004-09-04 Nick Clifton <nickc@redhat.com>
6266
6267 * config.sub: Import latest version from master repository.
6268 * config.guess: Likewise.
6269 This includes these changes:
6270
6271 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6272
6273 * config.sub: Handle crisv32, alias etraxfs.
6274 * config.guess (crisv32:Linux:*:*): Handle.
6275
6276 2004-08-13 Brad Smith <brad@comstyle.com>
6277
6278 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6279 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6280
6281 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6282
6283 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6284 assume the processor is a powerpc. This is because coreutils
6285 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6286 in this case, due to a MacOS X bug that causes
6287 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6288 to return a negative number.
6289 Problem reported by Petter Reinholdtsen in:
6290 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6291
6292 2004-07-19 Ben Elliston <bje@gnu.org>
6293
6294 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6295
6296 2004-06-24 Ben Elliston <bje@gnu.org>
6297
6298 * config.guess: Update copyright years.
6299 * config.sub: Likewise.
6300
6301 2004-06-22 Robert Millan <robertmh@gnu.org>
6302
6303 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6304 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6305
6306 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6307
6308 * config.guess (*:*VMS:*:*): New entry. Replaces
6309 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6310 manufacturer.
6311
6312 2004-06-22 Ben Elliston <bje@gnu.org>
6313
6314 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6315 * config.sub: Likewise.
6316
6317 2004-06-22 Ben Elliston <bje@gnu.org>
6318
6319 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6320 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6321
6322 2004-06-11 Ben Elliston <bje@gnu.org>
6323
6324 * config.guess (pegasos:OpenBSD:*:*): Remove.
6325
6326 2004-06-11 Ben Elliston <bje@gnu.org>
6327
6328 From Wouter Verhelst <wouter@grep.be>:
6329 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6330
6331 2004-06-11 Ben Elliston <bje@gnu.org>
6332
6333 * config.guess (luna88k:OpenBSD:*:*): New.
6334
6335 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6336
6337 * config.guess (m32r*:Linux:*:*): New case.
6338 * config.sub: Handle m32rle.
6339
6340 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6341
6342 From Jens Petersen <petersen@redhat.com>:
6343 * config.sub: Handle sparcv8.
6344
6345 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6346
6347 From Tom Smith <smith@cag.lkg.hp.com>:
6348 * config.guess: Version suffixes are equally significant on Tru64
6349 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6350 prefix of "P" (patched kernel).
6351
6352 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6353
6354 * config.sub: Add support for National Semiconductor CRX target.
6355
6356 2004-09-03 Jan Beulich <jbeulich@novell.com>
6357
6358 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6359 *-*-netware, but add target-libmudflap.
6360 Consolidate *-*-netware targets (of which really only i?86 exists)
6361 into a single entry.
6362 * configure: Likewise.
6363
6364 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6365
6366 * Makefile.tpl (sorry): Remove.
6367 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6368 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6369 (do-clean): Clean per-stage directories too.
6370 (do-distclean): Run distclean-stage1 too.
6371 (.NOTPARALLEL): Enable during toplevel bootstrap.
6372 (stage[+id+]-bubble): Enable parallel execution during
6373 the recursive invocation.
6374 * Makefile.in: Regenerate.
6375
6376 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6377
6378 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6379
6380 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6381 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6382 * configure: regenerate
6383 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6384 -mdynamic-no-pic
6385
6386 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6387
6388 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6389 include.
6390 * configure.in: Fix indentation.
6391 * configure: Regenerate.
6392
6393 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6394
6395 * Makefile.def (build_modules): Add fixincludes.
6396 (dependencies): Make gcc depend on fixincludes.
6397 * configure.in (build_tools): Add fixincludes.
6398 (build_configdirs): Always include build_libs.
6399 * Makefile.in: Regenerate.
6400 * configure: Regenerate.
6401
6402 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6403
6404 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6405 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6406 phony targets; do not generate timestamp files.
6407 (distclean-stageN): Remove references to their timestamp files.
6408 (restageN, touch-stageN): Remove.
6409 (stageN-bubble): Rewritten.
6410 (compare): Support lean bootstraps.
6411 * Makefile.in: Regenerate.
6412
6413 * configure.in: Only warn when bootstrapping but
6414 build != host or build != target. Support lean bootstraps.
6415 * configure: Regenerate.
6416
6417 Sync from gcc:
6418 2004-08-26 Phil Edwards <phil@codesourcery.com>
6419
6420 * configure.in: Give a better error message if GMP/MPFR are missing
6421 and a language needing them has been requested.
6422 * configure: Regenerated.
6423
6424 2004-08-25 Phil Edwards <phil@codesourcery.com>
6425
6426 * configure.in: Print a list of available language front-ends if
6427 a requested one is missing. Tidy stray tab characters.
6428 * configure: Regenerated.
6429
6430 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6431
6432 * Makefile.in: Regenerate.
6433 * configure: Regenerate.
6434
6435 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6436 stage_*_flags.
6437 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6438 for bootstrapped modules if toplevel bootstrap is going.
6439 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6440 modules. Adjust for changes in Makefile.def. Enable several
6441 rules even in non-bootstrap mode, just to avoid peppering the
6442 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6443 (stage-[+prev+]-bubble): Remove.
6444
6445 * Makefile.def (Dependencies): Depend on all-build-bison,
6446 all-build-flex, all-build-byacc, all-build-texinfo, rather
6447 than the host variations.
6448 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6449 with BUILD_SUBDIR.
6450 (BISON): Update for recent Bisons.
6451 (YACC): Fix typo.
6452 (cross): Depend on all-build.
6453 (all): Do not depend on all-build.
6454 (prebootstrap): Remove.
6455 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6456 (Prebootstrap dependencies): Add them to the per-stage targets
6457 and to all-prebootstrap.
6458 * configure.in (build_configdirs): Always enable build_tools.
6459 (BUILD_DIR_PREFIX): Remove.
6460
6461 * Makefile.def (gcc): Add target variable.
6462 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6463 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6464 in the recursive `make', instead of hardwiring `all'.
6465 (Autogenerated TARGET-* variables): New.
6466
6467 2004-08-17 Robert Millan <robertmh@gnu.org>
6468
6469 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6470 (instead of FreeBSD).
6471 * configure: Regenerate.
6472
6473 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6474
6475 * Makefile.def, configure.in, src-release: Remove useless, bogus
6476 references to tix.
6477 * Makefile.in, configure: Regenerate.
6478
6479 * src-release: Stop distributing mmalloc with gdb (which doesn't
6480 use it).
6481 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6482 * Makefile.in: Regenerate.
6483
6484 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6485
6486 * configure.in (arm*-*-eabi*): New target.
6487 * configure: Regenerate.
6488
6489 2004-08-01 Robert Millan <robertmh@gnu.org>
6490
6491 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6492 libmudflap for all GNU-based systems (with Glibc).
6493 * configure: Regenerate.
6494
6495 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6496
6497 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6498 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6499 (Dependencies): New section.
6500 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6501 (configure-target-[+module+]): Depend on maybe-all-gcc
6502 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6503 (toplevel profiledbootstrap): Fix dependencies.
6504 * Makefile.in: Regenerate.
6505
6506 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6507
6508 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6509 target-libiberty to noconfigdirs.
6510
6511 2004-08-03 Paul Brook <paul@codesourcery.com>
6512
6513 * configure.in: Check for MPFR as well as GMP.
6514 * configure: Regenerate.
6515
6516 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6517
6518 * Makefile.def (host-modules): Add gcc.
6519 * Makefile.in: Regenerate.
6520 * Makefile.tpl (sorry): New rule.
6521 (configure-host, all-host, [+make_target+]-host, do-check,
6522 install-host): Do not add gcc as a special case.
6523 (host modules): Add a small special-casing for gcc. Export
6524 extra_make_flags through the environment.
6525 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6526 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6527 other recursive targets for gcc): Remove.
6528
6529 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6530 (stage, unstage): New rules.
6531 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6532 distclean-stage[+id+]): Use stage_current.
6533 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6534 the stage*-start rules.
6535
6536 2004-07-19 Robert Millan <robertmh@gnu.org>
6537
6538 Synced from gcc:
6539
6540 2004-04-26 Robert Millan <robertmh@gnu.org>
6541
6542 Add patches from libtool CVS.
6543 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6544 * ltconfig: Likewise.
6545 * ltcf-c.sh: Likewise.
6546 * ltcf-cxx.sh: Likewise.
6547 * ltcf-gcj.sh: Likewise.
6548
6549 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6550
6551 * configure.in: Add noconfigdirs for crx-*-*.
6552 * configure: Regenerate.
6553
6554 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6555
6556 Synced from gcc:
6557
6558 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6559
6560 * configure.in: Build libmudflap by default on FreeBSD.
6561 * configure: Regenerated.
6562
6563 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6564
6565 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6566 systems.
6567 * configure: Regenerated.
6568
6569 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6570
6571 PR target/16344
6572 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6573 feedback based compiler.
6574 * Makefile.in: Rebuilt.
6575
6576 2004-07-05 Phil Edwards <phil@codesourcery.com>
6577
6578 * configure.in: Do not prepend $srcdir to /dev/null in
6579 makefile fragments.
6580 * configure: Regenerate.
6581
6582 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6583
6584 * Makefile.def (host_modules): Set bootstrap=true for flex.
6585 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6586 * Makefile.in: Rebuilt.
6587
6588 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6589
6590 * Makefile.def (build_modules): Add bison, byacc, flex,
6591 m4, texinfo.
6592 (flags_to_pass): Add FLEX.
6593 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6594 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6595 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6596 DEFAULT_MAKEINFO): Remove.
6597 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6598 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6599 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6600 objdir or else use configured tool.
6601 (all-build): New.
6602 (all): Depend on it.
6603 (Build module dependencies): Add.
6604 * Makefile.in: Regenerate.
6605 * configure.in: Better support for multiple build modules,
6606 matching what is done for host/target modules. Do not look
6607 for "plausible" locations of build tools if Canadian cross.
6608 Use autoconf's AC_PROG_CC to find a C compiler. Define
6609 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6610 * configure: Regenerate.
6611
6612 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6613
6614 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6615 * Makefile.in: Regenerate.
6616
6617 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6618
6619 * Makefile.tpl (configure-build-[+module+],
6620 configure-[+module+], configure-target-[+module+]): Pass
6621 [+extra_configure_args+].
6622 (all-build-[+module+], all-[+module+], check-[+module+],
6623 install-[+module+], [+make_target+]-[+module+],
6624 all-target-[+module+], check-target-[+module+],
6625 install-target-[+module+], [+make_target+]-target-[+module+]):
6626 Pass [+extra_make_args+].
6627 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6628 (GCC_HOST_EXPORTS): Remove.
6629 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6630 cross, check-gcc, check-gcc-c++, install-gcc,
6631 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6632 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6633 * Makefile.in: Regenerate.
6634
6635 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6636
6637 * configure.in: Check for srcdir/winsup rather than build directory
6638 winsup.
6639 * configure: Regenerate.
6640
6641 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6642
6643 * configure.in: Don't build Cygwin native newlib if winsup
6644 directory is missing. Emit warning instead.
6645 * configure: Regenerate.
6646
6647 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6648
6649 * Makefile.tpl (touch-stage[+id+]): New.
6650 (restage[+prev+]): Depend on touch-stage[+id+].
6651
6652 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6653 Use it throughout.
6654
6655 * Makefile.def: Add profile and feedback bootstrap stages.
6656 Remove next field from bootstrap stages.
6657 * Makefile.tpl (LN, LN_S): Substitute.
6658 (stageN-start, stageN-end): Use double-colon rules, to
6659 provide a hook for additional setup commands.
6660 (distclean-stageN-gcc, restageN): Create dependencies from
6661 [+prev+], not from [+next+].
6662 (stageN-bubble): Add commands for successive stages from
6663 [+prev+], using double-colon rules.
6664 (all-stageN-gcc): Fix typo.
6665 (stagefeedback-start, profiledbootstrap): New.
6666 * Makefile.in: Regenerate.
6667 * configure.in: Call ACX_PROG_LN.
6668 * configure: Regenerate.
6669
6670 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6671
6672 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6673 without gcc.
6674 * configure: Regenerate.
6675
6676 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6677
6678 * Makefile.tpl: Fix typo.
6679 * Makefile.in: Regenerate.
6680
6681 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6682
6683 * configure.in: Remove new- prefix from toplevel
6684 bootstrap targets.
6685 * configure: Regenerate.
6686
6687 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6688
6689 Merge this patch from the gcc tree:
6690
6691 2004-05-30 Andreas Jaeger <aj@suse.de>
6692 Jim Wilson <wilson@specifixinc.com>
6693
6694 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6695 like CC.
6696
6697 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6698
6699 * Makefile.tpl (all.normal): Rename to all.
6700 (all): Replace with a rule to pick the default
6701 target from configure.
6702 (all-gcc, configure-gcc): Use conditionals to
6703 do nothing when toplevel bootstrap is going on.
6704 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6705 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6706 * configure.in: Support --enable-bootstrap.
6707
6708 * Makefile.def: Remove new- prefix from toplevel
6709 bootstrap targets.
6710 * Makefile.tpl: Likewise.
6711
6712 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6713 target.
6714
6715 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6716 $(RECURSE_FLAGS) to recursive invocation of make.
6717
6718 * Makefile.in: Regenerate.
6719 * configure: Regenerate.
6720
6721 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6722
6723 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6724 * configure: Regenerate.
6725
6726 2004-05-25 Daniel Jacobowitz <drow@false.org>
6727
6728 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6729 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6730 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6731 targets.
6732 * Makefile.in: Regenerate.
6733
6734 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6735
6736 * configure.in: Test the ability to symlink directories.
6737 * configure: Regenerate.
6738
6739 * Makefile.def (bootstrap-stage): New definitions.
6740 * Makefile.tpl (configure-stage1-gcc,
6741 configure-stage2-gcc, configure-stage3-gcc,
6742 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6743 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6744 new-restage3, compare): Autogenerate, see Makefile.in
6745 entry for behavioral changes.
6746 (distclean-stage1, new-stage1-start, new-stage1-end,
6747 new-stage1-bubble, distclean-stage2, new-stage2-start,
6748 new-stage2-end, new-stage2-bubble, distclean-stage3,
6749 new-stage3-start, new-stage3-end): New autogenerated targets.
6750 (objext, prebootstrap, BOOT_CFLAGS,
6751 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6752 targets.
6753
6754 * Makefile.in: Regenerate.
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 targets.
6759 (all-stage1-gcc): Move prebootstrap dependency from here...
6760 (configure-stage1-gcc): ...to here.
6761 (new-bootstrap): Use bubble targets.
6762 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6763 Use per-stage distclean targets.
6764 (configure-stage1-gcc, configure-stage2-gcc,
6765 configure-stage3-gcc, all-stage1-gcc,
6766 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6767 Use new-stageN-start to prepare the tree.
6768
6769 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6770
6771 * Makefile.def (host_modules): add libcpp.
6772 * Makefile.tpl: Add dependencies on and for libcpp.
6773 * Makefile.in: Regenerate.
6774 * configure.in: Add libcpp host module.
6775 * configure: Regenerate.
6776
6777 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6778
6779 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6780 of libf2c.
6781 * configure, Makefile.in: Regenerate.
6782
6783 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6784
6785 Merge from tree-ssa-20020619-branch.
6786
6787 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6788 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6789 (HOST_GMPLIBS): Define.
6790 (HOST_GMPINC): Define.
6791 (TARGET_LIB_PATH): Add libmudflap.
6792 (GFORTRAN_FOR_TARGET): Define.
6793 (configure-build*): Export GFORTRAN.
6794 (configure-gcc): Export GMPLIBS and GMPINC.
6795 (all-gcc): Add maybe-all-libbanshee.
6796 (configure-target-libgfortran): Define.
6797 * Makefile.in: Regenerate.
6798 * configure.in (host_libs): Add libbanshee.
6799 (target_libraries): Add target-libmudflap and target-libgfortran.
6800 Add --with-libbanshee.
6801 Handle --disable-libmudflap.
6802 (*-*-freebsd*): Use with_gmp.
6803 Add $(libgcj) to noconfigdirs.
6804 * configure: Regenerate.
6805 * depcomp: New file.
6806 * MAINTAINERS: Add tree-ssa maintainers.
6807
6808 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6809
6810 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6811 * configure: Regenerate.
6812
6813 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6814
6815 Revert:
6816 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6817
6818 * Makefile.def (flags_to_pass): Remove *dir variables that
6819 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6820 as well as prefix and exec_prefix.
6821 * Makefile.in: Regenerate.
6822
6823 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6824
6825 * Makefile.def (host_modules): Mark with the bootstrap
6826 flag packages on which gcc depends.
6827 * Makefile.tpl (all-bootstrap): Use it.
6828 * Makefile.in: Regenerate.
6829
6830 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6831
6832 * Makefile.def (flags_to_pass): Remove *dir variables that
6833 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6834 as well as prefix and exec_prefix.
6835 * Makefile.in: Regenerate.
6836
6837 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6838
6839 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6840 * configure: Regenerate.
6841 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6842 * gcc/Makefile.tpl (compare): Use the result of the test.
6843 * gcc/Makefile.in: Regenerate.
6844
6845 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6846
6847 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6848 Always relocate gcc and prev-gcc to the original names, even
6849 if the build fails.
6850 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6851 New targets.
6852
6853 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6854
6855 * configure.in (mips*-*-irix5*): Enable ld.
6856 * configure: Regenerate.
6857
6858 2004-04-15 James E Wilson <wilson@specifixinc.com>
6859
6860 * Makefile.tpl (configure-[+module+], configure-gcc,
6861 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6862 Set and export LDFLAGS.
6863 * Makefile.in: Regenerate.
6864
6865 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6866
6867 PR bootstrap/14871
6868 * Makefile.tpl: If we don't have built-in-tree target tools,
6869 use the ones found by configure rather than hacking around with
6870 program_transform_name.
6871 * configure.in: Give Makefile.tpl the information necessary
6872 to do that.
6873 * Makefile.in: Regenerate.
6874 * configure: Regenerate.
6875
6876 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6877
6878 PR bootstrap/14760
6879 * configure.in: When computing baseargs, strip *all* copies of
6880 offending options. Also, don't match/substitute the trailing space,
6881 so that this actually works when two similar options are separated by
6882 only one space.
6883 * configure: Regenerate.
6884
6885 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6886
6887 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6888 (rs6000-*-aix*): Same.
6889 * configure: Regenerate.
6890
6891 2004-03-25 Stan Shebs <shebs@apple.com>
6892
6893 Remove MPW support, no longer used.
6894 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6895 mpw-install: Remove files.
6896 * src-release (DEVO_SUPPORT): Remove names of removed files.
6897 * MAINTAINERS: Likewise.
6898
6899 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6900
6901 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6902 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6903 * Makefile.in: Regenerate.
6904
6905 * configure.in (top level bootstrap support): Rework --enable-werror
6906 to set @stage2_werror_flag@.
6907 * configure: Regenerate.
6908 * Makefile.tpl (top level bootstrap support): Pass
6909 @stage2_werror_flag@ down to configure in stages 2 and 3.
6910 * Makefile.in: Regenerate.
6911
6912 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6913
6914 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6915 for stages 2 and 3 as well as in make. As a consequence, remove
6916 OUTPUT_OPTION (now detected by configure) from the flags passed down
6917 to make.
6918 * Makefile.in: Regenerate.
6919
6920 * Makefile.tpl (new-bootstrap): Fix typo.
6921 * Makefile.in: Regenerate.
6922
6923 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6924
6925 * Makefile.tpl: Rearrange by moving recursive_targets rules
6926 into their proper sections.
6927 * Makefile.tpl (top level bootstrap support): Move disabling
6928 of coverage flags from 'make' to 'configure'; improve comments.
6929 * Makefile.in: Regenerate.
6930
6931 * Makefile.tpl (experimental top level bootstrap) Move stage1
6932 language setting from all- target to configure- target; disable
6933 intermodule optimization in stage 1; prevent gratuitous rebuilds
6934 of stage 1.
6935 * Makefile.in: Regenerate.
6936 * configure.in: Comma-separate stage 1 language list for top
6937 level bootstrap.
6938 * configure: Regenerate.
6939
6940 * Makefile.tpl: Clean up experimental top level bootstrap support:
6941 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6942 prev-gcc in configure- targets as well as all- targets.
6943 * Makefile.in: Regenerate.
6944
6945 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6946
6947 * configure.in: Remove symbolic link section.
6948 * configure: Regenerate.
6949 * Makefile.tpl (links): Remove.
6950 * Makefile.in: Regenerate.
6951
6952 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6953 Nathanael Nerode <neroden@gcc.gnu.org>
6954
6955 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6956 Set with AC_CHECK_PROGS.
6957 * configure.in: Fix comment typo from last patch.
6958 * configure: Regenerate.
6959
6960 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6961
6962 * Makefile.tpl: Introduce experimental top level bootstrap support.
6963 * Makefile.in: Regenerate.
6964 * configure.in: Introduce support for top level bootstrap.
6965 * configure: Regenerate.
6966
6967 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6968 Paolo Bonzini <bonzini@gnu.org>
6969
6970 PR bootstrap/14522
6971 * configure.in: Cope with shells that do not support unquoted ^
6972 * configure: Regenerate.
6973
6974 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6975 Paolo Bonzini <bonzini@gnu.org>
6976
6977 PR bootstrap/14522
6978 * configure.in: Cope with shell that do not support nesting
6979 quotes inside quoted backquote substitutions.
6980 * configure: Regenerate.
6981
6982 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6983
6984 PR bootstrap/14522
6985 * configure.in: Fix escaping of $.
6986 * configure: Regenerate.
6987
6988 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6989
6990 * configure: Regenerate.
6991
6992 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6993
6994 PR ada/14131
6995 Move language detection to the top level.
6996 * configure.in: Find default values for the tools as
6997 soon as possible. Disable ada if GNAT is not found.
6998 Emit error message about missing languages. Expand
6999 --enable-languages=all for the gcc subdirectory.
7000
7001 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7002
7003 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7004 and disable libgcj.
7005 * configure: Regenerated.
7006
7007 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7008
7009 PR bootstrap/7087
7010 * Makefile.tpl: Guard XFOO sed statements better.
7011 * Makefile.tpl: Add dependency for configure-target-libada.
7012 * Makefile.in: Regenerate (incidentally fixes broken
7013 commit when libada-branch was merged).
7014
7015 2004-02-28 Andrew Cagney <cagney@redhat.com>
7016
7017 * src-release (CVS_NAMES): Define.
7018 (do-tar, do-tar): Prune $(CVS_NAMES).
7019
7020 2004-02-23 Andrew Cagney <cagney@redhat.com>
7021
7022 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
7023 2004-02-19.09.
7024
7025 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7026
7027 PR bootstrap/11932
7028 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7029
7030 2004-02-19 Andrew Cagney <cagney@redhat.com>
7031
7032 * config.guess: Update from version 2003-06-12 to 2004-02-16.
7033 * config.sub: Update from version 2003-06-13 to 2004-02-16.
7034
7035 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7036
7037 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7038 (rs6000-*-aix*): Same.
7039 * configure: Regenerate.
7040
7041 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7042
7043 * configure.in (host): Add in missing $noconfigdirs to defines.
7044 * configure: Regenerate.
7045
7046 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7047 Nathanael Nerode <neroden@gcc.gnu.org>
7048
7049 PR ada/6637, PR ada/5911
7050 Merge with libada-branch:
7051 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7052 with appropriate dependencies. Add --enable-libada configure switch.
7053 * configure, Makefile.in: Regenerate.
7054
7055 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7056
7057 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7058 * configure: Regenerate.
7059
7060 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7061
7062 * COPYING.NEWLIB: Update Red Hat license to 2004.
7063
7064 2004-01-23 DJ Delorie <dj@redhat.com>
7065
7066 * Makefile.def (target_modules) [libiberty]: Don't stage.
7067 * Makefile.in: Rebuilt.
7068
7069 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
7070
7071 * COPYING.NEWLIB: Update to include copyrights for new
7072 iconv code.
7073
7074 2004-01-15 Andrew Cagney <cagney@redhat.com>
7075
7076 * src-release: Update copyright year.
7077 (do-proto-toplev): Configure using i686-pc-linux-gnu.
7078 (NEWLIB_SUPPORT_DIRS): Delete macro.
7079 (newlib.tar.bz2): Delete rule.
7080
7081 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7082
7083 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7084 * Makefile.tpl (configure-target-[+module+]): Support stage.
7085 * Makefile.in: Rebuilt.
7086
7087 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7088
7089 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
7090 throughout.
7091
7092 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7093
7094 * configure.in: Use ./config.cache, not config.cache.
7095 * configure: Regenerate.
7096 * Makefile.tpl: Special-casing not needed for GCC any more.
7097 * Makefile.in: Regenerate.
7098
7099 * configure.in: Don't share a cache file for host dirs.
7100 * configure: Regenerate.
7101
7102 * config-ml.in: Don't mess with the cache file.
7103
7104 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7105
7106 * Makefile.tpl: Make GCC use a separate config.cache.
7107 * Makefile.in: Regenerate.
7108
7109 PR bootstrap/11932, PR bootstrap/11933
7110 (I don't know if it will fix either of them, but it relates
7111 to them.)
7112 * configure.in: Don't use shared config.cache for target
7113 directories.
7114 * configure: Regenerate.
7115
7116 2003-12-31 Roger Sayle <roger@eyesopen.com>
7117
7118 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7119 * configure: Regenerated.
7120
7121 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7122
7123 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7124 * configure: Regenerated.
7125
7126 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7127
7128 Port change over from GCC:
7129 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7130 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7131 (configure-build-[+module+], configure-[+module+]): Likewise.
7132 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7133 * Makefile.in: Regenerate.
7134
7135 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7136
7137 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7138 * configure: Regenerate.
7139
7140 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7141
7142 * COPYING.NEWLIB: Add license info for long long routines added to
7143 stdlib.
7144
7145 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7146
7147 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7148 * Makefile.in: Regenerate.
7149
7150 2003-10-20 Phil Edwards <phil@codesourcery.com>
7151
7152 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7153 * configure: Regenerate.
7154
7155 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7156
7157 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7158 HOST_FLAGS_TO_PASS.
7159 * Makefile.in: Regenerate.
7160
7161 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7162
7163 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7164 * configure: Rebuilt
7165 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7166 * Makefile.in: Rebuilt
7167
7168 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7169
7170 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7171
7172 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7173
7174 * config-ml.in: Use ac_configure_args directly instead of
7175 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7176 actually seen.
7177
7178 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7179
7180 * config-ml.in: Propagate INSTALL variables.
7181
7182 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7183
7184 * configure.in: Pass a computed --program-transform-name
7185 to subconfigures.
7186 * configure: Regenerated.
7187
7188 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7189
7190 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7191 * Makefile.in: Regenerate.
7192
7193 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7194 * Makefile.in: Regenerate.
7195
7196 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7197
7198 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7199 quoting.
7200 * configure: Regenerated.
7201
7202 2003-09-12 Michael Chastain <mec@shout.net>
7203
7204 Fix PR gdb/857.
7205 * src-release (do-proto-topleve): Remove junk files
7206 intl/config.cache, intl/config.status,
7207 intl/config.h, intl/stamp-h.
7208
7209 2003-09-14 Andrew Cagney <cagney@redhat.com>
7210
7211 * src-release (dejagnu.tar): New target.
7212 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7213 (do-djunpack): Use $(PACKAGE) for the package name.
7214
7215 2003-09-04 DJ Delorie <dj@redhat.com>
7216
7217 * configure: Regenerate.
7218
7219 2003-09-04 Robert Millan <robertmh@gnu.org>
7220
7221 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7222
7223 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7224
7225 * configure.in: Ensure arguments to sed are properly spaced.
7226 * configure: Regenerate.
7227
7228 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7229
7230 Merge from gcc:
7231 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7232 * install-sh: Update to newer upstream versions (associated with
7233 aclocal 1.7).
7234 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7235
7236 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7237
7238 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7239 * configure: Regenerated.
7240
7241 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7242
7243 * configure.in: Use newline instead of semicolon when assuming
7244 shell arguments in a for loop.
7245 * configure: Regenerated.
7246
7247 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7248
7249 PR 8180
7250 * configure.in: When testing with_libs and with_headers, treat
7251 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7252 * configure: Regenerate.
7253
7254 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7255 make, shell, etc.
7256 (baseargs): Likewise.
7257 * configure: Regenerate.
7258
7259 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7260
7261 * configure.in: Disable libgcj for darwin not on powerpc.
7262 * configure: Rebuild.
7263
7264 2003-08-15 Michael Chastain <mec@shout.net>
7265
7266 * src-release (do-proto-toplev): Remove junk files
7267 dejagnu/example/calc/config.status,
7268 dejagnu/example/calc/config.log.
7269
7270 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7271
7272 * config-ml.in, symlink-tree: Add license.
7273
7274 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7275
7276 Merge from gcc:
7277
7278 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7279 * Makefile.tpl (check, check-c++): Express dependencies using
7280 dependencies rather than commands.
7281 * Makefile.in: Regenerate.
7282
7283 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7284 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7285 * Makefile.in: Update.
7286
7287 2003-08-01 Andrew Cagney <cagney@redhat.com>
7288
7289 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7290 * configure: Ditto.
7291
7292 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7293
7294 * configure.in: Enable libgcj for darwin.
7295 * configure: Rebuild.
7296
7297 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7298
7299 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7300
7301 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7302
7303 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7304 creating target and build subdirs to build all parent dirs as needed.
7305 * Makefile.in: Rebuild.
7306 * configure.in: Don't build dirs explicitly here.
7307 * configure: Rebuild.
7308
7309 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7310
7311 * Makefile.tpl (all-make): Depend on intl.
7312 * Makefile.in: Rebuilt.
7313
7314 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7315
7316 * config.if: Remove unused libc_interface determination.
7317
7318 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7319
7320 * Makefile.in: Regenerate, correctly this time.
7321
7322 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7323
7324 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7325 unused INSTALL_PROGRAM_ARGS.
7326 * configure.in: Use AC_PROG_INSTALL.
7327 * Makefile.in: Regenerate.
7328 * configure: Regenerate.
7329
7330 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7331
7332 * configure: Rebuilt.
7333 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7334 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7335 newlib nor libgloss.
7336 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7337 * configure.in (am33_2.0-*-linux*): Added.
7338
7339 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7340
7341 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7342 * configure: Regenerate.
7343
7344 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7345
7346 * config-ml.in: Replace PWD with PWD_COMMAND.
7347 * Makefile.tpl: Likewise.
7348 * Makefile.in: Regenerated.
7349
7350 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7351
7352 * configure.in: Clean up config-lang.in handling. Delete
7353 useless assignment to "subdirs".
7354 * configure: Regenerate.
7355
7356 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7357
7358 * configure.in: Rename 'target_libs' to 'target_libraries'.
7359 Remove useless reference to 'target_libs'.
7360 * configure: Regenerate.
7361
7362 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7363
7364 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7365 * Makefile.in: Regenerate.
7366
7367 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7368
7369 * Makefile.def: Introduce flags_to_pass.
7370 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7371 * Makefile.in: Regenerate.
7372
7373 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7374
7375 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7376 and target-libgloss.
7377 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7378 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7379 * configure: Regenerate.
7380
7381 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7382
7383 * configure.in: Update testsuite_flags to new location.
7384 * configure. Regenerate.
7385
7386 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7387
7388 * Makefile.tpl: Remove BUILD_CC stuff.
7389 * Makefile.in: Regenerate.
7390
7391 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7392
7393 * config.guess: Update to 2003-06-12 version.
7394 * config.sub: Update to 2003-06-13 version.
7395
7396 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7397
7398 * MAINTAINERS: Add myself as MIPS co-maintainer.
7399
7400 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7401
7402 * config.guess: Update to 2003-06-06 version.
7403 * config.sub: Update to 2003-06-06 version.
7404
7405 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7406
7407 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7408 * configure. Regenerate.
7409
7410 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7411
7412 * configure.in: Disable serial configure by default.
7413 * configure: Regenerate.
7414 * Makefile.tpl: Abolish .NOTPARALLEL.
7415 * Makefile.in: Regenerate.
7416
7417 * Makefile.tpl: Replace {build,host,target}_canonical by
7418 {build,host,target}.
7419 * Makefile.in: Regenerate.
7420
7421 * Makefile.tpl: Fix stupid pasto.
7422 * Makefile.in: Regenerate.
7423
7424 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7425
7426 * Makefile.tpl: Remove bogus conditional.
7427 * Makefile.in: Regenerate.
7428
7429 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7430
7431 * Makefile.tpl: Make 'recursive targets' using autogen rather
7432 than shell loop. Remove duplicate 'clean' targets and false
7433 comments.
7434 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7435 Add systematic method of specifying missing targets in subdirs.
7436 Add copyright boilerplate.
7437 * Makefile.in: Regenerate.
7438 * configure.in: Add 'recursive targets' to maybe list.
7439 * configure: Regenerate.
7440
7441 * Makefile.tpl: Rename [+target+] to [+make_target+].
7442 * Makefile.def: Rename 'target' to 'make_target'.
7443
7444 2003-05-30 Nick Clifton <nickc@redhat.com>
7445
7446 * README-maintainer-mode: Update URL for locating blessed config
7447 tools.
7448
7449 2003-05-29 Robert Millan <rmh@debian.org>
7450
7451 * ltconfig: Import this patch and modify for use with current
7452 version of ltconfig:
7453
7454 2003-05-21 Bruno Haible <bruno@clisp.org>
7455
7456 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7457 GNU/FreeBSD.
7458
7459 2003-05-28 DJ Delorie <dj@redhat.com>
7460
7461 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7462 * Makefile.in: Regenerate.
7463
7464 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7465
7466 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7467
7468 2003-05-21 DJ Delorie <dj@redhat.com>
7469
7470 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7471 newlib or libgloss.
7472 * Makefile.in: Regenerate.
7473
7474 2003-05-21 DJ Delorie <dj@redhat.com>
7475
7476 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7477 * Makefile.in: Regenerate.
7478
7479 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7480
7481 * configure.in: Use curly braces in the definition of tooldir.
7482 * configure: Regenerate.
7483
7484 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7485
7486 * configure.in: Switch more things to use maybe dependencies.
7487 * Makefile.tpl: Switch more things to use maybe dependencies.
7488 Factor out common code from autogen IF statements.
7489 * configure: Regenerate.
7490 * Makefile.in: Regenerate.
7491
7492 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7493
7494 * configure.in: Accept i[3456789]86 for machine type.
7495 * configure: Regenerate.
7496
7497 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7498
7499 * configure.in: Switch more things to use maybe dependencies.
7500 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7501 * configure: Regenerate.
7502 * Makefile.tpl: Switch more things to use maybe dependencies.
7503 * Makefile.in: Regenerate.
7504
7505 2003-05-16 Andreas Schwab <schwab@suse.de>
7506
7507 * Makefile.tpl (install-opcodes): Define.
7508 * Makefile.in: Rebuild.
7509
7510 2003-05-13 Andreas Jaeger <aj@suse.de>
7511
7512 * config.guess: Update to 2003-05-09 version.
7513 * config.sub: Update to 2003-05-09 version.
7514
7515 2003-05-13 Michael Eager <eager@mvista.com>
7516
7517 * configure.in: Correct sed script so that options in quotes are not
7518 deleted.
7519 * configure: Rebuild.
7520
7521 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7522
7523 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7524 and $$s/newlib/libc/sys/cygwin32 include paths.
7525 * configure: Ditto.
7526
7527 2003-05-05 H.J. Lu <hjl@gnu.org>
7528
7529 * config-ml.in: Restored from gcc repository.
7530
7531 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7532
7533 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7534 * Makefile.in: Regenerate.
7535
7536 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7537
7538 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7539 and Makefile.def.
7540
7541 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7542
7543 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7544 * Makefile.in: Regenerated.
7545
7546 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7547
7548 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7549 * Makefile.in: Regenerate.
7550
7551 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7552
7553 * configure.in (powerpc64*-*-linux*): Remove.
7554 * configure: Rebuilt.
7555
7556 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7557
7558 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7559 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7560 and restrap.
7561 * Makefile.in: Regenerate.
7562
7563 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7564
7565 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7566 * configure: Regenerated.
7567
7568 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7569
7570 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7571 * */configure: Rebuilt.
7572
7573 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7574
7575 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7576 * Makefile.in: Regenerate.
7577
7578 2003-03-14 Michael Chastain <mec@shout.net>
7579
7580 * Makefile.in: Regenerate with correct Makefile.def.
7581
7582 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7583
7584 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7585 Make macro.
7586 * Makefile.in: Regenerate.
7587 * configure.in: Clean up gxx_include_dir logic.
7588 * configure: Regenerate.
7589
7590 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7591
7592 * configure.in (gxx_include_dir): Fix typo.
7593 * configure: Regenerated.
7594
7595 2003-03-06 Andrew Cagney <cagney@redhat.com>
7596
7597 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7598
7599 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7600
7601 * configure.in: Include $(build_tooldir)/sys-include in
7602 FLAGS_FOR_TARGET.
7603 * configure: Regenerated.
7604
7605 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7606
7607 * Makefile.tpl: Reindent.
7608 * Makefile.in: Regenerate.
7609 * configure.in: Reindent. Don't set unused variables.
7610 * configure: Regenerate.
7611
7612 * Makefile.tpl: Always pass down RANLIB.
7613 * Makefile.in: Regenerate.
7614
7615 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7616 * Makefile.in: Regenerate.
7617 * configure.in: Remove unused logic relating to --enable-shared
7618 and --enable-threads. Remove bogus comments. Remove redundant
7619 noconfigdirs.
7620 * configure: Regenerate.
7621
7622 * configure.in: Replace ${libstdcxx_version} by its value.
7623 Remove reference to mh-dgux.
7624 * configure: Regenerate.
7625
7626 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7627
7628 * Makefile.tpl: Rearrange.
7629 * Makefile.in: Regenerate.
7630
7631 2003-02-25 Nick Clifton <nickc@redhat.com>
7632
7633 * configure: Remove site-file supprot - it is obsolete.
7634
7635 2003-02-24 Uwe Stieber <uwe@wwws.de>
7636
7637 * configure.in: Add support for kaOS as cross build target system.
7638 * configure: Regenerated.
7639
7640 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7641
7642 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7643 configure-target-* as some target builds may require additional
7644 flags for preprocessor tests.
7645 * Makefile.in: Regenerated.
7646
7647 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7648
7649 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7650 * ltconfig: Handle it.
7651 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7652 auto-detecting it.
7653
7654 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7655
7656 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7657 it is used as argument to $CC.
7658 * ltcf-gcj.sh: Likewise.
7659
7660 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7661
7662 * configure.in: Introduce --enable-maintainer-mode.
7663 * configure: Rebuilt.
7664 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7665 for maintainer mode.
7666 * Makefile.in: Rebuilt.
7667
7668 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7669
7670 * configure: Regenerate using autoconf 2.13.
7671
7672 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7673
7674 * config.guess: Import latest version.
7675 * config.sub: Import latest version.
7676
7677 2003-02-18 Jason Merrill <jason@redhat.com>
7678
7679 * Makefile.tpl (check-c++): Allow parallelism.
7680
7681 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7682
7683 * configure: Regenerate using autoconf 000227.
7684
7685 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7686
7687 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7688 don't configure target-libobjc.
7689 * configure: Regenerate.
7690
7691 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7692
7693 * Makefile.tpl (RANLIB): Define.
7694 * Makefile.in: Regenerate.
7695
7696 2003-02-06 Keith R Seitz <keiths@redhat.com>
7697
7698 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7699 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7700 * Makefile.in: Regenerated.
7701 * configure.in: Remove all traces of snavigator, db, and grep.
7702 * configure: Regenerated.
7703
7704 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7705
7706 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7707 * Makefile.in: Regenerated.
7708
7709 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7710
7711 * config.if: Copy from GCC.
7712
7713 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7714
7715 * configure.in: Revert 24Jan change.
7716 * configure: Regenerate.
7717
7718 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7719
7720 * configure.in: Revert previous change.
7721 * configure: Regenerate.
7722
7723 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7724
7725 * configure.in: Make rda native-only.
7726 * configure: Regenerate.
7727
7728 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7729
7730 * configure.in: Add missing \.
7731 * configure: Rebuilt.
7732
7733 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7734
7735 * configure.in (baseargs): Avoid using \| in sed regular
7736 expressions.
7737 * configure: Rebuilt.
7738
7739 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7740
7741 * configure.in (baseargs): Remove all supported forms of
7742 --cache-file, --srcdir, --host, --build and --target options
7743 from argument lists.
7744 * configure: Rebuilt.
7745
7746 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7747
7748 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7749 * configure: Rebuilt.
7750
7751 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7752
7753 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7754 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7755 * Makefile.in: Regenerate.
7756 * configure: Regenerate.
7757
7758 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7759
7760 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7761 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7762 * Makefile.in: Regenerate.
7763
7764 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7765
7766 * configure.in: Remove Makefile in build, host and target modules
7767 unless configure was run with --no-recursion.
7768 * configure: Rebuilt.
7769
7770 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7771
7772 * config.guess: Update to 2003-01-03 version.
7773 * config.sub: Update to 2003-01-03 version.
7774
7775 2003-01-07 Christopher Faylor <cgf@redhat.com>
7776
7777 * configure: Regenerate with proper autoconf 2.13.
7778
7779 2003-01-07 Christopher Faylor <cgf@redhat.com>
7780
7781 * configure.in: Add AC_PREREQ for consistency.
7782 * configure: Regenerate.
7783
7784 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7785
7786 * configure.in (GDB_TK): Add tcl directories conditional on
7787 gdb/gdbtk directory being present.
7788 * configure: Regenerate.
7789
7790 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7791
7792 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7793 by gcc if LD is not defined and we are not doing a Canadian Cross.
7794 * configure: Rebuilt.
7795
7796 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7797
7798 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7799
7800 2002-12-31 Tom Tromey <tromey@redhat.com>
7801
7802 * Makefile.in: Rebuilt.
7803 * Makefile.def (target_modules) [libffi]: Allow installation.
7804
7805 2002-12-31 Andreas Schwab <schwab@suse.de>
7806
7807 * configure.in: Fix use of $program_transform_name.
7808 * configure: Regenerated.
7809
7810 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7811
7812 * configure.in (baseargs): Don't remove first configure argument.
7813 * configure: Regenerated.
7814
7815 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7816
7817 * Makefile.tpl (local-distclean): Don't remove...
7818 (multilib.ts): ... this. Moved into...
7819 (multilib.out): ... this. Don't use sub-make.
7820 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7821 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7822 (configure-build-[+module+], configure-[+module+],
7823 configure-target-[+module+], configure-gcc): ... these. Test
7824 for Makefile existence. Drop config.status from dependencies.
7825 * Makefile.in: Rebuilt.
7826 * configure.in: Move gcc-version-trigger to the end of
7827 ac_configure_args. Add comments to maybedep.tmp and
7828 serdep.tmp. Introduce --disable-serial-configure. Remove
7829 nonopt from baseargs, matching and removing corresponding
7830 whitespace while at it.
7831 * configure: Rebuilt.
7832
7833 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7834
7835 * configure.in (host_configargs): Replace reference to
7836 no-longer-defined buildopts with --build=${build_alias}.
7837 * configure: Rebuilt.
7838
7839 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7840
7841 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7842 program_transform_name to standard idiom.
7843 (AUTOGEN, AUTOCONF): Define.
7844 (Makefile.in): Use $(AUTOGEN).
7845 (Makefile): Depend on config.status, and use autoconf-style rule to
7846 build it. Move original commands to...
7847 (config.status): ... this new target.
7848 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7849 $(AUTOCONF).
7850 * Makefile.in: Rebuilt.
7851
7852 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7853
7854 * Makefile.tpl: Fix dramatic bustage due to change in
7855 program_transform_name.
7856 * Makefile.in: Regenerate.
7857
7858 * configure.in: Remove unnecessary PATH setting.
7859 * configure: Regnerate.
7860
7861 * configure.in: Don't default to unprefixed tools unless
7862 the native tools will work.
7863 * configure: Regenerate.
7864
7865 * configure.in: Convert to autoconf script. Blow away lots
7866 of now-redundant Makefile fragments.
7867 * configure: Generate using Autoconf.
7868 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7869 * Makefile.in: Regenerate.
7870
7871 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7872
7873 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7874 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7875
7876 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7877 where they belong.
7878
7879 2002-12-24 Andreas Schwab <schwab@suse.de>
7880
7881 * Makefile.tpl (multilib.out): Fix missing space.
7882 * Makefile.in: Regenerate.
7883
7884 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7885
7886 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7887 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7888 * Makefile.in: Regenerate.
7889 * configure.in: Remove unnecessary leftovers.
7890
7891 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7892
7893 * configure.in (extra_ranlibflags_for_target): New variable.
7894 (*-*-darwin): Add -c to ranlib commands.
7895 * configure (tooldir): Handle extra_ranlibflags_for_target.
7896
7897 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7898
7899 * COPYING.NEWLIB: Updated.
7900 * COPYING.LIBGLOSS: Ditto.
7901
7902 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7903
7904 * Makefile.tpl: Revert HJL's change.
7905 * Makefile.in: Regenerated.
7906 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7907 always.
7908
7909 2002-12-19 Andreas Schwab <schwab@suse.de>
7910
7911 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7912 * Makefile.in: Regenerate.
7913
7914 2002-12-18 H.J. Lu <hjl@gnu.org>
7915
7916 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7917 * Makefile.in: Regenerated.
7918
7919 * configure.in (build_prefix): New. Substitute.
7920
7921 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7922
7923 * Makefile.tpl: Don't let real targets depend on phony targets.
7924 * Makefile.in: Regenerate.
7925
7926 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7927 * Makefile.in: Regenerate.
7928
7929 2002-12-16 Jason Merrill <jason@redhat.com>
7930
7931 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7932 previous 'make bootstrap'.
7933 * Makefile.in: Regenerate.
7934
7935 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7936
7937 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7938
7939 2002-12-13 Jason Merrill <jason@redhat.com>
7940
7941 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7942 library tests.
7943 (check-c++): Just depend on it and check-target-libstdc++-v3.
7944 * Makefile.in: Regenerate.
7945
7946 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7947
7948 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7949 * Makefile.in: Regenerate.
7950
7951 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7952
7953 * COPYING.NEWLIB: Update list of alternate Regent of California
7954 licenses and discuss official revoking of advertising clause.
7955 * COPYING.LIBGLOSS: Ditto.
7956
7957 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7958
7959 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7960 * Makefile.in: Rebuilt.
7961
7962 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7963
7964 * configure: Fix bug put in by gremlins.
7965
7966 * Makefile.tpl: Substitute more autoconfily.
7967 * configure: Substitute more autoconfily.
7968 * Makefile.in: Regenerate.
7969
7970 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7971
7972 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7973 * Makefile.in (all-sim): Ditto.
7974
7975 2002-12-06 DJ Delorie <dj@redhat.com>
7976
7977 * Makefile.tpl: Change configure dependencies to not have real
7978 targets depend on phony targets.
7979
7980 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7981
7982 * configure.in: Revert unintentional change.
7983
7984 * src-release: Configure host subdirs.
7985
7986 * Makefile.tpl: Change dependency for */multilib.out so that
7987 it works when gcc isn't in the tree.
7988
7989 * configure.in: Substitute more.
7990 * configure: Run subconfigures from the Makefile.
7991 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7992 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7993
7994 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7995
7996 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7997 and corresponding dependencies.
7998 * Makefile.in: Regenerate.
7999
8000 * configure.in (host_tools): Order binutils, gas and ld for
8001 convenience in running the testsuites.
8002
8003 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8004 * Makefile.in: Regenerate.
8005 * configure.in: Introduce rules to serialize subconfigure runs.
8006
8007 * configure.in: Introduce BASE_CC_FOR_TARGET.
8008 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8009 Realize configure-build-* targets. Realize configure-target-* targets.
8010 * Makefile.in: Regenerate.
8011
8012 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8013
8014 * configure: Move gcc_version_trigger stuff from here...
8015 * configure.in: ...to here.
8016
8017 * configure.in: Separate subconfigure options added by this file from
8018 options given by the user. Add machinery to put args for host
8019 subconfigures into the Makefile.
8020
8021 * Makefile.tpl: Remove 'vault' targets.
8022 * Makefile.tpl: Reorder and comment dependencies.
8023 * Makefile.in: Regenerate.
8024
8025 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8026
8027 * configure.in: Move host-specific darwin noconfigdirs into
8028 the host-specific section.
8029
8030 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8031
8032 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
8033 during replay.
8034 * Makefile.in: Regenerate.
8035
8036 (finishing slow-motion replay)
8037 * configure: Remove skip-this-dir support.
8038 * Makefile.tpl: Remove skip-this-dir support.
8039
8040 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8041 subdirectories.
8042 * Makefile.in: Regenerate.
8043
8044 * Makefile.tpl: Strip out useless setting of 'dir'.
8045 * Makefile.in: Regenerate.
8046
8047 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8048
8049 (finishing slow-motion replay)
8050 * configure.in: Fix deeply stupid bug.
8051
8052 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8053 shell code in CXX_FOR_TARGET
8054 * Makefile.def: Introduce raw_cxx.
8055 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8056 RAW_CXX_FOR_TARGET.
8057 * Makefile.in: Regenerate.
8058
8059 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8060
8061 (finishing slow-motion replay)
8062 * Makefile.tpl: Remove unnecessary ifs.
8063 * Makefile.in: Regenerate.
8064
8065 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8066 dependencies. Maybe-ize build-libiberty. Create dummy install
8067 targets for 'no_install' modules.
8068 * configure: Move GDB_TK substitution to configure.in. Move
8069 build_modules stuff to configure.in.
8070 * configure.in: Implement soft dependency machinery. Maybe-ize
8071 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8072 * Makefile.in: Regenerate.
8073
8074 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8075
8076 (continuing slow-motion replay)
8077 * Makefile.tpl: Make all-target, install-target behave similarly
8078 to all, install (only hitting configured targets). Eliminate
8079 unused macro defintions.
8080
8081 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8082 build != host.
8083
8084 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8085
8086 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8087
8088 * configure.in: Produce lists of subdir targets we're actually
8089 configuring. Remove references to "dosrel".
8090 * Makefile.tpl: Let configure set which subdir targets are hit.
8091 Remove install-cross; clean up install; remove ALL. Remove
8092 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8093 Autogenerate host module targets. Remove empty dependency lines
8094 and redundant dependency; rearrange slightly.
8095 * Makefile.def: Add host-side libtermcap, utils.
8096
8097 * Makefile.in: Regenerate.
8098
8099 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8100
8101 (Continuing slow-motion replay)
8102 * Makefile.def: Add list of recursive targets to autogenerate.
8103 Add build_modules.
8104 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8105 targets. Autogenerate *-build-* targets.
8106 * Makefile.in: Regenerate.
8107
8108 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8109
8110 (Continuing slow-motion replay)
8111 * configure: More autoconf-style substitutions.
8112 * Makefile.tpl: More autoconf-style substitutions.
8113 * Makefile.in: Regenerate.
8114
8115 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8116
8117 (Continuing slow-motion replay)
8118 * configure: Substitute more variables in a more autoconf-friendly
8119 way. Simplify slightly.
8120 * Makefile.tpl: Make more variables substitutable in an
8121 autoconf-friendly way.
8122 * Makefile.in: Regenerate.
8123
8124 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8125
8126 (Continuing slow-motion replay)
8127 * configure.in (v810*): Remove special setting of tools.
8128
8129 * configure: Add support for extra required flags for ar or nm.
8130 * configure.in (aix4.3+): Use above support for target-specific
8131 issues, rather than using config/mt-aix43.
8132
8133 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8134
8135 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
8136 * configure: Remove 'removing', which doesn't work. Replace $subdir
8137 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8138 with $srcdir. Reformat indentation. Substitute some variables
8139 formerly hard-coded in the Makefile for build=host.
8140 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8141 * Makefile.def: Autogenerate more.
8142 * Makefile.in: Regenerate.
8143
8144 2002-11-13 Bruce Korb <bkorb@gnu.org>
8145
8146 * Makefile.tpl: syntactic cleanup
8147
8148 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8149
8150 * Makefile.def (host_modules): Add rda.
8151 * Makefile.in: Regenerate.
8152 * configure.in (target_tool): Add target-rda to list.
8153
8154 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8155
8156 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8157 and restrap targets to this rule.
8158 * Makefile.in: Regenerate.
8159
8160 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8161
8162 * configure.in (i[3456]86-*-linux*): Add check to disable
8163 ${libgcj} for glibc1.
8164
8165 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8166
8167 * configure.in: Add tic4x target.
8168
8169 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8170
8171 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8172 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8173 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8174 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8175 * Makefile.in: Regenerate.
8176
8177 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8178
8179 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8180 * Makefile.in: Regenerate.
8181
8182 * Makefile.def: Remove order dependency comments.
8183 * Makefile.tpl: Add explicit install-install dependencies.
8184 * Makefile.in: Regenerate.
8185
8186 * Makefile.tpl: Remove material now in src-release. (Finally!)
8187 * Makefile.in: Regenerate.
8188
8189 * configure: Restore my original patch by syncing with gcc version.
8190
8191 * Bring following over from gcc:
8192
8193 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8194
8195 * configure.in (s390*-*-linux*): Enable libgcj.
8196
8197 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8198
8199 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8200
8201 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8202
8203 * configure: Move stray lines back to where they belong.
8204
8205 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8206
8207 * Makefile.tpl: Insert configure-target target, for src-release.
8208
8209 * configure: Finish reverting change which Andrew Cagney started
8210 reverting. Should fix bustage.
8211
8212 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8213 * src-release: New file. Contains material for making net
8214 releases for gdb, binutils, et al., formerly in Makefile.in.
8215
8216 2002-09-30 Nick Clifton <nickc@redhat.com>
8217
8218 * cpu: New top level directory. Intended to hold input files for
8219 CGEN which have FSF copyright assignment.
8220 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8221
8222 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8223
8224 Revert below (note that src does not contain Makefile.tpl):
8225 * Makefile.tpl: Make subsituted variables more autoconfy.
8226 * Makefile.in: Regenerate.
8227
8228 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8229
8230 * configure: Revert accidentally applied changes.
8231
8232 * Makefile.tpl: Make more autoconf-friendly.
8233 * Makefile.in: Regenerate.
8234 * configure: Make substitution more autoconf-like.
8235
8236 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8237
8238 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8239 single entry to handle all these.
8240 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8241 libjava on arm-*-elf.
8242
8243 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8244
8245 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8246 things that depend on them.
8247
8248 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8249
8250 * Makefile.tpl: Make subsituted variables more autoconfy.
8251 * Makefile.in: Regenerate.
8252 * configure: Make seds more autoconfy.
8253
8254 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8255
8256 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8257 * Makefile.in: Regenerate.
8258 * configure.in: Rewrite sed statements to look autoconfy.
8259
8260 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8261 all-target-foo on configure-target-foo.
8262 * Makefile.def: Ditto.
8263 * Makefile.in: Rebuild.
8264
8265 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8266
8267 * Makefile.def: New file.
8268 * Makefile.tpl: New file.
8269 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8270
8271 * configure.in: Minor rearrangement. Simplify tests.
8272
8273 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8274
8275 * configure.in (with_headers): Skip copy if value is "yes".
8276 (with_libs): Likewise.
8277
8278 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8279
8280 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8281 * configure.in (sh*-*-pe*): Ditto.
8282 * configure.in (mips*-*-pe*): Ditto.
8283 * configure.in (*arm-wince-pe): Ditto.
8284
8285 * configure.in: Rearrange.
8286
8287 2002-09-12 Nick Clifton <nickc@redhat.com>
8288
8289 * Import these changes from the config master repository:
8290
8291 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8292
8293 * config.sub: Add tic4x target.
8294
8295 2002-09-03 Ben Elliston <bje@redhat.com>
8296
8297 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8298 Reported by <Duncan_Stodart@insession.com>.
8299
8300 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8301
8302 * COPYING.NEWLIB: More updates.
8303
8304 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8305
8306 * COPYING.NEWLIB: Update.
8307
8308 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8309
8310 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8311
8312 * config.guess: Import version 2002-08-23.
8313 * config.sub: Import version 2002-08-22.
8314
8315 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8316
8317 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8318 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8319 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8320
8321 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8322
8323 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8324
8325 2002-08-04 H.J. Lu (hjl@gnu.org)
8326
8327 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8328
8329 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8330
8331 * configure.in: Move generic linux case to end. Copy generic
8332 linux noconfigdirs to mips*-*-linux* entry and new
8333 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8334
8335 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8336
8337 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8338 one instance of them which was missed to the list to update.
8339
8340 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8341
8342 * config.guess: Update to 2002-07-09 version.
8343 * config.sub: Update to 2002-07-03 version.
8344
8345 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8346
8347 * configure.in: Remove two redundant tests.
8348
8349 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8350
8351 * configure.in (mips*-*-irix6*o32): Enable stabs.
8352
8353 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8354
8355 * configure.in: Don't build grez.
8356 * Makefile.in: Ditto.
8357
8358 * Makefile.in: Remove references to bsp, cygmon, libstub.
8359 * configure.in: Ditto.
8360
8361 * configure.in: Remove leftover reference to gdbtest.
8362
8363 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8364
8365 * configure.in (gxx_include_dir): Change to match versioned
8366 C++ headers if --enable-version-specific-runtime-libs is used.
8367
8368 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8369
8370 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8371
8372 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8373
8374 * configure.in: Make --without-x work.
8375
8376 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8377
8378 * contrib: New directory. Created to contain a copy of the
8379 texi2pod.pl script so that it is in the same place as the version in
8380 the FSF GCC sources.
8381
8382 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8383
8384 * configure.in: Rearrange target Makefile fragment collection.
8385
8386 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8387 cvs[src].
8388 * configure.in: Ditto.
8389
8390 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8391
8392 * Makefile.in: Eliminate 'apache' targets.
8393 * configure.in: Eliminate 'apache' targets.
8394
8395 * configure.in: Eliminate redundant tests. Reorganize.
8396
8397 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8398
8399 * config-ml.in: Eliminate references to Cygnus configure.
8400
8401 * Makefile.in: Eliminate references to building emacs.
8402
8403 2002-07-01 Denis Chertykov <denisc@overta.ru>
8404
8405 * configure.in: Add support for ip2k.
8406
8407 2002-06-24 Ben Elliston <bje@redhat.com>
8408
8409 * configure.in (host_tools): Remove cgen.
8410
8411 * Makefile.in (all-cgen): Remove; runs from its source directory.
8412 (check-cgen, install-cgen, clean-cgen): Likewise.
8413 (all-opcodes): No not depend on all-cgen.
8414 (all-sim): Likewise.
8415
8416 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8417
8418 * configure.in: Fix AIX configury bug.
8419
8420 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8421
8422 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8423
8424 * configure.in: Move definition of libstdcxx_flags right above
8425 usage, rather than way earlier.
8426
8427 * configure.in: Pull definition of is_cross_compiler earlier.
8428
8429 * configure.in: Rearrange a little.
8430
8431 * configure.in: Remove references to librx.
8432 * Makefile.in: Remove references to librx.
8433
8434 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8435
8436 * configure.in: Eliminate ${gasdir} variable.
8437
8438 2002-06-18 Dave Brolley <brolley@redhat.com>
8439
8440 * configure.in: Add support for frv.
8441 * config.sub: Add support for frv.
8442
8443 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8444
8445 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8446
8447 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8448
8449 * configure.in (vax-*-netbsd*): Re-enable gas.
8450
8451 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8452
8453 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8454 BUILD_PREFIX_1, to correct nomenclature.
8455 * configure: Likewise.
8456
8457 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8458 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8459
8460 2002-05-31 Olaf Hering <olh@suse.de>
8461
8462 * config-ml.in: Propogate DESTDIR also.
8463
8464 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8465
8466 * configure.in (vax-*-netbsd*): Don't build gas for this
8467 platform.
8468
8469 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8470
8471 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8472 and libgcj for AVR.
8473
8474 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8475
8476 * config.sub: Add DLX target.
8477
8478 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8479
8480 * config.guess: Update to 2002-05-22 version.
8481 * config.sub: Likewise.
8482
8483 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8484
8485 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8486 * config-ml.in: Likewise.
8487 * configure: Likewise.
8488 * configure.in: Likewise.
8489
8490 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8491
8492 * configure.in: Simplify makefile fragment collection.
8493
8494 * configure.in: Remove code to build emacs.
8495
8496 * configure.in : Remove --srcdir argument from targargs and buildargs
8497 (it's always overridden in the Makefile anyway). Rearrange a bit.
8498
8499 * configure: Move some logic to configure.in.
8500 * configure.in: Move some logic from configure.
8501
8502 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8503
8504 * COPYING.LIBGLOSS: New file.
8505
8506 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8507
8508 * Makefile.in: Honour DESTDIR.
8509
8510 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8511
8512 * configure.in (noconfigdirs): Don't disable libgcj on
8513 sparc64-*-solaris* and sparcv9-*-solaris*.
8514
8515 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8516
8517 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8518
8519 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8520
8521 * configure.in (FLAGS_FOR_TARGET): Do not add
8522 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8523 on i[3456]86-*-linux*.
8524
8525 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8526
8527 * configure.in (noconfigdirs): Replace [ ] with test.
8528
8529 * configure.in (noconfigdirs): Do not add target-newlib if
8530 target == i[3456]86-*-linux*, and host == target.
8531
8532 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8533
8534 * config.guess: Updated to 2002-04-26's version.
8535 * config.sub: Updated to 2002-04-26's version.
8536
8537 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8538
8539 * configure.in: delete reference to absent file
8540
8541 * configure.in: replace '[' with 'test'
8542
8543 * configure.in: Eliminate references to gash.
8544 * Makefile.in: Eliminate references to gash.
8545
8546 * configure.in: remove useless references to 'pic' makefile fragments.
8547
8548 * configure.in: (*-*-windows*) Finish removing.
8549
8550 * configure.in: Eliminate redundant test for libgui.
8551
8552 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8553
8554 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8555 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8556
8557 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8558
8559 * configure.in: remove references to dead files
8560
8561 2002-04-18 Tom Tromey <tromey@redhat.com>
8562
8563 * configure.in: Disallow configuring libgcj when it is already
8564 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8565 Solaris 2.8 by default. For PR libgcj/6158.
8566
8567 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8568
8569 * configure.in: Move default CC setting out of config/mh-* fragments
8570 directly into here.
8571
8572 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8573
8574 * configure.in: don't even try to configure or make a subdirectory
8575 if there's no configure script for it.
8576
8577 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8578
8579 * MAINTAINERS: Remove chill maintainers.
8580 * Makefile.in (CHILLFLAGS): Remove.
8581 (CHILL_LIB): Remove.
8582 (TARGET_CONFIGDIRS): Remove libchill.
8583 (CHILL_FOR_TARGET): Remove.
8584 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8585 CHILL_LIB.
8586 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8587 (CHECK_TARGET_MODULES): Likewise.
8588 (INSTALL_TARGET_MODULES): Likewise.
8589 (CLEAN_TARGET_MODULES): Likewise.
8590 (configure-target-libchill): Remove.
8591 (all-target-libchill): Remove.
8592 * configure.in (target_libs): Remove target-libchill.
8593 Do not compute CHILL_FOR_TARGET.
8594 * libchill: Remove directory.
8595
8596 2002-04-15 DJ Delorie <dj@redhat.com>
8597
8598 * Makefile.in, configure.in, configure: Sync with gcc, entries
8599 follow...
8600
8601 2002-04-08 Tom Tromey <tromey@redhat.com>
8602
8603 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8604 Fixes PR libgcj/6068.
8605
8606 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8607
8608 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8609
8610 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8611
8612 * configure.in (alpha*-dec-osf*): Enable libgcj.
8613
8614 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8615
8616 Fix for: PR bootstrap/3591, target/5676
8617 * configure.in (mcore-pe): Disable the configuration of
8618 libstdc++-v3 since exceptions are not supported.
8619
8620 2002-03-20 Anthony Green <green@redhat.com>
8621
8622 * configure.in: Enable libgcj for xscale-elf target.
8623
8624 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8625
8626 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8627 libjava.
8628 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8629
8630 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8631
8632 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8633 libstdc++-v3 and libjava.
8634
8635 2002-02-11 Adam Megacz <adam@xwt.org>
8636
8637 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8638 boehm-gc
8639
8640 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8641
8642 * config.guess: Updated to 2002-01-30's version.
8643 * config.sub: Updated to 2002-02-01's version.
8644 Contribute sh64-elf.
8645 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8646 * configure.in: Added sh64-*-*.
8647
8648 2002-01-17 H.J. Lu <hjl@gnu.org>
8649
8650 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8651 (all-target-fastjar): Also depend on all-target-libiberty.
8652
8653 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8654
8655 * configure, configure.in: Use temp file for long sed commands.
8656
8657 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8658
8659 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8660 libf2c.
8661
8662 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8663
8664 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8665
8666 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8667
8668 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8669
8670 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8671
8672 * configure: Handle temporary files securely using mkdir.
8673
8674 2001-09-26 Will Cohen <wcohen@redhat.com>
8675
8676 * configure.in (*-*-linux*): Disable configuration of target-newlib
8677 and target-libgloss.
8678
8679 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8680
8681 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8682 RANLIB.
8683
8684 2001-08-11 Graham Stott <grahams@redhat.com>
8685
8686 * Makefile.in (check-c++): Add missing semicolon.
8687
8688 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8689
8690 * configure.in (sh-*-linux*): New.
8691
8692 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8693
8694 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8695 and libgcj on m68hc11/m68hc12.
8696
8697 2001-06-27 H.J. Lu (hjl@gnu.org)
8698
8699 * Makefile (CFLAGS_FOR_BUILD): New.
8700 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8701
8702 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8703
8704 * configure.in (libstdcxx_flags): Do not try to execute
8705 libstdc++-v3/testsuite_flags until it exists.
8706
8707 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8708
8709 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8710
8711 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8712
8713 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8714
8715 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8716
8717 * configure.in: Move *-chorusos target case to the proper switch.
8718 Disable libgcj.
8719
8720 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8721
8722 * Makefile.in (STAGE1_CFLAGS): Pass down.
8723
8724 2001-04-13 Alan Modra <amodra@one.net.au>
8725
8726 * config.guess: Add hppa64-linux support. Note for next import that
8727 this is already in the master file.
8728 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8729
8730 2001-03-22 Colin Howell <chowell@redhat.com>
8731
8732 * Makefile.in (DO_X): Do not backslash single-quotes in
8733 backquotes (two places).
8734
8735 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8736
8737 * Makefile.in (DO_X): Quote nested quotes.
8738
8739 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8740
8741 * Makefile.in (DO_X): Use double quotes for quoting
8742 "RANLIB=$${RANLIB}".
8743
8744 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8745
8746 * configure.in: Only use `lang_requires' for languages athat are
8747 actually enabled.
8748
8749 2001-03-07 Tom Tromey <tromey@redhat.com>
8750
8751 * configure.in: Allow config-lang.in to set `lang_requires' to list
8752 of other required languages.
8753
8754 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8755
8756 * Makefile.in: Remove RANLIB definition. Use RANLIB
8757 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8758 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8759
8760 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8761 Alexandre Oliva <aoliva@redhat.com>
8762
8763 * Makefile.in (check-c++): Use tabs, not spaces.
8764
8765 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8766
8767 * Makefile.in (check-c++): New rule.
8768
8769 * configure.in (target_libs): Remove libg++.
8770 (noconfigdirs): Remove libg++.
8771 (noconfigdirs): Same.
8772 (noconfigdirs): Same.
8773 (noconfigdirs): Same.
8774
8775 * config-ml.in: Remove libg++ references.
8776
8777 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8778 (ALL_TARGET_MODULES): Same.
8779 (configure-target-libg++): Remove.
8780 (all-target-libg++): Remove.
8781 (configure-target-libio): Remove.
8782 (all-target-libio): Remove.
8783 (check-target-libio): Remove.
8784 (.PHONY): Remove.
8785 (libg++.tar.bz2): Remove.
8786 (all-target-cygmon): Remove libio.
8787 (all-target-libstdc++): Remove.
8788 (configure-target-libstdc++): Remove.
8789 (TARGET_LIB_PATH): Remove libstdc++.
8790 (ALL_GCC_CXX): Remove libstdc++.
8791 (all-target-gperf): Correct.
8792
8793 2001-02-15 Anthony Green <green@redhat.com>
8794
8795 * configure: Introduce GCJ_FOR_TARGET.
8796 * configure.in: Ditto.
8797 * Makefile.in: Ditto.
8798
8799 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8800
8801 * configure.in: for *-chorusos, don't config target-newlib and
8802 target-libgloss.
8803
8804 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8805
8806 Remove V2 C++ library.
8807 * configure.in: Remove --enable-libstdcxx_v3 support.
8808
8809 2001-01-27 Richard Henderson <rth@redhat.com>
8810
8811 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8812
8813 2001-01-26 Tom Tromey <tromey@redhat.com>
8814
8815 * configure.in: Allow libgcj to be built on Sparc Solaris.
8816
8817 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8818
8819 * configure.in: Enable libgcj on several additional platforms.
8820
8821 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8822
8823 * configure.in: Enable libgcj for linux targets.
8824
8825 2001-01-09 Mike Stump <mrs@wrs.com>
8826
8827 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8828 failures of subdirectories.
8829
8830 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8831
8832 * configure: handle DOS-style absolute paths.
8833
8834 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8835
8836 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8837
8838 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8839
8840 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8841 (libstdcxx_incdir): Pass down.
8842 * config.if: Remove expired bits for cxx_interface, add stub.
8843 (libstdcxx_incdir): Add variable for g++ include directory.
8844 * configure.in (gxx_include_dir): Use it.
8845
8846 2000-12-15 Andreas Jaeger <aj@suse.de>
8847
8848 * configure.in: Handle lang_dirs.
8849
8850 2000-12-13 Anthony Green <green@redhat.com>
8851
8852 * configure.in: Disable libgcj for any target not specifically
8853 listed. Disable libgcj for x86 and Alpha Linux until compatible
8854 with g++ abi.
8855
8856 2000-12-13 Mike Stump <mrs@wrs.com>
8857
8858 * Makefile.in (local-distclean): Also remove fastjar.
8859
8860 2000-12-10 Anthony Green <green@redhat.com>
8861
8862 * configure.in: Define libgcj. Disable libgcj target libraries for
8863 most targets.
8864
8865 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8866
8867 * configure.in (target_libs): Revert 2000-12-08 patch.
8868 (noconfigdirs): Added target-libjava.
8869
8870 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8871
8872 * Makefile.in: handle DOS-style absolute paths.
8873
8874 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8875
8876 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8877 libjava.
8878 * configure.in (target_libs): Removed `target-libjava'.
8879
8880 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8881
8882 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8883 (ALL_MODULES): Added fastjar.
8884 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8885 (all-target-libjava): all-fastjar replaces all-zip.
8886 (all-fastjar): Added.
8887 (configure-target-fastjar, all-target-fastjar): Likewise.
8888 * configure.in (host_tools): Added fastjar.
8889
8890 2000-12-07 Mike Stump <mrs@wrs.com>
8891
8892 * Makefile.in (local-distclean): Remove leftover built files.
8893
8894 2000-11-16 Fred Fish <fnf@be.com>
8895
8896 * configure.in (enable_libstdcxx_v3): Fix typo,
8897 libstd++ -> libstdc++.
8898
8899 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8900
8901 * configure: Provide the original toplevel configure arguments
8902 (including $0) to subprocesses in the environment rather than
8903 through gcc/configargs.h.
8904
8905 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8906
8907 * configure: Turn on libstdc++ V3 by default.
8908
8909 2000-10-16 Michael Meissner <meissner@redhat.com>
8910
8911 * configure (gcc/configargs.h): Only create if there is a build GCC
8912 directory created.
8913
8914 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8915
8916 * configure: Save configure arguments to gcc/configargs.h.
8917
8918 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8919
8920 * Makefile.in (bootstrap): avoid recursion if subdir missing
8921 (cross): ditto
8922 (do-proto-toplev): ditto
8923
8924 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8925
8926 * configure.in: Do not build byacc for hppa64. Provide paths to the
8927 X11 libraries for hppa64.
8928
8929 2000-09-02 Anthony Green <green@cygnus.com>
8930
8931 * Makefile.in (all-gcc): Depend on all-zlib.
8932 (CLEAN_MODULES): Add clean-zlib.
8933 (ALL_MODULES): Add all-zlib.
8934 * configure.in (host_libs): Add zlib.
8935
8936 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8937
8938 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8939 $targargs to tell whether newlib is going to be built.
8940
8941 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8942 $$r/TARGET_SUBDIR/libio for _G_config.h.
8943
8944 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8945
8946 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8947
8948 * configure: Make enable_threads and enable_shared defaults
8949 explicit. Substitute enable_threads into generated Makefiles.
8950 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8951 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8952
8953 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8954
8955 * configure.in: Re-enable all references to libg++ and librx.
8956
8957 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8958
8959 * configure.in: Add *-*-freebsd* configurations.
8960
8961 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8962
8963 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8964 (do-tar, do-bz2): New rules.
8965 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8966 (gdb-tar): New rule.
8967 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8968 (insight_dejagnu.tar): New rule.
8969 (insight.tar): New rule.
8970 (gdb+dejagnu.tar): New rule.
8971 (gdb.tar): New rule.
8972
8973 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8974
8975 * MAINTAINERS: Update dejagnu/
8976
8977 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8978
8979 * ltmain.sh (relink_command): Fix typo in previous change.
8980
8981 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8982
8983 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8984 (relink_command): Added --tag flags.
8985 (mode=install): If relinking fails; error out.
8986
8987 2002-03-12 Richard Henderson <rth@redhat.com>
8988
8989 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8990 .NOTPARALLEL tag.
8991 (do-check): Rename from check.
8992 (check): Allow parallel check.
8993
8994 2002-03-11 Richard Henderson <rth@redhat.com>
8995
8996 * Makefile.in (.NOTPARALLEL): Add fake tag.
8997
8998 2002-03-07 H.J. Lu (hjl@gnu.org)
8999
9000 * configure.in: Enable gprof for mips*-*-linux*.
9001
9002 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9003
9004 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9005 libjava.
9006 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
9007
9008 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9009
9010 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
9011
9012 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
9013
9014 * config.guess: Import from master sources, rev 1.232.
9015 * config.sub: Import from master sources, rev 1.246.
9016
9017 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9018
9019 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9020 because its Makefile is there; test for the executable instead.
9021
9022 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9023
9024 Contribute sh64-elf.
9025 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9026 * configure.in: Added sh64-*-*.
9027
9028 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
9029
9030 * COPYING.NEWLIB: Remove advertising clause from
9031 Berkeley and Red Hat licenses.
9032
9033 2002-02-01 Mo DeJong <supermo@bayarea.net>
9034
9035 * Makefile.in: Add all-tix to deps for all-snavigator
9036 so that tix is built when building snavigator.
9037
9038 2002-02-01 Ben Elliston <bje@redhat.com>
9039
9040 * config.guess: Import from master sources, rev 1.229.
9041 * config.sub: Import from master sources, rev 1.240.
9042
9043 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9044
9045 From Steve Ellcey <sje@cup.hp.com>:
9046 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9047 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9048 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9049 IA64.
9050 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9051 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9052 soname_spec, sys_lib_search_path_spec): Ditto.
9053
9054 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9055
9056 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9057 target-libiberty, and target-libgloss. Skip Java-related
9058 libraries if not supported for NetBSD on target CPU.
9059
9060 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
9061
9062 * configure.in: Import StrongARM and XScale target_configdirs from
9063 FSF GCC version.
9064
9065 2002-01-16 H.J. Lu (hjl@gnu.org)
9066
9067 * config.guess: Import from master sources, rev 1.225.
9068 * config.sub: Import from master sources, rev 1.238.
9069
9070 * MAINTAINERS: Updated notes on config.guess and config.sub.
9071
9072 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9073
9074 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9075 ld and gdb are not supported.
9076
9077 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9078
9079 * Change reference to Cygnus Solutions to be Red Hat.
9080
9081 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9082
9083 * COPYING.NEWLIB: Update generic copyright date.
9084
9085 2002-01-07 Mark Salter <msalter@redhat.com>
9086
9087 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9088 Allow target-libgloss to be built for arm, strongarm, and xscale.
9089
9090 2002-01-03 Ben Elliston <bje@redhat.com>
9091
9092 * MAINTAINERS: Update URL for config.* scripts.
9093
9094 2001-12-18 Alan Modra <amodra@bigpond.net.au>
9095
9096 * config.sub: Import latest version.
9097 * config.guess: Likewise.
9098
9099 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9100
9101 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9102 options for i[3456]86-pc-linux* native builds.
9103
9104 2001-12-05 Laurent Guerby <guerby@acm.org>
9105
9106 * MAINTAINERS: gcc adopts symlink-tree, refer more to
9107 libiberty.
9108
9109 Import this patch from gcc:
9110
9111 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9112
9113 * symlink-tree: handle DOS-style absolute paths.
9114
9115 2001-11-28 DJ Delorie <dj@redhat.com>
9116 Zack Weinberg <zack@codesourcery.com>
9117
9118 When build != host, create libiberty for the build machine.
9119
9120 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9121 CONFIG_ARGUMENTS.
9122 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9123 New variables.
9124 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9125 and rules.
9126 (all.normal): Depend on ALL_BUILD_MODULES.
9127 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9128 (all-build-libiberty): Depend on configure-build-libiberty.
9129
9130 * configure: Calculate and substitute proper value for
9131 ALL_BUILD_MODULES.
9132 * configure.in: Create the build subdirectory.
9133 Calculate and substitute TARGET_CONFIGARGS (formerly
9134 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9135
9136 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
9137
9138 * config.sub: Update to version 1.232 on subversion.
9139
9140 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9141
9142 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9143 files from .po files for a distribution.
9144
9145 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9146
9147 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9148
9149 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9150
9151 Merged from net gcc:
9152 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9153 * ltcf-c.sh: Use $objext, not $ac_objext.
9154 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9155 * ltcf-cxx.sh: Add support for GNU.
9156 2001-07-22 Timothy Wall <twall@redhat.com>
9157 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9158 default settings if using GNU tools with that configuration.
9159 * ltcf-cxx.sh: Ditto.
9160 * ltcf-gcj.sh: Ditto.
9161 2001-07-21 Michael Chastain <chastain@redhat.com>
9162 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9163 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9164 * ltmain.sh: Mark as gcc-local.
9165
9166 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9167
9168 * Makefile.in (all-bison): Revert 2001-10-24.
9169 Don't depend on texinfo.
9170
9171 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9172
9173 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9174
9175 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9176
9177 * configure.in (--enable-languages): Be more permissive about
9178 syntax. Check for empty lists better. Warn about $LANGUAGES.
9179
9180 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9181
9182 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9183
9184 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9185
9186 Makefile.in (all-bison): Don't depend on texinfo.
9187
9188 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9189
9190 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9191
9192 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9193
9194 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9195
9196 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9197
9198 * config.sub, config.guess: Import latest from subversions.
9199
9200 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9201
9202 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9203 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9204 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9205 avoid quotes nesting problems.
9206 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9207 (DO_X): Export only variables that are set.
9208
9209 2001-09-19 Ben Elliston <bje@redhat.com>
9210
9211 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9212 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9213 semantics. Use the shell built-in "type" command instead.
9214
9215 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9216
9217 * config.sub: Reverted the earlier change, this version is not the
9218 master file.
9219
9220 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9221
9222 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9223 Add support for mips64.
9224
9225 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9226
9227 * configure.in: Enable libstdc++-v3 for h8300 targets.
9228
9229 2001-08-30 Eric Christopher <echristo@redhat.com>
9230 Jason Eckhardt <jle@redhat.com>
9231
9232 * config.sub: Add support for mipsisa32.
9233
9234 2001-08-30 Eric Christopher <echristo@redhat.com>
9235
9236 * config.sub, config.guess: Import latest from subversions.
9237
9238 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9239
9240 * config.sub, config.guess: Import latest from subversions.
9241
9242 2001-07-26 DJ Delorie <dj@redhat.com>
9243
9244 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9245
9246 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9247
9248 * Makefile.in: Revert 2001-06-17.
9249 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9250
9251 2001-06-17 H.J. Lu <hjl@gnu.org>
9252
9253 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9254 (gas+binutils.tar.bz2): Likewise.
9255 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9256
9257 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9258
9259 * Makefile.in (VER): When present, extract the version number from
9260 the file version.in.
9261
9262 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9263
9264 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9265 gcc/xgcc is built, use -print-prog-name to find out the program
9266 name to use.
9267
9268 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9269
9270 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9271 with_gcc]: Use `gcc -shared' to build a shared library.
9272
9273 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9274
9275 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9276 archives.
9277
9278 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9279
9280 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9281 libraries when using g++ with native linker.
9282
9283 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9284
9285 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9286
9287 2001-05-24 Tom Rix <trix@redhat.com>
9288
9289 * configure.in : enable ld for aix
9290
9291 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9292
9293 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9294 [aix4*|aix5*]: Prepend blank.
9295
9296 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9297
9298 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9299 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9300 of subdir/configure scripts to use the new libtool.m4.
9301
9302 2001-05-14 H.J. Lu <hjl@gnu.org>
9303
9304 * config.if (libc_interface): Set to -libc6.2- for cross
9305 compiling to Linux/glibc 2.2.
9306
9307 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9308
9309 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9310 libgcj.
9311
9312 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9313
9314 * configure.in (noconfigdirs): Don't reset it from scratch in the
9315 target case; only append to it.
9316
9317 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9318
9319 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9320 sparc-*-solaris2.8]: Disable ${libgcj}.
9321
9322 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9323
9324 * configure.in (libgcj_saved): Copy from $libgcj.
9325 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9326 --disable-libgcj.
9327
9328 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9329
9330 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9331 1.641.2.228.
9332
9333 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9334
9335 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9336 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9337
9338 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9339
9340 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9341 New macros.
9342 (bootstrap, cross): Use RECURSE_FLAGS.
9343 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9344
9345 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9346
9347 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9348
9349 2001-03-23 Nick Clifton <nickc@redhat.com>
9350
9351 * README-maintainer-mode: Add note about inability to use "make
9352 distclean" in maintainer mode.
9353
9354 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9355
9356 Re-installed:
9357 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9358 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9359 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9360 * ltcf-cxx.sh: Likewise.
9361 * ltcf-gcj.sh: Likewise.
9362
9363 2001-03-22 Philip Blundell <philb@gnu.org>
9364
9365 * config.sub, config.guess: Import latest from subversions.
9366
9367 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9368
9369 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9370 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9371
9372 2001-03-20 Michael Chastain <chastain@redhat.com>
9373
9374 * Makefile.in: all-m4 depends on all-texinfo.
9375
9376 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9377
9378 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9379
9380 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9381
9382 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9383 longer valid.
9384
9385 2001-02-16 Nick Clifton <nickc@redhat.com>
9386
9387 * configure.in (noconfigdirs): Allow configuration of texinfo
9388 for Cygwin hosts.
9389
9390 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9391
9392 * config.guess: Add linux target for S/390.
9393 * config.sub: Likewise.
9394 * configure.in: Likewise.
9395
9396 2001-02-06 Ben Elliston <bje@redhat.com>
9397
9398 * configure: Output host type to stdout, not stderr.
9399
9400 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9401
9402 * config.guess: Import from subversions.gnu.org (revision 1.181).
9403 * config.sub: Import from subversions.gnu.org (revision 1.199).
9404
9405 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9406
9407 * config.guess: Handle hppa64-linux systems.
9408
9409 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9410
9411 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9412 Don't unset, it's non-portable and no longer necessary, set to empty
9413 instead.
9414
9415 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9416
9417 * ltconfig: Shell portability fix for the tagname validity check.
9418
9419 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9420
9421 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9422
9423 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9424
9425 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9426 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9427
9428 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9429
9430 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9431 keep at least one of build_libtool_libs or build_old_libs set to
9432 yes.
9433
9434 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9435
9436 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9437 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9438
9439 2000-11-07 Philip Blundell <pb@futuretv.com>
9440
9441 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9442
9443 2000-11-03 Philip Blundell <pb@futuretv.com>
9444
9445 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9446 files.
9447
9448 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9449
9450 * COPYING.NEWLIB: Put into source repository.
9451
9452 2001-01-15 Ben Elliston <bje@redhat.com>
9453
9454 * configure.in (host_tools): Add sid.
9455 Always configure cgen.
9456 * Makefile.in (all-sid): New target.
9457 (check-sid, clean-sid, install-sid): Likewise.
9458
9459 2001-01-07 Andreas Jaeger <aj@suse.de>
9460
9461 * config.sub, config.guess: Update from subversions.
9462
9463 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9464
9465 * configure.in: Disable language-specific target libraries for
9466 languages that aren't enabled.
9467
9468 2000-11-24 Nick Clifton <nickc@redhat.com>
9469
9470 * configure.in (xscale-elf): Add target.
9471 (xscale-coff): Add target.
9472 (c4x, c5x, tic54x): Move after ARM targets.
9473
9474 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9475
9476 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9477
9478 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9479
9480 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9481
9482 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9483
9484 * Makefile.in: Merge with GCC and libgcj.
9485 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9486 configure-target-<library> when their configure scripts need the C
9487 or C++ library to have already been built to work properly.
9488 (do_proto_toplev): Set them to an empty string.
9489
9490 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9491
9492 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9493 (REALLY_SET_LIB_PATH): Use them.
9494
9495 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9496
9497 * config.sub: Add support for Sun Chorus
9498
9499 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9500
9501 * config.sub: Add support for the *-storm-chaos OS.
9502
9503 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9504
9505 * configure.in (noconfigdirs): Don't compile some
9506 of the libraries for 68HC11 & 68hc12 targets.
9507
9508 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9509
9510 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9511 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9512 all affected `configure' scripts.
9513
9514 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9515
9516 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9517 ltcf-c.sh.
9518
9519 2000-09-12 Philip Blundell <philb@gnu.org>
9520
9521 * config.sub, config.guess: Update from subversions.
9522
9523 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9524
9525 * Makefile.in (all-zlib): Added dummy target.
9526
9527 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9528 multi-language branch.
9529
9530 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9531
9532 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9533 (bootstrap*): Depend on all-bootstrap.
9534
9535 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9536
9537 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9538 crosses, but add gcc/include to the header search path for them.
9539
9540 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9541
9542 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9543 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9544 * gettext.m4: New file, extracted from aclocal.m4.
9545
9546 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9547
9548 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9549 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9550 sub-configures.
9551
9552 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9553
9554 * Makefile.in (ALL_MODULES): Add all-cgen.
9555 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9556 (all-cgen): New target.
9557 (all-opcodes,all-sim): Depend on all-cgen.
9558 * configure.in (host_tools): Add cgen.
9559 Only configure cgen if --enable-cgen-maint.
9560
9561 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9562
9563 * config-ml.in (CC, CXX): Don't introduce a leading space.
9564
9565 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9566
9567 * configure.in (libstdcxx_flags): Use
9568 libstdc++-v3/src/libstdc++.INC.
9569
9570 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9571
9572 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9573
9574 2000-08-11 Jason Merrill <jason@redhat.com>
9575
9576 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9577 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9578 (FLAGS_FOR_TARGET): Not here.
9579 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9580
9581 2000-08-07 DJ Delorie <dj@redhat.com>
9582
9583 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9584 "if we're also building gcc, and it's a gcc that will run on the
9585 build machine, we want to use its includes instead of the system's
9586 default includes".
9587
9588 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9589
9590 * configure.in (libstdcxx_flags): Don't use `"'.
9591
9592 * config-ml.in: Adjust multilib search paths to the
9593 appropriate multilib tree.
9594
9595 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9596
9597 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9598 commas in $LANGUAGES.
9599
9600 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9601
9602 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9603
9604 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9605
9606 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9607 CXX_FOR_TARGET for sed.
9608
9609 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9610
9611 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9612 Do not override if already set in the environment or in configure.
9613 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9614 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9615
9616 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9617
9618 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9619 (GCC_FOR_TARGET): Use it.
9620 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9621 * configure.in: ... here.
9622 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9623 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9624
9625 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9626
9627 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9628 (configure-target-libchill, configure-target-libobjc): Likewise.
9629
9630 * configure.in: Use the same cache file for all target libs.
9631 * config-ml.in: But different cache files per multilib variant.
9632
9633 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9634
9635 * configure (topsrcdir): Don't use dirname.
9636
9637 2000-07-20 Jason Merrill <jason@redhat.com>
9638
9639 * configure.in: Remove all references to libg++ and librx.
9640
9641 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9642
9643 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9644
9645 * config.sub: Update to subversions version 2000-07-06.
9646
9647 2000-07-12 Andrew Haley <aph@cygnus.com>
9648
9649 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9650 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9651
9652 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9653
9654 * symlink-tree: Check number of arguments.
9655
9656 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9657
9658 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9659
9660 2000-07-05 Jim Wilson <wilson@cygnus.com>
9661
9662 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9663 search path for a g++ extracted from the build tree. This
9664 will allow link tests run by configure scripts in
9665 subdirectories to succeed.
9666
9667 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9668
9669 * ltconfig: Add support for mips-dde-sysv4.2MP
9670
9671 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9672
9673 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9674 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9675
9676 2000-06-19 Timothy Wall <twall@cygnus.com>
9677
9678 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9679 * config.sub: Add tic54x target.
9680
9681 2000-06-07 Phillip Thomas <pthomas@suse.de>
9682
9683 * README-maintainer-mode: New file: Contains notes on using
9684 --enable-maintainer-mode with binutils.
9685
9686 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9687
9688 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9689
9690 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9691
9692 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9693 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9694
9695 20000-05-21 H.J. Lu (hjl@gnu.org)
9696
9697 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9698 directory are used if they exist. Make sure
9699 $(build_tooldir)/include is searched for header files,
9700 $(build_tooldir)/lib/ for library files.
9701 (GCC_FOR_TARGET): Likewise.
9702 (CXX_FOR_TARGET): Likewise.
9703
9704 2000-05-18 Jeffrey A Law (law@cygnus.com)
9705
9706 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9707
9708 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9709
9710 * Makefile.in (configure-target-libiberty): Depend on
9711 configure-target-newlib.
9712
9713 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9714
9715 * configure.in, Makefile.in: Merge all libffi-related
9716 configury stuff from the libgcj tree.
9717
9718 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9719
9720 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9721 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9722
9723 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9724
9725 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9726 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9727 current version information. Add to proto-toplev directory.
9728 (gdb-taz): Build do-djunpack.
9729
9730 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9731
9732 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9733
9734 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9735
9736 * ltmain.sh: Preserve in relink_command any environment
9737 variables that may affect the linker behavior.
9738
9739 2000-05-12 Jeffrey A Law (law@cygnus.com)
9740
9741 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9742
9743 2000-05-10 Jim Wilson <wilson@cygnus.com>
9744
9745 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9746
9747 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9748
9749 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9750 with the version name.
9751
9752 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9753
9754 * config.if: Tweak.
9755
9756 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9757
9758 * djunpack.bat: New file.
9759
9760 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9761
9762 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9763 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9764 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9765 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9766
9767 2000-04-16 Dave Pitts <dpitts@cozx.com>
9768
9769 * config.sub (case $basic_machine): Change default for "ibm-*"
9770 to "openedition".
9771
9772 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9773
9774 * Makefile.in (gdb-taz): New target. GDB specific archive.
9775 (do-md5sum): New target.
9776 (MD5PROG): Define.
9777 (PACKAGE): Default to TOOL.
9778 (VER): Default to a shell script.
9779 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9780 md5 checksum generation.
9781 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9782 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9783 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9784 insight.tar.bz2): Use gdb-taz to create archive.
9785
9786 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9787
9788 * configure (warn_cflags): Delete.
9789
9790 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9791 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9792
9793 * configure.in (enable_libstdcxx_v3): Add.
9794 (target_libs): Add bits here to switch between libstdc++-v2 and
9795 libstdc++-v3.
9796 * config.if: And this file too.
9797 * Makefile.in: Add libstdc++-v3 targets.
9798
9799 2000-04-05 Michael Meissner <meissner@redhat.com>
9800
9801 * config.sub (d30v): Add d30v as a basic machine type.
9802
9803 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9804
9805 * configure.in: -linux-gnu*, not -linux-gnu.
9806
9807 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9808
9809 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9810 (do-tar-bz2): Replace TOOL with PACKAGE.
9811 (gdb.tar.bz2): Remove GDBTK from GDB package.
9812 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9813 dejagnu.tar.bz2): New packages.
9814
9815 2000-02-27 Andreas Jaeger <aj@suse.de>
9816
9817 * configure.in: Add entry for mips*-*-linux*, move catch all
9818 *-*-*linux* entry below this one.
9819
9820 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9821
9822 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9823
9824 2000-02-24 Nick Clifton <nickc@cygnus.com>
9825
9826 * config.sub: Support an OS of "wince".
9827
9828 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9829
9830 * config.guess, config.sub: Updated to match config's 2000-02-15
9831 version.
9832
9833 2000-02-23 Linas Vepstas <linas@linas.org>
9834
9835 * config.sub: Add support for Linux/IBM 370.
9836 * configure.in: Likewise.
9837
9838 2000-02-22 Nick Clifton <nickc@cygnus.com>
9839
9840 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9841
9842 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9843
9844 * config.guess: Guess "cygwin" rather than "cygwin32".
9845
9846 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9847
9848 * configure (gcc_version): When setting, narrow search to
9849 lines containing `version_string'.
9850
9851 2000-02-15 Denis Chertykov <denisc@overta.ru>
9852
9853 * config.sub: Add support for avr target.
9854
9855 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9856
9857 * config.sub: Add mmix-knuth-mmixware.
9858
9859 2000-01-27 Christopher Faylor <cgf@redhat.com>
9860
9861 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9862 structure stuff to -L library search.
9863 (CXX_FOR_TARGET): Ditto.
9864 (CROSS_CHECK_MODULES): Fix spelling mistake.
9865
9866 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9867
9868 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9869 the C++ compiler.
9870
9871 2000-01-12 Richard Henderson <rth@cygnus.com>
9872
9873 * configure.in: Don't build some bits for beos.
9874
9875 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9876
9877 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9878 as include files.
9879
9880 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9881
9882 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9883 not mh-aix43.
9884
9885 1999-12-14 Richard Henderson <rth@cygnus.com>
9886
9887 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9888 * config.sub: Accept alphaev[78], alphaev8.
9889
9890 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9891
9892 * config.guess, config.sub: Update from autoconf.
9893
9894 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9895
9896 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9897 necessary libraries are missing.
9898
9899 1999-10-25 Andreas Schwab <schwab@suse.de>
9900
9901 * configure: Fix quoting inside arguments of eval.
9902
9903 1999-10-21 Nick Clifton <nickc@cygnus.com>
9904
9905 * config-ml.in: Allow suppression of some ARM multilibs.
9906
9907 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9908
9909 * config.guess: Add OS/390 match pattern.
9910 * config.sub: Add mvs, openedition targets.
9911 * configure.in (i370-ibm-opened*): New.
9912
9913 1999-09-04 Steve Chamberlain <sac@pobox.com>
9914
9915 * config.sub: Add support for configuring for pj.
9916
9917 1999-08-31 Nick Clifton <nickc@cygnus.com>
9918
9919 * config.sub (maybe_os): Add support for configuring for fr30.
9920
9921 1999-08-25 Nick Clifton <nickc@cygnus.com>
9922
9923 * configure.in: Do not configure or build ld for AIX
9924 platforms. ld is known to be broken on these platforms.
9925
9926 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9927
9928 * config-ml.in: Pass compiler flag corresponding to multidirs to
9929 subdir configures.
9930
9931 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9932
9933 * Makefile.in (LDFLAGS): Define.
9934
9935 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9936
9937 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9938 noconfigdirs.
9939 (*-*-cygwin*): Likewise.
9940
9941 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9942
9943 * mkdep: New file.
9944 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9945 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9946
9947 From Eli Zaretskii <eliz@is.elta.co.il>:
9948 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9949 long file name when using DJGPP on MS-DOS.
9950
9951 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9952
9953 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9954
9955 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9956
9957 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9958 dependency as this causes "make check" to globally "make all"
9959
9960 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9961
9962 * configure.in (target_libs): Added target-zlib.
9963 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9964 (CONFIGURE_TARGET_MODULES): Likewise.
9965 (CHECK_TARGET_MODULES): Likewise.
9966 (INSTALL_TARGET_MODULES): Likewise.
9967 (CLEAN_TARGET_MODULES): Likewise.
9968 (configure-target-zlib): New target.
9969 (all-target-zlib): Likewise.
9970 (all-target-libjava): Depend on all-target-zlib.
9971 (configure-target-libjava): Depend on configure-target-zlib.
9972
9973 * Makefile.in (configure-target-libjava): Depend on
9974 configure-target-newlib.
9975 (configure-target-boehm-gc): New target.
9976 (configure-target-qthreads): New target.
9977
9978 * configure.in (target_libs): Added target-qthreads.
9979 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9980 (CONFIGURE_TARGET_MODULES): Likewise.
9981 (CHECK_TARGET_MODULES): Likewise.
9982 (INSTALL_TARGET_MODULES): Likewise.
9983 (CLEAN_TARGET_MODULES): Likewise.
9984 (all-target-qthreads): New target.
9985 (configure-target-libjava): Depend on configure-target-qthreads.
9986 (all-target-libjava): Depend on all-target-qthreads.
9987
9988 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9989 (CONFIGURE_TARGET_MODULES): Likewise.
9990 (CHECK_TARGET_MODULES): Likewise.
9991 (INSTALL_TARGET_MODULES): Likewise.
9992 (CLEAN_TARGET_MODULES): Likewise.
9993 (all-target-libjava): New target.
9994 (all-target-boehm-gc): Likewise.
9995 * configure.in (target_libs): Added libjava, boehm-gc.
9996
9997 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9998
9999 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10000 configure.bat in SUPPORT_FILES.
10001 (gas+binutils.tar.bz2): Likewise.
10002
10003 * makeall.bat: Remove; obsolete.
10004
10005 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10006
10007 From Mark Elbrecht:
10008 * configure.bat: Remove; obsolete.
10009
10010 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10011
10012 * configure: Add -W -Wall to the default CFLAGS when compiling with
10013 gcc.
10014
10015 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10016
10017 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10018
10019 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10020
10021 * configure.in: Build ld on IRIX6.
10022
10023 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10024
10025 * Makefile.in: Change distribution targets to use bzip2 instead of
10026 gzip.
10027 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10028 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10029
10030 1999-06-04 Nick Clifton <nickc@cygnus.com>
10031
10032 * config.sub: Add mcore target.
10033
10034 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
10035
10036 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10037
10038 1999-05-25 H.J. Lu (hjl@gnu.org)
10039
10040 * config.guess (dummy): Changed to $dummy.
10041
10042 1999-05-24 Nick Clifton <nickc@cygnus.com>
10043
10044 * config.sub: Tidied up case statements.
10045
10046 1999-05-22 Ben Elliston <bje@cygnus.com>
10047
10048 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10049 <jiro@din.or.jp>.
10050
10051 * config.guess: Merge with FSF version. Future changes will be
10052 more accurately recorded in this ChangeLog.
10053 * config.sub: Likewise.
10054
10055 1999-05-20 Stephen L Moshier <moshier@world.std.com>
10056
10057 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10058
10059 1999-04-30 Tom Tromey <tromey@cygnus.com>
10060
10061 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10062
10063 1999-04-23 Tom Tromey <tromey@cygnus.com>
10064
10065 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10066
10067 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
10068
10069 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10070 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10071 Bad merge removed these two changes.
10072
10073 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
10074 Martin Heller (Ing.-Buero_Heller@t-online.de)
10075
10076 * config.guess (interix Alpha): Add.
10077
10078 1999-04-11 Richard Henderson <rth@cygnus.com>
10079
10080 * configure.in (i?86-*-beos*): Do config gperf; don't config
10081 gdb, newlib, or libgloss.
10082
10083 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
10084
10085 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10086 link a trivial program with -mabi=64. If it fails, remove mabi=64
10087 from multidirs.
10088
10089 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
10090
10091 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10092
10093 1999-04-08 Nick Clifton <nickc@cygnus.com>
10094
10095 * config.sub: Add support for mcore targets.
10096
10097 1999-04-07 Michael Meissner <meissner@cygnus.com>
10098
10099 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10100 not mt-ospace, in order to shut up assembler warning about using
10101 symbols that are named the same as registers.
10102
10103 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
10104
10105 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10106 dependency list for all-target-cygmon.
10107
10108 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10109
10110 * config-ml.in: Check $host, not $target, for selective multilibs.
10111 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10112 thumb interworking, and underscore prefix multilibs.
10113
10114 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10115
10116 * missing: Update to version from current automake.
10117
10118 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10119
10120 * configure (gxx_include_dir): Removed.
10121
10122 * configure.in (gxx_include_dir): Handle it.
10123 * Makefile.in: Likewise.
10124
10125 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10126
10127 * config.sub (mips64vr4111,mips64vr4111el) Add.
10128
10129 1999-03-21 Ben Elliston <bje@cygnus.com>
10130
10131 * config.guess: Correct typo for detecting ELF on FreeBSD.
10132
10133 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10134
10135 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10136 config/mh-djgpp.
10137
10138 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10139
10140 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10141 all-target-newlib to dependency list for all-target-bsp.
10142
10143 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10144
10145 * config.sub: Add i386-uwin support.
10146 * config.guess: Likewise.
10147
10148 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10149
10150 * configure.in: cleanup, add mh-*pic handling for arm, special
10151 case powerpc*-*-aix*
10152
10153 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10154
10155 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10156 can be built.
10157
10158 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10159
10160 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10161 targets.
10162
10163 1999-03-02 Nick Clifton <nickc@cygnus.com>
10164
10165 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10166
10167 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10168
10169 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10170
10171 1999-02-24 Nick Clifton <nickc@cygnus.com>
10172
10173 * config.sub: Fix typo in arm recognition.
10174
10175 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10176
10177 * configure.in (noconfigdirs): Changed target_configdirs to
10178 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10179 rather than m68k-*-* since it is not known to work on
10180 m68k-aout. Ditto for arm-*-*oabi.
10181
10182 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10183
10184 * configure.in (*-*-windows*): Remove, no longer used.
10185
10186 1999-02-19 Ben Elliston <bje@cygnus.com>
10187
10188 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10189 Smart and improved by Andrew Cagney.
10190
10191 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10192
10193 * config.guess: Recognize openbsd-*-hppa.
10194
10195 1999-02-17 H.J. Lu (hjl@gnu.org)
10196
10197 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10198 only if it is not empty.
10199
10200 1999-02-17 Nick Clifton <nickc@cygnus.com>
10201
10202 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10203
10204 * config.guess: Modified to recognize uname's armv* syntax.
10205
10206 * config.sub: Modified to recognize uname's armv* syntax.
10207
10208 1999-02-17 Mark Salter <msalter@cygnus.com>
10209
10210 * configure.in: Added target-bsp for sparclite.
10211
10212 1999-02-08 Richard Henderson <rth@cygnus.com>
10213
10214 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10215
10216 1999-02-08 Nick Clifton <nickc@cygnus.com>
10217
10218 * configure.in: Add support for strongarm port.
10219 * config.sub: Add support for strongarm target.
10220
10221 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10222
10223 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10224 the old name config/mh-cygwin32.
10225 Enable texinfo.
10226
10227 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10228
10229 * configure.in: Do build ld for ix86 Solaris.
10230
10231 1999-02-02 Jim Wilson <wilson@cygnus.com>
10232
10233 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10234 $AR_FOR_TARGET. Likewise for RANLIB.
10235
10236 1999-02-02 Catherine Moore <clm@cygnus.com>
10237
10238 * config.sub (oabi): Recognize.
10239 * configure.in (arm-*-oabi): Handle.
10240
10241 1999-01-30 Robert Lipe (robertlipe@usa.net)
10242
10243 * config.guess: Improve detection of i686 on UnixWare 7.
10244
10245 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10246
10247 * config.guess: Add support for i386-pc-interix.
10248 * config.sub: Likewise.
10249 * configure.in: Likewise.
10250
10251 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10252
10253 * Makefile.in: Remove unneeded all-target-libio from
10254 from all-target-winsup target since it is now unneeded.
10255 Add all-target-libtermcap in its place since it is now
10256 needed.
10257
10258 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10259
10260 * configure.in: makefile stub for cygwin target is probably
10261 unnecessary. Remove it for now.
10262
10263 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10264
10265 * configure.in: libtermcap.a should be built when cygwin is the
10266 target as well as the host.
10267 * config.guess: Allow mixed case in cygwin uname output.
10268 * Makefile.in: Add libtermcap target.
10269
10270 1998-12-23 Jeffrey A Law (law@cygnus.com)
10271
10272 * config.sub: Clean up handling of hppa2.0.
10273
10274 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10275
10276 * config.guess: Use C code to identify more HP machines.
10277
10278 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10279
10280 * config.sub: Handle hppa2.0.
10281
10282 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10283
10284 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10285 cygmon for all sparclite targets, regardless of object format.
10286
10287 1998-12-15 Mark Salter <msalter@cygnus.com>
10288
10289 * configure.in: Added target-bsp for several target architectures.
10290
10291 * Makefile.in: Added rules for bsp.
10292
10293 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10294
10295 * config.guess: Improve detection of hppa2.0 processors.
10296
10297 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10298
10299 * config.guess: Recognize FreeBSD using ELF automatically.
10300
10301 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10302
10303 * configure (skip-this-dir): Add handling for new shell script, which
10304 might be created by a sub-directory's configure to indicate, this particular
10305 directory is "unwanted".
10306 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10307
10308 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10309
10310 * ltconfig: import from libtool, after changing libtool to
10311 account for the cygwin name change.
10312
10313 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10314
10315 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10316 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10317
10318 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10319
10320 * configure.in: Add libtermcap to list of cygwin dependencies.
10321
10322 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10323
10324 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10325 they include winsup/include when it's a cygwin target.
10326
10327 1998-11-12 Tom Tromey <tromey@cygnus.com>
10328
10329 * configure.in (host_tools): Added zip.
10330 * Makefile.in (all-target-libjava): Depend on all-zip.
10331 (all-zip): New target.
10332 (ALL_MODULES): Added all-zip.
10333 (NATIVE_CHECK_MODULES): Added check-zip.
10334 (INSTALL_MODULES): Added install-zip.
10335 (CLEAN_MODULES): Added clean-zip.
10336
10337 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10338
10339 * Makefile.in: lose "32" from comment about cygwin.
10340
10341 1998-11-05 Nick Clifton <nickc@cygnus.com>
10342
10343 * configure.in: Use -Os to build target libraries for the fr30.
10344
10345 1998-11-04 Dave Brolley <brolley@cygnus.com>
10346
10347 * config.sub: Add fr30.
10348
10349 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10350
10351 * configure.in: drop "32" from config/mh-cygwin32. Check
10352 cygwin* instead of cygwin32*.
10353 * config.sub: Check cygwin* instead of cygwin32*.
10354
10355 1998-10-22 Robert Lipe <robertl@dgii.com>
10356
10357 * config.guess: Match any version of Unixware7.
10358
10359 1998-10-20 Syd Polk <spolk@cygnus.com>
10360
10361 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10362 if desired.
10363
10364 1998-10-18 Jeffrey A Law (law@cygnus.com)
10365
10366 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10367 these if the appropriate directories and files to not exist.
10368
10369 1998-10-14 Jeffrey A Law (law@cygnus.com)
10370
10371 * Makefile.in (DEVO_SUPPORT): Add config.if.
10372
10373 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10374
10375 * configure: Add pattern to replace "build_tooldir"'s
10376 definition in the generated Makefile with "tooldir"'s
10377 actual value.
10378
10379 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10380
10381 * config.sub: Bring back lost sparcv9.
10382
10383 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10384
10385 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10386
10387 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10388 CC_FOR_TARGET and friends.
10389
10390 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10391
10392 * Makefile.in (build_tooldir): New variable, same as tooldir.
10393 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10394 -B$(build_tooldir)/bin/.
10395 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10396
10397 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10398
10399 * config.sub: Add support for i[34567]86-pc-udk.
10400 * configure.in: Likewise.
10401
10402 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10403
10404 * Makefile.in: add bzip2 package building bits for user
10405 tools module
10406 * configure.in: ditto
10407
10408 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10409
10410 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10411 (ALL_TARGET_MODULES): Add all-target-libobjc.
10412 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10413 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10414 (all-target-libchill): Add dependencies.
10415 * configure.in (target_libs): Add libchill.
10416
10417 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10418
10419 * configure.in (target_subdir): Remove duplicate line.
10420
10421 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10422
10423 * Makefile.in (all-automake): fix dependencies.
10424
10425 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10426
10427 * configure.in: Minor cleanups for building in the $(target_alias)
10428 subdir.
10429
10430 1998-09-22 Jim Wilson <wilson@cygnus.com>
10431
10432 * Makefile.in (bootstrap): Set r and s before make all. Use
10433 BASE_FLAGS_TO_PASS in make all.
10434 (cross): Likewise.
10435
10436 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10437
10438 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10439
10440 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10441
10442 * config.sub: Fix typo in last change.
10443
10444 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10445
10446 * config.sub: Add support for C4x target.
10447 * configure.in: Likewise.
10448
10449 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10450
10451 * config.sub: Recognize sparcv9 just like sparc64.
10452
10453 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10454
10455 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10456
10457 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10458
10459 * config.guess: Correctly identify Pentium II sco boxes.
10460
10461 * config.guess: Fix "tr" code. From Weiwen Liu.
10462
10463 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10464
10465 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10466 stabs.
10467
10468 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10469
10470 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10471 (ALL_TARGET_MODULES): Add all-target-libchill.
10472 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10473 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10474 (all-target-libchill): Add dependencies.
10475 * configure.in (target_libs): Add libchill.
10476
10477 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10478
10479 * config.guess: Avoid assumptions about "tr" behaves when
10480 LANG is set to something other than English.
10481
10482 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10483
10484 * configure (gxx_include_dir): Changed to
10485 '${prefix}/include/g++'-${libstdcxx_interface}.
10486
10487 * config.if: New to determine the interfaces.
10488
10489 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10490
10491 * config.guess: Detect and handle MPE/IX.
10492 * config.sub: Deal with MPE/IX.
10493
10494 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10495
10496 * configure.in: Use mh-aix43.
10497
10498 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10499
10500 * configure: Fix --without/--disable cases for gxx-include-dir.
10501
10502 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10503
10504 * mdata-sh: Imported. Needed for automake support.
10505
10506 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10507
10508 * Makefile.in (taz): Try "chmod -R og=u ." before
10509 "chmod og=u `find . -print`".
10510
10511 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10512
10513 * configure.in: Add arm-elf and thumb-elf support.
10514
10515 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10516
10517 * Makefile.in: Undo previous patch.
10518
10519 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10520
10521 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10522 to here ...
10523 (install-no-fixedincludes): and here
10524 (INSTALL_MODULES): ... from here.
10525
10526 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10527
10528 * config.sub: Merge with FSF.
10529
10530 * config.guess: Merge with FSF.
10531
10532 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10533
10534 * configure (extraconfigdirs): New variable.
10535 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10536 * Makefile.in (all): Move higher in file.
10537 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10538 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10539 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10540 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10541 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10542
10543 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10544
10545 * Makefile.in (all-target-libjava): Depend on all-gcc and
10546 all-target-newlib.
10547 (configure-target-libjava): Depend on $(ALL_GCC).
10548
10549 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10550
10551 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10552 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10553
10554 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10555
10556 * ylwrap: Change absolute path checks to check for DOS style path
10557 names.
10558
10559 * ylwrap: Don't use a full path name if the source file is in the
10560 same directory. From hjl@lucon.org (H.J. Lu).
10561
10562 * config-ml.in: Default to being verbose, to match Feb 18 change to
10563 configure.
10564
10565 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10566
10567 Brought over from egcs:
10568
10569 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10570
10571 * configure.in (target_subdir): Set to ${target_alias} instead
10572 of "libraries".
10573
10574 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10575
10576 * configure.in (target_subdir): Set to libraries if enable_multilib.
10577
10578 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10579
10580 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10581 multilibs, force reconfiguration the first time we create
10582 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10583
10584 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10585
10586 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10587 avoid confusion with --no-recursion.
10588
10589 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10590
10591 * configure.in: Win32 hosts shouldn't use install -x
10592 * install-sh: remove -x option, and special .exe-handling
10593 hack.
10594
10595 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10596
10597 * config.guess: Recognize i586-pc-beos.
10598 * configure.in: Don't build some bits for beos.
10599
10600 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10601
10602 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10603 CFLAGS default to -O2.
10604
10605 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10606 when using GNU ld.
10607
10608 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10609
10610 * ltmain.sh: Correct install when using a different shell.
10611
10612 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10613
10614 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10615
10616 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10617
10618 * makefile.vms: Update to build binutils/makefile.vms. Add install
10619 target.
10620
10621 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10622
10623 * ltconfig: Update to correct AIX handling.
10624
10625 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10626
10627 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10628
10629 * configure.in (target_subdir): Set to ${target_alias} instead
10630 of "libraries".
10631
10632 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10633
10634 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10635 (Makefile): Depend on $(gcc_version_trigger).
10636
10637 * configure (gcc_version): Change default initializer to empty
10638 string.
10639 (gcc_version_trigger): New variable; pass this variable down
10640 to subdir configures to enable them checking gcc's version
10641 themselves. Emit make macros for both gcc_version vars.
10642 (topsrcdir): Initialize reliably.
10643 (recursion line): Remove --with-gcc-version=${gcc_version}.
10644
10645 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10646
10647 * configure (enable_version_specific_runtime_libs): Implement new flag
10648 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10649 in $(libsubdir); emit definition in each generated Makefile.
10650 (gxx_include_dir): Initialize depending on
10651 $enable_version_specific_runtime_libs.
10652
10653 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10654
10655 * configure (gcc_version): Initialize properly depending on
10656 how and where configure is started.
10657 (recursion line): Pass a --with-gcc-version=${gcc_version}
10658 to configures in subdirs.
10659
10660 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10661
10662 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10663 cygmon
10664
10665 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10666
10667 * configure.in: Add cygmon and libstub support for mn10200.
10668
10669 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10670
10671 * configure (gcc_version): Add new variable describing the
10672 particular gcc version we're building.
10673 * Makefile.in (libsubdir): Add new macro for the directory
10674 in which the compiler finds executables, libraries, etc.
10675 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10676 and libsubdir.
10677
10678 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10679
10680 * Makefile.in (local-clean): Remove *.log.
10681 (warning.log): Built with warn_summary from build.log.
10682 (mail-report.log): Run test_summary.
10683 (mail-report-with-warnings.log): Run test_summary including
10684 warning.log in the report.
10685
10686 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10687
10688 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10689
10690 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10691
10692 * Makefile.in (grep): Grep no longer depends on libiberty.
10693
10694 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10695
10696 * Makefile.in: all-snavigator needs all-libgui.
10697
10698 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10699
10700 * configure.in: Add cygmon and libstub support for mn10300.
10701
10702 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10703
10704 * missing: Update to version from automake 1.3.
10705
10706 * ltmain.sh: On installation, don't get confused if the same name
10707 appears more than once in the list of library names.
10708
10709 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10710
10711 * config.sub: Accept m68060 and m5200 as CPU names.
10712
10713 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10714
10715 * configure: Use && rather than using -a in test, because odd
10716 strings can confuse test.
10717 * configure.in: Likewise.
10718
10719 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10720
10721 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10722
10723 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10724
10725 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10726 bootstrap4-lean): New targets.
10727
10728 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10729
10730 * mpw-* Delete. Not used.
10731
10732 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10733
10734 * COPYING.LIB: Update FSF address.
10735
10736 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10737
10738 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10739
10740 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10741 GAS_SUPPORT_DIRS.
10742
10743 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10744
10745 * ltconfig, ltmain.sh: Avoid producing a version number if
10746 -version-info was not used.
10747
10748 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10749
10750 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10751 building with newlib.
10752
10753 1998-04-30 Paul Eggert <eggert@twinsun.com>
10754
10755 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10756 Solaris `make' causes it to continue to next definition.
10757
10758 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10759
10760 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10761 the right GUI libraries and files are installed along with GDB.
10762
10763 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10764
10765 * configure.in: Change alpha to alpha* in several places.
10766
10767 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10768
10769 * config.sub: Recognize sparc86x.
10770
10771 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10772
10773 * configure.in (--enable-target-optspace): Remove debug echo.
10774
10775 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10776
10777 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10778
10779 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10780
10781 * ltconfig: Update cygwin32 support.
10782
10783 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10784 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10785 (GDB_SUPPORT_DIRS): Likewise.
10786
10787 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10788
10789 * configure.in (target_makefile_frag): If --enable-target-optspace,
10790 use -Os to compile target libraries rather than -O2. Default to
10791 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10792 not used.
10793 * configure.in (target_cflags): Ditto for d30v.
10794
10795 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10796
10797 * Makefile.in (all-bfd): Depend on all-intl.
10798 (all-binutils): Likewise.
10799 (all-gas): Likewise.
10800 (all-gprof): Likewise.
10801 (all-ld): Likewise.
10802
10803 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10804
10805 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10806
10807 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10808
10809 * Makefile.in (all-bfd): Depend upon all-libiberty.
10810
10811 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10812
10813 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10814
10815 * Makefile.in: Add libstub.
10816
10817 * configure.in: Ditto. Build libstub for targets that have cygmon
10818 support.
10819
10820 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10821
10822 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10823
10824 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10825
10826 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10827 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10828
10829 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10830
10831 * configure: Define DEFAULT_M4 by searching PATH.
10832 * Makfile.in: Use DEFAULT_M4.
10833
10834 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10835
10836 * ltconfig: Add cygwin32 support.
10837
10838 * Makefile.in, configure.in: Add libtool as a native only directory
10839 to configure and build.
10840
10841 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10842
10843 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10844
10845 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10846
10847 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10848
10849 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10850
10851 * Makefile.in: add ash make rules
10852 * configure.in: add ash to native_only and host_tools lists
10853
10854 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10855
10856 * Makefile.in (all-gettext, all-intl): New targets.
10857 (ALL_MODULES): Added all-gettext, all-intl.
10858 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10859 (INSTALL_MODULES): Added install-gettext, install-intl.
10860 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10861
10862 * configure.in (host_tools): Added gettext.
10863 (native_only): Likewise.
10864 (noconfigdirs) [various cases]: Likewise.
10865 (host_libs): Added intl.
10866
10867 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10868
10869 * configure: Do not disable building gdbtk for cygwin32 hosts.
10870
10871 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10872
10873 * configure.in: Add thumb-coff target.
10874 * config.sub: Add thumb-coff target.
10875
10876 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10877
10878 * Makefile.in: Revert yesterday's change.
10879 (all-target-winsup): all-target-librx stays out of here.
10880
10881 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10882
10883 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10884 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10885 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10886 Remove references to librx and libg++.
10887
10888 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10889
10890 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10891 recursive makes
10892
10893 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10894
10895 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10896 for newlib directory.
10897 (CXX_FOR_TARGET): Likewise.
10898
10899 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10900
10901 * ltconfig: Update after libtool/ltconfig.in change for
10902 hpux11.
10903
10904 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10905
10906 * ltconfig, ltmain.sh: Update to libtool 1.2.
10907
10908 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10909
10910 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10911 (install-gcc-cross): Instead, override LANGUAGES here.
10912
10913 1998-03-18 Dave Love <d.love@dl.ac.uk>
10914
10915 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10916 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10917
10918 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10919
10920 * configure.in: Add Thumb-pe target.
10921
10922 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10923
10924 * Makefile.in - changed sn targets to snavigator
10925 * configure.in - changed sn targets to snavigator
10926
10927 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10928
10929 * config-ml.in: After building symlink tree call make distclean
10930 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10931 to be the case for libiberty.
10932
10933 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10934
10935 * configure: When making link, also check the current
10936 directory. The configure scripts may create one.
10937
10938 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10939
10940 * config.sub: Accept alphapca56 and alphaev6 properly.
10941
10942 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10943
10944 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10945
10946 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10947
10948 * config.sub (sco5): Fix typo.
10949
10950 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10951
10952 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10953 install-itcl.
10954 (install-itcl): Remove dependency on install-tcl.
10955
10956 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10957
10958 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10959
10960 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10961
10962 * configure.in: Don't build libgui for a cygwin32 target when not on
10963 a cygwin32 host.
10964
10965 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10966
10967 * configure (redirect): Set to null, so default behavior of
10968 configure is now --verbose.
10969
10970 1998-02-16 Dave Love <d.love@dl.ac.uk>
10971
10972 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10973 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10974
10975 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10976
10977 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10978 this change to sync Makefile.in with its ChangeLog entries.
10979
10980 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10981
10982 * ltmain.sh (mkdir): Check that the directory doesn't exist
10983 before we exit with error, so that we don't get races during
10984 parallel builds.
10985
10986 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10987
10988 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10989
10990 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10991
10992 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10993 PICFLAG_FOR_TARGET.
10994 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10995
10996 * configure: Emit a definition for the new macro enable_shared
10997 into each Makefile.
10998
10999 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11000
11001 * configure.in (host_tools, native_only): Add libtool.
11002
11003 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11004
11005 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11006 Fix typo in ming config comment.
11007
11008 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11009
11010 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11011
11012 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11013
11014 * config.sub: Add tic30 cases, and map c30 to tic30.
11015
11016 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11017
11018 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11019 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11020 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11021 (CLEAN_TARGET_MODULES): Similarly
11022 (all-target-libf2c): Add dependences.
11023 * configure.in (target_libs): Add libf2c.
11024
11025 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11026
11027 * configure.in: Remove expect from noconfigdirs when target
11028 is cygwin32. OK to build expect and dejagnu with Canadian
11029 Cross.
11030
11031 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11032
11033 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11034 host.
11035
11036 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11037 and mingw32.
11038
11039 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11040
11041 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11042 here as it is not defined in the toplevel Makefile.
11043
11044 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11045
11046 * configure (package_makefile_rules_frag): New variable, which names
11047 a file with generic rules, ...
11048 Change comment to mention we now have FIVE parts.
11049 * configure: Undo last change.
11050
11051 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11052
11053 * config.guess: More accurate determination of HP processor types.
11054 * config.sub: More accurate determination of HP processor types.
11055
11056 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11057
11058 * configure (package_makefile_frag): Move inserting the
11059 ${package_makefile_frag} to where it should be according
11060 to the comment.
11061
11062 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11063
11064 * config.guess: Add support for Linux/ARM.
11065
11066 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11067
11068 * .cvsignore: Remove *-info and *-install since they match
11069 release-info and mpw-install, which we don't want to just ignore.
11070
11071 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11072
11073 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11074
11075 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11076
11077 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11078 local_prefix to sub-make invocations.
11079
11080 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11081
11082 * configure.in: Check makefile fragments in the source
11083 directory.
11084
11085 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11086
11087 * configure.in: Check whether host and target makefile
11088 fragments exist before adding them to *_makefile_frag.
11089
11090 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11091
11092 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11093
11094 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11095
11096 * configure.in: Make sure we only replace RPATH_ENVVAR on
11097 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11098 regexp to sed.
11099
11100 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11101 to sub-makes.
11102
11103 1998-01-13 Lee Iverson (leei@ai.sri.com)
11104
11105 * config-ml.in (multi-do): LDFLAGS must include multilib
11106 designator.
11107
11108 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11109
11110 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11111
11112 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11113
11114 * config.sub: Add mingw32 support.
11115 * configure.in: Likewise.
11116
11117 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11118
11119 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11120
11121 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11122
11123 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11124 * configure (gxx_include_dir): Provide a definition for subdirs
11125 which do not use autoconf.
11126
11127 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11128
11129 * config.guess: Sync with egcs. Picks up new alpha support,
11130 BeOS & some additional linux support.
11131
11132 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11133
11134 * config.guess: HP 9000/803 is a PA1.1 machine.
11135
11136 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11137
11138 * configure.in: It's alpha*-...
11139
11140 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11141
11142 * configure.in (host_makefile_frag, target_makefile_frag):
11143 Handle multiple config files.
11144 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11145 alpha-*-*.
11146
11147 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11148
11149 * mkdep: New file.
11150
11151 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11152
11153 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11154
11155 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11156
11157 * Makefile.in: Add libgui directory.
11158 (GDB_TK): Add all-libgui.
11159 * configure.in: Add libgui directory.
11160 * configure: Add all-libgui to GDB_TK.
11161
11162 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11163
11164 * config-ml.in (multidirs): Add m32r to multilib list.
11165
11166 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11167
11168 * Makefile.in (all-target-gperf): Change dependency to
11169 all-target-libstdc++.
11170
11171 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11172
11173 * config.guess: Add BeOS support.
11174
11175 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11176
11177 Source directory cvs renamed to cvssrc:
11178 * configure.in (host_tools): Change cvs to cvssrc.
11179 (native_only): Likewise.
11180 (noconfigdirs) [various cases]: Likewise.
11181 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11182 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11183 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11184 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11185 (all-cvssrc): Rename target from all-cvs.
11186
11187 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11188
11189 * configure (gxx_include_dir): Fix thinko.
11190
11191 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11192
11193 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11194 (install-cross, install-gcc-cross): New targets.
11195
11196 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11197
11198 * configure.in (noconfigdirs): Add support for Thumb target.
11199
11200 * config.sub (maybe_os): Add support for Thumb target.
11201
11202 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11203
11204 * Makefile.in: Add rules for cygmon.
11205
11206 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11207
11208 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11209
11210 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11211 * configure (gxx_include_dir): Provide a definition for subdirs
11212 which do not use autoconf.
11213
11214 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11215
11216 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11217 11/18/97 build
11218
11219 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11220
11221 * From Franz Sirl.
11222 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11223 found on RedHat Linux systems.
11224
11225 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11226
11227 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11228 guesses.
11229
11230 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11231
11232 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11233
11234 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11235
11236 * ltmain.sh: If mkdir fails, check whether the directory was created
11237 anyhow by some other process.
11238
11239 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11240
11241 * configure.in (d30v-*-*): Configure all directories.
11242
11243 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11244
11245 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11246 for the D30V.
11247
11248 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11249
11250 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11251
11252 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11253
11254 * include/libiberty.h: Add extern "C" { so it can be used with C++
11255 progrms.
11256 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11257 programs.
11258
11259 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11260
11261 * configure.in (d30v-*-*): Configure GCC now.
11262
11263 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11264
11265 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11266 is no longer needed.
11267
11268 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11269
11270 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11271
11272 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11273
11274 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11275 targets using "$@" to provide support for similar but not identical
11276 targets without having to duplicate code.
11277
11278 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11279
11280 * makefile.vms: Fix to work with DEC C.
11281
11282 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11283
11284 * config.sub: Add mips-tx39-elf to marketing names.
11285
11286 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11287
11288 * ltmain.sh: Handle symlinks in generated script.
11289
11290 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11291
11292 * configure: Handle autoconf style directory options: --bindir,
11293 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11294 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11295 --sysconfdir.
11296 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11297 (sharedstatedir, localstatedir, oldincludedir): New variables.
11298 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11299 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11300 sbindir, sharedstatedir, and sysconfdir.
11301
11302 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11303
11304 * Makefile.in (bootstrap-lean): New target.
11305
11306 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11307
11308 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11309 sn, and gnuserv from noconfigdirs.
11310
11311 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11312
11313 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11314
11315 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11316
11317 * Makefile.in (cross): New target.
11318
11319 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11320 Jeff Law <law@cygnus.com>
11321
11322 * Makefile.in (bootstrap2, bootstrap3): New targets.
11323 (all-bootstrap): Remove outdated and confusing target.
11324 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11325
11326 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11327
11328 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11329 windows. Consistent with gdb/configure.
11330
11331 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11332
11333 * configure.in: Name Linux target fragment.
11334
11335 * configure: Rewrite so that project Makefile fragment is inserted
11336 first and appears last in the resulting Makefile.
11337
11338 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11339
11340 * Makefile.in (install-itcl): Install tcl first.
11341
11342 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11343
11344 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11345
11346 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11347
11348 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11349
11350 * configure.in (skipdirs): Add target-librx for Linux.
11351 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11352
11353 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11354
11355 * Makefile.in (bootstrap): New target.
11356
11357 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11358
11359 * config.sub: Accept 'amigados' for backward compatability.
11360
11361 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11362
11363 * config.guess: Merge with FSF.
11364
11365 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11366
11367 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11368
11369 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11370
11371 * config.sub: Add "marketing-names" patch.
11372
11373 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11374
11375 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11376
11377 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11378
11379 * config.sub: Handle v850-elf.
11380
11381 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11382
11383 * .cvsignore (*-install): Remove.
11384
11385 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11386
11387 * ltconfig: Set CONFIG_SHELL in libtool.
11388 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11389
11390 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11391
11392 * configure.in (target_subdir): Set to libraries if enable_multilib.
11393
11394 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11395
11396 * config.guess: Update from gcc directory.
11397
11398 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11399
11400 * Makefile.in (all-sim): Depends on all-readline.
11401
11402 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11403
11404 * Makefile.in (BISON, YACC): Use $$s.
11405 (all-bison): Depend on all-texinfo.
11406
11407 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11408
11409 * Makefile.in (BISON): Add -L flag.
11410 (YACC): Likewise.
11411
11412 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11413
11414 * configure.in (noconfigdirs): Add support for v850e target.
11415
11416 * config.sub (maybe_os): Add support for v850e target.
11417
11418 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11419
11420 * configure.in (noconfigdirs): Add support for v850ea target.
11421
11422 * config.sub (maybe_os): Add support for v850ea target.
11423
11424 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11425
11426 * config.sub: Add mipstx39. Delete r3900.
11427
11428 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11429
11430 * Makefile.in (all-autoconf): Depends on all-texinfo.
11431
11432 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11433
11434 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11435 eabi targets.
11436
11437 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11438
11439 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11440
11441 * configure: When handling a Canadian Cross, handle YACC as well as
11442 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11443 * Makefile.in (all-bison): Depend upon all-texinfo.
11444
11445 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11446
11447 * Makefile.in (BISON): bison, not byacc or bison -y.
11448 (YACC): bison -y or byacc or yacc.
11449 (various): Add *-bison as appropriate.
11450 (taz): No need to mess with BISON anymore.
11451
11452 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11453
11454 * configure: If OSTYPE matches *win32*, try to find a good value for
11455 CONFIG_SHELL.
11456
11457 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11458
11459 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11460 configure.in if it is present.
11461
11462 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11463
11464 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11465
11466 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11467
11468 * config.sub: Recognize `arc' cpu.
11469 * configure.in: Likewise.
11470 * config-ml.in: Likewise.
11471
11472 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11473
11474 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11475
11476 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11477
11478 * configure: Changed sed delimiter from ':' to '|' when
11479 attempting to substitute ${config_shell} for SHELL. On
11480 NT ${config_shell} may contain a ':' in it.
11481
11482 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11483
11484 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11485
11486 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11487
11488 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11489
11490 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11491
11492 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11493
11494 * ylwrap: If the program is a relative path, force it to be
11495 absolute.
11496
11497 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11498
11499 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11500
11501 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11502
11503 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11504 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11505 for libraries.
11506
11507 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11508
11509 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11510 separated by spaces.
11511
11512 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11513
11514 * ylwrap: New file.
11515 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11516
11517 * ltmain.sh: Handle /bin/sh at start of install program.
11518
11519 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11520
11521 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11522 * missing: New file, from automake 1.2.
11523
11524 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11525
11526 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11527 check-tk to CHECK_X11_MODULES.
11528
11529 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11530
11531 * config.sub: Merge with FSF.
11532
11533 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11534
11535 * config.guess: Merge with FSF.
11536
11537 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11538
11539 * configure: Treat msdosdjgpp like go32.
11540 * configure.in: Likewise. Don't remove gprof for go32.
11541
11542 * configure: Change Makefile.tem2 to Makefile.tm2.
11543
11544 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11545
11546 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11547
11548 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11549
11550 * install-sh (chmodcmd): Set to null if the DST directory already
11551 exists. Same as Nov 11th change.
11552
11553 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11554
11555 * configure (GDB_TK): Needs itcl and tix.
11556
11557 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11558
11559 * config.guess: Update from FSF.
11560
11561 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11562
11563 * Makefile.in (GDB_TK): Depend on itcl and tix.
11564
11565 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11566
11567 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11568 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11569 (INSTALL_SCRIPT): New variable.
11570 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11571 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11572 to -x.
11573 * install-sh: Add support for -x option.
11574
11575 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11576
11577 * configure.in, Makefile.in: Treat tix like itcl.
11578
11579 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11580
11581 * Makefile.in (WINDRES): New variable.
11582 (WINDRES_FOR_TARGET): New variable.
11583 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11584 (EXTRA_HOST_FLAGS): Add WINDRES.
11585 (EXTRA_TARGET_FLAGS): Add WINDRES.
11586 (EXTRA_GCC_FLAGS): Add WINDRES.
11587 ($(DO_X)): Pass down WINDRES.
11588 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11589 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11590 DLLTOOL_FOR_TARGET.
11591
11592 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11593
11594 * configure.in: configure sim before gdb for win32-x-ppc
11595
11596 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11597
11598 Move gperf into the toplevel, from libg++.
11599 * configure.in (target_tools): Add target-gperf.
11600 (native_only): Add target-gperf.
11601 * Makefile.in (all-target-gperf): New target, depend on
11602 all-target-libg++.
11603 (configure-target-gperf): Empty rule.
11604 (ALL_TARGET_MODULES): Add all-target-gperf.
11605 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11606 (CHECK_TARGET_MODULES): Add check-target-gperf.
11607 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11608 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11609
11610 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11611
11612 * config.sub (mn10200): Recognize new basic machine.
11613
11614 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11615
11616 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11617 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11618
11619 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11620
11621 * configure.in: If we're building mips-sgi-irix6* native, turn on
11622 ENABLE_MULTILIB and set TARGET_SUBDIR.
11623
11624 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11625
11626 * Makefile.in (all-sn): Depend on all-grep.
11627
11628 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11629
11630 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11631
11632 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11633 Makefile. From Jeff Makey <jeff@cts.com>.
11634 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11635
11636 * Makefile.in (DISTBISONFILES): Remove.
11637 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11638 $(DEFAULT_YACC).
11639
11640 * configure.in: Build itl, db, sn, etc., when building for native
11641 cygwin32.
11642
11643 * Makefile.in (LD): New variable.
11644 (EXTRA_HOST_FLAGS): Pass down LD.
11645 ($(DO_X)): Likewise.
11646
11647 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11648
11649 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11650
11651 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11652
11653 * configure.in (targargs): Strip out any supplied --build argument
11654 before adding our own. Always add --build.
11655
11656 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11657
11658 * configure.in (targargs): Pass --build if we're doing
11659 a cross-compile.
11660
11661 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11662
11663 * configure: Use '|' instead of ":" as the separator in
11664 sed. Otherwise sed chokes on NT path names with drive
11665 designators. Also look for "?:*" as the leading characters in an
11666 absolute pathname.
11667
11668 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11669
11670 * config.sub: Support for r3900.
11671
11672 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11673
11674 * configure.in: Use install-sh, not install.sh.
11675
11676 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11677
11678 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11679 apply it twice.
11680
11681 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11682
11683 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11684 install-binutils.
11685
11686 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11687
11688 * Makefile.in: Add automake targets.
11689 * configure.in (host_tools): Add automake.
11690
11691 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11692
11693 * configure: Default CXX to c++, not gcc.
11694 * Makefile.in (CXX): Set to c++, not gcc.
11695 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11696
11697 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11698
11699 * install-sh: try appending a .exe if source file doesn't
11700 exist
11701
11702 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11703
11704 * configure.in: Turn on multilib by default.
11705 (cross_only): Remove target-libiberty.
11706
11707 * Makefile.in (all-gcc): Don't depend on libiberty.
11708
11709 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11710
11711 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11712
11713 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11714
11715 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11716 (DISTBISONFILES): Add ld/Makefile.in
11717
11718 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11719
11720 * configure.in: if target is cygwin32 but host isn't cygwin32,
11721 don't configure gdb tcl tk expect, not just gdb.
11722
11723 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11724
11725 * configure.in: Added gnuserv everywhere sn appears.
11726
11727 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11728 (CROSS_CHECK_MODULES): Added check-gnuserv.
11729 (INSTALL_MODULES): Added install-gnuserv.
11730 (CLEAN_MODULES): Added clean-gnuserv.
11731 (all-gnuserv): New target.
11732
11733 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11734
11735 * config.guess: Fixes for MIPS OpenBSD systems.
11736
11737 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11738
11739 * Makefile.in (INSTALL_XFORM): Remove.
11740 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11741
11742 * mkinstalldirs: New file, copied from automake.
11743 * Makefile.in (installdirs): Rename from install-dirs. Use
11744 mkinstalldirs. Change all users.
11745 (DEVO_SUPPORT): Add mkinstalldirs.
11746
11747 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11748
11749 * install-sh: Rename from install.sh.
11750 * Makefile.in (INSTALL): Change install.sh to install-sh.
11751 (DEVO_SUPPORT): Likewise.
11752
11753 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11754 Graichen <graichen@rzpd.de>.
11755
11756 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11757
11758 * config.guess: Recognize OpenBSD systems correctly.
11759
11760 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11761
11762 * README, Makefile.in (ETC_SUPPORT): Remove references to
11763 cfg-paper*, configure.{texi,man,info*}._
11764
11765 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11766
11767 * Makefile.in (all.normal): Ensure that gcc is built after all
11768 the x11 - ie gdb - targets.
11769
11770 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11771
11772 * makefile.vms: Don't run conf-a-gas.
11773
11774 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11775
11776 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11777
11778 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11779
11780 * configure.in: Remove noconfigdirs case since gdb also
11781 configures and builds for tic80-coff.
11782
11783 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11784
11785 * configure: Set cache_file to config.cache.
11786 * Makefile.in (local-distclean): Remove config.cache.
11787
11788 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11789
11790 * COPYING: Update FSF address.
11791
11792 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11793
11794 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11795 noconfigdirs.
11796
11797 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11798
11799 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11800 MAKEDIRS, is empty.
11801
11802 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11803
11804 * config.sub: Tweak mn10300 entry.
11805
11806 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11807
11808 * configure.in (host_tools): Put sim before gdb, so gdb's
11809 configure.tgt can determine if the simulator was configured.
11810
11811 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11812
11813 * config.sub: Move BeOS $os case to be with other Cygnus
11814 local cases.
11815
11816 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11817
11818 * config.sub: Remove misplaced comment that broke Linux.
11819
11820 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11821
11822 * config.sub: Add BeOS support.
11823
11824 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11825
11826 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11827
11828 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11829
11830 * configure.in (noconfigdirs): Remove tcl and tk from
11831 noconfigdirs for cygwin32 builds.
11832
11833 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11834
11835 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11836
11837 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11838
11839 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11840 make-all.com, use makefile.vms instead.
11841
11842 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11843
11844 * config.sub: Accept -lnews*.
11845
11846 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11847
11848 * configure.in (noconfigdirs): Disable target-newlib,
11849 target-examples and target-libiberty for d30v.
11850
11851 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11852
11853 * configure.in (noconfigdirs): Enable ld for d30v.
11854
11855 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11856
11857 * configure.in (tic80-*-*): Build compiler.
11858
11859 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11860
11861 * configure.in (d30v-*): Remove sim directory from list of
11862 unsupported d30v directories
11863
11864 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11865
11866 * config.sub, configure.in: Add d30v target cpu.
11867
11868 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11869
11870 * makefile.vms: New file.
11871 * make-all.com: Remove.
11872
11873 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11874
11875 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11876
11877 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11878
11879 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11880
11881 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11882
11883 * Makefile.in (ALL_MODULES): Added all-db.
11884 (CROSS_CHECK_MODULES): Addec check-db.
11885 (INSTALL_MODULES): Added install-db.
11886 (CLEAN_MODULES): Added clean-db.
11887
11888 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11889
11890 * config.guess: Merge with latest FSF sources.
11891
11892 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11893
11894 * Makefile.in (ALL_MODULES): Added all-itcl.
11895 (CROSS_CHECK_MODULES): Added check-itcl.
11896 (INSTALL_MODULES): Added install-itcl.
11897 (CLEAN_MODULES): Added clean-itcl.
11898
11899 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11900
11901 * configure.in: build gdb for mn10200
11902
11903 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11904
11905 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11906
11907 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11908
11909 * configure.in (tic80-*-*): Turn off most targets right now.
11910
11911 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11912
11913 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11914 rather than the makeinfo program.
11915 (do-info): Depend upon all-texinfo.
11916
11917 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11918
11919 * configure.in: Remove uses of config/mh-linux.
11920
11921 * config.sub, config.guess: Merge with latest FSF sources.
11922
11923 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11924
11925 * config.sub (case $basic_machine): Add tic80 entries.
11926
11927 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11928
11929 * config.sub, config.guess: Merge with latest FSF sources.
11930
11931 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11932
11933 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11934 * mpw-config.in: Test for NewFolderRecursive.
11935 * mpw-install: Use symbolic name for startup filename.
11936 * mpw-README: Add various additional details.
11937
11938 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11939
11940 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11941
11942 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11943
11944 * configure.in: Do build gcc and the target libraries for
11945 the mn10200.
11946
11947 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11948
11949 * configure.in: don't avoid building gdb for mn10300 any more
11950 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11951 instead of single-quoting it.
11952
11953 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11954
11955 * configure.in: Don't use --with-stabs on IRIX 6.
11956
11957 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11958
11959 * configure.in (m32r): Build gdb, libg++ now.
11960
11961 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11962
11963 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11964 directories from noconfigdirs.
11965
11966 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11967
11968 * config.sub (basic_machine): added mips16 configuration
11969
11970 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11971
11972 * config.sub: Handle d10v-unknown.
11973
11974 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11975
11976 * config.sub: Handle v850-unknown.
11977
11978 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11979
11980 * Makefile.in: add findutils
11981 * configure.in: add findutils to list of host_tools
11982
11983 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11984
11985 * config.sub: Handle mn10200 and mn10300.
11986
11987 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11988
11989 * configure.in (d10v-*): Do not build librx.
11990
11991 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11992
11993 * configure.in (mn10300): Build everything except gdb & libgloss.
11994
11995 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11996
11997 * config.guess: Patch for Dansk Data Elektronik servers,
11998 from Niels Skou Olsen <nso@dde.dk>.
11999
12000 For ncr, use /bin/uname rather than uname, since GNU uname does not
12001 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12002
12003 Patch for MIPS R4000 running System V,
12004 from Eric S. Raymond <esr@snark.thyrsus.com>.
12005
12006 Fix thinko for nextstep.
12007
12008 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12009
12010 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12011 * config.guess: Guess mips-dec-mach_bsd4.3.
12012
12013 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12014 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12015 release numbers.
12016 * config.guess (mips-mips-riscos*): Emit just enough of the
12017 release number.
12018
12019 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12020 * config.guess (sparc-auspex-sunos*): Added.
12021 (f300-fujitsu-*): Added.
12022
12023 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12024 * config.guess: Recognize a Tadpole as a sparc.
12025
12026 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12027
12028 * config.guess: Don't assume that NextStep version is either 2 or
12029 3. NextStep 4 (aka OpenStep 4) has come out now.
12030
12031 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12032
12033 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12034 From Rik Faith <faith@cs.unc.edu>.
12035
12036 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12037
12038 * config.sub: Contributions from bug-gnu-utils to:
12039 Support plain "hppa" (no version given) architecture, reported by
12040 OpenStep.
12041 OpenBSD like NetBSD.
12042 LynxOs is not a hardware supplier.
12043
12044 * config.guess: Contributions from bug-gnu-utils to add support for:
12045 OpenBSD like NetBSD.
12046 Stratus systems.
12047 More Pyramid systems.
12048 i[n>4]86 Intel chips.
12049 M680[n>4]0 Motorola chips.
12050 Use unknown instead of lynx for hardware manufacturer.
12051
12052 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12053
12054 * install.sh (chmodcmd): Set to null if the DST directory already
12055 exists.
12056
12057 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12058
12059 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12060 not use mt-ppc target Makefile fragment any more.
12061
12062 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12063
12064 * configure.in (*-*-windows): Exclude everything but those dirs
12065 needed to build windows.
12066
12067 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12068
12069 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12070
12071 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12072
12073 * configure.in: Exclude mmalloc from i386-windows.
12074
12075 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12076
12077 * Undo my previous change.
12078
12079 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12080
12081 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12082 unconditionally.
12083 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12084
12085 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12086
12087 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12088 host to add it's own flags.
12089
12090 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12091
12092 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12093
12094 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12095
12096 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12097 (CXX_FOR_TARGET): Likewise.
12098 (GCC_FOR_TARGET): Define.
12099 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12100 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12101 CC_FOR_TARGET was specified on the command line.
12102 (MAKEOVERRIDES): Don't define.
12103
12104 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12105
12106 * configure.in (m32r): Fix spelling of libg++ libs.
12107
12108 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12109
12110 * config.sub (-apple*): Remove, now redundant.
12111
12112 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12113
12114 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12115
12116 * configure: Rework yesterday's sed script patch.
12117
12118 * config.sub: Merge with FSF.
12119
12120 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12121
12122 * config.guess: Merge from FSF.
12123
12124 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
12125 * config.guess: Use pc instead of unknown, for pc clone systems.
12126 Change linux to linux-gnu.
12127
12128 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12129 * config.guess: Avoid non-portable tr syntax.
12130
12131 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12132
12133 * test-build.mk (HOLES): Add "xargs" for gdb.
12134
12135 * configure: Avoid hpux10.20 sed bug.
12136
12137 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12138
12139 * configure.in: Add support for windows host
12140 (that is a build done under the Microsoft build environment).
12141
12142 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12143
12144 * Makefile.in: Replace all uses of srcroot with s, to shrink
12145 command line lengths.
12146
12147 Patches from Geoffrey Noer <noer@cygnus.com>:
12148 * configure.in: If configuring for newlib, pass --with-newlib to
12149 subdirectories.
12150 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12151 -Bnewlib/ and -Lwinsup to gcc.
12152 (CXX_FOR_TARGET): Likewise.
12153
12154 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12155
12156 * Makefile.in (ETC_SUPPORT): Add configure.
12157
12158 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12159
12160 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12161 host configuration file.
12162
12163 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12164
12165 * configure.in: Break mn10x00 support into separate
12166 mn10200 and mn10300 configurations.
12167 * config.sub: Likewise.
12168
12169 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12170
12171 * configure.in: Add lots of stuff to noconfigdirs for
12172 the mn10x00 targets.
12173
12174 * config.sub, configure.in: Add mn10x00 support.
12175
12176 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12177
12178 * make-all.com: Call conf-a-gas, not config-a-gas.
12179
12180 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12181
12182 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12183 targets.
12184
12185 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12186
12187 * mpw-README: Add much more detail for native PowerMac.
12188 * mpw-install: New file.
12189 * mpw-configure: Add --norecursion and --help options.
12190 * mpw-config.in: Translate readme and install files when
12191 copying to objdir.
12192 * mpw-build.in: Don't always depend on byacc and flex.
12193 (install-only-top): New action.
12194
12195 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12196
12197 * configure.in: You can now configure GDB for the v850.
12198
12199 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12200
12201 * configure.in (noconfigdirs): Don't configure any C++ dirs
12202 if targeting D10V.
12203
12204 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12205
12206 * config.sub: Recognize mips64vr5000.
12207
12208 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12209
12210 * configure.in: Use a single line for host_tools and native_only.
12211
12212 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12213
12214 * config.sub, configure.in: Add entries for m32r.
12215
12216 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12217
12218 * Makefile.in (inet-install): Don't run install-gzip.
12219
12220 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12221
12222 * configure.in: Don't config lots of things for *-*-windows*.
12223
12224 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12225
12226 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12227 (host_libs, host_tools): Copy from configure.in.
12228 * mpw-configure: Don't complain about directories not found.
12229
12230 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12231
12232 * configure.in (i[345]86): Recognize i686 for pentium pro.
12233 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12234 file.
12235
12236 * config.guess (i[345]86): Ditto.
12237
12238 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12239
12240 * configure.in (noconfigdirs): Removed gdb for D10V.
12241
12242 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12243
12244 * configure.in: Remove ld, target-libio, target-libg++, and
12245 target-libstdc++ from noconfigdirs.
12246
12247 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12248
12249 * configure: Fix three locations where shell scripts were
12250 being run directly rather than with config_shell.
12251
12252 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12253
12254 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12255 * config.sub (basic_machine): Recognize v850.
12256
12257 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12258
12259 * mpw-configure: Handle multiple enable/disable options and
12260 pass them down recursively, handle -c and -s flags appropriately
12261 depending on choice of compiler, add escape mechanism for
12262 quoted arguments to gC.
12263
12264 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12265
12266 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12267 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12268 so that -mrelocatable-lib and -mno-eabi are used.
12269
12270 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12271 not support --print-multi-lib, don't abort.
12272
12273 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12274
12275 * make-all.com: Run config-a-gas.
12276 * setup.com: Don't copy subdirectory files around.
12277
12278 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12279
12280 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12281 target, it now compiles correctly.
12282
12283 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12284
12285 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12286
12287 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12288
12289 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12290
12291 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12292
12293 * configure.in (native_only): Add prms.
12294
12295 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12296
12297 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12298 (BINUTILS_SUPPORT_DIRS): Likewise.
12299
12300 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12301
12302 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12303 d10v support is added.
12304
12305 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12306
12307 * configure.in (d10v-*-*): New target.
12308
12309 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12310
12311 * config.guess (HP 9000/811): Recognize this as a PA1.1
12312 machine.
12313
12314 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12315
12316 * Makefile.in (do-tar-gz): New target, split out from tail end of
12317 taz target. Run each command separately, don't use pipes.
12318 (taz): Use it.
12319
12320 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12321
12322 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12323 * mpw-build.in: No builds should depend on building byacc or flex,
12324 they are assumed to be installed already.
12325
12326 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12327
12328 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12329 variable that CC_FOR_TARGET needs.
12330
12331 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12332
12333 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12334 options have changed since the last time the subdirectory was
12335 configured, and if it has, reconfigure.
12336 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12337 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12338
12339 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12340
12341 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12342 CLEAN_MODULES): Add bash.
12343 (all-bash): New target.
12344
12345 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12346
12347 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12348
12349 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12350
12351 * config.sub (basic_machine): Recognize d10v as a valid processor.
12352
12353 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12354
12355 * mpw-configure: Add support for --bindir.
12356 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12357
12358 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12359
12360 * configure.in: add bash, time, gawk to list of hosttools and things
12361 to only build for native toolchains
12362
12363 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12364
12365 * Makefile.in (docdir): Remove.
12366
12367 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12368
12369 * Makefile.in (datadir): Set to $(prefix)/share.
12370
12371 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12372
12373 * configure.in: build diff and patch for cygwin32-hosted
12374 toolchains.
12375
12376 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12377
12378 * config.sub: Accept -rtems*.
12379
12380 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12381
12382 * configure.in: enable dosrel for cygwin32-hosted builds,
12383 remove diff from the list of things not buildable
12384 via Canadian Cross
12385
12386 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12387
12388 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12389 don't get ". ".
12390
12391 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12392
12393 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12394
12395 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12396
12397 * Makefile.in (taz): Handle case where tex3patch didn't even get
12398 checked out. Also, if it was found, put the symlink in a new util
12399 subdirectory.
12400
12401 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12402
12403 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12404
12405 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12406
12407 * config.sub: Recognize -openvms.
12408 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12409 * make-all.com, setup.com: New files.
12410
12411 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12412
12413 * Makefile.in (taz): tex3patch moved to texinfo/util.
12414
12415 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12416
12417 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12418 * configure.in: remove make from disable-if-Can-Cross list
12419 enable gdb if ${host} and ${target} are cygwin32
12420
12421 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12422
12423 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12424 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12425
12426 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12427
12428 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12429 distinguish sysv/svr4/bsd variants.
12430 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12431
12432 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12433
12434 * configure.in: Added copyright notice.
12435 * move-if-change: Added copyright notice.
12436
12437 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12438
12439 * configure.in (powerpcle-*-solaris*): Until we get shared
12440 libraries working, don't build gdb, sim, make, tcl, tk, or
12441 expect.
12442
12443 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12444
12445 * config.guess: Merge with FSF:
12446
12447 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12448 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12449
12450 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12451 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12452
12453 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12454 * config.guess: Combine two OSF1 rules.
12455 Also recognize field test versions. From mjr@zk3.dec.com.
12456 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12457 because GNU uname does not support -p. From pmr@pajato.com.
12458
12459 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12460
12461 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12462
12463 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12464
12465 * mpw-README: Document GCCIncludes.
12466
12467 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12468
12469 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12470
12471 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12472
12473 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12474
12475 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12476
12477 * configure.in (*-*-cygwin32): Configure make.
12478
12479 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12480
12481 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12482
12483 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12484
12485 * Makefile.in (all-inet): Depend on all-perl.
12486
12487 * Makefile.in (inet-install): New target.
12488
12489 * Makefile.in (all-inet): Depend on all-tcl.
12490 (all-inet): Depend on all-send-pr.
12491
12492 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12493
12494 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12495 temporarily.
12496
12497 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12498
12499 * configure.in: Don't configure --with-gnu-ld on AIX.
12500
12501 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12502
12503 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12504
12505 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12506
12507 * Makefile.in (ALL_MODULES): Added all-inet.
12508 (CROSS_CHECK_MODULES): Added check-inet.
12509 (INSTALL_MODULES): Added install-inet.
12510 (CLEAN_MODULES): Added clean-inet.
12511 (all-indent): New target.
12512
12513 * configure.in (host_tools): Added inet.
12514 (native_only): Added inet.
12515 (noconfigdirs): Added inet.
12516
12517 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12518
12519 * configure.in: Don't configure libgloss if we are not configuring
12520 newlib.
12521
12522 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12523
12524 * configure.in: Don't configure libgloss for unsupported
12525 architectures.
12526
12527 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12528
12529 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12530
12531 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12532
12533 * Makefile.in (ALL_MODULES): Include all-apache.
12534 (CROSS_CHECK_MODULES): Include check-apache.
12535 (INSTALL_MODULES): Include install-apache.
12536 (all-apache): New target.
12537
12538 * configure.in: Added apache everywhere perl is seen.
12539
12540 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12541
12542 * Makefile.in: Add support for clean-{module} and
12543 clean-target-{module} rules.
12544
12545 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12546
12547 * configure.in (*-*-ose) do not build libgloss.
12548
12549 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12550
12551 * config.guess (prep*:SunOS:5.*:*): Turn into
12552 powerpele-unknown-solaris2.
12553
12554 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12555
12556 * configure.in: Permit --enable-shared to specify a list of
12557 directories.
12558
12559 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12560
12561 * configure.in (host==solaris): Pass only the first word of $CC
12562 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12563
12564 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12565
12566 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12567
12568 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12569
12570 * Makefile.in (ALL_MODULES): Include all-perl.
12571 (CROSS_CHECK_MODULES): Include check-perl.
12572 (INSTALL_MODULES): Include install-perl.
12573 (ALL_X11_MODULES): Include all-guile.
12574 (CHECK_X11_MODULES): Include check-guile.
12575 (INSTALL_X11_MODULES): Include install-guile.
12576 (all-perl): New target.
12577 (all-guile): New target.
12578
12579 * configure.in (host_tools): Include perl and guile.
12580 (native_only): Include perl and guile.
12581 (noconfigdirs): Don't build guile and perl; no ports have been
12582 done.
12583
12584 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12585
12586 * configure (--enable-*): Handle quoted option lists such as
12587 --enable-sim-cflags='-g0 -O' better.
12588
12589 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12590
12591 * Makefile.in ({,inst}all-target): New rule so we can make and
12592 install all of the target directories easily.
12593
12594 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12595
12596 * configure.in: Add missing global flag in sed substitution when
12597 deleting `target-' from ${configdirs}.
12598
12599 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12600
12601 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12602 option.
12603
12604 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12605 config/mh-necv4.
12606
12607 * install.sh: Correct misspelling of transformbasename.
12608
12609 * config.guess: Recognize mips-*-sysv*.
12610
12611 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12612
12613 * config.sub: Recognize mon960.
12614
12615 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12616
12617 * configure: Restore Canadian Cross handling of BISON and LEX,
12618 removed in Feb 20 change.
12619
12620 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12621
12622 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12623 Mention make install. Remove the old copyright date as well the
12624 clumsy and rather pointless copyright on the README file.
12625
12626 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12627
12628 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12629 Makefile after running symlink-tree, then run `make distclean' to
12630 avoid clobbering any generated files in srcdir.
12631
12632 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12633
12634 * configure.in (m68k-*-netbsd*): Build everything now.
12635
12636 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12637
12638 * Makefile.in (taz): Fix quoting.
12639
12640 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12641
12642 * configure.in (sparclet-*-*): Build everything now.
12643
12644 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12645
12646 * configure.in (m68k-*-linux*): New host.
12647
12648 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12649
12650 * configure: Check for bison before byacc.
12651
12652 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12653
12654 * Makefile.in configure: Change the way LEX and BISON/YACC are
12655 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12656 searching PATH. These are used as fallbacks by Makefile.in if
12657 flex/bison/byacc aren't in objdir.
12658
12659 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12660
12661 * Makefile.in: Make everything which depends upon all-bfd also
12662 depend upon all-opcodes, in case --with-commonbfdlib is used.
12663
12664 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12665
12666 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12667 building NT native compilers on Unix.
12668
12669 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12670
12671 * configure.in: Don't get CC from the host Makefile fragment if we
12672 can find gcc in PATH, or if this is a Canadian Cross. Move the
12673 Solaris test for /usr/ucb/cc to the post target script, just after
12674 the compiler sanity test.
12675
12676 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12677
12678 * config.sub: Merge with FSF.
12679
12680 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12681
12682 * Makefile.in (RPATH_ENVVAR): New variable.
12683 (REALLY_SET_LIB_PATH): Use it.
12684 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12685
12686 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12687
12688 * config.sub, configure.in: Recognize sparclet cpu.
12689
12690 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12691
12692 * config.guess: Support m68k-cbm-sysv4.
12693
12694 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12695
12696 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12697 m68k-unknown-linuxaout from linker help string. Put quotes around
12698 $ld_help_string.
12699
12700 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12701
12702 * config.guess (powerpc-harris-powerunix): Add guess for port
12703 to new target.
12704
12705 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12706
12707 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12708
12709 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12710
12711 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12712 $(REALLY_SET_LIB_PATH) in Makefile.
12713 * Makefile.in (SET_LIB_PATH): New variable.
12714 (REALLY_SET_LIB_PATH): New variable.
12715 ($(DO_X)): Use $(SET_LIB_PATH).
12716 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12717 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12718 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12719 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12720 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12721 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12722 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12723 (install-dosrel): Likewise.
12724 (all-opcodes): Depend upon all-libiberty.
12725
12726 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12727
12728 * config.guess (*:CYGWIN*): New
12729
12730 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12731
12732 * Makefile.in (all-target-winsup): All all-target-libiberty.
12733
12734 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12735
12736 * configure.in (noconfigdirs): Add missing # in front of comment.
12737
12738 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12739
12740 * configure.in: add second pass to things added to noconfigdirs
12741 so *-gm-magic can exclude libgloss properly.
12742
12743 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12744
12745 * mpw-configure (extralibs_name, rez_name): Set correctly
12746 for MWC68K compiler.
12747
12748 * mpw-README: Add more info on the necessary build tools.
12749
12750 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12751
12752 * configure.in, config.sub: Recognize cygwin32.
12753
12754 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12755
12756 * config.guess, config.sub: Recognize A/UX.
12757
12758 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12759
12760 * config.sub: Merge with gcc/config.sub.
12761
12762 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12763
12764 * mpw-build.in (do-binutils): Add build of stamps.
12765
12766 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12767
12768 * config.sub: Add recognition for mips64vr4100*-* targets.
12769
12770 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12771
12772 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12773 Add creation of gconfigargs with `--enable-shared' turned on.
12774 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12775 ($(host)-stamp-stage3-configured): Likewise.
12776 (HOLES): Add chatr and ldd.
12777 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12778
12779 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12780
12781 * configure: Pass --nfp to recursive configures.
12782
12783 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12784
12785 * Makefile.in (DLLTOOL): New.
12786 (DLLTOOL_FOR_TARGET): New.
12787 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12788 (EXTRA_TARGET_FLAGS): Ditto.
12789 (EXTRA_GCC_FLAGS): Ditto.
12790 (CONFIGURE_TARGET_MODULES): Ditto.
12791 (DO_X): Ditto.
12792 * configure: Add DLLTOOL.
12793
12794 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12795
12796 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12797 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12798 mh-sco, since old workarounds no longer needed, and don't
12799 build ld, since libraries have weak symbols in COFF.
12800
12801 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12802
12803 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12804
12805 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12806
12807 * configure.in: Make sure that ${CC} can be used to compile an
12808 executable.
12809
12810 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12811
12812 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12813 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12814 nothing depending on whether gdbtk is being built.
12815
12816 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12817
12818 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12819
12820 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12821
12822 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12823 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12824
12825 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12826
12827 * config-ml.in: Add support for
12828 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12829 Simplify setting of multidirs from --disable-foo.
12830
12831 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12832
12833 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12834 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12835 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12836 non-empty, pass them on to the GCC make.
12837 (all-bootstrap): New rule that is like all-gcc, except it executes
12838 the GCC bootstrap rule instead of the GCC all rule.
12839
12840 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12841
12842 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12843
12844 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12845
12846 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12847 DG/UX support.
12848
12849 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12850
12851 * config.sub (i*86*) Change [345] to [3456]
12852
12853 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12854
12855 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12856 --with-gnu-ld=no.
12857
12858 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12859
12860 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12861 AIX multilibs get built.
12862
12863 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12864
12865 * configure.in (i386-win32): Don't build expect if we're not
12866 building the tcl subdir.
12867
12868 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12869
12870 * Makefile.in: (configure-target-examples, all-target-examples):
12871 New targets, configure and build example programs.
12872
12873 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12874
12875 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12876 use it as input to sedit the generated MPW makefile.
12877 * mpw-README: Add a suggestion about Gestalt.h.
12878
12879 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12880
12881 * config.sub: Accept *-*-ieee*.
12882
12883 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12884
12885 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12886 Ronald F. Guilmette <rfg@monkeys.com>.
12887
12888 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12889
12890 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12891 for powerpc-pe native.
12892 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12893 (target==powerpc-pe): duplicate i386-win32 entry.
12894
12895 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12896
12897 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12898 of vxworks, not just vxworks5.1.
12899
12900 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12901
12902 * mpw-configure: Add support for exec-prefix.
12903
12904 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12905
12906 * config.guess: Recognize HP model 816 machines as having
12907 a PA1.1 processor.
12908
12909 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12910
12911 * configure: Ignore new autoconf configure options.
12912
12913 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12914
12915 * config.guess: Recognize Pentium under SCO.
12916 From Robert Lipe <robertl@arnet.com>.
12917
12918 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12919
12920 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12921
12922 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12923
12924 * configure.in: Don't configure gas for alpha-dec-osf*.
12925
12926 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12927
12928 * configure.in: Default to --with-stabs for some targets for which
12929 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12930 i[345]86*-*-unixware*.
12931
12932 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12933
12934 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12935 rather than basing it on the target. Simplify handling of options
12936 controlling which directories to configure. Remove extraneous
12937 slash in multi-clean target.
12938
12939 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12940
12941 * config-ml.in: Prefix more variables with ml_ so they don't collide
12942 with configure's.
12943
12944 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12945
12946 * configure: Don't turn -v into --v.
12947
12948 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12949
12950 * configure.in (targargs): Fix typo.
12951
12952 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12953
12954 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12955
12956 * configure.in: Strip --host and --target options from
12957 CONFIG_ARGUMENTS, and always configure for --host only. Add
12958 --with-cross-host option when building with a cross-compiler.
12959 * configure: Canonicalize the arguments put into config.status by
12960 always using `=' for an option with an argument. Pass a presumed
12961 --host or --target explicitly.
12962
12963 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12964
12965 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12966 into general OS recognition case.
12967
12968 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12969
12970 * configure.in (target_configdirs): add target-winsup only
12971 for win32 target systems.
12972
12973 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12974
12975 * Makefile.in (all-target-libgloss): Depend upon
12976 configure-target-newlib, since when libgloss is built it looks to
12977 see if the newlib directory exists.
12978
12979 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12980
12981 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12982 cfg-ml-*.in.
12983
12984 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12985
12986 * configure: Handle LD and LD_FOR_TARGET when configuring a
12987 Canadian Cross.
12988
12989 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12990
12991 * configure.in (target_libs): add target-winsup.
12992 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12993 (target==ppcle-pe): remove ld from $noconfigdirs.
12994
12995 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12996
12997 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12998 Preserve relative path names in $srcdir. Build symlink tree if
12999 configuring cross target dir and srcdir=. (= no VPATH support).
13000 (configure-target-libg++): Depend on configure-target-librx.
13001 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13002 * config-ml.in: New file.
13003 * symlink-tree: New file.
13004 * configure: Ensure srcdir="." if that's what it is.
13005
13006 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13007
13008 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13009 includes and FLEX_SKELETON setting.
13010 * mpw-configure (--with-gnu-ld): New option, controls whether
13011 to use PPCLink or ld with PowerMac GCC.
13012 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13013 * mpw-config.in: Configure grez if targeting Mac.
13014
13015 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13016 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13017 just macos.
13018 * configure.in: Configure grez resource compiler if targeting Mac.
13019 * Makefile.in (all-grez, install-grez): New targets.
13020
13021 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13022
13023 * configure: CXX defaults to gcc, not g++. If we find
13024 gcc in the path, set CC to gcc -O2.
13025
13026 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13027
13028 * configure: Default ${build} correctly. Avoid picking up extra
13029 spaces when reading CC and CXX from Makefile. When doing a
13030 Canadian Cross, use plausible default values for numerous
13031 variables.
13032 * configure.in: When doing a Canadian Cross, don't try to
13033 configure tools whose configure script can't handle it.
13034
13035 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13036
13037 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13038
13039 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13040
13041 * configure: Remove dubious bug reporting address.
13042
13043 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13044
13045 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13046 configure script, run that instead of this directory's configure.
13047 In either case, print a message that we're configuring the sub-dir.
13048
13049 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13050
13051 * configure.in: Before checking for the existence of various files,
13052 use sed to filter out "target-".
13053
13054 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13055
13056 * Makefile.in (DO_X): Split rule to decrease command line length
13057 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13058 (Philippe De Muyter).
13059
13060 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13061
13062 * Makefile.in (all-patch): depend on all-libiberty.
13063
13064 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13065
13066 * configure.in: If the only directory in target_configdirs which
13067 actually exists is libiberty, then set target_configdirs to empty,
13068 to avoid trying to build a target libiberty in a gas or gdb
13069 distribution.
13070
13071 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13072
13073 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13074 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13075 systems.
13076
13077 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13078
13079 * configure.in (copy_dirs): Use sys-include instead of include
13080 for --with-headers option.
13081
13082 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13083
13084 * Makefile.in, configure.in: Make winsup builds work with
13085 new scheme.
13086
13087 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13088
13089 * configure.in: Build the linker on AIX.
13090
13091 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13092
13093 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13094 where needed.
13095
13096 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13097
13098 * Makefile.in (all-gcc): Fix typo.
13099
13100 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13101
13102 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13103
13104 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13105
13106 * configure.in: Rename libFOO to target-libFOO, and xiberty
13107 to target-xiberty, to provide more flexibility.
13108 (target_subdir): Define. Create if cross.
13109 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13110 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13111 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13112 check-libFOO -> check-target-libFOO, etc.
13113 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13114 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13115 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13116 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13117 allow ALL_GCC="" to only configure.
13118 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13119 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13120 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13121
13122 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13123
13124 * Makefile.in (taz): Build "info" in etc explicitly.
13125
13126 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13127
13128 * configure.in: Make sure that CC is undefined (as opposed to
13129 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13130 problem with autoconf trying to configure on a host without GCC.
13131
13132 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13133
13134 * mpw-configure: Set host alias from choice of host compiler,
13135 only use generic MPW Makefile sed if present, edit a file
13136 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13137 * mpw-README: Add problem notes about CW6 and CW7.
13138
13139 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13140
13141 * Makefile.in (taz): Use ";" instead of ";;".
13142
13143 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13144
13145 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13146 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13147 DISTDOCDIRS.
13148 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13149 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13150
13151 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13152
13153 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13154 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13155 Move bfd to DISTSTUFFDIRS.
13156
13157 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13158
13159 * Makefile.in (X11_LIB): Removed.
13160 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13161
13162 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13163
13164 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13165
13166 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13167 names.
13168
13169 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13170
13171 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13172
13173 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13174
13175 * configure.in (i[345]86-*-win32): Always build newlib.
13176 Don't configure cvs, autoconf or texinfo.
13177 * Makefile.in (LD_FOR_TARGET): New.
13178 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13179 Pass down LD_FOR_TARGET.
13180
13181 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13182
13183 * winsup: New directory.
13184 * Makefile.in: Build winsup.
13185 * configure.in: Winsup is configured when target is win32.
13186 Can only build win32 target GDB when native.
13187
13188 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13189
13190 * config.guess: Recognize HP model 819 machines as having
13191 a PA 1.1 processor.
13192
13193 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13194
13195 * configure: Fix sed loop which substitutes for CC and CXX to
13196 avoid bug found in various sed implementations.
13197
13198 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13199
13200 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13201 simulator. Use standard powerpc-*-eabi*.
13202
13203 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13204
13205 * configure.in: Stop putting gas and binutils in noconfigdirs for
13206 powerpc-*-aix* and rs6000-*-*.
13207
13208 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13209
13210 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13211 -mcall-aixdesc libraries.
13212
13213 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13214
13215 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13216
13217 * config.sub (arm | armel | armeb): Fix shell syntax.
13218
13219 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13220
13221 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13222 -msoft-float and -mcpu=common support.
13223 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13224 libraries.
13225
13226 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13227
13228 * configure.in: Allow configuration and build of emacs19 for the alpha.
13229
13230 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13231
13232 * configure.in (CC): Get ^CC, not just any old CC, from
13233 ${host_makefile_frag}.
13234
13235 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13236
13237 * configure.in (CC): Try to get CC from
13238 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13239
13240 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13241
13242 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13243 only if it exists in $(srcdir).
13244
13245 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13246
13247 * configure: If CC and CXX are not set in the environment, set
13248 them, based on either an existing Makefile or on searching for gcc
13249 in PATH. Substitute for CC and CXX in Makefile.
13250 * configure.in: Remove libm from target_libs. Separate
13251 target_configdirs from configdirs. If CC is not set in
13252 environment, try to get it from a host Makefile fragment. Rewrite
13253 changes of configdirs to use skipdirs instead. A few minor
13254 tweaks. Take directories out of target_configdirs as they are
13255 taken out of configdirs. Remove existing Makefile files from
13256 subdirectories. Substitute for TARGET_CONFIGDIRS and
13257 CONFIG_ARGUMENTS in Makefile.
13258 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13259 by configure.in.
13260 (CONFIG_ARGUMENTS): Likewise.
13261 (CONFIGURE_TARGET_MODULES): New variable.
13262 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13263 ($(CONFIGURE_TARGET_MODULES)): New target.
13264 (configure-libg++, configure-libio): New targets.
13265 (all-libg++): Depend upon configure-libg++.
13266 (all-libio): Depend upon configure-libio.
13267 (configure-libgloss, all-libgloss): New targets.
13268 (configure-libstdc++): New target.
13269 (all-libstdc++): Depend upon configure-libstdc++.
13270 (configure-librx, all-librx): New targets.
13271 (configure-newlib): New target.
13272 (all-newlib): Depend upon configure-newlib
13273 (configure-xiberty): New target.
13274 (all-xiberty): Depend upon configure-xiberty.
13275
13276 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13277
13278 * configure.in (host i[345]86-*-win32): Expand the
13279 noconfigdirs again.
13280
13281 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13282
13283 * mpw-configure: Fix sed command file name.
13284
13285 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13286
13287 * configure.in (host i[345]86-*-win32): Reduce the
13288 noconfigdirs again.
13289
13290 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13291
13292 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13293 or powerpc*-*-pe*, since they are not yet supported.
13294
13295 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13296
13297 Add PowerMac support and many other enhancements.
13298 * mpw-configure: New option --cc to select compiler to use,
13299 paste options set according to --cc into the generated
13300 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13301 if mpw-make.sed is present.
13302 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13303 add forward includes for PowerPC include files.
13304 * mpw-build.in: Build using Makefile.PPC if present.
13305 (do-byacc, etc): Remove separate version resource builds.
13306 (do-gas): Build "stamps" before "all".
13307 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13308 * mpw-README: Update to reflect --cc option, PowerMac support,
13309 and recently-reported compatibility problems.
13310
13311 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13312
13313 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13314 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13315 (--with-multilib-top): Pass to recursive invocations.
13316
13317 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13318
13319 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13320 v810-*-*.
13321
13322 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13323
13324 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13325 gdb, ld and opcodes on v810-*-*.
13326
13327 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13328
13329 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13330 (local-maintainer-clean): New target.
13331 (maintainer-clean): New target.
13332 (realclean): Just depend upon maintainer-clean.
13333
13334 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13335
13336 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13337
13338 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13339
13340 * configure.in: Build ld in mips*-*-bsd* case.
13341
13342 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13343
13344 * config.sub: Accept -lites* OS. From Ian Dall.
13345
13346 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13347
13348 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13349 targets.
13350
13351 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13352
13353 * configure.in: treat i386-win32 canadian cross the same as
13354 i386-go32 canadian cross.
13355
13356 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13357
13358 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13359 running under the simulator to build a reduced set of libraries.
13360 (powerpc-*-eabiaix): Add fine grained multilib support added to
13361 other powerpc targets yesterday.
13362
13363 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13364
13365 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13366 -disable-softfloat, -disable-relocatable, -disable-aix, and
13367 -disable-sysv to control which multilib libraries get built.
13368
13369 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13370
13371 * configure: Add Makefile.tem to list of files to remove in trap
13372 handler.
13373
13374 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13375
13376 * config.guess (*Linux*): Add missing "exit"s.
13377 Also, need specific check for alpha-unknown-linux (uses COFF).
13378
13379 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13380
13381 * config.guess: Merge with FSF:
13382
13383 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13384 * config.guess (AIX4): More robust release numbering discovery.
13385
13386 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13387 * config.guess (i386-sequent-ptx): Properly get version number.
13388
13389 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13390 * config.guess (mips:*:4*:UMIPS): New case.
13391
13392 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13393
13394 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13395 (i386-win32 host): Likewise. Don't build readline.
13396
13397 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13398
13399 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13400 SUPPORT_FILES to submakes.
13401
13402 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13403
13404 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13405 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13406 mpw-configure.
13407
13408 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13409
13410 * configure.in (appdirs): Use =, not ==, in test expression when
13411 trying to build the text to print in the warning message for
13412 Solaris users.
13413
13414 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13415
13416 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13417
13418 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13419
13420 * config.guess: Recognize lynx-2.3.
13421
13422 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13423
13424 * config.sub (z8ksim): Deleted
13425 (z8k-*-coff): New, this is the one true name of the target.
13426
13427 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13428
13429 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13430
13431 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13432
13433 * config.guess (*:Linux:*:*): First try asking the linker what the
13434 default object file format is (elf, aout, or coff). Then if this
13435 fails, try previous methods.
13436
13437 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13438
13439 * configure.in: Don't build newlib for *-*-vxworks5.1.
13440
13441 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13442
13443 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13444 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13445
13446 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13447
13448 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13449
13450 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13451
13452 * cfg-ml-com.in: New file.
13453 * cfg-ml-pos.in: New file.
13454
13455 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13456
13457 * COPYING.NEWLIB: Add HP free copyright to list.
13458
13459 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13460
13461 * config.sub: Recognize -eabi* for the system, not just -eabi.
13462
13463 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13464
13465 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13466 * config.sub, configure.in (win32): New target and host.
13467
13468 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13469
13470 * configure.in: Add i386-pe configuration.
13471
13472 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13473
13474 * mpw-build.in (install): Install GDB after LD.
13475
13476 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13477
13478 * mpw-config.in (elf/mips.h): Always forward-include, needed
13479 for GDB to build.
13480
13481 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13482
13483 * testsuite: New directory for customer acceptance and whole tool
13484 chain tests.
13485
13486 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13487
13488 * configure: If per-host line isn't found, but AC_OUTPUT is found
13489 and a configure script exists, run it instead.
13490
13491 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13492
13493 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13494
13495 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13496
13497 * configure: Set build_{cpu,vendor,os,alias} to host values when
13498 --build isn't specified.
13499
13500 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13501
13502 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13503 (FLAGS_TO_PASS): Pass them.
13504 (EXTRA_TARGET_FLAGS): Ditto.
13505
13506 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13507
13508 * Makefile.in (all-libg++): Depend on all-libstdc++.
13509
13510 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13511
13512 * configure.in (noconfigdirs): Enable all packages for
13513 i386-unknown-netbsd.
13514
13515 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13516
13517 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13518 hosted builds (DOS builds)
13519
13520 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13521
13522 Changes for ARM based on patches from Richard Earnshaw:
13523 * config.sub: Handle armeb and armel.
13524 * configure.in: Omit arm linker only for riscix.
13525
13526 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13527
13528 * config.guess: Update from FSF.
13529
13530 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13531
13532 * config.sub: Recognize powerpcle as the little endian varient of
13533 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13534 powerpcle variant. Convert pentium into i586, not i486. Add p5
13535 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13536 temporarily.
13537
13538 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13539
13540 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13541
13542 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13543
13544 * config.sub: Accept -lites* as a basic system type.
13545
13546 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13547
13548 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13549 installed, and if so return linuxoldld as the system name.
13550
13551 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13552
13553 * config.guess: Add hppa1.1-hp-lites support.
13554
13555 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13556
13557 * configure.in: Don't build newlib for m68k-vxworks5.1.
13558
13559 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13560
13561 * configure.in (mips-sgi-irix6): Use mh-irix5.
13562
13563 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13564
13565 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13566
13567 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13568
13569 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13570 OSF/1. Fix compiler flags.
13571 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13572
13573 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13574
13575 * configure.in: Recognize --with-newlib.
13576 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13577
13578 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13579
13580 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13581 to *_X11_MODULES due to gdbtk needing X include files et al.
13582
13583 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13584
13585 Merge in support for Mac MPW as a host.
13586 (Old change descriptions retained for informational value.)
13587
13588 * mpw-config.in: Add generic include forwards for cpu-specific
13589 include files in aout and elf directories.
13590
13591 * mpw-configure: Added copyright.
13592 * mpw-config.in: Check for presence of required build tools.
13593 (target_libs): Add newlib.
13594 (target_tools): Add examples.
13595 (Read Me): Generate as "Read Me for MPW" instead.
13596 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13597 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13598 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13599
13600 * mpw-configure: Remove subdir-specific makefile hackery,
13601 delete mk.tmp after using it.
13602
13603 * mpw-build.in (all): Display start and end times.
13604
13605 * mpw-configure (host_canonical): Set.
13606 (target_cpu): Always add to makefiles.
13607 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13608 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13609 (mpw-mh-mpw): Look for in srcdir and srcroot.
13610 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13611
13612 * mpw-build.in: (install-only): New target.
13613
13614 * mpw-configure (host_alias, target_alias): Rename from hostalias
13615 and targetalias, add into generated Makefile.
13616 (mk.tmp): If present, add into generated Makefile.
13617 * mpw-build.in (all-gas): Build config.h first before gas proper.
13618
13619 * mpw-configure (config.status): Write only if changed.
13620 * mpw-config.in (readline): Configure it (not built, just used for
13621 definitions).
13622
13623 * mpw-config.in (elf/mips.h): Add a forward include.
13624
13625 * mpw-config.in: Forward-include most .h files in include into
13626 extra-include.
13627 (readline): Don't build.
13628 mpw-build.in (install): Install GDB.
13629
13630 * mpw-configure (prefix, mpw_prefix): Handle it.
13631 * mpw-config.in (mmalloc, readline): Don't configure.
13632 * mpw-build.in (thisscript): Rename to ThisScript.
13633 Use mpw-build instead of BuildProgram everywhere.
13634 (mmalloc, readline): Don't build.
13635 * mpw-README: New file, basic documentation about the MPW port.
13636
13637 * mpw-config.in: Use forward-include to create include files.
13638
13639 * mpw-configure: Add more things to the top of each configured
13640 Makefile, including contents of config/mpw-mh-mpw.
13641 * mpw-config.in (extra-include): Create this directory and fill it
13642 with Posix-like include files when configuring.
13643
13644 * config.sub (apple, mac, mpw): Add various aliases.
13645
13646 * mpw-build.in: New file, top-level build script fragment for MPW.
13647 * mpw-configure: New file, configure script for MPW.
13648 * mpw-config.in: New file, config fragment for MPW.
13649
13650 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13651
13652 * configure.in (host_libs): Remove glob, since it is gone from the
13653 sources.
13654
13655 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13656
13657 * Makefile.in: define empty GDB_NLM_DEPS var.
13658
13659 * configure.in(target_makefile_frag): use config/mt-netware
13660 for netware targets.
13661
13662 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13663
13664 * config.sub: Merge in recent FSF changes. Remove linux special
13665 cases.
13666
13667 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13668
13669 Revert this change:
13670
13671 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13672
13673 * build-all.mk: Use CC=cc -Xs on Solaris.
13674
13675 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13676
13677 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13678 stop using it.
13679 * Makefile.in: Nuke all references to glob subdirectory.
13680
13681 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13682
13683 * configure.in: Fix --enable-shared logic in per-host.
13684
13685 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13686
13687 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13688
13689 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13690
13691 * configure.in (noconfigdirs): Don't build gas on AIX, for
13692 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13693
13694 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13695
13696 * configure: Fix --cache-file to work if the file argument is a
13697 relative path.
13698
13699 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13700
13701 * configure: If the --cache-file is used, pass it down to
13702 configure in subdirectories.
13703
13704 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13705
13706 * config.sub: add vxworks29k configuration.
13707
13708 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13709
13710 * Makefile.in (taz): Do "diststuff" part quietly.
13711
13712 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13713
13714 * config.sub: Mini-merge with gcc/config.sub.
13715
13716 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13717
13718 * config.guess (IRIX): Sed - to _.
13719
13720 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13721
13722 * Makefile.in (source-vault, binary-vault): New targets.
13723
13724 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13725
13726 * config.sub: Recognize -eabi as a basic system type.
13727
13728 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13729
13730 * configure.in (enable_shared stuff): Fix typo.
13731
13732 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13733
13734 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13735
13736 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13737
13738 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13739
13740 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13741
13742 * configure.in (rs6000-*-*): Don't build gas.
13743
13744 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13745
13746 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13747 reduce command line length.
13748 (AS_FOR_TARGET): Check for as.new, not Makefile.
13749 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13750
13751 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13752
13753 * config.guess: Merge from FSF.
13754
13755 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13756
13757 * configure: Don't use $ when handling program_suffix.
13758
13759 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13760
13761 * configure.in: Configure tk for hppa/hpux.
13762
13763 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13764
13765 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13766
13767 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13768
13769 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13770 to LIBCXXFLAGS. Tests are better run without it.
13771
13772 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13773
13774 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13775
13776 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13777
13778 * configure.in (*-*-netware*): Don't configure xiberty.
13779
13780 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13781
13782 * configure.in: Remove tk from native_only list.
13783
13784 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13785
13786 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13787 for special NCD build.
13788
13789 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13790
13791 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13792 makeall.bat, they're only useful for binutils snapshots.
13793 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13794 makeall.bat to specified SUPPORT_FILES.
13795
13796 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13797
13798 * build-all.mk: Add Ericsson targets to sun4 and solaris
13799 hosts. Add BNR's sun4 target to solaris host, so their
13800 build-from-source will be tested in-house first.
13801
13802 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13803
13804 * Makefile.in (LIBCFLAGS): New variable.
13805 (CFLAGS_FOR_TARGET): Ditto.
13806 (LIBCFLAGS_FOR_TARGET): Ditto.
13807 (LIBCXXFLAGS): Ditto.
13808 (CXXFLAGS_FOR_TARGET): Ditto.
13809 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13810 (BASE_FLAGS_TO_PASS): Pass them.
13811 (EXTRA_TARGET_FLAGS): Ditto.
13812
13813 * configure.in: Support --enable-shared.
13814
13815 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13816
13817 * configure.in (target_libs): Include libstdc++ again.
13818 * config.guess: Update from FSF (for FreeBSD).
13819
13820 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13821
13822 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13823 makeall.bat.
13824 (DISTDOCDIRS): Add `etc'.
13825 (ETC_SUPPORT_PFX): New variable.
13826 (taz): Include anything from etc starting with a word in
13827 ETC_SUPPORT_PFX.
13828
13829 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13830
13831 * config.sub: Update for recent FSF changes. Remove obsolete
13832 h8300hds entry. Add -windows* and -osx as basic os. Minor
13833 spacing changes.
13834
13835 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13836
13837 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13838
13839 * config.guess: Merge with FSF.
13840 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13841
13842 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13843
13844 * configure: Since the "trap 0" handler will override the exit
13845 status on many systems, only use it for "exit 1", and make it set
13846 a non-zero exit status; reset it before "exit 0". Also, check
13847 exit status of config.sub, and error out if it failed.
13848
13849 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13850
13851 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13852 and install libgloss.
13853
13854 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13855
13856 * Makefile.in (all-binutils): Depend upon all-byacc.
13857
13858 * configure.in: Don't build emacs on Irix 5.
13859
13860 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13861
13862 * configure.in (*-*-netware*): Add libio.
13863
13864 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13865
13866 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13867 (CHECK_TARGET_MODULES): Ditto.
13868 (INSTALL_TARGET_MODULES): Ditto.
13869 (TARGET_LIBS): Ditto.
13870 (all-libstdc++): Note dependencies.
13871
13872 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13873
13874 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13875
13876 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13877
13878 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13879 -fexternal-templates.
13880
13881 * configure.in (target_libs): Add libstdc++.
13882 (noconfigdirs): Add libstdc++ as appropriate.
13883
13884 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13885
13886 * config.guess: Update from FSF.
13887
13888 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13889
13890 * configure: Use ${config_shell} when running ${configsub}.
13891
13892 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13893
13894 * config.sub: No longer recognize h8300h.
13895
13896 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13897
13898 * config.sub: Remove extraneous differences between config.sub and
13899 gcc/config.sub.
13900
13901 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13902
13903 * Makefile.in (DISTSTUFFDIRS): Add gas.
13904
13905 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13906
13907 * COPYING.NEWLIB: New file.
13908
13909 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13910
13911 * config.guess (HP-UX): Patch from Harlan Stenn
13912 <harlan@landmark.com> to also emit release level.
13913
13914 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13915
13916 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13917
13918 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13919
13920 * config.sub: Merge nextstep cleanup from FSF.
13921
13922 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13923
13924 * configure.in (arm-*-*): Don't configure ld for this target.
13925
13926 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13927
13928 * configure.in (*-*-netware): don't configure libg++, libio,
13929 librx, or newlib.
13930
13931 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13932
13933 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13934 configure ld--it works, but it doesn't support shared libraries.
13935
13936 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13937
13938 * config.guess (*-unknown-freebsd*): Get rid of possible
13939 trailing "(Release)" in version string.
13940 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13941
13942 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13943
13944 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13945 Fix type: *-next-neststep -> *-next-nextstep.
13946
13947 * config.guess: Merge from FSF:
13948
13949 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13950
13951 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13952
13953 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13954
13955 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13956 instead of UNIX_SV for UnixWare 1.0).
13957
13958 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13959
13960 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13961 to make gdb/nlm/* build after the compiler and linker.
13962
13963 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13964
13965 * config.guess (netbsd, freebsd, linux): Accept any machine,
13966 not just i[34]86.
13967 (m68k-atari-sysv4): Relocate to match FSF version.
13968
13969 * config.guess: More merges from the FSF:
13970
13971 Add a space before function call or macro invocation.
13972
13973 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13974
13975 * config.guess: Add trap cmd to remove dummy.c and dummy when
13976 interrupted.
13977
13978 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13979
13980 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13981 (dummy): Redirect stderr from compilation of dummy.c.
13982
13983 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13984
13985 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13986
13987 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13988
13989 * configure: Accept and ignore --cache*, for compatibility with
13990 new autoconf.
13991
13992 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13993
13994 * config.guess: Merge from FSF:
13995
13996 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13997
13998 * config.guess (Pyramid*:OSx*:*:*): New case.
13999 (PATH): Add /.attbin at end for finding uname.
14000 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
14001
14002 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14003
14004 * config.guess (M88*:DolphinOS:*:*): New case.
14005
14006 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14007
14008 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14009 to select whether to use ELF or COFF.
14010
14011 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14012
14013 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14014
14015 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14016
14017 * config.guess: Guess the OS version for HPUX.
14018
14019 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14020
14021 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14022
14023 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14024
14025 * configure.in: Recognize --with-headers, --with-libs, and
14026 --without-newlib.
14027 * Makefile.in (all-xiberty): Depend upon all-ld.
14028
14029 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14030
14031 * configure.in: Change i[34]86 to i[345]86.
14032
14033 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14034
14035 * configure (version): A few more tweaks to help message.
14036
14037 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14038
14039 * Makefile.in: Remove (for now) librx as a host library,
14040 now that we're building it for target.
14041
14042 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14043
14044 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14045 (Karl Berry).
14046
14047 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14048
14049 * configure.in: Also configure librx.
14050
14051 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14052
14053 * Makefile.in: Update various rules to reflect that librx
14054 is now needed for libg++.
14055
14056 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14057
14058 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14059
14060 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14061
14062 * configure.in: Configure the examples directory.
14063
14064 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14065
14066 * configure: Simplify Jun 2 1994 change.
14067
14068 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14069
14070 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14071 /bin/gcc isn't good enough to build gcc.
14072
14073 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14074
14075 * Makefile.in (GDB_SUPPORT_FILES): Remove
14076 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14077 (gdb.tar.gz): Add new rule to use standard distribution building
14078 mechanism.
14079
14080 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14081
14082 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14083 Bill Cox <bill@cygnus.com>.
14084
14085 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14086
14087 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14088
14089 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14090
14091 * configure: Search current dir first in .gdbinit.
14092
14093 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14094
14095 * config.sub: Recognize freebsd (merged from gcc config.sub).
14096
14097 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14098
14099 * config.sub: Refer to NeXT's operating system as nextstep.
14100
14101 * config.sub (case $basic_machine): Re-order the cases, to match
14102 the order in the FSF version (which is mostly alphabethical).
14103 Merge in some additions and changes from the FSF.
14104
14105 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14106
14107 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14108 * config.sub: Recognize cxux7.
14109 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14110
14111 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14112
14113 * config.sub: Fix typo powerpc -> powerpc-*.
14114
14115 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14116
14117 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14118
14119 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14120 parallel with all-emacs and install-emacs). Top-level command
14121 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14122
14123 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14124
14125 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14126 $(relbindir)/make before doing ``make install'', and use
14127 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14128 installing over running make binary.
14129 ($(host)-stamp-stage3-installed): Likewise.
14130
14131 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14132
14133 * config.guess: Recognize Mach.
14134
14135 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14136
14137 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14138 see whether --exec-prefix was used.
14139
14140 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14141
14142 * README: Explicitly mention libg++/README. (Zoo's idea.)
14143
14144 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14145
14146 * Makefile.in: Add all-librx target similar to all-libproc.
14147
14148 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14149
14150 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14151 with post 1.2 uname bogosity.
14152
14153 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14154
14155 * configure: Remove temporary files on receipt of a signal.
14156
14157 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14158
14159 * configure: If there is a package_makefile_frag, remove
14160 ${subdir}/Makefile.tem after copying it in.
14161
14162 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14163
14164 * build_all.mk: support rs6000 lynx identifies itself as
14165 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14166 since /bin/gcc is too feeble to compile a modern gcc.
14167
14168 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14169
14170 * brought devo/test-build.mk update-to-date with progressive/
14171 test-build.mk. Add lynx targets and hppa flag info.
14172
14173 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14174
14175 * configure.in: Use mh-ncrsvr43. Patch from
14176 Tom McConnell <tmcconne@sedona.intel.com>.
14177
14178 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14179
14180 * config.guess (i386-unknown-bsdi): No longer need to
14181 check #if defined(__bsdi__) && defined(__i386__).
14182
14183 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14184
14185 * configure: Set program_transform_nameoption correctly.
14186
14187 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14188
14189 * brought build-all.mk update-to-date with progressive build-all.mk,
14190 added new targets and hppa info.
14191
14192 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14193
14194 * configure: If config.guess result is a prefix of the user
14195 specified target, assume a native build and use the user specified
14196 target as the host alias. Remove SunOS patch suffix removal hack.
14197 * configure.in: Remove SunOS patch suffix removal hack.
14198
14199 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14200 in NATIVE_CHECK_MODULES.
14201
14202 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14203
14204 * Makefile.in: Rename HOST_ONLY to NATIVE.
14205 * configure: Delete SunOs patch suffix from host_canonical
14206 and build_canonical variables that are prepended to Makefiles.
14207 * configure.in: Add comments for easier maintenance.
14208
14209 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14210
14211 * Makefile.in: Add all-libproc target similar to all-gui.
14212
14213 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14214
14215 * Makefile.in (CHECK_MODULES): split into
14216 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14217
14218 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14219
14220 * config.guess (i386-unknown-bsdi): New system to guess.
14221
14222 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14223
14224 * Makefile.in: Add all-gui target (but not yet build by "all").
14225
14226 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14227
14228 * config.sub: Move deletion of patch suffix from here...
14229 * configure.in: To here, at Ian's suggestion. The top-
14230 level scripts might need to know of a patch level.
14231
14232 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14233
14234 * config.sub: Strip off patch suffix so rtl is recognized
14235 as a sunos4.1.3 machine, even though it's been patched.
14236
14237 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14238
14239 * Makefile.in (INSTALL_LAST): Delete.
14240 (INSTALL_DOSREL): New.
14241
14242 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14243
14244 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14245 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14246 whether we pass down --with-gnu-ld anyhow.
14247
14248 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14249
14250 * Makefile.in (INSTALL_LAST): Change operation so it works
14251 on more flavors of make.
14252 * configure.in (go32): Don't build libg++ or libio.
14253
14254 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14255
14256 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14257 they can be overriden by templates.
14258
14259 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14260
14261 * configure.in (target==go32): Don't build gdb.
14262 * dosrel: New directory.
14263
14264 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14265
14266 * configure.in (host==go32): Configure dosrel too.
14267 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14268 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14269 be set by incoming names or templates.
14270 (INSTALL_LAST): New rule.
14271
14272 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14273
14274 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14275
14276 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14277
14278 * configure.in (appdirs): New variable. Currently empty, but will
14279 be used in gas distribution. If nonempty, lists a set of
14280 directories at least one of which must get configured, or top
14281 level configuration is considered to have failed.
14282 (rs6000-*-lynxos*): Use new file name.
14283
14284 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14285
14286 Eliminate XTRAFLAGS.
14287 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14288 newlib include files using -idirafter, and also use -nostdinc.
14289 (CXX_FOR_TARGET): Likewise.
14290 (XTRAFLAGS): Removed.
14291 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14292 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14293 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14294 ($(DO_X)): Don't pass down XTRAFLAGS.
14295
14296 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14297
14298 * configure.in (mips*-dec-bsd*): New target; do build linker.
14299 (mips*-*-bsd*): New target; don't build linker.
14300
14301 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14302
14303 * configure.in: support rs6000-*-lynxos* configuration.
14304 support sunos4 as a cross target.
14305
14306 * config.sub: look for lynx*, not lynx since the OS version may
14307 legitimately be part of the name.
14308
14309 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14310
14311 * configure.in (i[34]86-*-sco*): Move to be with other i386
14312 targets.
14313 (romp-*-*): New target. Skip various binary utilities.
14314 (vax-*-*): New target. Don't build newlib.
14315 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14316
14317 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14318
14319 * configure.in: Only set host_makefile_frag if config
14320 directory exists.
14321
14322 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14323
14324 * install.sh: If $dstdir exists, don't check whether each
14325 component does.
14326
14327 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14328
14329 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14330
14331 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14332
14333 * configure.in (*-*-lynxos*): Don't configure newlib for either
14334 native or cross Lynx.
14335
14336 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14337
14338 * config.sub (sparc64-elf): Fix os.
14339 (z8k): Remove duplicate.
14340
14341 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14342
14343 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14344 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14345
14346 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14347
14348 * configure: Make file links cleanly even if Lynx fails on
14349 an NFS symlink (at least fail cleanly).
14350
14351 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14352
14353 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14354 -XNh2000.
14355
14356 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14357
14358 * configure: Unknown options are fatal again.
14359
14360 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14361
14362 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14363 compatibility.
14364
14365 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14366
14367 * build-all.mk: Add `clean' target.
14368
14369 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14370
14371 * config.guess: Add SINIX support.
14372 * configure.in: Add mips-*-sysv4* support.
14373
14374 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14375
14376 * build-all.mk: Document all useful targets.
14377 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14378 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14379
14380 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14381
14382 * configure: Support --silent, --quiet.
14383
14384 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14385
14386 * configure: Support --disable-FEATURE.
14387
14388 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14389
14390 * config.guess: Recognize NCR running SVR4.3.
14391
14392 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14393
14394 * config.guess: Make BSDI generate i386-unknown-bsd386.
14395 Patch from Paul Eggert <eggert@twinsun.com>.
14396
14397 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14398
14399 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14400
14401 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14402
14403 * configure: Make unrecognized options give nonfatal warnings
14404 instead of fatal errors, and pass them to any subdirectory
14405 configures in case they recognize them.
14406 Make --x equivalent to --with-x.
14407
14408 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14409
14410 * configure: Add --enable-* options. Clean up usage message and
14411 some comments.
14412
14413 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14414
14415 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14416
14417 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14418
14419 * configure.in (hppa*-*-*): Enable binutils.
14420
14421 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14422
14423 * config.sub: Recognize cisco.
14424
14425 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14426
14427 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14428
14429 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14430
14431 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14432 than one configuration name. Add comment.
14433
14434 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14435
14436 * config.guess: about target *-hitachi-hiuxwe2, fixed
14437 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14438 macro is incorrect.]
14439
14440 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14441
14442 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14443 than the "make ls" stuff which used to be here.
14444
14445 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14446
14447 * config.guess: Recognize i[34]86-unknown-freebsd.
14448 From Shawn M Carey <smcarey@rodan.syr.edu>.
14449
14450 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14451
14452 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14453
14454 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14455
14456 * config.guess: Check for ptx.
14457
14458 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14459
14460 * config.sub: Add os9k checking.
14461
14462 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14463
14464 * config.guess: Handle OSF1 running on HPPA processors
14465
14466 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14467
14468 * configure: If subdir configure fails, print out a message with
14469 subdirectory name, in case subdir's configure code didn't identify
14470 itself.
14471
14472 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14473
14474 * configure.in: Remove embedded newlines from configdirs.
14475 Avoid mismatches of substrings. Fix matching strings at end
14476 of configdirs.
14477
14478 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14479
14480 * config.guess: Add Lynx/rs6000 config support.
14481
14482 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14483
14484 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14485
14486 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14487
14488 * configure.in (hppa*-*-osf*): Treat this just like most other
14489 PA configurations (eg no binutils or ld).
14490 (hppa*-*-*elf*): These configurations have binutils and ld.
14491
14492 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14493
14494 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14495
14496 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14497
14498 * configure.in (rs6000-*-*): Build gas.
14499
14500 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14501
14502 * Makefile.in: Avoid bug in losing hpux sed.
14503
14504 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14505
14506 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14507 for GDB and GDB has been fixed to not need it.
14508
14509 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14510
14511 * config.guess: Recognize vax hosts.
14512
14513 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14514
14515 * configure (while loop): Don't use "break 2" inside case
14516 statement -- the case statement isn't an enclosing loop.
14517
14518 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14519
14520 * config.guess: Clean up NeXT support, to allow nextstep
14521 on Intel machines. Make OS be nextstep.
14522
14523 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14524
14525 * config.guess: Add alternate forms for Convex.
14526
14527 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14528
14529 * configure: Completely rewrite option processing. Take
14530 advantage of pattern-matching to avoid invoking test frequently.
14531 Also clean up host and target defaulting logic.
14532
14533 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14534
14535 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14536 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14537 commands (plus user environment) will fit SCO limits.
14538
14539 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14540
14541 * configure.in: Don't issue warnings about directories which are
14542 not being configured if -norecursion is set. Correct test for
14543 --with-gnu-as and --with-gnu-ld to not get confused by substring
14544 matches.
14545
14546 * configure.in: Don't build gas for alpha-dec-osf1*.
14547
14548 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14549
14550 * configure: Back out Per's change of 12/19/1993. It changes the
14551 behavior of configure in unexpected and confusing ways.
14552
14553 Also, use different delim char when calculating
14554 program_transform_name so that the name can contain slashes.
14555
14556 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14557
14558 * configure.in, config.sub: Add support for VSTa micro-kernel.
14559
14560 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14561
14562 * configure.in: Nuke hacks which were used to get a special
14563 version of GAS for HPPA configurations.
14564
14565 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14566
14567 * configure: If only ${target_alias} is given, use that
14568 as the default for ${host_alias}.
14569 * configure: Add missing back-slashes before nested quotes.
14570
14571 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14572
14573 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14574
14575 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14576
14577 * config.guess: Recognize some Tektronix configurations.
14578 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14579
14580 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14581
14582 * config.sub: Match any flavor of SH.
14583
14584 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14585
14586 * configure.in: Don't try to configure newlib for Alpha.
14587
14588 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14589
14590 * configure.in: Don't build ld for Irix 5. Don't build gas,
14591 libg++ or libio for any Alpha target.
14592
14593 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14594
14595 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14596
14597 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14598 default arguments -- so it tried to compress itself.
14599
14600 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14601
14602 * configure.in (notsupp): ensure that a space is always at the end
14603 of the configdirs list, since the grep checks for an explicit space
14604
14605 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14606
14607 * configure.in (target i386-sysv4.2): don't build ld, since static
14608 versions of many libraries are not available.
14609
14610 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14611
14612 * config.guess: Recognize Apollos (using environment variables).
14613 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14614
14615 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14616
14617 * config.guess: Recognize Sony news mips running newsos.
14618
14619 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14620
14621 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14622 "fi ; else" for bash.
14623
14624 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14625
14626 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14627
14628 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14629
14630 * config.sub: accept unixware as an alias for svr4.2.
14631 Fix some inconsistancies with the gcc version.
14632
14633 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14634
14635 * Makefile.in (DISTDOCDIRS): Add gdb.
14636
14637 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14638
14639 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14640
14641 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14642
14643 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14644 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14645 this now.
14646
14647 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14648
14649 * config.sub: Accept hiux* as an OS name.
14650
14651 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14652 etc/make-stds.texi. The underscore came from gcc, and dje now
14653 agrees that RUNTESTFLAGS is the correct name.
14654
14655 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14656
14657 * install.sh: Remove 'set -e'. It makes any conditionals
14658 in the script useless.
14659
14660 * config.guess: Automatically recognize arm-acorn-riscix
14661 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14662
14663 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14664
14665 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14666
14667 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14668
14669 * Makefile.in (DISTDOCDIRS): New variable.
14670 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14671 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14672
14673 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14674
14675 * configure.in (hppa target): check the source directory for the
14676 pagas sub-directory
14677
14678 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14679
14680 * config.sub: Allow -aout* and -elf*.
14681
14682 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14683
14684 * configure.in: Don't build ld on i386-solaris2, same as for
14685 sparc-solaris2.
14686
14687 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14688
14689 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14690
14691 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14692
14693 * configure.in: Configure gdb for alpha.
14694
14695 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14696
14697 * Makefile.in (CXXFLAGS): Add -O.
14698
14699 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14700
14701 * config.guess: added support for DG Aviion
14702
14703 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14704
14705 * configure.in: Produce warning message for subdirectories not
14706 configurable for this host/target combination. Don't try to
14707 configure gdb for vms.
14708
14709 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14710
14711 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14712 appropriate files before making "diststuff".
14713 (DISTBISONFILES): New var: list of files to be edited.
14714 (DISTSTUFFDIRS): Add binutils.
14715
14716 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14717
14718 * config.sub: also handle mipsel and mips64el (for little endian mips)
14719
14720 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14721
14722 * configure.in: Add * to end of all OS names.
14723
14724 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14725
14726 * configure.in: Build newlib for LynxOS native.
14727
14728 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14729
14730 * config.guess: Add support for delta 88k running SVR3.
14731
14732 * configure.in: Add comment about HP compiler vs. emacs.
14733
14734 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14735
14736 * configure.in: don't build ld on solaris2 (not a viable option
14737 due to bugs in getpwnam & getpwuid)
14738
14739 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14740
14741 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14742 config.guess will produce a full version number.
14743
14744 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14745
14746 * configure.in: Build linker and binutils for alpha-dec-osf1.
14747
14748 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14749
14750 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14751 and gdb/testsuite/Makefile.in.
14752
14753 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14754
14755 * configure.in: recognize mips*- instead of mips-
14756
14757 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14758
14759 * config.sub: Accept linux*coff and linux*elf as operating
14760 systems.
14761
14762 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14763
14764 * config.sub: Recognize mips64, and mips3 as an alias for it.
14765
14766 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14767
14768 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14769 gdb knows how to handle OSF/1 shared libraries.
14770
14771 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14772
14773 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14774 * config.guess: Recognize Hitachi's HIUX.
14775 * config.sub: Recognize h3050r* and hppahitachi.
14776 Remove redundant cases for hp9k[23]*.
14777
14778 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14779
14780 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14781 if gas and ld are in the source tree and are in ${configdirs}.
14782 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14783 --with options (but still pass them down on the command line,
14784 if they were explicitly specified).
14785
14786 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14787
14788 * configure: substitute SHELL value in Makefile.in with
14789 ${CONFIG_SHELL}
14790
14791 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14792
14793 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14794 *-*-solaris2* targets.
14795
14796 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14797
14798 * Makefile.in: define M4, and pass it down to sub-makes;
14799 all-autoconf now depends on all-m4
14800
14801 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14802
14803 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14804 presence of {ar,ranlib} instead of a configured directory
14805
14806 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14807
14808 * config.guess: Accept 34?? as well as 33?? for NCR.
14809
14810 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14811
14812 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14813 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14814
14815 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14816
14817 * configure: grab values for $(CC) and $(CXX) from the
14818 environment, so that someone can do "CC=gcc configure; make" and
14819 have it work right (matching the way that autoconf works now)
14820
14821 * configure.in, Makefile.in: add support for gash, the tcl
14822 interface to Galaxy
14823
14824 * config.guess: add NetBSD variants (hp300, x86)
14825
14826 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14827
14828 * install.sh: Support -d option (in the manner of SunOS 4 install,
14829 as it is more deterministic than that of GNU install)
14830 (chmodcmd): Set file to mode 755 by default (should also do default
14831 chgrp and chown, but I don't feel like dealing with that now)
14832
14833 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14834
14835 * config.sub: Remove h8300hhms alias.
14836
14837 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14838
14839 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14840
14841 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14842
14843 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14844 as stmp-fixinc
14845
14846 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14847
14848 * config.sub: recognize m88110-bug-coff.
14849
14850 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14851
14852 * Makefile.in (all-libio): all dependencies on the toolchain used
14853 to build this (gcc, gas, ld, etc)
14854
14855 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14856
14857 * config.guess: Deal with OSF/1 1.3 on alpha.
14858
14859 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14860
14861 * install.sh: add some 'else true' clauses for portability
14862
14863 * configure.in: don't build libio for h8[35]00-*-* targets
14864
14865 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14866
14867 * Makefile.in: Add support for new libio.
14868
14869 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14870
14871 * install.sh: If one command fails, don't try the rest. Don't try
14872 to remove $dsttmp (via trap) unless we have already created it.
14873 If $src doesn't exist, detect it and exit with an error.
14874
14875 * config.guess: Recognize BSD on hp300.
14876
14877 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14878
14879 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14880 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14881
14882 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14883
14884 * Makefile.in (all-send-pr): depends on all-prms
14885
14886 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14887
14888 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14889
14890 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14891
14892 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14893 Added test for mips-mips-riscos5.
14894
14895 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14896
14897 * configure.in: use mh-hp300 for 68k HP hosts
14898
14899 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14900
14901 * configure: add support for CONFIG_SHELL, so that you can use
14902 some alternate shell for evaluating configure scripts
14903
14904 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14905
14906 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14907 in configure script to bug-gdb@prep.ai.mit.edu when building
14908 distribution archive.
14909 * Makefile.in (COMPRESS): Remove def.
14910 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14911 gdb.tar.Z and make-gdb.tar.Z respectively.
14912 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14913 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14914 to convergence with 'taz' target in Makefile.in.
14915
14916 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14917
14918 * install.sh (dsttmp): use trap to ensure that tmp files go
14919 away on error conditions
14920
14921 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14922
14923 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14924
14925 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14926
14927 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14928 its parent is '/' not ''.
14929
14930 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14931
14932 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14933
14934 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14935 that ${newsrcdir}/configure.in does.
14936
14937 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14938
14939 * test-build.mk: support for CONFIG_SHELL
14940
14941 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14942
14943 * config.sub (netware): Add as a basic system type.
14944
14945 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14946
14947 * Makefile.in (Makefile): depend on configure.in. Also drop the
14948 $(srcdir)/ from the dependency on Makefile.in.
14949
14950 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14951
14952 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14953 (h8300hhms is temporary until multi-libraries are implemented).
14954 * configure.in: Handle h8300h too.
14955
14956 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14957
14958 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14959
14960 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14961
14962 * configure: Remove extraneous output when guessing host type.
14963 * config.guess: Remove extraneous output when guessing using C
14964 compiler rather than uname, or when guessing fails.
14965
14966 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14967
14968 * Makefile.in: remove all.cross and install.cross targets
14969
14970 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14971 definitions
14972
14973 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14974
14975 * configure.in (target sh): Build gprof.
14976
14977 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14978
14979 * config.sub: change -solaris to -solaris2
14980
14981 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14982
14983 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14984
14985 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14986
14987 * configure: Correct error message for missing Makefile.in to
14988 print correct directory.
14989
14990 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14991
14992 * install.sh: kludge around 386BSD shell bug
14993
14994 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14995
14996 * config.guess: Recognize NeXT.
14997 * config.guess: Recognize i486-ncr-sysv4.
14998 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14999
15000 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15001
15002 * Makefile.in (MAKEINFOFLAGS): New variable.
15003 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15004 * build-all.mk, test-build.mk: Pass down --no-split as
15005 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15006
15007 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15008
15009 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15010
15011 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15012
15013 * Makefile.in (libg++.tar.z): New rule.
15014 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15015 * Makefile.in (taz): Only do a single chmod.
15016
15017 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15018
15019 * install.sh: don't use dirname anymore (replaced with sed usage)
15020
15021 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15022
15023 * Makefile.in: Change extension for gzip'd files from '.z' to
15024 '.gz' per new FSF standard usage.
15025
15026 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15027
15028 * configure: put quotes around the final value of program_transform_name
15029
15030 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15031
15032 * Makefile.in: new install.sh support; update install-info rules
15033
15034 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15035
15036 * configure.in: Build diff for crosses, but not for go32 host.
15037
15038 * configure.in: Build gprof only for native, and don't build it
15039 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15040
15041 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15042
15043 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15044
15045 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15046
15047 * configure.in (host_tools): Add prms.
15048
15049 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15050
15051 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15052 with $(FLAGS_TO_PASS) on the command line
15053
15054 * config.sub: Recognize lynx and lynxos
15055
15056 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15057
15058 * config.sub: Accept -ecoff*, not just -ecoff.
15059
15060 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15061
15062 * Makefile.in (taz): Use .gz suffix instead of .z.
15063 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15064 names.
15065
15066 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15067
15068 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15069
15070 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15071
15072 * Makefile.in (install-no-fixedincludes): install gcc last, so
15073 that rebuilds that might happen during 'make install' don't get
15074 bogus gcc include files
15075
15076 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15077
15078 Change from Utah for HPPA support:
15079 * config.guess: Recognize hppa1.x-hp-bsd.
15080
15081 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15082
15083 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15084 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15085
15086 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15087
15088 * config.sub: Add support for rom68k and bug boot monitors.
15089
15090 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15091
15092 * Makefile.in: Make all-opcodes depend on all-bfd.
15093
15094 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15095
15096 * config.guess: Added special check for i[34]86-univel-sysv4*.
15097
15098 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15099
15100 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15101 the processor rather than assuming i486.
15102
15103 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15104
15105 * config.guess: Recognize SunOS6 as Solaris3.
15106
15107 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15108
15109 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15110 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15111
15112 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15113
15114 * build-all.mk (all-cross): New target for Canadian Cross.
15115 Added Q2 go32 targets.
15116 * test-build.mk: Configure go32 cross sparclite-aout and
15117 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15118 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15119
15120 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15121
15122 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15123 GO32 hosted toolchains
15124
15125 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15126
15127 * configure: change so "-exec-prefix" gets passed down rather
15128 than "-exec_prefix" so autoconf generated Makefiles get the
15129 exec_prefix set right.
15130
15131 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15132
15133 * config.guess: get the Solaris2 minor version number
15134
15135 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15136
15137 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15138
15139 * config.guess: Recognize some Sequent platforms.
15140
15141 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15142
15143 * Makefile.in: added the vault-install target
15144
15145 * configure.in: actually use the Sun3 makefile fragment that's in
15146 config, also added the release dir to configdirs
15147
15148 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15149
15150 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15151
15152 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15153
15154 * configure.in: remove some program from Alpha targetted toolchains
15155
15156 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15157
15158 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15159 gprof.
15160 (taz): Run "make diststuff" in those directories instead of "make
15161 proto-dir". Look for "VERSION=" only at start of line in subdir
15162 Makefile. Use "gzip -9" for compression.
15163 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15164 (binutils.tar.z): New target.
15165
15166 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15167
15168 * Makefile.in (taz): Include gpl.texinfo.
15169
15170 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15171
15172 * Makefile.in (setup-dirs): Merged into "taz" target.
15173 (taz): Only do `proto-dir' stuff if a directory is actually needed
15174 for this target.
15175
15176 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15177
15178 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15179 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15180 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15181 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15182 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15183
15184 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15185
15186 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15187 config.sub, and move-if-change to gdb testsuite distribution
15188 archive, so the testsuite can be extracted, configured, and
15189 run separately from the gdb distribution. Blow away the Chill
15190 tests that require a Chill compiled executable, since GNU Chill
15191 is not yet publically available.
15192
15193 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15194
15195 * test-build.mk: set environment variables in a single command,
15196 instead of a list of assignments and exports
15197
15198 * config.guess: recognize Alpha/OSF1 systems
15199
15200 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15201
15202 * configure: Change help message to prefer --options rather than
15203 -options.
15204
15205 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15206
15207 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15208 zippy@ecst.csuchico.edu.
15209 * config.guess: Recognize miniframe.
15210
15211 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15212
15213 * Makefile.in: Use srcroot to find runtest rather than rootme.
15214 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15215
15216 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15217
15218 * test-build.mk: Extensive additions to support building on a
15219 machine other than the host.
15220
15221 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15222
15223 * configure (tooldir): Fix for i386-aix again.
15224
15225 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15226
15227 * configure, Makefile.in: Change definition of $(tooldir)
15228 to match the FSF.
15229
15230 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15231
15232 * config.guess: Recognize i[34]86/SVR4.
15233
15234 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15235
15236 * Makefile.in (all-gdb): gdb depends on sim.
15237
15238 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15239
15240 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15241 at the same time we make the prototype gdb directory.
15242 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15243 files at the same time as the gdb base release distribution.
15244
15245 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15246
15247 * Makefile.in (check): Use individual check targets rather than
15248 DO_X rule.
15249 (check-gcc): Added.
15250
15251 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15252
15253 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15254 for System V release 3.2.
15255
15256 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15257
15258 * config.sub: Recognize hppaosf.
15259 * configure.in: Do configure ld/binutils/gas for it.
15260
15261 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15262
15263 * configure (tooldir): Alter syntax used to set this, for systems
15264 where "\$" isn't handled right, like i386-aix.
15265
15266 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15267
15268 * configure: Pass program-transform-name, not
15269 program_transform_name, to recursive configures.
15270
15271 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15272
15273 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15274 of gas+ld+binutils.
15275
15276 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15277
15278 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15279
15280 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15281
15282 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15283
15284 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15285
15286 * Makefile.in (PRMS): Set back to all-prms.
15287
15288 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15289
15290 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15291 targets, rather than for MIPS hosts.
15292
15293 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15294
15295 * configure.in: add comment for --with-x default values
15296
15297 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15298
15299 * Makefile.in: add check-* targets for each of the directories in
15300 the tree. Add a definition of RUNTEST that will use the one we
15301 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15302
15303 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15304
15305 * configure.in: Removed obsolete references to bfd_target and
15306 target_makefile_frag.
15307
15308 * build-all.mk: Set assorted targets for Q2.
15309 * config.sub: Recognize z8k-sim and h8300-hms.
15310 * test-build.mk: Really don't pass host to configure.
15311 (HOLES): Added uname.
15312
15313 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15314
15315 * configure: Handle an empty program-prefix, program-suffix or
15316 program-transform-name correctly.
15317
15318 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15319
15320 * build-all.mk: -G 8 no longer required for MIPS targets.
15321 * test-build.mk: Don't pass host argument to configure; make it
15322 guess.
15323
15324 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15325
15326 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15327 * Makefile.in (COMPRESS): New macro, like GZIP.
15328
15329 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15330
15331 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15332
15333 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15334 with gas currently defaults to -G 0.
15335
15336 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15337
15338 * Makefile.in (all-flex): flex depends on byacc.
15339
15340 * build-all.mk: If host not specified, use config.guess. Pass TAG
15341 to test-build.mk as RELEASE_TAG.
15342 * test-build.mk (configargs): New variable containing arguments to
15343 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15344 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15345
15346 * config.guess: Use /bin/uname when checking -X argument on SCO,
15347 to avoid invoking GNU uname which doesn't understand -X.
15348
15349 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15350
15351 * configure.in: Build gas for mips-*-*.
15352
15353 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15354
15355 * Makefile.in (all.normal): insert missing backslash.
15356
15357 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15358
15359 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15360
15361 * Makefile.in: Complete overhaul to merge many almost identical
15362 targets.
15363
15364 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15365
15366 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15367 (gdb.tar.Z): Adjusted.
15368
15369 * Makefile.in (setup-dirs, taz): New targets; should be general
15370 enough to adapt for gdb sometime. Build only .z file.
15371 (gas.tar.z): New target.
15372
15373 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15374
15375 * build-all.mk: Use CC=cc -Xs on Solaris.
15376
15377 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15378
15379 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15380 for handling BISON for FSF releases.
15381
15382 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15383
15384 * configure: Actually implement the change zoo just documented.
15385
15386 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15387
15388 * configure: when using config.guess, only set target_alias when
15389 it's not already been set (ie, on the command line)
15390
15391 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15392
15393 * Makefile.in: add installcheck target, set PRMS to install-prms
15394
15395 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15396
15397 * configure: add support for package_makefile_fragment, handle the
15398 case where a directory has a configure.in file but no Makefile.in
15399 more gracefully (with an actual understandable error message, even);
15400 add support for --without (and add this to the usage message); also
15401 explicitly add a --host=${host_alias} to the command line when
15402 config.guess is used
15403
15404 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15405
15406 * configure: Must use both --host and --target in recursive calls.
15407
15408 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15409
15410 * Makefile.in: Change deja-gnu to dejagnu.
15411
15412 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15413
15414 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15415
15416 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15417
15418 * configure.in: canonicalize all instances to *-*-solaris2*,
15419 also strip out a number of tools to not build for go32 host
15420
15421 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15422
15423 * config.guess: add GPL.
15424
15425 * Makefile.in, config.guess, config.sub, configure: bump
15426 copyrights to 93.
15427
15428 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15429
15430 * Makefile.in (do-info): Removed obsolete check for existence of
15431 localenv file.
15432
15433 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15434
15435 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15436
15437 * Makefile.in: a couple of 'else true' for decstation,
15438 support for TclX
15439
15440 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15441
15442 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15443
15444 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15445
15446 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15447
15448 * config.guess: Recognize i386-ibm-aix (PS/2).
15449 * configure.in: Use config/mh-aix386 file for it.
15450
15451 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15452
15453 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15454 CC_FOR_TARGET instead.
15455 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15456
15457 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15458
15459 * Makefile.in: Add sim to list of directories sent with gdb
15460
15461 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15462
15463 * configure.in: Put back mips-dec-bsd* case.
15464
15465 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15466
15467 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15468 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15469 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15470
15471 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15472
15473 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15474
15475 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15476 (install-info): install dir.info only if it exists,
15477 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15478
15479 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15480
15481 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15482 gas for mips-dec-bsd.
15483
15484 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15485
15486 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15487 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15488
15489 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15490
15491 * configure.in: Added "dejagnu" to hosttools list.
15492
15493 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15494
15495 * config.sub, configure.in, config.guess: Add support
15496 for Bosx, an AIX variant from Bull.
15497 Patches from F.Pierresteguy@frcl.bull.fr.
15498
15499 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15500
15501 * devo/dejagnu: Initial creation of devo/dejagnu.
15502 Migrated dejagnu testcases and support files for testing software
15503 tools to reside as subdirectories, currently called "testsuite",
15504 within the directory of the software tool. Migrated all programs,
15505 support libraries, etc. beloging to dejagnu proper from
15506 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15507 with no modifications. The changes to these files which will
15508 allow them to configure, build, and execute properly will be made
15509 in a future update.
15510
15511 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15512
15513 * Makefile.in: Change send_pr to send-pr.
15514 * configure.in: Likewise.
15515 * send_pr: Renamed directory to send-pr.
15516
15517 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15518
15519 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15520
15521 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15522
15523 * README: Update for gdb-4.8 release.
15524 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15525 gdb-xxx.tar.z (gzip'd) file also.
15526
15527 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15528
15529 * Makefile.in: make all-diff depend on all-libiberty
15530
15531 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15532
15533 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15534
15535 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15536
15537 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15538
15539 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15540
15541 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15542 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15543 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15544
15545 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15546
15547 * Makefile.in: makeinfo binary is in a new location
15548
15549 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15550
15551 * config.sub: Accept -ecoff as an OS.
15552
15553 * Makefile.in: Various changes to eliminate a level of make
15554 recursion and reduce the required command line length.
15555 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15556 sub-makes.
15557 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15558 variables holding settings for specific sub-makes.
15559 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15560 in terms of BASE_FLAGS_TO_PASS.
15561 (TARGET_LIBS): New variable listing directories which use
15562 TARGET_FLAGS_TO_PASS.
15563 (subdir_do): Eliminated.
15564 (do-*): New set of targets to replace subdir_do.
15565 (various): All targets which used subdir_do now depend on do-*.
15566 (local-clean): Renamed from do_clean.
15567 (local-distclean): New target, dependency of distclean and
15568 realclean.
15569 (install-info): Don't create directories. Depend on dir.info
15570 rather than calling make recursively.
15571 (install-dir.info): Eliminated.
15572 (install-info-dirs): Create all info directories here.
15573 (dir.info): Depend upon do-install-info.
15574
15575 * test-build.mk (HOLES): Added false.
15576
15577 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15578
15579 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15580
15581 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15582
15583 * Makefile.in (info): remove dependency on all-texinfo. The
15584 problem was really in texinfo/C, not at this level.
15585
15586 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15587
15588 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15589
15590 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15591
15592 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15593 GDB releases.
15594
15595 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15596
15597 * configure: Include srcdir in message about target of link not
15598 being found. Don't convert `-' to `_' in `with' options being
15599 passed to subdirs.
15600
15601 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15602
15603 * configure.in: add uudecode to host_tools
15604
15605 * Makefile.in: added {all,install}-uudecode targets, added them to
15606 the appropriate lists
15607
15608 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15609
15610 * Makefile.in (all-gcc): Added dependency on all-gas.
15611
15612 * configure.in (mips-*-*): Build ld and binutils.
15613
15614 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15615
15616 * configure: check return code from mkdir, print error message and
15617 exit on failure.
15618
15619 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15620
15621 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15622
15623 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15624
15625 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15626
15627 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15628
15629 * config.sub (h8500): Recognize this as a cpu type.
15630
15631 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15632
15633 * configure: source directory missing is no longer a warning
15634
15635 * configure.in: recognize irix[34]* instead of irix[34]
15636
15637 * Makefile.in: define and pass down X11_LIB
15638
15639 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15640
15641 * guess-systype: Renamed to ...
15642 * config.guess: ... by popular request.
15643 * configure.in, Makefile.in: Update accordingly.
15644
15645 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15646
15647 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15648 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15649 + Execute ./dummy instead of assuming . is in PATH.
15650
15651 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15652
15653 * guess-systype: New shell script. Attempts to guess the
15654 canonical host name of the executing host.
15655 Only a few hosts are supported so far.
15656 * configure: Call guess-systype if no host is specified.
15657
15658 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15659
15660 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15661 gcc Makefile.
15662
15663
15664 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15665
15666 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15667 (all-gcc, install-gcc, subdir_do): Use it.
15668
15669 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15670
15671 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15672
15673 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15674
15675 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15676 set exclusively by configure, using configure.in .
15677
15678 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15679
15680 * test-build.mk: set $PATH for all builds
15681
15682 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15683
15684 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15685
15686 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15687 the one used in gcc/Makefile.in, so that a null expansion doesn't
15688 override the one needed to build gcc with a native cc.
15689
15690
15691 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15692
15693 * configure: Accept -with arguments.
15694
15695 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15696
15697 * Makefile.in: added h8300sim
15698
15699 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15700
15701 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15702 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15703 (all-cygnus, native, build-cygnus): Make
15704 $(canonhost)-stamp-3stage-done, not $(host)....
15705 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15706 i386-sco3.2v4. Added else true to if command.
15707
15708 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15709
15710 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15711
15712 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15713
15714 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15715
15716 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15717
15718 * configure.in: don't remove binutils from Solaris builds
15719
15720 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15721
15722 * Makefile.in: get rid of earlier definitions for *clean,
15723 also handle the recursive info rule better
15724
15725 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15726
15727 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15728 do more-or-less the right thing.
15729
15730 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15731
15732 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15733 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15734
15735 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15736
15737 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15738 $(host_canonical).
15739
15740 * configure.in: split the configdirs list into 4 categories (native
15741 v. cross, library v. tool) and handle the cross-only and native-
15742 only in more reasonable (and correct!) way.
15743
15744 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15745
15746 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15747 configdirs anymore.
15748
15749 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15750
15751 * Makefile.in: extensive cleanup:: removed all of the explicit
15752 clean-* targets, collapsed many wrappers around subdir_do into
15753 one, added additional targets to satisfy standards.texi, deleted
15754 some old targets, some changes for consistency
15755
15756 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15757
15758 * configure.in: handle some programs as cross-only, and others as
15759 native only
15760
15761 * test-build.mk: handle partial holes in a more generic manner
15762
15763 * Makefile.in: m4 depends on libiberty
15764
15765 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15766
15767 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15768 time, wdiff, and find to configdirs
15769
15770 * Makefile.in: all, clean, and install rules for the new programs
15771 added to configure.in
15772
15773 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15774
15775 * configure.in: use mh-sun for all *-sun-* hosts
15776
15777 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15778
15779 * Makefile.in: define flags for X11 include files and library file
15780 locations, pass them down to the programs that need this info
15781
15782 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15783
15784 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15785
15786 * configure.in: start building libg++ for HP-UX targets
15787
15788 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15789
15790 * README: Update references to files moved into etc/.
15791
15792 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15793
15794 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15795 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15796
15797 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15798
15799 * configure: accept dash as well as underscore in long option
15800 names for FSF compatibility.
15801
15802 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15803
15804 * config.sub: added -sco3.2v4 support from FSF.
15805
15806 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15807
15808 * configure.in: expand the section that adds or removes
15809 directories from the list of programs to build, to handle native
15810 vs. cross in addition to host v. native
15811
15812 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15813
15814 * Makefile.in: Replace C++ in macro names with CXX.
15815 This is less likely to break ...
15816
15817 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15818
15819 * test-build.mk: add -w to GNU_MAKE
15820
15821 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15822
15823 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15824 add 'sparc' to list of recognized cpus. This needed to make
15825 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15826 Delete some redundant ose68 variants. Recognize -wrs as an os,
15827 then changes that into $CPU-wrs-vxworks.
15828
15829 * configure.in: remove most references to gdbtest, regularize
15830 target based program removal
15831
15832 * test-build.mk: import from p3 tree (many fixes and changes)
15833
15834 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15835
15836 * Makefile.in: added rules to handle tcl, tk, and expect
15837
15838 * configure.in: handle those directories if they exist
15839
15840 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15841
15842 * config.sub: removed bogus hppabsd and hppahpux names, since
15843 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15844
15845 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15846
15847 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15848 depends upon all-xiberty
15849
15850 * Makefile.in: changes from p3, including:
15851
15852 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15853
15854 * Makefile.in (XTRAFLAGS): include newlib directories if
15855 newlib/Makefile exists, rather than if host != target.
15856
15857 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15858
15859 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15860 from the same source tree and not building a cross-compiler. This
15861 matters for the libg++ configuration if reconfiguring a tree that
15862 has already been installed.
15863
15864 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15865
15866 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15867 pick up the machine and system specific header files.
15868
15869 * Makefile.in: added AS_FOR_TARGET, passed down in
15870 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15871 the C compiler to use to create programs which are run in the
15872 build environment, set it to default to $(CC), and passed it down
15873 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15874
15875 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15876
15877 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15878 We need them for unusual native builds, like systems without
15879 ranlib.
15880
15881 * configure: also define $(host_canonical) and
15882 $(target_canonical), which are the full, canonical names for the
15883 given host and target
15884
15885 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15886
15887 * Makefile.in: Added separate definitions for C++.
15888
15889 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15890
15891 * configure.in (configdirs): Add deja-gnu.
15892
15893 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15894
15895 * README: Update for configure.texi and gdb-4.7 release.
15896
15897 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15898
15899 * Makefile.in: Move "all" target to top of file.
15900 Previously, first target was ".PHONY" which caused BSD4.4 make
15901 to build .PHONY when make was run without arguments.
15902
15903 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15904
15905 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15906 Library-copylefted code in libiberty.
15907
15908 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15909
15910 * config.sub: Replace m68kmote with plain old m68k.
15911
15912 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15913
15914 * Makefile.in: Remove space from blank line, avoid Make complaints.
15915
15916 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15917
15918 * config.sub: Complain if no argument is given. Added support for
15919 386bsd as OS and target alias.
15920
15921 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15922
15923 * Makefile.in (XTRAFLAGS): include newlib directories if
15924 newlib/Makefile exists, rather than if host != target.
15925
15926 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15927
15928 * config.sub: recognize sparclite-wrs-vxworks.
15929
15930 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15931 p3.) Added clean-xiberty to clean.
15932
15933 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15934
15935 * configure.in: use *-*-* instead of nested cases for host and target
15936
15937 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15938
15939 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15940 from the same source tree and not building a cross-compiler. This
15941 matters for the libg++ configuration if reconfiguring a tree that
15942 has already been installed.
15943
15944 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15945
15946 * config.sub (i486v/i486v4): Merge in from FSF version.
15947
15948 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15949
15950 * configure: only set PWD if it is already set.
15951
15952 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15953
15954 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15955 doesn't have unset and all success paths (and most error paths)
15956 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15957 to just ${PWD} to avoid confusion.)
15958
15959 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15960
15961 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15962 even for a native compilation.
15963
15964 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15965
15966 Changes to make the gdb.tar.Z rule work better.
15967
15968 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15969 (DEVO_SUPPORT): Add configure.texi.
15970 (bfd-ilrt.tar.Z): Remove ancient rule.
15971
15972 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15973
15974 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15975 pick up the machine and system specific header files.
15976
15977 * configure.in, config.sub: added new target m68010-adobe-scout,
15978 with alias of adobe68k. Changed configure.in to check for
15979 -scout before -sco* to avoid a false match.
15980
15981 * Makefile.in: added AS_FOR_TARGET, passed down in
15982 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15983 the C compiler to use to create programs which are run in the
15984 build environment, set it to default to $(CC), and passed it down
15985 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15986
15987 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15988
15989 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15990 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15991 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15992 FOR_TARGET variants, to newlib and libg++.
15993
15994 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15995
15996 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15997 first.
15998
15999 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16000
16001 * config.sub: Accept `elf' as an environment.
16002
16003 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16004
16005 * Makefile.in (all-opcodes): cd into the right directory
16006
16007 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16008
16009 * configure: added -program_transform_name option, used as
16010 argument to sed when installing programs.
16011 configure.texi: added documentation for -program_prefix,
16012 -program_suffix and -program_transform_name.
16013
16014 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16015
16016 * config.sub: Accept i486 where i386 ok.
16017
16018 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16019
16020 * config.sub: accept we32k
16021
16022 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16023
16024 * config.sub, configure.in: accept OSE68000 and OSE68k.
16025
16026 * Makefile.in: don't create all directories for ``make install'';
16027 let the subdirectories create the ones they need.
16028
16029 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16030
16031 * COPYING: new file, GPL v2
16032
16033 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16034
16035 * Makefile.in: use the new gen-info-dir, which needs a template
16036 argument (which also lives in texinfo)
16037
16038 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16039
16040 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16041
16042 * config.sub (ncr3000): Change i386 to i486.
16043
16044 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16045
16046 * Makefile.in: add install-rcs, install-grep to
16047 install-no-fixedincludes, removed install-bison and install-libgcc
16048
16049 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16050
16051 * configure.in: grab the HPUX makefile fragment if on HPUX
16052
16053 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16054
16055 * Makefile.in: eradicate bison spoor (ditto libgcc).
16056 configure.in: recognise m68{k,000}-ericsson-OSE.
16057 es1800 is alias for m68k-ericsson-OSE
16058
16059 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16060
16061 * configure.in: rearrange the parts that remove programs from
16062 configdirs, based now on HOST==TARGET or by canonical triple.
16063
16064 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16065
16066 * test-build.mk: recurse explicitly with -f test-build.mk when
16067 appropriate. predicate stage3 and comparison on the existence
16068 of gcc. That is, if gcc isn't around, we aren't three-staging.
16069 On very clean, also remove ...stamp-co. Build in-place before
16070 doing other builds.
16071
16072 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16073
16074 * Makefile.in, configure.in: add tgas
16075
16076 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16077
16078 * Makefile.in: a number of changes merged in from progressive.
16079
16080 * configure.in: add libm.
16081
16082 * .cvsignore: ignore some stuff that comes from test-build.mk.
16083
16084 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16085
16086 * config.sub: Add es1800 (m68k-ericsson-es1800).
16087
16088 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16089
16090 * configure: Add program_suffix (parallel to program_prefix)
16091 * Makefile.in: adjust directory-creating script for losing decstation
16092
16093 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16094
16095 * configure: Minor $subdir-related fixes.
16096
16097 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16098
16099 * configure: fix various problems with propogating
16100 makefile_target_frag in subdirs.
16101 * configure.in: config libgcc if its there
16102
16103 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16104
16105 * config.sub: HPPA merge.
16106
16107 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16108
16109 * Makefile.in: Replace all-bison with all-byacc in all
16110 dependency lines for other tools (which now use byacc).
16111
16112 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16113
16114 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16115
16116 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16117
16118 * Makefile.in: make gprof rules similar to byacc rules (instead of
16119 vestigal $(unsubdir) that didn't work...)
16120
16121 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16122
16123 * config.sub: Add support for Linux.
16124 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16125 (at least for libg++).
16126
16127 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16128
16129 * configure.texi: fix doc for the -nfp option to configure
16130
16131 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16132
16133 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16134
16135 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16136
16137 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16138 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16139 * configure.in: added solaris* host_makefile_frag hook.
16140
16141 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16142
16143 * config.sub: changed recognition of m68000 so that various
16144 m68k types can be specified via m680[01234]0
16145
16146 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16147
16148 * config.sub (basic_machine): fix sed so that '-foo' isn't
16149 completely substituted out while .+'-foo' loses the '-foo'
16150
16151 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16152
16153 * config.sub ($os): Add -aout.
16154
16155 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16156
16157 * configure: If host_makefile_frag is absolute, don't
16158 prefix ${invsubdir} (relevant to libg++ auto-configure).
16159
16160 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16161
16162 * Makefile.in (tooldir): Define it.
16163 (all-ld): Depend on all-flex.
16164
16165 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16166
16167 * Makefile.in (check): Fix libg++ special case.
16168
16169 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16170
16171 * configure: do not bury `pwd` into config.status, thus do fewer
16172 pwd's.
16173
16174 * configure: print the "Building in" message only when building in
16175 other than "." AND verbose.
16176
16177 * configure: remove -s, rework -v to better accomodate guested
16178 configures.
16179
16180 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16181
16182 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16183
16184 * Makefile.in: macroize flags passed on recursion. remove
16185 fileutils.
16186
16187 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16188
16189 * configure: get makesrcdir right for subdirs deeper than 1.
16190
16191 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16192 install.
16193
16194 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16195
16196 * Makefile.in: don't print subdir_do or recursion lines.
16197
16198 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16199
16200 * standards.texi: added menu item.
16201
16202 * Makefile.in: build and install standards.info.
16203
16204 * standards.texi: new file.
16205
16206 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16207
16208 * configure: test for and move config.status pieces from
16209 ${subdir}/.
16210
16211 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16212
16213 * configure: Test for existance of files before trying to mv
16214 them, to avoid numerous non-existance messages.
16215
16216 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16217
16218 * configure: correct final line of config.status.
16219
16220 * configure: patch from eggert. Avoids a protection problem if
16221 the original Makefile.in is read only.
16222
16223 * configure: use move-if-change from gcc to create config.status.
16224 Some makefiles depend on config.status to tell if a directory
16225 has been reconfigured for a different host. This change
16226 prevents those directories from remaking everything in the case
16227 where the reconfig was only intended to rebuild a Makefile.
16228
16229 * configure: test for config.sub with "config.sub sun4" rather
16230 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16231 host alias from a missing config.sub.
16232
16233 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16234
16235 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16236 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16237
16238 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16239
16240 * configure: mkdir ${subdir} as needed.
16241
16242 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16243
16244 * Makefile.in,configure.in: added autoconf.
16245
16246 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16247
16248 * Makefile.in: no longer pass against on recursion.
16249
16250 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16251 definitions are not inherited.
16252
16253 * configure: correct makesrcdir when subdir is .
16254
16255 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16256
16257 * configure: Add support for 'subdirs' variable, which is
16258 like 'configdirs', except that configure doesn't re-invoke
16259 itself for subdirs, it just creates a Makefile for each subdir.
16260 * configure.texi: Document subdirs.
16261
16262 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16263
16264 * configure.in: added flex to configdirs
16265
16266 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16267
16268 * Makefile.in: remove clean-stamps from clean.
16269
16270 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16271
16272 * configure.in: Add gdbtest to configdirs.
16273
16274 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16275
16276 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16277 to recursive makes.
16278 * configure.in: Recognize new ncr3000 config.
16279
16280 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16281
16282 * Makefile.in, configure.in: removed references to gdbm.
16283
16284 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16285
16286 * config.sub: Don't canonicalize os value
16287 newsos* to bsd (readline needs to check for newsos).
16288 (This fix was earlier made Jan 31, but got re-broken.)
16289
16290 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16291
16292 * configure.in: sco is an os, not a vendor!
16293
16294 * configure: Quote $( better. Keep various shells happy.
16295
16296 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16297
16298 * Makefile.in: eliminate stamp-files.
16299
16300 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16301
16302 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16303 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16304
16305 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16306
16307 * config.sub: fix iris/iris3.
16308
16309 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16310
16311 * configure: re-add -rm.
16312
16313 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16314
16315 * Maskefile.in: add .stmp-rcs to all.
16316
16317 * configure.in: remove gas from rs6000 build, use aix host fragment.
16318
16319 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16320
16321 * configure: pass down site_option during recursion.
16322
16323 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16324
16325 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16326
16327 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16328
16329 * configure: Change exec_prefix so that it really defaults to prefix.
16330
16331 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16332
16333 * Makefile.in, configure.in: Add support for mmalloc library.
16334
16335 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16336
16337 * Makefile.in: add stmp dependencies for a few more things.
16338
16339 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16340
16341 * configure: adjusted error message on objdir/srcdir configure
16342 collision, per john's suggestion.
16343
16344 * Makefile.in: add libiberty stmp to all and all.cross.
16345
16346 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16347
16348 * Makefile.in: remove force dependencies, add grep to all.
16349
16350 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16351
16352 * Makefile.in: drop flex. make stamp files work.
16353
16354 * configure: added test for conflicting configuration in srcdir,
16355 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16356 gets cranky. use relative paths for configure and srcdir
16357 whenever possible. Send some error messages to stderr that were
16358 going to stdout.
16359
16360 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16361
16362 * Makefile.in: Fix libg++ rule to check for gcc directory
16363 before using gcc/gcc. Also pass XTRAFLAGS.
16364
16365 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16366
16367 * Makefile.in: added stmp-files so that directories aren't polled
16368 when they are already built.
16369
16370 * configure.texi: fixed a node pointer problem.
16371
16372 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16373
16374 * config.sub configure.in gdb/configure.in
16375 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16376 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16377 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16378
16379 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16380
16381 * configure: -recurring becomes -silent. corrected help message
16382 for -site= option.
16383
16384 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16385
16386 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16387
16388 * configure: when building Makefile for crosses, replace
16389 tooldir and program_prefix. default srcdir from location of
16390 config.sub. remove "for host in hosts" and "for target in
16391 targets" loops.
16392
16393 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16394
16395 * Makefile.in: Do not pass bindir or mandir to cvs.
16396
16397 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16398
16399 * Makefile.in, configure.in: removed traces of namesubdir,
16400 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16401 copyrights to '92, changed some from Cygnus to FSF.
16402
16403 * configure.texi: remove most references to multiple hosts,
16404 multiple targets, subdirs, etc.
16405
16406 * configure.man: removed rcsid. reference config.sub not
16407 config.subr.
16408
16409 * Makefile.in: mkdir $(infodir) on install-info.
16410
16411 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16412
16413 * configure.texi: Explain better about .gdbinit and about
16414 the environment that configure.in sections run in.
16415
16416 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16417
16418 * configure.in: Ultrix is only a decstation if it's a MIPS.
16419
16420 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16421
16422 * README: DOC.configure => cfg-paper.texi.
16423
16424 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16425
16426 * config.sub (near case $os): Don't convert newsos* to bsd!
16427
16428 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16429
16430 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16431 the number of copies of COPYING that go into the GDB tar file.
16432
16433 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16434
16435 * bfd/configure.in, gdb/config/mh-i386sco,
16436 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16437 Fix SCO configuration stuff.
16438
16439 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16440
16441 * Makefile.in: For libg++, make sure the -I pointing
16442 to the gcc directory goes *after* all the libg++-local -I flags.
16443 Also, move just-gcc dependency from just-libg++ to all-libg++.
16444
16445 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16446
16447 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16448
16449 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16450
16451 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16452
16453 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16454
16455 * config.sub: Add stratus configuration frags. Also
16456 submitted to FSF.
16457
16458 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16459
16460 * Makefile.in (DEV_SUPPORT): add configure.man.
16461
16462 * config.sub(Decode manufacturer-specific): add -none*.
16463
16464 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16465
16466 * Makefile.in: remove form feeds to make Sun's make happy.
16467 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16468
16469 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16470
16471 * Makefile.in (AR_FLAGS): Make quieter.
16472
16473 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16474
16475 * configure.in: Add libg++.
16476 * configure: When verbose, don't output the command line at each
16477 level; it will be unremarkably the same as the previous version,
16478 which will be the same as what the user typed.
16479
16480 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16481
16482 * configure.in, Makefile.in: fix clean-info, add flex. add
16483 fileutils.
16484
16485 * configure: be less sensitive to spaces in Makefile.in. Do not
16486 look for sources in "..". Doing so breaks subdirectories that
16487 might have their own configure. If a subdir has it's own
16488 configure script, use it.
16489
16490 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16491
16492 * cfg-paper.texi: some changes suggested by rms.
16493
16494 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16495
16496 * config.sub: Merge in some small additions from the FSF version,
16497 taken from the gcc distribution, to bring the Cygnus and FSF
16498 versions into closer sync.
16499
16500 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16501
16502 * configure.in: Changed svr4 references to sysv4.
16503
16504 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16505
16506 * configure: added -V for version number option.
16507
16508 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16509
16510 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16511 renamed from DOC.configure to cfg-paper.texi.
16512
16513 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16514
16515 * configure, config.subr, config.sub: config.subr is now
16516 config.sub again.
16517
16518 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16519
16520 * configure.texi: new file, in progress.
16521
16522 * Makefile.in: build info file and install the man page for
16523 configure.
16524
16525 * configure.man: new file, first cut.
16526
16527 * configure: find config.subr again now that configuration "none"
16528 has gone. removed all traces of the -ansi option. removed all
16529 traces of the -languages option.
16530
16531 * config.subr: resync from rms.
16532
16533 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16534
16535 * configure, config.sub, config.subr: merge config.sub into
16536 config.subr, call the result config.subr, remove config.sub, use
16537 config.subr.
16538
16539 * Makefile.in: revised install for dir.info.
16540
16541 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16542
16543 * configure.in: add decstation host makefile frag.
16544
16545 * Makefile.in: BISON now bison -y again. also install-gcc on
16546 install. clean-gdbm on clean. infodir belongs in datadir.
16547 Make directories for info install. Build dir.info here then
16548 install it.
16549
16550 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16551
16552 * Makefile.in: fix for bad directory tests.
16553
16554 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16555
16556 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16557 regexp. -srcdir relative was being handled incorrectly.
16558
16559 * Makefile.in: unwrapped some for loops so that parallel makes
16560 work again and so one can focus one's attention on a particular
16561 package.
16562
16563 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16564
16565 * configure: added PWD as a stand in for `pwd` (for speed). use
16566 elif wherever possible. make -srcdir work without -objdir.
16567 -objdir= commented out.
16568
16569 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16570
16571 * configure: +options become --options. -subdirs commented out.
16572 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16573 Makefile now at top of generated Makefile. Removed cvs log
16574 entries. added -srcdir. create .gdbinit only if there is one
16575 in ${srcdir}.
16576
16577 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16578 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16579 and mandir now keyed off datadir by default.
16580
16581 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16582
16583 * Freshly created ChangeLog.
16584
16585 \f
16586 Local Variables:
16587 mode: change-log
16588 left-margin: 8
16589 fill-column: 76
16590 version-control: never
16591 End: