Synchronize libiberty sources (and include/demangle.h) with GCC master version
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
20c4b12e
NC
12021-07-03 Nick Clifton <nickc@redhat.com>
2
3 * libiberty: Sync with gcc. Bring in:
4 2021-06-30 Gerald Pfeifer <gerald@pfeifer.com>
5
6 * make-temp-file.c (usrtmp): Remove.
7 (choose_tmpdir): Remove use of usrtmp.
8
9 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
10
11 * simple-object.c (handle_lto_debug_sections): Copy over .BTF section.
12
13 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
14 David Faust <david.faust@oracle.com>
15 Jose E. Marchesi <jose.marchesi@oracle.com>
16 Weimin Pan <weimin.pan@oracle.com>
17
18 * simple-object.c (handle_lto_debug_sections): Copy over .ctf
19 sections.
20
21 2021-06-05 John David Anglin <danglin@gcc.gnu.org>
22
23 PR target/100734
24 * configure.ac: Use libiberty snprintf and vsnprintf on
25 hppa*-*-hpux*.
26 * configure: Regenerate.
27
28 2021-05-06 Tom Tromey <tom@tromey.com>
29
30 * hashtab.c (htab_eq_string): New function.
31
32 2021-05-04 Eric Botcazou <ebotcazou@adacore.com>
33
34 * configure.ac: Make test for variables more robust.
35 * configure: Regenerate.
36
37 2021-05-03 H.J. Lu <hjl.tools@gmail.com>
38
39 PR bootstrap/99703
40 * configure: Regenerated.
41
42 2021-04-21 Andreas Schwab <schwab@linux-m68k.org>
43
44 PR demangler/100177
45 * rust-demangle.c (demangle_const_char): Properly print the
46 character value.
47
48 2021-03-31 Patrick Palka <ppalka@redhat.com>
49
50 PR c++/88115
51 * cp-demangle.c (d_dump, d_make_comp, d_expression_1)
52 (d_count_templates_scopes): Handle DEMANGLE_COMPONENT_VENDOR_EXPR.
53 (d_print_comp_inner): Likewise.
54 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Revert r11-4926
55 change.
56 <case DEMANGLE_COMPONENT_UNARY>: Likewise.
57 * testsuite/demangle-expected: Adjust __alignof__ tests.
58
59 2021-03-16 Nick Clifton <nickc@redhat.com>
60
61 * sha1.c (sha1_process_bytes): Use memmove in place of memcpy.
62
63 2021-02-20 Mike Frysinger <vapier@gentoo.org>
64
65 * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, $(srcdir)/aclocal.m4): Define.
66 (configure_deps): Rename to ...
67 (aclocal_deps): ... this. Replace aclocal.m4 with acinclude.m4.
68 ($(srcdir)/configure): Replace $(configure_deps) with
69 $(srcdir)/aclocal.m4.
70 * aclocal.m4: Move libiberty macros to acinclude.m4, then regenerate.
71 * acinclude.m4: New file.
72 * configure: Regenerate.
73
74 2021-02-19 Ayush Mittal <ayush.m@samsung.com>
75
76 * argv.c (expandargv): free allocated buffer if read fails.
77
78 2021-02-01 Martin Sebor <msebor@redhat.com>
79
80 * dyn-string.c (dyn_string_insert_cstr): Use memcpy instead of strncpy
81 to avoid -Wstringop-truncation.
82
5c9e84c2
MF
832021-05-29 Mike Frysinger <vapier@gentoo.org>
84
85 * configure.ac: Add gnulib to configdirs for sim.
86 * configure: Regenerate.
87
78a7f576
MR
882021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
89
90 * MAINTAINERS: Update path to readline config.{sub,guess} files.
91
2e8adb64
MR
922021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
93
94 * config.guess: Import from upstream.
95 * config.sub: Likewise.
96
9cc11ab5
MF
972021-05-18 Mike Frysinger <vapier@gentoo.org>
98
99 * Makefile.def: Add configure-sim dependency on all-gnulib.
100 * Makefile.in: Regenerated.
101
a8d6316b
NC
1022021-05-04 Nick Clifton <nickc@redhat.com>
103
104 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
105 * configure: Regenerate.
106
755ba58e
NA
1072021-03-18 Nick Alcock <nick.alcock@oracle.com>
108
109 PR libctf/27482
110 * Makefile.def: Add install-bfd dependencies for install-libctf and
111 install-ld, and install-strip-bfd dependencies for
112 install-strip-libctf and install-strip-ld; move the install-ld
113 dependency on install-libctf to join it.
114 * Makefile.in: Regenerated.
115
367c5eb7
MF
1162021-03-12 Mike Frysinger <vapier@gentoo.org>
117
118 * Makefile.def: Remove all-sim dependency on configure-gdb.
119 * Makefile.in: Regenerated.
120
1dbde357
L
1212021-02-28 H.J. Lu <hongjiu.lu@intel.com>
122
123 PR binutils/26766
124 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
125 PGO_BUILD_TRAINING=yes.
126 (PGO_BUILD_TRAINING_MFLAGS): New.
127 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
128
a57d1773
AM
1292021-02-09 Alan Modra <amodra@gmail.com>
130
131 * configure.ac: Delete arm*-*-symbianelf* entry.
132 * configure: Regenerate.
133
f04ce15e
NA
1342021-01-26 Nick Alcock <nick.alcock@oracle.com>
135
136 * Makefile.def: Add install-libctf dependency to install-ld.
137 * Makefile.in: Regenerated.
138
3034143d
MF
1392021-01-12 Mike Frysinger <vapier@gentoo.org>
140
141 * src-release.sh (do_proto_toplev): Rewrite indentation.
142
44124a46
L
1432021-01-11 H.J. Lu <hongjiu.lu@intel.com>
144
145 PR binutils/26766
146 * configure.ac:
147 * configure: Regenerated.
148
03c02f31
L
1492021-01-11 H.J. Lu <hongjiu.lu@intel.com>
150
151 PR ld/27173
152 * configure: Regenerated.
153 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
154 --plugin and rc before enabling --plugin.
155
af019bfd
L
1562021-01-09 H.J. Lu <hongjiu.lu@intel.com>
157
158 PR binutils/26766
159 * Makefile.tpl (BUILD_CFLAGS): New.
160 (CFLAGS): Append $(BUILD_CFLAGS).
161 (CXXFLAGS): Likewise.
162 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
163 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
164 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
165 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
166 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
167 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
168 (PGO-TRAINING-TARGETS): Likewise.
169 (PGO_BUILD_TRAINING): Likewise.
170 (all): Add '+' to the command line for recursive make. Support
171 the PGO build.
172 * configure.ac: Add --enable-pgo-build[=lto].
173 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
174 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
175 * Makefile.in: Regenerated.
176 * configure: Likewise.
177
50ad1254
L
1782021-01-09 H.J. Lu <hongjiu.lu@intel.com>
179
180 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
181 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
182 * configure.ac: Include config/gcc-plugin.m4.
183 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
184 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
185 RANLIB if possible.
186 * Makefile.in: Regenerated.
187 * configure: Likewise.
188
055bc77a
NC
1892021-01-09 Nick Clifton <nickc@redhat.com>
190
191 * 2.36 release branch crated.
192
f4782128
ST
1932021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
194
195 * libtool.m4: Match gnu* along with other GNU systems.
196
16062162
AM
1972021-01-07 Alan Modra <amodra@gmail.com>
198
199 * config.sub: Accept OS of eabi* and gnueabi*.
200
c59e30ed
NA
2012021-01-05 Nick Alcock <nick.alcock@oracle.com>
202
203 * Makefile.def (libctf): No longer no_check. Checking depends on
204 all-ld.
205 * Makefile.in: Regenerated.
206
d750c713
NC
2072021-01-05 Nick Clifton <nickc@redhat.com>
208
209 * libiberty: Sync with gcc. Bring in:
210 2021-01-04 Martin Liska <mliska@suse.cz>
211
212 * strverscmp.c: Convert to utf8 from iso8859.
213
214 2020-12-22 Jason Merrill <jason@redhat.com>
215
216 PR c++/67343
217 * cp-demangle.h (struct d_info): Add unresolved_name_state.
218 * cp-demangle.c (d_prefix): Add subst parm.
219 (d_nested_name): Pass it.
220 (d_unresolved_name): Split out from...
221 (d_expression_1): ...here.
222 (d_demangle_callback): Maybe retry with old sr mangling.
223 * testsuite/demangle-expected: Add test.
224
225 2020-12-21 Jason Merrill <jason@redhat.com>
226
227 * cp-demangle.c (d_expression_1): Recognize qualified-id
228 on RHS of dt/pt.
229 * testsuite/demangle-expected: Add test.
230
231 2020-12-21 Jason Merrill <jason@redhat.com>
232
233 * cp-demangle.c (d_unqualified_name): Clear is_expression.
234 * testsuite/demangle-expected: Add tests.
235
236 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
237
238 * configure: Regenerate.
239 * configure.ac: Avoid using sanitizer.
240
241 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
242
243 * rust-demangle.c (struct rust_demangler): Add
244 skipping_printing and bound_lifetime_depth fields.
245 (eat): Add (v0-only).
246 (parse_integer_62): Add (v0-only).
247 (parse_opt_integer_62): Add (v0-only).
248 (parse_disambiguator): Add (v0-only).
249 (struct rust_mangled_ident): Add punycode{,_len} fields.
250 (parse_ident): Support v0 identifiers.
251 (print_str): Respect skipping_printing.
252 (print_uint64): Add (v0-only).
253 (print_uint64_hex): Add (v0-only).
254 (print_ident): Respect skipping_printing,
255 Support v0 identifiers.
256 (print_lifetime_from_index): Add (v0-only).
257 (demangle_binder): Add (v0-only).
258 (demangle_path): Add (v0-only).
259 (demangle_generic_arg): Add (v0-only).
260 (demangle_type): Add (v0-only).
261 (demangle_path_maybe_open_generics): Add (v0-only).
262 (demangle_dyn_trait): Add (v0-only).
263 (demangle_const): Add (v0-only).
264 (demangle_const_uint): Add (v0-only).
265 (basic_type): Add (v0-only).
266 (rust_demangle_callback): Support v0 symbols.
267 * testsuite/rust-demangle-expected: Add v0 testcases.
268
269 2020-11-13 Seija Kijin <doremylover456@gmail.com>
270
271 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
272
273 2020-11-11 Patrick Palka <ppalka@redhat.com>
274
275 PR c++/88115
276 * cp-demangle.c (d_print_comp_inner)
277 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
278 "operator " prefix for __alignof__.
279 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
280 operand of __alignof__.
281 * testsuite/demangle-expected: Test demangling for __alignof__.
282
283 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
284
285 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
286
287 2020-10-06 Martin Liska <mliska@suse.cz>
288
289 PR lto/97290
290 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
291 Use sh_link of a .symtab_shndx section.
292
5f8c2a15
AM
2932021-01-05 Alan Modra <amodra@gmail.com>
294
295 * config.guess: Import from upstream.
296 * config.sub: Likewise.
297
d6f26c9d
ML
2982020-12-16 Martin Liska <mliska@suse.cz>
299 Tom de Vries <tdevries@suse.de>
300
301 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
302 field. Add meter field.
303 (progressfn): Print progress using meter.
304
7ddfb1a8
EL
3052020-12-02 Enze Li <lienze2010@hotmail.com>
306
307 * .gitignore: Add gnu global outputs.
308
12bf6525
SM
3092020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
310
311 * .gitignore: Sync with gcc.
312
ce04ca31
AR
3132020-10-26 Andreas Rammhold <andreas@rammhold.de>
314
315 * src-release.sh: Use sha256sum instead of md5sum.
316
ba4d88ad
AB
3172020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
318
319 * Makefile.in: Rebuild.
320 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
321 distclean-gdbserver.
322
f6720b1c
AM
3232020-07-24 Aaron Merey <amerey@redhat.com>
324
f6720b1c
AM
325 * configure: Rebuild.
326 * configure.ac: Remove AC_DEBUGINFOD.
327
b115b9fd
NC
3282020-07-04 Nick Clifton <nickc@redhat.com>
329
330 Binutils 2.35 branch created.
331
11104e42
SC
3322020-04-21 Stephen Casner <casner@acm.org>
333
334 PR 25830
335 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
336 * configure: Rebuild.
337
4635ff97
TT
3382020-03-12 Tom Tromey <tom@tromey.com>
339
340 * Makefile.in: Rebuild.
341 * Makefile.def (gdbserver): Depend on gdbsupport.
342
21329136
TT
3432020-03-12 Tom Tromey <tom@tromey.com>
344
345 * Makefile.in: Rebuild.
346 * Makefile.def (gdbsupport): Don't depend on bfd.
347
9a665d62
TT
3482020-03-12 Tom Tromey <tom@tromey.com>
349
350 * Makefile.in: Rebuild.
351 * Makefile.def (gdbsupport): Depend on intl.
352
b6f9caee
TT
3532020-02-17 Tom Tromey <tom@tromey.com>
354
355 * configure: Rebuild.
356 * configure.ac (configdirs): Add gnulib and gdbsupport when building
357 gdbserver.
358
1a627e7e
TT
3592020-02-14 Tom Tromey <tom@tromey.com>
360
361 * Makefile.in: Rebuild.
362 * Makefile.def: Make gdbserver require gnulib and libiberty.
363
919adfe8
TT
3642020-02-07 Tom Tromey <tom@tromey.com>
365 Pedro Alves <palves@redhat.com>
366
367 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
368 * gdbserver: New directory, moved from gdb/gdbserver.
369 * configure.ac (host_tools): Add gdbserver.
370 Only build gdbserver on certain systems.
371 * Makefile.in, configure: Rebuild.
372 * Makefile.def (host_modules, dependencies): Add gdbserver.
373 * MAINTAINERS: Add gdbserver.
374
fc1ca146
SDJ
3752020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
376
377 * src-release.sh (getver): Look for gdbsupport's
378 create-version.sh script at the current directory if tool is
379 "gdb".
380
cf1d9e09
SM
3812020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
382
383 * remote-sim.c (gdbsim_target::wait): Return
384 sim_data->remote_sim_ptid instead of inferior_ptid.
385
ae774686
NC
3862020-01-18 Nick Clifton <nickc@redhat.com>
387
388 Binutils 2.34 branch created.
389
4fb3a8da
NC
3902020-01-18 Nick Clifton <nickc@redhat.com>
391
392 Synchronize top level configure files with master version:
393
394 2020-01-01 Ben Elliston <bje@gnu.org>
395
396 * config.guess: Update copyright years.
397 * config.sub: Likewise.
398
399 2019-12-21 Ben Elliston <bje@gnu.org>
400
401 * config.guess (set_cc_for_build): Prevent multiple calls by
402 checking if $tmp is already set. We can't check CC_FOR_BUILD as
403 the user may set it externally. Thanks to Torbjörn Granlund for
404 the bug report.
405
406 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
407
408 * config.guess (alpha:Linux:*:*): Guard against missing
409 /proc/cpuinfo by redirecting standard error to /dev/null.
410
411 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
412
413 * config.guess (*:Twizzler:*:*): New.
414 * config.sub (-twizzler*): New.
415
416 2019-07-24 Ben Elliston <bje@gnu.org>
417
418 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
419
420 2019-06-30 Ben Elliston <bje@gnu.org>
421
422 * config.sub (case $os): Match nsk* and powerunix. Don't later
423 match nsk* and set os=nsk which removes the OS version number.
424
425 2019-06-30 Ben Elliston <bje@gnu.org>
426
427 * config.sub: Recognise os108*.
428
429 2019-06-26 Ben Elliston <bje@gnu.org>
430
431 * config.sub (hp300): Set $os to hpux.
432
433 2019-06-26 Ben Elliston <bje@gnu.org>
434
435 * config.sub (vsta): Move into alphabetical order.
436
437 2019-06-10 Ben Elliston <bje@gnu.org>
438
439 * config.guess (*:OS108:*:*): Recognise new OS.
440
441 2019-05-28 Ben Elliston <bje@gnu.org>
442
443 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
444 system compiler is installed. If not, do not run set_cc_for_build,
445 as the default cc will open a dialog box asking to install
446 Xcode. If no C compiler is available, guess based on uname -p and
447 uname -m.
448
449 2019-05-28 Ben Elliston <bje@gnu.org>
450
451 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
452
c4d3fc14
SM
4532020-01-17 Simon Marchi <simon.marchi@efficios.com>
454
455 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
456 * Makefile.in: Re-generate.
457
01027315
TT
4582020-01-14 Tom Tromey <tom@tromey.com>
459
460 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
461 * MAINTAINERS: Add gdbsupport.
462 * configure: Rebuild.
463 * configure.ac (configdirs): Add gdbsupport.
464 * gdbsupport: New directory, move from gdb/gdbsupport.
465 * Makefile.def (host_modules, dependencies): Add gnulib.
466 * Makefile.in: Rebuild.
467
abb78b78
AM
4682020-01-09 Aaron Merey <amerey@redhat.com>
469
470 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
471 new configure option --with-debuginfod.
472 * configure: Regenerate.
473 * configure.ac: Call AC_DEBUGINFOD.
474
cef2097a
CB
4752019-12-26 Christian Biesinger <cbiesinger@google.com>
476
477 * .gitignore: Add perf.data and perf.data.old.
478
95c746cc
SDJ
4792019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
480
481 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
482
a315e147
AM
4832019-10-17 Alan Modra <amodra@gmail.com>
484
485 PR 29
486 * src-release.sh (getver): Replace "head -1" with "head -n 1".
487
87279e3c
NA
4882019-07-30 Nick Alcock <nick.alcock@oracle.com>
489
490 * Makefile.def (host_modules): libctf is no longer no_install.
491 * Makefile.in: Regenerated.
492
1ff6de03
NA
4932019-07-13 Nick Alcock <nick.alcock@oracle.com>
494
495 * Makefile.def (dependencies): all-ld depends on all-libctf.
496 * Makefile.in: Regenerated.
497
60391a25
PB
4982019-09-09 Phil Blundell <pb@pbcl.net>
499
500 binutils 2.33 branch created
501
c1a5d03a
TT
5022019-08-19 Tom Tromey <tom@tromey.com>
503
504 * configure: Rebuild.
505 * configure.ac: Add --with-static-standard-libraries.
506
f211b8c0
NC
5072019-08-09 Nick Clifton <nickc@redhat.com>
508
509 * libiberty: Sync with gcc. Bring in:
510 2019-08-08 Martin Liska <mliska@suse.cz>
511
512 PR bootstrap/91352
513 * lrealpath.c (is_valid_fd): New function.
514
515 2019-07-24 Martin Liska <mliska@suse.cz>
516
517 PR lto/91228
518 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
519 Find first '\0' starting from gnu_lto + 1.
520
521 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
522
523 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
524 This fixes a Bug 90924.
525
526 2019-07-22 Martin Liska <mliska@suse.cz>
527
528 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
529 Do not search for gnu_lto_v1, but search for first '\0'.
530
531 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
532
533 * cplus-dem.c: Include rust-demangle.h.
534 * rust-demangle.c: Include rust-demangle.h.
535 * rust-demangle.h: New file.
536
537 2019-05-31 Michael Forney <mforney@mforney.org>
538
539 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
540 is non-zero.
541
542 2019-04-30 Ben L <bobsayshilol@live.co.uk>
543
544 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
545 * testsuite/d-demangle-expected: Add testcase.
546
547 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
548 * testsuite/d-demangle-expected: Add testcase.
549
550 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
551 * testsuite/d-demangle-expected: Add testcase.
552
553 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
554 * testsuite/d-demangle-expected: Add testcase.
555
556 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
557 * testsuite/d-demangle-expected: Add testcase.
558
559 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
560 * testsuite/demangle-expected: Add testcase.
561
562 * cp-demangle.c (d_encoding): Guard against NULL return values from
563 d_right (dc).
564 * testsuite/demangle-expected: Add testcase.
565
566 2019-04-29 Ben L <bobsayshilol@live.co.uk>
567
568 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
569 char is valid.
570 * testsuite/demangle-expected: Add testcase.
571
572 2019-04-10 Nick Clifton <nickc@redhat.com>
573
574 PR 89394
575 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
576 lengths.
577 (d_count_templates_scopes): Replace num_templates and num_scopes
578 parameters with a struct d_print_info pointer parameter. Adjust
579 body of the function accordingly. Add recursion counter and check
580 that the recursion limit is not reached.
581 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
582 Reset recursion counter afterwards, unless the recursion limit was
583 reached.
584
48b550c2
JB
5852019-07-13 Joel Brobecker <brobecker@adacore.com>
586
587 * src-release (getver): If $tool/gdbsupport/create-version.sh
588 exists, use that to determine the version number.
589
be74b5b7
AS
5902019-06-21 Andreas Schwab <schwab@linux-m68k.org>
591
592 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
593
73cc7272
TT
5942019-06-14 Tom Tromey <tom@tromey.com>
595
596 * MAINTAINERS: Add gnulib.
597 * gnulib: New directory, move from gdb/gnulib.
598 * configure.ac (host_libs): Add gnulib.
599 * configure: Rebuild.
600 * Makefile.def (host_modules, dependencies): Add gnulib.
601 * Makefile.in: Rebuild.
602
79b377b3
NC
6032019-06-03 Nick Clifton <nickc@redhat.com>
604
605 Revert:
606 2019-05-29 Nick Clifton <nickc@redhat.com>
607
608 * configure.ac (noconfigdirs): Add libctf if the target does not use
609 the ELF file format.
610 * configure: Regenerate.
611
e33f2313
NC
6122019-05-29 Nick Clifton <nickc@redhat.com>
613
614 * src-release.sh (do_proto_toplev): Add libctf to list of
615 directories that can be disabled.
616
90bd5423
NC
6172019-05-29 Nick Clifton <nickc@redhat.com>
618
619 * configure.ac (noconfigdirs): Add libctf if the target does not use
620 the ELF file format.
621 * configure: Regenerate.
622
9698cf9b
NA
6232019-05-28 Nick Alcock <nick.alcock@oracle.com>
624
625 * Makefile.def (dependencies): configure-libctf depends on all-bfd
626 and all its deps.
627 * Makefile.in: Regenerated.
628
88981b15
NA
6292019-05-28 Nick Alcock <nick.alcock@oracle.com>
630
631 * MAINTAINERS: Add libctf.
632
0e65dfba
NA
6332019-05-28 Nick Alcock <nick.alcock@oracle.com>
634
635 * Makefile.def (host_modules): Add libctf.
636 * Makefile.def (dependencies): Likewise.
637 libctf depends on zlib, libiberty, and bfd.
638 * Makefile.in: Regenerated.
639 * configure.ac (host_libs): Add libctf.
640 * configure: Regenerated.
641
2376c370
JM
6422019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
643
644 * config.guess: Synchronize with config project master sources.
645 * config.sub: Likewise.
646 * readline/support/config.guess: Likewise.
647 * readline/support/config.sub: Likewise.
648
c1202057
NC
6492019-04-10 Nick Clifton <nickc@redhat.com>
650
651 * libiberty: Sync with gcc. Bring in:
652 2019-04-10 Nick Clifton <nickc@redhat.com>
653
654 PR 89394
655 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
656 lengths.
657 (d_count_templates_scopes): Replace num_templates and num_scopes
658 parameters with a struct d_print_info pointer parameter. Adjust
659 body of the function accordingly. Add recursion counter and check
660 that the recursion limit is not reached.
661 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
662 Reset recursion counter afterwards, unless the recursion limit was
663 reached.
664
f974f26c
NC
6652018-06-24 Nick Clifton <nickc@redhat.com>
666
667 2.32 branch created.
668
d63f2be2
RO
6692019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
670
671 Merge from GCC:
672 PR target/88535
673 * config.guess: Import upstream version 2019-01-03.
674 * config.sub: Import upstream version 2019-01-01.
675
1910070b
NC
6762019-01-10 Nick Clifton <nickc@redhat.com>
677
678 * libiberty: Sync with gcc. Bring in:
679 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
680
681 PR other/16615
682
683 * cp-demangle.c: Mechanically replace "can not" with "cannot".
684 * floatformat.c: Likewise.
685 * strerror.c: Likewise.
686
687 2018-12-22 Jason Merrill <jason@redhat.com>
688
689 Remove support for demangling GCC 2.x era mangling schemes.
690 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
691 internal_cplus_demangle, and all subroutines.
692 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
693 Lucid, ARM, HP, and EDG demangling styles.
694 (cplus_demangle): Remove 'work' variable. Don't call
695 internal_cplus_demangle.
696
69961a84
ДП
6972019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
698
699 * configure.ac: Don't configure readline if --with-system-readline is
700 used.
701 * configure: Re-generate.
702
b555fb21
JM
7032018-10-31 Joseph Myers <joseph@codesourcery.com>
704
705 Merge from GCC:
706 PR bootstrap/82856
707 * multilib.am: New file. From automake.
708
80ca5f98
SDJ
7092018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
710
711 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
712
0a8288f7
NC
7132018-07-16 Nick Clifton <nickc@redhat.com>
714
715 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
716
26996596
SH
7172018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
718
719 * config.sub: Sync with upstream version 2018-07-03.
720
c5244148
SH
7212018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
722
723 * config.guess: Sync with upstream version 2018-06-26.
724 * config.sub: Sync with upstream version 2018-07-02.
725
4119873a
AO
7262018-06-29 Alexandre Oliva <oliva@adacore.com>
727
728 * configure.ac: Introduce support for @unless/@endunless.
729 * Makefile.tpl (dep-kind): Rewrite with cond; return
730 postbootstrap in some cases.
731 (make-postboot-dep, postboot-targets): New.
732 (dependencies): Do not output postbootstrap dependencies at
733 first. Output non-target ones changed for configure to depend
734 on stage_last @if gcc-bootstrap, and the original deps @unless
735 gcc-bootstrap.
736 * configure.in, Makefile.in: Rebuilt.
737
71300e2c
NC
7382018-06-24 Nick Clifton <nickc@redhat.com>
739
740 * configure: Regenerate.
741
d0ac1c44
SM
7422018-06-19 Simon Marchi <simon.marchi@ericsson.com>
743
744 * libtool.m4: Use AC_LANG_SOURCE.
745 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
746 * README-maintainer-mode: Update version requirements.
747 * ar-lib: New file.
748 * test-driver: New file.
749 * configure: Re-generate.
750
e0541124
EB
7512018-06-18 Eric Botcazou <ebotcazou@adacore.com>
752
753 * Makefile.def (fortran): Add check-target-libgomp-fortran.
754 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
755 * Makefile.in: Regenerate.
756
757 * configure: Regenerate.
758
db67d458
SM
7592018-06-18 Simon Marchi <simon.marchi@ericsson.com>
760
761 * configure.ac: Sync with GCC, remove MPX-related things.
762
b5778783
NC
7632018-05-01 Nick Clifton <nickc@redhat.com>
764
765 * config.guess: Synchronize with config project master sources.
766 * config.sub: Likewise.
767
1063beb5
FT
7682018-05-01 Francois H. Theron <francois.theron@netronome.com>
769
770 * configure.ac: Added "nfp" target.
771 * configure: Regenerate.
772
b29d2641
MR
7732018-02-13 Maciej W. Rozycki <macro@mips.com>
774
775 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
776 * configure: Regenerate.
777
52b2f300
NC
7782018-01-30 Nick Clifton <nickc@redhat.com>
779
780 * src-release.sh (do_proto_toplev): Add patterns for more junk files
781 to delete before creating the tarball.
782
b431b4ea
NC
7832018-01-29 Nick Clifton <nickc@redhat.com>
784
785 * src-release.sh (do_proto_toplev): Strip patch remnant files from
786 the sources before creating the tarball.
787
19e2900b
NC
7882018-01-13 Nick Clifton <nickc@redhat.com>
789
790 * src-release.sh: Update copyright notice. Change reference to devo
791 to be a reference to root.
792
bf41f30d
NC
7932018-01-10 Nick Clifton <nickc@redhat.com>
794
795 * config-ml.in: Sync with gcc sources.
796 * config.guess: Likewise.
797 * config.sub: Likewise.
798 * configure.ac: Likewise.
7ec0cd50 799 * configure: Regenerate.
bf41f30d 800
863f7a5f
NC
8012017-12-14 Nick Clifton <nickc@redhat.com>
802
803 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
804
638d9137
SH
8052017-12-12 Stafford Horne <shorne@gmail.com>
806
807 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
808 * configure: Regenerate.
809
ef87240f
NC
8102017-09-15 Nick Clifton <nickc@redhat.com>
811
812 * src-release.sh (LZIPPROG): New define. Provides the name of the
813 lzip program.
814 (do_lz): New function. Compresses a tarball using the lzip
815 program.
816 (do_compress): Add support for lzip compression.
817 (usage): Mention -l option.
818 (build_release): Support -l option to invoke lzip compression.
819
817b7711
AM
8202017-09-15 Alan Modra <amodra@gmail.com>
821
822 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
823 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
824 and sim depending on $tool and $support_files. Echo configure line.
825
255300f5 8262017-09-14 Matt Rice <ratmice@gmail.com>
827
828 * src-release.sh (do_proto_toplev): Enable gold during release process.
829
8f0dd45f
AJ
8302017-04-13 Andrew Jenner <andrew@codesourcery.com>
831
832 * config.sub: Sync with master version in config project.
833
2f5f29ca
AJ
8342017-04-03 Andrew Jenner <andrew@codesourcery.com>
835
836 * config.sub: Handle ia16 in $basic_machine.
837
838 bfd/
839 * config.bfd: Handle ia16.
840
841 gas/
842 * configure.tgt: Handle ia16.
843
844 ld/
845 * configure.tgt: Handle ia16.
846
11997a83
NC
8472017-03-22 Nick Clifton <nickc@redhat.com>
848
849 * config.sub: Sync with master version in config project.
850 * config.guess: Likewise.
851
05a13254
NC
8522017-01-23 Nick Clifton <nickc@redhat.com>
853
854 * configure.ac: Update year in copyright notice.
855 Sync from FSF GCC mainline, bringing in the following patches.
856 * Makefile.def: Likewise.
857 * Makefile.tpl: Likewise.
858 * configure: Regenerate.
859 * Makefile.in: Regenerate.
860
861 2016-12-21 Jakub Jelinek <jakub@redhat.com>
862
863 * configure.ac: Don't bootstrap libmpx unless --with-build-config
864 includes bootstrap-mpx.
865
866 2016-12-01 Matthias Klose <doko@ubuntu.com>
867
868 * configure.ac: Don't use pkg-config to check for bdw-gc.
869
870 2016-11-30 Matthias Klose <doko@ubuntu.com>
871
872 * Makefile.def: Remove reference to boehm-gc target module.
873 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
874 options and for the bdw-gc pkg-config module.
875
876 2016-11-15 Matthias Klose <doko@ubuntu.com>
877
878 * config-ml.in: Remove references to GCJ.
879 * configure.ac: Likewise.
880
881 2016-09-30 Jakub Jelinek <jakub@redhat.com>
882
883 * configure.ac: Add target-libffi to target_libraries.
884 Readd libgcj target disablings, modified to only target-libffi.
885 Readd target addition of go to unsupported languages.
886
887 2016-09-30 Andrew Haley <aph@redhat.com>
888
889 * Makefile.def: Remove libjava.
890 * Makefile.tpl: Likewise.
891 * configure.ac: Likewise.
892
893 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
894
895 * configure.ac: Disable "sim" directory for arc*-*-*.
896
897 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
898
899 * configure.ac: Check for the minimum in-tree MPFR version
900 handled.
901
3f66c01b
AM
9022016-12-31 Alan Modra <amodra@gmail.com>
903
904 * config.sub: Import from upstream.
905
da17fe9d
AM
9062016-12-08 Alan Modra <amodra@gmail.com>
907
908 * configure: Regenerate.
909
d5451cd4
JC
9102016-12-02 Josh Conner <joshconner@google.com>
911
912 * configure.ac: Add fuchsia to targets that use ELF.
913 * configure: Regenerated.
914
5ada5c6f
DE
9152016-11-07 Doug Evans <dje@google.com>
916
917 * config.sub: Sync with upstream version 2016-11-03.
918 git://git.sv.gnu.org/config.git
919 * config.guess: Sync with upstream version 2016-10-02.
920
07619d52
SM
9212016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
922
923 * .gitignore: Add archives and make stamps.
924
bedbe19c
YTL
9252016-07-20 Yan-Ting Lin <currygt52@gmail.com>
926
927 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
928 * configure: Regenerated.
929
9abdce70
WL
9302016-06-28 Walter Lee <walt@tilera.com>
931
932 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
933 * configure: Regenerate.
934
0597bdc4
AM
9352016-05-28 Alan Modra <amodra@gmail.com>
936
937 * Makefile.tpl (configure): Depend on m4 files included.
938 * Makefile.in: Regenerate.
939
1690f1db
NC
9402016-05-27 Nick Clifton <nickc@redhat.com>
941
942 * config.guess (Alpha OSF1): Fix typo introduced during the most
943 recent synchronization update.
944
b43b8535
NC
9452016-05-23 Nick Clifton <nickc@redhat.com>
946
947 * Import these patches from the gcc mainline:
948
949 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
950
951 * config.guess: Import version 2016-04-02 (newest).
952 * config.sub: Import version 2016-05-10 (newest).
953
bb7dc663
NC
9542016-04-19 Nick Clifton <nickc@redhat.com>
955
956 * Import this patch from the GCC mainline:
957
958 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
959
960 PR bootstrap/70173
961 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
962 and gotools directories. Delete the stage_final file.
963 * Makefile.in: Regenerate.
964
ea016470
CC
9652016-03-17 Cary Coutant <ccoutant@gmail.com>
966
967 * configure.ac: Add mips and s390 to the gold target check.
968 * configure: Regenerate.
969
52cf9762
NC
9702016-02-10 Nick Clifton <nickc@redhat.com>
971
972 Import these patches from the GCC mainline:
973
974 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
975
976 * configure.ac: Enable LTO for DJGPP
977 * configure: Regenerate
978
979 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
980
981 PR bootstrap/69329
982 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
983 * Makefile.in: Regenerate.
984
985 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
986 Sebastian Pop <s.pop@samsung.com>
987
988 * Makefile.in: Regenerate.
989 * Makefile.tpl: Export ISLVER.
990 * configure: Regenerate.
991 * config/isl.m4: Detect isl-0.15.
992
993 2016-01-29 Sebastian Pop <s.pop@samsung.com>
994
995 * config/isl.m4: Add comments about isl-0.16.
996 * configure: Regenerate.
997
1985dc2d
L
9982016-01-12 H.J. Lu <hongjiu.lu@intel.com>
999
1000 Sync with GCC
1001 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1002
1003 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1004 symbols.
1005
1006 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
1007
1008 PR bootstrap/69134
1009 * Makefile.def (mpfr): Disable assembler.
1010 * Makefile.in: Regenerate.
1011
4849dfd8
NC
10122016-01-11 Nick Clifton <nickc@redhat.com>
1013
1014 Import the following changes from the GCC mainline:
1015
1016 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1017
1018 * configure.ac: Enable libmpx by default.
1019 * configure: Regenerated.
1020
1021 2015-11-19 Martin Liska <mliska@suse.cz>
1022
1023 * .gitignore: Add .clang-format to ignored files.
1024 * Makefile.tpl: Add clang-format.
1025 * Makefile.in: Regenerate.
1026
1027 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1028
1029 PR libffi/65726
1030 * Makefile.def (lang_env_dependencies): Make libffi depend
1031 on cxx.
1032 * Makefile.in: Regenerate.
1033
1034 2015-12-02 Ian Lance Taylor <iant@google.com>
1035
1036 PR go/66147
1037 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1038 * Makefile.in: Regenerate.
1039
1040 2015-12-17 Nathan Sidwell <nathan@acm.org>
1041
1042 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1043 * configure: Regenerate.
1044
1045 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1046
1047 * Makefile.in: Replace ISL with isl.
1048 * Makefile.tpl: Same.
1049 * config/isl.m4: Same.
1050 * configure.ac: Same.
1051 * contrib/download_prerequisites: Same.
1052 * configure: Regenerate.
1053
1054 2016-01-01 Ben Elliston <bje@gnu.org>
1055
1056 * config.guess: Import version 2016-01-01.
1057 * config.sub: Likewise.
1058
f075eb5e
TG
10592015-11-20 Tristan Gingold <gingold@adacore.com>
1060
1061 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1062 * configure: Regenerate.
1063
6c3bc0f8
NC
10642015-10-21 Nick Clifton <nickc@redhat.com>
1065
1066 PR gas/19109
1067 * configure.ac: Note the 'none' is an acceptable argument to
1068 --enable-compressed-debug-sections.
1069 * configure: Regenerate.
1070
edeefb67
L
10712015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1072
1073 PR gas/19109
1074 * configure.ac: Add
1075 --enable-compressed-debug-sections={all,gas,gold,ld}.
1076 * configure: Regenerated.
1077
68996839
NC
10782015-09-30 Nick Clifton <nickc@redhat.com>
1079
1080 Import the following patches from the GCC mainline:
1081
1082 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1083
1084 PR libfortran/54572
1085 * Makefile.def: Make libgfortran depend on libbacktrace.
1086 * Makefile.in: Regenerate.
1087
1088 2015-08-12 Tom de Vries <tom@codesourcery.com>
1089
1090 PR other/67092
1091 PR other/67098
1092 * configure.ac: Remove --with_host_libstdcxx support.
1093 * configure: Regenerate.
1094
1095 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1096 Jakub Jelinek <jakub@redhat.com>
1097
1098 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1099 nvptx*-*-*.
1100 * configure: Regenerate.
1101
5960642a
L
11022015-08-07 H.J. Lu <hongjiu.lu@intel.com>
1103
1104 Sync with GCC
1105 2015-07-28 Ben Elliston <bje@gnu.org>
1106
1107 * config.sub, config.guess: Import from upstream.
1108
016a3251
DD
11092015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1110
1111 * Makefile.def (libiconv): Define bootstrap=true.
1112 Mark pdf/html/info as missing.
1113 (configure-gcc): Depend on all-libiconv.
1114 (all-gcc): Ditto.
1115 (configure-libcpp): Ditto.
1116 (all-libcpp): Ditto.
1117 (configure-intl): Ditto.
1118 (all-intl): Ditto.
1119 * Makefile.in: Regenerate.
1120
136bb21f
L
11212015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1122
1123 Sync with GCC
1124 2015-07-24 Michael Darling <darlingm@gmail.com>
1125
1126 PR other/66259
1127 * config-ml.in: Reflects renaming of configure.in to configure.ac
1128 * configure: Likewise
1129 * configure.ac: Likewise
1130
22121df0
L
11312015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1132
1133 * Makefile.in: Regenerated.
1134
1135 Sync with GCC
1136 2015-05-21 Jason Merrill <jason@redhat.com>
1137
1138 * Makefile.tpl: Update comments.
1139
1140 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1141
1142 * Makefile.tpl: Remove surplus whitespace throughout.
1143
1144 2015-03-25 Martin Liska <mliska@suse.cz>
1145 Yury Gribov <y.gribov@samsung.com>
1146
1147 * Makefile.tpl: Fix ln source location for vimrc file.
1148
969b1713
L
11492015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1150
1151 Sync with GCC
1152 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1153
1154 * configure.ac: FT32 target added.
1155 * configure: Regenerate.
1156
ce6c656d
L
11572015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1158
1159 Sync with GCC
1160 2015-06-02 Jason Merrill <jason@redhat.com>
1161
1162 PR bootstrap/66319
1163 * configure.ac: Use -std=gnu++98.
1164
1165 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1166
1167 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1168 * configure: Regenerate.
1169
1170 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1171
1172 * configure.ac: Fix typo.
1173 * configure: Regenerate.
1174
1175 2015-05-03 Matthias Klose <doko@ubuntu.com>
1176
1177 * configure.ac: Match $host configured with triplets.
1178 * configure: Regenerate.
1179
1180 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1181
1182 PR bootstrap/62077
1183 * configure.ac (--enable-stage1-checking): Default to
1184 release,misc,gimple,rtlflag,tree,types if --disable-checking
1185 or --enable-checking is not specified and DEV-PHASE is not
1186 experimental.
1187 * configure: Regenerated.
1188
1189 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1190
1191 Install back PR target/47230 fix (Revert the revert).
1192
16beab3d
L
11932015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1194
1195 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1196 target.
1197 * configure: Regenerate.
1198
5569a85f
JDA
11992015-05-13 John David Anglin <dave.anglin@bell.net>
1200
1201 * configure.ac: Disable configuration of GDB for HPUX targets.
1202 * configure: Regenerate.
1203
e81d5d05
L
12042015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1205
1206 PR ld/18355
1207 * Makefile.def: Add extra_configure_flags to host zlib.
1208 * configure.ac (extra_host_zlib_configure_flags): New. Set
1209 to --enable-host-shared When bfd is to be built as shared
1210 library. AC_SUBST.
1211 * Makefile.in: Regenerated.
1212
ec5b9462
HPN
12132015-04-15 Mike Frysinger <vapier@gentoo.org>
1214 Hans-Peter Nilsson <hp@axis.com>
1215
1216 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 1217 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
1218 use that in the getver call instead of $tool.
1219 (sim_release): Pass gdb as fifth parameter to tar_compress.
1220 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1221
f91ca6bc
IB
12222015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1223
1224 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1225 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1226 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1227 * Makefile.in: Regenerate.
1228
cf39cfc5
L
12292015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1230
1231 * configure.ac: Add --with-system-zlib.
1232 * configure: Regenerated.
1233
6ac1079e
L
12342015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1235
1236 * src-release.sh: Don't configure with --with-target-subdir=.
1237 --disable-multilib.
1238
890ba06f
L
12392015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1240
1241 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1242 src-release.sh.
1243
5675acd9
ES
12442015-03-30 Ed Schouten <ed@nuxi.nl>
1245
1246 * config.sub: Update from upstream, to 2015-03-04 version.
1247 * config.guess: Likewise.
1248
d2d67aea
L
12492015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1250
1251 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1252 * Makefile.in: Regenerated.
1253
92c695a1
L
12542015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1255
1256 * src-release.sh (do_proto_toplev): Configure with --target
1257 --with-target-subdir and --disable-multilib.
1258 (BINUTILS_SUPPORT_DIRS): Add zlib.
1259 (GAS_SUPPORT_DIRS): Likewise.
1260 (GDB_SUPPORT_DIRS): Likewise.
1261 (SIM_SUPPORT_DIRS): Likewise.
1262
091021fa
L
12632015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1264
1265 * configure.ac (target_configdirs): Exclude target-zlib if
1266 target-libjava isn't built.
1267 * configure: Regenerated.
1268
5df8a8fc
L
12692015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1270
1271 Sync with GCC
1272 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1273
1274 * config-ml.in: Robustify ac_configure_args parsing.
1275
1b6c0831
L
12762015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1277
1278 * Makefile.def: Updated from GCC trunk.
1279 * Makefile.tpl: Likewise.
1280 * configure.ac: Likewise.
1281 * Makefile.in: Regenerated.
1282 * configure: Likewise.
1283
3f8107ab
AM
12842015-01-28 James Bowman <james.bowman@ftdichip.com>
1285
1286 * configure.ac: Add FT32 support.
1287 * configure: Regenerate.
1288
10b8fe5e
AG
12892015-01-12 Anthony Green <green@moxielogic.com>
1290
1291 * configure.ac: Don't disable gprof for moxie.
1292 * configure: Rebuild.
1293
6b91c541
AP
12942015-01-03 Andrew Pinski <apinski@cavium.com>
1295
1296 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1297 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1298 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1299 (OBJCOPY_FOR_TARGET): New variable.
1300 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1301 * Makefile.in: Regenerate.
1302 * configure.ac: Check for already installed target objcopy.
1303 Also GCC_TARGET_TOOL on objcopy.
1304 * configure: Regenerate.
1305
6ba37ab4
HPN
13062015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1307
1308 * config.sub: Update from upstream, to 2015-01-01 version.
1309 * config.guess: Ditto.
1310
bb5f7690
EB
13112014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1312
1313 * config.sub: Update from upstream config repo.
1314
6e733cce
L
13152014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1316
1317 * libtool.m4: Updated from GCC trunk.
1318
8969c424
JBG
13192014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1320
1321 * config.guess: Update from upstream config repo.
1322 * config.sub: Ditto.
1323
37e77caf
JBG
13242014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1325
1326 * move-if-change: Update from upstream gnulib.
1327
e3046511
JBG
13282014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1329
1330 * compile: Sync with upstream Automake.
1331 * depcomp: Ditto.
1332 * install-sh: Ditto.
1333 * missing: Ditto.
1334 * mkinstalldirs: Ditto.
1335 * ylwrap: Ditto.
1336
3e615393
TG
13372014-10-15 Tristan Gingold <gingold@adacore.com>
1338
1339 * src-release.sh (do_proto_toplev): Configure with --target.
1340
6d26190c
JY
13412014-10-03 Jing Yu <jingyu@google.com>
1342
1343 * configure.ac: Add aarch64 to list of targets that support gold.
1344 * configure: Regenerate.
1345
a9d58c06
AB
13462014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1347
1348 * configure.ac: Add mips*-img-elf* target triple.
1349 * configure: Regenerate.
1350
b25b5cef
CJW
13512014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1352 * configure: Disable gdb for nds32*-*-* until supported.
1353 * configure.ac: Disable gdb for nds32*-*-* until supported.
1354
f8797b5a
JB
13552014-09-05 Joel Brobecker <brobecker@adacore.com>
1356
1357 * configure: Regenerate.
1358
2536ee9d
WN
13592014-08-27 Will Newton <will.newton@linaro.org>
1360
1361 * src-release.sh: New file.
1362 * src-release: Remove file.
1363
1f995db6
JS
13642014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1365
1366 GDB not supported for or1k*-*-rtems*
1367 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1368 of the stanzas results in this not being caught by or1k*-*-* later.
1369 * configure. Regenerated.
1370
a843ea33
SB
13712014-07-25 Samuel Bronson <naesten@gmail.com>
1372
1373 * .gitattributes: New file for use with git-merge-changelog.
1374
cfbc1a6c
JS
13752014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1376
1377 Disable gdb for or1k*-*-* until supported
1378 * configure.ac (or1k*-*-*): Disable gdb.
1379 * configure: Regenerated.
1380
d9e042ac
SL
13812014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1382
1383 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1384 * configure: Regenerated.
1385
201f096f 13862014-03-26 Jakub Jelinek <jakub@redhat.com>
1387
1388 PR sanitizer/56781
1389 * Makefile.def: Set bootstrap=true; for host fixincludes.
1390 * configure.ac: Don't bootstrap host fixincludes unless
1391 --with-build-config=bootstrap-{a,ub}san.
1392 * Makefile.in: Regenerated.
1393 * configure: Regenerated.
1394
730af8ee 13952014-03-21 Jakub Jelinek <jakub@redhat.com>
1396
1397 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1398 --enable-vtable-verify option parsing. Don't add
1399 target-libsanitizer to bootstrap_target_libs unless
1400 --with-build-config=bootstrap-asan or
1401 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1402 to bootstrap_target_libs unless --enable-vtable-verify.
1403 * configure: Regenerated.
1404
abca8d87 14052014-03-07 Jakub Jelinek <jakub@redhat.com>
1406
1407 PR bootstrap/58572
1408 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1409 -I for libstdc++-v3 includes if $(LEAN).
1410 * Makefile.in: Regenerated.
1411
68d122bb 14122014-02-24 Walter Lee <walt@tilera.com>
1413
1414 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1415 (tilegx-*-*): Change to tilegx*-*-*.
1416 * configure: Regenerate.
1417
39d1b2ae
RS
14182014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1419
1420 * config.sub, config.guess: Import from upstream.
1421
50f80006
EB
14222014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1423
1424 PR bootstrap/60620
72f4393d 1425 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1426 * Makefile.in: Regenerate.
1427
a6305403
YS
14282014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1429
1430 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1431 for WINDRES_FOR_TARGET in default-manifest.o rule.
1432 * Makefile.in: Regenerate.
1433
62a0f723
RO
14342014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1435
1436 PR target/59788
1437 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1438 *solaris2*.
1439
530e8392
KB
14402013-12-19 Keven Boell <keven.boell@intel.com>
1441
1442 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1443 nested lookups for fortran modules.
1444 * dwarf2read.c (read_module): Add fortran module to
1445 the symbol table.
1446 (add_partial_symbol, add_partial_module): Add fortran
1447 module to the partial symbol table.
1448 (new_symbol_full): Create full symbol for fortran module.
1449 * f-exp.y (yylex): Add new module domain to be parsed.
1450 * symtab.h: New domain for fortran modules.
1451
7f9b20bb
KB
14522013-12-19 Keven Boell <keven.boell@intel.com>
1453
1454 * f-exp.y (yylex): Add domain array to enable lookup
1455 in multiple domains. Loop over lookup domains and try
1456 to find requested symbol. Add STRUCT_DOMAIN to lookup
1457 domains to be able to query for user defined types.
1458
afc0578d 14592013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1460
1461 * configure.ac: Add user-friendly check for native x86_64-linux
1462 multilibs.
1463 * configure: Regenerate.
1464
f3f51a69
AM
14652013-11-23 Alan Modra <amodra@gmail.com>
1466
1467 * config.sub, config.guess: Import from upstream.
1468
2440009d 14692013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1470
2440009d 1471 * Makefile.in: Regenerate.
1472
e78e02e6 1473 * Makefile.tpl: Fix typo.
1474 * Makefile.in: Regenerate partially.
1475
9aaf2a7e 14762013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1477
1478 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1479 supported.
1480 * configure: Regenerated.
1481
880b18d1 14822013-10-30 Jason Merrill <jason@redhat.com>
1483
1484 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1485 --disable-build-format-warnings.
1486
522e3d71 14872013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1488
f3f51a69 1489 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1490 depend on libstdc++ and libgcc.
1491 * configure: Regenerate.
1492 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1493 libcilkrts for POSIX and i*86, and x86_64 architectures.
1494 * Makefile.in: Added libcilkrts related fields to support building it.
1495
cb49a9e1 14962013-10-26 Jeff Law <law@redhat.com>
1497
1498 * Makefile.def (target_modules): Remove libmudflap
1499 (languages): Remove check-target-libmudflap).
1500 * Makefile.in: Rebuilt.
1501 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1502 * configure.ac (target_libraries): Remove target-libmudflap.
1503 Remove checks which disabled libmudflap on some systems.
1504 * configure: Rebuilt.
1505 * libmudflap: Directory removed.
1506
82033c9b
JBG
15072013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1508
1509 * configure.ac: Update from GCC.
1510 * configure: Regenerate.
1511
b50d7605
HPN
15122013-10-15 Hans-Peter Nilsson <hp@axis.com>
1513
1514 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1515 files in SUPPORT_FILES.
1516 (SIM_SUPPORT_DIRS): New variable.
1517 (sim.tar.bz2): New rule.
1518
f4cfb980
JBG
15192013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1520
1521 * configure.ac: Update from GCC.
1522 * configure: Regenerate.
1523
78b1434c
JJ
15242013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1525
1526 * COPYING.NEWLIB: Update with new copyright.
1527
b3fc79f8
JBG
15282013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1529
1530 * configure.ac: Update from GCC.
1531 * configure: Regenerate.
1532
cc9afea3
AM
15332013-09-20 Alan Modra <amodra@gmail.com>
1534
1535 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1536 ppc host match. Support little-endian powerpc linux hosts.
1537
f006cabd
JB
15382013-08-16 Joel Brobecker <brobecker@adacore.com>
1539
1540 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1541 strip the "-cvs" suffix from the version number if present.
1542
95e43135
JBG
15432013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1544
1545 * configure.ac: Sync with GCC repo.
1546 * Makefile.def: Ditto.
1547 * configure: Regenerate.
1548 * Makefile.in: Ditto.
1549
7539e41e
JB
15502013-07-22 Joel Brobecker <brobecker@adacore.com>
1551
1552 * src-release (VER): Use $(TOOL)/common/create-version.sh
1553 if it exists.
1554
e8044f35
RS
15552013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1556
1557 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1558 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1559 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1560 * configure: Regenerate.
1561
7bab7634
DC
15622013-06-01 George Thomas <george.thomas@atmel.com>
1563
95e43135
JBG
1564 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1565 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1566
b5364c9e
JJ
15672013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1568
1569 * COPYING.NEWLIB: Add Altera Corporation copyright.
1570
5dad867c
JBG
15712013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1572
1573 * config.guess: Update from config repo.
1574 * config.sub: Ditto.
1575
b836cb18
JBG
15762013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1577
1578 * Makefile.def: Sync with GCC.
1579 * Makefile.in: Regenerate.
1580
e7d5abf1
JBG
15812013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1582
1583 * configure.ac: Sync with GCC.
b836cb18 1584 * configure: Regenerate.
e7d5abf1 1585
4f778543
MF
15862013-03-22 Mike Frysinger <vapier@gentoo.org>
1587
1588 * src-release (VER): Change bfd/configure.in sed to use the new
1589 `bfd/configure --version` output.
1590
f1dd87fc
YZ
15912013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1592
1593 * configure.ac: Sync with GCC repo.
1594 * configure: Ditto.
1595
a413f71a
ILT
15962013-02-05 Ian Lance Taylor <iant@google.com>
1597
1598 PR go/55969
1599 * configure.ac: Disable libgo on some systems where it does not
1600 work.
1601 * configure: Rebuild.
1602
3a98824c
AM
16032013-02-05 Alan Modra <amodra@gmail.com>
1604
1605 * configure: Regenerate after syncing config/.
1606
3dae1673
JBG
16072013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1608
1609 * configure.ac: Sync with GCC repo.
1610 * configure: Ditto.
1611 * Makefile.def: Ditto.
1612 * Makefile.in: Ditto.
1613
bf51454b
JB
16142013-01-11 Joel Brobecker <brobecker@adacore.com>
1615
1616 Sync with GCC, merge:
1617
1618 2013-01-09 Jason Merrill <jason@redhat.com>
1619
1620 * .gitignore: Import from gdb repository.
1621
c841a2be
JBG
16222013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1623
1624 * config.sub: Update from config repo.
1625
d7b9dae9
EB
16262013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1627
1628 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1629 * Makefile.in: Regenerate.
1630
861ea9c8
L
16312013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1632
1633 * Makefile.def (configure-gcc): Depend on all-gmp.
1634 (all-gcc): Remove dependency on all-gmp.
1635 * Makefile.in: Regenerated.
1636
ce82b126
JBG
16372013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1638
1b4f418d 1639 * config.guess: Update from config repo.
c2e5e6d7 1640 * config.sub: Ditto.
ce82b126 1641
fd62a30d
JJ
16422013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1643
1644 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1645 exists and replace the new bfin license in its location.
1646
0140d685
L
16472013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1648
1649 PR gas/14899
1650 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1651 all-ld and all-gold depend on all-gas.
1652 * Makefile.in: Regenerated.
1653
c3d399e7
L
16542012-12-29 Ben Elliston <bje@gnu.org>
1655
1656 * config.guess: Update to 2012-12-29 version.
1657 * config.sub: Likewise.
1658
9417cd2f
JBG
16592012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1660
1661 * Makefile.def (install-target-libgo): Depend on
1662 install-target-libatomic. Merged from GCC repo.
1663 * Makefile.in: Regenerate.
1664
68dad382
JJ
16652012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1666
1667 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1668
2344b8da
TS
16692012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1670
1671 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1672 * configure: Regenerate.
1673
5eb08693
L
16742012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1675
1676 * Makefile.def (target_modules): Add bootstrap=true and
1677 raw_cxx=true to libsanitizer.
1678 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1679 * Makefile.in: Regenerated.
1680 * configure: Likewise.
1681
53ab32d8
JBG
16822012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1683
1684 * config.sub: Merge from config repo.
1685
d2489204
JBG
16862012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1687
1688 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1689 * Makefile.tpl: Ditto.
1690 * Makefile.in: Ditto.
1691 * configure: Ditto.
d2489204 1692
c23b5043
JBG
16932012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1694
1695 * configure.ac (noconfigdirs): Merge from GCC.
1696 * configure: Regenerate.
1697
1dd1f7f6
JBG
16982012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1699
1700 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1701
2bda3143
L
17022012-11-14 Roland McGrath <mcgrathr@google.com>
1703
1704 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1705 * configure: Regenerate.
1706
5286fdef
L
17072012-11-13 Richard Henderson <rth@redhat.com>
1708
1709 * configure.ac: Move libsanitizer logic to subdirectory.
1710 * configure: Regenerate.
1711
17122012-11-13 Dodji Seketeli <dodji@redhat.com>
1713
1714 * configure.ac: Enable libsanitizer just on x86 linux for now.
1715 * configure: Re-generate.
1716
17172012-11-13 David Edelsohn <dje.gcc@gmail.com>
1718
1719 * configure.ac: Merge libquadmath sections.
1720 * configure: Regenerate.
1721
17222012-11-12 Wei Mi <wmi@google.com>
1723
1724 * configure.ac: Add libsanitizer to target_libraries.
1725 * Makefile.def: Ditto.
1726 * configure: Regenerate.
1727 * Makefile.in: Regenerate.
1728
f66a9a70
L
17292012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1730
1731 * configure: Regenerated.
1732
17332012-11-03 Robert Mason <rbmj@verizon.net>
1734
1735 * configure.ac: add --disable-libstdcxx configure option
1736 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1737
6d94c122
CV
17382012-10-24 Corinna Vinschen <corinna@vinschen.de>
1739
1740 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1741 against Mingw64 w32api.
1742 * configure: Regenerate.
1743
a882be68
EB
17442012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1745
1746 PR bootstrap/54820
1747 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1748 * configure: Regenerate.
1749
b3676d82
EB
17502012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1751
1752 PR bootstrap/54820
1753 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1754 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1755 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1756 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1757 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1758 * Makefile.in: Regenerate.
1759 * configure.ac (have_static_libs): New variable and associated check.
1760 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1761 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1762 * configure: Regenerate.
1763
7b0e8ca5
MF
17642012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1765
1766 * config.guess, config.sub: Include updated version from
1767 config-patches. Adds microblaze little endian support.
1768
8e71395b
L
17692012-09-28 Ian Lance Taylor <iant@google.com>
1770
1771 * Makefile.def: Make all-target-libgo depend on
1772 all-target-libbacktrace.
1773 * Makefile.in: Rebuild.
1774
17752012-09-26 Ian Lance Taylor <iant@google.com>
1776
1777 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1778 * Makefile.in: Rebuild.
1779
17802012-09-06 Diego Novillo <dnovillo@google.com>
1781
1782 * configure.ac: Bump minimum GMP version to 4.2.3.
1783 * configure: Re-generate.
1784
17852012-09-05 Georg-Johann Lay <avr@gjlay.de>
1786
1787 PR target/54461
1788 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1789 target-libgloss if not configured --with-avrlibc=no.
1790 * configure: Regenerate.
1791
17922012-09-04 Jason Merrill <jason@redhat.com>
1793
1794 * configure.ac: Fix --enable-languages=all.
1795
17962012-09-03 Richard Guenther <rguenther@suse.de>
1797
1798 PR bootstrap/54138
1799 * configure.ac: Re-organize ISL / CLOOG checks to allow
1800 disabling with either --without-isl or --without-cloog.
1801 * configure: Regenerated.
1802
18032012-09-03 Georg-Johann Lay <avr@gjlay.de>
1804
1805 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1806 * configure: Regenerate.
1807
d09bbf00
SE
18082012-09-21 Steve Ellcey <sellcey@mips.com>
1809
1810 * configure.ac: Add mips*-mti-elf* target.
1811 * configure: Regenerate.
1812
2bf680c4
ILT
18132012-09-19 Ian Lance Taylor <iant@google.com>
1814
1815 * configure.ac (host_libs): Add libbacktrace.
1816 (target_libraries): Add libbacktrace.
1817 * Makefile.def (host_modules): Add libbacktrace.
1818 (target_modules): Likewise.
1819 * configure, Makefile.in: Rebuild.
1820
5c0b3823
WL
18212012-09-15 Jiong Wang <jiwang@tilera.com>
1822
1823 * configure.ac (ENABLE_GOLD): support tilegx*
1824 * configure: rebuild
1825
1488e230
DE
18262012-09-14 David Edelsohn <dje.gcc@gmail.com>
1827
1828 PR target/38607
1829 Merge upstream change.
1830 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1831
1832 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1833 Add libgomp*.o to compare_exclusions for AIX.
1834 * configure: Regenerate.
1835
df6795ce
L
18362012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1837
1838 PR binutils/4970
1839 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1840 and opcodes.
1841 * Makefile.in: Regenerated.
1842
7ec59b9e
L
18432012-08-14 Diego Novillo <dnovillo@google.com>
1844
1845 Merge from cxx-conversion branch.
1846
1847 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1848 POSTSTAGE1_CONFIGURE_FLAGS.
1849 * Makefile.in: Regenerate.
1850 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1851 Force C++ when bootstrapping.
1852 * configure: Regenerate.
1853
18542012-07-06 Richard Guenther <rguenther@suse.de>
1855
1856 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1857 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1858 --with-gmp=system.
1859 * Makefile.in: Regenerated.
1860 * configure: Likewise.
1861
18622012-07-06 Richard Guenther <rguenther@suse.de>
1863
1864 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1865 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1866 supply V=1 as extra_make_flags.
1867 * configure: Regenerated.
1868 * Makefile.in: Likewise.
1869
18702012-07-03 Richard Guenther <rguenther@suse.de>
1871
1872 * Makfile.def (isl): Remove not necessary extra_exports and
1873 extra_make_flags.
1874 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1875 * Makefile.in: Regenerated.
1876
18772012-07-03 Richard Guenther <rguenther@suse.de>
1878
1879 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1880 * configure.ac: If either the ISL or the CLooG check failed
1881 do not try to build in-tree versions.
1882 * Makefile.in: Regenerated.
1883 * configure: Regenerated.
1884
18852012-07-02 Richard Guenther <rguenther@suse.de>
1886 Michael Matz <matz@suse.de>
1887 Tobias Grosser <tobias@grosser.es>
1888 Sebastian Pop <sebpop@gmail.com>
1889
1890 * Makefile.def: Add ISL host module, remove PPL host module.
1891 Adjust ClooG host module to use the proper ISL.
1892 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1893 * configure.ac: Include config/isl.m4. Add ISL host library,
1894 remove PPL. Remove PPL configury, add ISL configury, adjust
1895 ClooG configury.
1896 * Makefile.in: Regenerated.
1897 * configure: Likewise.
1898
18992012-07-02 Richard Guenther <rguenther@suse.de>
1900
1901 Merge from graphite branch
1902 2011-07-21 Tobias Grosser <tobias@grosser.es>
1903
1904 * configure: Regenerated.
1905 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1906 both cloog.org and legacy versions. The only supported version will
1907 be CLooG with the isl backend.
1908
1909 2011-07-21 Tobias Grosser <tobias@grosser.es>
1910
1911 * configure: Regenerated.
1912 * configure.ac: Require cloog isl 0.17.0
1913
1914 2011-07-21 Tobias Grosser <tobias@grosser.es>
1915
1916 * configure: Regenerated.
1917 * config/cloog.m4: Do not define CLOOG_ORG
1918
19192012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1920
1921 * configure.ac: Skip C if explicitly selected.
1922 * configure: Regenerate.
1923
19242012-06-28 Christophe Lyon <christophe.lyon@st.com>
1925
1926 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1927 they contain -O2.
1928 * configure: Regenerate.
1929
19302012-06-20 Jason Merrill <jason@redhat.com>
1931
1932 * Makefile.tpl (check-target-libgomp-c++): New.
1933 (check-target-libitm-c++): New.
1934 * Makefile.def (c++): Add them.
1935 * Makefile.in: Regenerate.
1936
19372012-05-16 Olivier Hainque <hainque@adacore.com>
1938
1939 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1940 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1941 (install-no-fixedincludes): Adjust accordingly.
1942 * Makefile.in: Regenerate.
1943
19442012-05-09 Nick Clifton <nickc@redhat.com>
1945 Paul Smith <psmith@gnu.org>
1946
1947 PR bootstrap/50461
1948 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1949 allow for the fact that from release v3.1.0 of MPFR the source
1950 files were moved into a src sub-directory.
1951 * configure: Regenerate.
1952
19532012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1954
1955 * configure.ac: Bump minimum MPFR version to 2.4.0.
1956 * configure: Regenerated.
1957
19582012-05-01 Richard Henderson <rth@redhat.com>
1959
1960 * Makefile.def (libatomic): New target_module.
1961 * configure.ac (target_libraries): Add libatomic.
1962 (noconfigdirs): Check if libatomic is supported.
1963 * Makefile.in, configure: Rebuild.
1964
f87f9c61
L
19652012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1966
1967 Merge upstream change
1968 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1969
19702011-11-21 Andreas Tobler <andreast@fgznet.ch>
1971
1972 * libtool.m4: Additional FreeBSD 10 fixes.
1973
68f107fa
AO
19742012-06-28 Christophe Lyon <christophe.lyon@st.com>
1975
1976 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1977 they contain -O2.
1978 * configure: Regenerate.
1979
b9c361e0
JL
19802012-05-14 Catherine Moore <clm@codesourcery.com>
1981
1982 * NEWS: Mention PowerPC VLE port.
1983
9eb322aa
MF
19842012-05-11 Mike Frysinger <vapier@gentoo.org>
1985
1986 * MAINTAINERS (config/): Move to intl/ section.
1987 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1988
58b1dd21
NC
19892012-05-09 Nick Clifton <nickc@redhat.com>
1990 Paul Smith <psmith@gnu.org>
1991
1992 PR bootstrap/50461
1993 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1994 allow for the fact that from release v3.1.0 of MPFR the source
1995 files were moved into a src sub-directory.
1996 * configure: Regenerate.
1997
2e702c99
RM
19982012-05-02 Roland McGrath <mcgrathr@google.com>
1999
2000 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2001 * configure: Regenerate.
2002
d2213593
JB
20032012-04-25 Joel Brobecker <brobecker@adacore.com>
2004
2005 * config.sub: Update to 2012-04-18 version from official repo.
2006
202e2356
NC
20072012-03-19 Tristan Gingold <gingold@adacore.com>
2008
2009 * configure.ac (ia64*-*-*vms*): Add support for ld.
2010 * configure: Regenerate.
2011
2479f722
RO
20122012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2013
2014 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2015 (unsupported_languages): Remove mips-sgi-irix6.*.
2016 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2017 (with_stabs): Remove.
2018 * configure: Regenerate.
2019
4e97d92b
RO
20202012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2021
2022 * configure.ac (enable_libgomp): Remove *-*-osf*.
2023 (with_stabs): Remove alpha*-*-osf*.
2024 * configure: Regenerate.
2025
f9ea6f98
JJ
20262012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2027
2028 * COPYING.NEWLIB: Modify DJ Delorie license to include
2029 modification rights in clause as permitted by DJ Delorie.
2030 * COPYING.LIBGLOSS: Ditto.
2031
48688b3e
JJ
20322012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2033
2034 * COPYING.NEWLIB: Remove two unused licenses.
2035
0945bbee
TG
20362012-03-05 Tristan Gingold <gingold@adacore.com>
2037
2038 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2039 * configure: Regenerate.
2040
516be0c5
JJ
20412012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
2042
2043 * COPYING.NEWLIB: Add Adapteva notice.
2044 * COPYING.LIBGLOSS: Add Adapteva notice.
2045
64b986c0
EB
20462011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2047
2048 * configure: Regenerate.
2049
58cddc18
JJ
20502011-12-15 Jeff Johnston <jjohnstn@redhat.com>
2051
2052 * COPYING.LIBGLOSS: Add GPL with exception license.
2053
b121d7d4
DD
20542011-11-09 Roland McGrath <mcgrathr@google.com>
2055
2056 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2057 * configure: Rebuild.
2058 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2059 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2060 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2061 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2062 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2063 Add READELF.
2064 * Makefile.in: Rebuild.
2065
d32e2926
RH
20662011-11-08 Richard Henderson <rth@redhat.com>
2067
2068 * configure.ac: Test for libitm directory present first.
2069
2070 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2071
2072 * configure.ac: Test libitm/configure.tgt to disable libitm.
2073 * configure: Rebuild.
2074
98dd765a
RO
20752011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2076
2077 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2078 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2079 * Makefile.in: Regenerate.
2080
99c513f6
DD
20812011-11-01 DJ Delorie <dj@redhat.com>
2082
2083 * configure.ac (rl78-*-*) New case.
2084 * configure: Regenerate.
2085
ff3ec4ee
DD
20862011-11-01 DJ Delorie <dj@redhat.com>
2087
2088 * config.sub: Update to version 2011-10-29 (added rl78)
2089
c28a9f49
NC
20902011-10-27 Nick Clifton <nickc@redhat.com>
2091
2092 * config.sub: Import these changes from the config project:
2093
a903d6ac 2094 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
2095 Ben Elliston <bje@gnu.org>
2096
2097 * config.sub (epiphany): New.
2098
2099 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2100 Ben Elliston <bje@gnu.org>
2101
9eb322aa 2102 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
2103
2104 2011-08-23 Roland McGrath <mcgrathr@google.com>
2105
2106 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2107 64eb to be64.
2108
2109 2011-08-16 Roland McGrath <mcgrathr@google.com>
2110
2111 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2112 (nacl): Grok as alias for 32el-unknown-nacl.
2113
860144e4
JB
21142011-08-19 Joel Brobecker <brobecker@adacore.com>
2115
2116 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
2117
40ae9136
YQ
21182011-08-14 Yao Qi <yao@codesourcery.com>
2119
2120 Merge from gcc:
2121
2122 2011-08-14 Yao Qi <yao@codesourcery.com>
2123 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2124 * configure: Regenerate.
2125
ffdd6afc
ILT
21262011-07-26 Ian Lance Taylor <iant@google.com>
2127
2128 Merge from gcc:
2129
2130 2011-07-26 Ian Lance Taylor <iant@google.com>
2131 * configure.ac: Set have_compiler based on whether gcc directory
2132 exists, rather than on whether gcc is in configdirs.
2133 * configure: Rebuild.
2134
2135 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2136 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2137 link directories.
2138 * Makefile.in: Rebuild.
2139
2140 2011-07-20 Ian Lance Taylor <iant@google.com>
2141 PR bootstrap/49787
2142 * configure.ac: Move --enable-bootstrap handling earlier in file.
2143 If --enable-bootstrap and either --enable-build-with-cxx or
2144 --enable-build-poststage1-with-cxx, enable C++ automatically.
2145 * configure: Rebuild.
2146
2147 2011-07-19 Ian Lance Taylor <iant@google.com>
2148 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2149 make C++ a boot_language. Set and substitute
2150 POSTSTAGE1_CONFIGURE_FLAGS.
2151 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2152 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2153 * configure, Makefile.in: Rebuild.
2154
2155 2011-07-16 Jason Merrill <jason@redhat.com>
2156 * Makefile.def (language=c++): Add check-c++0x and
2157 check-target-libmudflap-c++.
2158 * Makefile.tpl (check-target-libmudflap-c++): New.
2159 * Makefile.in: Regenerate.
2160
2161 2011-07-16 Matthias Klose <doko@ubuntu.com>
2162 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2163 * Makefile.def (target_modules/libjava): Pass
2164 $(EXTRA_CONFIGARGS_LIBJAVA).
2165 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2166 if not configured with --enable-static-libjava.
2167 * Makefile.in: Regenerate.
2168 * configure: Likewise.
2169
2170 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2171 PR regression/47836
2172 PR bootstrap/23656
2173 PR other/47733
2174 PR bootstrap/49247
2175 PR c/48825
2176 * configure.ac (target_libraries): Remove target-libiberty.
2177 Remove case-statement setting skipdirs=target-libiberty for
2178 multiple targets. Remove checking target_configdirs and
2179 removing target-libiberty but keeping target-libgcc if
2180 otherwise empty.
2181 * Makefile.def (target_modules): Don't add libiberty.
2182 (dependencies): Remove all traces of target-libiberty.
2183 * configure, Makefile.in: Regenerate.
2184
9ccb86e7
JM
21852011-07-22 Jason Merrill <jason@redhat.com>
2186
2187 * Makefile.def (language=c++): Add check-c++0x and
2188 check-target-libmudflap-c++.
2189 * Makefile.tpl (check-target-libmudflap-c++): New.
2190 * Makefile.in: Regenerate.
2191
090bc50f
RO
21922011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2193
2194 * configure: Regenerate.
2195
cff32a7c
RO
21962011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2197
2198 PR target/39150
2199 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2200 x86_64-*-solaris2.1[0-9]*.
2201 * configure: Regenerate.
2202
eb4b2452
NC
22032011-06-13 Walter Lee <walt@tilera.com>
2204
2205 * configure.ac (tilepro-*-*) New case.
2206 (tilegx-*-*): Likewise.
2207 * configure: Regenerate.
2208
3c0013bf
NC
22092011-06-06 Nick Clifton <nickc@redhat.com>
2210
2211 * config.sub: Sync from upstream.
2212
91c1f14c
DK
22132011-05-08 Doug Kwan <dougkwan@google.com>
2214
2215 Merge from gcc:
2216
2217 2011-05-08 Doug Kwan <dougkwan@google.com>
2218
2219 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2220 * configure: Regenerated.
2221 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2222 value from configure.
2223 * Makefile.in: Regenerated.
2224
c7e4b184
JM
22252011-05-05 Joseph Myers <joseph@codesourcery.com>
2226
2227 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2228 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2229 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2230 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2231 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2232 *-*-vxworks*): Disable newlib and libgloss in separate case
2233 statement.
2234 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2235 to separate case statement.
2236 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2237 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2238 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2239 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2240 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2241 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2242 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2243 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2244 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2245 i[[3456789]]86-*-rdos*, m32r-*-*,
2246 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2247 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2248 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2249 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2250 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2251 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2252 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2253 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2254 and libgloss in main case over targets. Remove most empty cases
2255 in main case over targets.
2256 * configure: Regenerate.
2257
7152a690
JM
22582011-05-04 Joseph Myers <joseph@codesourcery.com>
2259
2260 * configure.ac: Remove code setting special library locations for
2261 hppa*64*-*-hpux11*. Remove code setting compiler for
2262 sparc-sun-solaris2*.
2263 * configure: Regenerate.
2264
ff46fb8f
JM
22652011-05-04 Joseph Myers <joseph@codesourcery.com>
2266
2267 * configure.ac: Separate libgloss_dir settings from general case
2268 over targets.
2269 * configure: Regenerate.
2270
82ae827f
JM
22712011-04-28 Joseph Myers <joseph@codesourcery.com>
2272
2273 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2274 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2275 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2276 cases in libgcj-disabling case statement.
2277 (hppa*64*-*-linux*): Set unsupported_languages instead of
2278 disabling target-zlib.
2279 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2280 to hppa*64*-*-hpux*.
2281 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2282 hppa*-*-hpux*.
2283 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2284 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2285 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2286 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2287 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2288 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2289 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2290 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2291 libgcj-disabling case statement.
2292 * configure: Regenerate.
2293
0827f9a6
JM
22942011-04-28 Joseph Myers <joseph@codesourcery.com>
2295
2296 * configure.ac: Disable Java for targets not supporting libffi.
2297 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2298 Remove cases in Java-disabling statement.
2299 (*arm-wince-pe): Change to arm-wince-pe.
2300 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2301 cases in Java-disabling statement.
2302 (bfin-*-*): Don't disable Java again.
2303 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2304 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2305 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2306 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2307 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2308 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2309 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2310 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2311 Java-disabling statement.
2312 (mmix-*-*): Don't disable Java again.
2313 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2314 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2315 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2316 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2317 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2318 statement.
2319 * configure: Regenerate.
2320
899b04ef
JM
23212011-04-28 Joseph Myers <joseph@codesourcery.com>
2322
2323 Merge from GCC:
2324
2325 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2326
2327 PR lto/48086
2328 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2329 * configure: Regenerate.
2330
9863d716
JM
23312011-04-28 Joseph Myers <joseph@codesourcery.com>
2332
2333 * configure.ac: Separate cases disabling Java and Java libraries
2334 from general case over targets.
2335 * configure: Regenerate.
2336
a90ef4bf
JM
23372011-04-06 Joseph Myers <joseph@codesourcery.com>
2338
2339 * configure.ac (build_tools): Remove build-byacc.
2340 (host_libs): Remove mmalloc.
2341 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2342 autoconf automake libtool diff rcs fileutils shellutils time
2343 textutils wdiff find uudecode hello tar gzip indent recode release
2344 sed perl gawk findutils gettext zip.
2345 (libgcj): Remove target-qthreads.
2346 (target_tools): Remove target-examples target-gperf.
2347 (YACC): Don't handle building byacc.
2348 * configure: Regenerate.
2349 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2350 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2351 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2352 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2353 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2354 handle building components.
2355 * Makefile.in: Regenerate.
2356
05a02268
RW
23572011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2358
2359 * config.sub: Sync from upstream.
2360
c5f5c3c2
JM
23612011-04-01 Joseph Myers <joseph@codesourcery.com>
2362
2363 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2364 (microblaze*): Don't disable libssp.
2365 * configure: Regenerate.
2366
f6c1938b
JM
23672011-04-01 Joseph Myers <joseph@codesourcery.com>
2368
2369 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2370 moveifchange.
2371 * configure: Regenerate.
2372 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2373 * Makefile.in: Regenerate.
2374
1f111696
JM
23752011-04-01 Joseph Myers <joseph@codesourcery.com>
2376
2377 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2378 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2379 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2380 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2381 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2382 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2383 md_exec_prefix cases.
2384 * configure: Regenerate.
2385
065a5627
JM
23862011-04-01 Joseph Myers <joseph@codesourcery.com>
2387
2388 * configure.ac: Separate cases disabling target-libssp,
2389 target-libiberty, target-libstdc++-v3 and Fortran from general
2390 case over targets.
2391 * configure: Regenerate.
2392
b2f14e4a
JM
23932011-04-01 Joseph Myers <joseph@codesourcery.com>
2394
2395 * configure.ac (*-*-chorusos): Don't disable libgcj.
2396 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2397 Remove case.
2398 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2399 (arm-*-coff): Don't disable libgcj.
2400 (arm*-*-linux-gnueabi): Remove useless assignment.
2401 (arm-*-riscix*): Don't disable libgcj.
2402 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2403 configuration.
2404 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2405 (c54x*-*-*): Remove case.
2406 (tic54x-*-*): Don't disable GCC or GCC libraries.
2407 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2408 to *.
2409 (d10v-*-*): Don't disable GCC libraries.
2410 (d30v-*-*): Don't disable libgcj.
2411 (h8500-*-*): Don't disable GCC libraries.
2412 (i960-*-*): Don't disable libgcj.
2413 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2414 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2415 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2416 libgcj.
2417 (m68k-*-coff*): Remove case.
2418 (mmix-*-*): Don't disable libgloss on host.
2419 (mn10200-*-*, mn10300-*-*): Remove cases.
2420 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2421 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2422 Don't disable libgcj.
2423 (romp-*-*): Remove case.
2424 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2425 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2426 case.
2427 (v810-*-*): Don't disable GCC libraries.
2428 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2429 (ip2k-*-*): Don't disable GCC libraries.
2430 * configure: Regenerate.
2431
6a608608
JM
24322011-03-28 Joseph Myers <joseph@codesourcery.com>
2433
2434 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2435 libffi on host.
2436 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2437 on host.
2438 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2439 * configure: Regenerate.
2440
5b806d27
NC
24412011-03-26 John Marino <binutils@marino.st>
2442
2443 * configure.ac: Add support for *-*-dragonfly*
2444 * configure: Regenerate.
2445
0377a422
JM
24462011-03-25 Joseph Myers <joseph@codesourcery.com>
2447
2448 * configure.ac (native_only): Remove.
2449 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2450 send-pr uudecode guile gnuserv on host.
2451 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2452 send-pr rcs guile perl texinfo libtool on host.
2453 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2454 automake send-pr rcs guile perl texinfo libtool on host.
2455 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2456 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2457 (alpha*-dec-osf*): Don't disable fileutils on target.
2458 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2459 texinfo send-pr expect dejagnu on target.
2460 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2461 target-qthreads on target.
2462 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2463 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2464 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2465 x86_64-*-mingw*): Don't disable expect on target.
2466 (*-*-cygwin*): Don't disable target-gperf on target.
2467 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2468 gnuserv on target.
2469 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2470 target.
2471 * configure: Regenerate.
2472
2354b38b
JM
24732011-03-25 Joseph Myers <joseph@codesourcery.com>
2474
2475 * configure.ac (target_tools): Remove target-groff.
2476 (native_only): Remove target-groff.
2477 (hppa*64*-*-*): Don't disable byacc.
2478 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2479 setting.
2480 (*-*-kaos*): Don't skip target-librx and target-groff.
2481 (*-*-netware*): Don't skip target-libmudflap.
2482 (*-*-tpf*): Don't skip target-libmudflap.
2483 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2484 directories on the host.
2485 (ia64*-*-*vms*): Don't skip tix.
2486 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2487 host.
2488 * configure: Regenerate.
2489
28d9b232
PB
24902011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2491
2492 * configure.ac: Remove references to mt-mep, mt-netware,
2493 mt-wince.
2494 * Makefile.def: Add all-utils soft dependencies.
2495 * Makefile.tpl: Remove GDB_NLM_DEPS.
2496 * configure: Regenerate.
2497 * Makefile.in: Regenerate.
2498
dbbe5f95
PB
24992011-03-24 Paolo Bonzini <bonzini@gnu.org>
2500
2501 Sync from GCC:
2502
2503 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2504
2505 * configure.ac: Do not include mh-x86omitfp.
2506 * configure: Regenerate.
2507
2508 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2509
2510 * configure.ac: Remove empty cases.
2511 * configure: Regenerate.
2512
2513 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2514
2515 * Makefile.def: Add dependency from termcap to gdb.
2516 * Makefile.in: Regenerate.
2517
2518 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2519
2520 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2521 * configure: Regenerate.
2522 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2523 * Makefile.tpl: Likewise.
2524 * Makefile.in: Regenerate.
2525
2526 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2527
2528 * configure.ac: Remove all mentions of tentative_cc.
2529 * configure: Regenerate.
2530
2531 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2532
2533 PR lto/48086
2534 * configure.ac: Re-enable LTO on *-apple-darwin9.
2535 * configure: Regenerate.
2536
3516a403
JM
25372011-03-24 Joseph Myers <joseph@codesourcery.com>
2538
2539 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2540 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2541 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2542 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2543 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2544 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2545 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2546 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2547 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2548 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2549 *-*-rhapsody*): Remove host cases.
2550 * configure: Regenerate.
2551
93cc359e
JM
25522011-03-24 Joseph Myers <joseph@codesourcery.com>
2553
2554 * configure.ac (ppc*-*-pe): Remove host case.
2555 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2556 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2557 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2558 cases.
2559 * configure: Regenerate.
2560
29b2c556
JM
25612011-03-24 Joseph Myers <joseph@codesourcery.com>
2562
2563 * config.sub: Update to version 2011-03-23.
2564
f0ff0f90
JM
25652011-03-22 Joseph Myers <joseph@codesourcery.com>
2566
2567 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2568 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2569 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2570 * configure: Regenerate.
2571
782cb41f
JM
25722011-03-22 Joseph Myers <joseph@codesourcery.com>
2573
2574 * config-ml.in: Don't handle arc-*-elf*.
2575 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2576 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2577 handle GCC libraries.
2578 * configure: Regenerate.
2579
0e8ad34f
RO
25802011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2581
2582 PR bootstrap/48120:
2583 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2584 Add -lstdc++ -lm to LIBS.
2585 * configure: Regenerate.
2586
5548b4ce
DE
25872011-03-18 David Edelsohn <dje.gcc@gmail.com>
2588
2589 * config.guess: Update to version 2011-02-02
2590 * config.sub: Update to version 2011-02-24
2e702c99 2591
86ed8cf6
SP
25922011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2593
9eb322aa
MF
2594 * configure.ac: Adjust test of with_ppl.
2595 * configure: Regenerated.
86ed8cf6 2596
b123da99
SP
25972011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2598
2599 * configure.ac: Add -lpwl to ppllibs.
2600 * config/cloog.m4: Add -lisl to clooglibs.
2601 * configure: Regenerated.
2602
822ce8ee
RW
26032011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2604
2605 Import from Libtool and gnulib:
2606
2607 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2608
2609 Prepare for supporting FreeBSD 10.
2610 * config.rpath: Remove handling of freebsd1* which soon would
2611 match FreeBSD 10.0.
2612
2613 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2614
2615 Remove support for FreeBSD 1.x.
2616 * libtool.m4 (_LT_LINKER_SHLIBS)
2617 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2618 soon would incorrectly match FreeBSD 10.0.
2619
dcb5e506
RW
26202011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2621
2622 PR binutils/12283
2623 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2624 (move-if-change): Comes from gnulib.
2625 * move-if-change: Import version from gnulib.
2626
8d8eef9a
RW
26272011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2628
2629 Sync from GCC:
2630
2631 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2632
2633 PR lto/47225
2634 * Makefile.def (lto-plugin): Double dash for enable-shared.
2635 (configure-gcc): Depend on all-lto-plugin.
2636 * Makefile.in: Rebuilt.
2637
2638 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2639
2640 * configure.ac: Remove extra bracket.
2641 * configure: Regenerate.
2642
2643 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2644
2645 PR lto/47225
2646 * Makefile.def: Add dependency for install-gcc
2647 on install-lto-plugin.
2648 * Makfile.in: Regenerated
2649
2650 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2651
2652 * configure.ac: If with_ppl is no, move setting with_cloog=no
2653 after CLOOG_REQUESTED check.
2654 * configure: Regenerated.
2655
2656 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2657
2658 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2659 CLooG has been requested.
2660 * configure: Regenerated.
2661
2662 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2663
2664 * configure: Regenerated.
2665 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2666
2667 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2668
2669 * configure: Regenerated.
2670 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2671
2672 2011-01-07 Jan Hubicka <jh@suse.cz>
2673
2674 PR lto/47225
2675 * Makefile.in: Regenerate.
2676 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2677 configure.
2678
65b4571a
AO
26792011-01-31 Alexandre Oliva <aoliva@redhat.com>
2680
2681 PR libgcj/44341
2682 * configure.ac: Discard --with-* flags for host when configuring
2683 target libraries for cross build.
2684 * configure: Rebuilt.
2685
7837304f
AS
26862011-01-21 Andreas Schwab <schwab@redhat.com>
2687
2688 Sync from GCC:
2689
2690 2011-01-21 Andreas Schwab <schwab@redhat.com>
2691
2692 * configure.ac: Use AS_HELP_STRING throughout.
2693 * configure: Regenerate.
2694
2695 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2696
2697 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2698 * configure: Regenerate.
2699
115ef890
RW
27002010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2701
2702 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2703
92c9a463
JB
27042011-01-13 Joel Brobecker <brobecker@adacore.com>
2705
2706 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2707 for ia64-hpux.
2708 * configure: Regenerate.
2709
887ebfb4
RW
27102011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2711
2712 Sync from GCC:
2713 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2714
2715 * configure.ac: (picochip): Disable libiberty.
2716 * configure: Regenerate.
2717
04d2c2b2
JJ
27182010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2719
2720 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2721
33d23ee8
ILT
27222010-12-10 Ian Lance Taylor <iant@google.com>
2723
2724 PR bootstrap/46819
2725 * configure.ac: For --disable-libgcj clear libgcj_saved.
2726 * configure: Rebuild.
2727
89a1e9c3
PB
27282010-12-10 Tobias Burnus <burnus@net-b.de>
2729
2730 PR fortran/46540
2731 * configure.ac: Add --disable-libquadmath and
2732 --disable-libquadmath-support.
2733 * configure: Regenerate.
2734
ac7bcd26
TG
27352010-12-10 Tristan Gingold <gingold@adacore.com>
2736
2737 * src-release (ETC_SUPPORT): add gnu-oids.texi
2738
d357cef7
HPN
27392010-12-03 Hans-Peter Nilsson <hp@axis.com>
2740
2741 PR libffi/46792
2742 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2743 * configure: Regenerate.
2744
4f11b223
ILT
27452010-12-02 Ian Lance Taylor <iant@google.com>
2746
2747 * configure.ac: Always set default for poststage1_ldflags to
2748 -static-libstdc++ -static-libgcc.
2749
989abc33
JJ
27502010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2751
2752 * COPYING.NEWLIB: Add National Semiconductor notice.
2753
950386c6
AS
27542010-11-29 Andreas Schwab <schwab@redhat.com>
2755
2756 * configure.ac: Move comment to remove extra space in last argument
2757 of GCC_TARGET_TOOL.
2758
87cda2cf
AO
27592010-11-26 Alexandre Oliva <aoliva@redhat.com>
2760
7d509c83 2761 PR other/46026
87cda2cf
AO
2762 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2763 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2764 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2765 (BASE_FLAGS_TO_PASS): Use it.
2766 * configure: Rebuilt.
2767 * Makefile.in: Rebuilt.
2768
d3b50760
L
27692010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2770
2771 PR binutils/12258
2772 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2773 Properly check default linker.
2774 * configure: Regnerated.
2775
c7791212
NC
27762010-11-23 Matthias Klose <doko@ubuntu.com>
2777
2778 * configure.ac: For --enable-gold, handle value `default' instead of
2779 `both*'. New configure option --{en,dis}able-ld.
2780 * configure: Regenerate.
2781
9e1a94f4
ILT
27822010-11-20 Ian Lance Taylor <iant@google.com>
2783
2784 * configure.ac: Only disable a language library if no language needs
2785 it. Don't let --disable-libgcj uncondtionally disable libffi.
2786 * configure: Rebuild.
2787
ceca0218
PB
27882010-11-20 Paolo Bonzini <bonzini@gnu.org>
2789
2790 * configure: Regenerate.
2791
9b980aa1
RW
27922010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2793
2794 PR other/46202
2795 * configure.ac: Fix just-built in-tree STRIP name to be
2796 binutils/strip-new.
2797 * configure: Regenerate.
2798 * Makefile.def (install-strip-gcc, install-strip-binutils)
2799 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2800 (install-strip-sid): Mirror dependencies on non-strip variants
2801 of these targets on the respective -strip prerequisites.
2802 * Makefile.tpl (install-strip, install-strip-host)
2803 (install-strip-target): New targets.
2804 (install-strip-[+module+], install-strip-target-[+module+]):
2805 New targets.
2806 * Makefile.in: Regenerate.
2807
e552509b
ILT
28082010-11-19 Ian Lance Taylor <iant@google.com>
2809 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2810
2811 * configure.ac: Add target-libgo to target_libraries. Set
2812 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2813 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2814 (HOST_EXPORTS): Add GOC.
2815 (BASE_TARGET_EXPORTS): Add GOC.
2816 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2817 (GOCFLAGS_FOR_TARGET): New variable.
2818 (EXTRA_HOST_FLAGS): Add GOC.
2819 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2820 * Makefile.def (target_modules): Add libgo.
2821 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2822 (dependencies): Add dependency from configure-target-libgo to
2823 configure-target-libffi and all-target-libstdc++-v3. Add
2824 dependencies from all-target-libgo to all-target-libffi.
2825 (languages): Add go.
2826 * configure: Rebuild.
2827 * Makefile.in: Rebuild.
2828
28292010-11-19 Ian Lance Taylor <iant@google.com>
2830
2831 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2832 compiler/flag environment variables.
2833
28342010-11-18 Ian Lance Taylor <iant@google.com>
2835
2836 * configure.ac: Check for lang_requires_boot_languages in
2837 config-lang.in files.
2838 * configure: Rebuild.
2839
8c21d9c7
MF
28402010-11-17 Mike Frysinger <vapier@gentoo.org>
2841
2842 * .gitignore: New file.
2843
e552509b
ILT
28442010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2845 Tobias Burnus <burnus@net-b.de>
2846
2847 PR fortran/32049
2848 * Makefile.def: Add libquadmath; build it with language=fortran.
2849 * configure.ac: Add libquadmath.
2850 * Makefile.tpl: Handle multiple libs in check-[+language+].
2851 * Makefile.in: Regenerate.
2852 * configure: Regenerate.
2853
28542010-11-15 Andreas Schwab <schwab@redhat.com>
2855
2856 * configure.ac: Fix spelling in option names.
2857 * configure: Regenerated.
2858
28592010-11-13 Georg-Johann Lay <georgjohann@web.de>
2860
2861 PR bootstrap/39622
2862 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2863 * configure: Regenerated.
2864
28652010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2866
2867 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2868 define the cloog backend to use. Furthermore, only pass the ppllibs to
2869 the configure checks, if necessary.
2870 * configure: Regenerate.
2871
28722010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2873
2874 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2875 * configure: regenerate
2876
28772010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2878
2879 * config/cloog.m4: Fix typo. verison -> version.
2880 * configure: Regenerate.
2881
28822010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2883
2884 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2885 * configure: Regenerate.
2886
28872010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2888
2889 * configure.ac: Support official CLooG.org versions.
2890 * configure: Regenerate.
2891 * config/cloog.m4: New.
2892
aa291e2d
ME
28932010-11-05 Michael Eager <eager@eagercon.com>
2894
2895 * COPYING.LIBGLOSS: Correct typo in microblaze.
2896 * COPYING.NEWLIB: Same.
2897
e552509b
ILT
28982010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2899
2900 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2901 * configure: Regenerate.
2902
74cea91b
DK
29032010-11-03 Ian Lance Taylor <iant@google.com>
2904 Dave Korn <dave.korn.cygwin@gmail.com>
2905
2906 PR lto/46273
2907 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2908 and on other supported platforms whenever LTO is enabled.
2909 * configure: Rebuild.
2910
6d0cd39e
AM
29112010-11-02 Alan Modra <amodra@gmail.com>
2912
2913 PR binutils/12110
2914 * configure.ac: Error when source path contains spaces.
2915 * configure: Regenerate.
2916
18a8530e
ILT
29172010-10-20 Ian Lance Taylor <iant@google.com>
2918
2919 * Makefile.def (target_modules): Set lib_path to src/.libs for
2920 libstdc++-v3 module.
2921 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2922 * Makefile.in: Rebuild.
2923
6ed3211e
JJ
29242010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2925 Joseph Myers <joseph@codesourcery.com>
2926
2927 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2928 notices.
2929 * COPYING.NEWLIB: Add Texas Instruments notice.
2930
a8eb3f0a
DK
29312010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2932
2933 * configure.ac (build_lto_plugin): New shell variable.
2934 (--enable-lto): Turn on by default for all non-ELF platforms that
2935 have had LTO support added so far. Set build_lto_plugin appropriately
2936 for both ELF and non-ELF.
2937 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2938 * configure: Regenerate.
2939
4074d5f2
RW
29402010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2941
2942 PR bootstrap/45326
2943 PR bootstrap/45174
2944 * configure.ac: Honor initial values of $build_configargs,
2945 $host_configargs, $target_configargs. Mark the precious, so
2946 environment settings get recorded.
2947 * configure: Regenerate.
2948
29821356
RW
29492010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2950
2951 Sync from GCC:
2952
2953 2010-09-30 Michael Eager <eager@eagercon.com>
2954
2955 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2956 * configure: Regenerate.
2957
2958 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2959
2960 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2961 targets and amend comment.
2962 * configure: Regenerate.
2963
2964 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2965
2966 * configure.ac: Enable LTO by default on Darwin.
2967 * configure: Regenerate.
2968
2969 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2970
2971 PR bootstrap/44455
2972 * configure.ac (extra_mpfr_configure_flags): Copy from
2973 extra_mpc_gmp_configure_flags.
2974 * configure: Re-generated.
2975
57eefe4d
RW
29762010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2977
2978 Sync from GCC:
2979
2980 PR bootstrap/45796
2981 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2982 Depend on all-build-libiberty.
2983 * Makefile.in: Regenerate.
2984
29852010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2986
2987 Sync from GCC:
2988
2989 PR bootstrap/44621
2990 * configure.ac: Fix unportable shell quoting.
2991 * configure: Regenerate.
2992
48bb73dd
RW
29932010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2994
2995 * configure.ac: Support all v850 targets.
2996 * configure: Regenerate.
2997
1d14850f
PB
29982010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2999
3000 PR target/44862
3001 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3002 Provide -B option to allow for link spec %s substitutions for
3003 libstdc++.a on darwin.
3004 * Makefile.in: Regenerate.
3005
7530c480
AO
30062010-06-10 Alexandre Oliva <aoliva@redhat.com>
3007
3008 * Makefile.def (configure-gcc): Depend on all-libelf.
3009 * Makefile.in: Rebuild.
3010
285d560d
RW
30112010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3012
3013 * config.sub, config.guess: Update from upstream sources.
3014
a009f2e7
RW
30152010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3016
3017 Sync from GCC:
3018
3019 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3020 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3021 * configure: Regenerated.
3022
3023 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3024 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3025 * configure: Regenerate.
3026
3027 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
3028 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3029 * configure: Regenerate.
3030
3031 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3032 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3033 separately.
3034 * configure: Regenerate.
3035
3036 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3037 * configure: Regenerate after change to elf.m4.
3038
3039 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3040 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3041 * configure: Regenerated.
3042
3043 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3044 * configure.ac: Print "buggy but acceptable" when CLooG
3045 revision is less than 9.
3046 * configure: Regenerated.
3047
e49e5c92
DK
30482010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
3049
3050 Merge from gcc:
3051
3052 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3053 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3054 * configure: Regenerate.
3055
3056 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3057 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3058 a platform that supports LTO.
3059 * configure: Regenerate.
3060
3061 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3062 PR lto/42776
3063 * configure.ac (--enable-lto): Refactor handling so libelf tests
3064 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3065 and allow LTO to be explicitly enabled on non-ELF platforms that
3066 are known to support it inside else-clause.
3067 * configure: Regenerate.
3068
e6de499b
NC
30692010-04-27 Roland McGrath <roland@redhat.com>
3070 H.J. Lu <hongjiu.lu@intel.com>
3071
3072 * configure.ac (--enable-gold): Support both, both/gold and
3073 both/bfd to add gold to configdirs without removing ld.
3074 * configure: Regenerated.
3075
3076 * Makefile.def: Add install-gold dependency to install-ld.
3077 * Makefile.in: Regenerated.
3078
d594eacc
TG
30792010-04-14 Tristan Gingold <gingold@adacore.com>
3080
3081 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3082 * configure: Regenerate.
3083
938d2b74
RW
30842010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3085
3086 Merge from gcc:
3087 PR bootstrap/43615
3088 PR bootstrap/43328
3089 Revert:
3090 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3091 * configure.ac: Do not pass --enable-multilib nor
3092 --disable-multilib in baseargs. Accept explicitly passed
3093 --enable_multilib.
3094 * configure: Regenerate.
3095
a9ef41a7
RW
30962010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3097
3098 PR bootstrap/43328
3099 * configure.ac: Do not pass --enable-multilib nor
3100 --disable-multilib in baseargs. Accept explicitly passed
3101 --enable_multilib.
3102 * configure: Regenerate.
3103
619a3713
JM
31042010-03-23 Joseph Myers <joseph@codesourcery.com>
3105
3106 * configure.ac (tic6x-*-*): New case.
3107 * configure: Regenerate.
3108
92f4e989
JM
31092010-03-23 Joseph Myers <joseph@codesourcery.com>
3110
3111 Merge from gcc:
3112 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3113 PR ada/42554
3114 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3115 * configure: Regenerate.
3116
c35a0556
JM
31172010-03-23 Joseph Myers <joseph@codesourcery.com>
3118
3119 * config.sub: Update to version 2010-03-22.
3120 * config.guess: Update to version 2009-12-30.
3121
18fa8f9c
JM
31222010-03-14 Joseph Myers <joseph@codesourcery.com>
3123
3124 Merge from gcc:
3125 2010-01-11 Richard Guenther <rguenther@suse.de>
3126 PR lto/41569
3127 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3128 * Makefile.in: Regenerated.
3129
ba98da75
RO
31302010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3131
3132 PR libstdc++/32499
3133 * configure.ac (RANLIB): Default to true.
3134 (STRIP): Likewise.
3135 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3136 * configure: Regenerate.
3137
3994761f
NC
31382010-02-17 Nick Clifton <nickc@redhat.com>
3139
3140 PR 11238
3141 * Makefile.tpl (local-distclean): Also remove config.cache files in
3142 sub-directories as there may not be Makefiles present in the
3143 sub-directories.
792cdb50
NC
3144 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3145 the config.cache files found by the find command.
3146
3994761f
NC
3147 * Makefile.in: Regenerate.
3148 * configure.ac: Revert previous delta.
3149 * configure: Regenerate.
3150
01a82011
NC
31512010-02-15 Nick Clifton <nickc@redhat.com>
3152
3153 PR 11238
3154 * configure.ac: Delete config.cache files in sub-directories when
3155 deleting Makefiles.
3156 * configure: Regenerate.
3157
143754cd
NC
31582010-02-15 Nick Clifton <nickc@redhat.com>
3159
3160 * configure.ac: Sync from gcc.
3161 * configure: Regenerate.
3162
a6b5846e
KG
31632010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3164
3165 Sync from gcc:
3166 * configure.ac: Add "recommended" version checks for GMP/MPC.
3167 Update recommended GMP/MPFR/MPC versions.
3168 * configure: Regenerate.
3169
2aa2364a
JR
31702010-01-25 Joern Rennecke <amylaar@spamcop.net>
3171
3172 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3173 * configure.ac (bootstrap_target_libs): Make inclusion of
3174 target-libgomp conditional on libgomb being in target_configdirs.
3175 * configure: Regenerate.
3176
d35e937f
JR
31772010-01-23 Joern Rennecke <amylaar@spamcop.net>
3178
3179 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3180 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3181 * configure: Regenerate.
3182
911e63d0
JR
31832010-01-22 Joern Rennecke <amylaar@spamcop.net>
3184
3185 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3186 * configure.ac (target_configdirs): Substitute.
3187 * Makefile.def: Bootstrap target module libgomp.
3188 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3189 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3190 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3191 * configure, Makefile.in: Regenerate.
3192
3725885a
RW
31932009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3194
3195 * libtool.m4: Sync from git Libtool.
3196 * ltmain.sh: Likewise.
3197 * ltoptions.m4: Likewise.
3198 * ltversion.m4: Likewise.
3199 * lt~obsolete.m4: Likewise.
3200
d5f2ee2e 32012010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 3202 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
3203
3204 PR bootstrap/42424
3205 * configure.ac: Include libtool m4 files.
9eb322aa 3206 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
3207 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3208 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 3209
d5f2ee2e
KG
3210 * configure: Regenerate.
3211
f2b2dd91
RW
32122010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3213
3214 PR bootstrap/41818
3215 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3216 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3217 * Makefile.in: Regenerate.
3218
06ca7962
BE
32192009-12-18 Ben Elliston <bje@au.ibm.com>
3220
3221 * config.sub, config.guess: Update from upstream sources.
3222
30a16d7b
JJ
32232009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3224
3225 * COPYING.NEWLIB: Update copyright date.
3226 * COPYING.LIBGLOSS: Ditto.
3227
d9b76ff9
KG
32282009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3229
3230 PR middle-end/30447
3231 PR middle-end/30789
3232 PR other/40302
3233
3234 * configure.ac: Require MPC.
3235 * configure: Regenerate.
3236
3237 * configure.ac: Update minimum MPC version to 0.8.
3238 * configure: Regenerate.
3239
e12dec02
PB
32402009-11-20 Paolo Bonzini <bonzini@gnu.org>
3241
3242 * config.guess: Sync with upstream and gcc.
3243 * config.sub: Sync with upstream and gcc.
3244
606a9ca0
AO
32452009-11-16 Alexandre Oliva <aoliva@redhat.com>
3246
3247 * Makefile.def: Restore host and target settings for gmp.
3248 * Makefile.in: Rebuild.
3249
1f53ca9a
AO
32502009-11-16 Alexandre Oliva <aoliva@redhat.com>
3251
3252 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3253 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3254 Fix portability of test of C++ as bootstrap language. Add
3255 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3256 * configure: Rebuild.
3257 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3258 and cloog. Fix in-tree ppl configuration. Introduce libelf
3259 in-tree building.
3260 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3261 (POSTSTAGE1_HOST_EXPORTS): Use it.
3262 (STAGE[+id+]_CXXFLAGS): New.
3263 (BASE_FLAGS_TO_PASS): Pass it down.
3264 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3265 extra_exports.
3266 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3267 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3268 extra_exports.
3269 * Makefile.in: Rebuild.
3270
32712009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3272
3273 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3274 paths for *-w64-mingw* and x86_64-*mingw*.
3275 * configure: Regenerated.
3276
32772009-10-30 Kai Tietz <kai.tietz@onevision.com>
3278
3279 * configure.ac: Disable target-winsup & co for
3280 x86_64-*-mingw* and *-w64-mingw* targets.
3281 * configure: Regenerated.
3282
32832009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3284
3285 * configure.ac (CLooG test): Use = with test.
3286 * configure: Regenerate.
3287
32882009-10-22 Richard Guenther <rguenther@suse.de>
3289
3290 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3291 cloog if the ppl version check failed. Move flags saving
3292 before setting in libelf check.
3293 * configure: Regenerate.
3294
32952009-10-21 Richard Guenther <rguenther@suse.de>
3296
3297 * configure.ac: Adjust the ppl and cloog configure to work as
3298 documented. Disable cloog if ppl was disabled. Omit the version
3299 checks if they were disabled.
3300 * configure: Re-generate.
3301
6811fb56
RW
33022009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3303
3304 * configure.ac: Add 'lto' to enable_languages, not
3305 new_enable_languages, and only if not already present.
3306 * configure: Regenerate.
3307
700d40ca
ILT
33082009-10-06 Ian Lance Taylor <iant@google.com>
3309
3310 * Makefile.def: check-gold depends upon all-gas.
3311 * Makefile.in: Rebuild.
3312
33132009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3314
3315 * Makefile.def: all-lto-plugin depends on all-libiberty.
3316 set bootstrap=true for lto-plugin.
3317 Add lto-plugin.
3318 * Makefile.in: Regenerate.
3319 * configure.ac (host_libs): Add lto-plugin.
3320 * configure: Regenerate.
3321
33222009-10-03 Diego Novillo <dnovillo@google.com>
3323
3324 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3325 (HOST_LIBELFLIBS): Define.
3326 (HOST_LIBELFINC): Define.
3327 * Makefile.in: Regenerate.
3328 * configure.ac: Add --enable-lto.
3329 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3330 If --enable-lto is used, add 'lto' to new_enable_languages.
3331 If --enable-lto is used and gold is enabled, add
3332 lto-plugin to configdirs.
3333 * configure: Regenerate.
3334
33352009-10-03 Simon Baldwin <simonb@google.com>
3336
3337 * configure.ac: If --with-system-zlib, suppress local zlib and
3338 pass --with-system-zlib to subdir configure scripts.
3339 * configure: Regenerate.
3340
33412009-10-01 Loren J. Rittle <ljrittle@acm.org>
3342 Paolo Bonzini <bonzini@gnu.org>
3343
3344 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3345 $(srcdir).
3346 * Makefile.in: Rebuilt.
3347
c8cb1b3e
PB
33482009-09-29 Paolo Bonzini <bonzini@gnu.org>
3349
3350 Sync from gcc:
3351 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3352
3353 * configure.ac: Update minimum MPC version to 0.7.
3354 * configure: Regenerate.
3355
30167e0a
NC
33562009-09-25 Nick Clifton <nickc@redhat.com>
3357
3358 * configure.ac: Pass any --cache-file=/dev/null option on to
3359 subconfigures.
3360 * configure: Regenerate.
3361
707a0b5c
NC
33622009-09-23 Nick Clifton <nickc@redhat.com>
3363
3364 * config.sub, config.guess: Update from upstream sources.
3365
700d40ca
ILT
33662009-09-22 Loren J. Rittle <ljrittle@acm.org>
3367
3368 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3369 * Makefile.in: Rebuilt.
3370
2fd0b40b
RW
33712009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3372
3373 PR bootstrap/32272
3374 * configure.ac: Error out if $srcdir isn't '.' but contains
3375 host-${host_noncanonical}.
3376 * configure: Regenerate.
3377
4385ad3c
RW
33782009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3379
16b1ad29
RW
3380 * configure.ac: If bootstrapping a combined tree with
3381 --enable-gold, require c++ in stage1_languages.
3382 * configure: Regenerate.
3383
f8dc745f
RW
3384 * configure.ac: Also add target_libs of stage1_languages to
3385 bootstrap_target_libs.
3386 * configure: Regenerate.
3387
4385ad3c
RW
3388 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3389 with --enable-languages not containing c++.
3390 * configure: Regenerate.
3391
df51e4e1
JZ
33922009-09-16 Jie Zhang <jie.zhang@analog.com>
3393
3394 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3395 * configure: Regenerate.
3396
06a51eac
RW
33972009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3398
3399 * configure.ac: Do not use $extrasub for replacing @if/@endif
3400 parts in Makefile; instead, use additional arguments to
3401 AC_CONFIG_COMMANDS to do the replacement manually, with several
3402 sed invocations, to avoid HP-UX sed command limits.
3403 * configure: Regenerate.
3404
96655cc4
AO
34052009-09-04 Alexandre Oliva <aoliva@redhat.com>
3406
3407 * configure.ac (with-build-config): Document. Handle without.
3408 Handle missing argument.
3409 * configure: Rebuilt.
3410
34112009-09-03 Alexandre Oliva <aoliva@redhat.com>
3412
3413 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3414 Default to bootstrap-debug only if compare-debug works.
3415 * configure: Rebuilt.
3416 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3417 * Makefile.in: Rebuilt.
3418
34192009-09-01 Alexandre Oliva <aoliva@redhat.com>
3420
3421 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3422 * Makefile.in: Rebuilt.
3423
8e957354
PB
34242009-09-02 Paolo Bonzini <bonzini@gnu.org>
3425
3426 * Makefile.tpl (AWK): Fix typo.
3427 * Makefile.in: Regenerate.
3428
34292009-09-02 Paolo Bonzini <bonzini@gnu.org>
3430
3431 * configure.ac: Detect awk and sed.
3432 * Makefile.def (flags_to_pass): Add AWK and SED.
3433 * Makefile.tpl (AWK, SED): New.
3434 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3435 * configure: Regenerate.
3436 * Makefile.in: Regenerate.
3437
fb792462
TG
34382009-09-01 Tristan Gingold <gingold@adacore.com>
3439
3440 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3441 Remove logical names.
3442
a69e7d0a
DK
34432009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3444
3445 * ltmain.sh (func_normal_abspath): New function.
3446 (func_relative_path): Likewise.
3447 (func_mode_help): Document new -bindir option for link mode.
3448 (func_mode_link): Add new -bindir option, and use it to place
3449 output DLL if specified.
3450
d444d2ba
RW
34512009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3452
3453 * configure.ac (AC_PREREQ): Bump to 2.64.
3454
13b7343a
RW
34552009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3456
af542c2e
RW
3457 * README-maintainer-mode: Point directly to upstream locations
3458 for autoconf, automake, libtool, gettext, instead of copies on
3459 sources.redhat.com. Document required versions.
3460 * configure.ac: Do not substitute datarootdir, htmldir,
3461 pdfdir, docdir. Do not process --with-datarootdir,
3462 --with-htmldir, --with-pdfdir, --with-docdir.
3463 * configure: Regenerate.
3464
81ecdfbb
RW
3465 * configure: Regenerate.
3466
13b7343a
RW
3467 * compile: Sync from Automake 1.11.
3468 * depcomp: Likewise.
3469 * install-sh: Likewise.
3470 * missing: Likewise.
3471 * mkinstalldirs: Likewise.
3472 * ylwrap: Likewise.
3473
c1102ce7
RW
34742009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3475
34a0f3cf
RW
3476 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3477 (baseargs): Add --disable-option-checking.
3478 * configure: Regenerate.
3479
c1102ce7
RW
3480 * Makefile.def (configure-target-libiberty): Depend on
3481 all-binutils and all-ld.
3482 (configure-target-newlib): Likewise.
3483 * Makefile.in: Regenerate.
3484
e8a5fa9c
RW
34852009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3486
3487 Sync with GCC, merge:
3488
3489 2009-07-31 Christian Bruel <christian.bruel@st.com>
3490
3491 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3492 * configure: Regenerate.
3493
3494 2009-07-06 Ian Lance Taylor <iant@google.com>
3495
3496 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3497 * configure: Rebuild.
3498
3499 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3500
3501 PR bootstrap/40338
3502 * configure.ac (comparestring): Create new variable.
3503 * Makefile.tpl (comparestring): Use to skip some comparisions.
3504 * configure: Regenerate.
3505 * Makefile.in: Regenerate.
3506
3507 2009-06-23 Ian Lance Taylor <iant@google.com>
3508
3509 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3510 boot_languages. Only bootstrap target libraries listed in
3511 target_libs for some boot language. Add --with-stage1-ldflags,
3512 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3513 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3514 if not building with C++.
3515 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3516 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3517 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3518 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3519 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3520 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3521 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3522 * configure, Makefile.in: Rebuild.
3523
3524 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3525
3526 * configure.ac: Detect MPC in default directory.
3527 * configure: Regenerate.
3528
3529 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3530
3531 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3532 to noconfdirs.
3533 * configure: Regenerate.
3534
3535 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3536
3537 * Makefile.def: Add MPC support and dependencies.
3538 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3539
3540 * Makefile.in, configure: Regenerate.
3541
3542 2009-05-24 Nicolas Roche <roche@adacore.com>
3543
3544 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3545 * Makefile.in: Regenerate.
3546
3547 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3548
3549 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3550 * configure: Regenerate.
3551
3552 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3553
3554 * configure.ac ($with_ppl): Default to no if not supplied.
3555 ($with_cloog): Likewise.
3556 configure: Regenerate.
3557
3558 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3559
3560 PR bootstrap/39739
3561 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3562 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3563
3564 * configure, Makefile.in: Regenerate.
3565
3566 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3567
3568 * configure.ac: Change copyright header to refer to version
3569 3 of the GNU General Public License and to point readers at the
3570 COPYING3 file and the FSF's license web page.
3571 * Makefile.def: Likewise.
3572 * Makefile.tpl: Likewise.
3573 * Makefile.in: Regenerate.
3574
3575 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3576
3577 * configure.ac: Restore match for darwin9 or later. Use double
3578 brackets since regeneration eats one pair.
3579 * configure: Regenerate.
3580
bf110216
CF
35812009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3582
3583 * MAINTAINERS: Perform some obvious fixups.
3584
2262bbf4
BE
35852009-08-17 Ben Elliston <bje@au.ibm.com>
3586
3587 * config.sub, config.guess: Update from upstream sources.
3588
25a07265
NC
35892009-08-06 Michael Eager <eager@eagercon.com>
3590
3591 * configure.ac: Add Microblaze target.
3592 * configure: Regenerate.
3593
85bd1942
TG
35942009-07-02 Tristan Gingold <gingold@adacore.com>
3595
3596 * configure.ac: Do not exclude gas for i386-*-darwin.
3597 Add a case for x86_64-*-darwin.
3598 * configure: Regenerate.
3599
f9806fa5
DE
36002009-06-26 Doug Evans <dje@sebabeach.org>
3601
3602 * Makefile.def (host_modules): Add cgen.
3603 * Makefile.in: Regenerate.
3604 * configure.ac (host_tools): Add cgen.
3605 * configure: Regenerate.
3606
6bfb4e30
JJ
36072009-06-17 Michael Eager <eager@eagercon.com>
3608
3609 * COPYING.LIBGLOSS: Add Xilinx license.
3610
8bcf2718
NC
36112009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3612
3613 * configure.ac: Define is_elf for QNX Neutrino targets.
3614 * configure: Regenerate.
3615
04ec0acb
RW
36162009-06-03 Jerome Guitton <guitton@adacore.com>
3617 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3618
9eb322aa
MF
3619 * Makefile.tpl (all): Avoid a trailing backslash.
3620 * Makefile.in: Regenerate.
04ec0acb 3621
7ee5dbeb
BE
36222009-06-03 Ben Elliston <bje@au.ibm.com>
3623
3624 * config.sub, config.guess: Update from upstream sources.
3625
fda13ee8
AO
36262009-06-02 Alexandre Oliva <aoliva@redhat.com>
3627
3628 * Makefile.tpl ([+compare-target+]): Compare all stage
3629 directories, rather than just gcc.
3630 * Makefile.in: Rebuilt.
3631
4a657b0d
DK
36322009-05-28 Doug Kwan <dougkwan@google.com>
3633
3634 * configure.ac: Support gold for target arm*-*-*.
3635 * configure: Regenerate.
3636
07fc31c9
AO
36372009-05-27 Alexandre Oliva <aoliva@redhat.com>
3638
3639 * Makefile.tpl (all): Avoid harmless warning in make all when
3640 gcc-bootstrap is enabled but stage_last does not exist.
3641 * Makefile.in: Rebuilt.
3642
8a7a39ab
TG
36432009-05-25 Tristan Gingold <gingold@adacore.com>
3644
3645 * setup.com: Complete the file with configuration and build.
3646
b5233201
AO
36472009-05-18 Alexandre Oliva <aoliva@redhat.com>
3648
3649 PR other/40159
3650 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3651 gcc-no-bootstrap are mutually exclusive.
3652 * Makefile.in: Rebuilt.
3653
7b6175f9
AO
36542009-05-18 Alexandre Oliva <aoliva@redhat.com>
3655
3656 PR other/40159
3657 * Makefile.tpl (all): Don't end with unconditional success.
3658 * Makefile.in: Rebuilt.
3659
1b05fbbd
AO
36602009-05-12 Alexandre Oliva <aoliva@redhat.com>
3661
3662 PR target/37137
3663 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3664 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3665 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3666 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3667 stage_configureflags, stage_cflags and stage_libcflags into
3668 explicit Makefile macros.
3669 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3670 GFORTRAN.
3671 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3672 CC. Set CC_FOR_BUILD from CC.
3673 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3674 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3675 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3676 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3677 and GFORTRAN.
3678 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3679 (_LIBCFLAGS): Renamed to _TFLAGS.
3680 (do-compare-debug, do-compare3-debug): Drop.
3681 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3682 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3683 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3684 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3685 (XGCC_FLAGS_FOR_TARGET): New.
3686 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3687 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3688 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3689 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3690 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3691 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3692 TFLAGS.
3693 (BUILD_CONFIG): Include if requested.
3694 (all): Set TFLAGS on bootstrap.
3695 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3696 (all-stageid-prefixmodule): Likewise.
3697 (do-clean, distclean-stageid): Set TFLAGS.
3698 (restrap): Fix whitespace.
3699 * Makefile.in: Rebuilt.
3700
dc17c78c
EB
37012009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3702
3703 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3704 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3705 * Makefile.in: Regenerate.
3706
14324cd7
EZ
37072009-04-24 Eli Zaretskii <eliz@gnu.org>
3708
3709 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3710 consistency with config.sub. (Update from upstream sources.)
3711
f8d5f06c
JM
37122009-04-21 Joseph Myers <joseph@codesourcery.com>
3713
3714 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3715
0000e2bf
BE
37162009-04-17 Ben Elliston <bje@au.ibm.com>
3717
3718 * config.sub, config.guess: Update from upstream sources.
3719
20135e4c
NC
37202009-04-15 Anthony Green <green@moxielogic.com>
3721
34adf976 3722 * configure.ac: Add moxie support.
20135e4c
NC
3723 * configure: Rebuilt.
3724
ef699244
L
37252009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3726
3727 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3728 * configure: Regenerate.
3729
10ad8ef3
L
37302009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3731
3732 PR gas/10039
3733 * configure.ac: Require texinfo 4.7.
3734 * configure: Regenerated.
3735
c50523ce
L
37362009-04-09 Steve Ellcey <sje@cup.hp.com>
3737
3738 * Makefil.def (languages): New entries.
3739 * Makefile.tpl (check-gcc-*): New generic target.
3740 * Makefile.in: Regenerate.
3741
47afba5f
EZ
37422009-03-27 Eli Zaretskii <eliz@gnu.org>
3743
3744 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3745 Windows builds of Sed.
3746
dc448a7b
TT
37472009-03-18 Tom Tromey <tromey@redhat.com>
3748
3749 * configure: Rebuild.
3750 * configure.ac (host_libs): Add libiconv.
3751 * Makefile.in: Rebuild.
3752 * Makefile.def (host_modules): Add libiconv.
3753 (configure-gdb, all-gdb): Depend on libiconv.
3754
24741ab2
JB
37552009-03-16 Tristan Gingold <gingold@adacore.com>
3756
3757 * configure.ac: Treat gdb as supported on x86_64-darwin.
3758 * configure: Regenerate.
3759
29383458
JM
37602009-03-16 Joseph Myers <joseph@codesourcery.com>
3761
3762 Merge from GCC:
3763
3764 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3765
3766 * configure.ac (--with-host-libstdcxx): New option.
3767 * configure: Regenerate.
3768
3769 2009-01-29 Robert Millan <rmh@aybabtu.com>
3770
3771 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3772 * configure: Regenerate.
3773
3774 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3775
3776 PR tree-optimization/38515
3777 * configure.ac (cloog-polylib): Removed.
3778 (with_ppl, with_cloog): Test for "no".
3779 * configure: Regenerated.
3780
58e24671
RW
37812009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3782
3783 Backport from git Libtool:
3784
3785 2009-01-19 Robert Millan <rmh@aybabtu.com>
3786 Support GNU/kOpenSolaris.
3787 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3788 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3789 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3790 GNU/kOpenSolaris.
3791
314b2e66
AS
37922009-02-05 Andreas Schwab <schwab@suse.de>
3793
3794 * Makefile.tpl (stage_last): Define $r and $s before using
3795 $(RECURSE_FLAGS_TO_PASS).
3796 * Makefile.in: Regenerate
3797
8b700390
JJ
37982009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3799
3800 * COPYING.NEWLIB: Add ARM license.
3801
66775d67
AM
38022009-01-16 Alan Modra <amodra@bigpond.net.au>
3803
3804 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3805 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3806 * Makefile.in: Regenerate.
3807
19e99079
NC
38082009-01-15 Douglas B Rupp <rupp@gnat.com>
3809
3810 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3811 * configure: Regenerate.
3812
22e8c8e0
RW
38132008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3814
3815 Backport link test fix from upstream Libtool:
3816
3817 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3818 Add cache variables to tests that require the linker to work.
3819 For shlibpath_overrides_runpath, this also changes the semantics
3820 to let the result from the C compiler take precedence.
3821 compiler take precedence.
3822
7d6d7764
BE
38232008-12-02 Ben Elliston <bje@au.ibm.com>
3824
3825 * config.sub, config.guess: Update from upstream sources.
3826
ea8af06e
JJ
38272008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3828
3829 * COPYING.NEWLIB: Updated.
3830 * COPYING.LIBGLOSS: Ditto.
3831
af0771d3
PB
38322008-12-16 Paolo Bonzini <bonzini@gnu.org>
3833
3834 Sync with GCC:
3835
3836 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3837
3838 * configure.ac (ppllibs): Add by default the lib flags.
3839 * configure: Regenerate.
3840
3841 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3842
314b2e66
AS
3843 * configure.ac: Add double brackets on darwin[912].
3844 * configure: Regenerate.
af0771d3
PB
3845
3846 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3847
314b2e66
AS
3848 * configure.ac: Expand to darwin10 and later.
3849 * configure: Regenerate.
af0771d3 3850
f7c83eac
AS
38512008-12-02 Andreas Schwab <schwab@suse.de>
3852
3853 * Makefile.def: configure-target-boehm-gc depends on
3854 all-target-libstdc++-v3.
3855 * Makefile.in: Regenerate.
3856
bc67ad83
BE
38572008-12-02 Ben Elliston <bje@au.ibm.com>
3858
3859 * config.sub, config.guess: Update from upstream sources.
3860
e28c595f
JM
38612008-11-27 Joseph Myers <joseph@codesourcery.com>
3862
3863 Merge from GCC:
3864
3865 2007-12-02 Matthias Klose <doko@ubuntu.com>
3866
3867 * config-ml.in: Remove 64bit configure tests.
3868
3869 2008-05-14 Rafael Espindola <espindola@google.com>
3870
3871 * config-ml.in: don't handle --enable-shared and --enable-static.
3872
3873 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3874 Tobias Grosser <grosser@fim.uni-passau.de>
3875 Jan Sjodin <jan.sjodin@amd.com>
3876 Harsha Jagasia <harsha.jagasia@amd.com>
3877 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3878 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3879 Adrien Eliche <aeliche@isty.uvsq.fr>
3880
3881 Merge from graphite branch.
3882 * configure: Regenerate.
3883 * Makefile.in: Regenerate.
3884 * configure.ac (host_libs): Add ppl and cloog.
3885 Add checks for PPL and CLooG.
3886 * Makefile.def (ppl, cloog): Added modules and dependences.
3887 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3888 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3889
3890 2008-09-03 Richard Guenther <rguenther@suse.de>
3891
3892 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3893 cloog test.
3894 * configure: Re-generate.
3895
3896 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3897
3898 * configure.ac (--with-cloog-polylib): New.
3899 (--disable-cloog-version-check): New.
3900 (--disable-ppl-version-check): New.
3901 * configure: Re-generate.
3902
3903 2008-09-05 Richard Guenther <rguenther@suse.de>
3904
3905 * configure.ac: Initialize clooglibs to -lcloog.
3906 * configure: Re-generate.
3907
3908 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3909
3910 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3911 recommended version to 2.3.2.
3912
3913 * configure: Regenerate.
3914
3915 2008-10-31 Ben Elliston <bje@au.ibm.com>
3916
3917 * configure.ac (spu-*-*): Remove special case.
3918 * configure: Regenerate.
3919
3920 Complete comment text from GCC version of:
3921
3922 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3923
3924 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3925 (GCC_SHLIB_SUBDIR): New.
3926 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3927 * configure: Regenerate.
3928 * Makefile.in: Regenerate.
3929
652dec25
TG
39302008-11-27 Tristan Gingold <gingold@adacore.com>
3931
3932 * configure.ac: Build gdb for i?86-*-darwin*
3933 * configure: Regenerated.
3934
7582fb4a
DJ
39352008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3936
3937 PR bootstrap/38014
3938 PR bootstrap/37923
3939
3940 Revert:
3941
3942 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3943
3944 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3945 * Makefile.in: Regenerated.
3946
3947 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3948
3949 PR gdb/921
3950 PR gdb/1646
3951 PR gdb/2175
3952 PR gdb/2176
3953
3954 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3955 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3956 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3957 (HOST_EXPORTS): Pass CPPFLAGS.
3958 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3959 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3960 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3961 * Makefile.in, configure: Regenerated.
3962 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3963 and CPPFLAGS_FOR_BUILD.
3964
faee1be2
UW
39652008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3966
3967 * configure.ac [spu-*-*]: Do not set skipdirs.
3968 * configure: Re-generate.
3969
b7c2dce4
DJ
39702008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3971
3972 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3973 * Makefile.in: Regenerated.
3974
bb52de30
DJ
39752008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3976
3977 PR gdb/921
3978 PR gdb/1646
3979 PR gdb/2175
3980 PR gdb/2176
3981
3982 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3983 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3984 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3985 (HOST_EXPORTS): Pass CPPFLAGS.
3986 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3987 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3988 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3989 * Makefile.in, configure: Regenerated.
3990 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3991 and CPPFLAGS_FOR_BUILD.
3992
b25062ae
SE
39932008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3994
3995 * libtool.m4: Update to libtool 2.2.6.
3996 * lt~obsolete.m4: Update to libtool 2.2.6.
3997 * ltmain.sh: Update to libtool 2.2.6.
3998 * ltsugar.m4: Update to libtool 2.2.6.
3999 * ltversion.m4: Update to libtool 2.2.6.
4000 * ltoptions.m4: Update to libtool 2.2.6.
4001 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4002
3bbd2f8f
AL
40032008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4004
4005 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4006 (GCC_SHLIB_SUBDIR): New.
4007 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4008 * configure: Regenerate.
4009 * Makefile.in: Regenerate.
4010
b29d32ce
TG
40112008-08-28 Tristan Gingold <gingold@adacore.com>
4012
4013 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4014 Enable bfd, binutils and opcodes.
4015 * configure: Regenerate.
4016
c325a203
DD
40172008-08-16 Nicolas Roche <roche@adacore.com>
4018
4019 * Makefile.tpl: Add BOOT_ADAFLAGS.
4020 * Makefile.in: Regenerate.
4021
e7c8859c
RS
40222008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
4023
4024 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4025 * configure: Regenerate.
4026
da888c87
PB
40272008-07-30 Paolo Bonzini <bonzini@gnu.org>
4028
4029 Sync with gcc:
4030 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4031
f7c83eac
AS
4032 * configure.ac: Add makefile fragments for hpux.
4033 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4034 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4035 * configure: Regenerate.
4036 * Makefile.in: Regenerate.
da888c87
PB
4037
4038 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4039
f7c83eac
AS
4040 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4041 * Makefile.in: Regenerate.
4042 * configure: Regenerate.
da888c87 4043
944982cf
ILT
40442008-06-18 Ian Lance Taylor <iant@google.com>
4045
662c6704
ILT
4046 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
4047
944982cf
ILT
4048 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
4049
7a283e07
RW
40502008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4051
4052 * configure: Regenerate.
4053
5b553f7e
RW
40542008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4055
4056 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4057 "$@" is still intact with both Autoconf 2.59 and 2.62.
4058 * configure: Regenerate.
4059
675492f0
RW
40602008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4061
4062 * Makefile.tpl: Fix comment errors.
4063 * Makefile.in: Regenerate.
4064
b018a5d1
JB
40652008-06-13 Julian Brown <julian@codesourcery.com>
4066
4067 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4068 of libobjc for ARM EABI Linux.
4069 * configure: Regenerate.
4070
310213e8
DE
40712008-06-12 David S. Miller <davem@davemloft.net>
4072 David Edelsohn <edelsohn@gnu.org>
4073
4074 * configure.ac: Add powerpc*-*-* to gold supported targets.
4075 * configure: Regenerate.
4076
6641ce42
JM
40772008-06-08 Joseph Myers <joseph@codesourcery.com>
4078
4079 PR tree-optimization/36218
4080 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4081 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4082 (all prefix="build-"): Pass them to build-system sub-makes.
4083 * Makefile.in: Regenerate.
4084
03c2f9e6
DJ
40852008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4086
4087 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
4088 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
4089 mkdep, and compile. Update comments.
4090 (ETC_SUPPORT): Add ChangeLog and update comments.
4091
4538db8b
ILT
40922008-05-11 Ian Lance Taylor <iant@google.com>
4093
4094 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
4095
266df637
PB
40962008-04-18 Paolo Bonzini <bonzini@gnu.org>
4097
4098 Sync with gcc:
4099 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4100
4101 PR bootstrap/35457
4102 * configure.ac: Include override.m4.
4103 * configure: Regenerate.
4104
4105 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4106
f7c83eac
AS
4107 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4108 * Makefile.in: Regenerate.
266df637
PB
4109
4110 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4111
f7c83eac
AS
4112 * configure.ac: Do not build libssp for the AVR.
4113 * configure: Regenerate.
266df637 4114
a86a761e
NC
41152008-04-18 Nick Clifton <nickc@redhat.com>
4116
4117 * MAINTAINERS: Replace reference to configure.in with reference to
4118 configure.ac.
4119
52310858
NC
41202008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4121
f7c83eac 4122 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 4123 as nonconfigurable directories list.
f7c83eac 4124 * configure: Regenerate.
52310858 4125
f5314dd5
DM
41262008-04-14 David S. Miller <davem@davemloft.net>
4127
4128 * configure.ac: Add sparc*-*-* to gold supported targets.
4129 * configure: Regenerate.
4130
e2208220
BE
41312008-04-14 Ben Elliston <bje@au.ibm.com>
4132
4133 * config.sub, config.guess: Update from upstream sources.
4134
0bb6ea20
HPN
41352008-04-12 Hans-Peter Nilsson <hp@axis.com>
4136
4137 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4138 * Makefile.in: Regenerate.
4139
e5164e97
ILT
41402008-04-07 Ian Lance Taylor <iant@google.com>
4141
4142 * Makefile.def: check-gold depends upon all-binutils.
4143 * Makefile.in: Regenerate.
4144
e33b51a6
NC
41452008-04-04 Nick Clifton <nickc@redhat.com>
4146
4147 PR binutils/4334
4148 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4149 builds.
4150 * configure: Regenerate.
4151
fc5df3ab
NC
41522008-04-04 NightStrike <NightStrike@gmail.com>
4153
4154 PR other/35151
f7c83eac
AS
4155 * configure.ac: Combine rules for mingw32 and mingw64.
4156 * configure: Regenerate.
fc5df3ab 4157
c779bab8
PB
41582008-03-27 Paolo Bonzini <bonzini@gnu.org>
4159
4160 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4161 * Makefile.in: Regenerate.
4162
93f9b408
ILT
41632008-03-20 Ian Lance Taylor <iant@google.com>
4164
4165 * configure.ac: Add support for --enable-gold.
4166 * Makefile.def: Add gold as a directory like ld.
4167 * configure, Makefile.in: Regenerate.
4168
5746fb46
AK
41692008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4170
4171 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4172 (s390_cond_extensions): Reduced extensions to the compare related.
4173 (main): z10 cpu type option added.
4174 (expandConditionalJump): Renamed to ...
4175 (insertExpandedMnemonic): ... this.
4176
4177 * opcodes/s390-opc.c: Re-group the operand format makros.
4178 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4179 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4180 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4181 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4182 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4183 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4184 INSTR_SIL_RDU): New instruction formats added.
4185 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4186 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4187 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4188 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4189 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4190 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4191 masks added.
4192 (s390_opformats): New formats added "ris", "rrs", "sil".
4193 * opcodes/s390-opc.txt: Add the conditional jumps with the
4194 extensions removed from automatic expansion in s390-mkopc.c manually.
4195 (asi - trtre): Add new System z10 EC instructions.
4196 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4197
58c85be7
RW
41982008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4199
4200 * configure.ac: m4_include config/proginstall.m4.
4201 * configure: Regenerate.
4202
78124051
RW
42032008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4204
4205 Backport from upstream Libtool:
f7c83eac 4206
78124051 4207 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 4208
78124051
RW
4209 Deal with Autoconf 2.62's semantic change in m4_append.
4210 * ltsugar.m4 (lt_append): Replace broken versions of
4211 m4_append.
4212 (lt_if_append_uniq): Don't require separator to be overquoted,
4213 and avoid broken m4_append.
4214 (lt_dict_add): Fix typo.
4215 * libtool.m4 (_LT_DECL): Don't overquote separator.
4216
018f1bea
DE
42172008-03-13 David Edelsohn <edelsohn@gnu.org>
4218
4219 * config.rpath: Add AIX 6 support.
4220
5c5f596d
PB
42212008-03-13 Paolo Bonzini <bonzini@gnu.org>
4222
4223 * Makefile.def (stageprofile). Remove -fprofile-generate
4224 from stage_libcflags.
4225 * Makefile.in: Regenerate.
4226
a1f93a5e
BE
42272008-03-13 Ben Elliston <bje@au.ibm.com>
4228
4229 * config.sub, config.guess: Update from upstream sources.
4230
98c3d905
AK
42312008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4232
4233 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4234 * s390-opc.txt (cmpsc): Duplicate entry removed.
4235 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4236 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4237 fier, cu42, cu41): Fix operand format.
4238
7f6ef0c0
PB
42392008-02-20 Paolo Bonzini <bonzini@gnu.org>
4240
f7c83eac
AS
4241 PR bootstrap/32009
4242 PR bootstrap/32161
4243
4244 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4245 * configure: Regenerate.
4246
4247 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4248 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4249 STAGE4_LIBCFLAGS): New.
4250 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4251 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4252 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4253 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4254 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4255 for target modules. Don't export LIBCFLAGS.
4256 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4257 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4258 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4259 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4260 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4261 * Makefile.in: Regenerate.
7f6ef0c0 4262
eaf19029
PB
42632008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4264
4265 PR libgcj/33085
4266 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4267 Do not use -DDLL_EXPORT. Backport from upstream.
4268
680c43e9
NC
42692008-02-14 Nick Clifton <nickc@redhat.com>
4270
4271 Import this patch from gcc:
4272 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4273
4274 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4275
c72b1d96
HPN
42762008-02-02 Hans-Peter Nilsson <hp@axis.com>
4277
4278 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4279 * configure: Regenerate.
4280
8b66833e
BW
42812008-01-31 Marc Gauthier <marc@tensilica.com>
4282
4283 * configure.ac (xtensa*-*-*): Recognize processor variants.
4284 * configure: Regenerate.
4285
9cc8ae67
PB
42862008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4287
f7c83eac
AS
4288 PR bootstrap/34922
4289 * configure.ac (PARSE_ARGS): Push suitable setting of
4290 ac_subdirs_all, for `./configure --help=recursive'.
4291 Handle `+' in generic toplevel directory disabling.
4292 * configure: Regenerate.
9cc8ae67 4293
19090595
BE
42942008-01-23 Ben Elliston <bje@au.ibm.com>
4295
4296 * config.sub, config.guess: Update from upstream sources.
4297
9f1e7fd3
BE
42982008-01-08 Ben Elliston <bje@au.ibm.com>
4299
4300 * config.sub, config.guess: Update from upstream sources.
4301
2f959d61
JJ
43022007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4303
4304 * COPYING.LIBGLOSS: Update default copyright.
4305
aa054b85
JJ
43062007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4307
4308 * COPYING.NEWLIB: Update default copyright.
4309
57c53b2b
RS
43102007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4311
4312 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4313 Change recommended MPFR from 2.2.1 > 2.3.0.
4314 * configure: Regenerate.
4315
fee14b60
RS
43162007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4317
4318 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4319 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4320 * Makefile.in: Regenerate.
4321
c9b68031
DD
43222007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4323
4324 * configure.ac: Enable libjava for x86_64-*-darwin9.
4325 * configure: Regenerate.
4326
ad25e7d5
BE
43272007-12-05 Ben Elliston <bje@au.ibm.com>
4328
4329 * config.sub, config.guess: Update from upstream sources.
4330
6ac84f65
PB
43312007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4332
f7c83eac
AS
4333 * config-ml.in: Robustify against white space in absolute file
4334 names.
6ac84f65 4335
f7c83eac
AS
4336 * config-ml.in (multi-clean): Substitute ${Makefile}.
4337 Remove superfluous ${Makefile} in list.
6ac84f65 4338
7b3200f9
DJ
43392007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4340
4341 * Makefile.def (dependencies): Make configure-gdb depend on
4342 all-intl.
4343 * Makefile.in: Regenerated.
4344
2c133ff9
JJ
43452007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4346
4347 * Makefile.def: To avoid problems running with parallel makes,
4348 build newlib before libgloss so that target specific header
4349 files are availble.
4350 * Makefile.in: Regenerate.
4351
5074315a
DJ
43522007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4353
4354 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4355 * Makefile.in: Regenerate.
4356
f5bc1778
DJ
43572007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4358
4359 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4360 * libdecnumber: New directory, imported from GCC.
4361
c66487f8
NC
43622007-10-08 Mike Frysinger <vapier@gentoo.org>
4363
4364 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4365 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4366 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4367 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4368 * configure: Regenerate.
4369
b5714970
PB
43702007-10-01 Paolo Bonzini <bonzini@gnu.org>
4371
4372 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4373 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4374 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4375 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4376 * configure.ac: Default them to host tools for $host = $build.
4377 Subst them.
4378
4379 * configure: Regenerate.
4380 * Makefile.in: Regenerate.
4381
f3b1e08e
RS
43822007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4383
4384 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4385 * configure: Regenerate.
4386
cff87f51
DD
43872007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4388
4389 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4390 libstdc++.
4391 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4392 * configure: Regenerate.
4393 * Makefile.in: Regenerate.
f7c83eac 4394
625a61cd
AS
43952007-09-17 Andreas Schwab <schwab@suse.de>
4396
4397 * configure.ac: Raise minimum makeinfo version to 4.6.
4398 * configure: Regenerate.
4399
83a3a68b
AM
44002007-09-15 Alan Modra <amodra@bigpond.net.au>
4401
4402 * configure.ac: Correct makeinfo version check.
4403 * configure: Regenerate.
4404
5bd8be13
RS
44052007-09-14 Richard Sandiford <richard@codesourcery.com>
4406
4407 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4408 to $skipdirs and only disable gprof for newlib. Use the normal
4409 mips*-elf* handling in other respects.
4410 * configure: Regnerate.
4411
5566c1fa
DD
44122007-09-12 David Daney <ddaney@avtrex.com>
4413
4414 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4415 enabling libgcj.
4416 * configure: Regenerate.
4417
44182007-09-12 Richard Guenther <rguenther@suse.de>
4419
4420 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4421 nor --disable-checking is provided also turn on yes and types
4422 checking for stage1.
4423 * configure: Re-generate.
4424
a18e2996 44252007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4426
4427 PR target/33281
4428 * configure.ac: Use config/mh-mingw on mingw.
4429 * configure: Regenerate.
84e7906e 4430
691bb5a1
DD
44312007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4432
4433 PR other/32154
4434 * configure.ac: For libgloss targets, point the linker to the linker
4435 script, startup code and simulator library.
4436 * configure: Regenerate.
4437
6d18b86b
AH
44382007-09-09 Andrew Haley <aph@redhat.com>
4439
4440 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4441 target-libjava.
6d18b86b 4442
f00a3165 44432007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4444
f00a3165 4445 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4446
2abc4e65
BE
44472007-08-21 Richard Guenther <rguenther@suse.de>
4448
4449 * configure.ac: Add types checking to stage1 checking flags.
4450 * configure: Regenerate.
4451
8a6ee3ab 44522007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4453 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4454
4455 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4456 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4457 * Makefile.in: Regenerate.
4458 * configure.ac (--with-debug-prefix-map): New.
4459 * configure: Regenerate.
4460
429acdec
RS
44612007-08-17 Richard Sandiford <richard@codesourcery.com>
4462 Nigel Stephens <nigel@mips.com>
4463
429acdec
RS
4464 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4465 as target_makefile_frag.
4466 * configure: Regenerate.
4467
8520c408
AO
44682007-08-16 Alexandre Oliva <aoliva@redhat.com>
4469
4470 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4471 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4472 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4473 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4474 (do-compare, do-compare3, do-compare-debug): New.
4475 ([+compare-target+]): Use them.
4476
44772007-08-16 Alexandre Oliva <aoliva@redhat.com>
4478
4479 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4480 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4481 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4482 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4483 (do-compare, do-compare3, do-compare-debug): New.
4484 ([+compare-target+]): Use them.
4485
2444379b
BE
44862007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4487 Ben Elliston <bje@au.ibm.com>
4488
4489 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4490 --silent if $silent.
4491 * configure: Regenerate.
4492
d6f99447
DJ
44932007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4494
4495 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4496
bd0aa315
NC
44972007-07-17 Nick Clifton <nickc@redhat.com>
4498
4499 * COPYING3: New file. Contains version 3 of the GNU General
4500 Public License.
4501 * COPYING3.LIB: New file. Contains version 3 of the GNU
4502 Lesser General Public License.
4503
0ebe98fb
BS
45042007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4505
4506 * configure.ac: Fix my previous change to really match GCC.
4507 * configure: Regenerate.
4508
521ec477
DD
45092007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4510
4511 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4512 * configure: Regenerate.
4513
45142007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4515
4516 * configure.ac: Add some missing m4 quotation.
4517 * configure: Regenerate.
4518
0c24b341
NC
45192007-07-09 Kai Tietz <kai.tietz@onevision.com>
4520
f7c83eac
AS
4521 * Makefile.def: Add windmc tool to build.
4522 * Makefile.tpl: Likewise.
4523 * configure.ac: Likewise.
4524 * Makefile.in: Regenerate.
4525 * configure: Regenerate.
0c24b341 4526
a09314d0
L
45272007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4528
4529 * lt~obsolete.m4: New. Import from 20070318 libtool.
4530
7c3e1d12
BS
45312007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4532
4533 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4534 uclinux and linux-uclibc targets.
4535 * configure: Regenerate.
4536
a5b3b4dd
DD
45372007-06-28 DJ Delorie <dj@redhat.com>
4538
4539 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4540 not building newlib.
4541 * configure: Regenerated.
f7c83eac 4542
184d813c
DJ
45432007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4544
4545 * src-release (DEVO_SUPPORT): Correct typos.
4546
31d99776
DJ
45472007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4548
4549 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4550 * Makefile.in: Regenerated.
4551
e00a73e3
PB
45522007-06-14 Paolo Bonzini <bonzini@gnu.org>
4553
f7c83eac
AS
4554 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4555 (distclean-stage[+id+]): Possibly delete stage_last.
4556 * Makefile.in: Regenerate.
e00a73e3 4557
98a1bbc5
BE
45582007-06-07 Ben Elliston <bje@au.ibm.com>
4559
4560 * config.sub, config.guess: Update from upstream sources.
4561
973601e1
BE
45622007-06-07 Ben Elliston <bje@au.ibm.com>
4563
4564 * Makefile.tpl: Fix spelling error.
4565 * Makefile.in: Regenerate.
4566
2038f525
PB
45672007-06-04 Paolo Bonzini <bonzini@gnu.org>
4568
4569 Sync with gcc:
4570 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4571
f7c83eac
AS
4572 PR bootstrap/29382
4573 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4574 * configure: Rebuilt.
2038f525 4575
f7c5c4b5
PB
45762007-06-01 Steve Ellcey <sje@cup.hp.com>
4577
12a64d4f
L
4578 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4579 lt_cv_sys_max_cmd_len.
f7c5c4b5 4580
7ad9660b
PB
45812007-05-31 Paolo Bonzini <bonzini@gnu.org>
4582
4583 * ltgcc.m4: Update from GCC.
4584
0e7ef45c
EC
45852007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4586
12a64d4f 4587 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4588
37ad9514
SE
45892007-05-24 Steve Ellcey <sje@cup.hp.com>
4590
4591 * ltmain.sh: Update from GCC.
4592 * libtool.m4: Update from GCC.
4593 * ltsugar.m4: New. Update from GCC.
4594 * ltversion.m4: New. Update from GCC.
4595 * ltoptions.m4: New. Update from GCC.
4596 * ltconfig: Remove.
4597 * ltcf-c.sh: Remove.
4598 * ltcf-cxx.sh: Remove.
4599 * ltcf-gcj.sh: Remove.
4600 * src-release: Update with new libtool file list.
4601
8ee82aff
PB
46022007-05-16 Paolo Bonzini <bonzini@gnu.org>
4603
4604 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4605 stage_cflags.
4606 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4607 Remove CFLAGS/LIBCFLAGS.
4608 (configure-stage[+id+]-[+prefix+][+module+],
4609 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4610 * Makefile.in: Regenerate.
4611
149cb58d
SE
46122007-04-14 Steve Ellcey <sje@cup.hp.com>
4613
4614 * config-ml.in: Update from GCC.
4615
91506736
DJ
46162007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4617
4618 * src-release (do-proto-toplev): Process the support directories before
4619 the tool directory.
4620
ffa8bd48
RS
46212007-03-21 Richard Sandiford <richard@codesourcery.com>
4622
4623 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4624 of glob. Quote arguments with single quotes too.
4625 * configure: Regenerate.
4626
a4fd3374
DD
46272007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4628
4629 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4630 * Makefile.in: Regenerate
4631
b8025f34
AS
46322007-03-07 Andreas Schwab <schwab@suse.de>
4633
4634 * configure: Regenerate.
4635
a3ca38d2
DD
46362007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4637
4638 * configure.ac: Add "--with-pdfdir" configure option,
4639 which defines pdfdir variable.
4640 * Makefile.def (target=fixincludes): Add install-pdf to
4641 missing targets.
4642 (recursive_targets): Add install-pdf target.
4643 (flags_to_pass): Add pdfdir.
4644 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4645 target.
4646 * configure: Regenerate
4647 * Makefile.in: Regenerate
4648
46492007-02-28 Eric Christopher <echristo@apple.com>
4650
4651 Revert:
4652 2006-12-07 Mike Stump <mrs@apple.com>
4653
4654 * Makefile.def (dependencies): Add dependency for
4655 install-target-libssp and install-target-libgomp on
4656 install-gcc.
4657 * Makefile.in: Regenerate.
4658
46592007-02-27 Matt Kraai <kraai@ftbfs.org>
4660
4661 * configure: Regenerate.
4662 * configure.ac: Move statements after variable declarations.
4663
a4708fba
JM
46642007-02-19 Joseph Myers <joseph@codesourcery.com>
4665
4666 * configure.ac: Adjust for loop syntax.
4667 * configure: Regenerate.
4668
9a819804
AO
46692007-02-18 Alexandre Oliva <aoliva@redhat.com>
4670
4671 * configure: Rebuilt.
4672
81ec575a
AO
46732007-02-18 Alexandre Oliva <aoliva@redhat.com>
4674
4675 * configure.ac: Drop multiple occurrences of --enable-languages,
4676 and fix its quoting.
4677 * configure: Rebuilt.
4678
92f01d61 46792007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4680 Nathan Sidwell <nathan@codesourcery.com>
4681 Vladimir Prus <vladimir@codesourcery.com
4682 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4683
4684 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4685 * configure: Regenerate.
4686
b1299c4e
DJ
46872007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4688
4689 * configure.ac (target_libraries): Move libgcc before libiberty.
4690 * configure: Regenerated.
4691
18f6b6ee
PB
46922007-02-13 Paolo Bonzini <bonzini@gnu.org>
4693
4694 * configure: Regenerate again?
4695
9c4e9f27
PB
46962007-02-13 Paolo Bonzini <bonzini@gnu.org>
4697
4698 * configure: Reapply PR30748 fix which was lost in the previous commit.
4699
24ff9987
DJ
47002007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4701 Paolo Bonzini <bonzini@gnu.org>
4702
4703 PR bootstrap/30753
4704 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4705 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4706 * configure: Regenerated.
4707
7df2cd5d
PB
47082007-02-10 Paolo Bonzini <bonzini@gnu.org>
4709
4710 * configure: Regenerate.
4711
b0aaa663
DJ
47122007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4713
4714 PR bootstrap/30748
4715 * configure.ac: Correct syntax for Solaris ksh.
4716 * configure: Regenerated.
4717
a0323144
PB
47182007-02-09 Paolo Bonzini <bonzini@gnu.org>
4719
4720 * Makefile.def: Sync with GCC.
4721 * Makefile.tpl: Sync with GCC.
4722 * Makefile.in: Regenerate.
4723 * configure: Regenerate.
4724
c6b750e1
DJ
47252007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4726
4727 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4728 noncanonical equivalents.
4729 * configure.in: Rename to...
4730 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4731 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4732 target_noncanonical. Use them. Rewrite removal of configure
4733 arguments for autoconf 2.59. Discard variable settings. Force
4734 program_transform_name for native tools.
4735
4736 * Makefile.in: Regenerated.
4737 * configure: Regenerated with autoconf 2.59.
4738
4739 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4740
f3cd89f4
JJ
47412007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4742
4743 * COPYING.LIBGLOSS: Reformat default Red Hat
4744 license to fit within 80 columns.
4745 * COPYING.NEWLIB: Ditto.
4746
4e206d7e
DB
47472007-02-05 Dave Brolley <brolley@redhat.com>
4748
4749 * Contribute the following changes:
4750 2006-11-28 DJ Delorie <dj@redhat.com>
4751
4752 * configure.in: Fix typo for mep's target_makefile_frag.
4753 * configure: Regenerated.
4754
4755 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4756
4757 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4758 * configure: Regenerate.
4759
4760 2001-09-19 DJ Delorie <dj@redhat.com>
4761
4762 * configure.in (target_makefile_frag): use mt-mep
4763
4764 2001-06-12 Don Howard <dhoward@redhat.com>
4765
4766 * configure.in: Remove gdb from MeP skip list.
4767
4768 2001-04-05 DJ Delorie <dj@redhat.com>
4769
4770 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4771
4772 2001-03-20 Ben Elliston <bje@redhat.com>
4773
4774 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4775
4776 2001-03-19 Ben Elliston <bje@redhat.com>
4777
4778 * config.sub (mep, mep-*): Add.
4779
b2edfdd2
AS
47802007-01-31 Andreas Schwab <schwab@suse.de>
4781
4782 * Makefile.tpl (LDFLAGS): Substitute it.
4783 * Makefile.in: Regenerate.
4784
ceb92e78
PB
47852007-01-11 Paolo Bonzini <bonzini@gnu.org>
4786
4787 * configure.in: Change == to = in test command.
f7c83eac 4788 * configure: Regenerate.
ceb92e78 4789
4b900473 47902007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4791 Nick Clifton <nickc@redhat.com>
4792 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4793
4794 * configure.in (build_configargs, host_configargs, target_configargs):
4795 Remove build/host/target parameters.
4796 (host_libs): Add gmp and mpfr.
4797 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4798 * Makefile.def (gmp, mpfr): New.
4799 (gcc): Remove target.
4800 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4801 target_os, target_vendor): New.
4802 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4803 * configure: Regenerate.
4804 * Makefile.in: Regenerate.
4b900473
PB
4805
48062007-01-11 Matt Fago <fago@earthlink.net>
4807
4808 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4809 to improve robustness of configure tests.
4b900473
PB
4810 * configure: Regenerate.
4811
80f6dcbc
NC
48122007-01-08 Kai Tietz <kai.tietz@onevision.com>
4813
4814 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4815 * configure: Regenerate.
80f6dcbc 4816
f86e35b8
NC
48172007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4818
4819 * Makefile.tpl (all-target): Correct @if conditional for target
4820 modules.
4821 * configure.in: Omit libiberty if building only target libgcc.
4822 * configure, Makefile.in: Regenerated.
4823
79fcd0ec
PB
48242007-01-04 Paolo Bonzini <bonzini@gnu.org>
4825
4826 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4827 * configure: Regenerate.
4828
6aa8ef82
DJ
48292007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4830
4831 * Makefile.def (target_modules): Add libgcc.
4832 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4833 * Makefile.tpl (clean-target-libgcc): Delete.
4834 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4835 on gcc even for bootstrapped modules. Rewrite handling of
4836 lang_env_dependencies to loop over target_modules.
4837 * configure.in (target_libraries): Add target-libgcc.
4838 * Makefile.in, configure: Regenerated.
4839
9b134994
PB
48402006-12-29 Paolo Bonzini <bonzini@gnu.org>
4841
4842 Sync with gcc:
4843 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4844
f7c83eac
AS
4845 * configure.in: Reorganize recognition of languages. Add
4846 --enable-stage1-languages. Show supported languages for the chosen
4847 target rather than all recognized languages.
4848 * configure: Regenerate.
9b134994
PB
4849
4850 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4851
f7c83eac
AS
4852 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4853 * Makefile.in: Regenerate.
9b134994
PB
4854
4855 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4856
f7c83eac
AS
4857 * configure.in: Warn that MPFR 2.2.0 is buggy.
4858 * configure: Regenerate.
9b134994 4859
8cf39b1b
ILT
48602006-12-27 Ian Lance Taylor <iant@google.com>
4861
4862 * configure.in: When removing Makefiles to force a reconfigure, also
4863 remove prev-DIR*/Makefile.
4864 * configure: Regenerate.
4865
ebff6cd5
KH
48662006-12-23 Kazu Hirata <kazu@codesourcery.com>
4867
4868 * config.bfd: Recognize fido.
4869
8a0d8a5c
PB
48702006-12-19 Paolo Bonzini <bonzini@gnu.org>
4871
4872 Sync with gcc:
4873
4874 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4875
4876 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4877 it only affects bootstrap and could be tested on "$host" as well.
4878 * configure: Regenerate.
4879 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4880
4881 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4882
4883 PR bootstrap/29544
4884 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4885 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4886 move here comment from Makefile.tpl.
4887 * Makefile.tpl: Move some definitions higher in the file.
4888 (STAGE1_CHECKING): New.
4889 * configure.in: Add --enable-stage1-checking.
4890 * configure: Regenerate.
4891 * Makefile.in: Regenerate.
4892
4893 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4894
4895 * configure.in: Update error message for missing GMP/MPFR.
4896
4897 * configure: Regenerate.
4898
4899 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4900
4901 * configure.in: Update MPFR version in error message.
4902
4903 * configure: Regenerate.
4904
4905 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4906
4907 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4908 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4909 --with-gmp-lib): New flags.
4910
4911 * configure: Regenerate.
4912
790c0838
AM
49132006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4914
4915 PR bootstrap/30134
4916 * configure.in: Correct x86 darwin support for libjava to powerpc
4917 and i?86 only.
4918 * configure: Regenerate.
4919
77d7106f
AM
49202006-12-11 Alan Modra <amodra@bigpond.net.au>
4921
4922 * configure.in: Handle spu makefile frag.
77d7106f
AM
4923 * Makefile.tpl (MAINT): Define
4924 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4925 * configure: Regenerate.
4926 * Makefile.in: Regenerate.
4927
0cfa5389
BE
49282006-12-11 Ben Elliston <bje@au.ibm.com>
4929
4930 * config.sub, config.guess: Update from upstream sources.
4931
2839fe5d
BE
49322006-12-11 Ben Elliston <bje@au.ibm.com>
4933
4934 * configure.in: Sync with GCC (spu-*-*).
4935 * configure: Sync with GCC.
4936
b897f5d4
MS
49372006-12-07 Mike Stump <mrs@apple.com>
4938
4939 * Makefile.def (dependencies): Add dependency for
4940 install-target-libssp and install-target-libgomp on
4941 install-gcc.
4942 * Makefile.in: Regenerate.
4943
9daf3993
PB
49442006-11-16 Paolo Bonzini <bonzini@gnu.org>
4945
4946 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4947 (unstage): Test for stage_last presence.
4948
4949 PR bootstrap/29802
4950 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4951 * Makefile.in: Regenerate.
4952
9dbaa842
DD
49532006-11-14 DJ Delorie <dj@redhat.com>
4954
4955 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4956 * Makefile.in: Sync with GCC.
4957 * configure.in: Sync with GCC (mpfr, gmp).
4958 * configure: Sync with GCC.
4959
b0cbce8d
JJ
49602006-11-08 Jie Zhang <jie.zhang@analog.com>
4961
4962 * configure.in: Remove target-libgloss from noconfigdirs for
4963 bfin-*-*.
4964 * configure: Regenerated.
4965
44330a94
JJ
49662006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4967
4968 * COPYING.NEWLIB: Add spu license.
7de05dd5 4969 * COPYING.LIBGLOSS: Ditto.
44330a94 4970
56a8fe78
DD
49712006-10-17 Brooks Moses <bmoses@stanford.edu>
4972
4973 * Makefile.def: Added pdf target handling.
4974 * Makefile.tpl: Added pdf target handling.
4975 * Makefile.in: Regenerated.
4976
fbb00ad0
JJ
49772006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4978
4979 * COPYING.NEWLIB: Updated.
4980 * COPYING.LIBGLOSS: Ditto.
4981
6b89cc21
DB
49822006-09-27 Dave Brolley <brolley@redhat.com>
4983
4984 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4985 $s instead of $r.
4986 * configure: Regenerated.
4987
17bcf627
BE
49882006-09-26 Ben Elliston <bje@au.ibm.com>
4989
4990 * config.sub, config.guess: Update from upstream sources.
4991
f3529cf1
TS
49922006-09-20 Thiemo Seufer <ths@mips.com>
4993
4994 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4995 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4996 * configure: Regenerate.
4997
45055374
CV
49982006-08-30 Corinna Vinschen <corinna@vinschen.de>
4999
5000 * configure.in: Never build newlib for a Mingw host.
5001 Never build newlib as Mingw target library.
5002 Test the existence of winsup/cygwin for building a Cygwin newlib,
5003 rather than just winsup.
5004 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5005 building a Mingw target.
5006 * configure: Regenerate.
5007
4be041b2 50082006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
5009 Nigel Stephens <nigel@mips.com>
5010 David Ung <davidu@mips.com>
4be041b2
TS
5011
5012 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
5013
1d89b610
PB
50142006-07-25 Paolo Bonzini <bonzini@gnu.org>
5015
5016 Sync from GCC:
5017 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5018
f7c83eac
AS
5019 PR bootstrap/18058
5020 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5021 if the bootstrap compiler is a GCC version that supports it.
5022 * configure: Regenerate.
1d89b610 5023
66a79c16
DJ
50242006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5025
5026 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5027 * configure: Regenerated.
5028
c1cb7e02
PB
50292006-07-18 Paolo Bonzini <bonzini@gnu.org>
5030
f7c83eac
AS
5031 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5032 for stages after the first.
c1cb7e02 5033
7206a0ee
JJ
50342006-07-17 Jakub Jelinek <jakub@redhat.com>
5035
5036 * Makefile.def: Add dependencies for configure-opcodes
5037 on configure-intl and all-opcodes on all-intl.
5038 * Makefile.in: Regenerated.
5039
6816f995
AO
50402006-07-04 Peter O'Gorman <peter@pogma.com>
5041
5042 * ltconfig: chmod 644 before ranlib during install.
5043
3d3adb43
PB
50442006-07-03 Paolo Bonzini <bonzini@gnu.org>
5045
1f3f1bbf 5046 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
5047 * configure: Regenerate.
5048
64ce424c
PB
50492006-07-03 Paolo Bonzini <bonzini@gnu.org>
5050
5051 Sync from gcc:
5052
5053 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
5054
5055 PR other/27063
5056 * configure.in: Test subdir_requires and give an appropriate
5057 error message.
5058 * configure: Regenerate.
5059
5060 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5061
5062 PR target/27540
5063 * configure.in: Only enable libgomp on IRIX 6.
5064 * configure: Regenerate.
5065
d42c4017
DA
50662006-06-20 David Ayers <d.ayers@inode.at>
5067
5068 PR bootstrap/28072
5069 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5070 whether target-libjava is being configured instead of whether the
5071 java front end is enabled.
5072 * configure: Regenerate.
0e7ef45c 5073
4962c51a
MS
50742006-06-15 Mark Shinwell <shinwell@codesourcery.com>
5075
5076 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
5077 to R_ARM_LDC_SB_G{0,1,2} respectively.
5078
caee866a
PB
50792006-06-15 Paolo Bonzini <bonzini@gnu.org>
5080
5081 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5082 too.
5083 * Makefile.in: Regenerate.
5084
363ef840
DA
50852006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5086
5087 Sync from gcc:
5088
5089 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5090 * configure.in: Don't enable libgomp on hpux10.
5091 * configure: Rebuilt.
5092
54d1c879
DA
50932006-06-13 David Ayers <d.ayers@inode.at>
5094
5095 Sync from gcc:
5096
5097 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 5098
54d1c879
DA
5099 PR bootstrap/27963
5100 PR target/19970
0e7ef45c 5101 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
5102 ${libgcj} is specified.
5103 * configure: Regenerate.
0e7ef45c 5104
a4d8b690
JJ
51052006-06-08 Jeff Johnston <jjohnstn@redhat.com>
5106
5107 Sync from gcc:
5108
5109 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 5110 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
5111
5112 PR bootstrap/18033
5113 * config-ml.in: Eval option if surrounded by single quotes.
5114
4f0ef2d8
CD
51152006-06-07 Carlos O'Donell <carlos@codesourcery.com>
5116
5117 Sync from gcc:
0e7ef45c 5118
4f0ef2d8 5119 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 5120
4f0ef2d8
CD
5121 PR libobjc/13946
5122 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5123 * Makefile.in: Regenerate.
5124 * configure.in: Add --enable-objc-gc at toplevel and have it
5125 enable boehm-gc for Objective-C.
5126 Remove target-boehm-gc from libgcj.
5127 Add target-boehm-gc to target_libraries.
5128 Add target-boehm-gc to noconfigdirs where ${libgcj}
5129 is specified.
5130 Assert that boehm-gc is supported when requested for Objective-C.
5131 Only build boehm-gc if needed either for Java or Objective-C.
5132 * configure: Regenerate.
5133
5134 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 5135
4f0ef2d8
CD
5136 PR 27674
5137 * Makefile.tpl (configure-[+prefix+][+module+],
5138 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5139 Remove rule to unstage bootstrapped modules.
5140 (stage_current): New.
5141 * Makefile.in: Regenerate.
5142
5143 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5144 Andreas Tobler <a.tobler@schweiz.ch>
5145
5146 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5147 * configure: Rebuilt.
5148
5149 Revert
5150 2006-01-31 Richard Guenther <rguenther@suse.de>
5151 Paolo Bonzini <bonzini@gnu.org>
5152
5153 * Makefile.def (target_modules): Add libgcc-math target module.
5154 * configure.in (target_libraries): Add libgcc-math target library.
5155 (--enable-libgcc-math): New configure switch.
5156 * Makefile.in: Re-generate.
5157 * configure: Re-generate.
5158
c17b816b
JJ
51592006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5160
5161 * config-ml.in: Alter CCASFLAGS to include special
5162 multilib options the same as is done for CFLAGS.
5163
20e95c23
DJ
51642006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5165
5166 * Makefile.def: Added dependencies from sim and gdb on intl, and
5167 added configure dependencies to everything with an all dependency
5168 on intl.
5169 * gettext.m4: Removed.
5170 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5171 (GDB_SUPPORT_DIRS): Add intl.
5172 * Makefile.in: Regenerated.
5173
4bd8ad80
DJ
51742006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5175
5176 * src-release (DEVO_SUPPORT): Add config.rpath.
5177
c380fdd8
PB
51782006-05-25 Paolo Bonzini <bonzini@gnu.org>
5179
5180 * Makefile.def (bfd, opcodes): Fix lib_path.
5181 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5182 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5183 * Makefile.in: Regenerate.
5184
701628f5
MS
51852006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5186
5187 * configure.in: Enable gprof for cross builds.
5188 * configure: Regenerate.
5189
25aae7f2
DJ
51902006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5191
5192 * src-release (MAKEINFOFLAGS): Define.
5193 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5194
ea3d1626
BE
51952006-05-14 Ben Elliston <bje@au.ibm.com>
5196
5197 * config.sub, config.guess: Update from upstream sources.
5198
49b9e644
BE
51992006-05-12 Ben Elliston <bje@au.ibm.com>
5200
5201 * config.sub, config.guess: Update from upstream sources.
5202
482dd2f6
DJ
52032006-05-04 Steve Ellcey <sje@cup.hp.com>
5204
5205 * blt, iwidgets, mmalloc: Remove directories.
5206
8b01a5c2
DD
52072006-05-01 DJ Delorie <dj@redhat.com>
5208
641a3af4 5209 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
5210 * configure: Regenerate.
5211
a481dbb7
DD
52122006-04-18 DJ Delorie <dj@redhat.com>
5213
5214 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5215 reference libgloss so that libssp can be built in a combined
5216 tree.
5217 * configure: Regenerate.
5218
962c9e74
BE
52192006-04-10 Ben Elliston <bje@au.ibm.com>
5220
5221 * contrib: Remove directory.
5222
108a6f8e
CD
52232006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5224
5225 * Makefile.tpl: Add install-html target.
5226 * Makefile.def: Add install-html target.
5227 * Makefile.in: Regenerate.
5228 * configure.in: Add --with-datarootdir, --with-docdir,
5229 and --with-htmldir options.
5230 * configure: Regenerate.
5231
a4ef73e9
BE
52322006-03-31 Ben Elliston <bje@au.ibm.com>
5233
5234 PR binutils/1860
5235 * configure.in: Require makeinfo 4.4 or higher.
5236 * configure: Regenerate.
5237
b37df25a
PB
52382006-03-14 Paolo Bonzini <bonzini@gnu.org>
5239
5240 * Makefile.in: Regenerate.
5241
a6df5a19
PB
52422006-03-14 Paolo Bonzini <bonzini@gnu.org>
5243
5244 Sync with gcc:
5245 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5246
f7c83eac
AS
5247 * configure.in: Handle --disable-<component> generically.
5248 * configure: Regenerate.
a6df5a19
PB
5249
5250 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 5251
f7c83eac
AS
5252 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5253 (TARGET_CONFIGDIRS): Remove.
5254 * configure.in: Remove AC_SUBST(target_configdirs).
5255 * Makefile.in, configure: Regenerated.
a6df5a19
PB
5256
5257
65419985
L
52582006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5259
5260 PR libgcj/17311
5261 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5262
c52c6897
PB
52632006-02-20 Paolo Bonzini <bonzini@gnu.org>
5264
5265 PR bootstrap/25670
5266
5267 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5268
5269 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5270 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5271 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5272 BUILD_PREFIX, BUILD_PREFIX_1.
5273 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5274
5275 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5276 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5277
5278 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5279 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5280 of `cat stage_current`. Always provide the `r' and `s' variables.
5281 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5282 a single shell execution.
5283 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5284 bootstrapped modules, make the stage1 module if the build was not
5285 started yet, else build the current stage.
5286 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5287 (all-build, all-host, all-target, [+make_target+]-host,
5288 [+make_target+]-target): Do not use \-continued lines.
5289 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5290 (current_stage, restrap, stage_last): New.
5291
5292 * Makefile.in: Regenerate.
5293 * configure: Regenerate.
5294
b3ded179
PB
52952006-02-14 Paolo Bonzini <bonzini@gnu.org>
5296
5297 Sync from gcc:
5298
5299 2006-01-31 Richard Guenther <rguenther@suse.de>
5300 Paolo Bonzini <bonzini@gnu.org>
5301
f7c83eac
AS
5302 * Makefile.def (target_modules): Add libgcc-math target module.
5303 * configure.in (target_libraries): Add libgcc-math target library.
5304 (--enable-libgcc-math): New configure switch.
5305 * Makefile.in: Re-generate.
5306 * configure: Re-generate.
5307 * libgcc-math: New toplevel directory.
b3ded179
PB
5308
5309 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
5310 Jakub Jelinek <jakub@redhat.com>
5311 Diego Novillo <dnovillo@redhat.com>
b3ded179 5312
f7c83eac
AS
5313 * libgomp: New directory.
5314 * Makefile.def: Add target_module libgomp.
5315 * Makefile.in: Regenerate.
5316 * configure.in (target_libraries): Add target-libgomp.
5317 * configure: Regenerate.
b3ded179 5318
3a35eeb3
PB
53192006-02-14 Paolo Bonzini <bonzini@gnu.org>
5320 Andreas Schwab <schwab@suse.de>
0e7ef45c 5321
3a35eeb3
PB
5322 * configure: Regenerate.
5323
2429c060
PB
53242006-01-16 Paolo Bonzini <bonzini@gnu.org>
5325
5326 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5327 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5328 the assembler, linker and binutils.
5329 * configure: Regenerate.
5330
ec49b2b8
NC
53312006-01-16 Nick Clifton <nickc@redhat.com>
5332
49b9e644 5333 * config.sub, config.guess: Sync from config repository.
ec49b2b8 5334
44b2308f
AO
53352006-01-05 Alexandre Oliva <aoliva@redhat.com>
5336
5337 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5338 @ from continuation.
5339 * Makefile.in: Rebuilt.
5340
80911fe1
PB
53412006-01-04 Paolo Bonzini <bonzini@gnu.org>
5342
5343 Sync from gcc:
5344
5345 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5346
f7c83eac 5347 PR bootstrap/24252
80911fe1 5348
f7c83eac
AS
5349 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5350 * Makefile.tpl (OBJDUMP): New.
5351 (EXTRA_HOST_FLAGS): Add it.
5352 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 5353
f7c83eac
AS
5354 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5355 to use symbolic links between directories. Avoid race conditions
5356 or make them harmless.
5357 * configure.in: Do not try to use symbolic links between directories.
80911fe1 5358
f7c83eac
AS
5359 * Makefile.def (LEAN): Pass.
5360 * Makefile.tpl (LEAN): Define.
5361 (stage[+id+]-start): Accept that the previous directory does not
5362 exist, if the bootstrap is lean.
5363 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5364 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5365 configure substitution.
5366 ([+compare-target+]): Likewise.
5367 ([+bootstrap-target+]-lean): New.
5368 * configure.in: Remove lean bootstrap support from here.
80911fe1 5369
f7c83eac
AS
5370 * Makefile.in: Regenerate.
5371 * configure: Regenerate.
80911fe1
PB
5372
5373 2006-01-02 Andreas Schwab <schwab@suse.de>
5374
f7c83eac
AS
5375 * configure.in: When reconfiguring remove Makefile in
5376 all stage directories.
5377 * configure: Regenerate.
80911fe1 5378
b59bea8a
NC
53792005-12-27 Leif Ekblad <leif@rdos.net>
5380
5381 * configure.in: Add support for RDOS target.
5382 * configure: Regenerate.
5383
d7730bac
NC
53842005-12-27 Nick Clifton <nickc@redhat.com>
5385
5386 PR binutils/1990
5387 * libtool.m4: Synchronize with version in GCC sources.
5388
c02dabc3
PB
53892005-12-20 Paolo Bonzini <bonzini@gnu.org>
5390
f7c83eac 5391 Revert Ada-related part of the previous change.
c02dabc3 5392
f7c83eac
AS
5393 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5394 Do not pass.
5395 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5396 * Makefile.in: Regenerate.
5397 * configure.in: Do not include mt-ppc-aix target fragment.
5398 * configure: Regenerate.
c02dabc3 5399
f6d183c0
PB
54002005-12-19 Paolo Bonzini <bonzini@gnu.org>
5401
5402 * configure.in: Select appropriate fragments for PowerPC/AIX.
5403 * configure: Regenerate.
5404
5405 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5406 BOOT_CFLAGS, BOOT_LDFLAGS.
5407 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5408 BOOT_CFLAGS, BOOT_LDFLAGS.
5409 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5410 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5411 (stage): Fail if we cannot complete the work.
5412 * Makefile.in: Regenerate.
5413
f29759fc
JJ
54142005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5415
5416 * COPYING.NEWLIB: Update copyright year for default
5417 copyright.
5418
1f054001
PB
54192005-12-15 Paolo Bonzini <bonzini@gnu.org>
5420
5421 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5422 install-host-nogcc): Don't invoke $(stage) at the end.
5423 * Makefile.in: Regenerate.
5424
0aed8855
PB
54252005-12-14 Paolo Bonzini <bonzini@gnu.org>
5426
5427 * configure.in: Flip the top-level bootstrap switch.
5428 * configure: Regenerate.
5429
5430 Merge from gcc:
5431
5432 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5433
f7c83eac
AS
5434 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5435 $(stage) and $(unstage).
5436 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5437 (all): Remove stray semicolon.
5438 (local-distclean): Don't handle multilib.tmp and multilib.out.
5439 (install.all): Set $s for consistency.
5440 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5441 check_multilibs setting. Always make the install directory.
5442 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5443 Correct @if/@endif.
5444 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5445 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5446 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5447 (multilib.out): Remove.
5448 * Makefile.in: Regenerated.
0aed8855
PB
5449
54502005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5451
5452 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5453 * configure.in: Replace ms1 arch with mt.
5454 * configure: Rebuilt.
5455
54562005-12-05 Paolo Bonzini <bonzini@gnu.org>
5457
5458 Sync with gcc:
5459
4970f871
NS
54602005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5461
5462 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5463 * configure.in: Replace ms1 arch with mt.
5464 * configure: Rebuilt.
5465
be01d343
PB
54662005-12-05 Paolo Bonzini <bonzini@gnu.org>
5467
5468 Sync with gcc:
5469
5470 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5471
f7c83eac
AS
5472 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5473 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5474 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5475 Find in-tree tools if available.
5476 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5477 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5478 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5479 (COMPILER_*_FOR_TARGET): New.
5480 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5481 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5482 (CONFIGURED_*, USUAL_*): Remove.
5483 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5484 STRIP): Use autoconf substitutions.
5485 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5486 COMPILER_NM_FOR_TARGET): New.
5487 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5488
5489 (all): Make all-host and all-target in parallel.
5490 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5491 that $$r and $$s are set before invoking a recursive make.
5492 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5493 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5494
5495 2005-11-29 Ben Elliston <bje@au.ibm.com>
5496
f7c83eac
AS
5497 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5498 from the gcc build directory.
5499 * Makefile.in: Regenerate.
be01d343
PB
5500
5501 2005-11-29 Ben Elliston <bje@au.ibm.com>
5502
f7c83eac
AS
5503 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5504 depend on all-libdecnumber.
5505 * configure.in (host_libs): Include libdecnumber.
5506 * Makefile.in: Regenerate.
5507 * configure: Likewise.
be01d343
PB
5508
5509 2005-11-21 Kean Johnston <jkj@sco.com>
5510
f7c83eac 5511 * config.sub, config.guess: Sync from upstream sources.
be01d343 5512
907be67c
DJ
55132005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5514
5515 * Makefile.def: Remove gdb dependencies for gdbtk.
5516 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5517 (configure-gdb, install-gdb): New rules.
5518 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5519 * Makefile.in, configure: Regenerated.
5520
e360f423
PB
55212005-10-22 Paolo Bonzini <bonzini@gnu.org>
5522
5523 PR bootstrap/24297
5524 * Makefile.tpl (do-[+make-target+], do-check, install,
5525 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5526 are set before recursing.
5527 * Makefile.in: Regenerate.
5528
45d5eb0a
EB
55292005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5530
5531 PR bootstrap/18939
5532 * Makefile.def (gcc) <target>: Fix thinko.
5533 * Makefile.in: Regenerate.
5534
3cf3372e
BS
55352005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5536
5537 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5538 * configure: Regenerate.
5539
bd70a46f
KH
55402005-10-09 Kazu Hirata <kazu@codesourcery.com>
5541
5542 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5543 target-libffi, target-qthreads, target-libjava, and
5544 targetlibobjc.
5545 * configure: Regenerate.
5546
5ae72758
DJ
55472005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5548
5549 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5550 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5551 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5552 (USUAL_OBJDUMP_FOR_TARGET): New.
5553 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5554 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5555 * configure, Makefile.in: Regenerated.
5ae72758 5556
cc96343e
PB
55572005-10-05 Paolo Bonzini <bonzini@gnu.org>
5558
5559 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5560 before other host packages.
5561
f70224b5
PB
55622005-10-05 Paolo Bonzini <bonzini@gnu.org>
5563
5564 PR bootstrap/22340
5565
5566 * configure.in (default_target): Remove.
5567 * Makefile.tpl (all): Do not use prerequisites as subroutines
5568 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5569 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5570 use prerequisites as subroutines.
5571 (check-host, check-target): New.
5572 (bootstrap configure & all targets): Do not use stage*-start
5573 if the directory layout is already ok.
5574 (non-bootstrap configure & all targets): Prepend a $(unstage).
5575 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5576 (NOTPARALLEL): Remove.
5577 (unstage, stage variables): New variables.
5578 (unstage, stage targets): Simply expand to those variables.
5579
5580 * configure: Regenerate.
5581 * Makefile.in: Regenerate.
5582
c13c918a
JW
55832005-10-04 James E Wilson <wilson@specifix.com>
5584
5585 * Makefile.def (lang_env_dependencies): Add libmudflap.
5586 * Makefile.in: Regenerate.
5587
376a0e54
CM
55882005-10-03 Catherine Moore <clm@cm00re.com>
5589
5590 * configure.in (bfin-*-*): Support bfin.
5591 * configure: Regenerated.
5592
d320aacb
L
55932005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5594
5595 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5596 * configure: Regenerated.
5597
7e0f7140
GK
55982005-09-28 Geoffrey Keating <geoffk@apple.com>
5599
5600 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5601 (LIPO_FOR_TARGET): New.
5602 (CONFIGURED_LIPO_FOR_TARGET): New.
5603 (USUAL_LIPO_FOR_TARGET): New.
5604 (STRIP_FOR_TARGET): New.
5605 (CONFIGURED_STRIP_FOR_TARGET): New.
5606 (USUAL_STRIP_FOR_TARGET): New.
5607 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5608 STRIP_FOR_TARGET.
5609 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5610 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5611 * Makefile.in: Regenerate.
5612 * configure: Regenerate.
0e7ef45c 5613
096f7d00
DE
56142005-09-19 David Edelsohn <edelsohn@gnu.org>
5615
5616 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5617 (rs6000-*-aix*): Same.
5618 * configure: Regenerate.
5619
56202005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5621
5622 * configure.in: Recognize f95 in the --enable-languages option,
5623 and substitute it for fortran, issuing a warning.
5624 * configure: Regenerate.
5625
2016dfcc
BE
56262005-09-07 Ben Elliston <bje@au.ibm.com>
5627
5628 Import from Autoconf sources:
5629
5630 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5631 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5632 Elliston. Handle weird characters correctly.
5633
6dd2fda9
DD
56342005-08-30 Phil Edwards <phil@codesourcery.com>
5635
5636 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5637 * configure: Regenerated.
5638
e6db70d4
RE
56392005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5640
f7c83eac
AS
5641 * Makefile.def (libssp): Add to lang_env_dependencies.
5642 * Makefile.in: Regenerate.
e6db70d4 5643
e1e3d0f5
CG
56442005-08-17 Christian Groessler <chris@groessler.org>
5645
5646 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5647 * Makefile.in: Regenerate.
5648
05cbd757
PB
56492005-08-12 Paolo Bonzini <bonzini@gnu.org>
5650
5651 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5652 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5653 Look for alternate names of the target cc and c++
5654 * configure: Regenerate.
5655
55db4b87
PB
56562005-08-08 Paolo Bonzini <bonzini@gnu.org>
5657
5658 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5659 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5660 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5661 tools; remove code to manually set them.
5662 (Target tools): Look in the environment for them.
5663 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5664 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5665 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5666 build directory.
5667 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5668 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5669 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5670 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5671 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5672 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5673 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5674 * configure: Regenerate.
5675 * Makefile.in: Regenerate.
5676
414e5532
MM
56772005-07-27 Mark Mitchell <mark@codesourcery.com>
5678
5679 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5680 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5681 * Makefile.in: Regenerated.
5682
a19b6204
MM
56832005-07-26 Mark Mitchell <mark@codesourcery.com>
5684
5685 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5686 (CFLAGS_FOR_TARGET): Use it.
5687 (CXXFLAGS_FOR_TARGET): Likewise.
5688 * Makefile.in: Regenerated.
5689 * configure.in (--with-build-sysroot): New option.
5690 * configure: Regenerated.
5691
b73aa406
PB
56922005-07-24 Paolo Bonzini <bonzini@gnu.org>
5693
5694 * Makefile.tpl: Wrap install between unstage and stage
5695 * Makefile.in: Regenerate.
5696
6e4d0bcb
KC
56972005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5698
5699 * all files: Update FSF address.
5700
49f58d10
JB
57012005-07-14 Jim Blandy <jimb@redhat.com>
5702
5703 * configure.in: Add cases for Renesas m32c.
5704 * configure: Regenerated.
0e7ef45c 5705
1d9c9cd7
KC
57062005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5707
5708 * COPYING, compile, config-ml.in, config.guess,
5709 config.sub, install-sh, missing, mkinstalldirs,
5710 symlink-tree, ylwrap: Sync from upstream sources.
5711
1587117a
EC
57122005-07-13 Eric Christopher <echristo@redhat.com>
5713
5714 * configure.in: Add toplevel noconfigdir support for tpf.
5715 * configure: Regenerate.
5716
bb780410
DD
57172005-07-11 Jakub Jelinek <jakub@redhat.com>
5718
5719 * Makefile.def (target_modules): Add libssp.
5720 * configure.in (target_libraries): Add target-libssp.
5721 * configure: Rebuilt.
5722 * Makefile.in: Rebuilt.
5723
064d0a7c
PB
57242005-07-11 Paolo Bonzini <bonzini@gnu.org>
5725
5726 PR ada/22340
5727
5728 * Makefile.def: Sync with gcc.
5729 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5730 * Makefile.in: Regenerate.
5731
b2edd3b5
AS
57322005-07-07 Andreas Schwab <schwab@suse.de>
5733
5734 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5735 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5736 * Makefile.in: Regenerated.
5737
5f128533
KH
57382005-07-07 Kazu Hirata <kazu@codesourcery.com>
5739
5740 * configure.in: Add --enable-libssp and --disable-libssp.
5741 * configure: Regenerate with autoconf-2.13.
5742
4e3fc8e5
GK
57432005-07-06 Geoffrey Keating <geoffk@apple.com>
5744
5745 * configure.in: Don't build sim or rda when targetting darwin.
5746 * configure: Regenerate.
5747
c7357d6a
BE
57482005-07-04 Ben Elliston <bje@gnu.org>
5749
5750 * src-release (do-proto-toplev): Remove dejagnu bits.
5751 (DEJAGNU_SUPPORT_DIRS): Remove.
5752 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5753 (GDBD_SUPPORT_DIRS): Likewise.
5754 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5755 (INSIGHTD_SUPPORT_DIRS): Likewise.
5756 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5757
57582005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5759
5760 * setup.com (mpw): Remove unused directive.
5761
7d329e61
PB
57622005-06-22 Paolo Bonzini <bonzini@gnu.org>
5763
5764 * Makefile.def (stagefeedback): Come after profile.
5765 Define profiledbootstrap target.
5766 * Makefile.tpl (profiledbootstrap): Remove.
5767 (stageprofile-end): Zap stagefeedback.
5768 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5769 * Makefile.in: Regenerate.
5770
e5fbed21
DD
57712005-06-13 Zack Weinberg <zack@codesourcery.com>
5772
5773 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5774 In 'cpp' stanza, support '#line' as well as '# '.
5775
59f7ec45
HPN
57762005-06-07 Hans-Peter Nilsson <hp@axis.com>
5777
5778 * configure.in (unsupported_languages): New macro.
5779 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5780 non-ported target libraries in noconfigdirs.
5781 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5782 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5783 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5784 unsupported_languages.
5785 * configure: Regenerate.
5786
c10e9ba7
DD
57872005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5788
5789 * configure.in: Fix typo in handling of --with-mpfr-dir.
5790 * configure: Regenerate.
5791
20deb2b8
JB
57922005-06-02 Jim Blandy <jimb@redhat.com>
5793
5794 * config.sub: Add cases for the Renesas m32c. (This patch has been
5795 accepted into the master sources.)
5796
cdb9b172 57972005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5798 Michael Snyder <msnyder@redhat.com>
5799 Stan Cox <scox@redhat.com>
cdb9b172 5800
f7c83eac 5801 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5802
f7c83eac 5803 * configure: Regenerate.
cdb9b172 5804
1dc3053f
PB
58052005-05-25 Paolo Bonzini <bonzini@gnu.org>
5806
5807 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5808 (Dependencies): Consider target modules for bootstrap dependencies.
5809 Make target bootstrap modules depend on each stage's gcc.
5810 * Makefile.in: Regenerate.
5811
c60fe18b
PB
58122005-05-20 Paolo Bonzini <bonzini@gnu.org>
5813
5814 * Makefile.def (configure-gcc): Depend on binutils having been built.
5815 (all-gcc): No need to do it here.
5816 * Makefile.in: Regenerate.
5817
27258dd4
PB
58182005-05-19 Paul Brook <paul@codesourcery.com>
5819
0e7ef45c 5820 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5821 language cannot be built.
5822 * configure: Regenerate.
5823
42ecbf5e
DJ
58242005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5825
5826 * ylwrap: Import from Automake 1.9.5.
5827
ae380b45
MS
58282005-05-04 Mike Stump <mrs@apple.com>
5829
5830 * configure.in: Always pass --target to target configures as
5831 otherwise rebuilds that do --recheck will fail.
811d3af8 5832 * configure: Rebuilt.
ae380b45 5833
d545f33b
PB
58342005-05-04 Paolo Bonzini <bonzini@gnu.org>
5835
5836 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5837 STAGE_HOST_EXPORTS.
5838 (configure, all): Add bootstrap support.
5839 (Host modules, target modules): Pass post-stage1 flags and exports.
5840 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5841 * Makefile.in: Regenerate.
5842
2faa2958
PB
58432005-04-29 Paolo Bonzini <bonzini@gnu.org>
5844
5845 Sync from gcc:
5846
5847 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5848
f7c83eac 5849 * config.sub: Update from master copy.
2faa2958
PB
5850
5851 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5852
f7c83eac
AS
5853 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5854 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5855 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5856 "*-*-elf" and "*-*-linux*".
5857 * configure: Regenerate.
2faa2958 5858
a7254363
PB
58592005-04-06 Paolo Bonzini <bonzini@gnu.org>
5860
f7c83eac 5861 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5862 (TARGET_CONFIGARGS): Include --with-target-subdir.
5863 (configure, all): New macros. Use them throughout.
5864
a8637a7d
PB
58652005-04-05 Paolo Bonzini <bonzini@gnu.org>
5866
5867 * Makefile.tpl: Sync with gcc.
5868 * Makefile.in: Regenerate.
5869
dd387d52
JR
58702005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5871
5872 * config/mh-mingw32: Delete.
5873 * configure.in: Don't use it.
5874 * configure: Regenerate.
5875
e90269c8
PB
58762005-03-31 Paolo Bonzini <bonzini@gnu.org>
5877
5878 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5879 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5880 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5881 (HOST_LIB_PATH): Generate from Makefile.def.
5882 (TARGET_LIB_PATH): Likewise.
5883 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5884 * Makefile.in: Regenerate.
5885 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5886 (RPATH_ENVVAR): Include Darwin case.
5887 * configure: Regenerate.
5888
9a237d9e
PB
58892005-03-25 Paolo Bonzini <bonzini@gnu.org>
5890
5891 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5892 * configure: Regenerate.
5893
479759c8
ZW
58942005-03-21 Zack Weinberg <zack@codesourcery.com>
5895
5896 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5897 gcc_version, and gcc_version_trigger from set of flags to pass.
5898 * Makefile.tpl: Remove definitions of above variables.
5899 (config.status): Remove dependency on $(gcc_version_trigger).
5900 * Makefile.in: Regenerate.
5901 * configure.in: Do not reference config/gcc-version.m4 nor
5902 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5903 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5904 * configure: Regenerate.
5905
4cfaf6d5
DD
59062005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5907 Andrew Pinski <pinskia@physics.uc.edu>
5908
5909 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5910 * Makefile.in: Regenerate.
5911
33a3fb7b
AO
59122005-03-01 Alexandre Oliva <aoliva@redhat.com>
5913
5914 PR libgcj/20160
5915 * ltmain.sh: Avoid creating archives with components that have
5916 duplicate basenames.
5917
2da12f12
PB
59182005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5919
479759c8
ZW
5920 PR bootstrap/20250
5921 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5922 instead of check.
5923 * Makefile.in: Regenerate.
2da12f12 5924
b00612cc
PB
59252005-02-28 Paolo Bonzini <bonzini@gnu.org>
5926
5927 Sync from gcc.
5928
5929 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5930
5931 PR bootstrap/17383
5932 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5933 * Makefile.tpl (HOST_SUBDIR): New substitution.
5934 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5935 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5936 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5937 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5938 (Host modules, Bootstrapped modules): Use it.
5939 (Build modules, Target modules): Do not create symlink trees,
5940 always configure out-of-srcdir.
5941 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5942 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5943 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5944 $(HOST_SUBDIR). Create a symlink for host_subdir.
5945
5946 * Makefile.in: Regenerate.
5947 * configure: Regenerate.
5948
5949 Merged from libada-gnattools-branch:
5950 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5951
5952 * Makefile.def: Add gnattools as a module, depending on target-libada.
5953 * Makefile.in: Regenerate.
5954 * configure.in: Include gnattools in host_tools; disable it if ada
5955 is disabled.
5956 * configure: Regenerate.
5957
c3e65f62
NC
59582005-02-23 Nick Clifton <nickc@redhat.com>
5959
5960 * configure: Regenerate.
5961
e4d180c2
NC
59622005-02-22 Paul Schlie <schlie@comcast.net>
5963
5964 * configure.in: Allow darwin targeted ports to build tk, itcl and
5965 libgui.
5966
e3c770b1
EB
59672005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5968
5969 PR libgcj/10353
5970 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5971 * configure: Regenerate.
5972
9c73618c
AC
59732005-02-08 Andrew Cagney <cagney@gnu.org>
5974
5975 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5976 gdb/ section. Update GDB's URL.
5977
c46f8c51
AC
59782005-01-31 Andrew Cagney <cagney@gnu.org>
5979
5980 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5981
c7e66c6d
HPN
59822005-01-29 Hans-Peter Nilsson <hp@axis.com>
5983
5984 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5985 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5986 target-libgloss when not *-*-elf and *-*-aout.
5987 * configure: Regenerate.
5988
a53bf506
AC
59892005-01-27 Andrew Cagney <cagney@gnu.org>
5990
5991 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5992
45181ed1
AC
59932005-01-24 Andrew Cagney <cagney@gnu.org>
5994
5995 * gettext.m4: Only fall back to ../intl/ when it's present.
5996
a1e0f4e4
KC
59972005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5998
5999 * install-sh, config.sub: Import from upstream.
6000
60012005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
6002
6003 PR bootstrap/18222
6004 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6005 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6006 * Makefile.in: Regenerate.
6007
c50382e2
PB
60082005-01-03 Paolo Bonzini <bonzini@gnu.org>
6009
6010 Revert 2004-12-28 Makefile changes, a better fix will be
6011 applied to mainline and src after GCC 4.0 branches.
6012
11d07737
PB
60132004-12-28 Paolo Bonzini <bonzini@gnu.org>
6014
6015 PR bootstrap/17383
6016
6017 * Makefile.def (target_modules): Remove stage parameter,
6018 it is always true now.
6019 * Makefile.tpl (configure-build-[+module+],
6020 configure-target-[+module+]): Always build symlink tree
6021 for the directory and for include. BUILD_SUBDIR and
6022 TARGET_SUBDIR cannot be . anymore.
6023 * Makefile.in: Regenerate.
6024
dadfdbe2
DD
60252004-12-25 David Edelsohn <edelsohn@gnu.org>
6026
6027 Revert 2004-12-08 Makefile changes.
6028
dbf85af7
JR
60292004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6030
6031 * configure.in (sh64-*-*): Reenable gprof.
6032 * configure: Regenerate.
6033
6b8fea99
JB
60342004-12-09 Jim Blandy <jimb@redhat.com>
6035
6036 * MAINTAINERS: List 'depcomp' as part of automake.
6037
7341462c
DE
60382004-12-08 David Edelsohn <edelsohn@gnu.org>
6039
6040 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6041 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6042 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6043 * Makefile.in: Regenerate.
6044
21fde4dc
DD
60452004-12-07 Matt Kraai <kraai@ftbfs.org>
6046
6047 * Makefile.tpl: Generate normal dependencies if the LHS module is
6048 not bootstrapped.
6049 * Makefile.in: Regenerate.
6050
3da796a2
RS
60512004-12-03 Richard Sandiford <rsandifo@redhat.com>
6052
6053 * configure.in: Include config/gxx-include-dir.m4. Use
6054 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6055 * configure: Regenerate.
6056
73fb7068
RS
60572004-12-03 Richard Sandiford <rsandifo@redhat.com>
6058
6059 * config.if: Delete.
6060 * configure.in: Set libstdcxx_incdir directly.
6061 * configure: Regenerate.
6062 * MAINTAINERS: Remove mention of config.if.
6063 * src-release (DEVO_SUPPORT): Remove config.if.
6064
6c8e6ce9
EC
60652004-12-02 Eric Christopher <echristo@redhat.com>
6066
3b6098f8
EC
6067 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
6068 of things to remove.
6c8e6ce9 6069 * Makefile.in: Regenerate.
479759c8 6070
b8658a2f
RS
60712004-12-02 Richard Sandiford <rsandifo@redhat.com>
6072
6073 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6074 * configure: Regenerate.
6075
afefada0
RS
60762004-12-02 Richard Sandiford <rsandifo@redhat.com>
6077
6078 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6079 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6080 * configure: Regenerate.
6081
5dcac624
DA
60822004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6083
6084 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6085 (hppa*64*-*-*): Delete incorrect comment.
6086 * configure: Rebuilt.
6087
57d1eb1a
DD
60882004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6089
6090 * install-sh, compile: Import from automake.
6091
60922004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6093
6094 * config.guess, config.sub: Import from savannnah.
6095
6d389afc
MS
60962004-11-12 Mike Stump <mrs@apple.com>
6097
6098 * Makefile.def: Add html support.
6099 * Makefile.tpl: Likewise.
6100 * Makefile.in: Regenerate.
6101
69e57115
GK
61022004-11-11 Geoffrey Keating <geoffk@apple.com>
6103
6104 PR 18423
6105 * configure.in: Remove all instances of build-fixincludes from
6106 noconfigdirs.
6107 (build_configargs): Supply --target to subdirectories.
6108 * configure: Regenerate.
6109
6110 * Makefile.def: Make gcc install depend on fixincludes install.
6111 * Makefile.in: Regenerate.
6112
ba719b26
HPN
61132004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6114
6115 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6116 target-libgfortran.
6117 * configure: Regenerate.
6118
c37653e7
DE
61192004-11-07 David Edelsohn <edelsohn@gnu.org>
6120
6121 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6122 like CC.
6123
1eefd493
PB
61242004-11-05 Paolo Bonzini <bonzini@gnu.org>
6125
6126 * Makefile.def (host fixincludes): Specify missing targets.
6127 * Makefile.in: Regenerate.
6128
02b1af09
L
61292004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6130
6131 PR other/17783
6132 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6133 * configure: Regenerated.
6134
7f266840
DJ
61352004-11-04 Daniel Jacobowitz <dan@debian.org>
6136
6137 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6138 * configure: Regenerated.
6139
47444073
AL
61402004-10-28 Eric B. Weddington <ericw@evcohs.com>
6141
6142 PR target/18151
6143 * configure.in (case ${target}): Do not build fixincludes for avr.
6144 * configure: Regenerated.
6145
caeba88f
AL
61462004-10-26 Paolo Bonzini <bonzini@gnu.org>
6147
6148 * configure.in (case ${target}): Do not build fixincludes
6149 on platforms where it is not used.
6150 * configure: Regenerated.
6151
0fdbe983
DJ
61522004-10-23 Daniel Jacobowitz <dan@debian.org>
6153
6154 * configure.in: Use an absolute path to install-sh.
6155 * configure: Regenerated.
6156
1c0f67c1
AC
61572004-10-19 Andrew Cagney <cagney@gnu.org>
6158
6159 * src-release (do-djunpack, do-md5sum): Install the generated file
6160 directly into the proto-toplev/ directory.
479759c8 6161
a9cfce9c
AC
61622004-10-19 Andrew Cagney <cagney@gnu.org>
6163
6164 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6165
ac0fa625
DD
61662004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6167
6168 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6169 * configure: Regenerate.
6170
d27cc32e
PB
61712004-10-06 Paolo Bonzini <bonzini@gnu.org>
6172
6173 Fix wrong conflict resolution in:
6174
6175 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6176
6177 * Makefile.in: Regenerate.
6178 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6179 in the recursive `make', instead of hardwiring `all'.
6180 (Autogenerated TARGET-* variables): New.
6181
1763908f
UW
61822004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6183
6184 Merged from GCC / libtool upstream:
6185 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6186 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6187 * ltcf-cxx.sh (tpf*): Likewise.
6188 * ltconfig (tpf*): Add TPF OS configuration support.
6189
0490e016
NC
61902004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6191
6192 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 6193 * configure: Regenerate.
0490e016 6194
32be62b5
RS
61952004-09-24 Michael Roth <mroth@nessie.de>
6196
6197 * configure.in (--without-headers): Add missing double quotes.
6198 * configure: Regenerate.
6199
6048df60
DD
62002004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6201
6202 * ylwrap: Revert to previous version.
6203
315b3b02
L
62042004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6205
6048df60 6206 PR bootstrap/17369
315b3b02
L
6207 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6208 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6209 SET_GCC_LIB_PATH_CMD.
6210 (BASE_TARGET_EXPORTS): Likewise.
6211 * Makefile.in: Regenerated.
6212
6213 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6214 * configure: Regenerated.
6215
fe69863c
DD
62162004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6217
6218 * config.guess: New upstream version
6219 * compile, depcomp, install-sh, ylwrap: Likewise.
6220
62212004-09-19 Roger Sayle <roger@eyesopen.com>
6222
6223 * config/mh-x86omitfp: New host makefile fragment. Add
6224 -fomit-frame-pointer to the default BOOT_CFLAGS.
6225 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6226 * configure: Regenerate.
6227
62282004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6229
6230 PR target/11572
6231 * configure.in (*-*-darwin*): Renable libobjc.
6232 * configure: Regenerate.
6233
be75bbe1 62342004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 6235
be75bbe1
DB
6236 * Makefile.def: Remove libbanshee.
6237 * Makefile.tpl: Ditto.
6238 * configure.in: Ditto.
6239 * Makefile.in: Regen.
6240 * configure: Ditto.
6241
1b882a91
PB
62422004-09-07 Paolo Bonzini <bonzini@gnu.org>
6243
6244 * missing: Import latest version from master repository.
6245
eb1352ed
NC
62462004-09-04 Nick Clifton <nickc@redhat.com>
6247
6248 * config.sub: Import latest version from master repository.
6249 * config.guess: Likewise.
6250 This includes these changes:
479759c8 6251
eb1352ed
NC
6252 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6253
6254 * config.sub: Handle crisv32, alias etraxfs.
6255 * config.guess (crisv32:Linux:*:*): Handle.
6256
6257 2004-08-13 Brad Smith <brad@comstyle.com>
6258
6259 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6260 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6261
6262 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6263
6264 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6265 assume the processor is a powerpc. This is because coreutils
6266 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6267 in this case, due to a MacOS X bug that causes
6268 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6269 to return a negative number.
6270 Problem reported by Petter Reinholdtsen in:
6271 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6272
6273 2004-07-19 Ben Elliston <bje@gnu.org>
6274
6275 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6276
6277 2004-06-24 Ben Elliston <bje@gnu.org>
6278
6279 * config.guess: Update copyright years.
6280 * config.sub: Likewise.
6281
6282 2004-06-22 Robert Millan <robertmh@gnu.org>
6283
6284 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6285 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6286
6287 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6288
6289 * config.guess (*:*VMS:*:*): New entry. Replaces
6290 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6291 manufacturer.
6292
6293 2004-06-22 Ben Elliston <bje@gnu.org>
6294
6295 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6296 * config.sub: Likewise.
6297
6298 2004-06-22 Ben Elliston <bje@gnu.org>
6299
6300 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6301 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6302
6303 2004-06-11 Ben Elliston <bje@gnu.org>
6304
6305 * config.guess (pegasos:OpenBSD:*:*): Remove.
6306
6307 2004-06-11 Ben Elliston <bje@gnu.org>
6308
6309 From Wouter Verhelst <wouter@grep.be>:
6310 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6311
6312 2004-06-11 Ben Elliston <bje@gnu.org>
6313
6314 * config.guess (luna88k:OpenBSD:*:*): New.
6315
6316 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6317
6318 * config.guess (m32r*:Linux:*:*): New case.
6319 * config.sub: Handle m32rle.
6320
6321 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6322
6323 From Jens Petersen <petersen@redhat.com>:
6324 * config.sub: Handle sparcv8.
6325
6326 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6327
6328 From Tom Smith <smith@cag.lkg.hp.com>:
6329 * config.guess: Version suffixes are equally significant on Tru64
6330 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6331 prefix of "P" (patched kernel).
6332
6333 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6334
6335 * config.sub: Add support for National Semiconductor CRX target.
6336
2a3124ca 63372004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 6338
2a3124ca
RH
6339 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6340 *-*-netware, but add target-libmudflap.
6341 Consolidate *-*-netware targets (of which really only i?86 exists)
6342 into a single entry.
6343 * configure: Likewise.
6344
0df3d27f
PB
63452004-09-01 Paolo Bonzini <bonzini@gnu.org>
6346
6347 * Makefile.tpl (sorry): Remove.
6348 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6349 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6350 (do-clean): Clean per-stage directories too.
6351 (do-distclean): Run distclean-stage1 too.
6352 (.NOTPARALLEL): Enable during toplevel bootstrap.
6353 (stage[+id+]-bubble): Enable parallel execution during
6354 the recursive invocation.
6355 * Makefile.in: Regenerate.
6356
6357 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6358
6359 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6360
6361 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6362 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6363 * configure: regenerate
479759c8
ZW
6364 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6365 -mdynamic-no-pic
0df3d27f
PB
6366
63672004-08-31 Paolo Bonzini <bonzini@gnu.org>
6368
6369 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6370 include.
6371 * configure.in: Fix indentation.
6372 * configure: Regenerate.
6373
ee025550
PB
63742004-08-31 Paolo Bonzini <bonzini@gnu.org>
6375
6376 * Makefile.def (build_modules): Add fixincludes.
6377 (dependencies): Make gcc depend on fixincludes.
6378 * configure.in (build_tools): Add fixincludes.
6379 (build_configdirs): Always include build_libs.
6380 * Makefile.in: Regenerate.
6381 * configure: Regenerate.
6382
63832004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6384
6385 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6386 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6387 phony targets; do not generate timestamp files.
6388 (distclean-stageN): Remove references to their timestamp files.
6389 (restageN, touch-stageN): Remove.
6390 (stageN-bubble): Rewritten.
6391 (compare): Support lean bootstraps.
6392 * Makefile.in: Regenerate.
6393
6394 * configure.in: Only warn when bootstrapping but
6395 build != host or build != target. Support lean bootstraps.
6396 * configure: Regenerate.
6397
6398 Sync from gcc:
6399 2004-08-26 Phil Edwards <phil@codesourcery.com>
6400
6401 * configure.in: Give a better error message if GMP/MPFR are missing
6402 and a language needing them has been requested.
6403 * configure: Regenerated.
6404
6405 2004-08-25 Phil Edwards <phil@codesourcery.com>
6406
6407 * configure.in: Print a list of available language front-ends if
6408 a requested one is missing. Tidy stray tab characters.
6409 * configure: Regenerated.
6410
72b2455a
PB
64112004-08-17 Paolo Bonzini <bonzini@gnu.org>
6412
6413 * Makefile.in: Regenerate.
6414 * configure: Regenerate.
6415
6416 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6417 stage_*_flags.
6418 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6419 for bootstrapped modules if toplevel bootstrap is going.
6420 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6421 modules. Adjust for changes in Makefile.def. Enable several
6422 rules even in non-bootstrap mode, just to avoid peppering the
6423 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6424 (stage-[+prev+]-bubble): Remove.
6425
6426 * Makefile.def (Dependencies): Depend on all-build-bison,
6427 all-build-flex, all-build-byacc, all-build-texinfo, rather
6428 than the host variations.
6429 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6430 with BUILD_SUBDIR.
6431 (BISON): Update for recent Bisons.
6432 (YACC): Fix typo.
6433 (cross): Depend on all-build.
6434 (all): Do not depend on all-build.
6435 (prebootstrap): Remove.
6436 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6437 (Prebootstrap dependencies): Add them to the per-stage targets
6438 and to all-prebootstrap.
6439 * configure.in (build_configdirs): Always enable build_tools.
6440 (BUILD_DIR_PREFIX): Remove.
6441
6442 * Makefile.def (gcc): Add target variable.
6443 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6444 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6445 in the recursive `make', instead of hardwiring `all'.
6446 (Autogenerated TARGET-* variables): New.
6447
de0b4a87
JW
64482004-08-17 Robert Millan <robertmh@gnu.org>
6449
6450 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6451 (instead of FreeBSD).
6452 * configure: Regenerate.
6453
ad681c85
NN
64542004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6455
675c6968
NN
6456 * Makefile.def, configure.in, src-release: Remove useless, bogus
6457 references to tix.
6458 * Makefile.in, configure: Regenerate.
6459
ad681c85
NN
6460 * src-release: Stop distributing mmalloc with gdb (which doesn't
6461 use it).
6462 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6463 * Makefile.in: Regenerate.
6464
11b04d1f
DD
64652004-08-09 Mark Mitchell <mark@codesourcery.com>
6466
6467 * configure.in (arm*-*-eabi*): New target.
6468 * configure: Regenerate.
6469
f2420bea
NN
64702004-08-01 Robert Millan <robertmh@gnu.org>
6471
6472 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6473 libmudflap for all GNU-based systems (with Glibc).
6474 * configure: Regenerate.
6475
9e6ce191
PB
64762004-08-06 Paolo Bonzini <bonzini@gnu.org>
6477
6478 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6479 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6480 (Dependencies): New section.
6481 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6482 (configure-target-[+module+]): Depend on maybe-all-gcc
6483 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6484 (toplevel profiledbootstrap): Fix dependencies.
6485 * Makefile.in: Regenerate.
6486
df4a6958
MM
64872004-08-03 Mark Mitchell <mark@codesourcery.com>
6488
6489 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6490 target-libiberty to noconfigdirs.
6491
11b04d1f
DD
64922004-08-03 Paul Brook <paul@codesourcery.com>
6493
6494 * configure.in: Check for MPFR as well as GMP.
6495 * configure: Regenerate.
6496
b813574b
PB
64972004-08-03 Paolo Bonzini <bonzini@gnu.org>
6498
6499 * Makefile.def (host-modules): Add gcc.
6500 * Makefile.in: Regenerate.
6501 * Makefile.tpl (sorry): New rule.
6502 (configure-host, all-host, [+make_target+]-host, do-check,
6503 install-host): Do not add gcc as a special case.
6504 (host modules): Add a small special-casing for gcc. Export
6505 extra_make_flags through the environment.
6506 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6507 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6508 other recursive targets for gcc): Remove.
6509
6510 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6511 (stage, unstage): New rules.
6512 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6513 distclean-stage[+id+]): Use stage_current.
6514 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6515 the stage*-start rules.
6516
61edac0c
JW
65172004-07-19 Robert Millan <robertmh@gnu.org>
6518
6519 Synced from gcc:
6520
6521 2004-04-26 Robert Millan <robertmh@gnu.org>
6522
6523 Add patches from libtool CVS.
6524 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6525 * ltconfig: Likewise.
6526 * ltcf-c.sh: Likewise.
6527 * ltcf-cxx.sh: Likewise.
6528 * ltcf-gcj.sh: Likewise.
6529
3e707e94
PB
65302004-07-12 Paolo Bonzini <bonzini@gnu.org>
6531
6532 * configure.in: Add noconfigdirs for crx-*-*.
6533 * configure: Regenerate.
6534
65352004-07-12 Paolo Bonzini <bonzini@gnu.org>
6536
6537 Synced from gcc:
6538
6539 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6540
6541 * configure.in: Build libmudflap by default on FreeBSD.
6542 * configure: Regenerated.
6543
6544 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6545
6546 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6547 systems.
6548 * configure: Regenerated.
6549
6550 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6551
6552 PR target/16344
6553 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6554 feedback based compiler.
6555 * Makefile.in: Rebuilt.
6556
6557 2004-07-05 Phil Edwards <phil@codesourcery.com>
6558
6559 * configure.in: Do not prepend $srcdir to /dev/null in
6560 makefile fragments.
6561 * configure: Regenerate.
6562
a7ee7660
AO
65632004-07-08 Alexandre Oliva <aoliva@redhat.com>
6564
6565 * Makefile.def (host_modules): Set bootstrap=true for flex.
6566 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6567 * Makefile.in: Rebuilt.
6568
6a9cf61e
PB
65692004-07-01 Paolo Bonzini <bonzini@gnu.org>
6570
6571 * Makefile.def (build_modules): Add bison, byacc, flex,
6572 m4, texinfo.
6573 (flags_to_pass): Add FLEX.
6574 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6575 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6576 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6577 DEFAULT_MAKEINFO): Remove.
6578 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6579 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6580 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6581 objdir or else use configured tool.
6582 (all-build): New.
6583 (all): Depend on it.
6584 (Build module dependencies): Add.
6585 * Makefile.in: Regenerate.
6586 * configure.in: Better support for multiple build modules,
6587 matching what is done for host/target modules. Do not look
6588 for "plausible" locations of build tools if Canadian cross.
6589 Use autoconf's AC_PROG_CC to find a C compiler. Define
6590 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6591 * configure: Regenerate.
6592
95b6a1f2
PB
65932004-06-22 Paolo Bonzini <bonzini@gnu.org>
6594
6595 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6596 * Makefile.in: Regenerate.
6597
7ffa0b57
PB
65982004-06-22 Paolo Bonzini <bonzini@gnu.org>
6599
6600 * Makefile.tpl (configure-build-[+module+],
6601 configure-[+module+], configure-target-[+module+]): Pass
6602 [+extra_configure_args+].
6603 (all-build-[+module+], all-[+module+], check-[+module+],
6604 install-[+module+], [+make_target+]-[+module+],
6605 all-target-[+module+], check-target-[+module+],
6606 install-target-[+module+], [+make_target+]-target-[+module+]):
6607 Pass [+extra_make_args+].
6608 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6609 (GCC_HOST_EXPORTS): Remove.
6610 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6611 cross, check-gcc, check-gcc-c++, install-gcc,
6612 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6613 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6614 * Makefile.in: Regenerate.
6615
929ba6e7
CF
66162004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6617
6618 * configure.in: Check for srcdir/winsup rather than build directory
6619 winsup.
6620 * configure: Regenerate.
6621
b76d7de0
CV
66222004-06-17 Corinna Vinschen <vinschen@redhat.com>
6623
6624 * configure.in: Don't build Cygwin native newlib if winsup
6625 directory is missing. Emit warning instead.
6626 * configure: Regenerate.
6627
656fdd47
PB
66282004-06-09 Paolo Bonzini <bonzini@gnu.org>
6629
6630 * Makefile.tpl (touch-stage[+id+]): New.
6631 (restage[+prev+]): Depend on touch-stage[+id+].
6632
6633 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6634 Use it throughout.
6635
6636 * Makefile.def: Add profile and feedback bootstrap stages.
6637 Remove next field from bootstrap stages.
6638 * Makefile.tpl (LN, LN_S): Substitute.
6639 (stageN-start, stageN-end): Use double-colon rules, to
6640 provide a hook for additional setup commands.
6641 (distclean-stageN-gcc, restageN): Create dependencies from
6642 [+prev+], not from [+next+].
6643 (stageN-bubble): Add commands for successive stages from
6644 [+prev+], using double-colon rules.
6645 (all-stageN-gcc): Fix typo.
6646 (stagefeedback-start, profiledbootstrap): New.
6647 * Makefile.in: Regenerate.
6648 * configure.in: Call ACX_PROG_LN.
6649 * configure: Regenerate.
6650
498d4a71
CF
66512004-06-03 Paolo Bonzini <bonzini@gnu.org>
6652
6653 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6654 without gcc.
6655 * configure: Regenerate.
6656
377d8c42
PB
66572004-06-01 Paolo Bonzini <bonzini@gnu.org>
6658
6659 * Makefile.tpl: Fix typo.
6660 * Makefile.in: Regenerate.
6661
f5f8a794
PB
66622004-06-01 Paolo Bonzini <bonzini@gnu.org>
6663
6664 * configure.in: Remove new- prefix from toplevel
6665 bootstrap targets.
6666 * configure: Regenerate.
6667
f7a4c34f
PB
66682004-06-01 Paolo Bonzini <bonzini@gnu.org>
6669
6670 Merge this patch from the gcc tree:
6671
6672 2004-05-30 Andreas Jaeger <aj@suse.de>
6673 Jim Wilson <wilson@specifixinc.com>
6674
6675 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6676 like CC.
6677
319cab08
PB
66782004-06-01 Paolo Bonzini <bonzini@gnu.org>
6679
6680 * Makefile.tpl (all.normal): Rename to all.
6681 (all): Replace with a rule to pick the default
6682 target from configure.
6683 (all-gcc, configure-gcc): Use conditionals to
6684 do nothing when toplevel bootstrap is going on.
6685 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6686 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6687 * configure.in: Support --enable-bootstrap.
6688
6689 * Makefile.def: Remove new- prefix from toplevel
6690 bootstrap targets.
6691 * Makefile.tpl: Likewise.
6692
6693 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6694 target.
6695
6696 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6697 $(RECURSE_FLAGS) to recursive invocation of make.
6698
6699 * Makefile.in: Regenerate.
6700 * configure: Regenerate.
6701
88f64edc
DJ
67022004-05-27 Daniel Jacobowitz <dan@debian.org>
6703
6704 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6705 * configure: Regenerate.
6706
378fce5b
DD
67072004-05-25 Daniel Jacobowitz <drow@false.org>
6708
6709 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6710 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6711 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6712 targets.
6713 * Makefile.in: Regenerate.
6714
dfdffa2c
PB
67152005-05-24 Paolo Bonzini <bonzini@gnu.org>
6716
6717 * configure.in: Test the ability to symlink directories.
6718 * configure: Regenerate.
6719
6720 * Makefile.def (bootstrap-stage): New definitions.
6721 * Makefile.tpl (configure-stage1-gcc,
6722 configure-stage2-gcc, configure-stage3-gcc,
6723 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6724 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6725 new-restage3, compare): Autogenerate, see Makefile.in
6726 entry for behavioral changes.
6727 (distclean-stage1, new-stage1-start, new-stage1-end,
6728 new-stage1-bubble, distclean-stage2, new-stage2-start,
6729 new-stage2-end, new-stage2-bubble, distclean-stage3,
6730 new-stage3-start, new-stage3-end): New autogenerated targets.
6731 (objext, prebootstrap, BOOT_CFLAGS,
6732 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6733 targets.
6734
6735 * Makefile.in: Regenerate.
6736 (distclean-stage1, new-stage1-start, new-stage1-end,
6737 new-stage1-bubble, distclean-stage2, new-stage2-start,
6738 new-stage2-end, new-stage2-bubble, distclean-stage3,
6739 new-stage3-start, new-stage3-end): New targets.
6740 (all-stage1-gcc): Move prebootstrap dependency from here...
6741 (configure-stage1-gcc): ...to here.
6742 (new-bootstrap): Use bubble targets.
6743 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6744 Use per-stage distclean targets.
6745 (configure-stage1-gcc, configure-stage2-gcc,
6746 configure-stage3-gcc, all-stage1-gcc,
6747 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6748 Use new-stageN-start to prepare the tree.
6749
04cf1b77
PB
67502004-05-23 Paolo Bonzini <bonzini@gnu.org>
6751
6752 * Makefile.def (host_modules): add libcpp.
6753 * Makefile.tpl: Add dependencies on and for libcpp.
6754 * Makefile.in: Regenerate.
6755 * configure.in: Add libcpp host module.
6756 * configure: Regenerate.
6757
80b200a1
ZW
67582004-05-17 Zack Weinberg <zack@codesourcery.com>
6759
6760 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6761 of libf2c.
6762 * configure, Makefile.in: Regenerate.
6763
4b1cb4fe
DD
67642004-05-13 Diego Novillo <dnovillo@redhat.com>
6765
6766 Merge from tree-ssa-20020619-branch.
6767
6768 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6769 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6770 (HOST_GMPLIBS): Define.
6771 (HOST_GMPINC): Define.
6772 (TARGET_LIB_PATH): Add libmudflap.
6773 (GFORTRAN_FOR_TARGET): Define.
6774 (configure-build*): Export GFORTRAN.
6775 (configure-gcc): Export GMPLIBS and GMPINC.
6776 (all-gcc): Add maybe-all-libbanshee.
6777 (configure-target-libgfortran): Define.
6778 * Makefile.in: Regenerate.
6779 * configure.in (host_libs): Add libbanshee.
6780 (target_libraries): Add target-libmudflap and target-libgfortran.
6781 Add --with-libbanshee.
6782 Handle --disable-libmudflap.
6783 (*-*-freebsd*): Use with_gmp.
6784 Add $(libgcj) to noconfigdirs.
6785 * configure: Regenerate.
6786 * depcomp: New file.
6787 * MAINTAINERS: Add tree-ssa maintainers.
6788
67892004-04-28 Paolo Bonzini <bonzini@gnu.org>
6790
6791 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6792 * configure: Regenerate.
6793
b8908782
DD
67942004-04-27 Paolo Bonzini <bonzini@gnu.org>
6795
6796 Revert:
6797 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6798
6799 * Makefile.def (flags_to_pass): Remove *dir variables that
6800 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6801 as well as prefix and exec_prefix.
6802 * Makefile.in: Regenerate.
6803
68042004-04-26 Paolo Bonzini <bonzini@gnu.org>
6805
6806 * Makefile.def (host_modules): Mark with the bootstrap
6807 flag packages on which gcc depends.
6808 * Makefile.tpl (all-bootstrap): Use it.
6809 * Makefile.in: Regenerate.
6810
68112004-04-26 Paolo Bonzini <bonzini@gnu.org>
6812
6813 * Makefile.def (flags_to_pass): Remove *dir variables that
6814 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6815 as well as prefix and exec_prefix.
6816 * Makefile.in: Regenerate.
6817
68182004-04-26 Paolo Bonzini <bonzini@gnu.org>
6819
80b200a1
ZW
6820 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6821 * configure: Regenerate.
6822 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6823 * gcc/Makefile.tpl (compare): Use the result of the test.
6824 * gcc/Makefile.in: Regenerate.
b8908782
DD
6825
68262004-04-23 Paolo Bonzini <bonzini@gnu.org>
6827
6828 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6829 Always relocate gcc and prev-gcc to the original names, even
6830 if the build fails.
6831 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6832 New targets.
6833
0f260896
RO
68342004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6835
6836 * configure.in (mips*-*-irix5*): Enable ld.
6837 * configure: Regenerate.
6838
51860f05
JW
68392004-04-15 James E Wilson <wilson@specifixinc.com>
6840
6841 * Makefile.tpl (configure-[+module+], configure-gcc,
6842 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6843 Set and export LDFLAGS.
6844 * Makefile.in: Regenerate.
6845
54752a6b
NN
68462004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6847
6848 PR bootstrap/14871
6849 * Makefile.tpl: If we don't have built-in-tree target tools,
6850 use the ones found by configure rather than hacking around with
6851 program_transform_name.
6852 * configure.in: Give Makefile.tpl the information necessary
6853 to do that.
6854 * Makefile.in: Regenerate.
6855 * configure: Regenerate.
6856
68572004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6858
6859 PR bootstrap/14760
6860 * configure.in: When computing baseargs, strip *all* copies of
6861 offending options. Also, don't match/substitute the trailing space,
6862 so that this actually works when two similar options are separated by
6863 only one space.
6864 * configure: Regenerate.
6865
68662004-04-06 David Edelsohn <edelsohn@gnu.org>
6867
80b200a1
ZW
6868 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6869 (rs6000-*-aix*): Same.
6870 * configure: Regenerate.
54752a6b 6871
5e2b61fb
SS
68722004-03-25 Stan Shebs <shebs@apple.com>
6873
6874 Remove MPW support, no longer used.
6875 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6876 mpw-install: Remove files.
6877 * src-release (DEVO_SUPPORT): Remove names of removed files.
6878 * MAINTAINERS: Likewise.
6879
1a6f2dc7
NN
68802004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6881
a0049f1b
NN
6882 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6883 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6884 * Makefile.in: Regenerate.
6885
1a6f2dc7
NN
6886 * configure.in (top level bootstrap support): Rework --enable-werror
6887 to set @stage2_werror_flag@.
6888 * configure: Regenerate.
6889 * Makefile.tpl (top level bootstrap support): Pass
6890 @stage2_werror_flag@ down to configure in stages 2 and 3.
6891 * Makefile.in: Regenerate.
6892
920e3419
NN
68932004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6894
6895 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6896 for stages 2 and 3 as well as in make. As a consequence, remove
6897 OUTPUT_OPTION (now detected by configure) from the flags passed down
6898 to make.
6899 * Makefile.in: Regenerate.
6900
6901 * Makefile.tpl (new-bootstrap): Fix typo.
6902 * Makefile.in: Regenerate.
6903
4fa63067
NN
69042004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6905
6906 * Makefile.tpl: Rearrange by moving recursive_targets rules
6907 into their proper sections.
6908 * Makefile.tpl (top level bootstrap support): Move disabling
6909 of coverage flags from 'make' to 'configure'; improve comments.
6910 * Makefile.in: Regenerate.
6911
6912 * Makefile.tpl (experimental top level bootstrap) Move stage1
6913 language setting from all- target to configure- target; disable
6914 intermodule optimization in stage 1; prevent gratuitous rebuilds
6915 of stage 1.
6916 * Makefile.in: Regenerate.
6917 * configure.in: Comma-separate stage 1 language list for top
6918 level bootstrap.
6919 * configure: Regenerate.
6920
6921 * Makefile.tpl: Clean up experimental top level bootstrap support:
6922 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6923 prev-gcc in configure- targets as well as all- targets.
6924 * Makefile.in: Regenerate.
6925
fb8a10fd
NN
69262004-03-17 Paolo Bonzini <bonzini@gnu.org>
6927
6928 * configure.in: Remove symbolic link section.
6929 * configure: Regenerate.
6930 * Makefile.tpl (links): Remove.
6931 * Makefile.in: Regenerate.
6932
947f426e 69332004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6934 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6935
6936 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6937 Set with AC_CHECK_PROGS.
947f426e
NN
6938 * configure.in: Fix comment typo from last patch.
6939 * configure: Regenerate.
6940
1d39f329
NN
69412004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6942
6943 * Makefile.tpl: Introduce experimental top level bootstrap support.
6944 * Makefile.in: Regenerate.
6945 * configure.in: Introduce support for top level bootstrap.
6946 * configure: Regenerate.
6947
4b0ac75d 69482004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6949 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6950
6951 PR bootstrap/14522
6952 * configure.in: Cope with shells that do not support unquoted ^
6953 * configure: Regenerate.
6954
2e70b094 69552004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6956 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6957
6958 PR bootstrap/14522
6959 * configure.in: Cope with shell that do not support nesting
6960 quotes inside quoted backquote substitutions.
6961 * configure: Regenerate.
6962
69632004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6964
6965 PR bootstrap/14522
6966 * configure.in: Fix escaping of $.
6967 * configure: Regenerate.
6968
9e07f89d
NN
69692004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6970
6971 * configure: Regenerate.
6972
69732004-03-08 Paolo Bonzini <bonzini@gnu.org>
6974
6975 PR ada/14131
6976 Move language detection to the top level.
6977 * configure.in: Find default values for the tools as
6978 soon as possible. Disable ada if GNAT is not found.
6979 Emit error message about missing languages. Expand
6980 --enable-languages=all for the gcc subdirectory.
6981
1712ab83
RS
69822004-03-01 Richard Sandiford <rsandifo@redhat.com>
6983
6984 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6985 and disable libgcj.
6986 * configure: Regenerated.
6987
3dee29da
NN
69882004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6989
6990 PR bootstrap/7087
6991 * Makefile.tpl: Guard XFOO sed statements better.
6992 * Makefile.tpl: Add dependency for configure-target-libada.
6993 * Makefile.in: Regenerate (incidentally fixes broken
6994 commit when libada-branch was merged).
6995
0558264b
AC
69962004-02-28 Andrew Cagney <cagney@redhat.com>
6997
6998 * src-release (CVS_NAMES): Define.
6999 (do-tar, do-tar): Prune $(CVS_NAMES).
7000
c38f9803
AC
70012004-02-23 Andrew Cagney <cagney@redhat.com>
7002
7003 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
7004 2004-02-19.09.
7005
55636792
NN
70062004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7007
7008 PR bootstrap/11932
7009 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7010
1e600082
AC
70112004-02-19 Andrew Cagney <cagney@redhat.com>
7012
7013 * config.guess: Update from version 2003-06-12 to 2004-02-16.
7014 * config.sub: Update from version 2003-06-13 to 2004-02-16.
7015
3769cd82
DD
70162004-02-11 David Edelsohn <edelsohn@gnu.org>
7017
7018 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7019 (rs6000-*-aix*): Same.
7020 * configure: Regenerate.
7021
a92834c8
DD
70222004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7023
7024 * configure.in (host): Add in missing $noconfigdirs to defines.
7025 * configure: Regenerate.
7026
a2592b1b
DD
70272004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7028 Nathanael Nerode <neroden@gcc.gnu.org>
7029
7030 PR ada/6637, PR ada/5911
80b200a1 7031 Merge with libada-branch:
a2592b1b
DD
7032 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7033 with appropriate dependencies. Add --enable-libada configure switch.
7034 * configure, Makefile.in: Regenerate.
7035
e31d1ea3
DD
70362004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7037
7038 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7039 * configure: Regenerate.
7040
db85f5c0
JJ
70412004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7042
7043 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 7044
fc434214
DD
70452004-01-23 DJ Delorie <dj@redhat.com>
7046
7047 * Makefile.def (target_modules) [libiberty]: Don't stage.
7048 * Makefile.in: Rebuilt.
7049
ad445c2c 70502004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 7051
ad445c2c
JJ
7052 * COPYING.NEWLIB: Update to include copyrights for new
7053 iconv code.
7054
72bbedde
AC
70552004-01-15 Andrew Cagney <cagney@redhat.com>
7056
7057 * src-release: Update copyright year.
7058 (do-proto-toplev): Configure using i686-pc-linux-gnu.
7059 (NEWLIB_SUPPORT_DIRS): Delete macro.
7060 (newlib.tar.bz2): Delete rule.
7061
a6d6062d
DD
70622004-01-14 Loren J. Rittle <ljrittle@acm.org>
7063
7064 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7065 * Makefile.tpl (configure-target-[+module+]): Support stage.
7066 * Makefile.in: Rebuilt.
7067
f8b73030
MR
70682003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7069
7070 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
7071 throughout.
7072
aff0e9df
NN
70732004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7074
bb5dca17
NN
7075 * configure.in: Use ./config.cache, not config.cache.
7076 * configure: Regenerate.
7077 * Makefile.tpl: Special-casing not needed for GCC any more.
7078 * Makefile.in: Regenerate.
7079
82252c06
NN
7080 * configure.in: Don't share a cache file for host dirs.
7081 * configure: Regenerate.
7082
aff0e9df
NN
7083 * config-ml.in: Don't mess with the cache file.
7084
95036d20
NN
70852004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7086
ac7b618e
NN
7087 * Makefile.tpl: Make GCC use a separate config.cache.
7088 * Makefile.in: Regenerate.
7089
95036d20
NN
7090 PR bootstrap/11932, PR bootstrap/11933
7091 (I don't know if it will fix either of them, but it relates
7092 to them.)
7093 * configure.in: Don't use shared config.cache for target
7094 directories.
7095 * configure: Regenerate.
7096
08c1856b
DD
70972003-12-31 Roger Sayle <roger@eyesopen.com>
7098
7099 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7100 * configure: Regenerated.
7101
c1968181 71022003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 7103
9eb322aa
MF
7104 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7105 * configure: Regenerated.
c1968181 7106
10ecffb9
NN
71072003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7108
7109 Port change over from GCC:
7110 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7111 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7112 (configure-build-[+module+], configure-[+module+]): Likewise.
7113 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7114 * Makefile.in: Regenerate.
7115
f2ab5990
TF
71162003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7117
7118 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7119 * configure: Regenerate.
7120
41a7d11a
JJ
71212003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7122
80b200a1 7123 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
7124 stdlib.
7125
d9441a1f
DD
71262003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7127
7128 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7129 * Makefile.in: Regenerate.
7130
3a48a978
DD
71312003-10-20 Phil Edwards <phil@codesourcery.com>
7132
7133 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7134 * configure: Regenerate.
7135
f0b24077
NN
71362003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7137
7138 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7139 HOST_FLAGS_TO_PASS.
7140 * Makefile.in: Regenerate.
7141
5fbad20a
DD
71422003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7143
7144 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7145 * configure: Rebuilt
7146 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7147 * Makefile.in: Rebuilt
7148
78be4155
L
71492003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7150
7151 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7152
051fcc7a
L
71532003-10-01 Phil Edwards <pme@gcc.gnu.org>
7154
7155 * config-ml.in: Use ac_configure_args directly instead of
7156 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7157 actually seen.
7158
71592003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7160
7161 * config-ml.in: Propagate INSTALL variables.
7162
f27d4f92
DJ
71632003-09-21 Daniel Jacobowitz <drow@mvista.com>
7164
7165 * configure.in: Pass a computed --program-transform-name
7166 to subconfigures.
7167 * configure: Regenerated.
7168
cae4d560
NN
71692003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7170
7171 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7172 * Makefile.in: Regenerate.
7173
7174 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7175 * Makefile.in: Regenerate.
7176
8ff944f6
DJ
71772003-09-17 Daniel Jacobowitz <drow@mvista.com>
7178
7179 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7180 quoting.
7181 * configure: Regenerated.
7182
d9a35680
MC
71832003-09-12 Michael Chastain <mec@shout.net>
7184
7185 Fix PR gdb/857.
7186 * src-release (do-proto-topleve): Remove junk files
7187 intl/config.cache, intl/config.status,
7188 intl/config.h, intl/stamp-h.
7189
710068b9
AC
71902003-09-14 Andrew Cagney <cagney@redhat.com>
7191
7192 * src-release (dejagnu.tar): New target.
7193 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7194 (do-djunpack): Use $(PACKAGE) for the package name.
7195
e1008165
DD
71962003-09-04 DJ Delorie <dj@redhat.com>
7197
7198 * configure: Regenerate.
7199
21998d12
NC
72002003-09-04 Robert Millan <robertmh@gnu.org>
7201
7202 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 7203
ccca4bb3
DD
72042003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7205
7206 * configure.in: Ensure arguments to sed are properly spaced.
7207 * configure: Regenerate.
7208
ee949b5e
DJ
72092003-08-28 Daniel Jacobowitz <drow@mvista.com>
7210
7211 Merge from gcc:
7212 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7213 * install-sh: Update to newer upstream versions (associated with
7214 aclocal 1.7).
7215 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7216
75addda2
DJ
72172003-08-27 Daniel Jacobowitz <drow@mvista.com>
7218
7219 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7220 * configure: Regenerated.
7221
8d2877d8
NN
72222003-08-23 Phil Edwards <pme@gcc.gnu.org>
7223
7224 * configure.in: Use newline instead of semicolon when assuming
7225 shell arguments in a for loop.
7226 * configure: Regenerated.
7227
d2cc0e0d
GK
72282003-08-20 Geoffrey Keating <geoffk@apple.com>
7229
7230 PR 8180
7231 * configure.in: When testing with_libs and with_headers, treat
7232 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7233 * configure: Regenerate.
80b200a1 7234
d2cc0e0d
GK
7235 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7236 make, shell, etc.
7237 (baseargs): Likewise.
7238 * configure: Regenerate.
7239
04d1ab34
GK
72402003-08-19 Geoffrey Keating <geoffk@apple.com>
7241
7242 * configure.in: Disable libgcj for darwin not on powerpc.
7243 * configure: Rebuild.
7244
ca506da8
MC
72452003-08-15 Michael Chastain <mec@shout.net>
7246
7247 * src-release (do-proto-toplev): Remove junk files
7248 dejagnu/example/calc/config.status,
7249 dejagnu/example/calc/config.log.
7250
a4aa3f49
DD
72512003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7252
7253 * config-ml.in, symlink-tree: Add license.
7254
ede4fbe4
NN
72552003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7256
7257 Merge from gcc:
7258
7259 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7260 * Makefile.tpl (check, check-c++): Express dependencies using
7261 dependencies rather than commands.
7262 * Makefile.in: Regenerate.
7263
7264 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7265 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7266 * Makefile.in: Update.
7267
970f29af
AC
72682003-08-01 Andrew Cagney <cagney@redhat.com>
7269
7270 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7271 * configure: Ditto.
7272
b2884a0c
DD
72732003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7274
7275 * configure.in: Enable libgcj for darwin.
7276 * configure: Rebuild.
7277
c07f46a4
NN
72782003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7279
7280 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7281
9175bfc0
NN
72822003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7283
7284 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7285 creating target and build subdirs to build all parent dirs as needed.
7286 * Makefile.in: Rebuild.
7287 * configure.in: Don't build dirs explicitly here.
7288 * configure: Rebuild.
7289
b9abda6a
AO
72902003-07-22 Alexandre Oliva <aoliva@redhat.com>
7291
7292 * Makefile.tpl (all-make): Depend on intl.
7293 * Makefile.in: Rebuilt.
7294
eef8ffd4
NN
72952003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7296
7297 * config.if: Remove unused libc_interface determination.
7298
295efaf0
NN
72992003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7300
7301 * Makefile.in: Regenerate, correctly this time.
7302
e5c3f801
NN
73032003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7304
7305 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7306 unused INSTALL_PROGRAM_ARGS.
7307 * configure.in: Use AC_PROG_INSTALL.
7308 * Makefile.in: Regenerate.
7309 * configure: Regenerate.
7310
4a18bd6b
AO
73112003-07-10 Alexandre Oliva <aoliva@redhat.com>
7312
7313 * configure: Rebuilt.
7314 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7315 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7316 newlib nor libgloss.
7317 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7318 * configure.in (am33_2.0-*-linux*): Added.
7319
fbd1054d
BW
73202003-07-09 Bob Wilson <bob.wilson@acm.org>
7321
7322 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7323 * configure: Regenerate.
7324
b40e3958
L
73252003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7326
7327 * config-ml.in: Replace PWD with PWD_COMMAND.
7328 * Makefile.tpl: Likewise.
7329 * Makefile.in: Regenerated.
7330
4a5be7ba
NN
73312003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7332
7333 * configure.in: Clean up config-lang.in handling. Delete
7334 useless assignment to "subdirs".
7335 * configure: Regenerate.
7336
9c14acb8
NN
73372003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7338
7339 * configure.in: Rename 'target_libs' to 'target_libraries'.
7340 Remove useless reference to 'target_libs'.
7341 * configure: Regenerate.
7342
8f32e830
KS
73432003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7344
7345 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7346 * Makefile.in: Regenerate.
7347
12f0bd74
NN
73482003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7349
7350 * Makefile.def: Introduce flags_to_pass.
7351 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7352 * Makefile.in: Regenerate.
7353
b07c2aad
HPN
73542003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7355
7356 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7357 and target-libgloss.
7358 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7359 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 7360 * configure: Regenerate.
b07c2aad 7361
56f25033
DD
73622003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7363
7364 * configure.in: Update testsuite_flags to new location.
7365 * configure. Regenerate.
80b200a1 7366
4ec9a3b2
NN
73672003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7368
7369 * Makefile.tpl: Remove BUILD_CC stuff.
7370 * Makefile.in: Regenerate.
7371
059083b1 73722003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7373
059083b1
L
7374 * config.guess: Update to 2003-06-12 version.
7375 * config.sub: Update to 2003-06-13 version.
7376
535b046a
TS
73772003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7378
7379 * MAINTAINERS: Add myself as MIPS co-maintainer.
7380
00c22daa 73812003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7382
00c22daa
L
7383 * config.guess: Update to 2003-06-06 version.
7384 * config.sub: Update to 2003-06-06 version.
7385
1047cb91
DD
73862003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7387
7388 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7389 * configure. Regenerate.
7390
123494c8
NN
73912003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7392
1047cb91
DD
7393 * configure.in: Disable serial configure by default.
7394 * configure: Regenerate.
7395 * Makefile.tpl: Abolish .NOTPARALLEL.
7396 * Makefile.in: Regenerate.
7397
7f121bbf
NN
7398 * Makefile.tpl: Replace {build,host,target}_canonical by
7399 {build,host,target}.
7400 * Makefile.in: Regenerate.
7401
123494c8
NN
7402 * Makefile.tpl: Fix stupid pasto.
7403 * Makefile.in: Regenerate.
7404
ec7e0995
NN
74052003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7406
7407 * Makefile.tpl: Remove bogus conditional.
7408 * Makefile.in: Regenerate.
7409
27b1cc72
NN
74102003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7411
2a4cbe27
NN
7412 * Makefile.tpl: Make 'recursive targets' using autogen rather
7413 than shell loop. Remove duplicate 'clean' targets and false
7414 comments.
7415 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7416 Add systematic method of specifying missing targets in subdirs.
7417 Add copyright boilerplate.
7418 * Makefile.in: Regenerate.
7419 * configure.in: Add 'recursive targets' to maybe list.
7420 * configure: Regenerate.
7421
27b1cc72
NN
7422 * Makefile.tpl: Rename [+target+] to [+make_target+].
7423 * Makefile.def: Rename 'target' to 'make_target'.
7424
01e51bd0
NC
74252003-05-30 Nick Clifton <nickc@redhat.com>
7426
7427 * README-maintainer-mode: Update URL for locating blessed config
7428 tools.
7429
2fd84b42
NC
74302003-05-29 Robert Millan <rmh@debian.org>
7431
7432 * ltconfig: Import this patch and modify for use with current
7433 version of ltconfig:
7434
7435 2003-05-21 Bruno Haible <bruno@clisp.org>
7436
7437 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7438 GNU/FreeBSD.
7439
8945c6bb
DD
74402003-05-28 DJ Delorie <dj@redhat.com>
7441
7442 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7443 * Makefile.in: Regenerate.
7444
2f9632a1
JJ
74452003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7446
80b200a1 7447 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7448
3a12db16 74492003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7450
3a12db16
DD
7451 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7452 newlib or libgloss.
7453 * Makefile.in: Regenerate.
7454
44482353
DD
74552003-05-21 DJ Delorie <dj@redhat.com>
7456
7457 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7458 * Makefile.in: Regenerate.
7459
fec2c52d
MR
74602003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7461
7462 * configure.in: Use curly braces in the definition of tooldir.
7463 * configure: Regenerate.
7464
16ae0395
NN
74652003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7466
7467 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7468 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7469 Factor out common code from autogen IF statements.
7470 * configure: Regenerate.
7471 * Makefile.in: Regenerate.
7472
ec11bdc6
DD
74732003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7474
7475 * configure.in: Accept i[3456789]86 for machine type.
7476 * configure: Regenerate.
7477
dd12c3a8
NN
74782003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7479
7480 * configure.in: Switch more things to use maybe dependencies.
7481 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7482 * configure: Regenerate.
7483 * Makefile.tpl: Switch more things to use maybe dependencies.
7484 * Makefile.in: Regenerate.
7485
cf662e21
AJ
74862003-05-16 Andreas Schwab <schwab@suse.de>
7487
7488 * Makefile.tpl (install-opcodes): Define.
7489 * Makefile.in: Rebuild.
7490
5481b376
AJ
74912003-05-13 Andreas Jaeger <aj@suse.de>
7492
7493 * config.guess: Update to 2003-05-09 version.
7494 * config.sub: Update to 2003-05-09 version.
7495
3959a22a
AJ
74962003-05-13 Michael Eager <eager@mvista.com>
7497
7498 * configure.in: Correct sed script so that options in quotes are not
7499 deleted.
7500 * configure: Rebuild.
7501
564b43e5
CV
75022003-05-12 Corinna Vinschen <corinna@vinschen.de>
7503
7504 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7505 and $$s/newlib/libc/sys/cygwin32 include paths.
7506 * configure: Ditto.
7507
bb947dc9
L
75082003-05-05 H.J. Lu <hjl@gnu.org>
7509
7510 * config-ml.in: Restored from gcc repository.
7511
77f7441a
CD
75122003-05-02 Chris Demetriou <cgd@broadcom.com>
7513
80b200a1
ZW
7514 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7515 * Makefile.in: Regenerate.
77f7441a 7516
a26d7085
DJ
75172003-04-27 Daniel Jacobowitz <drow@mvista.com>
7518
7519 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7520 and Makefile.def.
7521
e4c4d240
DJ
75222003-04-27 Daniel Jacobowitz <drow@mvista.com>
7523
7524 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7525 * Makefile.in: Regenerated.
7526
62a3fc85
DD
75272003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7528
7529 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7530 * Makefile.in: Regenerate.
7531
75322003-04-18 Jakub Jelinek <jakub@redhat.com>
7533
7534 * configure.in (powerpc64*-*-linux*): Remove.
7535 * configure: Rebuilt.
7536
5b474aa8
DD
75372003-04-17 Phil Edwards <pme@gcc.gnu.org>
7538
7539 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7540 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7541 and restrap.
7542 * Makefile.in: Regenerate.
7543
75442003-04-16 Richard Earnshaw <rearnsha@arm.com>
7545
7546 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7547 * configure: Regenerated.
7548
bc295afe
AO
75492003-04-11 Alexandre Oliva <aoliva@redhat.com>
7550
7551 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7552 * */configure: Rebuilt.
7553
3728fade
NN
75542003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7555
7556 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7557 * Makefile.in: Regenerate.
7558
ce5b542e
MC
75592003-03-14 Michael Chastain <mec@shout.net>
7560
7561 * Makefile.in: Regenerate with correct Makefile.def.
7562
3db0a37f
NN
75632003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7564
7565 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7566 Make macro.
7567 * Makefile.in: Regenerate.
7568 * configure.in: Clean up gxx_include_dir logic.
7569 * configure: Regenerate.
7570
34349c6e
DD
75712003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7572
7573 * configure.in (gxx_include_dir): Fix typo.
7574 * configure: Regenerated.
7575
686c28c9
AC
75762003-03-06 Andrew Cagney <cagney@redhat.com>
7577
7578 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7579
bba45b8b 75802003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7581
bba45b8b
NN
7582 * configure.in: Include $(build_tooldir)/sys-include in
7583 FLAGS_FOR_TARGET.
7584 * configure: Regenerated.
7585
2683747f
NN
75862003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7587
bba45b8b
NN
7588 * Makefile.tpl: Reindent.
7589 * Makefile.in: Regenerate.
7590 * configure.in: Reindent. Don't set unused variables.
7591 * configure: Regenerate.
7592
2683747f
NN
7593 * Makefile.tpl: Always pass down RANLIB.
7594 * Makefile.in: Regenerate.
7595
7596 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7597 * Makefile.in: Regenerate.
7598 * configure.in: Remove unused logic relating to --enable-shared
7599 and --enable-threads. Remove bogus comments. Remove redundant
7600 noconfigdirs.
7601 * configure: Regenerate.
7602
7603 * configure.in: Replace ${libstdcxx_version} by its value.
7604 Remove reference to mh-dgux.
7605 * configure: Regenerate.
7606
50212802
NN
76072003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7608
7609 * Makefile.tpl: Rearrange.
7610 * Makefile.in: Regenerate.
7611
a6be7fc6
NC
76122003-02-25 Nick Clifton <nickc@redhat.com>
7613
7614 * configure: Remove site-file supprot - it is obsolete.
7615
f8a495c8
NC
76162003-02-24 Uwe Stieber <uwe@wwws.de>
7617
7618 * configure.in: Add support for kaOS as cross build target system.
7619 * configure: Regenerated.
7620
3decd77d
DD
76212003-02-20 Sean McNeil <sean@blue.mcneil.com>
7622
7623 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7624 configure-target-* as some target builds may require additional
7625 flags for preprocessor tests.
7626 * Makefile.in: Regenerated.
7627
f4ff34a3
AO
76282003-02-19 Alexandre Oliva <aoliva@redhat.com>
7629
7630 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7631 * ltconfig: Handle it.
7632 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7633 auto-detecting it.
7634
b7e4a931
AO
76352003-02-19 Alexandre Oliva <aoliva@redhat.com>
7636
7637 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7638 it is used as argument to $CC.
7639 * ltcf-gcj.sh: Likewise.
7640
6b784d9f
AO
76412003-02-19 Alexandre Oliva <aoliva@redhat.com>
7642
7643 * configure.in: Introduce --enable-maintainer-mode.
7644 * configure: Rebuilt.
7645 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7646 for maintainer mode.
7647 * Makefile.in: Rebuilt.
7648
8bcd8a07
AC
76492003-02-19 Andrew Cagney <ac131313@redhat.com>
7650
7651 * configure: Regenerate using autoconf 2.13.
7652
ee3fd329
AM
76532003-02-19 Alan Modra <amodra@bigpond.net.au>
7654
7655 * config.guess: Import latest version.
7656 * config.sub: Import latest version.
7657
e9e45685
JM
76582003-02-18 Jason Merrill <jason@redhat.com>
7659
7660 * Makefile.tpl (check-c++): Allow parallelism.
7661
859789af
AC
76622003-02-17 Andrew Cagney <ac131313@redhat.com>
7663
7664 * configure: Regenerate using autoconf 000227.
7665
b3f16a9b
GK
76662003-02-15 Geoffrey Keating <geoffk@apple.com>
7667
7668 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7669 don't configure target-libobjc.
7670 * configure: Regenerate.
7671
72e60e02
DD
76722003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7673
7674 * Makefile.tpl (RANLIB): Define.
7675 * Makefile.in: Regenerate.
7676
91f0e695
KS
76772003-02-06 Keith R Seitz <keiths@redhat.com>
7678
7679 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7680 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7681 * Makefile.in: Regenerated.
7682 * configure.in: Remove all traces of snavigator, db, and grep.
7683 * configure: Regenerated.
7684
122bfa92
FCE
76852003-01-31 Frank Ch. Eigler <fche@redhat.com>
7686
7687 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7688 * Makefile.in: Regenerated.
7689
264095c3
AO
76902003-01-30 Alexandre Oliva <aoliva@redhat.com>
7691
7692 * config.if: Copy from GCC.
7693
a84dbcb3
AO
76942003-01-27 Phil Edwards <pme@gcc.gnu.org>
7695
7696 * configure.in: Revert 24Jan change.
7697 * configure: Regenerate.
7698
19618276
NN
76992003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7700
7701 * configure.in: Revert previous change.
7702 * configure: Regenerate.
7703
b7f27a92
NN
77042003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7705
7706 * configure.in: Make rda native-only.
7707 * configure: Regenerate.
7708
83326456
NN
77092003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7710
7711 * configure.in: Add missing \.
7712 * configure: Rebuilt.
7713
5e367fa5
JJ
77142003-01-17 Jakub Jelinek <jakub@redhat.com>
7715
7716 * configure.in (baseargs): Avoid using \| in sed regular
7717 expressions.
7718 * configure: Rebuilt.
7719
e01f337c
JJ
77202003-01-16 Jakub Jelinek <jakub@redhat.com>
7721
7722 * configure.in (baseargs): Remove all supported forms of
7723 --cache-file, --srcdir, --host, --build and --target options
7724 from argument lists.
7725 * configure: Rebuilt.
7726
aa236487
AO
77272003-01-15 Alexandre Oliva <aoliva@redhat.com>
7728
7729 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7730 * configure: Rebuilt.
7731
586c0873
NN
77322003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7733
7734 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7735 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7736 * Makefile.in: Regenerate.
7737 * configure: Regenerate.
7738
497f816e
DD
77392003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7740
7741 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7742 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7743 * Makefile.in: Regenerate.
7744
bfbe5519
AO
77452003-01-09 Alexandre Oliva <aoliva@redhat.com>
7746
7747 * configure.in: Remove Makefile in build, host and target modules
7748 unless configure was run with --no-recursion.
7749 * configure: Rebuilt.
7750
3f234ef5
CD
77512003-01-08 Chris Demetriou <cgd@broadcom.com>
7752
7753 * config.guess: Update to 2003-01-03 version.
7754 * config.sub: Update to 2003-01-03 version.
7755
a3982d48
CF
77562003-01-07 Christopher Faylor <cgf@redhat.com>
7757
7758 * configure: Regenerate with proper autoconf 2.13.
7759
75778ec4
CF
77602003-01-07 Christopher Faylor <cgf@redhat.com>
7761
80b200a1
ZW
7762 * configure.in: Add AC_PREREQ for consistency.
7763 * configure: Regenerate.
75778ec4 7764
c180f501
AC
77652003-01-06 Andrew Cagney <ac131313@redhat.com>
7766
7767 * configure.in (GDB_TK): Add tcl directories conditional on
7768 gdb/gdbtk directory being present.
7769 * configure: Regenerate.
5481b376 7770
46ca2cc2
DA
77712003-01-04 John David Anglin <dave.anglin@nrc.ca>
7772
7773 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7774 by gcc if LD is not defined and we are not doing a Canadian Cross.
7775 * configure: Rebuilt.
7776
53dd8dab
DJ
77772003-01-01 Daniel Jacobowitz <drow@mvista.com>
7778
7779 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7780
50ceb20c
TT
77812002-12-31 Tom Tromey <tromey@redhat.com>
7782
7783 * Makefile.in: Rebuilt.
7784 * Makefile.def (target_modules) [libffi]: Allow installation.
7785
e78b5cfe
AS
77862002-12-31 Andreas Schwab <schwab@suse.de>
7787
7788 * configure.in: Fix use of $program_transform_name.
7789 * configure: Regenerated.
7790
67448102
DJ
77912002-12-30 Daniel Jacobowitz <drow@mvista.com>
7792
7793 * configure.in (baseargs): Don't remove first configure argument.
7794 * configure: Regenerated.
7795
e6bfb94a
AO
77962002-12-29 Alexandre Oliva <aoliva@redhat.com>
7797
7798 * Makefile.tpl (local-distclean): Don't remove...
7799 (multilib.ts): ... this. Moved into...
7800 (multilib.out): ... this. Don't use sub-make.
7801 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7802 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7803 (configure-build-[+module+], configure-[+module+],
7804 configure-target-[+module+], configure-gcc): ... these. Test
7805 for Makefile existence. Drop config.status from dependencies.
7806 * Makefile.in: Rebuilt.
7807 * configure.in: Move gcc-version-trigger to the end of
7808 ac_configure_args. Add comments to maybedep.tmp and
7809 serdep.tmp. Introduce --disable-serial-configure. Remove
7810 nonopt from baseargs, matching and removing corresponding
7811 whitespace while at it.
7812 * configure: Rebuilt.
7813
8f0dfb36
AO
78142002-12-28 Alexandre Oliva <aoliva@redhat.com>
7815
7816 * configure.in (host_configargs): Replace reference to
7817 no-longer-defined buildopts with --build=${build_alias}.
7818 * configure: Rebuilt.
7819
43be203f
AO
78202002-12-28 Alexandre Oliva <aoliva@redhat.com>
7821
7822 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7823 program_transform_name to standard idiom.
7824 (AUTOGEN, AUTOCONF): Define.
7825 (Makefile.in): Use $(AUTOGEN).
7826 (Makefile): Depend on config.status, and use autoconf-style rule to
7827 build it. Move original commands to...
7828 (config.status): ... this new target.
7829 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7830 $(AUTOCONF).
7831 * Makefile.in: Rebuilt.
7832
a0da8069
NN
78332002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7834
d18f1c9f
NN
7835 * Makefile.tpl: Fix dramatic bustage due to change in
7836 program_transform_name.
7837 * Makefile.in: Regenerate.
7838
7839 * configure.in: Remove unnecessary PATH setting.
7840 * configure: Regnerate.
7841
7842 * configure.in: Don't default to unprefixed tools unless
7843 the native tools will work.
7844 * configure: Regenerate.
7845
a0da8069
NN
7846 * configure.in: Convert to autoconf script. Blow away lots
7847 of now-redundant Makefile fragments.
7848 * configure: Generate using Autoconf.
7849 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7850 * Makefile.in: Regenerate.
7851
c567df0a
NN
78522002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7853
5481b376 7854 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7855 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7856
5481b376 7857 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7858 where they belong.
2c7f9a32 7859
2dabcfb4
AS
78602002-12-24 Andreas Schwab <schwab@suse.de>
7861
7862 * Makefile.tpl (multilib.out): Fix missing space.
7863 * Makefile.in: Regenerate.
7864
1086bc09
NN
78652002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7866
7867 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7868 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7869 * Makefile.in: Regenerate.
7870 * configure.in: Remove unnecessary leftovers.
7871
1086bc09
NN
78722002-12-21 Geoffrey Keating <geoffk@apple.com>
7873
7874 * configure.in (extra_ranlibflags_for_target): New variable.
7875 (*-*-darwin): Add -c to ranlib commands.
7876 * configure (tooldir): Handle extra_ranlibflags_for_target.
7877
14e9ca95
JJ
78782002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7879
7880 * COPYING.NEWLIB: Updated.
7881 * COPYING.LIBGLOSS: Ditto.
7882
14c428fb
NN
78832002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7884
7885 * Makefile.tpl: Revert HJL's change.
7886 * Makefile.in: Regenerated.
7887 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7888 always.
7889
313b8244
AS
78902002-12-19 Andreas Schwab <schwab@suse.de>
7891
7892 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7893 * Makefile.in: Regenerate.
7894
efeae3db
L
78952002-12-18 H.J. Lu <hjl@gnu.org>
7896
7897 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7898 * Makefile.in: Regenerated.
7899
7900 * configure.in (build_prefix): New. Substitute.
7901
43d92c63
NN
79022002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7903
59da4fe6
NN
7904 * Makefile.tpl: Don't let real targets depend on phony targets.
7905 * Makefile.in: Regenerate.
7906
43d92c63
NN
7907 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7908 * Makefile.in: Regenerate.
7909
b72e6a2d
JM
79102002-12-16 Jason Merrill <jason@redhat.com>
7911
7912 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7913 previous 'make bootstrap'.
7914 * Makefile.in: Regenerate.
7915
95c72c44
HPN
79162002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7917
7918 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7919
7d695d07
JM
79202002-12-13 Jason Merrill <jason@redhat.com>
7921
7922 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7923 library tests.
7924 (check-c++): Just depend on it and check-target-libstdc++-v3.
7925 * Makefile.in: Regenerate.
7926
54103d1e
NN
79272002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7928
7929 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7930 * Makefile.in: Regenerate.
7931
4024f1e1
JJ
79322002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7933
80b200a1
ZW
7934 * COPYING.NEWLIB: Update list of alternate Regent of California
7935 licenses and discuss official revoking of advertising clause.
7936 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7937
7dda0df6
AO
79382002-12-12 Alexandre Oliva <aoliva@redhat.com>
7939
7940 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7941 * Makefile.in: Rebuilt.
7942
d03be79e 79432002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7944
929293f4
NN
7945 * configure: Fix bug put in by gremlins.
7946
d03be79e
NN
7947 * Makefile.tpl: Substitute more autoconfily.
7948 * configure: Substitute more autoconfily.
7949 * Makefile.in: Regenerate.
7950
79512002-12-08 Andrew Cagney <ac131313@redhat.com>
7952
7953 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7954 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7955
79562002-12-06 DJ Delorie <dj@redhat.com>
7957
7958 * Makefile.tpl: Change configure dependencies to not have real
7959 targets depend on phony targets.
b4a77b47 7960
db1ac78d
NN
79612002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7962
bcaf2395
NN
7963 * configure.in: Revert unintentional change.
7964
b4fa093e
NN
7965 * src-release: Configure host subdirs.
7966
db1ac78d
NN
7967 * Makefile.tpl: Change dependency for */multilib.out so that
7968 it works when gcc isn't in the tree.
7969
7970 * configure.in: Substitute more.
7971 * configure: Run subconfigures from the Makefile.
7972 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7973 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7974
15723a45
NN
79752002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7976
e2b9e2dc
NN
7977 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7978 and corresponding dependencies.
7979 * Makefile.in: Regenerate.
7980
2af579c4
NN
7981 * configure.in (host_tools): Order binutils, gas and ld for
7982 convenience in running the testsuites.
7983
a2cc058a
NN
7984 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7985 * Makefile.in: Regenerate.
7986 * configure.in: Introduce rules to serialize subconfigure runs.
7987
15723a45
NN
7988 * configure.in: Introduce BASE_CC_FOR_TARGET.
7989 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7990 Realize configure-build-* targets. Realize configure-target-* targets.
7991 * Makefile.in: Regenerate.
7992
ae831be5
NN
79932002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7994
7995 * configure: Move gcc_version_trigger stuff from here...
7996 * configure.in: ...to here.
7997
7998 * configure.in: Separate subconfigure options added by this file from
7999 options given by the user. Add machinery to put args for host
8000 subconfigures into the Makefile.
8001
8002 * Makefile.tpl: Remove 'vault' targets.
8003 * Makefile.tpl: Reorder and comment dependencies.
8004 * Makefile.in: Regenerate.
8005
bbf7c8ac
NN
80062002-11-28 Geoffrey Keating <geoffk@apple.com>
8007
8008 * configure.in: Move host-specific darwin noconfigdirs into
8009 the host-specific section.
8010
930314a4
NN
80112002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8012
52d7cdee
NN
8013 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
8014 during replay.
8015 * Makefile.in: Regenerate.
8016
930314a4
NN
8017 (finishing slow-motion replay)
8018 * configure: Remove skip-this-dir support.
8019 * Makefile.tpl: Remove skip-this-dir support.
8020
8021 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8022 subdirectories.
8023 * Makefile.in: Regenerate.
8024
8025 * Makefile.tpl: Strip out useless setting of 'dir'.
8026 * Makefile.in: Regenerate.
5481b376 8027
930314a4
NN
80282002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8029
8030 (finishing slow-motion replay)
8031 * configure.in: Fix deeply stupid bug.
8032
8033 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8034 shell code in CXX_FOR_TARGET
8035 * Makefile.def: Introduce raw_cxx.
8036 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8037 RAW_CXX_FOR_TARGET.
8038 * Makefile.in: Regenerate.
8039
80402002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8041
8042 (finishing slow-motion replay)
8043 * Makefile.tpl: Remove unnecessary ifs.
8044 * Makefile.in: Regenerate.
8045
5481b376 8046 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
8047 dependencies. Maybe-ize build-libiberty. Create dummy install
8048 targets for 'no_install' modules.
5481b376 8049 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 8050 build_modules stuff to configure.in.
5481b376 8051 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
8052 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8053 * Makefile.in: Regenerate.
8054
3866be5d
NN
80552002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8056
8057 (continuing slow-motion replay)
8058 * Makefile.tpl: Make all-target, install-target behave similarly
8059 to all, install (only hitting configured targets). Eliminate
8060 unused macro defintions.
8061
8062 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8063 build != host.
8064
8065 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8066
8067 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8068
5481b376 8069 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
8070 configuring. Remove references to "dosrel".
8071 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 8072 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 8073 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 8074 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
8075 and redundant dependency; rearrange slightly.
8076 * Makefile.def: Add host-side libtermcap, utils.
8077
8078 * Makefile.in: Regenerate.
8079
e393202e
NN
80802002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8081
8082 (Continuing slow-motion replay)
8083 * Makefile.def: Add list of recursive targets to autogenerate.
8084 Add build_modules.
8085 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8086 targets. Autogenerate *-build-* targets.
8087 * Makefile.in: Regenerate.
8088
583d52d7
NN
80892002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8090
8091 (Continuing slow-motion replay)
8092 * configure: More autoconf-style substitutions.
8093 * Makefile.tpl: More autoconf-style substitutions.
8094 * Makefile.in: Regenerate.
8095
80962002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8097
8098 (Continuing slow-motion replay)
8099 * configure: Substitute more variables in a more autoconf-friendly
8100 way. Simplify slightly.
8101 * Makefile.tpl: Make more variables substitutable in an
8102 autoconf-friendly way.
8103 * Makefile.in: Regenerate.
8104
874e38b4
NN
81052002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8106
8107 (Continuing slow-motion replay)
8108 * configure.in (v810*): Remove special setting of tools.
8109
8110 * configure: Add support for extra required flags for ar or nm.
8111 * configure.in (aix4.3+): Use above support for target-specific
8112 issues, rather than using config/mt-aix43.
8113
852e5f18
NN
81142002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8115
8116 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
8117 * configure: Remove 'removing', which doesn't work. Replace $subdir
8118 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8119 with $srcdir. Reformat indentation. Substitute some variables
8120 formerly hard-coded in the Makefile for build=host.
8121 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8122 * Makefile.def: Autogenerate more.
8123 * Makefile.in: Regenerate.
8124
c9a0d920
DD
81252002-11-13 Bruce Korb <bkorb@gnu.org>
8126
8127 * Makefile.tpl: syntactic cleanup
8128
dd2768ff
KB
81292002-11-04 Kevin Buettner <kevinb@redhat.com>
8130
8131 * Makefile.def (host_modules): Add rda.
8132 * Makefile.in: Regenerate.
8133 * configure.in (target_tool): Add target-rda to list.
8134
1aa8389d
DD
81352002-10-25 Phil Edwards <pme@gcc.gnu.org>
8136
8137 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8138 and restrap targets to this rule.
8139 * Makefile.in: Regenerate.
8140
28f46298
HPN
81412002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8142
8143 * configure.in (i[3456]86-*-linux*): Add check to disable
8144 ${libgcj} for glibc1.
8145
ff72e302
NC
81462002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8147
8148 * configure.in: Add tic4x target.
8149
8607b6c9
NN
81502002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8151
8152 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8153 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8154 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8155 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8156 * Makefile.in: Regenerate.
8157
f8f61f4a
NN
81582002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8159
c86f794b
NN
8160 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8161 * Makefile.in: Regenerate.
8162
a9590527
NN
8163 * Makefile.def: Remove order dependency comments.
8164 * Makefile.tpl: Add explicit install-install dependencies.
8165 * Makefile.in: Regenerate.
8166
8412ce72
NN
8167 * Makefile.tpl: Remove material now in src-release. (Finally!)
8168 * Makefile.in: Regenerate.
8169
8b9f37f1
NN
8170 * configure: Restore my original patch by syncing with gcc version.
8171
f8f61f4a
NN
8172 * Bring following over from gcc:
8173
81742002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8175
8176 * configure.in (s390*-*-linux*): Enable libgcj.
8177
403d9505
NN
81782002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8179
8180 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8181
95f6f383
AM
81822002-10-02 Alan Modra <amodra@bigpond.net.au>
8183
e4673b0a 8184 * configure: Move stray lines back to where they belong.
95f6f383 8185
748503c8
NN
81862002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8187
a581b5c3
NN
8188 * Makefile.tpl: Insert configure-target target, for src-release.
8189
c084f5b4
NN
8190 * configure: Finish reverting change which Andrew Cagney started
8191 reverting. Should fix bustage.
8192
7aa673ed 8193 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
8194 * src-release: New file. Contains material for making net
8195 releases for gdb, binutils, et al., formerly in Makefile.in.
8196
82a9b2d9
NC
81972002-09-30 Nick Clifton <nickc@redhat.com>
8198
8199 * cpu: New top level directory. Intended to hold input files for
8200 CGEN which have FSF copyright assignment.
8201 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8202
c2463a00
AC
82032002-09-29 Andrew Cagney <ac131313@redhat.com>
8204
8205 Revert below (note that src does not contain Makefile.tpl):
8206 * Makefile.tpl: Make subsituted variables more autoconfy.
8207 * Makefile.in: Regenerate.
8208
f03b4789
NN
82092002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8210
c11e16a9
NN
8211 * configure: Revert accidentally applied changes.
8212
f03b4789
NN
8213 * Makefile.tpl: Make more autoconf-friendly.
8214 * Makefile.in: Regenerate.
8215 * configure: Make substitution more autoconf-like.
8216
82172002-09-28 Richard Earnshaw <rearnsha@arm.com>
8218
8219 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8220 single entry to handle all these.
8221 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8222 libjava on arm-*-elf.
8223
c0292023
GK
82242002-09-27 Geoffrey Keating <geoffk@apple.com>
8225
8226 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8227 things that depend on them.
8228
c66d951e
NN
82292002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8230
8231 * Makefile.tpl: Make subsituted variables more autoconfy.
8232 * Makefile.in: Regenerate.
8233 * configure: Make seds more autoconfy.
8234
907a7241 82352002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
8236
8237 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8238 * Makefile.in: Regenerate.
8239 * configure.in: Rewrite sed statements to look autoconfy.
8240
907a7241
NN
8241 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8242 all-target-foo on configure-target-foo.
8243 * Makefile.def: Ditto.
8244 * Makefile.in: Rebuild.
8245
405ea7a0
NN
82462002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8247
8248 * Makefile.def: New file.
8249 * Makefile.tpl: New file.
8250 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8251
8252 * configure.in: Minor rearrangement. Simplify tests.
8253
bdc57bfd
JT
82542002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8255
8256 * configure.in (with_headers): Skip copy if value is "yes".
8257 (with_libs): Likewise.
8258
ae03d6e2
NN
82592002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8260
8261 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8262 * configure.in (sh*-*-pe*): Ditto.
8263 * configure.in (mips*-*-pe*): Ditto.
8264 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
8265
8266 * configure.in: Rearrange.
8267
707960fe
NC
82682002-09-12 Nick Clifton <nickc@redhat.com>
8269
8270 * Import these changes from the config master repository:
8271
8272 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8273
8274 * config.sub: Add tic4x target.
8275
8276 2002-09-03 Ben Elliston <bje@redhat.com>
8277
8278 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8279 Reported by <Duncan_Stodart@insession.com>.
8280
36ea319f
JJ
82812002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8282
8283 * COPYING.NEWLIB: More updates.
8284
cf57480a
JJ
82852002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8286
8287 * COPYING.NEWLIB: Update.
8288
fd31a171
AC
82892002-08-23 Andrew Cagney <ac131313@redhat.com>
8290
23b632fc
AC
8291 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8292
fd31a171
AC
8293 * config.guess: Import version 2002-08-23.
8294 * config.sub: Import version 2002-08-22.
8295
a08bafb5
AO
82962002-08-20 Alexandre Oliva <aoliva@redhat.com>
8297
8298 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8299 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8300 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8301
17240c1f
NC
83022002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8303
8304 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8305
e70ad0c6
L
83062002-08-04 H.J. Lu (hjl@gnu.org)
8307
8308 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8309
574e6d11
DD
83102002-07-31 Alan Modra <amodra@bigpond.net.au>
8311
8312 * configure.in: Move generic linux case to end. Copy generic
8313 linux noconfigdirs to mips*-*-linux* entry and new
8314 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8315
611e7523
CD
83162002-07-19 Chris Demetriou <cgd@broadcom.com>
8317
8318 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8319 one instance of them which was missed to the list to update.
8320
51759676
CD
83212002-07-16 Chris Demetriou <cgd@broadcom.com>
8322
8323 * config.guess: Update to 2002-07-09 version.
8324 * config.sub: Update to 2002-07-03 version.
8325
7c1f909c
DD
83262002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8327
8328 * configure.in: Remove two redundant tests.
8329
d7cf5d30
DD
83302002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8331
8332 * configure.in (mips*-*-irix6*o32): Enable stabs.
8333
c74222f7
DD
83342002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8335
5b53c336
DD
8336 * configure.in: Don't build grez.
8337 * Makefile.in: Ditto.
8338
c74222f7
DD
8339 * Makefile.in: Remove references to bsp, cygmon, libstub.
8340 * configure.in: Ditto.
8341
8342 * configure.in: Remove leftover reference to gdbtest.
8343
edd1b227
DD
83442002-07-08 Phil Edwards <pme@gcc.gnu.org>
8345
8346 * configure.in (gxx_include_dir): Change to match versioned
8347 C++ headers if --enable-version-specific-runtime-libs is used.
8348
486186e3
AO
83492002-07-04 Steve Ellcey <sje@cup.hp.com>
8350
8351 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8352
ff0a3bf8
DD
83532002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8354
8355 * configure.in: Make --without-x work.
8356
1dfa8174
NC
83572002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8358
8359 * contrib: New directory. Created to contain a copy of the
5481b376 8360 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
8361 the FSF GCC sources.
8362
07637366
DD
83632002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8364
b6f83f2a
DD
8365 * configure.in: Rearrange target Makefile fragment collection.
8366
07637366
DD
8367 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8368 cvs[src].
8369 * configure.in: Ditto.
8370
f48556b1
DD
83712002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8372
8373 * Makefile.in: Eliminate 'apache' targets.
8374 * configure.in: Eliminate 'apache' targets.
8375
8376 * configure.in: Eliminate redundant tests. Reorganize.
8377
8378 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8379
8380 * config-ml.in: Eliminate references to Cygnus configure.
8381
8382 * Makefile.in: Eliminate references to building emacs.
8383
83842002-07-01 Denis Chertykov <denisc@overta.ru>
8385
8386 * configure.in: Add support for ip2k.
8387
cdb9e2b8
BE
83882002-06-24 Ben Elliston <bje@redhat.com>
8389
8390 * configure.in (host_tools): Remove cgen.
8391
8392 * Makefile.in (all-cgen): Remove; runs from its source directory.
8393 (check-cgen, install-cgen, clean-cgen): Likewise.
8394 (all-opcodes): No not depend on all-cgen.
8395 (all-sim): Likewise.
8396
3558860c
DD
83972002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8398
8399 * configure.in: Fix AIX configury bug.
8400
e3b0c936
DD
84012002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8402
cdb9e2b8 8403 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8404
cdb9e2b8
BE
8405 * configure.in: Move definition of libstdcxx_flags right above
8406 usage, rather than way earlier.
8ee424c0 8407
c712250a
DD
8408 * configure.in: Pull definition of is_cross_compiler earlier.
8409
9ee1a75c
DD
8410 * configure.in: Rearrange a little.
8411
e3b0c936
DD
8412 * configure.in: Remove references to librx.
8413 * Makefile.in: Remove references to librx.
8414
b2bd228e
DD
84152002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8416
8417 * configure.in: Eliminate ${gasdir} variable.
8418
7cd52483
DB
84192002-06-18 Dave Brolley <brolley@redhat.com>
8420
8421 * configure.in: Add support for frv.
8422 * config.sub: Add support for frv.
8423
6c5e141a
DD
84242002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8425
8426 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8427
0d18b56d
JT
84282002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8429
8430 * configure.in (vax-*-netbsd*): Re-enable gas.
8431
fd8958d5
DD
84322002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8433
27f15fdd
DD
8434 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8435 BUILD_PREFIX_1, to correct nomenclature.
8436 * configure: Likewise.
8437
fd8958d5
DD
8438 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8439 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8440
0c2442b7
DD
84412002-05-31 Olaf Hering <olh@suse.de>
8442
8443 * config-ml.in: Propogate DESTDIR also.
8444
a3602181
JT
84452002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8446
8447 * configure.in (vax-*-netbsd*): Don't build gas for this
8448 platform.
8449
c95f53ae
MM
84502002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8451
8452 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8453 and libgcj for AVR.
8454
1d7c1053
NC
84552002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8456
8457 * config.sub: Add DLX target.
8458
4b37028f
JT
84592002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8460
8461 * config.guess: Update to 2002-05-22 version.
8462 * config.sub: Likewise.
8463
d5de0a84
NC
84642002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8465
8466 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8467 * config-ml.in: Likewise.
8468 * configure: Likewise.
8469 * configure.in: Likewise.
8470
c92a0210
DD
84712002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8472
115a77aa
DD
8473 * configure.in: Simplify makefile fragment collection.
8474
8475 * configure.in: Remove code to build emacs.
e99daf2b 8476
91e060aa
DD
8477 * configure.in : Remove --srcdir argument from targargs and buildargs
8478 (it's always overridden in the Makefile anyway). Rearrange a bit.
8479
8480 * configure: Move some logic to configure.in.
8481 * configure.in: Move some logic from configure.
c92a0210 8482
91217342
JJ
84832002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8484
8485 * COPYING.LIBGLOSS: New file.
8486
d3d8a9ee
NC
84872002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8488
8489 * Makefile.in: Honour DESTDIR.
8490
3a036cdc
AO
84912002-05-05 Alexandre Oliva <aoliva@redhat.com>
8492
8493 * configure.in (noconfigdirs): Don't disable libgcj on
8494 sparc64-*-solaris* and sparcv9-*-solaris*.
8495
6d095fe4
AO
84962002-05-03 Alexandre Oliva <aoliva@redhat.com>
8497
8498 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8499
dac55df9
TF
85002002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8501
8502 * configure.in (FLAGS_FOR_TARGET): Do not add
8503 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8504 on i[3456]86-*-linux*.
8505
a018e15b
TF
85062002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8507
8508 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8509
8510 * configure.in (noconfigdirs): Do not add target-newlib if
8511 target == i[3456]86-*-linux*, and host == target.
8512
5f284831
MM
85132002-04-29 Mark Mitchell <mark@codesourcery.com>
8514
8515 * config.guess: Updated to 2002-04-26's version.
8516 * config.sub: Updated to 2002-04-26's version.
8517
33babf59
DD
85182002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8519
bd5f7da2
DD
8520 * configure.in: delete reference to absent file
8521
a0c4f3a0
DD
8522 * configure.in: replace '[' with 'test'
8523
66f1ba4f
DD
8524 * configure.in: Eliminate references to gash.
8525 * Makefile.in: Eliminate references to gash.
8526
7c3ab50c
DD
8527 * configure.in: remove useless references to 'pic' makefile fragments.
8528
bbc025f5
DD
8529 * configure.in: (*-*-windows*) Finish removing.
8530
33babf59
DD
8531 * configure.in: Eliminate redundant test for libgui.
8532
d5ec694c
DD
85332002-04-26 Joel Sherrill <joel@OARcorp.com>
8534
8535 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8536 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8537
57a5346c
DD
85382002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8539
8540 * configure.in: remove references to dead files
8541
dbf93899
DD
85422002-04-18 Tom Tromey <tromey@redhat.com>
8543
8544 * configure.in: Disallow configuring libgcj when it is already
8545 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8546 Solaris 2.8 by default. For PR libgcj/6158.
8547
26eadf68
DD
85482002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8549
8550 * configure.in: Move default CC setting out of config/mh-* fragments
8551 directly into here.
8552
a0a2c6c6
DD
85532002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8554
8555 * configure.in: don't even try to configure or make a subdirectory
8556 if there's no configure script for it.
8557
9972f812
DD
85582002-04-15 Mark Mitchell <mark@codesourcery.com>
8559
8560 * MAINTAINERS: Remove chill maintainers.
8561 * Makefile.in (CHILLFLAGS): Remove.
8562 (CHILL_LIB): Remove.
8563 (TARGET_CONFIGDIRS): Remove libchill.
8564 (CHILL_FOR_TARGET): Remove.
8565 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8566 CHILL_LIB.
8567 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8568 (CHECK_TARGET_MODULES): Likewise.
8569 (INSTALL_TARGET_MODULES): Likewise.
8570 (CLEAN_TARGET_MODULES): Likewise.
8571 (configure-target-libchill): Remove.
8572 (all-target-libchill): Remove.
8573 * configure.in (target_libs): Remove target-libchill.
8574 Do not compute CHILL_FOR_TARGET.
8575 * libchill: Remove directory.
5481b376 8576
75205f78
DD
85772002-04-15 DJ Delorie <dj@redhat.com>
8578
8579 * Makefile.in, configure.in, configure: Sync with gcc, entries
8580 follow...
8581
85822002-04-08 Tom Tromey <tromey@redhat.com>
8583
8584 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8585 Fixes PR libgcj/6068.
8586
85872002-03-30 Krister Walfridsson <cato@df.lth.se>
8588
8589 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8590
85912002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8592
8593 * configure.in (alpha*-dec-osf*): Enable libgcj.
8594
85952002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8596
8597 Fix for: PR bootstrap/3591, target/5676
8598 * configure.in (mcore-pe): Disable the configuration of
8599 libstdc++-v3 since exceptions are not supported.
8600
86012002-03-20 Anthony Green <green@redhat.com>
8602
8603 * configure.in: Enable libgcj for xscale-elf target.
8604
86052002-02-28 Alexandre Oliva <aoliva@redhat.com>
8606
8607 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8608 libjava.
8609 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8610
86112002-02-22 Alexandre Oliva <aoliva@redhat.com>
8612
8613 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8614 libstdc++-v3 and libjava.
8615
86162002-02-11 Adam Megacz <adam@xwt.org>
8617
8618 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8619 boehm-gc
8620
86212002-02-09 Alexandre Oliva <aoliva@redhat.com>
8622
8623 * config.guess: Updated to 2002-01-30's version.
8624 * config.sub: Updated to 2002-02-01's version.
8625 Contribute sh64-elf.
8626 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8627 * configure.in: Added sh64-*-*.
8628
86292002-01-17 H.J. Lu <hjl@gnu.org>
8630
8631 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8632 (all-target-fastjar): Also depend on all-target-libiberty.
8633
8634Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8635
8636 * configure, configure.in: Use temp file for long sed commands.
8637
86382001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8639
8640 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8641 libf2c.
8642
86432001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8644
8645 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8646
86472001-10-11 Hans-Peter Nilsson <hp@axis.com>
8648
8649 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8650
86512001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8652
8653 * configure: Handle temporary files securely using mkdir.
8654
86552001-09-26 Will Cohen <wcohen@redhat.com>
8656
8657 * configure.in (*-*-linux*): Disable configuration of target-newlib
8658 and target-libgloss.
8659
86602001-09-26 Alexandre Oliva <aoliva@redhat.com>
8661
8662 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8663 RANLIB.
8664
86652001-08-11 Graham Stott <grahams@redhat.com>
8666
8667 * Makefile.in (check-c++): Add missing semicolon.
8668
86692001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8670
8671 * configure.in (sh-*-linux*): New.
8672
86732001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8674
8675 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8676 and libgcj on m68hc11/m68hc12.
8677
86782001-06-27 H.J. Lu (hjl@gnu.org)
8679
8680 * Makefile (CFLAGS_FOR_BUILD): New.
8681 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8682
86832001-06-01 Hans-Peter Nilsson <hp@axis.com>
8684
8685 * configure.in (libstdcxx_flags): Do not try to execute
8686 libstdc++-v3/testsuite_flags until it exists.
8687
86882001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8689
8690 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8691
86922001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8693
8694 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8695
8696Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8697
8698 * configure.in: Move *-chorusos target case to the proper switch.
8699 Disable libgcj.
8700
87012001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8702
8703 * Makefile.in (STAGE1_CFLAGS): Pass down.
8704
87052001-04-13 Alan Modra <amodra@one.net.au>
8706
8707 * config.guess: Add hppa64-linux support. Note for next import that
8708 this is already in the master file.
8709 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8710
87112001-03-22 Colin Howell <chowell@redhat.com>
8712
8713 * Makefile.in (DO_X): Do not backslash single-quotes in
8714 backquotes (two places).
8715
87162001-03-18 Laurynas Biveinis <lauras@softhome.net>
8717
8718 * Makefile.in (DO_X): Quote nested quotes.
8719
87202001-03-15 Laurynas Biveinis <lauras@softhome.net>
8721
8722 * Makefile.in (DO_X): Use double quotes for quoting
8723 "RANLIB=$${RANLIB}".
8724
87252001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8726
8727 * configure.in: Only use `lang_requires' for languages athat are
8728 actually enabled.
8729
87302001-03-07 Tom Tromey <tromey@redhat.com>
8731
8732 * configure.in: Allow config-lang.in to set `lang_requires' to list
8733 of other required languages.
8734
87352001-03-06 Laurynas Biveinis <lauras@softhome.net>
8736
8737 * Makefile.in: Remove RANLIB definition. Use RANLIB
8738 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8739 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8740
87412001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8742 Alexandre Oliva <aoliva@redhat.com>
8743
8744 * Makefile.in (check-c++): Use tabs, not spaces.
8745
87462001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8747
8748 * Makefile.in (check-c++): New rule.
8749
8750 * configure.in (target_libs): Remove libg++.
8751 (noconfigdirs): Remove libg++.
8752 (noconfigdirs): Same.
8753 (noconfigdirs): Same.
8754 (noconfigdirs): Same.
8755
8756 * config-ml.in: Remove libg++ references.
8757
8758 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8759 (ALL_TARGET_MODULES): Same.
8760 (configure-target-libg++): Remove.
8761 (all-target-libg++): Remove.
8762 (configure-target-libio): Remove.
8763 (all-target-libio): Remove.
8764 (check-target-libio): Remove.
8765 (.PHONY): Remove.
8766 (libg++.tar.bz2): Remove.
8767 (all-target-cygmon): Remove libio.
8768 (all-target-libstdc++): Remove.
8769 (configure-target-libstdc++): Remove.
8770 (TARGET_LIB_PATH): Remove libstdc++.
8771 (ALL_GCC_CXX): Remove libstdc++.
8772 (all-target-gperf): Correct.
8773
87742001-02-15 Anthony Green <green@redhat.com>
8775
8776 * configure: Introduce GCJ_FOR_TARGET.
8777 * configure.in: Ditto.
8778 * Makefile.in: Ditto.
8779
87802001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8781
8782 * configure.in: for *-chorusos, don't config target-newlib and
8783 target-libgloss.
8784
87852001-02-04 Mark Mitchell <mark@codesourcery.com>
8786
8787 Remove V2 C++ library.
8788 * configure.in: Remove --enable-libstdcxx_v3 support.
8789
87902001-01-27 Richard Henderson <rth@redhat.com>
8791
8792 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8793
87942001-01-26 Tom Tromey <tromey@redhat.com>
8795
8796 * configure.in: Allow libgcj to be built on Sparc Solaris.
8797
87982001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8799
8800 * configure.in: Enable libgcj on several additional platforms.
8801
88022001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8803
8804 * configure.in: Enable libgcj for linux targets.
8805
88062001-01-09 Mike Stump <mrs@wrs.com>
8807
8808 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8809 failures of subdirectories.
8810
88112001-01-02 Laurynas Biveinis <lauras@softhome.net>
8812
8813 * configure: handle DOS-style absolute paths.
8814
88152001-01-02 Laurynas Biveinis <lauras@softhome.net>
8816
8817 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8818
88192000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8820
8821 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8822 (libstdcxx_incdir): Pass down.
8823 * config.if: Remove expired bits for cxx_interface, add stub.
8824 (libstdcxx_incdir): Add variable for g++ include directory.
8825 * configure.in (gxx_include_dir): Use it.
8826
88272000-12-15 Andreas Jaeger <aj@suse.de>
8828
8829 * configure.in: Handle lang_dirs.
8830
88312000-12-13 Anthony Green <green@redhat.com>
8832
8833 * configure.in: Disable libgcj for any target not specifically
8834 listed. Disable libgcj for x86 and Alpha Linux until compatible
8835 with g++ abi.
8836
88372000-12-13 Mike Stump <mrs@wrs.com>
8838
8839 * Makefile.in (local-distclean): Also remove fastjar.
8840
88412000-12-10 Anthony Green <green@redhat.com>
8842
8843 * configure.in: Define libgcj. Disable libgcj target libraries for
8844 most targets.
8845
88462000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8847
8848 * configure.in (target_libs): Revert 2000-12-08 patch.
8849 (noconfigdirs): Added target-libjava.
8850
88512000-12-09 Laurynas Biveinis <lauras@softhome.net>
8852
8853 * Makefile.in: handle DOS-style absolute paths.
8854
88552000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8856
8857 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8858 libjava.
8859 * configure.in (target_libs): Removed `target-libjava'.
8860
88612000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8862
8863 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8864 (ALL_MODULES): Added fastjar.
8865 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8866 (all-target-libjava): all-fastjar replaces all-zip.
8867 (all-fastjar): Added.
8868 (configure-target-fastjar, all-target-fastjar): Likewise.
8869 * configure.in (host_tools): Added fastjar.
8870
88712000-12-07 Mike Stump <mrs@wrs.com>
8872
8873 * Makefile.in (local-distclean): Remove leftover built files.
8874
88752000-11-16 Fred Fish <fnf@be.com>
8876
8877 * configure.in (enable_libstdcxx_v3): Fix typo,
8878 libstd++ -> libstdc++.
8879
88802000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8881
8882 * configure: Provide the original toplevel configure arguments
8883 (including $0) to subprocesses in the environment rather than
8884 through gcc/configargs.h.
8885
88862000-11-12 Mark Mitchell <mark@codesourcery.com>
8887
8888 * configure: Turn on libstdc++ V3 by default.
8889
88902000-10-16 Michael Meissner <meissner@redhat.com>
8891
8892 * configure (gcc/configargs.h): Only create if there is a build GCC
8893 directory created.
8894
88952000-10-05 Phil Edwards <pme@gcc.gnu.org>
8896
8897 * configure: Save configure arguments to gcc/configargs.h.
8898
88992000-10-04 Andris Pavenis <pavenis@latnet.lv>
8900
8901 * Makefile.in (bootstrap): avoid recursion if subdir missing
8902 (cross): ditto
8903 (do-proto-toplev): ditto
8904
8905Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8906
8907 * configure.in: Do not build byacc for hppa64. Provide paths to the
8908 X11 libraries for hppa64.
8909
89102000-09-02 Anthony Green <green@cygnus.com>
8911
8912 * Makefile.in (all-gcc): Depend on all-zlib.
8913 (CLEAN_MODULES): Add clean-zlib.
8914 (ALL_MODULES): Add all-zlib.
8915 * configure.in (host_libs): Add zlib.
8916
89172000-08-25 Alexandre Oliva <aoliva@redhat.com>
8918
8919 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8920 $targargs to tell whether newlib is going to be built.
8921
8922 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8923 $$r/TARGET_SUBDIR/libio for _G_config.h.
8924
89252000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8926
8927 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8928
8929 * configure: Make enable_threads and enable_shared defaults
8930 explicit. Substitute enable_threads into generated Makefiles.
8931 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8932 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8933
89342000-08-02 Manfred Hollstein <manfredh@redhat.com>
8935
8936 * configure.in: Re-enable all references to libg++ and librx.
8937
ffb97b2f 89382002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8939
ffb97b2f
DD
8940 * configure.in: Add *-*-freebsd* configurations.
8941
bbf6e9e3
AC
89422002-04-07 Andrew Cagney <ac131313@redhat.com>
8943
8944 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8945 (do-tar, do-bz2): New rules.
8946 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8947 (gdb-tar): New rule.
8948 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8949 (insight_dejagnu.tar): New rule.
8950 (insight.tar): New rule.
8951 (gdb+dejagnu.tar): New rule.
8952 (gdb.tar): New rule.
8953
8f1579c0
AC
89542002-04-07 Andrew Cagney <ac131313@redhat.com>
8955
8956 * MAINTAINERS: Update dejagnu/
8957
ba3c59ab
AO
89582002-03-16 Alexandre Oliva <aoliva@redhat.com>
8959
8960 * ltmain.sh (relink_command): Fix typo in previous change.
8961
6243d5dd
AO
89622002-03-15 Alexandre Oliva <aoliva@redhat.com>
8963
8964 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8965 (relink_command): Added --tag flags.
8966 (mode=install): If relinking fails; error out.
8967
80413487
RH
89682002-03-12 Richard Henderson <rth@redhat.com>
8969
8970 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8971 .NOTPARALLEL tag.
8972 (do-check): Rename from check.
8973 (check): Allow parallel check.
8974
3daeddf6
RH
89752002-03-11 Richard Henderson <rth@redhat.com>
8976
8977 * Makefile.in (.NOTPARALLEL): Add fake tag.
8978
fad93c55
L
89792002-03-07 H.J. Lu (hjl@gnu.org)
8980
8981 * configure.in: Enable gprof for mips*-*-linux*.
8982
2e8357fc
AO
89832002-02-28 Alexandre Oliva <aoliva@redhat.com>
8984
8985 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8986 libjava.
8987 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8988
bd48e1a9
AC
89892002-02-24 Andrew Cagney <ac131313@redhat.com>
8990
8991 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8992
39121370
DJ
89932002-02-23 Daniel Jacobowitz <drow@mvista.com>
8994
8995 * config.guess: Import from master sources, rev 1.232.
8996 * config.sub: Import from master sources, rev 1.246.
8997
081ff160
AO
89982002-02-23 Alexandre Oliva <aoliva@redhat.com>
8999
9000 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9001 because its Makefile is there; test for the executable instead.
9002
20a5393b
AO
90032002-02-09 Alexandre Oliva <aoliva@redhat.com>
9004
9005 Contribute sh64-elf.
9006 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9007 * configure.in: Added sh64-*-*.
9008
38135629
JJ
90092002-02-04 Jeff Johnston <jjohnstn@redhat.com>
9010
80413487
RH
9011 * COPYING.NEWLIB: Remove advertising clause from
9012 Berkeley and Red Hat licenses.
38135629 9013
48d19748
MD
90142002-02-01 Mo DeJong <supermo@bayarea.net>
9015
9016 * Makefile.in: Add all-tix to deps for all-snavigator
9017 so that tix is built when building snavigator.
9018
f6e1c110
BE
90192002-02-01 Ben Elliston <bje@redhat.com>
9020
9021 * config.guess: Import from master sources, rev 1.229.
9022 * config.sub: Import from master sources, rev 1.240.
9023
4867be41
DJ
90242002-01-27 Daniel Jacobowitz <drow@mvista.com>
9025
9026 From Steve Ellcey <sje@cup.hp.com>:
9027 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9028 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9029 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9030 IA64.
9031 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9032 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9033 soname_spec, sys_lib_search_path_spec): Ditto.
9034
e82380cc
JT
90352002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9036
9037 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9038 target-libiberty, and target-libgloss. Skip Java-related
9039 libraries if not supported for NetBSD on target CPU.
9040
1319fb9c
NC
90412002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
9042
9043 * configure.in: Import StrongARM and XScale target_configdirs from
9044 FSF GCC version.
9045
b020f6ac
L
90462002-01-16 H.J. Lu (hjl@gnu.org)
9047
9048 * config.guess: Import from master sources, rev 1.225.
9049 * config.sub: Import from master sources, rev 1.238.
9050
9051 * MAINTAINERS: Updated notes on config.guess and config.sub.
9052
a0c1c920
NC
90532002-01-11 Steve Ellcey <sje@cup.hp.com>
9054
9055 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9056 ld and gdb are not supported.
9057
a9fa5e1f
JJ
90582002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9059
9060 * Change reference to Cygnus Solutions to be Red Hat.
9061
94077108
JJ
90622002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9063
9064 * COPYING.NEWLIB: Update generic copyright date.
9065
05ecd75c
MS
90662002-01-07 Mark Salter <msalter@redhat.com>
9067
9068 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9069 Allow target-libgloss to be built for arm, strongarm, and xscale.
9070
a106bb62
BE
90712002-01-03 Ben Elliston <bje@redhat.com>
9072
9073 * MAINTAINERS: Update URL for config.* scripts.
9074
0e254642
AM
90752001-12-18 Alan Modra <amodra@bigpond.net.au>
9076
9077 * config.sub: Import latest version.
9078 * config.guess: Likewise.
9079
0a0d0041
TF
90802001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9081
9082 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9083 options for i[3456]86-pc-linux* native builds.
9084
d932cae7
NC
90852001-12-05 Laurent Guerby <guerby@acm.org>
9086
9087 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 9088 libiberty.
d932cae7
NC
9089
9090 Import this patch from gcc:
5481b376 9091
d932cae7
NC
9092 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9093
9094 * symlink-tree: handle DOS-style absolute paths.
9095
49b7683b
DD
90962001-11-28 DJ Delorie <dj@redhat.com>
9097 Zack Weinberg <zack@codesourcery.com>
9098
9099 When build != host, create libiberty for the build machine.
9100
9101 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9102 CONFIG_ARGUMENTS.
9103 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9104 New variables.
9105 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9106 and rules.
9107 (all.normal): Depend on ALL_BUILD_MODULES.
9108 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9109 (all-build-libiberty): Depend on configure-build-libiberty.
9110
9111 * configure: Calculate and substitute proper value for
9112 ALL_BUILD_MODULES.
9113 * configure.in: Create the build subdirectory.
9114 Calculate and substitute TARGET_CONFIGARGS (formerly
9115 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9116
26ef82f4
GK
91172001-11-26 Geoffrey Keating <geoffk@redhat.com>
9118
9119 * config.sub: Update to version 1.232 on subversion.
9120
43e64072
NC
91212001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9122
9123 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9124 files from .po files for a distribution.
9125
66f6c0d5
HPN
91262001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9127
9128 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9129
4a02fdb2
JH
91302001-11-13 Jeff Holcomb <jeffh@redhat.com>
9131
9132 Merged from net gcc:
9133 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9134 * ltcf-c.sh: Use $objext, not $ac_objext.
9135 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9136 * ltcf-cxx.sh: Add support for GNU.
9137 2001-07-22 Timothy Wall <twall@redhat.com>
9138 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9139 default settings if using GNU tools with that configuration.
9140 * ltcf-cxx.sh: Ditto.
9141 * ltcf-gcj.sh: Ditto.
9142 2001-07-21 Michael Chastain <chastain@redhat.com>
9143 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9144 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9145 * ltmain.sh: Mark as gcc-local.
9146
227b9953
JH
91472001-11-13 Jeff Holcomb <jeffh@redhat.com>
9148
9149 * Makefile.in (all-bison): Revert 2001-10-24.
9150 Don't depend on texinfo.
9151
cbbab8fb
JJ
91522001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9153
80413487 9154 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 9155
922b2485
DD
91562001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9157
9158 * configure.in (--enable-languages): Be more permissive about
9159 syntax. Check for empty lists better. Warn about $LANGUAGES.
9160
f08fa01d
HPN
91612001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9162
9163 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9164
fee3da4e
JH
91652001-10-24 Jeff Holcomb <jeffh@redhat.com>
9166
9167 Makefile.in (all-bison): Don't depend on texinfo.
9168
73fb1ef9
AM
91692001-10-03 Alan Modra <amodra@bigpond.net.au>
9170
9171 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9172
373688ac
AO
91732001-09-29 Alexandre Oliva <aoliva@redhat.com>
9174
9175 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9176
9c07660b
HPN
91772001-09-28 Hans-Peter Nilsson <hp@axis.com>
9178
9179 * config.sub, config.guess: Import latest from subversions.
9180
3f152009
AO
91812001-09-21 Alexandre Oliva <aoliva@redhat.com>
9182
9183 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9184 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9185 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9186 avoid quotes nesting problems.
9187 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9188 (DO_X): Export only variables that are set.
9189
8f6a59e5
BE
91902001-09-19 Ben Elliston <bje@redhat.com>
9191
9192 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9193 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9194 semantics. Use the shell built-in "type" command instead.
9195
a1ec19fa
TS
91962001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9197
9198 * config.sub: Reverted the earlier change, this version is not the
9199 master file.
9200
4008bd9b
TS
92012001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9202
9203 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9204 Add support for mips64.
9205
dd1e52a4
JH
92062001-09-03 Jeff Holcomb <jeffh@redhat.com>
9207
9208 * configure.in: Enable libstdc++-v3 for h8300 targets.
9209
91549d1c
EC
92102001-08-30 Eric Christopher <echristo@redhat.com>
9211 Jason Eckhardt <jle@redhat.com>
9212
9213 * config.sub: Add support for mipsisa32.
9214
cf966cf9
EC
92152001-08-30 Eric Christopher <echristo@redhat.com>
9216
9217 * config.sub, config.guess: Import latest from subversions.
9218
82208dc5
AM
92192001-08-20 Alan Modra <amodra@bigpond.net.au>
9220
9221 * config.sub, config.guess: Import latest from subversions.
9222
4dca8403
DD
92232001-07-26 DJ Delorie <dj@redhat.com>
9224
9225 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9226
1107dce2
AM
92272001-06-19 Alan Modra <amodra@bigpond.net.au>
9228
9229 * Makefile.in: Revert 2001-06-17.
9230 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9231
e09a6604
L
92322001-06-17 H.J. Lu <hjl@gnu.org>
9233
9234 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9235 (gas+binutils.tar.bz2): Likewise.
9236 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9237
31a8b634
AC
9238Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9239
9240 * Makefile.in (VER): When present, extract the version number from
5481b376 9241 the file version.in.
31a8b634 9242
dc70af01
AO
92432001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9244
9245 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9246 gcc/xgcc is built, use -print-prog-name to find out the program
9247 name to use.
9248
839bbd8c
AO
92492001-06-04 Mark Mitchell <mark@codesourcery.com>
9250
9251 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9252 with_gcc]: Use `gcc -shared' to build a shared library.
9253
566e9a30
AO
92542001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9255
9256 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9257 archives.
9258
e877bb69
AO
92592001-05-28 Simon Patarin <simon.patarin@inria.fr>
9260
9261 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9262 libraries when using g++ with native linker.
9263
1605288b
AO
92642001-05-28 Alexandre Oliva <aoliva@redhat.com>
9265
9266 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9267
11a383ba
TR
92682001-05-24 Tom Rix <trix@redhat.com>
9269
9270 * configure.in : enable ld for aix
cf966cf9 9271
18611226
AO
92722001-05-22 Alexandre Oliva <aoliva@redhat.com>
9273
9274 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9275 [aix4*|aix5*]: Prepend blank.
9276
6be7c12c
AO
92772001-05-20 Alexandre Oliva <aoliva@redhat.com>
9278
9279 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9280 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9281 of subdir/configure scripts to use the new libtool.m4.
9282
4ed00bba
L
92832001-05-14 H.J. Lu <hjl@gnu.org>
9284
9285 * config.if (libc_interface): Set to -libc6.2- for cross
9286 compiling to Linux/glibc 2.2.
9287
b1af961c
AO
92882001-05-03 Alexandre Oliva <aoliva@redhat.com>
9289
9290 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9291 libgcj.
9292
5ec3e74e
AO
92932001-04-26 Alexandre Oliva <aoliva@redhat.com>
9294
9295 * configure.in (noconfigdirs): Don't reset it from scratch in the
9296 target case; only append to it.
9297
b3ed1d6b
AO
92982001-04-26 Alexandre Oliva <aoliva@redhat.com>
9299
9300 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9301 sparc-*-solaris2.8]: Disable ${libgcj}.
9302
96111c10
AO
93032001-04-25 Alexandre Oliva <aoliva@redhat.com>
9304
9305 * configure.in (libgcj_saved): Copy from $libgcj.
9306 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9307 --disable-libgcj.
9308
b5bf43f2
AO
93092001-04-20 Alexandre Oliva <aoliva@redhat.com>
9310
9311 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9312 1.641.2.228.
9313
8cc32590
AO
93142001-04-12 Alexandre Oliva <aoliva@redhat.com>
9315
9316 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9317 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9318
dec0cb0c
AO
93192001-04-01 Alexandre Oliva <aoliva@redhat.com>
9320
9321 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9322 New macros.
9323 (bootstrap, cross): Use RECURSE_FLAGS.
9324 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9325
6a9c3886
AO
93262001-03-27 Alexandre Oliva <aoliva@redhat.com>
9327
9328 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9329
d4fc7db8
NC
93302001-03-23 Nick Clifton <nickc@redhat.com>
9331
9332 * README-maintainer-mode: Add note about inability to use "make
9333 distclean" in maintainer mode.
9334
7389ff65
AO
93352001-03-22 Alexandre Oliva <aoliva@redhat.com>
9336
9337 Re-installed:
9338 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9339 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9340 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9341 * ltcf-cxx.sh: Likewise.
9342 * ltcf-gcj.sh: Likewise.
9343
b3e0dc8e
PB
93442001-03-22 Philip Blundell <philb@gnu.org>
9345
9346 * config.sub, config.guess: Import latest from subversions.
9347
469b781c
AO
93482001-03-22 Alexandre Oliva <aoliva@redhat.com>
9349
9350 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9351 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9352
b0dad762
MC
93532001-03-20 Michael Chastain <chastain@redhat.com>
9354
9355 * Makefile.in: all-m4 depends on all-texinfo.
9356
c559bb17
AO
93572001-03-08 Alexandre Oliva <aoliva@redhat.com>
9358
9359 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9360
fef4ae2e
JJ
93612001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9362
9363 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9364 longer valid.
9365
8d6dd99d
NC
93662001-02-16 Nick Clifton <nickc@redhat.com>
9367
9368 * configure.in (noconfigdirs): Allow configuration of texinfo
9369 for Cygwin hosts.
9370
a85d7ed0
NC
93712001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9372
9373 * config.guess: Add linux target for S/390.
9374 * config.sub: Likewise.
9375 * configure.in: Likewise.
9376
51221c5e
DD
93772001-02-06 Ben Elliston <bje@redhat.com>
9378
9379 * configure: Output host type to stdout, not stderr.
9380
9dec4c71
MS
93812001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9382
9383 * config.guess: Import from subversions.gnu.org (revision 1.181).
9384 * config.sub: Import from subversions.gnu.org (revision 1.199).
9385
9add9c04
AM
93862001-01-30 Alan Modra <alan@linuxcare.com.au>
9387
9388 * config.guess: Handle hppa64-linux systems.
9389
8679174d
MS
93902001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9391
9392 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9393 Don't unset, it's non-portable and no longer necessary, set to empty
9394 instead.
9395
02d01ed4
MS
93962001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9397
9398 * ltconfig: Shell portability fix for the tagname validity check.
9399
4cc5853d
MS
94002001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9401
9402 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9403
7487e485
AO
94042001-01-27 Alexandre Oliva <aoliva@redhat.com>
9405
9406 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9407 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9408
f332af52
AO
94092001-01-24 Alexandre Oliva <aoliva@redhat.com>
9410
9411 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9412 keep at least one of build_libtool_libs or build_old_libs set to
9413 yes.
9414
ef099754
AO
94152001-01-24 Alexandre Oliva <aoliva@redhat.com>
9416
9417 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9418 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9419
8341f2fc 94202000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9421
8341f2fc
AJ
9422 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9423
94242000-11-03 Philip Blundell <pb@futuretv.com>
9425
9426 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9427 files.
ebf0fa2e 9428
c320a39f
JJ
94292001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9430
9431 * COPYING.NEWLIB: Put into source repository.
9432
8817b92e
BE
94332001-01-15 Ben Elliston <bje@redhat.com>
9434
9435 * configure.in (host_tools): Add sid.
9436 Always configure cgen.
9437 * Makefile.in (all-sid): New target.
9438 (check-sid, clean-sid, install-sid): Likewise.
9439
35590697
AJ
94402001-01-07 Andreas Jaeger <aj@suse.de>
9441
80413487 9442 * config.sub, config.guess: Update from subversions.
35590697 9443
6ee6cea6
AO
94442000-12-12 Alexandre Oliva <aoliva@redhat.com>
9445
9446 * configure.in: Disable language-specific target libraries for
9447 languages that aren't enabled.
9448
077b8428
NC
94492000-11-24 Nick Clifton <nickc@redhat.com>
9450
9451 * configure.in (xscale-elf): Add target.
9452 (xscale-coff): Add target.
9453 (c4x, c5x, tic54x): Move after ARM targets.
9454
9e28a1ed
AO
94552000-11-23 Alexandre Oliva <aoliva@redhat.com>
9456
9457 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9458
be98a80a
ILT
94592000-11-20 Ian Lance Taylor <ian@zembu.com>
9460
9461 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9462
5cec67bf
AO
94632000-11-18 Alexandre Oliva <aoliva@redhat.com>
9464
9465 * Makefile.in: Merge with GCC and libgcj.
9466 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9467 configure-target-<library> when their configure scripts need the C
9468 or C++ library to have already been built to work properly.
9469 (do_proto_toplev): Set them to an empty string.
9470
d932cae7 94712000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9472
9473 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9474 (REALLY_SET_LIB_PATH): Use them.
9475
d932cae7 94762000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9477
9478 * config.sub: Add support for Sun Chorus
9479
8602ff0c
NC
94802000-11-02 Per Lundberg <plundis@chaosdev.org>
9481
9482 * config.sub: Add support for the *-storm-chaos OS.
9483
f9e0997d
NC
94842000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9485
80413487
RH
9486 * configure.in (noconfigdirs): Don't compile some
9487 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9488
d64552c5
AO
94892000-09-30 Alexandre Oliva <aoliva@redhat.com>
9490
9491 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9492 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9493 all affected `configure' scripts.
9494
97f60b31
AO
94952000-09-25 Alexandre Oliva <aoliva@redhat.com>
9496
9497 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9498 ltcf-c.sh.
9499
6e8dd58f
PB
95002000-09-12 Philip Blundell <philb@gnu.org>
9501
9502 * config.sub, config.guess: Update from subversions.
9503
103a2e99
AO
95042000-09-06 Alexandre Oliva <aoliva@redhat.com>
9505
51601921
AO
9506 * Makefile.in (all-zlib): Added dummy target.
9507
103a2e99
AO
9508 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9509 multi-language branch.
9510
2809b4b9
AO
95112000-09-05 Alexandre Oliva <aoliva@redhat.com>
9512
9513 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9514 (bootstrap*): Depend on all-bootstrap.
9515
7450026c
AO
95162000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9517
9518 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9519 crosses, but add gcc/include to the header search path for them.
9520
6cf86f7f
AO
95212000-08-31 Alexandre Oliva <aoliva@redhat.com>
9522
9523 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9524 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9525 * gettext.m4: New file, extracted from aclocal.m4.
9526
ce2ea6e3
AO
95272000-08-22 Alexandre Oliva <aoliva@redhat.com>
9528
9529 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9530 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9531 sub-configures.
9532
9765193e
DE
95332000-08-20 Doug Evans <dje@casey.transmeta.com>
9534
9535 * Makefile.in (ALL_MODULES): Add all-cgen.
9536 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9537 (all-cgen): New target.
9538 (all-opcodes,all-sim): Depend on all-cgen.
9539 * configure.in (host_tools): Add cgen.
9540 Only configure cgen if --enable-cgen-maint.
9541
d7b32520
AO
95422000-08-17 Alexandre Oliva <aoliva@redhat.com>
9543
9544 * config-ml.in (CC, CXX): Don't introduce a leading space.
9545
e52ef561
AO
95462000-08-16 Alexandre Oliva <aoliva@redhat.com>
9547
9548 * configure.in (libstdcxx_flags): Use
9549 libstdc++-v3/src/libstdc++.INC.
9550
88f9c2a0
AO
95512000-08-15 Alexandre Oliva <aoliva@redhat.com>
9552
9553 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9554
98fbe43f
JM
95552000-08-11 Jason Merrill <jason@redhat.com>
9556
9557 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9558 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9559 (FLAGS_FOR_TARGET): Not here.
9560 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9561
279ddab4
DD
95622000-08-07 DJ Delorie <dj@redhat.com>
9563
9564 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9565 "if we're also building gcc, and it's a gcc that will run on the
9566 build machine, we want to use its includes instead of the system's
9567 default includes".
9568
60523a83
AO
95692000-08-03 Alexandre Oliva <aoliva@redhat.com>
9570
24ffec7a
AO
9571 * configure.in (libstdcxx_flags): Don't use `"'.
9572
60523a83
AO
9573 * config-ml.in: Adjust multilib search paths to the
9574 appropriate multilib tree.
9575
daf644b5
AO
95762000-08-02 Alexandre Oliva <aoliva@redhat.com>
9577
9578 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9579 commas in $LANGUAGES.
9580
63266560
DD
95812000-08-01 Alexandre Oliva <aoliva@redhat.com>
9582
9583 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9584
95852000-07-31 Alexandre Oliva <aoliva@redhat.com>
9586
9587 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9588 CXX_FOR_TARGET for sed.
9589
95902000-07-30 Alexandre Oliva <aoliva@redhat.com>
9591
9592 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9593 Do not override if already set in the environment or in configure.
9594 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9595 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9596
9e449d3e
AO
95972000-07-27 Alexandre Oliva <aoliva@redhat.com>
9598
9599 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9600 (GCC_FOR_TARGET): Use it.
9601 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9602 * configure.in: ... here.
9603 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9604 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9605
8bbd92e0
AO
96062000-07-24 Alexandre Oliva <aoliva@redhat.com>
9607
fd1f87b2
AO
9608 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9609 (configure-target-libchill, configure-target-libobjc): Likewise.
9610
8bbd92e0
AO
9611 * configure.in: Use the same cache file for all target libs.
9612 * config-ml.in: But different cache files per multilib variant.
9613
25c6c112
JL
96142000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9615
9616 * configure (topsrcdir): Don't use dirname.
9617
ba73c63f
JM
96182000-07-20 Jason Merrill <jason@redhat.com>
9619
9620 * configure.in: Remove all references to libg++ and librx.
9621
9622 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9623
1af08294
HPN
96242000-07-20 Hans-Peter Nilsson <hp@axis.com>
9625
9626 * config.sub: Update to subversions version 2000-07-06.
9627
ba73c63f
JM
96282000-07-12 Andrew Haley <aph@cygnus.com>
9629
9630 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9631 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9632
96332000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9634
9635 * symlink-tree: Check number of arguments.
9636
d932cae7 96372000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9638
9639 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9640
ba73c63f
JM
96412000-07-05 Jim Wilson <wilson@cygnus.com>
9642
9643 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9644 search path for a g++ extracted from the build tree. This
9645 will allow link tests run by configure scripts in
9646 subdirectories to succeed.
9647
92ee2f86
UC
96482000-07-01 Koundinya K <kk@ddeorg.soft.net>
9649
80413487 9650 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9651
23f2f29f
CV
96522000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9653
9654 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9655 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9656
f04f5a67
TW
96572000-06-19 Timothy Wall <twall@cygnus.com>
9658
9659 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9660 * config.sub: Add tic54x target.
9661
11da68be
NC
96622000-06-07 Phillip Thomas <pthomas@suse.de>
9663
9664 * README-maintainer-mode: New file: Contains notes on using
9665 --enable-maintainer-mode with binutils.
9666
d932cae7 96672000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9668
9669 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9670
d932cae7 96712000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9672
9673 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9674 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9675
9442cea3
L
967620000-05-21 H.J. Lu (hjl@gnu.org)
9677
80413487
RH
9678 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9679 directory are used if they exist. Make sure
9680 $(build_tooldir)/include is searched for header files,
9681 $(build_tooldir)/lib/ for library files.
9442cea3 9682 (GCC_FOR_TARGET): Likewise.
80413487 9683 (CXX_FOR_TARGET): Likewise.
9442cea3 9684
d932cae7 96852000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9686
9687 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9688
d932cae7 96892000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9690
9691 * Makefile.in (configure-target-libiberty): Depend on
9692 configure-target-newlib.
9693
ba73c63f
JM
96942000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9695
9696 * configure.in, Makefile.in: Merge all libffi-related
9697 configury stuff from the libgcj tree.
9698
d932cae7 96992000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9700
9701 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9702 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9703
d932cae7 97042000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9705
9706 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9707 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9708 current version information. Add to proto-toplev directory.
b5a23627
AC
9709 (gdb-taz): Build do-djunpack.
9710
ba73c63f
JM
97112000-05-15 David Edelsohn <edelsohn@gnu.org>
9712
9713 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9714
7c86ed39
L
97152000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9716
9717 * ltmain.sh: Preserve in relink_command any environment
9718 variables that may affect the linker behavior.
9719
d932cae7 97202000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9721
9722 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9723
d932cae7 97242000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9725
9726 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9727
ed0a91a5
EZ
97282000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9729
9730 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9731 with the version name.
ed0a91a5 9732
ba73c63f 97332000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9734
ba73c63f 9735 * config.if: Tweak.
6cafa39f 9736
ba73c63f 97372000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9738
ba73c63f 9739 * djunpack.bat: New file.
66156876 9740
d932cae7 97412000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9742
9743 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9744 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9745 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9746 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9747
ba73c63f
JM
97482000-04-16 Dave Pitts <dpitts@cozx.com>
9749
80413487
RH
9750 * config.sub (case $basic_machine): Change default for "ibm-*"
9751 to "openedition".
ba73c63f 9752
d932cae7 97532000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9754
9755 * Makefile.in (gdb-taz): New target. GDB specific archive.
9756 (do-md5sum): New target.
9757 (MD5PROG): Define.
9758 (PACKAGE): Default to TOOL.
9759 (VER): Default to a shell script.
9760 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9761 md5 checksum generation.
b35ece4e
AC
9762 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9763 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9764 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9765 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9766
d932cae7 97672000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9768
9769 * configure (warn_cflags): Delete.
9770
ba73c63f 97712000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9772 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9773
80413487
RH
9774 * configure.in (enable_libstdcxx_v3): Add.
9775 (target_libs): Add bits here to switch between libstdc++-v2 and
9776 libstdc++-v3.
9777 * config.if: And this file too.
9778 * Makefile.in: Add libstdc++-v3 targets.
35590697 9779
ba73c63f
JM
97802000-04-05 Michael Meissner <meissner@redhat.com>
9781
9782 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9783
d332c5ac
JM
97842000-03-29 Jason Merrill <jason@casey.cygnus.com>
9785
9786 * configure.in: -linux-gnu*, not -linux-gnu.
9787
d932cae7 97882000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9789
9790 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9791 (do-tar-bz2): Replace TOOL with PACKAGE.
9792 (gdb.tar.bz2): Remove GDBTK from GDB package.
9793 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9794 dejagnu.tar.bz2): New packages.
6dcbc97b 9795
96ce09a7
ILT
97962000-02-27 Andreas Jaeger <aj@suse.de>
9797
9798 * configure.in: Add entry for mips*-*-linux*, move catch all
9799 *-*-*linux* entry below this one.
9800
2031769e
ILT
98012000-02-27 Ian Lance Taylor <ian@zembu.com>
9802
9803 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9804
4bab746c
NC
98052000-02-24 Nick Clifton <nickc@cygnus.com>
9806
9807 * config.sub: Support an OS of "wince".
9808
d932cae7 98092000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9810
9811 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9812 version.
ada59422 9813
5b93d8bb
AM
98142000-02-23 Linas Vepstas <linas@linas.org>
9815
9816 * config.sub: Add support for Linux/IBM 370.
9817 * configure.in: Likewise.
9818
2fb651f6
NC
98192000-02-22 Nick Clifton <nickc@cygnus.com>
9820
9821 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9822
b8441c25
CF
98232000-02-20 Christopher Faylor <cgf@cygnus.com>
9824
9825 * config.guess: Guess "cygwin" rather than "cygwin32".
9826
d332c5ac
JM
98272000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9828
9829 * configure (gcc_version): When setting, narrow search to
9830 lines containing `version_string'.
9831
ba73c63f
JM
98322000-02-15 Denis Chertykov <denisc@overta.ru>
9833
9834 * config.sub: Add support for avr target.
9835
d932cae7 98362000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9837
9838 * config.sub: Add mmix-knuth-mmixware.
9839
98402000-01-27 Christopher Faylor <cgf@redhat.com>
9841
9842 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9843 structure stuff to -L library search.
9844 (CXX_FOR_TARGET): Ditto.
9845 (CROSS_CHECK_MODULES): Fix spelling mistake.
9846
98472000-01-24 Mark Mitchell <mark@codesourcery.com>
9848
9849 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9850 the C++ compiler.
9851
98522000-01-12 Richard Henderson <rth@cygnus.com>
9853
9854 * configure.in: Don't build some bits for beos.
9855
98562000-01-12 Joel Sherrill (joel@OARcorp.com)
9857
9858 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9859 as include files.
9860
91b2c84d
GK
98612000-01-06 Geoff Keating <geoffk@cygnus.com>
9862
9863 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9864 not mh-aix43.
9865
ba73c63f
JM
98661999-12-14 Richard Henderson <rth@cygnus.com>
9867
9868 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9869 * config.sub: Accept alphaev[78], alphaev8.
9870
98711999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9872
9873 * config.guess, config.sub: Update from autoconf.
9874
9875Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9876
9877 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9878 necessary libraries are missing.
9879
98801999-10-25 Andreas Schwab <schwab@suse.de>
9881
9882 * configure: Fix quoting inside arguments of eval.
9883
98841999-10-21 Nick Clifton <nickc@cygnus.com>
9885
9886 * config-ml.in: Allow suppression of some ARM multilibs.
9887
9888Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9889
9890 * config.guess: Add OS/390 match pattern.
9891 * config.sub: Add mvs, openedition targets.
9892 * configure.in (i370-ibm-opened*): New.
9893
ef14edc4
ILT
98941999-09-04 Steve Chamberlain <sac@pobox.com>
9895
9896 * config.sub: Add support for configuring for pj.
9897
afb478e8
NC
98981999-08-31 Nick Clifton <nickc@cygnus.com>
9899
fd6848f6 9900 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9901
ba73c63f 99021999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9903
9904 * configure.in: Do not configure or build ld for AIX
9905 platforms. ld is known to be broken on these platforms.
9906
ba73c63f
JM
9907Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9908
9909 * config-ml.in: Pass compiler flag corresponding to multidirs to
9910 subdir configures.
9911
c363de44
ILT
99121999-08-09 Ian Lance Taylor <ian@zembu.com>
9913
9914 * Makefile.in (LDFLAGS): Define.
9915
dc8bc5a6
ILT
99161999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9917
9918 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9919 noconfigdirs.
9920 (*-*-cygwin*): Likewise.
9921
6ca3858e
ILT
99221999-08-08 Ian Lance Taylor <ian@zembu.com>
9923
71141bb6
ILT
9924 * mkdep: New file.
9925 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9926 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9927
6ca3858e
ILT
9928 From Eli Zaretskii <eliz@is.elta.co.il>:
9929 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9930 long file name when using DJGPP on MS-DOS.
9931
ba73c63f
JM
9932Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9933
9934 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9935
2735a327
AM
99361999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9937
9938 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9939 dependency as this causes "make check" to globally "make all"
9940
ba73c63f
JM
9941Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9942
9943 * configure.in (target_libs): Added target-zlib.
9944 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9945 (CONFIGURE_TARGET_MODULES): Likewise.
9946 (CHECK_TARGET_MODULES): Likewise.
9947 (INSTALL_TARGET_MODULES): Likewise.
9948 (CLEAN_TARGET_MODULES): Likewise.
9949 (configure-target-zlib): New target.
9950 (all-target-zlib): Likewise.
9951 (all-target-libjava): Depend on all-target-zlib.
9952 (configure-target-libjava): Depend on configure-target-zlib.
9953
9954 * Makefile.in (configure-target-libjava): Depend on
9955 configure-target-newlib.
9956 (configure-target-boehm-gc): New target.
9957 (configure-target-qthreads): New target.
9958
80413487
RH
9959 * configure.in (target_libs): Added target-qthreads.
9960 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9961 (CONFIGURE_TARGET_MODULES): Likewise.
9962 (CHECK_TARGET_MODULES): Likewise.
9963 (INSTALL_TARGET_MODULES): Likewise.
9964 (CLEAN_TARGET_MODULES): Likewise.
9965 (all-target-qthreads): New target.
9966 (configure-target-libjava): Depend on configure-target-qthreads.
9967 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9968
9969 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9970 (CONFIGURE_TARGET_MODULES): Likewise.
9971 (CHECK_TARGET_MODULES): Likewise.
9972 (INSTALL_TARGET_MODULES): Likewise.
9973 (CLEAN_TARGET_MODULES): Likewise.
9974 (all-target-libjava): New target.
9975 (all-target-boehm-gc): Likewise.
9976 * configure.in (target_libs): Added libjava, boehm-gc.
9977
08d836d6
ILT
99781999-07-22 Ian Lance Taylor <ian@zembu.com>
9979
9980 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9981 configure.bat in SUPPORT_FILES.
9982 (gas+binutils.tar.bz2): Likewise.
9983
9984 * makeall.bat: Remove; obsolete.
9985
8f36e47c
ILT
99861999-07-21 Ian Lance Taylor <ian@zembu.com>
9987
9988 From Mark Elbrecht:
9989 * configure.bat: Remove; obsolete.
9990
56e82f25
ILT
99911999-07-11 Ian Lance Taylor <ian@zembu.com>
9992
9993 * configure: Add -W -Wall to the default CFLAGS when compiling with
9994 gcc.
9995
1001d816
JL
9996Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9997
9998 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9999
106117aa
MM
100001999-06-30 Mark Mitchell <mark@codesourcery.com>
10001
10002 * configure.in: Build ld on IRIX6.
10003
c376f4ed
ILT
100041999-06-12 Ian Lance Taylor <ian@zembu.com>
10005
10006 * Makefile.in: Change distribution targets to use bzip2 instead of
10007 gzip.
10008 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 10009 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 10010
306b7445
NC
100111999-06-04 Nick Clifton <nickc@cygnus.com>
10012
10013 * config.sub: Add mcore target.
10014
d932cae7 100151999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
10016
10017 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10018
d932cae7 100191999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
10020
10021 * config.guess (dummy): Changed to $dummy.
10022
6c3175b0
NC
100231999-05-24 Nick Clifton <nickc@cygnus.com>
10024
ba73c63f
JM
10025 * config.sub: Tidied up case statements.
10026
100271999-05-22 Ben Elliston <bje@cygnus.com>
10028
10029 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10030 <jiro@din.or.jp>.
10031
10032 * config.guess: Merge with FSF version. Future changes will be
10033 more accurately recorded in this ChangeLog.
10034 * config.sub: Likewise.
10035
d932cae7 100361999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
10037
10038 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 10039
252b5132
RH
100401999-04-30 Tom Tromey <tromey@cygnus.com>
10041
10042 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10043
100441999-04-23 Tom Tromey <tromey@cygnus.com>
10045
10046 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10047
100481999-04-20 Drew Moseley <dmoseley@cygnus.com>
10049
10050 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10051 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10052 Bad merge removed these two changes.
10053
ba73c63f 10054Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 10055 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
10056
10057 * config.guess (interix Alpha): Add.
10058
252b5132
RH
100591999-04-11 Richard Henderson <rth@cygnus.com>
10060
10061 * configure.in (i?86-*-beos*): Do config gperf; don't config
10062 gdb, newlib, or libgloss.
10063
d932cae7 100641999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10065
ba73c63f
JM
10066 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10067 link a trivial program with -mabi=64. If it fails, remove mabi=64
10068 from multidirs.
10069
d932cae7 100701999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
10071
10072 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10073
252b5132
RH
100741999-04-08 Nick Clifton <nickc@cygnus.com>
10075
10076 * config.sub: Add support for mcore targets.
10077
100781999-04-07 Michael Meissner <meissner@cygnus.com>
10079
10080 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10081 not mt-ospace, in order to shut up assembler warning about using
10082 symbols that are named the same as registers.
10083
100841999-04-07 Drew Moseley <dmoseley@cygnus.com>
10085
10086 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10087 dependency list for all-target-cygmon.
10088
100891999-04-05 Doug Evans <devans@casey.cygnus.com>
10090
10091 * config-ml.in: Check $host, not $target, for selective multilibs.
10092 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10093 thumb interworking, and underscore prefix multilibs.
10094
100951999-04-04 Ian Lance Taylor <ian@zembu.com>
10096
10097 * missing: Update to version from current automake.
10098
10099Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10100
10101 * configure (gxx_include_dir): Removed.
10102
10103 * configure.in (gxx_include_dir): Handle it.
10104 * Makefile.in: Likewise.
10105
101061999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10107
10108 * config.sub (mips64vr4111,mips64vr4111el) Add.
10109
101101999-03-21 Ben Elliston <bje@cygnus.com>
10111
80413487 10112 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
10113
10114Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10115
252b5132
RH
10116 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10117 config/mh-djgpp.
10118
10119Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10120
10121 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10122 all-target-newlib to dependency list for all-target-bsp.
10123
10124Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10125
10126 * config.sub: Add i386-uwin support.
10127 * config.guess: Likewise.
10128
10129Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10130
10131 * configure.in: cleanup, add mh-*pic handling for arm, special
10132 case powerpc*-*-aix*
10133
10134Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10135
10136 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10137 can be built.
10138
10139Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10140
10141 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 10142 targets.
252b5132
RH
10143
101441999-03-02 Nick Clifton <nickc@cygnus.com>
10145
10146 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10147
d932cae7 101481999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10149
10150 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10151
101521999-02-24 Nick Clifton <nickc@cygnus.com>
10153
10154 * config.sub: Fix typo in arm recognition.
10155
d932cae7 101561999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
10157
10158 * configure.in (noconfigdirs): Changed target_configdirs to
10159 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10160 rather than m68k-*-* since it is not known to work on
10161 m68k-aout. Ditto for arm-*-*oabi.
10162
d932cae7 101631999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
10164
10165 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
10166
101671999-02-19 Ben Elliston <bje@cygnus.com>
10168
10169 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10170 Smart and improved by Andrew Cagney.
10171
d932cae7 101721999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
10173
10174 * config.guess: Recognize openbsd-*-hppa.
10175
d932cae7 101761999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
10177
10178 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10179 only if it is not empty.
10180
101811999-02-17 Nick Clifton <nickc@cygnus.com>
10182
10183 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 10184
fd6848f6 10185 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
10186
10187 * config.sub: Modified to recognize uname's armv* syntax.
10188
101891999-02-17 Mark Salter <msalter@cygnus.com>
10190
10191 * configure.in: Added target-bsp for sparclite.
10192
d932cae7 101931999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
10194
10195 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10196
101971999-02-08 Nick Clifton <nickc@cygnus.com>
10198
10199 * configure.in: Add support for strongarm port.
10200 * config.sub: Add support for strongarm target.
10201
d932cae7 102021999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 10203
252b5132
RH
10204 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10205 the old name config/mh-cygwin32.
10206 Enable texinfo.
10207
d932cae7 102081999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
10209
10210 * configure.in: Do build ld for ix86 Solaris.
10211
d932cae7 102121999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
10213
10214 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10215 $AR_FOR_TARGET. Likewise for RANLIB.
10216
d932cae7 102171999-02-02 Catherine Moore <clm@cygnus.com>
35590697 10218
80413487
RH
10219 * config.sub (oabi): Recognize.
10220 * configure.in (arm-*-oabi): Handle.
252b5132 10221
d932cae7 102221999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
10223
10224 * config.guess: Improve detection of i686 on UnixWare 7.
10225
d932cae7 102261999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
10227
10228 * config.guess: Add support for i386-pc-interix.
10229 * config.sub: Likewise.
10230 * configure.in: Likewise.
252b5132 10231
d932cae7 102321999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10233
10234 * Makefile.in: Remove unneeded all-target-libio from
10235 from all-target-winsup target since it is now unneeded.
10236 Add all-target-libtermcap in its place since it is now
10237 needed.
10238
d932cae7 102391998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10240
10241 * configure.in: makefile stub for cygwin target is probably
10242 unnecessary. Remove it for now.
252b5132 10243
d932cae7 102441998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10245
10246 * configure.in: libtermcap.a should be built when cygwin is the
10247 target as well as the host.
10248 * config.guess: Allow mixed case in cygwin uname output.
10249 * Makefile.in: Add libtermcap target.
252b5132 10250
d932cae7 102511998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10252
10253 * config.sub: Clean up handling of hppa2.0.
10254
d932cae7 102551998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
10256
10257 * config.guess: Use C code to identify more HP machines.
10258
10259Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10260
10261 * config.sub: Handle hppa2.0.
10262
ba73c63f
JM
10263Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10264
10265 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 10266 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
10267
102681998-12-15 Mark Salter <msalter@cygnus.com>
10269
10270 * configure.in: Added target-bsp for several target architectures.
10271
10272 * Makefile.in: Added rules for bsp.
10273
252b5132
RH
10274Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10275
10276 * config.guess: Improve detection of hppa2.0 processors.
10277
10278Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10279
10280 * config.guess: Recognize FreeBSD using ELF automatically.
10281
102821998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10283
10284 * configure (skip-this-dir): Add handling for new shell script, which
10285 might be created by a sub-directory's configure to indicate, this particular
10286 directory is "unwanted".
10287 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10288
252b5132
RH
10289Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10290
10291 * ltconfig: import from libtool, after changing libtool to
10292 account for the cygwin name change.
10293
10294Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10295
10296 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10297 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10298
10299Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10300
10301 * configure.in: Add libtermcap to list of cygwin dependencies.
10302
d932cae7 103031998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 10304
80413487
RH
10305 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10306 they include winsup/include when it's a cygwin target.
252b5132
RH
10307
103081998-11-12 Tom Tromey <tromey@cygnus.com>
10309
10310 * configure.in (host_tools): Added zip.
10311 * Makefile.in (all-target-libjava): Depend on all-zip.
10312 (all-zip): New target.
10313 (ALL_MODULES): Added all-zip.
10314 (NATIVE_CHECK_MODULES): Added check-zip.
10315 (INSTALL_MODULES): Added install-zip.
10316 (CLEAN_MODULES): Added clean-zip.
10317
d932cae7 103181998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10319
10320 * Makefile.in: lose "32" from comment about cygwin.
10321
d932cae7 103221998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
10323
10324 * configure.in: Use -Os to build target libraries for the fr30.
10325
d932cae7 103261998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
10327
10328 * config.sub: Add fr30.
10329
d932cae7 103301998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 10331
80413487 10332 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
10333 cygwin* instead of cygwin32*.
10334 * config.sub: Check cygwin* instead of cygwin32*.
10335
d932cae7 103361998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
10337
10338 * config.guess: Match any version of Unixware7.
10339
252b5132
RH
103401998-10-20 Syd Polk <spolk@cygnus.com>
10341
10342 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10343 if desired.
10344
d932cae7 103451998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10346
10347 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10348 these if the appropriate directories and files to not exist.
10349
d932cae7 103501998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10351
10352 * Makefile.in (DEVO_SUPPORT): Add config.if.
10353
d932cae7 103541998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
10355
10356 * configure: Add pattern to replace "build_tooldir"'s
10357 definition in the generated Makefile with "tooldir"'s
10358 actual value.
10359
252b5132
RH
10360Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10361
10362 * config.sub: Bring back lost sparcv9.
10363
ba73c63f
JM
10364 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10365
10366Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10367
10368 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10369 CC_FOR_TARGET and friends.
10370
10371Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10372
ba73c63f
JM
10373 * Makefile.in (build_tooldir): New variable, same as tooldir.
10374 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10375 -B$(build_tooldir)/bin/.
10376 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10377
252b5132
RH
10378Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10379
10380 * config.sub: Add support for i[34567]86-pc-udk.
10381 * configure.in: Likewise.
10382
10383Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10384
10385 * Makefile.in: add bzip2 package building bits for user
10386 tools module
10387 * configure.in: ditto
10388
ba73c63f
JM
10389Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10390
10391 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10392 (ALL_TARGET_MODULES): Add all-target-libobjc.
10393 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10394 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10395 (all-target-libchill): Add dependencies.
10396 * configure.in (target_libs): Add libchill.
35590697 10397
252b5132
RH
103981998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10399
ba73c63f 10400 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10401
10402Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10403
10404 * Makefile.in (all-automake): fix dependencies.
10405
10406Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10407
10408 * configure.in: Minor cleanups for building in the $(target_alias)
10409 subdir.
10410
104111998-09-22 Jim Wilson <wilson@cygnus.com>
10412
10413 * Makefile.in (bootstrap): Set r and s before make all. Use
10414 BASE_FLAGS_TO_PASS in make all.
10415 (cross): Likewise.
10416
104171998-09-20 Mark Mitchell <mark@markmitchell.com>
10418
10419 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10420
252b5132
RH
10421Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10422
10423 * config.sub: Fix typo in last change.
10424
104251998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10426
10427 * config.sub: Add support for C4x target.
10428 * configure.in: Likewise.
10429
104301998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10431
10432 * config.sub: Recognize sparcv9 just like sparc64.
10433
10434Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10435
10436 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10437
10438Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10439
10440 * config.guess: Correctly identify Pentium II sco boxes.
10441
10442 * config.guess: Fix "tr" code. From Weiwen Liu.
10443
10444Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10445
10446 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10447 stabs.
10448
10449Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10450
10451 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10452 (ALL_TARGET_MODULES): Add all-target-libchill.
10453 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10454 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10455 (all-target-libchill): Add dependencies.
10456 * configure.in (target_libs): Add libchill.
10457
10458Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10459
10460 * config.guess: Avoid assumptions about "tr" behaves when
10461 LANG is set to something other than English.
10462
10463Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10464
10465 * configure (gxx_include_dir): Changed to
10466 '${prefix}/include/g++'-${libstdcxx_interface}.
10467
10468 * config.if: New to determine the interfaces.
10469
10470Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10471
10472 * config.guess: Detect and handle MPE/IX.
10473 * config.sub: Deal with MPE/IX.
10474
10475Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10476
10477 * configure.in: Use mh-aix43.
10478
104791998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10480
10481 * configure: Fix --without/--disable cases for gxx-include-dir.
10482
10483Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10484
10485 * mdata-sh: Imported. Needed for automake support.
10486
10487Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10488
ba73c63f 10489 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10490 "chmod og=u `find . -print`".
10491
10492Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10493
ba73c63f 10494 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10495
10496Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10497
10498 * Makefile.in: Undo previous patch.
10499
10500Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10501
10502 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10503 to here ...
10504 (install-no-fixedincludes): and here
10505 (INSTALL_MODULES): ... from here.
10506
10507Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10508
10509 * config.sub: Merge with FSF.
10510
10511 * config.guess: Merge with FSF.
10512
10513Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10514
10515 * configure (extraconfigdirs): New variable.
10516 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10517 * Makefile.in (all): Move higher in file.
10518 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10519 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10520 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10521 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10522 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10523
105241998-07-23 Brendan Kehoe <brendan@cygnus.com>
10525
10526 * Makefile.in (all-target-libjava): Depend on all-gcc and
10527 all-target-newlib.
10528 (configure-target-libjava): Depend on $(ALL_GCC).
10529
10530Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10531
10532 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10533 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10534
10535Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10536
10537 * ylwrap: Change absolute path checks to check for DOS style path
10538 names.
10539
10540 * ylwrap: Don't use a full path name if the source file is in the
10541 same directory. From hjl@lucon.org (H.J. Lu).
10542
10543 * config-ml.in: Default to being verbose, to match Feb 18 change to
10544 configure.
10545
10546Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10547
10548 Brought over from egcs:
10549
10550 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10551
10552 * configure.in (target_subdir): Set to ${target_alias} instead
10553 of "libraries".
10554
10555 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10556
10557 * configure.in (target_subdir): Set to libraries if enable_multilib.
10558
10559Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10560
10561 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10562 multilibs, force reconfiguration the first time we create
10563 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10564
10565Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10566
10567 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10568 avoid confusion with --no-recursion.
10569
10570Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10571
10572 * configure.in: Win32 hosts shouldn't use install -x
10573 * install-sh: remove -x option, and special .exe-handling
10574 hack.
10575
10576Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10577
10578 * config.guess: Recognize i586-pc-beos.
10579 * configure.in: Don't build some bits for beos.
10580
10581Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10582
10583 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10584 CFLAGS default to -O2.
10585
10586 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10587 when using GNU ld.
10588
10589Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10590
10591 * ltmain.sh: Correct install when using a different shell.
10592
10593Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10594
10595 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10596
10597Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10598
10599 * makefile.vms: Update to build binutils/makefile.vms. Add install
10600 target.
10601
10602Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10603
10604 * ltconfig: Update to correct AIX handling.
10605
10606Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10607
10608 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10609
10610 * configure.in (target_subdir): Set to ${target_alias} instead
10611 of "libraries".
10612
106131998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10614
10615 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10616 (Makefile): Depend on $(gcc_version_trigger).
10617
10618 * configure (gcc_version): Change default initializer to empty
10619 string.
10620 (gcc_version_trigger): New variable; pass this variable down
10621 to subdir configures to enable them checking gcc's version
10622 themselves. Emit make macros for both gcc_version vars.
10623 (topsrcdir): Initialize reliably.
10624 (recursion line): Remove --with-gcc-version=${gcc_version}.
10625
106261998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10627
10628 * configure (enable_version_specific_runtime_libs): Implement new flag
10629 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10630 in $(libsubdir); emit definition in each generated Makefile.
10631 (gxx_include_dir): Initialize depending on
10632 $enable_version_specific_runtime_libs.
10633
106341998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10635
10636 * configure (gcc_version): Initialize properly depending on
10637 how and where configure is started.
10638 (recursion line): Pass a --with-gcc-version=${gcc_version}
10639 to configures in subdirs.
10640
10641Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10642
10643 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10644 cygmon
252b5132
RH
10645
10646Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10647
10648 * configure.in: Add cygmon and libstub support for mn10200.
10649
106501998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10651
10652 * configure (gcc_version): Add new variable describing the
10653 particular gcc version we're building.
10654 * Makefile.in (libsubdir): Add new macro for the directory
10655 in which the compiler finds executables, libraries, etc.
10656 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10657 and libsubdir.
10658
10659Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10660
ba73c63f
JM
10661 * Makefile.in (local-clean): Remove *.log.
10662 (warning.log): Built with warn_summary from build.log.
10663 (mail-report.log): Run test_summary.
10664 (mail-report-with-warnings.log): Run test_summary including
10665 warning.log in the report.
252b5132
RH
10666
10667Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10668
10669 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10670
10671Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10672
10673 * Makefile.in (grep): Grep no longer depends on libiberty.
10674
10675Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10676
10677 * Makefile.in: all-snavigator needs all-libgui.
10678
10679Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10680
10681 * configure.in: Add cygmon and libstub support for mn10300.
10682
10683Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10684
10685 * missing: Update to version from automake 1.3.
10686
10687 * ltmain.sh: On installation, don't get confused if the same name
10688 appears more than once in the list of library names.
10689
10690Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10691
10692 * config.sub: Accept m68060 and m5200 as CPU names.
10693
10694Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10695
10696 * configure: Use && rather than using -a in test, because odd
10697 strings can confuse test.
10698 * configure.in: Likewise.
10699
10700Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10701
10702 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10703
10704Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10705
10706 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10707 bootstrap4-lean): New targets.
10708
10709Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10710
10711 * mpw-* Delete. Not used.
252b5132
RH
10712
10713Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10714
10715 * COPYING.LIB: Update FSF address.
10716
10717Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10718
10719 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10720
10721 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10722 GAS_SUPPORT_DIRS.
10723
10724Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10725
10726 * ltconfig, ltmain.sh: Avoid producing a version number if
10727 -version-info was not used.
10728
10729Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10730
10731 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10732 building with newlib.
10733
107341998-04-30 Paul Eggert <eggert@twinsun.com>
10735
ba73c63f 10736 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10737 Solaris `make' causes it to continue to next definition.
252b5132 10738
afb8d725
JM
10739Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10740
10741 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10742 the right GUI libraries and files are installed along with GDB.
10743
252b5132
RH
10744Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10745
10746 * configure.in: Change alpha to alpha* in several places.
10747
10748Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10749
10750 * config.sub: Recognize sparc86x.
10751
10752Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10753
252b5132
RH
10754 * configure.in (--enable-target-optspace): Remove debug echo.
10755
10756Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10757
10758 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10759
10760Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10761
10762 * ltconfig: Update cygwin32 support.
10763
10764 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10765 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10766 (GDB_SUPPORT_DIRS): Likewise.
10767
10768Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10769
10770 * configure.in (target_makefile_frag): If --enable-target-optspace,
10771 use -Os to compile target libraries rather than -O2. Default to
10772 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10773 not used.
10774 * configure.in (target_cflags): Ditto for d30v.
10775
10776Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10777
10778 * Makefile.in (all-bfd): Depend on all-intl.
10779 (all-binutils): Likewise.
10780 (all-gas): Likewise.
10781 (all-gprof): Likewise.
10782 (all-ld): Likewise.
10783
252b5132
RH
107841998-04-19 Brendan Kehoe <brendan@cygnus.com>
10785
10786 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10787
10788Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10789
10790 * Makefile.in (all-bfd): Depend upon all-libiberty.
10791
10792 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10793
10794Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10795
10796 * Makefile.in: Add libstub.
10797
10798 * configure.in: Ditto. Build libstub for targets that have cygmon
10799 support.
10800
10801Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10802
10803 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10804
10805Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10806
10807 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10808 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10809
10810Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10811
10812 * configure: Define DEFAULT_M4 by searching PATH.
10813 * Makfile.in: Use DEFAULT_M4.
10814
10815Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10816
10817 * ltconfig: Add cygwin32 support.
10818
10819 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10820 to configure and build.
10821
10822Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10823
10824 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10825
10826Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10827
10828 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10829
10830Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10831
10832 * Makefile.in: add ash make rules
10833 * configure.in: add ash to native_only and host_tools lists
10834
10835Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10836
10837 * Makefile.in (all-gettext, all-intl): New targets.
10838 (ALL_MODULES): Added all-gettext, all-intl.
10839 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10840 (INSTALL_MODULES): Added install-gettext, install-intl.
10841 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10842
10843 * configure.in (host_tools): Added gettext.
10844 (native_only): Likewise.
10845 (noconfigdirs) [various cases]: Likewise.
10846 (host_libs): Added intl.
10847
afb8d725
JM
10848Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10849
10850 * configure: Do not disable building gdbtk for cygwin32 hosts.
10851
ba73c63f
JM
10852Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10853
10854 * configure.in: Add thumb-coff target.
10855 * config.sub: Add thumb-coff target.
10856
252b5132
RH
10857Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10858
10859 * Makefile.in: Revert yesterday's change.
10860 (all-target-winsup): all-target-librx stays out of here.
10861
10862Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10863
ba73c63f
JM
10864 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10865 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10866 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10867 Remove references to librx and libg++.
10868
10869Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10870
10871 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10872 recursive makes
10873
10874Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10875
10876 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10877 for newlib directory.
10878 (CXX_FOR_TARGET): Likewise.
10879
10880Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10881
10882 * ltconfig: Update after libtool/ltconfig.in change for
10883 hpux11.
10884
10885Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10886
10887 * ltconfig, ltmain.sh: Update to libtool 1.2.
10888
10889Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10890
10891 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10892 (install-gcc-cross): Instead, override LANGUAGES here.
10893
108941998-03-18 Dave Love <d.love@dl.ac.uk>
10895
10896 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10897 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10898
10899Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10900
10901 * configure.in: Add Thumb-pe target.
10902
10903Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10904
252b5132
RH
10905 * Makefile.in - changed sn targets to snavigator
10906 * configure.in - changed sn targets to snavigator
10907
10908Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10909
10910 * config-ml.in: After building symlink tree call make distclean
10911 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10912 to be the case for libiberty.
10913
10914Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10915
10916 * configure: When making link, also check the current
10917 directory. The configure scripts may create one.
10918
10919Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10920
10921 * config.sub: Accept alphapca56 and alphaev6 properly.
10922
10923Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10924
10925 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10926
252b5132
RH
10927Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10928
80413487 10929 * config.sub (sco5): Fix typo.
252b5132
RH
10930
10931Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10932
10933 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10934 install-itcl.
10935 (install-itcl): Remove dependency on install-tcl.
10936
10937Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10938
10939 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10940
252b5132
RH
10941Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10942
10943 * configure.in: Don't build libgui for a cygwin32 target when not on
10944 a cygwin32 host.
10945
10946Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10947
10948 * configure (redirect): Set to null, so default behavior of
10949 configure is now --verbose.
10950
109511998-02-16 Dave Love <d.love@dl.ac.uk>
10952
10953 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10954 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10955
10956Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10957
10958 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10959 this change to sync Makefile.in with its ChangeLog entries.
10960
10961Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10962
10963 * ltmain.sh (mkdir): Check that the directory doesn't exist
10964 before we exit with error, so that we don't get races during
10965 parallel builds.
10966
10967Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10968
10969 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10970
10971Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10972
10973 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10974 PICFLAG_FOR_TARGET.
10975 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10976
10977 * configure: Emit a definition for the new macro enable_shared
10978 into each Makefile.
10979
252b5132
RH
10980Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10981
10982 * configure.in (host_tools, native_only): Add libtool.
10983
10984Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10985
10986 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10987 Fix typo in ming config comment.
10988
10989Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10990
10991 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10992
10993Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10994
10995 * config.sub: Add tic30 cases, and map c30 to tic30.
10996
ba73c63f
JM
10997Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10998
10999 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11000 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11001 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11002 (CLEAN_TARGET_MODULES): Similarly
11003 (all-target-libf2c): Add dependences.
35590697 11004 * configure.in (target_libs): Add libf2c.
ba73c63f 11005
252b5132
RH
11006Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11007
ba73c63f
JM
11008 * configure.in: Remove expect from noconfigdirs when target
11009 is cygwin32. OK to build expect and dejagnu with Canadian
11010 Cross.
252b5132
RH
11011
11012Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11013
11014 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11015 host.
11016
11017 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11018 and mingw32.
11019
11020Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11021
11022 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11023 here as it is not defined in the toplevel Makefile.
11024
11025Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11026
11027 * configure (package_makefile_rules_frag): New variable, which names
11028 a file with generic rules, ...
11029 Change comment to mention we now have FIVE parts.
11030 * configure: Undo last change.
11031
11032Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11033
11034 * config.guess: More accurate determination of HP processor types.
11035 * config.sub: More accurate determination of HP processor types.
11036
11037Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11038
11039 * configure (package_makefile_frag): Move inserting the
11040 ${package_makefile_frag} to where it should be according
11041 to the comment.
11042
ba73c63f 11043Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
11044
11045 * config.guess: Add support for Linux/ARM.
11046
11047Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11048
11049 * .cvsignore: Remove *-info and *-install since they match
11050 release-info and mpw-install, which we don't want to just ignore.
11051
11052Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11053
11054 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11055
11056Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11057
11058 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11059 local_prefix to sub-make invocations.
11060
11061Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11062
11063 * configure.in: Check makefile fragments in the source
11064 directory.
11065
11066Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11067
ba73c63f
JM
11068 * configure.in: Check whether host and target makefile
11069 fragments exist before adding them to *_makefile_frag.
252b5132
RH
11070
11071Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11072
11073 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 11074
252b5132
RH
11075Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11076
11077 * configure.in: Make sure we only replace RPATH_ENVVAR on
11078 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11079 regexp to sed.
11080
11081 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11082 to sub-makes.
11083
110841998-01-13 Lee Iverson (leei@ai.sri.com)
11085
11086 * config-ml.in (multi-do): LDFLAGS must include multilib
11087 designator.
11088
11089Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11090
11091 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11092
11093Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11094
11095 * config.sub: Add mingw32 support.
11096 * configure.in: Likewise.
252b5132
RH
11097
11098Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11099
11100 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11101
11102Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11103
11104 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11105 * configure (gxx_include_dir): Provide a definition for subdirs
11106 which do not use autoconf.
11107
11108Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11109
11110 * config.guess: Sync with egcs. Picks up new alpha support,
11111 BeOS & some additional linux support.
11112
ba73c63f 11113Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
11114
11115 * config.guess: HP 9000/803 is a PA1.1 machine.
11116
ba73c63f
JM
11117Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11118
11119 * configure.in: It's alpha*-...
252b5132
RH
11120
11121Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11122
ba73c63f
JM
11123 * configure.in (host_makefile_frag, target_makefile_frag):
11124 Handle multiple config files.
11125 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11126 alpha-*-*.
252b5132
RH
11127
11128Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11129
11130 * mkdep: New file.
11131
11132Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11133
11134 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11135
11136Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11137
11138 * Makefile.in: Add libgui directory.
11139 (GDB_TK): Add all-libgui.
11140 * configure.in: Add libgui directory.
11141 * configure: Add all-libgui to GDB_TK.
11142
11143Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11144
11145 * config-ml.in (multidirs): Add m32r to multilib list.
11146
11147Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11148
11149 * Makefile.in (all-target-gperf): Change dependency to
11150 all-target-libstdc++.
11151
11152Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11153
11154 * config.guess: Add BeOS support.
11155
11156Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11157
11158 Source directory cvs renamed to cvssrc:
11159 * configure.in (host_tools): Change cvs to cvssrc.
11160 (native_only): Likewise.
11161 (noconfigdirs) [various cases]: Likewise.
11162 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11163 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11164 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11165 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11166 (all-cvssrc): Rename target from all-cvs.
11167
11168Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11169
11170 * configure (gxx_include_dir): Fix thinko.
11171
11172Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11173
11174 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11175 (install-cross, install-gcc-cross): New targets.
11176
11177Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11178
11179 * configure.in (noconfigdirs): Add support for Thumb target.
11180
11181 * config.sub (maybe_os): Add support for Thumb target.
11182
11183Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11184
11185 * Makefile.in: Add rules for cygmon.
11186
11187 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11188
11189Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11190
11191 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11192 * configure (gxx_include_dir): Provide a definition for subdirs
11193 which do not use autoconf.
11194
11195Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11196
11197 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 11198 11/18/97 build
252b5132
RH
11199
11200Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11201
11202 * From Franz Sirl.
11203 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11204 found on RedHat Linux systems.
11205
11206Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11207
11208 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11209 guesses.
11210
11211Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11212
11213 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11214
11215Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11216
11217 * ltmain.sh: If mkdir fails, check whether the directory was created
11218 anyhow by some other process.
11219
11220Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11221
11222 * configure.in (d30v-*-*): Configure all directories.
11223
11224Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11225
11226 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11227 for the D30V.
11228
11229Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11230
11231 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11232
11233Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11234
80413487
RH
11235 * include/libiberty.h: Add extern "C" { so it can be used with C++
11236 progrms.
11237 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11238 programs.
252b5132
RH
11239
11240Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11241
11242 * configure.in (d30v-*-*): Configure GCC now.
11243
11244Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11245
11246 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11247 is no longer needed.
11248
11249Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11250
11251 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11252
11253Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11254
11255 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11256 targets using "$@" to provide support for similar but not identical
11257 targets without having to duplicate code.
11258
11259Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11260
11261 * makefile.vms: Fix to work with DEC C.
11262
11263Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11264
11265 * config.sub: Add mips-tx39-elf to marketing names.
11266
11267Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11268
11269 * ltmain.sh: Handle symlinks in generated script.
11270
11271Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11272
11273 * configure: Handle autoconf style directory options: --bindir,
11274 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11275 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11276 --sysconfdir.
11277 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11278 (sharedstatedir, localstatedir, oldincludedir): New variables.
11279 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11280 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11281 sbindir, sharedstatedir, and sysconfdir.
11282
11283Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11284
11285 * Makefile.in (bootstrap-lean): New target.
11286
11287Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11288
11289 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 11290 sn, and gnuserv from noconfigdirs.
252b5132
RH
11291
11292Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11293
11294 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11295
11296Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11297
ba73c63f 11298 * Makefile.in (cross): New target.
252b5132
RH
11299
11300Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 11301 Jeff Law <law@cygnus.com>
252b5132
RH
11302
11303 * Makefile.in (bootstrap2, bootstrap3): New targets.
11304 (all-bootstrap): Remove outdated and confusing target.
11305 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11306
afb8d725
JM
11307Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11308
11309 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 11310 windows. Consistent with gdb/configure.
afb8d725 11311
252b5132
RH
113121997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11313
252b5132
RH
11314 * configure.in: Name Linux target fragment.
11315
11316 * configure: Rewrite so that project Makefile fragment is inserted
11317 first and appears last in the resulting Makefile.
11318
11319Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11320
11321 * Makefile.in (install-itcl): Install tcl first.
11322
252b5132 11323Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 11324
252b5132
RH
11325 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11326
11327Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11328
11329 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11330
11331 * configure.in (skipdirs): Add target-librx for Linux.
11332 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11333
11334Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11335
11336 * Makefile.in (bootstrap): New target.
11337
11338Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11339
11340 * config.sub: Accept 'amigados' for backward compatability.
11341
11342Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11343
11344 * config.guess: Merge with FSF.
11345
ba73c63f
JM
11346Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11347
11348 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11349
252b5132
RH
11350Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11351
11352 * config.sub: Add "marketing-names" patch.
11353
11354Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11355
80413487 11356 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
11357
11358Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11359
11360 * config.sub: Handle v850-elf.
11361
ba73c63f
JM
11362Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11363
11364 * .cvsignore (*-install): Remove.
11365
252b5132
RH
11366Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11367
11368 * ltconfig: Set CONFIG_SHELL in libtool.
11369 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11370
11371Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11372
11373 * configure.in (target_subdir): Set to libraries if enable_multilib.
11374
11375Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11376
11377 * config.guess: Update from gcc directory.
11378
11379Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11380
11381 * Makefile.in (all-sim): Depends on all-readline.
11382
11383Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11384
11385 * Makefile.in (BISON, YACC): Use $$s.
11386 (all-bison): Depend on all-texinfo.
11387
11388Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11389
11390 * Makefile.in (BISON): Add -L flag.
11391 (YACC): Likewise.
11392
11393Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11394
35590697
AJ
11395 * configure.in (noconfigdirs): Add support for v850e target.
11396
252b5132
RH
11397 * config.sub (maybe_os): Add support for v850e target.
11398
11399Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11400
35590697
AJ
11401 * configure.in (noconfigdirs): Add support for v850ea target.
11402
252b5132
RH
11403 * config.sub (maybe_os): Add support for v850ea target.
11404
11405Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11406
11407 * config.sub: Add mipstx39. Delete r3900.
11408
11409Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11410
11411 * Makefile.in (all-autoconf): Depends on all-texinfo.
11412
11413Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11414
11415 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11416 eabi targets.
11417
11418Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11419
11420 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11421
11422 * configure: When handling a Canadian Cross, handle YACC as well as
11423 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11424 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11425
11426Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11427
11428 * Makefile.in (BISON): bison, not byacc or bison -y.
11429 (YACC): bison -y or byacc or yacc.
11430 (various): Add *-bison as appropriate.
11431 (taz): No need to mess with BISON anymore.
11432
11433Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11434
11435 * configure: If OSTYPE matches *win32*, try to find a good value for
11436 CONFIG_SHELL.
11437
11438Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11439
11440 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11441 configure.in if it is present.
11442
11443Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11444
11445 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11446
11447Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11448
11449 * config.sub: Recognize `arc' cpu.
11450 * configure.in: Likewise.
11451 * config-ml.in: Likewise.
11452
11453Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11454
11455 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11456
11457Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11458
11459 * configure: Changed sed delimiter from ':' to '|' when
11460 attempting to substitute ${config_shell} for SHELL. On
11461 NT ${config_shell} may contain a ':' in it.
11462
11463Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11464
11465 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11466
11467Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11468
11469 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11470
11471Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11472
11473 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11474
11475 * ylwrap: If the program is a relative path, force it to be
11476 absolute.
11477
11478Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11479
11480 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11481
11482Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11483
11484 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11485 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11486 for libraries.
252b5132
RH
11487
11488Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11489
11490 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11491 separated by spaces.
252b5132
RH
11492
11493Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11494
11495 * ylwrap: New file.
11496 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11497
11498 * ltmain.sh: Handle /bin/sh at start of install program.
11499
11500 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11501
11502 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11503 * missing: New file, from automake 1.2.
11504
11505Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11506
11507 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11508 check-tk to CHECK_X11_MODULES.
11509
11510Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11511
11512 * config.sub: Merge with FSF.
11513
11514Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11515
11516 * config.guess: Merge with FSF.
11517
11518Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11519
11520 * configure: Treat msdosdjgpp like go32.
11521 * configure.in: Likewise. Don't remove gprof for go32.
11522
11523 * configure: Change Makefile.tem2 to Makefile.tm2.
11524
11525Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11526
11527 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11528
11529Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11530
11531 * install-sh (chmodcmd): Set to null if the DST directory already
11532 exists. Same as Nov 11th change.
11533
11534Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11535
35590697 11536 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11537
11538Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11539
11540 * config.guess: Update from FSF.
11541
11542Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11543
11544 * Makefile.in (GDB_TK): Depend on itcl and tix.
11545
11546Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11547
11548 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11549 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11550 (INSTALL_SCRIPT): New variable.
11551 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11552 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11553 to -x.
11554 * install-sh: Add support for -x option.
11555
11556Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11557
11558 * configure.in, Makefile.in: Treat tix like itcl.
11559
11560Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11561
11562 * Makefile.in (WINDRES): New variable.
11563 (WINDRES_FOR_TARGET): New variable.
11564 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11565 (EXTRA_HOST_FLAGS): Add WINDRES.
11566 (EXTRA_TARGET_FLAGS): Add WINDRES.
11567 (EXTRA_GCC_FLAGS): Add WINDRES.
11568 ($(DO_X)): Pass down WINDRES.
11569 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11570 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11571 DLLTOOL_FOR_TARGET.
11572
11573Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11574
11575 * configure.in: configure sim before gdb for win32-x-ppc
11576
11577Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11578
11579 Move gperf into the toplevel, from libg++.
11580 * configure.in (target_tools): Add target-gperf.
11581 (native_only): Add target-gperf.
11582 * Makefile.in (all-target-gperf): New target, depend on
11583 all-target-libg++.
11584 (configure-target-gperf): Empty rule.
11585 (ALL_TARGET_MODULES): Add all-target-gperf.
11586 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11587 (CHECK_TARGET_MODULES): Add check-target-gperf.
11588 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11589 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11590
11591Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11592
252b5132
RH
11593 * config.sub (mn10200): Recognize new basic machine.
11594
11595Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11596
11597 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11598 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11599
11600Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11601
11602 * configure.in: If we're building mips-sgi-irix6* native, turn on
11603 ENABLE_MULTILIB and set TARGET_SUBDIR.
11604
11605Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11606
11607 * Makefile.in (all-sn): Depend on all-grep.
11608
11609Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11610
11611 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11612
11613 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11614 Makefile. From Jeff Makey <jeff@cts.com>.
11615 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11616
11617 * Makefile.in (DISTBISONFILES): Remove.
11618 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11619 $(DEFAULT_YACC).
11620
11621 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11622 cygwin32.
252b5132
RH
11623
11624 * Makefile.in (LD): New variable.
11625 (EXTRA_HOST_FLAGS): Pass down LD.
11626 ($(DO_X)): Likewise.
11627
11628Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11629
11630 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11631
11632Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11633
11634 * configure.in (targargs): Strip out any supplied --build argument
35590697 11635 before adding our own. Always add --build.
252b5132
RH
11636
11637Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11638
11639 * configure.in (targargs): Pass --build if we're doing
11640 a cross-compile.
11641
11642Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11643
ba73c63f 11644 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11645 sed. Otherwise sed chokes on NT path names with drive
11646 designators. Also look for "?:*" as the leading characters in an
11647 absolute pathname.
11648
11649Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11650
11651 * config.sub: Support for r3900.
11652
11653Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11654
11655 * configure.in: Use install-sh, not install.sh.
11656
11657Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11658
11659 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11660 apply it twice.
11661
11662Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11663
11664 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11665 install-binutils.
11666
11667Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11668
11669 * Makefile.in: Add automake targets.
11670 * configure.in (host_tools): Add automake.
11671
11672Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11673
11674 * configure: Default CXX to c++, not gcc.
11675 * Makefile.in (CXX): Set to c++, not gcc.
11676 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11677
11678Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11679
11680 * install-sh: try appending a .exe if source file doesn't
11681 exist
11682
11683Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11684
11685 * configure.in: Turn on multilib by default.
11686 (cross_only): Remove target-libiberty.
11687
11688 * Makefile.in (all-gcc): Don't depend on libiberty.
11689
11690Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11691
11692 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11693
11694Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11695
11696 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11697 (DISTBISONFILES): Add ld/Makefile.in
11698
11699Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11700
11701 * configure.in: if target is cygwin32 but host isn't cygwin32,
11702 don't configure gdb tcl tk expect, not just gdb.
11703
11704Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11705
11706 * configure.in: Added gnuserv everywhere sn appears.
11707
11708 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11709 (CROSS_CHECK_MODULES): Added check-gnuserv.
11710 (INSTALL_MODULES): Added install-gnuserv.
11711 (CLEAN_MODULES): Added clean-gnuserv.
11712 (all-gnuserv): New target.
11713
11714Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11715
11716 * config.guess: Fixes for MIPS OpenBSD systems.
11717
11718Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11719
11720 * Makefile.in (INSTALL_XFORM): Remove.
11721 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11722
11723 * mkinstalldirs: New file, copied from automake.
11724 * Makefile.in (installdirs): Rename from install-dirs. Use
11725 mkinstalldirs. Change all users.
11726 (DEVO_SUPPORT): Add mkinstalldirs.
11727
11728Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11729
11730 * install-sh: Rename from install.sh.
11731 * Makefile.in (INSTALL): Change install.sh to install-sh.
11732 (DEVO_SUPPORT): Likewise.
11733
11734 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11735 Graichen <graichen@rzpd.de>.
11736
11737Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11738
11739 * config.guess: Recognize OpenBSD systems correctly.
11740
11741Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11742
11743 * README, Makefile.in (ETC_SUPPORT): Remove references to
11744 cfg-paper*, configure.{texi,man,info*}._
11745
11746Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11747
11748 * Makefile.in (all.normal): Ensure that gcc is built after all
11749 the x11 - ie gdb - targets.
11750
11751Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11752
11753 * makefile.vms: Don't run conf-a-gas.
11754
11755Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11756
80413487 11757 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11758
11759Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11760
11761 * configure.in: Remove noconfigdirs case since gdb also
11762 configures and builds for tic80-coff.
11763
11764Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11765
11766 * configure: Set cache_file to config.cache.
11767 * Makefile.in (local-distclean): Remove config.cache.
11768
11769Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11770
11771 * COPYING: Update FSF address.
11772
11773Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11774
11775 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11776 noconfigdirs.
11777
11778Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11779
11780 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11781 MAKEDIRS, is empty.
11782
11783Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11784
11785 * config.sub: Tweak mn10300 entry.
11786
11787Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11788
11789 * configure.in (host_tools): Put sim before gdb, so gdb's
11790 configure.tgt can determine if the simulator was configured.
11791
11792Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11793
11794 * config.sub: Move BeOS $os case to be with other Cygnus
11795 local cases.
11796
11797Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11798
11799 * config.sub: Remove misplaced comment that broke Linux.
11800
11801Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11802
11803 * config.sub: Add BeOS support.
11804
11805Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11806
11807 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11808
11809Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11810
11811 * configure.in (noconfigdirs): Remove tcl and tk from
11812 noconfigdirs for cygwin32 builds.
11813
11814Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11815
11816 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11817
11818Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11819
11820 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11821 make-all.com, use makefile.vms instead.
11822
11823Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11824
11825 * config.sub: Accept -lnews*.
11826
11827Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11828
11829 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11830 target-examples and target-libiberty for d30v.
252b5132
RH
11831
11832Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11833
11834 * configure.in (noconfigdirs): Enable ld for d30v.
11835
11836Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11837
11838 * configure.in (tic80-*-*): Build compiler.
11839
11840Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11841
11842 * configure.in (d30v-*): Remove sim directory from list of
35590697 11843 unsupported d30v directories
252b5132
RH
11844
11845Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11846
35590697
AJ
11847 * config.sub, configure.in: Add d30v target cpu.
11848
252b5132
RH
11849Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11850
11851 * makefile.vms: New file.
11852 * make-all.com: Remove.
11853
11854Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11855
11856 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11857
11858Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11859
11860 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11861
11862Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11863
11864 * Makefile.in (ALL_MODULES): Added all-db.
11865 (CROSS_CHECK_MODULES): Addec check-db.
11866 (INSTALL_MODULES): Added install-db.
11867 (CLEAN_MODULES): Added clean-db.
11868
11869Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11870
11871 * config.guess: Merge with latest FSF sources.
11872
11873Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11874
11875 * Makefile.in (ALL_MODULES): Added all-itcl.
11876 (CROSS_CHECK_MODULES): Added check-itcl.
11877 (INSTALL_MODULES): Added install-itcl.
11878 (CLEAN_MODULES): Added clean-itcl.
11879
11880Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11881
11882 * configure.in: build gdb for mn10200
11883
11884Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11885
11886 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11887
11888Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11889
11890 * configure.in (tic80-*-*): Turn off most targets right now.
11891
11892Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11893
11894 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11895 rather than the makeinfo program.
11896 (do-info): Depend upon all-texinfo.
11897
11898Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11899
11900 * configure.in: Remove uses of config/mh-linux.
11901
11902 * config.sub, config.guess: Merge with latest FSF sources.
11903
11904Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11905
11906 * config.sub (case $basic_machine): Add tic80 entries.
11907
11908Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11909
11910 * config.sub, config.guess: Merge with latest FSF sources.
11911
11912Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11913
11914 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11915 * mpw-config.in: Test for NewFolderRecursive.
11916 * mpw-install: Use symbolic name for startup filename.
11917 * mpw-README: Add various additional details.
11918
11919Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11920
11921 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11922
11923Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11924
11925 * configure.in: Do build gcc and the target libraries for
11926 the mn10200.
11927
11928Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11929
11930 * configure.in: don't avoid building gdb for mn10300 any more
11931 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11932 instead of single-quoting it.
11933
11934Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11935
11936 * configure.in: Don't use --with-stabs on IRIX 6.
11937
11938Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11939
11940 * configure.in (m32r): Build gdb, libg++ now.
11941
11942Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11943
11944 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11945 directories from noconfigdirs.
11946
11947Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11948
11949 * config.sub (basic_machine): added mips16 configuration
11950
11951Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11952
11953 * config.sub: Handle d10v-unknown.
11954
11955Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11956
11957 * config.sub: Handle v850-unknown.
11958
11959Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11960
11961 * Makefile.in: add findutils
11962 * configure.in: add findutils to list of host_tools
11963
11964Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11965
11966 * config.sub: Handle mn10200 and mn10300.
11967
11968Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11969
11970 * configure.in (d10v-*): Do not build librx.
11971
11972Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11973
11974 * configure.in (mn10300): Build everything except gdb & libgloss.
11975
11976Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11977
11978 * config.guess: Patch for Dansk Data Elektronik servers,
11979 from Niels Skou Olsen <nso@dde.dk>.
11980
11981 For ncr, use /bin/uname rather than uname, since GNU uname does not
11982 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11983
11984 Patch for MIPS R4000 running System V,
11985 from Eric S. Raymond <esr@snark.thyrsus.com>.
11986
11987 Fix thinko for nextstep.
11988
11989 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11990
11991 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11992 * config.guess: Guess mips-dec-mach_bsd4.3.
11993
11994 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11995 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11996 release numbers.
11997 * config.guess (mips-mips-riscos*): Emit just enough of the
11998 release number.
11999
12000 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12001 * config.guess (sparc-auspex-sunos*): Added.
12002 (f300-fujitsu-*): Added.
12003
12004 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12005 * config.guess: Recognize a Tadpole as a sparc.
12006
12007Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12008
12009 * config.guess: Don't assume that NextStep version is either 2 or
12010 3. NextStep 4 (aka OpenStep 4) has come out now.
12011
12012Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12013
12014 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12015 From Rik Faith <faith@cs.unc.edu>.
12016
12017Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12018
12019 * config.sub: Contributions from bug-gnu-utils to:
12020 Support plain "hppa" (no version given) architecture, reported by
12021 OpenStep.
12022 OpenBSD like NetBSD.
12023 LynxOs is not a hardware supplier.
12024
12025 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 12026 OpenBSD like NetBSD.
252b5132
RH
12027 Stratus systems.
12028 More Pyramid systems.
12029 i[n>4]86 Intel chips.
12030 M680[n>4]0 Motorola chips.
12031 Use unknown instead of lynx for hardware manufacturer.
12032
12033Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12034
12035 * install.sh (chmodcmd): Set to null if the DST directory already
12036 exists.
12037
12038Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12039
12040 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12041 not use mt-ppc target Makefile fragment any more.
12042
12043Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12044
12045 * configure.in (*-*-windows): Exclude everything but those dirs
12046 needed to build windows.
12047
12048Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12049
12050 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12051
12052Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12053
12054 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
12055
12056Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12057
12058 * Undo my previous change.
12059
12060Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12061
12062 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12063 unconditionally.
12064 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12065
12066Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12067
12068 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12069 host to add it's own flags.
252b5132
RH
12070
12071Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12072
12073 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12074
12075Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12076
12077 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12078 (CXX_FOR_TARGET): Likewise.
12079 (GCC_FOR_TARGET): Define.
12080 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12081 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12082 CC_FOR_TARGET was specified on the command line.
12083 (MAKEOVERRIDES): Don't define.
12084
12085Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12086
12087 * configure.in (m32r): Fix spelling of libg++ libs.
12088
12089Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12090
12091 * config.sub (-apple*): Remove, now redundant.
12092
12093Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12094
12095 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12096
12097 * configure: Rework yesterday's sed script patch.
12098
12099 * config.sub: Merge with FSF.
12100
12101Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12102
12103 * config.guess: Merge from FSF.
12104
12105 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
12106 * config.guess: Use pc instead of unknown, for pc clone systems.
12107 Change linux to linux-gnu.
252b5132
RH
12108
12109 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 12110 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
12111
12112Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12113
12114 * test-build.mk (HOLES): Add "xargs" for gdb.
12115
12116 * configure: Avoid hpux10.20 sed bug.
12117
12118Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12119
4bddf3ad 12120 * configure.in: Add support for windows host
252b5132
RH
12121 (that is a build done under the Microsoft build environment).
12122
12123Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12124
12125 * Makefile.in: Replace all uses of srcroot with s, to shrink
12126 command line lengths.
12127
12128 Patches from Geoffrey Noer <noer@cygnus.com>:
12129 * configure.in: If configuring for newlib, pass --with-newlib to
12130 subdirectories.
12131 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12132 -Bnewlib/ and -Lwinsup to gcc.
12133 (CXX_FOR_TARGET): Likewise.
12134
12135Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12136
12137 * Makefile.in (ETC_SUPPORT): Add configure.
12138
12139Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12140
35590697 12141 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
12142 host configuration file.
12143
12144Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12145
12146 * configure.in: Break mn10x00 support into separate
12147 mn10200 and mn10300 configurations.
12148 * config.sub: Likewise.
12149
12150Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12151
12152 * configure.in: Add lots of stuff to noconfigdirs for
12153 the mn10x00 targets.
12154
12155 * config.sub, configure.in: Add mn10x00 support.
12156
12157Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12158
12159 * make-all.com: Call conf-a-gas, not config-a-gas.
12160
12161Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12162
12163 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 12164 targets.
252b5132
RH
12165
12166Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12167
12168 * mpw-README: Add much more detail for native PowerMac.
12169 * mpw-install: New file.
12170 * mpw-configure: Add --norecursion and --help options.
12171 * mpw-config.in: Translate readme and install files when
12172 copying to objdir.
12173 * mpw-build.in: Don't always depend on byacc and flex.
12174 (install-only-top): New action.
12175
12176Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12177
12178 * configure.in: You can now configure GDB for the v850.
12179
12180Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12181
12182 * configure.in (noconfigdirs): Don't configure any C++ dirs
12183 if targeting D10V.
12184
12185Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12186
12187 * config.sub: Recognize mips64vr5000.
12188
12189Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12190
12191 * configure.in: Use a single line for host_tools and native_only.
12192
12193Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12194
12195 * config.sub, configure.in: Add entries for m32r.
12196
12197Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12198
12199 * Makefile.in (inet-install): Don't run install-gzip.
12200
12201Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12202
12203 * configure.in: Don't config lots of things for *-*-windows*.
12204
12205Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12206
12207 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12208 (host_libs, host_tools): Copy from configure.in.
12209 * mpw-configure: Don't complain about directories not found.
12210
12211Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12212
12213 * configure.in (i[345]86): Recognize i686 for pentium pro.
12214 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12215 file.
12216
12217 * config.guess (i[345]86): Ditto.
12218
12219Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12220
12221 * configure.in (noconfigdirs): Removed gdb for D10V.
12222
12223Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12224
12225 * configure.in: Remove ld, target-libio, target-libg++, and
12226 target-libstdc++ from noconfigdirs.
12227
12228Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12229
12230 * configure: Fix three locations where shell scripts were
12231 being run directly rather than with config_shell.
12232
12233Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12234
12235 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12236 * config.sub (basic_machine): Recognize v850.
12237
12238Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12239
12240 * mpw-configure: Handle multiple enable/disable options and
12241 pass them down recursively, handle -c and -s flags appropriately
12242 depending on choice of compiler, add escape mechanism for
12243 quoted arguments to gC.
12244
12245Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12246
12247 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12248 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12249 so that -mrelocatable-lib and -mno-eabi are used.
12250
12251 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12252 not support --print-multi-lib, don't abort.
12253
252b5132
RH
12254Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12255
12256 * make-all.com: Run config-a-gas.
12257 * setup.com: Don't copy subdirectory files around.
12258
12259Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12260
12261 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12262 target, it now compiles correctly.
12263
12264Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12265
12266 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12267
12268Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12269
35590697 12270 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
12271
12272Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12273
12274 * configure.in (native_only): Add prms.
12275
12276Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12277
12278 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12279 (BINUTILS_SUPPORT_DIRS): Likewise.
12280
12281Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12282
12283 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12284 d10v support is added.
12285
12286Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12287
12288 * configure.in (d10v-*-*): New target.
12289
12290Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12291
12292 * config.guess (HP 9000/811): Recognize this as a PA1.1
12293 machine.
12294
12295Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12296
12297 * Makefile.in (do-tar-gz): New target, split out from tail end of
12298 taz target. Run each command separately, don't use pipes.
12299 (taz): Use it.
12300
12301Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12302
12303 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12304 * mpw-build.in: No builds should depend on building byacc or flex,
12305 they are assumed to be installed already.
12306
12307Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12308
12309 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12310 variable that CC_FOR_TARGET needs.
12311
12312Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12313
12314 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12315 options have changed since the last time the subdirectory was
12316 configured, and if it has, reconfigure.
12317 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12318 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12319
12320Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12321
12322 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12323 CLEAN_MODULES): Add bash.
12324 (all-bash): New target.
12325
12326Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12327
12328 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12329
12330Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12331
12332 * config.sub (basic_machine): Recognize d10v as a valid processor.
12333
12334Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12335
12336 * mpw-configure: Add support for --bindir.
12337 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12338
12339Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12340
12341 * configure.in: add bash, time, gawk to list of hosttools and things
12342 to only build for native toolchains
12343
12344Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12345
12346 * Makefile.in (docdir): Remove.
12347
12348Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12349
12350 * Makefile.in (datadir): Set to $(prefix)/share.
12351
12352Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12353
12354 * configure.in: build diff and patch for cygwin32-hosted
12355 toolchains.
12356
12357Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12358
12359 * config.sub: Accept -rtems*.
12360
12361Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12362
80413487 12363 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
12364 remove diff from the list of things not buildable
12365 via Canadian Cross
252b5132
RH
12366
12367Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12368
12369 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 12370 don't get ". ".
252b5132
RH
12371
12372Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12373
12374 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12375
12376Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12377
12378 * Makefile.in (taz): Handle case where tex3patch didn't even get
12379 checked out. Also, if it was found, put the symlink in a new util
12380 subdirectory.
12381
12382Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12383
12384 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12385
12386Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12387
12388 * config.sub: Recognize -openvms.
12389 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12390 * make-all.com, setup.com: New files.
12391
12392Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12393
12394 * Makefile.in (taz): tex3patch moved to texinfo/util.
12395
12396Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12397
afb8d725 12398 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12399 * configure.in: remove make from disable-if-Can-Cross list
12400 enable gdb if ${host} and ${target} are cygwin32
12401
12402Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12403
12404 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12405 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12406
12407Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12408
12409 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12410 distinguish sysv/svr4/bsd variants.
12411 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12412
12413Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12414
12415 * configure.in: Added copyright notice.
12416 * move-if-change: Added copyright notice.
12417
12418Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12419
12420 * configure.in (powerpcle-*-solaris*): Until we get shared
12421 libraries working, don't build gdb, sim, make, tcl, tk, or
12422 expect.
12423
12424Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12425
12426 * config.guess: Merge with FSF:
12427
12428 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12429 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12430
12431 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12432 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12433
12434 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12435 * config.guess: Combine two OSF1 rules.
12436 Also recognize field test versions. From mjr@zk3.dec.com.
12437 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12438 because GNU uname does not support -p. From pmr@pajato.com.
12439
12440Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12441
12442 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12443
12444Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12445
12446 * mpw-README: Document GCCIncludes.
12447
12448Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12449
12450 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12451
12452Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12453
12454 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12455
12456Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12457
12458 * configure.in (*-*-cygwin32): Configure make.
12459
12460Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12461
12462 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12463
12464Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12465
12466 * Makefile.in (all-inet): Depend on all-perl.
12467
12468 * Makefile.in (inet-install): New target.
12469
12470 * Makefile.in (all-inet): Depend on all-tcl.
12471 (all-inet): Depend on all-send-pr.
12472
12473Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12474
12475 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12476 temporarily.
12477
12478Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12479
12480 * configure.in: Don't configure --with-gnu-ld on AIX.
12481
12482Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12483
12484 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12485
12486Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12487
12488 * Makefile.in (ALL_MODULES): Added all-inet.
12489 (CROSS_CHECK_MODULES): Added check-inet.
12490 (INSTALL_MODULES): Added install-inet.
12491 (CLEAN_MODULES): Added clean-inet.
12492 (all-indent): New target.
12493
12494 * configure.in (host_tools): Added inet.
12495 (native_only): Added inet.
12496 (noconfigdirs): Added inet.
12497
12498Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12499
12500 * configure.in: Don't configure libgloss if we are not configuring
12501 newlib.
12502
12503Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12504
12505 * configure.in: Don't configure libgloss for unsupported
12506 architectures.
12507
12508Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12509
12510 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12511
12512Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12513
12514 * Makefile.in (ALL_MODULES): Include all-apache.
12515 (CROSS_CHECK_MODULES): Include check-apache.
12516 (INSTALL_MODULES): Include install-apache.
12517 (all-apache): New target.
12518
12519 * configure.in: Added apache everywhere perl is seen.
12520
12521Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12522
12523 * Makefile.in: Add support for clean-{module} and
12524 clean-target-{module} rules.
12525
12526Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12527
12528 * configure.in (*-*-ose) do not build libgloss.
12529
12530Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12531
12532 * config.guess (prep*:SunOS:5.*:*): Turn into
12533 powerpele-unknown-solaris2.
12534
12535Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12536
12537 * configure.in: Permit --enable-shared to specify a list of
12538 directories.
12539
12540Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12541
12542 * configure.in (host==solaris): Pass only the first word of $CC
12543 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12544
12545Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12546
12547 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12548
12549Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12550
12551 * Makefile.in (ALL_MODULES): Include all-perl.
12552 (CROSS_CHECK_MODULES): Include check-perl.
12553 (INSTALL_MODULES): Include install-perl.
12554 (ALL_X11_MODULES): Include all-guile.
12555 (CHECK_X11_MODULES): Include check-guile.
12556 (INSTALL_X11_MODULES): Include install-guile.
12557 (all-perl): New target.
12558 (all-guile): New target.
12559
12560 * configure.in (host_tools): Include perl and guile.
12561 (native_only): Include perl and guile.
12562 (noconfigdirs): Don't build guile and perl; no ports have been
12563 done.
12564
12565Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12566
80413487
RH
12567 * configure (--enable-*): Handle quoted option lists such as
12568 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12569
12570Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12571
12572 * Makefile.in ({,inst}all-target): New rule so we can make and
12573 install all of the target directories easily.
12574
12575Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12576
12577 * configure.in: Add missing global flag in sed substitution when
12578 deleting `target-' from ${configdirs}.
12579
12580Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12581
12582 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12583 option.
12584
12585 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12586 config/mh-necv4.
12587
12588 * install.sh: Correct misspelling of transformbasename.
12589
12590 * config.guess: Recognize mips-*-sysv*.
12591
12592Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12593
12594 * config.sub: Recognize mon960.
12595
12596Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12597
12598 * configure: Restore Canadian Cross handling of BISON and LEX,
12599 removed in Feb 20 change.
12600
12601Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12602
12603 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12604 Mention make install. Remove the old copyright date as well the
12605 clumsy and rather pointless copyright on the README file.
12606
12607Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12608
12609 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12610 Makefile after running symlink-tree, then run `make distclean' to
12611 avoid clobbering any generated files in srcdir.
12612
12613Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12614
12615 * configure.in (m68k-*-netbsd*): Build everything now.
12616
12617Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12618
12619 * Makefile.in (taz): Fix quoting.
12620
12621Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12622
12623 * configure.in (sparclet-*-*): Build everything now.
12624
12625Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12626
12627 * configure.in (m68k-*-linux*): New host.
12628
12629Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12630
12631 * configure: Check for bison before byacc.
12632
12633Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12634
12635 * Makefile.in configure: Change the way LEX and BISON/YACC are
12636 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12637 searching PATH. These are used as fallbacks by Makefile.in if
12638 flex/bison/byacc aren't in objdir.
12639
12640Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12641
12642 * Makefile.in: Make everything which depends upon all-bfd also
12643 depend upon all-opcodes, in case --with-commonbfdlib is used.
12644
12645Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12646
12647 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12648 building NT native compilers on Unix.
12649
12650Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12651
12652 * configure.in: Don't get CC from the host Makefile fragment if we
12653 can find gcc in PATH, or if this is a Canadian Cross. Move the
12654 Solaris test for /usr/ucb/cc to the post target script, just after
12655 the compiler sanity test.
12656
12657Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12658
12659 * config.sub: Merge with FSF.
12660
12661Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12662
12663 * Makefile.in (RPATH_ENVVAR): New variable.
12664 (REALLY_SET_LIB_PATH): Use it.
12665 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12666
12667Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12668
12669 * config.sub, configure.in: Recognize sparclet cpu.
12670
12671Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12672
12673 * config.guess: Support m68k-cbm-sysv4.
12674
12675Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12676
12677 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12678 m68k-unknown-linuxaout from linker help string. Put quotes around
12679 $ld_help_string.
12680
12681Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12682
12683 * config.guess (powerpc-harris-powerunix): Add guess for port
12684 to new target.
12685
12686Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12687
12688 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12689
12690Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12691
12692 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12693 $(REALLY_SET_LIB_PATH) in Makefile.
12694 * Makefile.in (SET_LIB_PATH): New variable.
12695 (REALLY_SET_LIB_PATH): New variable.
12696 ($(DO_X)): Use $(SET_LIB_PATH).
12697 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12698 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12699 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12700 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12701 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12702 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12703 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12704 (install-dosrel): Likewise.
12705 (all-opcodes): Depend upon all-libiberty.
12706
12707Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12708
12709 * config.guess (*:CYGWIN*): New
12710
12711Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12712
12713 * Makefile.in (all-target-winsup): All all-target-libiberty.
12714
12715Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12716
12717 * configure.in (noconfigdirs): Add missing # in front of comment.
12718
12719Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12720
12721 * configure.in: add second pass to things added to noconfigdirs
12722 so *-gm-magic can exclude libgloss properly.
12723
12724Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12725
12726 * mpw-configure (extralibs_name, rez_name): Set correctly
12727 for MWC68K compiler.
12728
12729 * mpw-README: Add more info on the necessary build tools.
12730
12731Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12732
12733 * configure.in, config.sub: Recognize cygwin32.
12734
12735Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12736
12737 * config.guess, config.sub: Recognize A/UX.
12738
12739Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12740
12741 * config.sub: Merge with gcc/config.sub.
12742
12743Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12744
12745 * mpw-build.in (do-binutils): Add build of stamps.
12746
12747Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12748
12749 * config.sub: Add recognition for mips64vr4100*-* targets.
12750
12751Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12752
12753 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12754 Add creation of gconfigargs with `--enable-shared' turned on.
12755 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12756 ($(host)-stamp-stage3-configured): Likewise.
12757 (HOLES): Add chatr and ldd.
12758 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12759
12760Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12761
12762 * configure: Pass --nfp to recursive configures.
12763
12764Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12765
12766 * Makefile.in (DLLTOOL): New.
12767 (DLLTOOL_FOR_TARGET): New.
12768 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12769 (EXTRA_TARGET_FLAGS): Ditto.
12770 (EXTRA_GCC_FLAGS): Ditto.
12771 (CONFIGURE_TARGET_MODULES): Ditto.
12772 (DO_X): Ditto.
12773 * configure: Add DLLTOOL.
12774
12775Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12776
12777 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12778 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12779 mh-sco, since old workarounds no longer needed, and don't
12780 build ld, since libraries have weak symbols in COFF.
12781
12782Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12783
12784 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12785
12786Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12787
12788 * configure.in: Make sure that ${CC} can be used to compile an
12789 executable.
12790
afb8d725
JM
12791Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12792
12793 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12794 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12795 nothing depending on whether gdbtk is being built.
12796
252b5132
RH
12797Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12798
12799 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12800
12801Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12802
12803 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12804 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12805
12806Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12807
12808 * config-ml.in: Add support for
12809 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12810 Simplify setting of multidirs from --disable-foo.
12811
12812Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12813
12814 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12815 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12816 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12817 non-empty, pass them on to the GCC make.
252b5132
RH
12818 (all-bootstrap): New rule that is like all-gcc, except it executes
12819 the GCC bootstrap rule instead of the GCC all rule.
12820
12821Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12822
12823 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12824
12825Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12826
12827 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12828 DG/UX support.
12829
12830Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12831
12832 * config.sub (i*86*) Change [345] to [3456]
12833
12834Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12835
12836 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12837 --with-gnu-ld=no.
12838
12839Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12840
12841 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12842 AIX multilibs get built.
12843
12844Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12845
12846 * configure.in (i386-win32): Don't build expect if we're not
12847 building the tcl subdir.
12848
12849Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12850
12851 * Makefile.in: (configure-target-examples, all-target-examples):
12852 New targets, configure and build example programs.
12853
12854Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12855
12856 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12857 use it as input to sedit the generated MPW makefile.
12858 * mpw-README: Add a suggestion about Gestalt.h.
12859
12860Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12861
12862 * config.sub: Accept *-*-ieee*.
12863
12864Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12865
12866 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12867 Ronald F. Guilmette <rfg@monkeys.com>.
12868
12869Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12870
12871 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12872 for powerpc-pe native.
12873 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12874 (target==powerpc-pe): duplicate i386-win32 entry.
12875
12876Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12877
12878 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12879 of vxworks, not just vxworks5.1.
12880
12881Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12882
12883 * mpw-configure: Add support for exec-prefix.
12884
12885Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12886
12887 * config.guess: Recognize HP model 816 machines as having
12888 a PA1.1 processor.
12889
12890Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12891
12892 * configure: Ignore new autoconf configure options.
12893
252b5132
RH
12894Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12895
12896 * config.guess: Recognize Pentium under SCO.
12897 From Robert Lipe <robertl@arnet.com>.
12898
12899Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12900
12901 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12902
12903Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12904
12905 * configure.in: Don't configure gas for alpha-dec-osf*.
12906
12907Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12908
12909 * configure.in: Default to --with-stabs for some targets for which
12910 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12911 i[345]86*-*-unixware*.
12912
12913Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12914
12915 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12916 rather than basing it on the target. Simplify handling of options
12917 controlling which directories to configure. Remove extraneous
12918 slash in multi-clean target.
12919
12920Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12921
12922 * config-ml.in: Prefix more variables with ml_ so they don't collide
12923 with configure's.
12924
12925Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12926
12927 * configure: Don't turn -v into --v.
12928
12929Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12930
12931 * configure.in (targargs): Fix typo.
12932
12933 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12934
12935Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12936
12937 * configure.in: Strip --host and --target options from
12938 CONFIG_ARGUMENTS, and always configure for --host only. Add
12939 --with-cross-host option when building with a cross-compiler.
12940 * configure: Canonicalize the arguments put into config.status by
12941 always using `=' for an option with an argument. Pass a presumed
12942 --host or --target explicitly.
12943
12944Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12945
12946 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12947 into general OS recognition case.
12948
12949Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12950
12951 * configure.in (target_configdirs): add target-winsup only
12952 for win32 target systems.
12953
12954Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12955
12956 * Makefile.in (all-target-libgloss): Depend upon
12957 configure-target-newlib, since when libgloss is built it looks to
12958 see if the newlib directory exists.
12959
12960Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12961
12962 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12963 cfg-ml-*.in.
12964
12965Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12966
12967 * configure: Handle LD and LD_FOR_TARGET when configuring a
12968 Canadian Cross.
12969
252b5132
RH
12970Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12971
12972 * configure.in (target_libs): add target-winsup.
12973 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12974 (target==ppcle-pe): remove ld from $noconfigdirs.
12975
12976Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12977
12978 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12979 Preserve relative path names in $srcdir. Build symlink tree if
12980 configuring cross target dir and srcdir=. (= no VPATH support).
12981 (configure-target-libg++): Depend on configure-target-librx.
12982 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12983 * config-ml.in: New file.
12984 * symlink-tree: New file.
12985 * configure: Ensure srcdir="." if that's what it is.
12986
12987Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12988
12989 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12990 includes and FLEX_SKELETON setting.
12991 * mpw-configure (--with-gnu-ld): New option, controls whether
12992 to use PPCLink or ld with PowerMac GCC.
12993 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12994 * mpw-config.in: Configure grez if targeting Mac.
12995
12996 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12997 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12998 just macos.
252b5132
RH
12999 * configure.in: Configure grez resource compiler if targeting Mac.
13000 * Makefile.in (all-grez, install-grez): New targets.
13001
13002Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13003
13004 * configure: CXX defaults to gcc, not g++. If we find
35590697 13005 gcc in the path, set CC to gcc -O2.
252b5132
RH
13006
13007Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13008
13009 * configure: Default ${build} correctly. Avoid picking up extra
13010 spaces when reading CC and CXX from Makefile. When doing a
13011 Canadian Cross, use plausible default values for numerous
13012 variables.
13013 * configure.in: When doing a Canadian Cross, don't try to
13014 configure tools whose configure script can't handle it.
13015
13016Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13017
13018 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13019
13020Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13021
13022 * configure: Remove dubious bug reporting address.
13023
13024Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13025
13026 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13027 configure script, run that instead of this directory's configure.
13028 In either case, print a message that we're configuring the sub-dir.
13029
13030Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13031
13032 * configure.in: Before checking for the existence of various files,
13033 use sed to filter out "target-".
13034
13035Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13036
13037 * Makefile.in (DO_X): Split rule to decrease command line length
13038 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13039 (Philippe De Muyter).
13040
13041Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13042
13043 * Makefile.in (all-patch): depend on all-libiberty.
13044
13045Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13046
13047 * configure.in: If the only directory in target_configdirs which
13048 actually exists is libiberty, then set target_configdirs to empty,
13049 to avoid trying to build a target libiberty in a gas or gdb
13050 distribution.
13051
13052Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13053
13054 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
13055 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13056 systems.
252b5132
RH
13057
13058Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13059
13060 * configure.in (copy_dirs): Use sys-include instead of include
13061 for --with-headers option.
13062
13063Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13064
13065 * Makefile.in, configure.in: Make winsup builds work with
13066 new scheme.
13067
13068Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13069
13070 * configure.in: Build the linker on AIX.
13071
13072Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13073
13074 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13075 where needed.
13076
13077Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13078
13079 * Makefile.in (all-gcc): Fix typo.
13080
13081Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13082
13083 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13084
13085Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13086
13087 * configure.in: Rename libFOO to target-libFOO, and xiberty
13088 to target-xiberty, to provide more flexibility.
13089 (target_subdir): Define. Create if cross.
13090 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13091 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13092 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13093 check-libFOO -> check-target-libFOO, etc.
13094 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13095 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13096 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13097 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13098 allow ALL_GCC="" to only configure.
13099 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13100 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13101 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13102
13103Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13104
13105 * Makefile.in (taz): Build "info" in etc explicitly.
13106
13107Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13108
13109 * configure.in: Make sure that CC is undefined (as opposed to
13110 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13111 problem with autoconf trying to configure on a host without GCC.
13112
13113Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13114
13115 * mpw-configure: Set host alias from choice of host compiler,
13116 only use generic MPW Makefile sed if present, edit a file
13117 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13118 * mpw-README: Add problem notes about CW6 and CW7.
13119
13120Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13121
13122 * Makefile.in (taz): Use ";" instead of ";;".
13123
13124Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13125
13126 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13127 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13128 DISTDOCDIRS.
13129 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13130 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13131
13132Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13133
13134 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13135 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13136 Move bfd to DISTSTUFFDIRS.
13137
13138Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13139
13140 * Makefile.in (X11_LIB): Removed.
13141 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13142
13143 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13144
13145Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13146
13147 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13148 names.
13149
13150Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13151
13152 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13153
13154Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13155
13156 * configure.in (i[345]86-*-win32): Always build newlib.
13157 Don't configure cvs, autoconf or texinfo.
13158 * Makefile.in (LD_FOR_TARGET): New.
13159 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13160 Pass down LD_FOR_TARGET.
13161
13162Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13163
13164 * winsup: New directory.
13165 * Makefile.in: Build winsup.
13166 * configure.in: Winsup is configured when target is win32.
13167 Can only build win32 target GDB when native.
35590697 13168
252b5132
RH
13169Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13170
13171 * config.guess: Recognize HP model 819 machines as having
13172 a PA 1.1 processor.
13173
13174Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13175
13176 * configure: Fix sed loop which substitutes for CC and CXX to
13177 avoid bug found in various sed implementations.
13178
13179Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13180
13181 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13182 simulator. Use standard powerpc-*-eabi*.
13183
13184Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13185
13186 * configure.in: Stop putting gas and binutils in noconfigdirs for
13187 powerpc-*-aix* and rs6000-*-*.
13188
13189Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13190
13191 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13192 -mcall-aixdesc libraries.
13193
13194Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13195
13196 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13197
13198 * config.sub (arm | armel | armeb): Fix shell syntax.
13199
13200Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13201
13202 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13203 -msoft-float and -mcpu=common support.
13204 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13205 libraries.
13206
13207Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13208
13209 * configure.in: Allow configuration and build of emacs19 for the alpha.
13210
13211Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13212
13213 * configure.in (CC): Get ^CC, not just any old CC, from
13214 ${host_makefile_frag}.
13215
13216Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13217
35590697 13218 * configure.in (CC): Try to get CC from
252b5132
RH
13219 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13220
13221Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13222
13223 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13224 only if it exists in $(srcdir).
13225
13226Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13227
13228 * configure: If CC and CXX are not set in the environment, set
13229 them, based on either an existing Makefile or on searching for gcc
13230 in PATH. Substitute for CC and CXX in Makefile.
13231 * configure.in: Remove libm from target_libs. Separate
13232 target_configdirs from configdirs. If CC is not set in
13233 environment, try to get it from a host Makefile fragment. Rewrite
13234 changes of configdirs to use skipdirs instead. A few minor
13235 tweaks. Take directories out of target_configdirs as they are
13236 taken out of configdirs. Remove existing Makefile files from
13237 subdirectories. Substitute for TARGET_CONFIGDIRS and
13238 CONFIG_ARGUMENTS in Makefile.
13239 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13240 by configure.in.
13241 (CONFIG_ARGUMENTS): Likewise.
13242 (CONFIGURE_TARGET_MODULES): New variable.
13243 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13244 ($(CONFIGURE_TARGET_MODULES)): New target.
13245 (configure-libg++, configure-libio): New targets.
13246 (all-libg++): Depend upon configure-libg++.
13247 (all-libio): Depend upon configure-libio.
13248 (configure-libgloss, all-libgloss): New targets.
13249 (configure-libstdc++): New target.
13250 (all-libstdc++): Depend upon configure-libstdc++.
13251 (configure-librx, all-librx): New targets.
13252 (configure-newlib): New target.
13253 (all-newlib): Depend upon configure-newlib
13254 (configure-xiberty): New target.
13255 (all-xiberty): Depend upon configure-xiberty.
13256
13257Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13258
13259 * configure.in (host i[345]86-*-win32): Expand the
13260 noconfigdirs again.
13261
13262Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13263
13264 * mpw-configure: Fix sed command file name.
13265
13266Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13267
35590697 13268 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
13269 noconfigdirs again.
13270
13271Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13272
13273 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13274 or powerpc*-*-pe*, since they are not yet supported.
13275
13276Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13277
13278 Add PowerMac support and many other enhancements.
13279 * mpw-configure: New option --cc to select compiler to use,
13280 paste options set according to --cc into the generated
13281 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13282 if mpw-make.sed is present.
13283 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13284 add forward includes for PowerPC include files.
13285 * mpw-build.in: Build using Makefile.PPC if present.
13286 (do-byacc, etc): Remove separate version resource builds.
13287 (do-gas): Build "stamps" before "all".
13288 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13289 * mpw-README: Update to reflect --cc option, PowerMac support,
13290 and recently-reported compatibility problems.
13291
13292Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13293
13294 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13295 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13296 (--with-multilib-top): Pass to recursive invocations.
13297
13298Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13299
13300 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13301 v810-*-*.
13302
13303Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13304
13305 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13306 gdb, ld and opcodes on v810-*-*.
13307
252b5132
RH
13308Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13309
13310 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13311 (local-maintainer-clean): New target.
13312 (maintainer-clean): New target.
13313 (realclean): Just depend upon maintainer-clean.
13314
13315Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13316
13317 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13318
13319Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13320
13321 * configure.in: Build ld in mips*-*-bsd* case.
13322
13323Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13324
13325 * config.sub: Accept -lites* OS. From Ian Dall.
13326
13327Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13328
13329 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 13330 targets.
252b5132
RH
13331
13332Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13333
13334 * configure.in: treat i386-win32 canadian cross the same as
13335 i386-go32 canadian cross.
13336
13337Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13338
13339 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13340 running under the simulator to build a reduced set of libraries.
13341 (powerpc-*-eabiaix): Add fine grained multilib support added to
13342 other powerpc targets yesterday.
13343
13344Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13345
13346 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13347 -disable-softfloat, -disable-relocatable, -disable-aix, and
13348 -disable-sysv to control which multilib libraries get built.
13349
13350Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13351
13352 * configure: Add Makefile.tem to list of files to remove in trap
13353 handler.
13354
13355Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13356
13357 * config.guess (*Linux*): Add missing "exit"s.
13358 Also, need specific check for alpha-unknown-linux (uses COFF).
13359
13360Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13361
13362 * config.guess: Merge with FSF:
13363
13364 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13365 * config.guess (AIX4): More robust release numbering discovery.
13366
13367 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13368 * config.guess (i386-sequent-ptx): Properly get version number.
13369
13370 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13371 * config.guess (mips:*:4*:UMIPS): New case.
13372
13373Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13374
13375 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13376 (i386-win32 host): Likewise. Don't build readline.
13377
afb8d725
JM
13378Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13379
13380 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13381 SUPPORT_FILES to submakes.
13382
252b5132
RH
13383Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13384
13385 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13386 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13387 mpw-configure.
13388
13389Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13390
13391 * configure.in (appdirs): Use =, not ==, in test expression when
13392 trying to build the text to print in the warning message for
13393 Solaris users.
13394
13395Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13396
13397 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13398
13399Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13400
13401 * config.guess: Recognize lynx-2.3.
13402
13403Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13404
13405 * config.sub (z8ksim): Deleted
13406 (z8k-*-coff): New, this is the one true name of the target.
13407
13408Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13409
13410 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13411
13412Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13413
13414 * config.guess (*:Linux:*:*): First try asking the linker what the
13415 default object file format is (elf, aout, or coff). Then if this
13416 fails, try previous methods.
13417
13418Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13419
13420 * configure.in: Don't build newlib for *-*-vxworks5.1.
13421
13422Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13423
13424 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13425 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13426
13427Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13428
13429 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13430
13431Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13432
13433 * cfg-ml-com.in: New file.
13434 * cfg-ml-pos.in: New file.
13435
13436Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13437
13438 * COPYING.NEWLIB: Add HP free copyright to list.
13439
13440Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13441
13442 * config.sub: Recognize -eabi* for the system, not just -eabi.
13443
13444Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13445
13446 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13447 * config.sub, configure.in (win32): New target and host.
13448
13449Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13450
13451 * configure.in: Add i386-pe configuration.
13452
13453Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13454
13455 * mpw-build.in (install): Install GDB after LD.
13456
13457Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13458
13459 * mpw-config.in (elf/mips.h): Always forward-include, needed
13460 for GDB to build.
13461
13462Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13463
13464 * testsuite: New directory for customer acceptance and whole tool
13465 chain tests.
13466
13467Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13468
13469 * configure: If per-host line isn't found, but AC_OUTPUT is found
13470 and a configure script exists, run it instead.
13471
13472Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13473
13474 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13475
13476Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13477
13478 * configure: Set build_{cpu,vendor,os,alias} to host values when
13479 --build isn't specified.
13480
13481Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13482
13483 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13484 (FLAGS_TO_PASS): Pass them.
13485 (EXTRA_TARGET_FLAGS): Ditto.
13486
252b5132
RH
13487Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13488
13489 * Makefile.in (all-libg++): Depend on all-libstdc++.
13490
13491Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13492
13493 * configure.in (noconfigdirs): Enable all packages for
13494 i386-unknown-netbsd.
13495
13496Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13497
13498 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13499 hosted builds (DOS builds)
13500
13501Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13502
13503 Changes for ARM based on patches from Richard Earnshaw:
13504 * config.sub: Handle armeb and armel.
13505 * configure.in: Omit arm linker only for riscix.
13506
13507Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13508
13509 * config.guess: Update from FSF.
13510
13511Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13512
13513 * config.sub: Recognize powerpcle as the little endian varient of
13514 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13515 powerpcle variant. Convert pentium into i586, not i486. Add p5
13516 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13517 temporarily.
13518
13519Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13520
13521 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13522
13523Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13524
13525 * config.sub: Accept -lites* as a basic system type.
13526
13527Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13528
13529 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13530 installed, and if so return linuxoldld as the system name.
13531
13532Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13533
13534 * config.guess: Add hppa1.1-hp-lites support.
13535
13536Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13537
13538 * configure.in: Don't build newlib for m68k-vxworks5.1.
13539
13540Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13541
13542 * configure.in (mips-sgi-irix6): Use mh-irix5.
13543
13544Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13545
13546 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13547
13548Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13549
13550 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13551 OSF/1. Fix compiler flags.
252b5132
RH
13552 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13553
13554Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13555
13556 * configure.in: Recognize --with-newlib.
13557 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13558
afb8d725
JM
13559Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13560
13561 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13562 to *_X11_MODULES due to gdbtk needing X include files et al.
13563
252b5132
RH
13564Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13565
13566 Merge in support for Mac MPW as a host.
13567 (Old change descriptions retained for informational value.)
13568
13569 * mpw-config.in: Add generic include forwards for cpu-specific
13570 include files in aout and elf directories.
13571
13572 * mpw-configure: Added copyright.
13573 * mpw-config.in: Check for presence of required build tools.
13574 (target_libs): Add newlib.
13575 (target_tools): Add examples.
13576 (Read Me): Generate as "Read Me for MPW" instead.
13577 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13578 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13579 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13580
13581 * mpw-configure: Remove subdir-specific makefile hackery,
13582 delete mk.tmp after using it.
13583
13584 * mpw-build.in (all): Display start and end times.
13585
13586 * mpw-configure (host_canonical): Set.
13587 (target_cpu): Always add to makefiles.
13588 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13589 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13590 (mpw-mh-mpw): Look for in srcdir and srcroot.
13591 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13592
13593 * mpw-build.in: (install-only): New target.
13594
13595 * mpw-configure (host_alias, target_alias): Rename from hostalias
13596 and targetalias, add into generated Makefile.
13597 (mk.tmp): If present, add into generated Makefile.
13598 * mpw-build.in (all-gas): Build config.h first before gas proper.
13599
13600 * mpw-configure (config.status): Write only if changed.
13601 * mpw-config.in (readline): Configure it (not built, just used for
13602 definitions).
13603
13604 * mpw-config.in (elf/mips.h): Add a forward include.
13605
13606 * mpw-config.in: Forward-include most .h files in include into
13607 extra-include.
13608 (readline): Don't build.
13609 mpw-build.in (install): Install GDB.
13610
13611 * mpw-configure (prefix, mpw_prefix): Handle it.
13612 * mpw-config.in (mmalloc, readline): Don't configure.
13613 * mpw-build.in (thisscript): Rename to ThisScript.
13614 Use mpw-build instead of BuildProgram everywhere.
13615 (mmalloc, readline): Don't build.
13616 * mpw-README: New file, basic documentation about the MPW port.
13617
13618 * mpw-config.in: Use forward-include to create include files.
13619
13620 * mpw-configure: Add more things to the top of each configured
13621 Makefile, including contents of config/mpw-mh-mpw.
13622 * mpw-config.in (extra-include): Create this directory and fill it
13623 with Posix-like include files when configuring.
13624
13625 * config.sub (apple, mac, mpw): Add various aliases.
13626
13627 * mpw-build.in: New file, top-level build script fragment for MPW.
13628 * mpw-configure: New file, configure script for MPW.
13629 * mpw-config.in: New file, config fragment for MPW.
13630
13631Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13632
13633 * configure.in (host_libs): Remove glob, since it is gone from the
13634 sources.
13635
13636Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13637
13638 * Makefile.in: define empty GDB_NLM_DEPS var.
13639
13640 * configure.in(target_makefile_frag): use config/mt-netware
13641 for netware targets.
13642
13643Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13644
13645 * config.sub: Merge in recent FSF changes. Remove linux special
13646 cases.
13647
13648Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13649
4bddf3ad 13650 Revert this change:
252b5132
RH
13651
13652 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13653
13654 * build-all.mk: Use CC=cc -Xs on Solaris.
13655
252b5132
RH
13656Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13657
13658 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13659 stop using it.
13660 * Makefile.in: Nuke all references to glob subdirectory.
13661
13662Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13663
13664 * configure.in: Fix --enable-shared logic in per-host.
13665
13666Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13667
13668 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13669
13670Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13671
13672 * configure.in (noconfigdirs): Don't build gas on AIX, for
13673 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13674
13675Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13676
13677 * configure: Fix --cache-file to work if the file argument is a
13678 relative path.
13679
13680Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13681
13682 * configure: If the --cache-file is used, pass it down to
13683 configure in subdirectories.
13684
13685Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13686
13687 * config.sub: add vxworks29k configuration.
13688
13689Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13690
13691 * Makefile.in (taz): Do "diststuff" part quietly.
13692
13693Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13694
13695 * config.sub: Mini-merge with gcc/config.sub.
13696
13697Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13698
13699 * config.guess (IRIX): Sed - to _.
13700
13701Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13702
13703 * Makefile.in (source-vault, binary-vault): New targets.
13704
13705Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13706
13707 * config.sub: Recognize -eabi as a basic system type.
13708
13709Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13710
13711 * configure.in (enable_shared stuff): Fix typo.
13712
13713Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13714
13715 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13716
13717Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13718
13719 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13720
13721Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13722
13723 * configure.in (rs6000-*-*): Don't build gas.
13724
13725Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13726
13727 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13728 reduce command line length.
13729 (AS_FOR_TARGET): Check for as.new, not Makefile.
13730 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13731
13732Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13733
13734 * config.guess: Merge from FSF.
13735
13736Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13737
13738 * configure: Don't use $ when handling program_suffix.
13739
13740Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13741
13742 * configure.in: Configure tk for hppa/hpux.
13743
13744Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13745
13746 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13747
13748Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13749
13750 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13751 to LIBCXXFLAGS. Tests are better run without it.
13752
13753Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13754
13755 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13756
13757Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13758
13759 * configure.in (*-*-netware*): Don't configure xiberty.
13760
13761Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13762
13763 * configure.in: Remove tk from native_only list.
13764
13765Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13766
13767 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13768 for special NCD build.
13769
13770Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13771
13772 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13773 makeall.bat, they're only useful for binutils snapshots.
13774 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13775 makeall.bat to specified SUPPORT_FILES.
13776
13777Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13778
13779 * build-all.mk: Add Ericsson targets to sun4 and solaris
13780 hosts. Add BNR's sun4 target to solaris host, so their
13781 build-from-source will be tested in-house first.
13782
13783Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13784
13785 * Makefile.in (LIBCFLAGS): New variable.
13786 (CFLAGS_FOR_TARGET): Ditto.
13787 (LIBCFLAGS_FOR_TARGET): Ditto.
13788 (LIBCXXFLAGS): Ditto.
13789 (CXXFLAGS_FOR_TARGET): Ditto.
13790 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13791 (BASE_FLAGS_TO_PASS): Pass them.
13792 (EXTRA_TARGET_FLAGS): Ditto.
13793
4bddf3ad 13794 * configure.in: Support --enable-shared.
252b5132
RH
13795
13796Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13797
13798 * configure.in (target_libs): Include libstdc++ again.
13799 * config.guess: Update from FSF (for FreeBSD).
13800
13801Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13802
13803 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13804 makeall.bat.
13805 (DISTDOCDIRS): Add `etc'.
13806 (ETC_SUPPORT_PFX): New variable.
13807 (taz): Include anything from etc starting with a word in
13808 ETC_SUPPORT_PFX.
13809
13810Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13811
13812 * config.sub: Update for recent FSF changes. Remove obsolete
13813 h8300hds entry. Add -windows* and -osx as basic os. Minor
13814 spacing changes.
13815
13816Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13817
13818 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13819
13820 * config.guess: Merge with FSF.
13821 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13822
13823Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13824
13825 * configure: Since the "trap 0" handler will override the exit
13826 status on many systems, only use it for "exit 1", and make it set
13827 a non-zero exit status; reset it before "exit 0". Also, check
13828 exit status of config.sub, and error out if it failed.
13829
13830Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13831
13832 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13833 and install libgloss.
13834
13835Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13836
13837 * Makefile.in (all-binutils): Depend upon all-byacc.
13838
13839 * configure.in: Don't build emacs on Irix 5.
13840
13841Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13842
13843 * configure.in (*-*-netware*): Add libio.
13844
13845Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13846
13847 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13848 (CHECK_TARGET_MODULES): Ditto.
13849 (INSTALL_TARGET_MODULES): Ditto.
13850 (TARGET_LIBS): Ditto.
13851 (all-libstdc++): Note dependencies.
13852
13853Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13854
13855 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13856
13857Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13858
13859 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13860 -fexternal-templates.
13861
13862 * configure.in (target_libs): Add libstdc++.
13863 (noconfigdirs): Add libstdc++ as appropriate.
13864
13865Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13866
13867 * config.guess: Update from FSF.
13868
13869Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13870
13871 * configure: Use ${config_shell} when running ${configsub}.
13872
13873Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13874
13875 * config.sub: No longer recognize h8300h.
13876
13877Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13878
13879 * config.sub: Remove extraneous differences between config.sub and
13880 gcc/config.sub.
13881
13882Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13883
13884 * Makefile.in (DISTSTUFFDIRS): Add gas.
13885
13886Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13887
13888 * COPYING.NEWLIB: New file.
13889
13890Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13891
13892 * config.guess (HP-UX): Patch from Harlan Stenn
13893 <harlan@landmark.com> to also emit release level.
13894
13895Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13896
13897 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13898
13899Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13900
13901 * config.sub: Merge nextstep cleanup from FSF.
13902
13903Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13904
13905 * configure.in (arm-*-*): Don't configure ld for this target.
13906
13907Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13908
13909 * configure.in (*-*-netware): don't configure libg++, libio,
13910 librx, or newlib.
13911
13912Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13913
13914 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13915 configure ld--it works, but it doesn't support shared libraries.
13916
13917Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13918
13919 * config.guess (*-unknown-freebsd*): Get rid of possible
13920 trailing "(Release)" in version string.
13921 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13922
13923Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13924
13925 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13926 Fix type: *-next-neststep -> *-next-nextstep.
13927
13928 * config.guess: Merge from FSF:
13929
13930 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13931
13932 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13933
13934 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13935
13936 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13937 instead of UNIX_SV for UnixWare 1.0).
13938
13939Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13940
13941 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13942 to make gdb/nlm/* build after the compiler and linker.
13943
13944Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13945
13946 * config.guess (netbsd, freebsd, linux): Accept any machine,
13947 not just i[34]86.
13948 (m68k-atari-sysv4): Relocate to match FSF version.
13949
13950 * config.guess: More merges from the FSF:
13951
13952 Add a space before function call or macro invocation.
13953
13954 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13955
13956 * config.guess: Add trap cmd to remove dummy.c and dummy when
13957 interrupted.
13958
13959 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13960
13961 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13962 (dummy): Redirect stderr from compilation of dummy.c.
13963
13964 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13965
13966 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13967
13968Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13969
13970 * configure: Accept and ignore --cache*, for compatibility with
13971 new autoconf.
13972
13973Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13974
13975 * config.guess: Merge from FSF:
13976
13977 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13978
13979 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13980 (PATH): Add /.attbin at end for finding uname.
13981 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13982
13983 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13984
80413487 13985 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13986
13987 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13988
80413487
RH
13989 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13990 to select whether to use ELF or COFF.
252b5132
RH
13991
13992 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13993
80413487 13994 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13995
13996 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13997
13998 * config.guess: Guess the OS version for HPUX.
13999
14000 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14001
14002 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14003
14004Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14005
14006 * configure.in: Recognize --with-headers, --with-libs, and
14007 --without-newlib.
14008 * Makefile.in (all-xiberty): Depend upon all-ld.
14009
14010Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14011
14012 * configure.in: Change i[34]86 to i[345]86.
14013
14014Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14015
14016 * configure (version): A few more tweaks to help message.
14017
14018Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14019
14020 * Makefile.in: Remove (for now) librx as a host library,
14021 now that we're building it for target.
14022
14023Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14024
14025 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14026 (Karl Berry).
14027
14028Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14029
14030 * configure.in: Also configure librx.
14031
14032Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14033
14034 * Makefile.in: Update various rules to reflect that librx
14035 is now needed for libg++.
14036
14037Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14038
14039 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14040
14041Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14042
14043 * configure.in: Configure the examples directory.
14044
14045Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14046
14047 * configure: Simplify Jun 2 1994 change.
14048
14049Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14050
14051 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14052 /bin/gcc isn't good enough to build gcc.
14053
14054Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14055
14056 * Makefile.in (GDB_SUPPORT_FILES): Remove
14057 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14058 (gdb.tar.gz): Add new rule to use standard distribution building
14059 mechanism.
14060
14061Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14062
14063 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14064 Bill Cox <bill@cygnus.com>.
14065
14066Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14067
14068 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14069
14070Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14071
14072 * configure: Search current dir first in .gdbinit.
14073
14074Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14075
14076 * config.sub: Recognize freebsd (merged from gcc config.sub).
14077
14078Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14079
14080 * config.sub: Refer to NeXT's operating system as nextstep.
14081
14082 * config.sub (case $basic_machine): Re-order the cases, to match
14083 the order in the FSF version (which is mostly alphabethical).
14084 Merge in some additions and changes from the FSF.
14085
14086Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14087
14088 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14089 * config.sub: Recognize cxux7.
14090 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14091
14092Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14093
14094 * config.sub: Fix typo powerpc -> powerpc-*.
14095
14096Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14097
14098 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14099
14100 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14101 parallel with all-emacs and install-emacs). Top-level command
14102 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14103
14104Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14105
14106 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14107 $(relbindir)/make before doing ``make install'', and use
14108 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14109 installing over running make binary.
14110 ($(host)-stamp-stage3-installed): Likewise.
14111
14112Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14113
14114 * config.guess: Recognize Mach.
14115
14116Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14117
14118 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14119 see whether --exec-prefix was used.
14120
14121Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14122
14123 * README: Explicitly mention libg++/README. (Zoo's idea.)
14124
14125Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14126
14127 * Makefile.in: Add all-librx target similar to all-libproc.
14128
14129Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14130
14131 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14132 with post 1.2 uname bogosity.
14133
14134Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14135
14136 * configure: Remove temporary files on receipt of a signal.
14137
14138Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14139
14140 * configure: If there is a package_makefile_frag, remove
14141 ${subdir}/Makefile.tem after copying it in.
14142
14143Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14144
14145 * build_all.mk: support rs6000 lynx identifies itself as
14146 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14147 since /bin/gcc is too feeble to compile a modern gcc.
14148
14149Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14150
14151 * brought devo/test-build.mk update-to-date with progressive/
14152 test-build.mk. Add lynx targets and hppa flag info.
14153
14154Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14155
14156 * configure.in: Use mh-ncrsvr43. Patch from
14157 Tom McConnell <tmcconne@sedona.intel.com>.
14158
14159Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14160
14161 * config.guess (i386-unknown-bsdi): No longer need to
14162 check #if defined(__bsdi__) && defined(__i386__).
14163
14164Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14165
14166 * configure: Set program_transform_nameoption correctly.
14167
14168Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14169
14170 * brought build-all.mk update-to-date with progressive build-all.mk,
14171 added new targets and hppa info.
35590697 14172
252b5132
RH
14173Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14174
14175 * configure: If config.guess result is a prefix of the user
14176 specified target, assume a native build and use the user specified
14177 target as the host alias. Remove SunOS patch suffix removal hack.
14178 * configure.in: Remove SunOS patch suffix removal hack.
14179
14180 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14181 in NATIVE_CHECK_MODULES.
14182
14183Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14184
14185 * Makefile.in: Rename HOST_ONLY to NATIVE.
14186 * configure: Delete SunOs patch suffix from host_canonical
14187 and build_canonical variables that are prepended to Makefiles.
14188 * configure.in: Add comments for easier maintenance.
14189
14190Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14191
14192 * Makefile.in: Add all-libproc target similar to all-gui.
14193
14194Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14195
14196 * Makefile.in (CHECK_MODULES): split into
14197 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14198
14199Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14200
14201 * config.guess (i386-unknown-bsdi): New system to guess.
14202
14203Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14204
14205 * Makefile.in: Add all-gui target (but not yet build by "all").
14206
14207Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14208
14209 * config.sub: Move deletion of patch suffix from here...
14210 * configure.in: To here, at Ian's suggestion. The top-
14211 level scripts might need to know of a patch level.
14212
14213Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14214
14215 * config.sub: Strip off patch suffix so rtl is recognized
14216 as a sunos4.1.3 machine, even though it's been patched.
14217
14218Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14219
14220 * Makefile.in (INSTALL_LAST): Delete.
14221 (INSTALL_DOSREL): New.
14222
14223Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14224
14225 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14226 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14227 whether we pass down --with-gnu-ld anyhow.
14228
14229Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14230
14231 * Makefile.in (INSTALL_LAST): Change operation so it works
14232 on more flavors of make.
14233 * configure.in (go32): Don't build libg++ or libio.
14234
14235Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14236
14237 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14238 they can be overriden by templates.
14239
14240Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14241
14242 * configure.in (target==go32): Don't build gdb.
14243 * dosrel: New directory.
14244
14245Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14246
14247 * configure.in (host==go32): Configure dosrel too.
14248 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14249 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14250 be set by incoming names or templates.
14251 (INSTALL_LAST): New rule.
252b5132
RH
14252
14253Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14254
14255 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14256
14257Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14258
252b5132
RH
14259 * configure.in (appdirs): New variable. Currently empty, but will
14260 be used in gas distribution. If nonempty, lists a set of
14261 directories at least one of which must get configured, or top
14262 level configuration is considered to have failed.
14263 (rs6000-*-lynxos*): Use new file name.
14264
14265Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14266
14267 Eliminate XTRAFLAGS.
14268 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14269 newlib include files using -idirafter, and also use -nostdinc.
14270 (CXX_FOR_TARGET): Likewise.
14271 (XTRAFLAGS): Removed.
14272 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14273 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14274 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14275 ($(DO_X)): Don't pass down XTRAFLAGS.
14276
14277Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14278
14279 * configure.in (mips*-dec-bsd*): New target; do build linker.
14280 (mips*-*-bsd*): New target; don't build linker.
14281
14282Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14283
14284 * configure.in: support rs6000-*-lynxos* configuration.
14285 support sunos4 as a cross target.
14286
14287 * config.sub: look for lynx*, not lynx since the OS version may
14288 legitimately be part of the name.
14289
14290Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14291
14292 * configure.in (i[34]86-*-sco*): Move to be with other i386
14293 targets.
14294 (romp-*-*): New target. Skip various binary utilities.
14295 (vax-*-*): New target. Don't build newlib.
14296 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14297
14298Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14299
14300 * configure.in: Only set host_makefile_frag if config
14301 directory exists.
14302
14303Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14304
14305 * install.sh: If $dstdir exists, don't check whether each
14306 component does.
14307
14308Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14309
14310 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14311
14312Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14313
35590697
AJ
14314 * configure.in (*-*-lynxos*): Don't configure newlib for either
14315 native or cross Lynx.
252b5132
RH
14316
14317Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14318
14319 * config.sub (sparc64-elf): Fix os.
14320 (z8k): Remove duplicate.
14321
14322Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14323
14324 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14325 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14326
14327Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14328
14329 * configure: Make file links cleanly even if Lynx fails on
80413487 14330 an NFS symlink (at least fail cleanly).
252b5132
RH
14331
14332Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14333
14334 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14335 -XNh2000.
14336
14337Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14338
14339 * configure: Unknown options are fatal again.
14340
14341Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14342
14343 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 14344 compatibility.
252b5132
RH
14345
14346Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14347
14348 * build-all.mk: Add `clean' target.
14349
14350Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14351
14352 * config.guess: Add SINIX support.
14353 * configure.in: Add mips-*-sysv4* support.
14354
14355Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14356
14357 * build-all.mk: Document all useful targets.
14358 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14359 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14360
14361Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14362
14363 * configure: Support --silent, --quiet.
14364
14365Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14366
14367 * configure: Support --disable-FEATURE.
14368
14369Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14370
14371 * config.guess: Recognize NCR running SVR4.3.
14372
14373Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14374
14375 * config.guess: Make BSDI generate i386-unknown-bsd386.
14376 Patch from Paul Eggert <eggert@twinsun.com>.
14377
14378Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14379
14380 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14381
14382Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14383
14384 * configure: Make unrecognized options give nonfatal warnings
14385 instead of fatal errors, and pass them to any subdirectory
14386 configures in case they recognize them.
14387 Make --x equivalent to --with-x.
14388
14389Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14390
14391 * configure: Add --enable-* options. Clean up usage message and
14392 some comments.
14393
14394Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14395
14396 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14397
14398Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14399
14400 * configure.in (hppa*-*-*): Enable binutils.
14401
14402Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14403
14404 * config.sub: Recognize cisco.
14405
14406Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14407
14408 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14409
14410Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14411
14412 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14413 than one configuration name. Add comment.
14414
14415Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14416
14417 * config.guess: about target *-hitachi-hiuxwe2, fixed
14418 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14419 macro is incorrect.]
14420
14421Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14422
14423 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14424 than the "make ls" stuff which used to be here.
14425
14426Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14427
14428 * config.guess: Recognize i[34]86-unknown-freebsd.
14429 From Shawn M Carey <smcarey@rodan.syr.edu>.
14430
14431Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14432
14433 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14434
14435Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14436
14437 * config.guess: Check for ptx.
14438
14439Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14440
14441 * config.sub: Add os9k checking.
14442
14443Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14444
14445 * config.guess: Handle OSF1 running on HPPA processors
14446
14447Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14448
14449 * configure: If subdir configure fails, print out a message with
14450 subdirectory name, in case subdir's configure code didn't identify
14451 itself.
14452
14453Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14454
14455 * configure.in: Remove embedded newlines from configdirs.
14456 Avoid mismatches of substrings. Fix matching strings at end
14457 of configdirs.
14458
14459Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14460
14461 * config.guess: Add Lynx/rs6000 config support.
14462
14463Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14464
14465 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14466
14467Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14468
14469 * configure.in (hppa*-*-osf*): Treat this just like most other
14470 PA configurations (eg no binutils or ld).
14471 (hppa*-*-*elf*): These configurations have binutils and ld.
14472
14473Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14474
14475 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14476
14477Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14478
14479 * configure.in (rs6000-*-*): Build gas.
14480
14481Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14482
80413487 14483 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14484
14485Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14486
14487 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14488 for GDB and GDB has been fixed to not need it.
14489
252b5132
RH
14490Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14491
14492 * config.guess: Recognize vax hosts.
14493
14494Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14495
14496 * configure (while loop): Don't use "break 2" inside case
14497 statement -- the case statement isn't an enclosing loop.
14498
14499Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14500
14501 * config.guess: Clean up NeXT support, to allow nextstep
14502 on Intel machines. Make OS be nextstep.
14503
14504Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14505
14506 * config.guess: Add alternate forms for Convex.
14507
14508Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14509
14510 * configure: Completely rewrite option processing. Take
14511 advantage of pattern-matching to avoid invoking test frequently.
14512 Also clean up host and target defaulting logic.
14513
14514Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14515
14516 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14517 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14518 commands (plus user environment) will fit SCO limits.
14519
14520Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14521
14522 * configure.in: Don't issue warnings about directories which are
14523 not being configured if -norecursion is set. Correct test for
14524 --with-gnu-as and --with-gnu-ld to not get confused by substring
14525 matches.
14526
14527 * configure.in: Don't build gas for alpha-dec-osf1*.
14528
14529Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14530
14531 * configure: Back out Per's change of 12/19/1993. It changes the
14532 behavior of configure in unexpected and confusing ways.
14533
14534 Also, use different delim char when calculating
14535 program_transform_name so that the name can contain slashes.
14536
14537Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14538
14539 * configure.in, config.sub: Add support for VSTa micro-kernel.
14540
14541Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14542
14543 * configure.in: Nuke hacks which were used to get a special
14544 version of GAS for HPPA configurations.
14545
14546Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14547
14548 * configure: If only ${target_alias} is given, use that
14549 as the default for ${host_alias}.
14550 * configure: Add missing back-slashes before nested quotes.
14551
14552Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14553
14554 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14555
14556Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14557
14558 * config.guess: Recognize some Tektronix configurations.
14559 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14560
14561Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14562
14563 * config.sub: Match any flavor of SH.
14564
14565Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14566
14567 * configure.in: Don't try to configure newlib for Alpha.
14568
14569Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14570
14571 * configure.in: Don't build ld for Irix 5. Don't build gas,
14572 libg++ or libio for any Alpha target.
14573
14574 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14575
14576Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14577
14578 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14579 default arguments -- so it tried to compress itself.
14580
14581Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14582
14583 * configure.in (notsupp): ensure that a space is always at the end
14584 of the configdirs list, since the grep checks for an explicit space
14585
14586Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14587
14588 * configure.in (target i386-sysv4.2): don't build ld, since static
14589 versions of many libraries are not available.
14590
14591Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14592
14593 * config.guess: Recognize Apollos (using environment variables).
14594 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14595
14596Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14597
14598 * config.guess: Recognize Sony news mips running newsos.
14599
14600Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14601
14602 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14603 "fi ; else" for bash.
14604
14605Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14606
14607 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14608
14609Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14610
14611 * config.sub: accept unixware as an alias for svr4.2.
14612 Fix some inconsistancies with the gcc version.
14613
14614Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14615
14616 * Makefile.in (DISTDOCDIRS): Add gdb.
14617
14618Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14619
14620 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14621
14622Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14623
14624 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14625 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14626 this now.
14627
14628Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14629
14630 * config.sub: Accept hiux* as an OS name.
14631
14632 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14633 etc/make-stds.texi. The underscore came from gcc, and dje now
14634 agrees that RUNTESTFLAGS is the correct name.
14635
14636Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14637
14638 * install.sh: Remove 'set -e'. It makes any conditionals
14639 in the script useless.
14640
14641 * config.guess: Automatically recognize arm-acorn-riscix
14642 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14643
14644Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14645
14646 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14647
14648Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14649
14650 * Makefile.in (DISTDOCDIRS): New variable.
14651 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14652 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14653
14654Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14655
14656 * configure.in (hppa target): check the source directory for the
14657 pagas sub-directory
14658
14659Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14660
14661 * config.sub: Allow -aout* and -elf*.
14662
14663Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14664
14665 * configure.in: Don't build ld on i386-solaris2, same as for
14666 sparc-solaris2.
14667
14668Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14669
14670 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14671
14672Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14673
14674 * configure.in: Configure gdb for alpha.
14675
14676Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14677
14678 * Makefile.in (CXXFLAGS): Add -O.
14679
14680Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14681
14682 * config.guess: added support for DG Aviion
14683
14684Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14685
14686 * configure.in: Produce warning message for subdirectories not
14687 configurable for this host/target combination. Don't try to
14688 configure gdb for vms.
14689
14690Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14691
14692 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14693 appropriate files before making "diststuff".
14694 (DISTBISONFILES): New var: list of files to be edited.
14695 (DISTSTUFFDIRS): Add binutils.
14696
14697Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14698
14699 * config.sub: also handle mipsel and mips64el (for little endian mips)
14700
14701Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14702
14703 * configure.in: Add * to end of all OS names.
14704
14705Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14706
14707 * configure.in: Build newlib for LynxOS native.
14708
14709Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14710
14711 * config.guess: Add support for delta 88k running SVR3.
14712
14713 * configure.in: Add comment about HP compiler vs. emacs.
14714
14715Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14716
14717 * configure.in: don't build ld on solaris2 (not a viable option
14718 due to bugs in getpwnam & getpwuid)
14719
14720Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14721
14722 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14723 config.guess will produce a full version number.
14724
14725Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14726
14727 * configure.in: Build linker and binutils for alpha-dec-osf1.
14728
14729Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14730
14731 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14732 and gdb/testsuite/Makefile.in.
14733
14734Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14735
14736 * configure.in: recognize mips*- instead of mips-
14737
14738Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14739
14740 * config.sub: Accept linux*coff and linux*elf as operating
14741 systems.
14742
14743Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14744
14745 * config.sub: Recognize mips64, and mips3 as an alias for it.
14746
14747Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14748
14749 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14750 gdb knows how to handle OSF/1 shared libraries.
14751
14752Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14753
14754 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14755 * config.guess: Recognize Hitachi's HIUX.
14756 * config.sub: Recognize h3050r* and hppahitachi.
14757 Remove redundant cases for hp9k[23]*.
14758
14759Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14760
14761 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14762 if gas and ld are in the source tree and are in ${configdirs}.
14763 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14764 --with options (but still pass them down on the command line,
252b5132
RH
14765 if they were explicitly specified).
14766
14767Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14768
14769 * configure: substitute SHELL value in Makefile.in with
14770 ${CONFIG_SHELL}
14771
14772Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14773
14774 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14775 *-*-solaris2* targets.
14776
14777Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14778
14779 * Makefile.in: define M4, and pass it down to sub-makes;
14780 all-autoconf now depends on all-m4
14781
14782Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14783
14784 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14785 presence of {ar,ranlib} instead of a configured directory
14786
14787Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14788
14789 * config.guess: Accept 34?? as well as 33?? for NCR.
14790
14791Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14792
14793 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14794 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14795
14796Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14797
14798 * configure: grab values for $(CC) and $(CXX) from the
14799 environment, so that someone can do "CC=gcc configure; make" and
14800 have it work right (matching the way that autoconf works now)
14801
14802 * configure.in, Makefile.in: add support for gash, the tcl
14803 interface to Galaxy
14804
14805 * config.guess: add NetBSD variants (hp300, x86)
14806
14807Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14808
14809 * install.sh: Support -d option (in the manner of SunOS 4 install,
14810 as it is more deterministic than that of GNU install)
14811 (chmodcmd): Set file to mode 755 by default (should also do default
14812 chgrp and chown, but I don't feel like dealing with that now)
14813
14814Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14815
14816 * config.sub: Remove h8300hhms alias.
14817
14818Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14819
14820 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14821
14822Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14823
14824 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14825 as stmp-fixinc
14826
14827Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14828
14829 * config.sub: recognize m88110-bug-coff.
14830
14831Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14832
14833 * Makefile.in (all-libio): all dependencies on the toolchain used
14834 to build this (gcc, gas, ld, etc)
14835
14836Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14837
14838 * config.guess: Deal with OSF/1 1.3 on alpha.
14839
14840Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14841
14842 * install.sh: add some 'else true' clauses for portability
14843
14844 * configure.in: don't build libio for h8[35]00-*-* targets
14845
14846Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14847
14848 * Makefile.in: Add support for new libio.
14849
14850Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14851
14852 * install.sh: If one command fails, don't try the rest. Don't try
14853 to remove $dsttmp (via trap) unless we have already created it.
14854 If $src doesn't exist, detect it and exit with an error.
14855
14856 * config.guess: Recognize BSD on hp300.
14857
14858Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14859
14860 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14861 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14862
14863Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14864
14865 * Makefile.in (all-send-pr): depends on all-prms
14866
14867Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14868
14869 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14870
14871Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14872
14873 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14874 Added test for mips-mips-riscos5.
14875
14876Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14877
14878 * configure.in: use mh-hp300 for 68k HP hosts
14879
14880Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14881
14882 * configure: add support for CONFIG_SHELL, so that you can use
14883 some alternate shell for evaluating configure scripts
14884
14885Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14886
14887 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14888 in configure script to bug-gdb@prep.ai.mit.edu when building
14889 distribution archive.
14890 * Makefile.in (COMPRESS): Remove def.
14891 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14892 gdb.tar.Z and make-gdb.tar.Z respectively.
14893 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14894 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14895 to convergence with 'taz' target in Makefile.in.
14896
14897Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14898
14899 * install.sh (dsttmp): use trap to ensure that tmp files go
14900 away on error conditions
14901
14902Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14903
14904 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14905
14906Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14907
14908 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14909 its parent is '/' not ''.
14910
14911 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14912
14913Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14914
14915 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14916 that ${newsrcdir}/configure.in does.
14917
14918Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14919
14920 * test-build.mk: support for CONFIG_SHELL
14921
14922Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14923
14924 * config.sub (netware): Add as a basic system type.
14925
14926Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14927
14928 * Makefile.in (Makefile): depend on configure.in. Also drop the
14929 $(srcdir)/ from the dependency on Makefile.in.
14930
14931Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14932
14933 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14934 (h8300hhms is temporary until multi-libraries are implemented).
14935 * configure.in: Handle h8300h too.
14936
14937Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14938
14939 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14940
14941Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14942
14943 * configure: Remove extraneous output when guessing host type.
14944 * config.guess: Remove extraneous output when guessing using C
14945 compiler rather than uname, or when guessing fails.
14946
14947Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14948
14949 * Makefile.in: remove all.cross and install.cross targets
14950
14951 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14952 definitions
14953
14954Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14955
14956 * configure.in (target sh): Build gprof.
14957
14958Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14959
14960 * config.sub: change -solaris to -solaris2
14961
14962Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14963
14964 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14965
14966Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14967
14968 * configure: Correct error message for missing Makefile.in to
14969 print correct directory.
14970
14971Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14972
14973 * install.sh: kludge around 386BSD shell bug
14974
14975Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14976
14977 * config.guess: Recognize NeXT.
14978 * config.guess: Recognize i486-ncr-sysv4.
14979 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14980
14981Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14982
14983 * Makefile.in (MAKEINFOFLAGS): New variable.
14984 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14985 * build-all.mk, test-build.mk: Pass down --no-split as
14986 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14987
14988Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14989
14990 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14991
14992Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14993
14994 * Makefile.in (libg++.tar.z): New rule.
14995 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14996 * Makefile.in (taz): Only do a single chmod.
14997
14998Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14999
15000 * install.sh: don't use dirname anymore (replaced with sed usage)
15001
15002Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15003
15004 * Makefile.in: Change extension for gzip'd files from '.z' to
15005 '.gz' per new FSF standard usage.
15006
15007Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15008
15009 * configure: put quotes around the final value of program_transform_name
15010
15011Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15012
15013 * Makefile.in: new install.sh support; update install-info rules
15014
15015Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15016
15017 * configure.in: Build diff for crosses, but not for go32 host.
15018
15019 * configure.in: Build gprof only for native, and don't build it
15020 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15021
15022Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15023
15024 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15025
15026Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15027
15028 * configure.in (host_tools): Add prms.
15029
15030Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15031
15032 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15033 with $(FLAGS_TO_PASS) on the command line
15034
15035 * config.sub: Recognize lynx and lynxos
15036
15037Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15038
15039 * config.sub: Accept -ecoff*, not just -ecoff.
15040
15041Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15042
15043 * Makefile.in (taz): Use .gz suffix instead of .z.
15044 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15045 names.
15046
15047Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15048
15049 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15050
15051Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15052
15053 * Makefile.in (install-no-fixedincludes): install gcc last, so
15054 that rebuilds that might happen during 'make install' don't get
15055 bogus gcc include files
15056
15057Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15058
15059 Change from Utah for HPPA support:
15060 * config.guess: Recognize hppa1.x-hp-bsd.
15061
15062Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15063
15064 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15065 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15066
15067Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15068
15069 * config.sub: Add support for rom68k and bug boot monitors.
15070
15071Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15072
15073 * Makefile.in: Make all-opcodes depend on all-bfd.
15074
15075Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15076
15077 * config.guess: Added special check for i[34]86-univel-sysv4*.
15078
15079Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15080
15081 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15082 the processor rather than assuming i486.
15083
15084Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15085
15086 * config.guess: Recognize SunOS6 as Solaris3.
15087
15088Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15089
15090 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15091 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15092
15093Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15094
15095 * build-all.mk (all-cross): New target for Canadian Cross.
15096 Added Q2 go32 targets.
15097 * test-build.mk: Configure go32 cross sparclite-aout and
15098 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15099 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15100
15101Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15102
15103 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15104 GO32 hosted toolchains
15105
15106Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15107
15108 * configure: change so "-exec-prefix" gets passed down rather
15109 than "-exec_prefix" so autoconf generated Makefiles get the
15110 exec_prefix set right.
15111
15112Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15113
15114 * config.guess: get the Solaris2 minor version number
15115
15116 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15117
15118Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15119
15120 * config.guess: Recognize some Sequent platforms.
15121
15122Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15123
15124 * Makefile.in: added the vault-install target
15125
15126 * configure.in: actually use the Sun3 makefile fragment that's in
15127 config, also added the release dir to configdirs
15128
15129Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15130
15131 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15132
15133Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15134
15135 * configure.in: remove some program from Alpha targetted toolchains
15136
15137Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15138
15139 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15140 gprof.
15141 (taz): Run "make diststuff" in those directories instead of "make
15142 proto-dir". Look for "VERSION=" only at start of line in subdir
15143 Makefile. Use "gzip -9" for compression.
15144 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15145 (binutils.tar.z): New target.
15146
15147Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15148
15149 * Makefile.in (taz): Include gpl.texinfo.
15150
15151Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15152
15153 * Makefile.in (setup-dirs): Merged into "taz" target.
15154 (taz): Only do `proto-dir' stuff if a directory is actually needed
15155 for this target.
15156
15157Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15158
15159 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15160 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15161 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15162 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15163 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15164
15165Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15166
15167 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15168 config.sub, and move-if-change to gdb testsuite distribution
15169 archive, so the testsuite can be extracted, configured, and
15170 run separately from the gdb distribution. Blow away the Chill
15171 tests that require a Chill compiled executable, since GNU Chill
15172 is not yet publically available.
15173
15174Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15175
15176 * test-build.mk: set environment variables in a single command,
15177 instead of a list of assignments and exports
15178
15179 * config.guess: recognize Alpha/OSF1 systems
15180
15181Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15182
15183 * configure: Change help message to prefer --options rather than
15184 -options.
15185
15186Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15187
15188 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15189 zippy@ecst.csuchico.edu.
15190 * config.guess: Recognize miniframe.
15191
15192Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15193
9eb322aa
MF
15194 * Makefile.in: Use srcroot to find runtest rather than rootme.
15195 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
15196
15197Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15198
15199 * test-build.mk: Extensive additions to support building on a
15200 machine other than the host.
15201
15202Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15203
15204 * configure (tooldir): Fix for i386-aix again.
15205
15206Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15207
15208 * configure, Makefile.in: Change definition of $(tooldir)
15209 to match the FSF.
15210
15211Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15212
15213 * config.guess: Recognize i[34]86/SVR4.
15214
15215Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15216
15217 * Makefile.in (all-gdb): gdb depends on sim.
15218
15219Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15220
15221 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15222 at the same time we make the prototype gdb directory.
15223 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15224 files at the same time as the gdb base release distribution.
15225
15226Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15227
15228 * Makefile.in (check): Use individual check targets rather than
15229 DO_X rule.
15230 (check-gcc): Added.
15231
15232Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15233
15234 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15235 for System V release 3.2.
15236
15237Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15238
15239 * config.sub: Recognize hppaosf.
15240 * configure.in: Do configure ld/binutils/gas for it.
15241
15242Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15243
15244 * configure (tooldir): Alter syntax used to set this, for systems
15245 where "\$" isn't handled right, like i386-aix.
15246
15247Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15248
15249 * configure: Pass program-transform-name, not
15250 program_transform_name, to recursive configures.
15251
15252Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15253
15254 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15255 of gas+ld+binutils.
15256
15257Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15258
15259 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15260
15261Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15262
15263 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15264
252b5132
RH
15265Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15266
15267 * Makefile.in (PRMS): Set back to all-prms.
15268
15269Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15270
15271 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15272 targets, rather than for MIPS hosts.
15273
15274Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15275
15276 * configure.in: add comment for --with-x default values
15277
15278 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15279
15280 * Makefile.in: add check-* targets for each of the directories in
15281 the tree. Add a definition of RUNTEST that will use the one we
15282 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15283
15284Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15285
15286 * configure.in: Removed obsolete references to bfd_target and
15287 target_makefile_frag.
15288
15289 * build-all.mk: Set assorted targets for Q2.
15290 * config.sub: Recognize z8k-sim and h8300-hms.
15291 * test-build.mk: Really don't pass host to configure.
15292 (HOLES): Added uname.
15293
15294Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15295
15296 * configure: Handle an empty program-prefix, program-suffix or
15297 program-transform-name correctly.
15298
15299Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15300
15301 * build-all.mk: -G 8 no longer required for MIPS targets.
15302 * test-build.mk: Don't pass host argument to configure; make it
15303 guess.
15304
15305Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15306
15307 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15308 * Makefile.in (COMPRESS): New macro, like GZIP.
15309
15310Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15311
15312 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15313
15314 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15315 with gas currently defaults to -G 0.
15316
15317Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15318
15319 * Makefile.in (all-flex): flex depends on byacc.
15320
15321 * build-all.mk: If host not specified, use config.guess. Pass TAG
15322 to test-build.mk as RELEASE_TAG.
15323 * test-build.mk (configargs): New variable containing arguments to
15324 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15325 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15326
15327 * config.guess: Use /bin/uname when checking -X argument on SCO,
15328 to avoid invoking GNU uname which doesn't understand -X.
15329
15330 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15331
15332 * configure.in: Build gas for mips-*-*.
15333
15334Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15335
15336 * Makefile.in (all.normal): insert missing backslash.
15337
15338Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15339
4bddf3ad 15340 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
15341
15342 * Makefile.in: Complete overhaul to merge many almost identical
15343 targets.
15344
15345Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15346
15347 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15348 (gdb.tar.Z): Adjusted.
15349
15350 * Makefile.in (setup-dirs, taz): New targets; should be general
15351 enough to adapt for gdb sometime. Build only .z file.
15352 (gas.tar.z): New target.
15353
15354Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15355
15356 * build-all.mk: Use CC=cc -Xs on Solaris.
15357
252b5132
RH
15358Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15359
15360 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15361 for handling BISON for FSF releases.
15362
15363Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15364
15365 * configure: Actually implement the change zoo just documented.
15366
15367Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15368
15369 * configure: when using config.guess, only set target_alias when
15370 it's not already been set (ie, on the command line)
15371
15372Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15373
15374 * Makefile.in: add installcheck target, set PRMS to install-prms
15375
15376Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15377
15378 * configure: add support for package_makefile_fragment, handle the
15379 case where a directory has a configure.in file but no Makefile.in
15380 more gracefully (with an actual understandable error message, even);
15381 add support for --without (and add this to the usage message); also
15382 explicitly add a --host=${host_alias} to the command line when
15383 config.guess is used
15384
15385Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15386
15387 * configure: Must use both --host and --target in recursive calls.
15388
15389Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15390
15391 * Makefile.in: Change deja-gnu to dejagnu.
15392
15393Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15394
15395 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15396
15397Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15398
15399 * configure.in: canonicalize all instances to *-*-solaris2*,
15400 also strip out a number of tools to not build for go32 host
15401
15402Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15403
15404 * config.guess: add GPL.
15405
15406 * Makefile.in, config.guess, config.sub, configure: bump
15407 copyrights to 93.
15408
15409Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15410
15411 * Makefile.in (do-info): Removed obsolete check for existence of
15412 localenv file.
15413
15414 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15415
15416Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15417
15418 * Makefile.in: a couple of 'else true' for decstation,
15419 support for TclX
15420
15421 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15422
15423Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15424
15425 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15426
15427Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15428
15429 * config.guess: Recognize i386-ibm-aix (PS/2).
15430 * configure.in: Use config/mh-aix386 file for it.
15431
15432Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15433
15434 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15435 CC_FOR_TARGET instead.
15436 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15437
15438Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15439
15440 * Makefile.in: Add sim to list of directories sent with gdb
15441
15442Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15443
15444 * configure.in: Put back mips-dec-bsd* case.
15445
15446Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15447
15448 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15449 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15450 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15451
15452Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15453
15454 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15455
15456 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15457 (install-info): install dir.info only if it exists,
15458 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15459
15460Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15461
15462 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15463 gas for mips-dec-bsd.
15464
15465Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15466
15467 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15468 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15469
15470Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15471
15472 * configure.in: Added "dejagnu" to hosttools list.
15473
15474Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15475
15476 * config.sub, configure.in, config.guess: Add support
15477 for Bosx, an AIX variant from Bull.
15478 Patches from F.Pierresteguy@frcl.bull.fr.
15479
15480Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15481
15482 * devo/dejagnu: Initial creation of devo/dejagnu.
15483 Migrated dejagnu testcases and support files for testing software
15484 tools to reside as subdirectories, currently called "testsuite",
15485 within the directory of the software tool. Migrated all programs,
15486 support libraries, etc. beloging to dejagnu proper from
15487 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15488 with no modifications. The changes to these files which will
15489 allow them to configure, build, and execute properly will be made
15490 in a future update.
15491
15492Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15493
15494 * Makefile.in: Change send_pr to send-pr.
15495 * configure.in: Likewise.
15496 * send_pr: Renamed directory to send-pr.
15497
15498Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15499
15500 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15501
15502Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15503
15504 * README: Update for gdb-4.8 release.
15505 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15506 gdb-xxx.tar.z (gzip'd) file also.
15507
15508Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15509
15510 * Makefile.in: make all-diff depend on all-libiberty
15511
15512Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15513
15514 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15515
15516Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15517
15518 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15519
15520Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15521
15522 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15523 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15524 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15525
15526Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15527
15528 * Makefile.in: makeinfo binary is in a new location
15529
15530Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15531
15532 * config.sub: Accept -ecoff as an OS.
15533
15534 * Makefile.in: Various changes to eliminate a level of make
15535 recursion and reduce the required command line length.
15536 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15537 sub-makes.
15538 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15539 variables holding settings for specific sub-makes.
15540 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15541 in terms of BASE_FLAGS_TO_PASS.
15542 (TARGET_LIBS): New variable listing directories which use
15543 TARGET_FLAGS_TO_PASS.
15544 (subdir_do): Eliminated.
15545 (do-*): New set of targets to replace subdir_do.
15546 (various): All targets which used subdir_do now depend on do-*.
15547 (local-clean): Renamed from do_clean.
15548 (local-distclean): New target, dependency of distclean and
15549 realclean.
15550 (install-info): Don't create directories. Depend on dir.info
15551 rather than calling make recursively.
15552 (install-dir.info): Eliminated.
15553 (install-info-dirs): Create all info directories here.
15554 (dir.info): Depend upon do-install-info.
15555
15556 * test-build.mk (HOLES): Added false.
15557
15558Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15559
15560 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15561
15562Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15563
15564 * Makefile.in (info): remove dependency on all-texinfo. The
15565 problem was really in texinfo/C, not at this level.
15566
15567Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15568
15569 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15570
15571Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15572
15573 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15574 GDB releases.
15575
15576Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15577
15578 * configure: Include srcdir in message about target of link not
15579 being found. Don't convert `-' to `_' in `with' options being
15580 passed to subdirs.
15581
15582Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15583
15584 * configure.in: add uudecode to host_tools
15585
15586 * Makefile.in: added {all,install}-uudecode targets, added them to
15587 the appropriate lists
15588
15589Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15590
15591 * Makefile.in (all-gcc): Added dependency on all-gas.
15592
15593 * configure.in (mips-*-*): Build ld and binutils.
15594
15595Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15596
15597 * configure: check return code from mkdir, print error message and
15598 exit on failure.
15599
15600Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15601
15602 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15603
15604Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15605
15606 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15607
15608Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15609
15610 * config.sub (h8500): Recognize this as a cpu type.
15611
15612Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15613
15614 * configure: source directory missing is no longer a warning
15615
15616 * configure.in: recognize irix[34]* instead of irix[34]
15617
15618 * Makefile.in: define and pass down X11_LIB
15619
252b5132
RH
15620Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15621
15622 * guess-systype: Renamed to ...
15623 * config.guess: ... by popular request.
15624 * configure.in, Makefile.in: Update accordingly.
15625
15626Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15627
15628 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15629 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15630 + Execute ./dummy instead of assuming . is in PATH.
15631
15632Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15633
15634 * guess-systype: New shell script. Attempts to guess the
15635 canonical host name of the executing host.
15636 Only a few hosts are supported so far.
15637 * configure: Call guess-systype if no host is specified.
15638
15639Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15640
15641 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15642 gcc Makefile.
15643
15644
15645Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15646
15647 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15648 (all-gcc, install-gcc, subdir_do): Use it.
15649
15650Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15651
15652 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15653
15654Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15655
15656 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15657 set exclusively by configure, using configure.in .
15658
15659Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15660
15661 * test-build.mk: set $PATH for all builds
15662
15663 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15664
15665Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15666
15667 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15668 the one used in gcc/Makefile.in, so that a null expansion doesn't
15669 override the one needed to build gcc with a native cc.
15670
15671
15672Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15673
15674 * configure: Accept -with arguments.
15675
15676Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15677
15678 * Makefile.in: added h8300sim
15679
15680Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15681
252b5132
RH
15682 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15683 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15684 (all-cygnus, native, build-cygnus): Make
15685 $(canonhost)-stamp-3stage-done, not $(host)....
15686 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15687 i386-sco3.2v4. Added else true to if command.
15688
15689Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15690
15691 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15692
15693Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15694
15695 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15696
15697Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15698
15699 * configure.in: don't remove binutils from Solaris builds
15700
15701Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15702
15703 * Makefile.in: get rid of earlier definitions for *clean,
15704 also handle the recursive info rule better
15705
15706Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15707
15708 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15709 do more-or-less the right thing.
15710
15711Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15712
15713 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15714 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15715
15716Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15717
15718 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15719 $(host_canonical).
15720
15721 * configure.in: split the configdirs list into 4 categories (native
15722 v. cross, library v. tool) and handle the cross-only and native-
15723 only in more reasonable (and correct!) way.
15724
15725Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15726
15727 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15728 configdirs anymore.
15729
15730Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15731
15732 * Makefile.in: extensive cleanup:: removed all of the explicit
15733 clean-* targets, collapsed many wrappers around subdir_do into
15734 one, added additional targets to satisfy standards.texi, deleted
15735 some old targets, some changes for consistency
15736
15737Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15738
15739 * configure.in: handle some programs as cross-only, and others as
15740 native only
15741
15742 * test-build.mk: handle partial holes in a more generic manner
15743
15744 * Makefile.in: m4 depends on libiberty
15745
252b5132
RH
15746Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15747
15748 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15749 time, wdiff, and find to configdirs
15750
15751 * Makefile.in: all, clean, and install rules for the new programs
15752 added to configure.in
15753
15754Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15755
15756 * configure.in: use mh-sun for all *-sun-* hosts
15757
252b5132
RH
15758Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15759
15760 * Makefile.in: define flags for X11 include files and library file
15761 locations, pass them down to the programs that need this info
15762
15763 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15764
252b5132
RH
15765Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15766
15767 * configure.in: start building libg++ for HP-UX targets
15768
15769Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15770
15771 * README: Update references to files moved into etc/.
15772
15773Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15774
15775 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15776 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15777
15778Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15779
15780 * configure: accept dash as well as underscore in long option
15781 names for FSF compatibility.
15782
15783Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15784
15785 * config.sub: added -sco3.2v4 support from FSF.
15786
15787Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15788
15789 * configure.in: expand the section that adds or removes
15790 directories from the list of programs to build, to handle native
15791 vs. cross in addition to host v. native
15792
15793Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15794
15795 * Makefile.in: Replace C++ in macro names with CXX.
15796 This is less likely to break ...
15797
15798Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15799
15800 * test-build.mk: add -w to GNU_MAKE
15801
15802Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15803
15804 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15805 add 'sparc' to list of recognized cpus. This needed to make
15806 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15807 Delete some redundant ose68 variants. Recognize -wrs as an os,
15808 then changes that into $CPU-wrs-vxworks.
15809
15810 * configure.in: remove most references to gdbtest, regularize
15811 target based program removal
15812
15813 * test-build.mk: import from p3 tree (many fixes and changes)
15814
15815Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15816
15817 * Makefile.in: added rules to handle tcl, tk, and expect
15818
15819 * configure.in: handle those directories if they exist
15820
15821Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15822
15823 * config.sub: removed bogus hppabsd and hppahpux names, since
15824 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15825
15826Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15827
15828 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15829 depends upon all-xiberty
15830
15831 * Makefile.in: changes from p3, including:
15832
15833 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15834
15835 * Makefile.in (XTRAFLAGS): include newlib directories if
15836 newlib/Makefile exists, rather than if host != target.
15837
15838 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15839
15840 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15841 from the same source tree and not building a cross-compiler. This
15842 matters for the libg++ configuration if reconfiguring a tree that
15843 has already been installed.
15844
15845 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15846
15847 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15848 pick up the machine and system specific header files.
15849
15850 * Makefile.in: added AS_FOR_TARGET, passed down in
15851 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15852 the C compiler to use to create programs which are run in the
15853 build environment, set it to default to $(CC), and passed it down
15854 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15855
15856 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15857
15858 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15859 We need them for unusual native builds, like systems without
15860 ranlib.
15861
15862 * configure: also define $(host_canonical) and
80413487
RH
15863 $(target_canonical), which are the full, canonical names for the
15864 given host and target
252b5132
RH
15865
15866Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15867
15868 * Makefile.in: Added separate definitions for C++.
15869
15870Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15871
15872 * configure.in (configdirs): Add deja-gnu.
15873
15874Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15875
15876 * README: Update for configure.texi and gdb-4.7 release.
15877
15878Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15879
15880 * Makefile.in: Move "all" target to top of file.
15881 Previously, first target was ".PHONY" which caused BSD4.4 make
15882 to build .PHONY when make was run without arguments.
15883
15884Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15885
15886 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15887 Library-copylefted code in libiberty.
15888
15889Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15890
15891 * config.sub: Replace m68kmote with plain old m68k.
15892
15893Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15894
15895 * Makefile.in: Remove space from blank line, avoid Make complaints.
15896
15897Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15898
15899 * config.sub: Complain if no argument is given. Added support for
15900 386bsd as OS and target alias.
15901
15902Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15903
15904 * Makefile.in (XTRAFLAGS): include newlib directories if
15905 newlib/Makefile exists, rather than if host != target.
15906
15907Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15908
15909 * config.sub: recognize sparclite-wrs-vxworks.
15910
15911 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15912 p3.) Added clean-xiberty to clean.
15913
15914Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15915
15916 * configure.in: use *-*-* instead of nested cases for host and target
15917
15918Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15919
15920 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15921 from the same source tree and not building a cross-compiler. This
15922 matters for the libg++ configuration if reconfiguring a tree that
15923 has already been installed.
15924
15925Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15926
15927 * config.sub (i486v/i486v4): Merge in from FSF version.
15928
15929Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15930
15931 * configure: only set PWD if it is already set.
15932
15933Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15934
15935 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15936 doesn't have unset and all success paths (and most error paths)
15937 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15938 to just ${PWD} to avoid confusion.)
15939
15940Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15941
15942 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15943 even for a native compilation.
15944
15945Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15946
15947 Changes to make the gdb.tar.Z rule work better.
15948
15949 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15950 (DEVO_SUPPORT): Add configure.texi.
15951 (bfd-ilrt.tar.Z): Remove ancient rule.
15952
15953Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15954
15955 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15956 pick up the machine and system specific header files.
15957
15958 * configure.in, config.sub: added new target m68010-adobe-scout,
15959 with alias of adobe68k. Changed configure.in to check for
15960 -scout before -sco* to avoid a false match.
15961
15962 * Makefile.in: added AS_FOR_TARGET, passed down in
15963 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15964 the C compiler to use to create programs which are run in the
15965 build environment, set it to default to $(CC), and passed it down
15966 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15967
15968Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15969
15970 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15971 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15972 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15973 FOR_TARGET variants, to newlib and libg++.
15974
15975Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15976
15977 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15978 first.
15979
15980Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15981
15982 * config.sub: Accept `elf' as an environment.
15983
15984Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15985
15986 * Makefile.in (all-opcodes): cd into the right directory
15987
15988Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15989
15990 * configure: added -program_transform_name option, used as
15991 argument to sed when installing programs.
15992 configure.texi: added documentation for -program_prefix,
15993 -program_suffix and -program_transform_name.
15994
15995Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15996
15997 * config.sub: Accept i486 where i386 ok.
15998
15999Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16000
16001 * config.sub: accept we32k
16002
16003Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16004
35590697 16005 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
16006
16007 * Makefile.in: don't create all directories for ``make install'';
16008 let the subdirectories create the ones they need.
16009
16010Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16011
80413487 16012 * COPYING: new file, GPL v2
252b5132
RH
16013
16014Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16015
16016 * Makefile.in: use the new gen-info-dir, which needs a template
16017 argument (which also lives in texinfo)
16018
16019 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16020
252b5132
RH
16021Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16022
16023 * config.sub (ncr3000): Change i386 to i486.
16024
16025Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16026
16027 * Makefile.in: add install-rcs, install-grep to
16028 install-no-fixedincludes, removed install-bison and install-libgcc
16029
16030Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16031
16032 * configure.in: grab the HPUX makefile fragment if on HPUX
16033
16034Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16035
16036 * Makefile.in: eradicate bison spoor (ditto libgcc).
16037 configure.in: recognise m68{k,000}-ericsson-OSE.
16038 es1800 is alias for m68k-ericsson-OSE
16039
16040Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16041
16042 * configure.in: rearrange the parts that remove programs from
16043 configdirs, based now on HOST==TARGET or by canonical triple.
16044
16045Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16046
16047 * test-build.mk: recurse explicitly with -f test-build.mk when
16048 appropriate. predicate stage3 and comparison on the existence
16049 of gcc. That is, if gcc isn't around, we aren't three-staging.
16050 On very clean, also remove ...stamp-co. Build in-place before
16051 doing other builds.
16052
16053Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16054
16055 * Makefile.in, configure.in: add tgas
16056
16057Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16058
16059 * Makefile.in: a number of changes merged in from progressive.
16060
16061 * configure.in: add libm.
16062
16063 * .cvsignore: ignore some stuff that comes from test-build.mk.
16064
252b5132
RH
16065Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16066
16067 * config.sub: Add es1800 (m68k-ericsson-es1800).
16068
16069Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16070
16071 * configure: Add program_suffix (parallel to program_prefix)
16072 * Makefile.in: adjust directory-creating script for losing decstation
16073
16074Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16075
16076 * configure: Minor $subdir-related fixes.
16077
16078Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16079
16080 * configure: fix various problems with propogating
16081 makefile_target_frag in subdirs.
16082 * configure.in: config libgcc if its there
16083
16084Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16085
16086 * config.sub: HPPA merge.
16087
252b5132
RH
16088Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16089
16090 * Makefile.in: Replace all-bison with all-byacc in all
16091 dependency lines for other tools (which now use byacc).
16092
16093Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16094
16095 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16096
252b5132
RH
16097Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16098
16099 * Makefile.in: make gprof rules similar to byacc rules (instead of
16100 vestigal $(unsubdir) that didn't work...)
16101
16102Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16103
16104 * config.sub: Add support for Linux.
16105 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16106 (at least for libg++).
16107
16108Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16109
16110 * configure.texi: fix doc for the -nfp option to configure
16111
16112Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16113
16114 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16115
16116Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16117
16118 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16119 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16120 * configure.in: added solaris* host_makefile_frag hook.
16121
16122Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16123
16124 * config.sub: changed recognition of m68000 so that various
16125 m68k types can be specified via m680[01234]0
16126
16127Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16128
16129 * config.sub (basic_machine): fix sed so that '-foo' isn't
16130 completely substituted out while .+'-foo' loses the '-foo'
16131
16132Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16133
16134 * config.sub ($os): Add -aout.
16135
16136Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16137
16138 * configure: If host_makefile_frag is absolute, don't
16139 prefix ${invsubdir} (relevant to libg++ auto-configure).
16140
16141Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16142
16143 * Makefile.in (tooldir): Define it.
16144 (all-ld): Depend on all-flex.
16145
16146Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16147
16148 * Makefile.in (check): Fix libg++ special case.
16149
16150Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16151
16152 * configure: do not bury `pwd` into config.status, thus do fewer
16153 pwd's.
16154
16155 * configure: print the "Building in" message only when building in
16156 other than "." AND verbose.
16157
16158 * configure: remove -s, rework -v to better accomodate guested
16159 configures.
16160
16161 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16162
16163Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16164
16165 * Makefile.in: macroize flags passed on recursion. remove
16166 fileutils.
16167
16168Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16169
16170 * configure: get makesrcdir right for subdirs deeper than 1.
16171
16172 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16173 install.
16174
16175Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16176
16177 * Makefile.in: don't print subdir_do or recursion lines.
16178
16179Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16180
16181 * standards.texi: added menu item.
16182
16183 * Makefile.in: build and install standards.info.
16184
16185 * standards.texi: new file.
16186
16187Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16188
16189 * configure: test for and move config.status pieces from
16190 ${subdir}/.
16191
16192Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16193
252b5132
RH
16194 * configure: Test for existance of files before trying to mv
16195 them, to avoid numerous non-existance messages.
16196
16197Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16198
16199 * configure: correct final line of config.status.
16200
16201 * configure: patch from eggert. Avoids a protection problem if
16202 the original Makefile.in is read only.
16203
16204 * configure: use move-if-change from gcc to create config.status.
16205 Some makefiles depend on config.status to tell if a directory
16206 has been reconfigured for a different host. This change
16207 prevents those directories from remaking everything in the case
16208 where the reconfig was only intended to rebuild a Makefile.
16209
16210 * configure: test for config.sub with "config.sub sun4" rather
16211 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16212 host alias from a missing config.sub.
16213
16214Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16215
16216 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16217 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16218
16219Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16220
16221 * configure: mkdir ${subdir} as needed.
16222
16223Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16224
16225 * Makefile.in,configure.in: added autoconf.
16226
16227Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16228
16229 * Makefile.in: no longer pass against on recursion.
16230
16231 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16232 definitions are not inherited.
16233
16234 * configure: correct makesrcdir when subdir is .
16235
16236Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16237
16238 * configure: Add support for 'subdirs' variable, which is
16239 like 'configdirs', except that configure doesn't re-invoke
16240 itself for subdirs, it just creates a Makefile for each subdir.
16241 * configure.texi: Document subdirs.
16242
16243Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16244
16245 * configure.in: added flex to configdirs
16246
16247Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16248
16249 * Makefile.in: remove clean-stamps from clean.
16250
16251Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16252
16253 * configure.in: Add gdbtest to configdirs.
16254
16255Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16256
16257 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16258 to recursive makes.
16259 * configure.in: Recognize new ncr3000 config.
16260
16261Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16262
16263 * Makefile.in, configure.in: removed references to gdbm.
16264
16265Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16266
16267 * config.sub: Don't canonicalize os value
16268 newsos* to bsd (readline needs to check for newsos).
16269 (This fix was earlier made Jan 31, but got re-broken.)
16270
16271Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16272
16273 * configure.in: sco is an os, not a vendor!
16274
16275 * configure: Quote $( better. Keep various shells happy.
16276
16277Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16278
16279 * Makefile.in: eliminate stamp-files.
16280
16281Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16282
16283 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16284 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16285
16286Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16287
16288 * config.sub: fix iris/iris3.
16289
16290Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16291
16292 * configure: re-add -rm.
16293
16294Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16295
16296 * Maskefile.in: add .stmp-rcs to all.
16297
16298 * configure.in: remove gas from rs6000 build, use aix host fragment.
16299
16300Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16301
16302 * configure: pass down site_option during recursion.
16303
16304Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16305
16306 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16307
16308Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16309
16310 * configure: Change exec_prefix so that it really defaults to prefix.
16311
16312Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16313
16314 * Makefile.in, configure.in: Add support for mmalloc library.
16315
16316Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16317
16318 * Makefile.in: add stmp dependencies for a few more things.
16319
16320Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16321
16322 * configure: adjusted error message on objdir/srcdir configure
16323 collision, per john's suggestion.
16324
16325 * Makefile.in: add libiberty stmp to all and all.cross.
16326
16327Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16328
16329 * Makefile.in: remove force dependencies, add grep to all.
16330
16331Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16332
16333 * Makefile.in: drop flex. make stamp files work.
16334
16335 * configure: added test for conflicting configuration in srcdir,
16336 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16337 gets cranky. use relative paths for configure and srcdir
16338 whenever possible. Send some error messages to stderr that were
16339 going to stdout.
16340
16341Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16342
16343 * Makefile.in: Fix libg++ rule to check for gcc directory
16344 before using gcc/gcc. Also pass XTRAFLAGS.
16345
16346Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16347
16348 * Makefile.in: added stmp-files so that directories aren't polled
16349 when they are already built.
16350
16351 * configure.texi: fixed a node pointer problem.
16352
16353Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16354
4bddf3ad 16355 * config.sub configure.in gdb/configure.in
252b5132
RH
16356 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16357 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16358 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16359
16360Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16361
16362 * configure: -recurring becomes -silent. corrected help message
16363 for -site= option.
16364
16365 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16366
16367Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16368
16369 * configure: when building Makefile for crosses, replace
16370 tooldir and program_prefix. default srcdir from location of
16371 config.sub. remove "for host in hosts" and "for target in
16372 targets" loops.
16373
16374Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16375
16376 * Makefile.in: Do not pass bindir or mandir to cvs.
16377
16378Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16379
16380 * Makefile.in, configure.in: removed traces of namesubdir,
16381 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16382 copyrights to '92, changed some from Cygnus to FSF.
16383
16384 * configure.texi: remove most references to multiple hosts,
16385 multiple targets, subdirs, etc.
16386
16387 * configure.man: removed rcsid. reference config.sub not
16388 config.subr.
16389
16390 * Makefile.in: mkdir $(infodir) on install-info.
16391
16392Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16393
16394 * configure.texi: Explain better about .gdbinit and about
16395 the environment that configure.in sections run in.
16396
16397Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16398
16399 * configure.in: Ultrix is only a decstation if it's a MIPS.
16400
16401Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16402
16403 * README: DOC.configure => cfg-paper.texi.
16404
16405Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16406
16407 * config.sub (near case $os): Don't convert newsos* to bsd!
16408
16409Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16410
16411 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16412 the number of copies of COPYING that go into the GDB tar file.
16413
16414Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16415
4bddf3ad 16416 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16417 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16418 Fix SCO configuration stuff.
16419
16420Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16421
16422 * Makefile.in: For libg++, make sure the -I pointing
16423 to the gcc directory goes *after* all the libg++-local -I flags.
16424 Also, move just-gcc dependency from just-libg++ to all-libg++.
16425
16426Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16427
16428 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16429
16430Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16431
16432 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16433
16434Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16435
16436 * config.sub: Add stratus configuration frags. Also
16437 submitted to FSF.
16438
16439Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16440
16441 * Makefile.in (DEV_SUPPORT): add configure.man.
16442
16443 * config.sub(Decode manufacturer-specific): add -none*.
16444
16445Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16446
16447 * Makefile.in: remove form feeds to make Sun's make happy.
16448 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16449
16450Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16451
16452 * Makefile.in (AR_FLAGS): Make quieter.
16453
16454Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16455
16456 * configure.in: Add libg++.
16457 * configure: When verbose, don't output the command line at each
16458 level; it will be unremarkably the same as the previous version,
16459 which will be the same as what the user typed.
16460
16461Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16462
16463 * configure.in, Makefile.in: fix clean-info, add flex. add
16464 fileutils.
16465
16466 * configure: be less sensitive to spaces in Makefile.in. Do not
16467 look for sources in "..". Doing so breaks subdirectories that
16468 might have their own configure. If a subdir has it's own
16469 configure script, use it.
16470
16471Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16472
16473 * cfg-paper.texi: some changes suggested by rms.
16474
16475Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16476
16477 * config.sub: Merge in some small additions from the FSF version,
16478 taken from the gcc distribution, to bring the Cygnus and FSF
16479 versions into closer sync.
16480
16481Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16482
16483 * configure.in: Changed svr4 references to sysv4.
16484
16485Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16486
16487 * configure: added -V for version number option.
16488
16489Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16490
16491 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16492 renamed from DOC.configure to cfg-paper.texi.
16493
16494Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16495
16496 * configure, config.subr, config.sub: config.subr is now
16497 config.sub again.
16498
16499Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16500
16501 * configure.texi: new file, in progress.
16502
16503 * Makefile.in: build info file and install the man page for
16504 configure.
16505
16506 * configure.man: new file, first cut.
16507
16508 * configure: find config.subr again now that configuration "none"
16509 has gone. removed all traces of the -ansi option. removed all
16510 traces of the -languages option.
16511
16512 * config.subr: resync from rms.
16513
d932cae7 165141991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16515
16516 * configure, config.sub, config.subr: merge config.sub into
16517 config.subr, call the result config.subr, remove config.sub, use
16518 config.subr.
16519
16520 * Makefile.in: revised install for dir.info.
16521
d932cae7 165221991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16523
16524 * configure.in: add decstation host makefile frag.
16525
16526 * Makefile.in: BISON now bison -y again. also install-gcc on
16527 install. clean-gdbm on clean. infodir belongs in datadir.
16528 Make directories for info install. Build dir.info here then
16529 install it.
16530
d932cae7 165311991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16532
16533 * Makefile.in: fix for bad directory tests.
16534
d932cae7 165351991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16536
16537 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16538 regexp. -srcdir relative was being handled incorrectly.
16539
16540 * Makefile.in: unwrapped some for loops so that parallel makes
16541 work again and so one can focus one's attention on a particular
16542 package.
16543
d932cae7 165441991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16545
16546 * configure: added PWD as a stand in for `pwd` (for speed). use
16547 elif wherever possible. make -srcdir work without -objdir.
16548 -objdir= commented out.
16549
d932cae7 165501991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16551
16552 * configure: +options become --options. -subdirs commented out.
16553 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16554 Makefile now at top of generated Makefile. Removed cvs log
16555 entries. added -srcdir. create .gdbinit only if there is one
16556 in ${srcdir}.
16557
16558 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16559 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16560 and mandir now keyed off datadir by default.
16561
d932cae7 165621991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16563
16564 * Freshly created ChangeLog.
16565
16566\f
16567Local Variables:
16568mode: change-log
16569left-margin: 8
16570fill-column: 76
16571version-control: never
16572End:
This page took 1.592349 seconds and 4 git commands to generate.