gdb: fix vfork with multiple threads
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
51419248
NC
12021-07-03 Nick Clifton <nickc@redhat.com>
2
3 * 2.37 release branch created.
4
20c4b12e
NC
52021-07-03 Nick Clifton <nickc@redhat.com>
6
7 * libiberty: Sync with gcc. Bring in:
8 2021-06-30 Gerald Pfeifer <gerald@pfeifer.com>
9
10 * make-temp-file.c (usrtmp): Remove.
11 (choose_tmpdir): Remove use of usrtmp.
12
13 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
14
15 * simple-object.c (handle_lto_debug_sections): Copy over .BTF section.
16
17 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
18 David Faust <david.faust@oracle.com>
19 Jose E. Marchesi <jose.marchesi@oracle.com>
20 Weimin Pan <weimin.pan@oracle.com>
21
22 * simple-object.c (handle_lto_debug_sections): Copy over .ctf
23 sections.
24
25 2021-06-05 John David Anglin <danglin@gcc.gnu.org>
26
27 PR target/100734
28 * configure.ac: Use libiberty snprintf and vsnprintf on
29 hppa*-*-hpux*.
30 * configure: Regenerate.
31
32 2021-05-06 Tom Tromey <tom@tromey.com>
33
34 * hashtab.c (htab_eq_string): New function.
35
36 2021-05-04 Eric Botcazou <ebotcazou@adacore.com>
37
38 * configure.ac: Make test for variables more robust.
39 * configure: Regenerate.
40
41 2021-05-03 H.J. Lu <hjl.tools@gmail.com>
42
43 PR bootstrap/99703
44 * configure: Regenerated.
45
46 2021-04-21 Andreas Schwab <schwab@linux-m68k.org>
47
48 PR demangler/100177
49 * rust-demangle.c (demangle_const_char): Properly print the
50 character value.
51
52 2021-03-31 Patrick Palka <ppalka@redhat.com>
53
54 PR c++/88115
55 * cp-demangle.c (d_dump, d_make_comp, d_expression_1)
56 (d_count_templates_scopes): Handle DEMANGLE_COMPONENT_VENDOR_EXPR.
57 (d_print_comp_inner): Likewise.
58 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Revert r11-4926
59 change.
60 <case DEMANGLE_COMPONENT_UNARY>: Likewise.
61 * testsuite/demangle-expected: Adjust __alignof__ tests.
62
63 2021-03-16 Nick Clifton <nickc@redhat.com>
64
65 * sha1.c (sha1_process_bytes): Use memmove in place of memcpy.
66
67 2021-02-20 Mike Frysinger <vapier@gentoo.org>
68
69 * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, $(srcdir)/aclocal.m4): Define.
70 (configure_deps): Rename to ...
71 (aclocal_deps): ... this. Replace aclocal.m4 with acinclude.m4.
72 ($(srcdir)/configure): Replace $(configure_deps) with
73 $(srcdir)/aclocal.m4.
74 * aclocal.m4: Move libiberty macros to acinclude.m4, then regenerate.
75 * acinclude.m4: New file.
76 * configure: Regenerate.
77
78 2021-02-19 Ayush Mittal <ayush.m@samsung.com>
79
80 * argv.c (expandargv): free allocated buffer if read fails.
81
82 2021-02-01 Martin Sebor <msebor@redhat.com>
83
84 * dyn-string.c (dyn_string_insert_cstr): Use memcpy instead of strncpy
85 to avoid -Wstringop-truncation.
86
5c9e84c2
MF
872021-05-29 Mike Frysinger <vapier@gentoo.org>
88
89 * configure.ac: Add gnulib to configdirs for sim.
90 * configure: Regenerate.
91
78a7f576
MR
922021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
93
94 * MAINTAINERS: Update path to readline config.{sub,guess} files.
95
2e8adb64
MR
962021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
97
98 * config.guess: Import from upstream.
99 * config.sub: Likewise.
100
9cc11ab5
MF
1012021-05-18 Mike Frysinger <vapier@gentoo.org>
102
103 * Makefile.def: Add configure-sim dependency on all-gnulib.
104 * Makefile.in: Regenerated.
105
a8d6316b
NC
1062021-05-04 Nick Clifton <nickc@redhat.com>
107
108 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
109 * configure: Regenerate.
110
755ba58e
NA
1112021-03-18 Nick Alcock <nick.alcock@oracle.com>
112
113 PR libctf/27482
114 * Makefile.def: Add install-bfd dependencies for install-libctf and
115 install-ld, and install-strip-bfd dependencies for
116 install-strip-libctf and install-strip-ld; move the install-ld
117 dependency on install-libctf to join it.
118 * Makefile.in: Regenerated.
119
367c5eb7
MF
1202021-03-12 Mike Frysinger <vapier@gentoo.org>
121
122 * Makefile.def: Remove all-sim dependency on configure-gdb.
123 * Makefile.in: Regenerated.
124
1dbde357
L
1252021-02-28 H.J. Lu <hongjiu.lu@intel.com>
126
127 PR binutils/26766
128 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
129 PGO_BUILD_TRAINING=yes.
130 (PGO_BUILD_TRAINING_MFLAGS): New.
131 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
132
a57d1773
AM
1332021-02-09 Alan Modra <amodra@gmail.com>
134
135 * configure.ac: Delete arm*-*-symbianelf* entry.
136 * configure: Regenerate.
137
f04ce15e
NA
1382021-01-26 Nick Alcock <nick.alcock@oracle.com>
139
140 * Makefile.def: Add install-libctf dependency to install-ld.
141 * Makefile.in: Regenerated.
142
3034143d
MF
1432021-01-12 Mike Frysinger <vapier@gentoo.org>
144
145 * src-release.sh (do_proto_toplev): Rewrite indentation.
146
44124a46
L
1472021-01-11 H.J. Lu <hongjiu.lu@intel.com>
148
149 PR binutils/26766
150 * configure.ac:
151 * configure: Regenerated.
152
03c02f31
L
1532021-01-11 H.J. Lu <hongjiu.lu@intel.com>
154
155 PR ld/27173
156 * configure: Regenerated.
157 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
158 --plugin and rc before enabling --plugin.
159
af019bfd
L
1602021-01-09 H.J. Lu <hongjiu.lu@intel.com>
161
162 PR binutils/26766
163 * Makefile.tpl (BUILD_CFLAGS): New.
164 (CFLAGS): Append $(BUILD_CFLAGS).
165 (CXXFLAGS): Likewise.
166 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
167 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
168 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
169 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
170 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
171 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
172 (PGO-TRAINING-TARGETS): Likewise.
173 (PGO_BUILD_TRAINING): Likewise.
174 (all): Add '+' to the command line for recursive make. Support
175 the PGO build.
176 * configure.ac: Add --enable-pgo-build[=lto].
177 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
178 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
179 * Makefile.in: Regenerated.
180 * configure: Likewise.
181
50ad1254
L
1822021-01-09 H.J. Lu <hongjiu.lu@intel.com>
183
184 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
185 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
186 * configure.ac: Include config/gcc-plugin.m4.
187 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
188 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
189 RANLIB if possible.
190 * Makefile.in: Regenerated.
191 * configure: Likewise.
192
055bc77a
NC
1932021-01-09 Nick Clifton <nickc@redhat.com>
194
195 * 2.36 release branch crated.
196
f4782128
ST
1972021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
198
199 * libtool.m4: Match gnu* along with other GNU systems.
200
16062162
AM
2012021-01-07 Alan Modra <amodra@gmail.com>
202
203 * config.sub: Accept OS of eabi* and gnueabi*.
204
c59e30ed
NA
2052021-01-05 Nick Alcock <nick.alcock@oracle.com>
206
207 * Makefile.def (libctf): No longer no_check. Checking depends on
208 all-ld.
209 * Makefile.in: Regenerated.
210
d750c713
NC
2112021-01-05 Nick Clifton <nickc@redhat.com>
212
213 * libiberty: Sync with gcc. Bring in:
214 2021-01-04 Martin Liska <mliska@suse.cz>
215
216 * strverscmp.c: Convert to utf8 from iso8859.
217
218 2020-12-22 Jason Merrill <jason@redhat.com>
219
220 PR c++/67343
221 * cp-demangle.h (struct d_info): Add unresolved_name_state.
222 * cp-demangle.c (d_prefix): Add subst parm.
223 (d_nested_name): Pass it.
224 (d_unresolved_name): Split out from...
225 (d_expression_1): ...here.
226 (d_demangle_callback): Maybe retry with old sr mangling.
227 * testsuite/demangle-expected: Add test.
228
229 2020-12-21 Jason Merrill <jason@redhat.com>
230
231 * cp-demangle.c (d_expression_1): Recognize qualified-id
232 on RHS of dt/pt.
233 * testsuite/demangle-expected: Add test.
234
235 2020-12-21 Jason Merrill <jason@redhat.com>
236
237 * cp-demangle.c (d_unqualified_name): Clear is_expression.
238 * testsuite/demangle-expected: Add tests.
239
240 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
241
242 * configure: Regenerate.
243 * configure.ac: Avoid using sanitizer.
244
245 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
246
247 * rust-demangle.c (struct rust_demangler): Add
248 skipping_printing and bound_lifetime_depth fields.
249 (eat): Add (v0-only).
250 (parse_integer_62): Add (v0-only).
251 (parse_opt_integer_62): Add (v0-only).
252 (parse_disambiguator): Add (v0-only).
253 (struct rust_mangled_ident): Add punycode{,_len} fields.
254 (parse_ident): Support v0 identifiers.
255 (print_str): Respect skipping_printing.
256 (print_uint64): Add (v0-only).
257 (print_uint64_hex): Add (v0-only).
258 (print_ident): Respect skipping_printing,
259 Support v0 identifiers.
260 (print_lifetime_from_index): Add (v0-only).
261 (demangle_binder): Add (v0-only).
262 (demangle_path): Add (v0-only).
263 (demangle_generic_arg): Add (v0-only).
264 (demangle_type): Add (v0-only).
265 (demangle_path_maybe_open_generics): Add (v0-only).
266 (demangle_dyn_trait): Add (v0-only).
267 (demangle_const): Add (v0-only).
268 (demangle_const_uint): Add (v0-only).
269 (basic_type): Add (v0-only).
270 (rust_demangle_callback): Support v0 symbols.
271 * testsuite/rust-demangle-expected: Add v0 testcases.
272
273 2020-11-13 Seija Kijin <doremylover456@gmail.com>
274
275 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
276
277 2020-11-11 Patrick Palka <ppalka@redhat.com>
278
279 PR c++/88115
280 * cp-demangle.c (d_print_comp_inner)
281 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
282 "operator " prefix for __alignof__.
283 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
284 operand of __alignof__.
285 * testsuite/demangle-expected: Test demangling for __alignof__.
286
287 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
288
289 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
290
291 2020-10-06 Martin Liska <mliska@suse.cz>
292
293 PR lto/97290
294 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
295 Use sh_link of a .symtab_shndx section.
296
5f8c2a15
AM
2972021-01-05 Alan Modra <amodra@gmail.com>
298
299 * config.guess: Import from upstream.
300 * config.sub: Likewise.
301
d6f26c9d
ML
3022020-12-16 Martin Liska <mliska@suse.cz>
303 Tom de Vries <tdevries@suse.de>
304
305 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
306 field. Add meter field.
307 (progressfn): Print progress using meter.
308
7ddfb1a8
EL
3092020-12-02 Enze Li <lienze2010@hotmail.com>
310
311 * .gitignore: Add gnu global outputs.
312
12bf6525
SM
3132020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
314
315 * .gitignore: Sync with gcc.
316
ce04ca31
AR
3172020-10-26 Andreas Rammhold <andreas@rammhold.de>
318
319 * src-release.sh: Use sha256sum instead of md5sum.
320
ba4d88ad
AB
3212020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * Makefile.in: Rebuild.
324 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
325 distclean-gdbserver.
326
f6720b1c
AM
3272020-07-24 Aaron Merey <amerey@redhat.com>
328
f6720b1c
AM
329 * configure: Rebuild.
330 * configure.ac: Remove AC_DEBUGINFOD.
331
b115b9fd
NC
3322020-07-04 Nick Clifton <nickc@redhat.com>
333
334 Binutils 2.35 branch created.
335
11104e42
SC
3362020-04-21 Stephen Casner <casner@acm.org>
337
338 PR 25830
339 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
340 * configure: Rebuild.
341
4635ff97
TT
3422020-03-12 Tom Tromey <tom@tromey.com>
343
344 * Makefile.in: Rebuild.
345 * Makefile.def (gdbserver): Depend on gdbsupport.
346
21329136
TT
3472020-03-12 Tom Tromey <tom@tromey.com>
348
349 * Makefile.in: Rebuild.
350 * Makefile.def (gdbsupport): Don't depend on bfd.
351
9a665d62
TT
3522020-03-12 Tom Tromey <tom@tromey.com>
353
354 * Makefile.in: Rebuild.
355 * Makefile.def (gdbsupport): Depend on intl.
356
b6f9caee
TT
3572020-02-17 Tom Tromey <tom@tromey.com>
358
359 * configure: Rebuild.
360 * configure.ac (configdirs): Add gnulib and gdbsupport when building
361 gdbserver.
362
1a627e7e
TT
3632020-02-14 Tom Tromey <tom@tromey.com>
364
365 * Makefile.in: Rebuild.
366 * Makefile.def: Make gdbserver require gnulib and libiberty.
367
919adfe8
TT
3682020-02-07 Tom Tromey <tom@tromey.com>
369 Pedro Alves <palves@redhat.com>
370
371 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
372 * gdbserver: New directory, moved from gdb/gdbserver.
373 * configure.ac (host_tools): Add gdbserver.
374 Only build gdbserver on certain systems.
375 * Makefile.in, configure: Rebuild.
376 * Makefile.def (host_modules, dependencies): Add gdbserver.
377 * MAINTAINERS: Add gdbserver.
378
fc1ca146
SDJ
3792020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
380
381 * src-release.sh (getver): Look for gdbsupport's
382 create-version.sh script at the current directory if tool is
383 "gdb".
384
cf1d9e09
SM
3852020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
386
387 * remote-sim.c (gdbsim_target::wait): Return
388 sim_data->remote_sim_ptid instead of inferior_ptid.
389
ae774686
NC
3902020-01-18 Nick Clifton <nickc@redhat.com>
391
392 Binutils 2.34 branch created.
393
4fb3a8da
NC
3942020-01-18 Nick Clifton <nickc@redhat.com>
395
396 Synchronize top level configure files with master version:
397
398 2020-01-01 Ben Elliston <bje@gnu.org>
399
400 * config.guess: Update copyright years.
401 * config.sub: Likewise.
402
403 2019-12-21 Ben Elliston <bje@gnu.org>
404
405 * config.guess (set_cc_for_build): Prevent multiple calls by
406 checking if $tmp is already set. We can't check CC_FOR_BUILD as
407 the user may set it externally. Thanks to Torbjörn Granlund for
408 the bug report.
409
410 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
411
412 * config.guess (alpha:Linux:*:*): Guard against missing
413 /proc/cpuinfo by redirecting standard error to /dev/null.
414
415 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
416
417 * config.guess (*:Twizzler:*:*): New.
418 * config.sub (-twizzler*): New.
419
420 2019-07-24 Ben Elliston <bje@gnu.org>
421
422 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
423
424 2019-06-30 Ben Elliston <bje@gnu.org>
425
426 * config.sub (case $os): Match nsk* and powerunix. Don't later
427 match nsk* and set os=nsk which removes the OS version number.
428
429 2019-06-30 Ben Elliston <bje@gnu.org>
430
431 * config.sub: Recognise os108*.
432
433 2019-06-26 Ben Elliston <bje@gnu.org>
434
435 * config.sub (hp300): Set $os to hpux.
436
437 2019-06-26 Ben Elliston <bje@gnu.org>
438
439 * config.sub (vsta): Move into alphabetical order.
440
441 2019-06-10 Ben Elliston <bje@gnu.org>
442
443 * config.guess (*:OS108:*:*): Recognise new OS.
444
445 2019-05-28 Ben Elliston <bje@gnu.org>
446
447 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
448 system compiler is installed. If not, do not run set_cc_for_build,
449 as the default cc will open a dialog box asking to install
450 Xcode. If no C compiler is available, guess based on uname -p and
451 uname -m.
452
453 2019-05-28 Ben Elliston <bje@gnu.org>
454
455 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
456
c4d3fc14
SM
4572020-01-17 Simon Marchi <simon.marchi@efficios.com>
458
459 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
460 * Makefile.in: Re-generate.
461
01027315
TT
4622020-01-14 Tom Tromey <tom@tromey.com>
463
464 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
465 * MAINTAINERS: Add gdbsupport.
466 * configure: Rebuild.
467 * configure.ac (configdirs): Add gdbsupport.
468 * gdbsupport: New directory, move from gdb/gdbsupport.
469 * Makefile.def (host_modules, dependencies): Add gnulib.
470 * Makefile.in: Rebuild.
471
abb78b78
AM
4722020-01-09 Aaron Merey <amerey@redhat.com>
473
474 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
475 new configure option --with-debuginfod.
476 * configure: Regenerate.
477 * configure.ac: Call AC_DEBUGINFOD.
478
cef2097a
CB
4792019-12-26 Christian Biesinger <cbiesinger@google.com>
480
481 * .gitignore: Add perf.data and perf.data.old.
482
95c746cc
SDJ
4832019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
484
485 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
486
a315e147
AM
4872019-10-17 Alan Modra <amodra@gmail.com>
488
489 PR 29
490 * src-release.sh (getver): Replace "head -1" with "head -n 1".
491
87279e3c
NA
4922019-07-30 Nick Alcock <nick.alcock@oracle.com>
493
494 * Makefile.def (host_modules): libctf is no longer no_install.
495 * Makefile.in: Regenerated.
496
1ff6de03
NA
4972019-07-13 Nick Alcock <nick.alcock@oracle.com>
498
499 * Makefile.def (dependencies): all-ld depends on all-libctf.
500 * Makefile.in: Regenerated.
501
60391a25
PB
5022019-09-09 Phil Blundell <pb@pbcl.net>
503
504 binutils 2.33 branch created
505
c1a5d03a
TT
5062019-08-19 Tom Tromey <tom@tromey.com>
507
508 * configure: Rebuild.
509 * configure.ac: Add --with-static-standard-libraries.
510
f211b8c0
NC
5112019-08-09 Nick Clifton <nickc@redhat.com>
512
513 * libiberty: Sync with gcc. Bring in:
514 2019-08-08 Martin Liska <mliska@suse.cz>
515
516 PR bootstrap/91352
517 * lrealpath.c (is_valid_fd): New function.
518
519 2019-07-24 Martin Liska <mliska@suse.cz>
520
521 PR lto/91228
522 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
523 Find first '\0' starting from gnu_lto + 1.
524
525 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
526
527 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
528 This fixes a Bug 90924.
529
530 2019-07-22 Martin Liska <mliska@suse.cz>
531
532 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
533 Do not search for gnu_lto_v1, but search for first '\0'.
534
535 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
536
537 * cplus-dem.c: Include rust-demangle.h.
538 * rust-demangle.c: Include rust-demangle.h.
539 * rust-demangle.h: New file.
540
541 2019-05-31 Michael Forney <mforney@mforney.org>
542
543 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
544 is non-zero.
545
546 2019-04-30 Ben L <bobsayshilol@live.co.uk>
547
548 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
549 * testsuite/d-demangle-expected: Add testcase.
550
551 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
552 * testsuite/d-demangle-expected: Add testcase.
553
554 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
555 * testsuite/d-demangle-expected: Add testcase.
556
557 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
558 * testsuite/d-demangle-expected: Add testcase.
559
560 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
561 * testsuite/d-demangle-expected: Add testcase.
562
563 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
564 * testsuite/demangle-expected: Add testcase.
565
566 * cp-demangle.c (d_encoding): Guard against NULL return values from
567 d_right (dc).
568 * testsuite/demangle-expected: Add testcase.
569
570 2019-04-29 Ben L <bobsayshilol@live.co.uk>
571
572 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
573 char is valid.
574 * testsuite/demangle-expected: Add testcase.
575
576 2019-04-10 Nick Clifton <nickc@redhat.com>
577
578 PR 89394
579 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
580 lengths.
581 (d_count_templates_scopes): Replace num_templates and num_scopes
582 parameters with a struct d_print_info pointer parameter. Adjust
583 body of the function accordingly. Add recursion counter and check
584 that the recursion limit is not reached.
585 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
586 Reset recursion counter afterwards, unless the recursion limit was
587 reached.
588
48b550c2
JB
5892019-07-13 Joel Brobecker <brobecker@adacore.com>
590
591 * src-release (getver): If $tool/gdbsupport/create-version.sh
592 exists, use that to determine the version number.
593
be74b5b7
AS
5942019-06-21 Andreas Schwab <schwab@linux-m68k.org>
595
596 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
597
73cc7272
TT
5982019-06-14 Tom Tromey <tom@tromey.com>
599
600 * MAINTAINERS: Add gnulib.
601 * gnulib: New directory, move from gdb/gnulib.
602 * configure.ac (host_libs): Add gnulib.
603 * configure: Rebuild.
604 * Makefile.def (host_modules, dependencies): Add gnulib.
605 * Makefile.in: Rebuild.
606
79b377b3
NC
6072019-06-03 Nick Clifton <nickc@redhat.com>
608
609 Revert:
610 2019-05-29 Nick Clifton <nickc@redhat.com>
611
612 * configure.ac (noconfigdirs): Add libctf if the target does not use
613 the ELF file format.
614 * configure: Regenerate.
615
e33f2313
NC
6162019-05-29 Nick Clifton <nickc@redhat.com>
617
618 * src-release.sh (do_proto_toplev): Add libctf to list of
619 directories that can be disabled.
620
90bd5423
NC
6212019-05-29 Nick Clifton <nickc@redhat.com>
622
623 * configure.ac (noconfigdirs): Add libctf if the target does not use
624 the ELF file format.
625 * configure: Regenerate.
626
9698cf9b
NA
6272019-05-28 Nick Alcock <nick.alcock@oracle.com>
628
629 * Makefile.def (dependencies): configure-libctf depends on all-bfd
630 and all its deps.
631 * Makefile.in: Regenerated.
632
88981b15
NA
6332019-05-28 Nick Alcock <nick.alcock@oracle.com>
634
635 * MAINTAINERS: Add libctf.
636
0e65dfba
NA
6372019-05-28 Nick Alcock <nick.alcock@oracle.com>
638
639 * Makefile.def (host_modules): Add libctf.
640 * Makefile.def (dependencies): Likewise.
641 libctf depends on zlib, libiberty, and bfd.
642 * Makefile.in: Regenerated.
643 * configure.ac (host_libs): Add libctf.
644 * configure: Regenerated.
645
2376c370
JM
6462019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
647
648 * config.guess: Synchronize with config project master sources.
649 * config.sub: Likewise.
650 * readline/support/config.guess: Likewise.
651 * readline/support/config.sub: Likewise.
652
c1202057
NC
6532019-04-10 Nick Clifton <nickc@redhat.com>
654
655 * libiberty: Sync with gcc. Bring in:
656 2019-04-10 Nick Clifton <nickc@redhat.com>
657
658 PR 89394
659 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
660 lengths.
661 (d_count_templates_scopes): Replace num_templates and num_scopes
662 parameters with a struct d_print_info pointer parameter. Adjust
663 body of the function accordingly. Add recursion counter and check
664 that the recursion limit is not reached.
665 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
666 Reset recursion counter afterwards, unless the recursion limit was
667 reached.
668
f974f26c
NC
6692018-06-24 Nick Clifton <nickc@redhat.com>
670
671 2.32 branch created.
672
d63f2be2
RO
6732019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
674
675 Merge from GCC:
676 PR target/88535
677 * config.guess: Import upstream version 2019-01-03.
678 * config.sub: Import upstream version 2019-01-01.
679
1910070b
NC
6802019-01-10 Nick Clifton <nickc@redhat.com>
681
682 * libiberty: Sync with gcc. Bring in:
683 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
684
685 PR other/16615
686
687 * cp-demangle.c: Mechanically replace "can not" with "cannot".
688 * floatformat.c: Likewise.
689 * strerror.c: Likewise.
690
691 2018-12-22 Jason Merrill <jason@redhat.com>
692
693 Remove support for demangling GCC 2.x era mangling schemes.
694 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
695 internal_cplus_demangle, and all subroutines.
696 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
697 Lucid, ARM, HP, and EDG demangling styles.
698 (cplus_demangle): Remove 'work' variable. Don't call
699 internal_cplus_demangle.
700
69961a84
ДП
7012019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
702
703 * configure.ac: Don't configure readline if --with-system-readline is
704 used.
705 * configure: Re-generate.
706
b555fb21
JM
7072018-10-31 Joseph Myers <joseph@codesourcery.com>
708
709 Merge from GCC:
710 PR bootstrap/82856
711 * multilib.am: New file. From automake.
712
80ca5f98
SDJ
7132018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
714
715 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
716
0a8288f7
NC
7172018-07-16 Nick Clifton <nickc@redhat.com>
718
719 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
720
26996596
SH
7212018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
722
723 * config.sub: Sync with upstream version 2018-07-03.
724
c5244148
SH
7252018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
726
727 * config.guess: Sync with upstream version 2018-06-26.
728 * config.sub: Sync with upstream version 2018-07-02.
729
4119873a
AO
7302018-06-29 Alexandre Oliva <oliva@adacore.com>
731
732 * configure.ac: Introduce support for @unless/@endunless.
733 * Makefile.tpl (dep-kind): Rewrite with cond; return
734 postbootstrap in some cases.
735 (make-postboot-dep, postboot-targets): New.
736 (dependencies): Do not output postbootstrap dependencies at
737 first. Output non-target ones changed for configure to depend
738 on stage_last @if gcc-bootstrap, and the original deps @unless
739 gcc-bootstrap.
740 * configure.in, Makefile.in: Rebuilt.
741
71300e2c
NC
7422018-06-24 Nick Clifton <nickc@redhat.com>
743
744 * configure: Regenerate.
745
d0ac1c44
SM
7462018-06-19 Simon Marchi <simon.marchi@ericsson.com>
747
748 * libtool.m4: Use AC_LANG_SOURCE.
749 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
750 * README-maintainer-mode: Update version requirements.
751 * ar-lib: New file.
752 * test-driver: New file.
753 * configure: Re-generate.
754
e0541124
EB
7552018-06-18 Eric Botcazou <ebotcazou@adacore.com>
756
757 * Makefile.def (fortran): Add check-target-libgomp-fortran.
758 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
759 * Makefile.in: Regenerate.
760
761 * configure: Regenerate.
762
db67d458
SM
7632018-06-18 Simon Marchi <simon.marchi@ericsson.com>
764
765 * configure.ac: Sync with GCC, remove MPX-related things.
766
b5778783
NC
7672018-05-01 Nick Clifton <nickc@redhat.com>
768
769 * config.guess: Synchronize with config project master sources.
770 * config.sub: Likewise.
771
1063beb5
FT
7722018-05-01 Francois H. Theron <francois.theron@netronome.com>
773
774 * configure.ac: Added "nfp" target.
775 * configure: Regenerate.
776
b29d2641
MR
7772018-02-13 Maciej W. Rozycki <macro@mips.com>
778
779 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
780 * configure: Regenerate.
781
52b2f300
NC
7822018-01-30 Nick Clifton <nickc@redhat.com>
783
784 * src-release.sh (do_proto_toplev): Add patterns for more junk files
785 to delete before creating the tarball.
786
b431b4ea
NC
7872018-01-29 Nick Clifton <nickc@redhat.com>
788
789 * src-release.sh (do_proto_toplev): Strip patch remnant files from
790 the sources before creating the tarball.
791
19e2900b
NC
7922018-01-13 Nick Clifton <nickc@redhat.com>
793
794 * src-release.sh: Update copyright notice. Change reference to devo
795 to be a reference to root.
796
bf41f30d
NC
7972018-01-10 Nick Clifton <nickc@redhat.com>
798
799 * config-ml.in: Sync with gcc sources.
800 * config.guess: Likewise.
801 * config.sub: Likewise.
802 * configure.ac: Likewise.
7ec0cd50 803 * configure: Regenerate.
bf41f30d 804
863f7a5f
NC
8052017-12-14 Nick Clifton <nickc@redhat.com>
806
807 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
808
638d9137
SH
8092017-12-12 Stafford Horne <shorne@gmail.com>
810
811 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
812 * configure: Regenerate.
813
ef87240f
NC
8142017-09-15 Nick Clifton <nickc@redhat.com>
815
816 * src-release.sh (LZIPPROG): New define. Provides the name of the
817 lzip program.
818 (do_lz): New function. Compresses a tarball using the lzip
819 program.
820 (do_compress): Add support for lzip compression.
821 (usage): Mention -l option.
822 (build_release): Support -l option to invoke lzip compression.
823
817b7711
AM
8242017-09-15 Alan Modra <amodra@gmail.com>
825
826 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
827 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
828 and sim depending on $tool and $support_files. Echo configure line.
829
255300f5 8302017-09-14 Matt Rice <ratmice@gmail.com>
831
832 * src-release.sh (do_proto_toplev): Enable gold during release process.
833
8f0dd45f
AJ
8342017-04-13 Andrew Jenner <andrew@codesourcery.com>
835
836 * config.sub: Sync with master version in config project.
837
2f5f29ca
AJ
8382017-04-03 Andrew Jenner <andrew@codesourcery.com>
839
840 * config.sub: Handle ia16 in $basic_machine.
841
842 bfd/
843 * config.bfd: Handle ia16.
844
845 gas/
846 * configure.tgt: Handle ia16.
847
848 ld/
849 * configure.tgt: Handle ia16.
850
11997a83
NC
8512017-03-22 Nick Clifton <nickc@redhat.com>
852
853 * config.sub: Sync with master version in config project.
854 * config.guess: Likewise.
855
05a13254
NC
8562017-01-23 Nick Clifton <nickc@redhat.com>
857
858 * configure.ac: Update year in copyright notice.
859 Sync from FSF GCC mainline, bringing in the following patches.
860 * Makefile.def: Likewise.
861 * Makefile.tpl: Likewise.
862 * configure: Regenerate.
863 * Makefile.in: Regenerate.
864
865 2016-12-21 Jakub Jelinek <jakub@redhat.com>
866
867 * configure.ac: Don't bootstrap libmpx unless --with-build-config
868 includes bootstrap-mpx.
869
870 2016-12-01 Matthias Klose <doko@ubuntu.com>
871
872 * configure.ac: Don't use pkg-config to check for bdw-gc.
873
874 2016-11-30 Matthias Klose <doko@ubuntu.com>
875
876 * Makefile.def: Remove reference to boehm-gc target module.
877 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
878 options and for the bdw-gc pkg-config module.
879
880 2016-11-15 Matthias Klose <doko@ubuntu.com>
881
882 * config-ml.in: Remove references to GCJ.
883 * configure.ac: Likewise.
884
885 2016-09-30 Jakub Jelinek <jakub@redhat.com>
886
887 * configure.ac: Add target-libffi to target_libraries.
888 Readd libgcj target disablings, modified to only target-libffi.
889 Readd target addition of go to unsupported languages.
890
891 2016-09-30 Andrew Haley <aph@redhat.com>
892
893 * Makefile.def: Remove libjava.
894 * Makefile.tpl: Likewise.
895 * configure.ac: Likewise.
896
897 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
898
899 * configure.ac: Disable "sim" directory for arc*-*-*.
900
901 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
902
903 * configure.ac: Check for the minimum in-tree MPFR version
904 handled.
905
3f66c01b
AM
9062016-12-31 Alan Modra <amodra@gmail.com>
907
908 * config.sub: Import from upstream.
909
da17fe9d
AM
9102016-12-08 Alan Modra <amodra@gmail.com>
911
912 * configure: Regenerate.
913
d5451cd4
JC
9142016-12-02 Josh Conner <joshconner@google.com>
915
916 * configure.ac: Add fuchsia to targets that use ELF.
917 * configure: Regenerated.
918
5ada5c6f
DE
9192016-11-07 Doug Evans <dje@google.com>
920
921 * config.sub: Sync with upstream version 2016-11-03.
922 git://git.sv.gnu.org/config.git
923 * config.guess: Sync with upstream version 2016-10-02.
924
07619d52
SM
9252016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
926
927 * .gitignore: Add archives and make stamps.
928
bedbe19c
YTL
9292016-07-20 Yan-Ting Lin <currygt52@gmail.com>
930
931 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
932 * configure: Regenerated.
933
9abdce70
WL
9342016-06-28 Walter Lee <walt@tilera.com>
935
936 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
937 * configure: Regenerate.
938
0597bdc4
AM
9392016-05-28 Alan Modra <amodra@gmail.com>
940
941 * Makefile.tpl (configure): Depend on m4 files included.
942 * Makefile.in: Regenerate.
943
1690f1db
NC
9442016-05-27 Nick Clifton <nickc@redhat.com>
945
946 * config.guess (Alpha OSF1): Fix typo introduced during the most
947 recent synchronization update.
948
b43b8535
NC
9492016-05-23 Nick Clifton <nickc@redhat.com>
950
951 * Import these patches from the gcc mainline:
952
953 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
954
955 * config.guess: Import version 2016-04-02 (newest).
956 * config.sub: Import version 2016-05-10 (newest).
957
bb7dc663
NC
9582016-04-19 Nick Clifton <nickc@redhat.com>
959
960 * Import this patch from the GCC mainline:
961
962 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
963
964 PR bootstrap/70173
965 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
966 and gotools directories. Delete the stage_final file.
967 * Makefile.in: Regenerate.
968
ea016470
CC
9692016-03-17 Cary Coutant <ccoutant@gmail.com>
970
971 * configure.ac: Add mips and s390 to the gold target check.
972 * configure: Regenerate.
973
52cf9762
NC
9742016-02-10 Nick Clifton <nickc@redhat.com>
975
976 Import these patches from the GCC mainline:
977
978 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
979
980 * configure.ac: Enable LTO for DJGPP
981 * configure: Regenerate
982
983 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
984
985 PR bootstrap/69329
986 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
987 * Makefile.in: Regenerate.
988
989 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
990 Sebastian Pop <s.pop@samsung.com>
991
992 * Makefile.in: Regenerate.
993 * Makefile.tpl: Export ISLVER.
994 * configure: Regenerate.
995 * config/isl.m4: Detect isl-0.15.
996
997 2016-01-29 Sebastian Pop <s.pop@samsung.com>
998
999 * config/isl.m4: Add comments about isl-0.16.
1000 * configure: Regenerate.
1001
1985dc2d
L
10022016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1003
1004 Sync with GCC
1005 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1006
1007 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1008 symbols.
1009
1010 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
1011
1012 PR bootstrap/69134
1013 * Makefile.def (mpfr): Disable assembler.
1014 * Makefile.in: Regenerate.
1015
4849dfd8
NC
10162016-01-11 Nick Clifton <nickc@redhat.com>
1017
1018 Import the following changes from the GCC mainline:
1019
1020 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1021
1022 * configure.ac: Enable libmpx by default.
1023 * configure: Regenerated.
1024
1025 2015-11-19 Martin Liska <mliska@suse.cz>
1026
1027 * .gitignore: Add .clang-format to ignored files.
1028 * Makefile.tpl: Add clang-format.
1029 * Makefile.in: Regenerate.
1030
1031 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1032
1033 PR libffi/65726
1034 * Makefile.def (lang_env_dependencies): Make libffi depend
1035 on cxx.
1036 * Makefile.in: Regenerate.
1037
1038 2015-12-02 Ian Lance Taylor <iant@google.com>
1039
1040 PR go/66147
1041 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1042 * Makefile.in: Regenerate.
1043
1044 2015-12-17 Nathan Sidwell <nathan@acm.org>
1045
1046 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1047 * configure: Regenerate.
1048
1049 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1050
1051 * Makefile.in: Replace ISL with isl.
1052 * Makefile.tpl: Same.
1053 * config/isl.m4: Same.
1054 * configure.ac: Same.
1055 * contrib/download_prerequisites: Same.
1056 * configure: Regenerate.
1057
1058 2016-01-01 Ben Elliston <bje@gnu.org>
1059
1060 * config.guess: Import version 2016-01-01.
1061 * config.sub: Likewise.
1062
f075eb5e
TG
10632015-11-20 Tristan Gingold <gingold@adacore.com>
1064
1065 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1066 * configure: Regenerate.
1067
6c3bc0f8
NC
10682015-10-21 Nick Clifton <nickc@redhat.com>
1069
1070 PR gas/19109
1071 * configure.ac: Note the 'none' is an acceptable argument to
1072 --enable-compressed-debug-sections.
1073 * configure: Regenerate.
1074
edeefb67
L
10752015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1076
1077 PR gas/19109
1078 * configure.ac: Add
1079 --enable-compressed-debug-sections={all,gas,gold,ld}.
1080 * configure: Regenerated.
1081
68996839
NC
10822015-09-30 Nick Clifton <nickc@redhat.com>
1083
1084 Import the following patches from the GCC mainline:
1085
1086 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1087
1088 PR libfortran/54572
1089 * Makefile.def: Make libgfortran depend on libbacktrace.
1090 * Makefile.in: Regenerate.
1091
1092 2015-08-12 Tom de Vries <tom@codesourcery.com>
1093
1094 PR other/67092
1095 PR other/67098
1096 * configure.ac: Remove --with_host_libstdcxx support.
1097 * configure: Regenerate.
1098
1099 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1100 Jakub Jelinek <jakub@redhat.com>
1101
1102 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1103 nvptx*-*-*.
1104 * configure: Regenerate.
1105
5960642a
L
11062015-08-07 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 Sync with GCC
1109 2015-07-28 Ben Elliston <bje@gnu.org>
1110
1111 * config.sub, config.guess: Import from upstream.
1112
016a3251
DD
11132015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1114
1115 * Makefile.def (libiconv): Define bootstrap=true.
1116 Mark pdf/html/info as missing.
1117 (configure-gcc): Depend on all-libiconv.
1118 (all-gcc): Ditto.
1119 (configure-libcpp): Ditto.
1120 (all-libcpp): Ditto.
1121 (configure-intl): Ditto.
1122 (all-intl): Ditto.
1123 * Makefile.in: Regenerate.
1124
136bb21f
L
11252015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1126
1127 Sync with GCC
1128 2015-07-24 Michael Darling <darlingm@gmail.com>
1129
1130 PR other/66259
1131 * config-ml.in: Reflects renaming of configure.in to configure.ac
1132 * configure: Likewise
1133 * configure.ac: Likewise
1134
22121df0
L
11352015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1136
1137 * Makefile.in: Regenerated.
1138
1139 Sync with GCC
1140 2015-05-21 Jason Merrill <jason@redhat.com>
1141
1142 * Makefile.tpl: Update comments.
1143
1144 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1145
1146 * Makefile.tpl: Remove surplus whitespace throughout.
1147
1148 2015-03-25 Martin Liska <mliska@suse.cz>
1149 Yury Gribov <y.gribov@samsung.com>
1150
1151 * Makefile.tpl: Fix ln source location for vimrc file.
1152
969b1713
L
11532015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1154
1155 Sync with GCC
1156 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1157
1158 * configure.ac: FT32 target added.
1159 * configure: Regenerate.
1160
ce6c656d
L
11612015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1162
1163 Sync with GCC
1164 2015-06-02 Jason Merrill <jason@redhat.com>
1165
1166 PR bootstrap/66319
1167 * configure.ac: Use -std=gnu++98.
1168
1169 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1170
1171 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1172 * configure: Regenerate.
1173
1174 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1175
1176 * configure.ac: Fix typo.
1177 * configure: Regenerate.
1178
1179 2015-05-03 Matthias Klose <doko@ubuntu.com>
1180
1181 * configure.ac: Match $host configured with triplets.
1182 * configure: Regenerate.
1183
1184 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1185
1186 PR bootstrap/62077
1187 * configure.ac (--enable-stage1-checking): Default to
1188 release,misc,gimple,rtlflag,tree,types if --disable-checking
1189 or --enable-checking is not specified and DEV-PHASE is not
1190 experimental.
1191 * configure: Regenerated.
1192
1193 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1194
1195 Install back PR target/47230 fix (Revert the revert).
1196
16beab3d
L
11972015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1198
1199 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1200 target.
1201 * configure: Regenerate.
1202
5569a85f
JDA
12032015-05-13 John David Anglin <dave.anglin@bell.net>
1204
1205 * configure.ac: Disable configuration of GDB for HPUX targets.
1206 * configure: Regenerate.
1207
e81d5d05
L
12082015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1209
1210 PR ld/18355
1211 * Makefile.def: Add extra_configure_flags to host zlib.
1212 * configure.ac (extra_host_zlib_configure_flags): New. Set
1213 to --enable-host-shared When bfd is to be built as shared
1214 library. AC_SUBST.
1215 * Makefile.in: Regenerated.
1216
ec5b9462
HPN
12172015-04-15 Mike Frysinger <vapier@gentoo.org>
1218 Hans-Peter Nilsson <hp@axis.com>
1219
1220 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 1221 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
1222 use that in the getver call instead of $tool.
1223 (sim_release): Pass gdb as fifth parameter to tar_compress.
1224 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1225
f91ca6bc
IB
12262015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1227
1228 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1229 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1230 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1231 * Makefile.in: Regenerate.
1232
cf39cfc5
L
12332015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1234
1235 * configure.ac: Add --with-system-zlib.
1236 * configure: Regenerated.
1237
6ac1079e
L
12382015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1239
1240 * src-release.sh: Don't configure with --with-target-subdir=.
1241 --disable-multilib.
1242
890ba06f
L
12432015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1244
1245 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1246 src-release.sh.
1247
5675acd9
ES
12482015-03-30 Ed Schouten <ed@nuxi.nl>
1249
1250 * config.sub: Update from upstream, to 2015-03-04 version.
1251 * config.guess: Likewise.
1252
d2d67aea
L
12532015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1254
1255 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1256 * Makefile.in: Regenerated.
1257
92c695a1
L
12582015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1259
1260 * src-release.sh (do_proto_toplev): Configure with --target
1261 --with-target-subdir and --disable-multilib.
1262 (BINUTILS_SUPPORT_DIRS): Add zlib.
1263 (GAS_SUPPORT_DIRS): Likewise.
1264 (GDB_SUPPORT_DIRS): Likewise.
1265 (SIM_SUPPORT_DIRS): Likewise.
1266
091021fa
L
12672015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1268
1269 * configure.ac (target_configdirs): Exclude target-zlib if
1270 target-libjava isn't built.
1271 * configure: Regenerated.
1272
5df8a8fc
L
12732015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1274
1275 Sync with GCC
1276 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1277
1278 * config-ml.in: Robustify ac_configure_args parsing.
1279
1b6c0831
L
12802015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1281
1282 * Makefile.def: Updated from GCC trunk.
1283 * Makefile.tpl: Likewise.
1284 * configure.ac: Likewise.
1285 * Makefile.in: Regenerated.
1286 * configure: Likewise.
1287
3f8107ab
AM
12882015-01-28 James Bowman <james.bowman@ftdichip.com>
1289
1290 * configure.ac: Add FT32 support.
1291 * configure: Regenerate.
1292
10b8fe5e
AG
12932015-01-12 Anthony Green <green@moxielogic.com>
1294
1295 * configure.ac: Don't disable gprof for moxie.
1296 * configure: Rebuild.
1297
6b91c541
AP
12982015-01-03 Andrew Pinski <apinski@cavium.com>
1299
1300 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1301 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1302 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1303 (OBJCOPY_FOR_TARGET): New variable.
1304 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1305 * Makefile.in: Regenerate.
1306 * configure.ac: Check for already installed target objcopy.
1307 Also GCC_TARGET_TOOL on objcopy.
1308 * configure: Regenerate.
1309
6ba37ab4
HPN
13102015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1311
1312 * config.sub: Update from upstream, to 2015-01-01 version.
1313 * config.guess: Ditto.
1314
bb5f7690
EB
13152014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1316
1317 * config.sub: Update from upstream config repo.
1318
6e733cce
L
13192014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1320
1321 * libtool.m4: Updated from GCC trunk.
1322
8969c424
JBG
13232014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1324
1325 * config.guess: Update from upstream config repo.
1326 * config.sub: Ditto.
1327
37e77caf
JBG
13282014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1329
1330 * move-if-change: Update from upstream gnulib.
1331
e3046511
JBG
13322014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1333
1334 * compile: Sync with upstream Automake.
1335 * depcomp: Ditto.
1336 * install-sh: Ditto.
1337 * missing: Ditto.
1338 * mkinstalldirs: Ditto.
1339 * ylwrap: Ditto.
1340
3e615393
TG
13412014-10-15 Tristan Gingold <gingold@adacore.com>
1342
1343 * src-release.sh (do_proto_toplev): Configure with --target.
1344
6d26190c
JY
13452014-10-03 Jing Yu <jingyu@google.com>
1346
1347 * configure.ac: Add aarch64 to list of targets that support gold.
1348 * configure: Regenerate.
1349
a9d58c06
AB
13502014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1351
1352 * configure.ac: Add mips*-img-elf* target triple.
1353 * configure: Regenerate.
1354
b25b5cef
CJW
13552014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1356 * configure: Disable gdb for nds32*-*-* until supported.
1357 * configure.ac: Disable gdb for nds32*-*-* until supported.
1358
f8797b5a
JB
13592014-09-05 Joel Brobecker <brobecker@adacore.com>
1360
1361 * configure: Regenerate.
1362
2536ee9d
WN
13632014-08-27 Will Newton <will.newton@linaro.org>
1364
1365 * src-release.sh: New file.
1366 * src-release: Remove file.
1367
1f995db6
JS
13682014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1369
1370 GDB not supported for or1k*-*-rtems*
1371 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1372 of the stanzas results in this not being caught by or1k*-*-* later.
1373 * configure. Regenerated.
1374
a843ea33
SB
13752014-07-25 Samuel Bronson <naesten@gmail.com>
1376
1377 * .gitattributes: New file for use with git-merge-changelog.
1378
cfbc1a6c
JS
13792014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1380
1381 Disable gdb for or1k*-*-* until supported
1382 * configure.ac (or1k*-*-*): Disable gdb.
1383 * configure: Regenerated.
1384
d9e042ac
SL
13852014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1386
1387 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1388 * configure: Regenerated.
1389
201f096f 13902014-03-26 Jakub Jelinek <jakub@redhat.com>
1391
1392 PR sanitizer/56781
1393 * Makefile.def: Set bootstrap=true; for host fixincludes.
1394 * configure.ac: Don't bootstrap host fixincludes unless
1395 --with-build-config=bootstrap-{a,ub}san.
1396 * Makefile.in: Regenerated.
1397 * configure: Regenerated.
1398
730af8ee 13992014-03-21 Jakub Jelinek <jakub@redhat.com>
1400
1401 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1402 --enable-vtable-verify option parsing. Don't add
1403 target-libsanitizer to bootstrap_target_libs unless
1404 --with-build-config=bootstrap-asan or
1405 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1406 to bootstrap_target_libs unless --enable-vtable-verify.
1407 * configure: Regenerated.
1408
abca8d87 14092014-03-07 Jakub Jelinek <jakub@redhat.com>
1410
1411 PR bootstrap/58572
1412 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1413 -I for libstdc++-v3 includes if $(LEAN).
1414 * Makefile.in: Regenerated.
1415
68d122bb 14162014-02-24 Walter Lee <walt@tilera.com>
1417
1418 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1419 (tilegx-*-*): Change to tilegx*-*-*.
1420 * configure: Regenerate.
1421
39d1b2ae
RS
14222014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1423
1424 * config.sub, config.guess: Import from upstream.
1425
50f80006
EB
14262014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1427
1428 PR bootstrap/60620
72f4393d 1429 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1430 * Makefile.in: Regenerate.
1431
a6305403
YS
14322014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1433
1434 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1435 for WINDRES_FOR_TARGET in default-manifest.o rule.
1436 * Makefile.in: Regenerate.
1437
62a0f723
RO
14382014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1439
1440 PR target/59788
1441 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1442 *solaris2*.
1443
530e8392
KB
14442013-12-19 Keven Boell <keven.boell@intel.com>
1445
1446 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1447 nested lookups for fortran modules.
1448 * dwarf2read.c (read_module): Add fortran module to
1449 the symbol table.
1450 (add_partial_symbol, add_partial_module): Add fortran
1451 module to the partial symbol table.
1452 (new_symbol_full): Create full symbol for fortran module.
1453 * f-exp.y (yylex): Add new module domain to be parsed.
1454 * symtab.h: New domain for fortran modules.
1455
7f9b20bb
KB
14562013-12-19 Keven Boell <keven.boell@intel.com>
1457
1458 * f-exp.y (yylex): Add domain array to enable lookup
1459 in multiple domains. Loop over lookup domains and try
1460 to find requested symbol. Add STRUCT_DOMAIN to lookup
1461 domains to be able to query for user defined types.
1462
afc0578d 14632013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1464
1465 * configure.ac: Add user-friendly check for native x86_64-linux
1466 multilibs.
1467 * configure: Regenerate.
1468
f3f51a69
AM
14692013-11-23 Alan Modra <amodra@gmail.com>
1470
1471 * config.sub, config.guess: Import from upstream.
1472
2440009d 14732013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1474
2440009d 1475 * Makefile.in: Regenerate.
1476
e78e02e6 1477 * Makefile.tpl: Fix typo.
1478 * Makefile.in: Regenerate partially.
1479
9aaf2a7e 14802013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1481
1482 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1483 supported.
1484 * configure: Regenerated.
1485
880b18d1 14862013-10-30 Jason Merrill <jason@redhat.com>
1487
1488 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1489 --disable-build-format-warnings.
1490
522e3d71 14912013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1492
f3f51a69 1493 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1494 depend on libstdc++ and libgcc.
1495 * configure: Regenerate.
1496 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1497 libcilkrts for POSIX and i*86, and x86_64 architectures.
1498 * Makefile.in: Added libcilkrts related fields to support building it.
1499
cb49a9e1 15002013-10-26 Jeff Law <law@redhat.com>
1501
1502 * Makefile.def (target_modules): Remove libmudflap
1503 (languages): Remove check-target-libmudflap).
1504 * Makefile.in: Rebuilt.
1505 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1506 * configure.ac (target_libraries): Remove target-libmudflap.
1507 Remove checks which disabled libmudflap on some systems.
1508 * configure: Rebuilt.
1509 * libmudflap: Directory removed.
1510
82033c9b
JBG
15112013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1512
1513 * configure.ac: Update from GCC.
1514 * configure: Regenerate.
1515
b50d7605
HPN
15162013-10-15 Hans-Peter Nilsson <hp@axis.com>
1517
1518 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1519 files in SUPPORT_FILES.
1520 (SIM_SUPPORT_DIRS): New variable.
1521 (sim.tar.bz2): New rule.
1522
f4cfb980
JBG
15232013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1524
1525 * configure.ac: Update from GCC.
1526 * configure: Regenerate.
1527
78b1434c
JJ
15282013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1529
1530 * COPYING.NEWLIB: Update with new copyright.
1531
b3fc79f8
JBG
15322013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1533
1534 * configure.ac: Update from GCC.
1535 * configure: Regenerate.
1536
cc9afea3
AM
15372013-09-20 Alan Modra <amodra@gmail.com>
1538
1539 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1540 ppc host match. Support little-endian powerpc linux hosts.
1541
f006cabd
JB
15422013-08-16 Joel Brobecker <brobecker@adacore.com>
1543
1544 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1545 strip the "-cvs" suffix from the version number if present.
1546
95e43135
JBG
15472013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1548
1549 * configure.ac: Sync with GCC repo.
1550 * Makefile.def: Ditto.
1551 * configure: Regenerate.
1552 * Makefile.in: Ditto.
1553
7539e41e
JB
15542013-07-22 Joel Brobecker <brobecker@adacore.com>
1555
1556 * src-release (VER): Use $(TOOL)/common/create-version.sh
1557 if it exists.
1558
e8044f35
RS
15592013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1560
1561 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1562 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1563 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1564 * configure: Regenerate.
1565
7bab7634
DC
15662013-06-01 George Thomas <george.thomas@atmel.com>
1567
95e43135
JBG
1568 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1569 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1570
b5364c9e
JJ
15712013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1572
1573 * COPYING.NEWLIB: Add Altera Corporation copyright.
1574
5dad867c
JBG
15752013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1576
1577 * config.guess: Update from config repo.
1578 * config.sub: Ditto.
1579
b836cb18
JBG
15802013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1581
1582 * Makefile.def: Sync with GCC.
1583 * Makefile.in: Regenerate.
1584
e7d5abf1
JBG
15852013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1586
1587 * configure.ac: Sync with GCC.
b836cb18 1588 * configure: Regenerate.
e7d5abf1 1589
4f778543
MF
15902013-03-22 Mike Frysinger <vapier@gentoo.org>
1591
1592 * src-release (VER): Change bfd/configure.in sed to use the new
1593 `bfd/configure --version` output.
1594
f1dd87fc
YZ
15952013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1596
1597 * configure.ac: Sync with GCC repo.
1598 * configure: Ditto.
1599
a413f71a
ILT
16002013-02-05 Ian Lance Taylor <iant@google.com>
1601
1602 PR go/55969
1603 * configure.ac: Disable libgo on some systems where it does not
1604 work.
1605 * configure: Rebuild.
1606
3a98824c
AM
16072013-02-05 Alan Modra <amodra@gmail.com>
1608
1609 * configure: Regenerate after syncing config/.
1610
3dae1673
JBG
16112013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1612
1613 * configure.ac: Sync with GCC repo.
1614 * configure: Ditto.
1615 * Makefile.def: Ditto.
1616 * Makefile.in: Ditto.
1617
bf51454b
JB
16182013-01-11 Joel Brobecker <brobecker@adacore.com>
1619
1620 Sync with GCC, merge:
1621
1622 2013-01-09 Jason Merrill <jason@redhat.com>
1623
1624 * .gitignore: Import from gdb repository.
1625
c841a2be
JBG
16262013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1627
1628 * config.sub: Update from config repo.
1629
d7b9dae9
EB
16302013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1631
1632 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1633 * Makefile.in: Regenerate.
1634
861ea9c8
L
16352013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1636
1637 * Makefile.def (configure-gcc): Depend on all-gmp.
1638 (all-gcc): Remove dependency on all-gmp.
1639 * Makefile.in: Regenerated.
1640
ce82b126
JBG
16412013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1642
1b4f418d 1643 * config.guess: Update from config repo.
c2e5e6d7 1644 * config.sub: Ditto.
ce82b126 1645
fd62a30d
JJ
16462013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1647
1648 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1649 exists and replace the new bfin license in its location.
1650
0140d685
L
16512013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1652
1653 PR gas/14899
1654 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1655 all-ld and all-gold depend on all-gas.
1656 * Makefile.in: Regenerated.
1657
c3d399e7
L
16582012-12-29 Ben Elliston <bje@gnu.org>
1659
1660 * config.guess: Update to 2012-12-29 version.
1661 * config.sub: Likewise.
1662
9417cd2f
JBG
16632012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1664
1665 * Makefile.def (install-target-libgo): Depend on
1666 install-target-libatomic. Merged from GCC repo.
1667 * Makefile.in: Regenerate.
1668
68dad382
JJ
16692012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1670
1671 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1672
2344b8da
TS
16732012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1674
1675 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1676 * configure: Regenerate.
1677
5eb08693
L
16782012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1679
1680 * Makefile.def (target_modules): Add bootstrap=true and
1681 raw_cxx=true to libsanitizer.
1682 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1683 * Makefile.in: Regenerated.
1684 * configure: Likewise.
1685
53ab32d8
JBG
16862012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1687
1688 * config.sub: Merge from config repo.
1689
d2489204
JBG
16902012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1691
1692 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1693 * Makefile.tpl: Ditto.
1694 * Makefile.in: Ditto.
1695 * configure: Ditto.
d2489204 1696
c23b5043
JBG
16972012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1698
1699 * configure.ac (noconfigdirs): Merge from GCC.
1700 * configure: Regenerate.
1701
1dd1f7f6
JBG
17022012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1703
1704 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1705
2bda3143
L
17062012-11-14 Roland McGrath <mcgrathr@google.com>
1707
1708 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1709 * configure: Regenerate.
1710
5286fdef
L
17112012-11-13 Richard Henderson <rth@redhat.com>
1712
1713 * configure.ac: Move libsanitizer logic to subdirectory.
1714 * configure: Regenerate.
1715
17162012-11-13 Dodji Seketeli <dodji@redhat.com>
1717
1718 * configure.ac: Enable libsanitizer just on x86 linux for now.
1719 * configure: Re-generate.
1720
17212012-11-13 David Edelsohn <dje.gcc@gmail.com>
1722
1723 * configure.ac: Merge libquadmath sections.
1724 * configure: Regenerate.
1725
17262012-11-12 Wei Mi <wmi@google.com>
1727
1728 * configure.ac: Add libsanitizer to target_libraries.
1729 * Makefile.def: Ditto.
1730 * configure: Regenerate.
1731 * Makefile.in: Regenerate.
1732
f66a9a70
L
17332012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1734
1735 * configure: Regenerated.
1736
17372012-11-03 Robert Mason <rbmj@verizon.net>
1738
1739 * configure.ac: add --disable-libstdcxx configure option
1740 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1741
6d94c122
CV
17422012-10-24 Corinna Vinschen <corinna@vinschen.de>
1743
1744 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1745 against Mingw64 w32api.
1746 * configure: Regenerate.
1747
a882be68
EB
17482012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1749
1750 PR bootstrap/54820
1751 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1752 * configure: Regenerate.
1753
b3676d82
EB
17542012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1755
1756 PR bootstrap/54820
1757 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1758 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1759 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1760 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1761 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1762 * Makefile.in: Regenerate.
1763 * configure.ac (have_static_libs): New variable and associated check.
1764 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1765 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1766 * configure: Regenerate.
1767
7b0e8ca5
MF
17682012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1769
1770 * config.guess, config.sub: Include updated version from
1771 config-patches. Adds microblaze little endian support.
1772
8e71395b
L
17732012-09-28 Ian Lance Taylor <iant@google.com>
1774
1775 * Makefile.def: Make all-target-libgo depend on
1776 all-target-libbacktrace.
1777 * Makefile.in: Rebuild.
1778
17792012-09-26 Ian Lance Taylor <iant@google.com>
1780
1781 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1782 * Makefile.in: Rebuild.
1783
17842012-09-06 Diego Novillo <dnovillo@google.com>
1785
1786 * configure.ac: Bump minimum GMP version to 4.2.3.
1787 * configure: Re-generate.
1788
17892012-09-05 Georg-Johann Lay <avr@gjlay.de>
1790
1791 PR target/54461
1792 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1793 target-libgloss if not configured --with-avrlibc=no.
1794 * configure: Regenerate.
1795
17962012-09-04 Jason Merrill <jason@redhat.com>
1797
1798 * configure.ac: Fix --enable-languages=all.
1799
18002012-09-03 Richard Guenther <rguenther@suse.de>
1801
1802 PR bootstrap/54138
1803 * configure.ac: Re-organize ISL / CLOOG checks to allow
1804 disabling with either --without-isl or --without-cloog.
1805 * configure: Regenerated.
1806
18072012-09-03 Georg-Johann Lay <avr@gjlay.de>
1808
1809 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1810 * configure: Regenerate.
1811
d09bbf00
SE
18122012-09-21 Steve Ellcey <sellcey@mips.com>
1813
1814 * configure.ac: Add mips*-mti-elf* target.
1815 * configure: Regenerate.
1816
2bf680c4
ILT
18172012-09-19 Ian Lance Taylor <iant@google.com>
1818
1819 * configure.ac (host_libs): Add libbacktrace.
1820 (target_libraries): Add libbacktrace.
1821 * Makefile.def (host_modules): Add libbacktrace.
1822 (target_modules): Likewise.
1823 * configure, Makefile.in: Rebuild.
1824
5c0b3823
WL
18252012-09-15 Jiong Wang <jiwang@tilera.com>
1826
1827 * configure.ac (ENABLE_GOLD): support tilegx*
1828 * configure: rebuild
1829
1488e230
DE
18302012-09-14 David Edelsohn <dje.gcc@gmail.com>
1831
1832 PR target/38607
1833 Merge upstream change.
1834 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1835
1836 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1837 Add libgomp*.o to compare_exclusions for AIX.
1838 * configure: Regenerate.
1839
df6795ce
L
18402012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1841
1842 PR binutils/4970
1843 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1844 and opcodes.
1845 * Makefile.in: Regenerated.
1846
7ec59b9e
L
18472012-08-14 Diego Novillo <dnovillo@google.com>
1848
1849 Merge from cxx-conversion branch.
1850
1851 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1852 POSTSTAGE1_CONFIGURE_FLAGS.
1853 * Makefile.in: Regenerate.
1854 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1855 Force C++ when bootstrapping.
1856 * configure: Regenerate.
1857
18582012-07-06 Richard Guenther <rguenther@suse.de>
1859
1860 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1861 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1862 --with-gmp=system.
1863 * Makefile.in: Regenerated.
1864 * configure: Likewise.
1865
18662012-07-06 Richard Guenther <rguenther@suse.de>
1867
1868 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1869 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1870 supply V=1 as extra_make_flags.
1871 * configure: Regenerated.
1872 * Makefile.in: Likewise.
1873
18742012-07-03 Richard Guenther <rguenther@suse.de>
1875
1876 * Makfile.def (isl): Remove not necessary extra_exports and
1877 extra_make_flags.
1878 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1879 * Makefile.in: Regenerated.
1880
18812012-07-03 Richard Guenther <rguenther@suse.de>
1882
1883 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1884 * configure.ac: If either the ISL or the CLooG check failed
1885 do not try to build in-tree versions.
1886 * Makefile.in: Regenerated.
1887 * configure: Regenerated.
1888
18892012-07-02 Richard Guenther <rguenther@suse.de>
1890 Michael Matz <matz@suse.de>
1891 Tobias Grosser <tobias@grosser.es>
1892 Sebastian Pop <sebpop@gmail.com>
1893
1894 * Makefile.def: Add ISL host module, remove PPL host module.
1895 Adjust ClooG host module to use the proper ISL.
1896 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1897 * configure.ac: Include config/isl.m4. Add ISL host library,
1898 remove PPL. Remove PPL configury, add ISL configury, adjust
1899 ClooG configury.
1900 * Makefile.in: Regenerated.
1901 * configure: Likewise.
1902
19032012-07-02 Richard Guenther <rguenther@suse.de>
1904
1905 Merge from graphite branch
1906 2011-07-21 Tobias Grosser <tobias@grosser.es>
1907
1908 * configure: Regenerated.
1909 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1910 both cloog.org and legacy versions. The only supported version will
1911 be CLooG with the isl backend.
1912
1913 2011-07-21 Tobias Grosser <tobias@grosser.es>
1914
1915 * configure: Regenerated.
1916 * configure.ac: Require cloog isl 0.17.0
1917
1918 2011-07-21 Tobias Grosser <tobias@grosser.es>
1919
1920 * configure: Regenerated.
1921 * config/cloog.m4: Do not define CLOOG_ORG
1922
19232012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1924
1925 * configure.ac: Skip C if explicitly selected.
1926 * configure: Regenerate.
1927
19282012-06-28 Christophe Lyon <christophe.lyon@st.com>
1929
1930 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1931 they contain -O2.
1932 * configure: Regenerate.
1933
19342012-06-20 Jason Merrill <jason@redhat.com>
1935
1936 * Makefile.tpl (check-target-libgomp-c++): New.
1937 (check-target-libitm-c++): New.
1938 * Makefile.def (c++): Add them.
1939 * Makefile.in: Regenerate.
1940
19412012-05-16 Olivier Hainque <hainque@adacore.com>
1942
1943 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1944 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1945 (install-no-fixedincludes): Adjust accordingly.
1946 * Makefile.in: Regenerate.
1947
19482012-05-09 Nick Clifton <nickc@redhat.com>
1949 Paul Smith <psmith@gnu.org>
1950
1951 PR bootstrap/50461
1952 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1953 allow for the fact that from release v3.1.0 of MPFR the source
1954 files were moved into a src sub-directory.
1955 * configure: Regenerate.
1956
19572012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1958
1959 * configure.ac: Bump minimum MPFR version to 2.4.0.
1960 * configure: Regenerated.
1961
19622012-05-01 Richard Henderson <rth@redhat.com>
1963
1964 * Makefile.def (libatomic): New target_module.
1965 * configure.ac (target_libraries): Add libatomic.
1966 (noconfigdirs): Check if libatomic is supported.
1967 * Makefile.in, configure: Rebuild.
1968
f87f9c61
L
19692012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1970
1971 Merge upstream change
1972 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1973
19742011-11-21 Andreas Tobler <andreast@fgznet.ch>
1975
1976 * libtool.m4: Additional FreeBSD 10 fixes.
1977
68f107fa
AO
19782012-06-28 Christophe Lyon <christophe.lyon@st.com>
1979
1980 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1981 they contain -O2.
1982 * configure: Regenerate.
1983
b9c361e0
JL
19842012-05-14 Catherine Moore <clm@codesourcery.com>
1985
1986 * NEWS: Mention PowerPC VLE port.
1987
9eb322aa
MF
19882012-05-11 Mike Frysinger <vapier@gentoo.org>
1989
1990 * MAINTAINERS (config/): Move to intl/ section.
1991 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1992
58b1dd21
NC
19932012-05-09 Nick Clifton <nickc@redhat.com>
1994 Paul Smith <psmith@gnu.org>
1995
1996 PR bootstrap/50461
1997 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1998 allow for the fact that from release v3.1.0 of MPFR the source
1999 files were moved into a src sub-directory.
2000 * configure: Regenerate.
2001
2e702c99
RM
20022012-05-02 Roland McGrath <mcgrathr@google.com>
2003
2004 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2005 * configure: Regenerate.
2006
d2213593
JB
20072012-04-25 Joel Brobecker <brobecker@adacore.com>
2008
2009 * config.sub: Update to 2012-04-18 version from official repo.
2010
202e2356
NC
20112012-03-19 Tristan Gingold <gingold@adacore.com>
2012
2013 * configure.ac (ia64*-*-*vms*): Add support for ld.
2014 * configure: Regenerate.
2015
2479f722
RO
20162012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2017
2018 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2019 (unsupported_languages): Remove mips-sgi-irix6.*.
2020 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2021 (with_stabs): Remove.
2022 * configure: Regenerate.
2023
4e97d92b
RO
20242012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2025
2026 * configure.ac (enable_libgomp): Remove *-*-osf*.
2027 (with_stabs): Remove alpha*-*-osf*.
2028 * configure: Regenerate.
2029
f9ea6f98
JJ
20302012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2031
2032 * COPYING.NEWLIB: Modify DJ Delorie license to include
2033 modification rights in clause as permitted by DJ Delorie.
2034 * COPYING.LIBGLOSS: Ditto.
2035
48688b3e
JJ
20362012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2037
2038 * COPYING.NEWLIB: Remove two unused licenses.
2039
0945bbee
TG
20402012-03-05 Tristan Gingold <gingold@adacore.com>
2041
2042 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2043 * configure: Regenerate.
2044
516be0c5
JJ
20452012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
2046
2047 * COPYING.NEWLIB: Add Adapteva notice.
2048 * COPYING.LIBGLOSS: Add Adapteva notice.
2049
64b986c0
EB
20502011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2051
2052 * configure: Regenerate.
2053
58cddc18
JJ
20542011-12-15 Jeff Johnston <jjohnstn@redhat.com>
2055
2056 * COPYING.LIBGLOSS: Add GPL with exception license.
2057
b121d7d4
DD
20582011-11-09 Roland McGrath <mcgrathr@google.com>
2059
2060 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2061 * configure: Rebuild.
2062 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2063 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2064 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2065 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2066 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2067 Add READELF.
2068 * Makefile.in: Rebuild.
2069
d32e2926
RH
20702011-11-08 Richard Henderson <rth@redhat.com>
2071
2072 * configure.ac: Test for libitm directory present first.
2073
2074 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2075
2076 * configure.ac: Test libitm/configure.tgt to disable libitm.
2077 * configure: Rebuild.
2078
98dd765a
RO
20792011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2080
2081 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2082 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2083 * Makefile.in: Regenerate.
2084
99c513f6
DD
20852011-11-01 DJ Delorie <dj@redhat.com>
2086
2087 * configure.ac (rl78-*-*) New case.
2088 * configure: Regenerate.
2089
ff3ec4ee
DD
20902011-11-01 DJ Delorie <dj@redhat.com>
2091
2092 * config.sub: Update to version 2011-10-29 (added rl78)
2093
c28a9f49
NC
20942011-10-27 Nick Clifton <nickc@redhat.com>
2095
2096 * config.sub: Import these changes from the config project:
2097
a903d6ac 2098 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
2099 Ben Elliston <bje@gnu.org>
2100
2101 * config.sub (epiphany): New.
2102
2103 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2104 Ben Elliston <bje@gnu.org>
2105
9eb322aa 2106 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
2107
2108 2011-08-23 Roland McGrath <mcgrathr@google.com>
2109
2110 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2111 64eb to be64.
2112
2113 2011-08-16 Roland McGrath <mcgrathr@google.com>
2114
2115 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2116 (nacl): Grok as alias for 32el-unknown-nacl.
2117
860144e4
JB
21182011-08-19 Joel Brobecker <brobecker@adacore.com>
2119
2120 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
2121
40ae9136
YQ
21222011-08-14 Yao Qi <yao@codesourcery.com>
2123
2124 Merge from gcc:
2125
2126 2011-08-14 Yao Qi <yao@codesourcery.com>
2127 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2128 * configure: Regenerate.
2129
ffdd6afc
ILT
21302011-07-26 Ian Lance Taylor <iant@google.com>
2131
2132 Merge from gcc:
2133
2134 2011-07-26 Ian Lance Taylor <iant@google.com>
2135 * configure.ac: Set have_compiler based on whether gcc directory
2136 exists, rather than on whether gcc is in configdirs.
2137 * configure: Rebuild.
2138
2139 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2140 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2141 link directories.
2142 * Makefile.in: Rebuild.
2143
2144 2011-07-20 Ian Lance Taylor <iant@google.com>
2145 PR bootstrap/49787
2146 * configure.ac: Move --enable-bootstrap handling earlier in file.
2147 If --enable-bootstrap and either --enable-build-with-cxx or
2148 --enable-build-poststage1-with-cxx, enable C++ automatically.
2149 * configure: Rebuild.
2150
2151 2011-07-19 Ian Lance Taylor <iant@google.com>
2152 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2153 make C++ a boot_language. Set and substitute
2154 POSTSTAGE1_CONFIGURE_FLAGS.
2155 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2156 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2157 * configure, Makefile.in: Rebuild.
2158
2159 2011-07-16 Jason Merrill <jason@redhat.com>
2160 * Makefile.def (language=c++): Add check-c++0x and
2161 check-target-libmudflap-c++.
2162 * Makefile.tpl (check-target-libmudflap-c++): New.
2163 * Makefile.in: Regenerate.
2164
2165 2011-07-16 Matthias Klose <doko@ubuntu.com>
2166 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2167 * Makefile.def (target_modules/libjava): Pass
2168 $(EXTRA_CONFIGARGS_LIBJAVA).
2169 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2170 if not configured with --enable-static-libjava.
2171 * Makefile.in: Regenerate.
2172 * configure: Likewise.
2173
2174 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2175 PR regression/47836
2176 PR bootstrap/23656
2177 PR other/47733
2178 PR bootstrap/49247
2179 PR c/48825
2180 * configure.ac (target_libraries): Remove target-libiberty.
2181 Remove case-statement setting skipdirs=target-libiberty for
2182 multiple targets. Remove checking target_configdirs and
2183 removing target-libiberty but keeping target-libgcc if
2184 otherwise empty.
2185 * Makefile.def (target_modules): Don't add libiberty.
2186 (dependencies): Remove all traces of target-libiberty.
2187 * configure, Makefile.in: Regenerate.
2188
9ccb86e7
JM
21892011-07-22 Jason Merrill <jason@redhat.com>
2190
2191 * Makefile.def (language=c++): Add check-c++0x and
2192 check-target-libmudflap-c++.
2193 * Makefile.tpl (check-target-libmudflap-c++): New.
2194 * Makefile.in: Regenerate.
2195
090bc50f
RO
21962011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2197
2198 * configure: Regenerate.
2199
cff32a7c
RO
22002011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2201
2202 PR target/39150
2203 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2204 x86_64-*-solaris2.1[0-9]*.
2205 * configure: Regenerate.
2206
eb4b2452
NC
22072011-06-13 Walter Lee <walt@tilera.com>
2208
2209 * configure.ac (tilepro-*-*) New case.
2210 (tilegx-*-*): Likewise.
2211 * configure: Regenerate.
2212
3c0013bf
NC
22132011-06-06 Nick Clifton <nickc@redhat.com>
2214
2215 * config.sub: Sync from upstream.
2216
91c1f14c
DK
22172011-05-08 Doug Kwan <dougkwan@google.com>
2218
2219 Merge from gcc:
2220
2221 2011-05-08 Doug Kwan <dougkwan@google.com>
2222
2223 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2224 * configure: Regenerated.
2225 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2226 value from configure.
2227 * Makefile.in: Regenerated.
2228
c7e4b184
JM
22292011-05-05 Joseph Myers <joseph@codesourcery.com>
2230
2231 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2232 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2233 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2234 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2235 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2236 *-*-vxworks*): Disable newlib and libgloss in separate case
2237 statement.
2238 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2239 to separate case statement.
2240 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2241 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2242 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2243 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2244 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2245 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2246 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2247 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2248 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2249 i[[3456789]]86-*-rdos*, m32r-*-*,
2250 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2251 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2252 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2253 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2254 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2255 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2256 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2257 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2258 and libgloss in main case over targets. Remove most empty cases
2259 in main case over targets.
2260 * configure: Regenerate.
2261
7152a690
JM
22622011-05-04 Joseph Myers <joseph@codesourcery.com>
2263
2264 * configure.ac: Remove code setting special library locations for
2265 hppa*64*-*-hpux11*. Remove code setting compiler for
2266 sparc-sun-solaris2*.
2267 * configure: Regenerate.
2268
ff46fb8f
JM
22692011-05-04 Joseph Myers <joseph@codesourcery.com>
2270
2271 * configure.ac: Separate libgloss_dir settings from general case
2272 over targets.
2273 * configure: Regenerate.
2274
82ae827f
JM
22752011-04-28 Joseph Myers <joseph@codesourcery.com>
2276
2277 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2278 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2279 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2280 cases in libgcj-disabling case statement.
2281 (hppa*64*-*-linux*): Set unsupported_languages instead of
2282 disabling target-zlib.
2283 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2284 to hppa*64*-*-hpux*.
2285 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2286 hppa*-*-hpux*.
2287 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2288 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2289 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2290 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2291 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2292 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2293 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2294 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2295 libgcj-disabling case statement.
2296 * configure: Regenerate.
2297
0827f9a6
JM
22982011-04-28 Joseph Myers <joseph@codesourcery.com>
2299
2300 * configure.ac: Disable Java for targets not supporting libffi.
2301 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2302 Remove cases in Java-disabling statement.
2303 (*arm-wince-pe): Change to arm-wince-pe.
2304 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2305 cases in Java-disabling statement.
2306 (bfin-*-*): Don't disable Java again.
2307 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2308 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2309 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2310 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2311 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2312 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2313 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2314 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2315 Java-disabling statement.
2316 (mmix-*-*): Don't disable Java again.
2317 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2318 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2319 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2320 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2321 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2322 statement.
2323 * configure: Regenerate.
2324
899b04ef
JM
23252011-04-28 Joseph Myers <joseph@codesourcery.com>
2326
2327 Merge from GCC:
2328
2329 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2330
2331 PR lto/48086
2332 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2333 * configure: Regenerate.
2334
9863d716
JM
23352011-04-28 Joseph Myers <joseph@codesourcery.com>
2336
2337 * configure.ac: Separate cases disabling Java and Java libraries
2338 from general case over targets.
2339 * configure: Regenerate.
2340
a90ef4bf
JM
23412011-04-06 Joseph Myers <joseph@codesourcery.com>
2342
2343 * configure.ac (build_tools): Remove build-byacc.
2344 (host_libs): Remove mmalloc.
2345 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2346 autoconf automake libtool diff rcs fileutils shellutils time
2347 textutils wdiff find uudecode hello tar gzip indent recode release
2348 sed perl gawk findutils gettext zip.
2349 (libgcj): Remove target-qthreads.
2350 (target_tools): Remove target-examples target-gperf.
2351 (YACC): Don't handle building byacc.
2352 * configure: Regenerate.
2353 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2354 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2355 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2356 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2357 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2358 handle building components.
2359 * Makefile.in: Regenerate.
2360
05a02268
RW
23612011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2362
2363 * config.sub: Sync from upstream.
2364
c5f5c3c2
JM
23652011-04-01 Joseph Myers <joseph@codesourcery.com>
2366
2367 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2368 (microblaze*): Don't disable libssp.
2369 * configure: Regenerate.
2370
f6c1938b
JM
23712011-04-01 Joseph Myers <joseph@codesourcery.com>
2372
2373 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2374 moveifchange.
2375 * configure: Regenerate.
2376 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2377 * Makefile.in: Regenerate.
2378
1f111696
JM
23792011-04-01 Joseph Myers <joseph@codesourcery.com>
2380
2381 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2382 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2383 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2384 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2385 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2386 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2387 md_exec_prefix cases.
2388 * configure: Regenerate.
2389
065a5627
JM
23902011-04-01 Joseph Myers <joseph@codesourcery.com>
2391
2392 * configure.ac: Separate cases disabling target-libssp,
2393 target-libiberty, target-libstdc++-v3 and Fortran from general
2394 case over targets.
2395 * configure: Regenerate.
2396
b2f14e4a
JM
23972011-04-01 Joseph Myers <joseph@codesourcery.com>
2398
2399 * configure.ac (*-*-chorusos): Don't disable libgcj.
2400 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2401 Remove case.
2402 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2403 (arm-*-coff): Don't disable libgcj.
2404 (arm*-*-linux-gnueabi): Remove useless assignment.
2405 (arm-*-riscix*): Don't disable libgcj.
2406 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2407 configuration.
2408 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2409 (c54x*-*-*): Remove case.
2410 (tic54x-*-*): Don't disable GCC or GCC libraries.
2411 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2412 to *.
2413 (d10v-*-*): Don't disable GCC libraries.
2414 (d30v-*-*): Don't disable libgcj.
2415 (h8500-*-*): Don't disable GCC libraries.
2416 (i960-*-*): Don't disable libgcj.
2417 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2418 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2419 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2420 libgcj.
2421 (m68k-*-coff*): Remove case.
2422 (mmix-*-*): Don't disable libgloss on host.
2423 (mn10200-*-*, mn10300-*-*): Remove cases.
2424 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2425 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2426 Don't disable libgcj.
2427 (romp-*-*): Remove case.
2428 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2429 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2430 case.
2431 (v810-*-*): Don't disable GCC libraries.
2432 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2433 (ip2k-*-*): Don't disable GCC libraries.
2434 * configure: Regenerate.
2435
6a608608
JM
24362011-03-28 Joseph Myers <joseph@codesourcery.com>
2437
2438 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2439 libffi on host.
2440 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2441 on host.
2442 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2443 * configure: Regenerate.
2444
5b806d27
NC
24452011-03-26 John Marino <binutils@marino.st>
2446
2447 * configure.ac: Add support for *-*-dragonfly*
2448 * configure: Regenerate.
2449
0377a422
JM
24502011-03-25 Joseph Myers <joseph@codesourcery.com>
2451
2452 * configure.ac (native_only): Remove.
2453 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2454 send-pr uudecode guile gnuserv on host.
2455 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2456 send-pr rcs guile perl texinfo libtool on host.
2457 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2458 automake send-pr rcs guile perl texinfo libtool on host.
2459 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2460 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2461 (alpha*-dec-osf*): Don't disable fileutils on target.
2462 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2463 texinfo send-pr expect dejagnu on target.
2464 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2465 target-qthreads on target.
2466 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2467 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2468 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2469 x86_64-*-mingw*): Don't disable expect on target.
2470 (*-*-cygwin*): Don't disable target-gperf on target.
2471 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2472 gnuserv on target.
2473 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2474 target.
2475 * configure: Regenerate.
2476
2354b38b
JM
24772011-03-25 Joseph Myers <joseph@codesourcery.com>
2478
2479 * configure.ac (target_tools): Remove target-groff.
2480 (native_only): Remove target-groff.
2481 (hppa*64*-*-*): Don't disable byacc.
2482 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2483 setting.
2484 (*-*-kaos*): Don't skip target-librx and target-groff.
2485 (*-*-netware*): Don't skip target-libmudflap.
2486 (*-*-tpf*): Don't skip target-libmudflap.
2487 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2488 directories on the host.
2489 (ia64*-*-*vms*): Don't skip tix.
2490 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2491 host.
2492 * configure: Regenerate.
2493
28d9b232
PB
24942011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2495
2496 * configure.ac: Remove references to mt-mep, mt-netware,
2497 mt-wince.
2498 * Makefile.def: Add all-utils soft dependencies.
2499 * Makefile.tpl: Remove GDB_NLM_DEPS.
2500 * configure: Regenerate.
2501 * Makefile.in: Regenerate.
2502
dbbe5f95
PB
25032011-03-24 Paolo Bonzini <bonzini@gnu.org>
2504
2505 Sync from GCC:
2506
2507 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2508
2509 * configure.ac: Do not include mh-x86omitfp.
2510 * configure: Regenerate.
2511
2512 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2513
2514 * configure.ac: Remove empty cases.
2515 * configure: Regenerate.
2516
2517 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2518
2519 * Makefile.def: Add dependency from termcap to gdb.
2520 * Makefile.in: Regenerate.
2521
2522 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2523
2524 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2525 * configure: Regenerate.
2526 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2527 * Makefile.tpl: Likewise.
2528 * Makefile.in: Regenerate.
2529
2530 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2531
2532 * configure.ac: Remove all mentions of tentative_cc.
2533 * configure: Regenerate.
2534
2535 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2536
2537 PR lto/48086
2538 * configure.ac: Re-enable LTO on *-apple-darwin9.
2539 * configure: Regenerate.
2540
3516a403
JM
25412011-03-24 Joseph Myers <joseph@codesourcery.com>
2542
2543 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2544 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2545 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2546 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2547 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2548 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2549 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2550 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2551 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2552 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2553 *-*-rhapsody*): Remove host cases.
2554 * configure: Regenerate.
2555
93cc359e
JM
25562011-03-24 Joseph Myers <joseph@codesourcery.com>
2557
2558 * configure.ac (ppc*-*-pe): Remove host case.
2559 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2560 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2561 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2562 cases.
2563 * configure: Regenerate.
2564
29b2c556
JM
25652011-03-24 Joseph Myers <joseph@codesourcery.com>
2566
2567 * config.sub: Update to version 2011-03-23.
2568
f0ff0f90
JM
25692011-03-22 Joseph Myers <joseph@codesourcery.com>
2570
2571 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2572 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2573 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2574 * configure: Regenerate.
2575
782cb41f
JM
25762011-03-22 Joseph Myers <joseph@codesourcery.com>
2577
2578 * config-ml.in: Don't handle arc-*-elf*.
2579 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2580 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2581 handle GCC libraries.
2582 * configure: Regenerate.
2583
0e8ad34f
RO
25842011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2585
2586 PR bootstrap/48120:
2587 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2588 Add -lstdc++ -lm to LIBS.
2589 * configure: Regenerate.
2590
5548b4ce
DE
25912011-03-18 David Edelsohn <dje.gcc@gmail.com>
2592
2593 * config.guess: Update to version 2011-02-02
2594 * config.sub: Update to version 2011-02-24
2e702c99 2595
86ed8cf6
SP
25962011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2597
9eb322aa
MF
2598 * configure.ac: Adjust test of with_ppl.
2599 * configure: Regenerated.
86ed8cf6 2600
b123da99
SP
26012011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2602
2603 * configure.ac: Add -lpwl to ppllibs.
2604 * config/cloog.m4: Add -lisl to clooglibs.
2605 * configure: Regenerated.
2606
822ce8ee
RW
26072011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2608
2609 Import from Libtool and gnulib:
2610
2611 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2612
2613 Prepare for supporting FreeBSD 10.
2614 * config.rpath: Remove handling of freebsd1* which soon would
2615 match FreeBSD 10.0.
2616
2617 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2618
2619 Remove support for FreeBSD 1.x.
2620 * libtool.m4 (_LT_LINKER_SHLIBS)
2621 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2622 soon would incorrectly match FreeBSD 10.0.
2623
dcb5e506
RW
26242011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2625
2626 PR binutils/12283
2627 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2628 (move-if-change): Comes from gnulib.
2629 * move-if-change: Import version from gnulib.
2630
8d8eef9a
RW
26312011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2632
2633 Sync from GCC:
2634
2635 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2636
2637 PR lto/47225
2638 * Makefile.def (lto-plugin): Double dash for enable-shared.
2639 (configure-gcc): Depend on all-lto-plugin.
2640 * Makefile.in: Rebuilt.
2641
2642 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2643
2644 * configure.ac: Remove extra bracket.
2645 * configure: Regenerate.
2646
2647 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2648
2649 PR lto/47225
2650 * Makefile.def: Add dependency for install-gcc
2651 on install-lto-plugin.
2652 * Makfile.in: Regenerated
2653
2654 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2655
2656 * configure.ac: If with_ppl is no, move setting with_cloog=no
2657 after CLOOG_REQUESTED check.
2658 * configure: Regenerated.
2659
2660 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2661
2662 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2663 CLooG has been requested.
2664 * configure: Regenerated.
2665
2666 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2667
2668 * configure: Regenerated.
2669 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2670
2671 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2672
2673 * configure: Regenerated.
2674 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2675
2676 2011-01-07 Jan Hubicka <jh@suse.cz>
2677
2678 PR lto/47225
2679 * Makefile.in: Regenerate.
2680 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2681 configure.
2682
65b4571a
AO
26832011-01-31 Alexandre Oliva <aoliva@redhat.com>
2684
2685 PR libgcj/44341
2686 * configure.ac: Discard --with-* flags for host when configuring
2687 target libraries for cross build.
2688 * configure: Rebuilt.
2689
7837304f
AS
26902011-01-21 Andreas Schwab <schwab@redhat.com>
2691
2692 Sync from GCC:
2693
2694 2011-01-21 Andreas Schwab <schwab@redhat.com>
2695
2696 * configure.ac: Use AS_HELP_STRING throughout.
2697 * configure: Regenerate.
2698
2699 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2700
2701 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2702 * configure: Regenerate.
2703
115ef890
RW
27042010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2705
2706 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2707
92c9a463
JB
27082011-01-13 Joel Brobecker <brobecker@adacore.com>
2709
2710 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2711 for ia64-hpux.
2712 * configure: Regenerate.
2713
887ebfb4
RW
27142011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2715
2716 Sync from GCC:
2717 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2718
2719 * configure.ac: (picochip): Disable libiberty.
2720 * configure: Regenerate.
2721
04d2c2b2
JJ
27222010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2723
2724 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2725
33d23ee8
ILT
27262010-12-10 Ian Lance Taylor <iant@google.com>
2727
2728 PR bootstrap/46819
2729 * configure.ac: For --disable-libgcj clear libgcj_saved.
2730 * configure: Rebuild.
2731
89a1e9c3
PB
27322010-12-10 Tobias Burnus <burnus@net-b.de>
2733
2734 PR fortran/46540
2735 * configure.ac: Add --disable-libquadmath and
2736 --disable-libquadmath-support.
2737 * configure: Regenerate.
2738
ac7bcd26
TG
27392010-12-10 Tristan Gingold <gingold@adacore.com>
2740
2741 * src-release (ETC_SUPPORT): add gnu-oids.texi
2742
d357cef7
HPN
27432010-12-03 Hans-Peter Nilsson <hp@axis.com>
2744
2745 PR libffi/46792
2746 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2747 * configure: Regenerate.
2748
4f11b223
ILT
27492010-12-02 Ian Lance Taylor <iant@google.com>
2750
2751 * configure.ac: Always set default for poststage1_ldflags to
2752 -static-libstdc++ -static-libgcc.
2753
989abc33
JJ
27542010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2755
2756 * COPYING.NEWLIB: Add National Semiconductor notice.
2757
950386c6
AS
27582010-11-29 Andreas Schwab <schwab@redhat.com>
2759
2760 * configure.ac: Move comment to remove extra space in last argument
2761 of GCC_TARGET_TOOL.
2762
87cda2cf
AO
27632010-11-26 Alexandre Oliva <aoliva@redhat.com>
2764
7d509c83 2765 PR other/46026
87cda2cf
AO
2766 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2767 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2768 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2769 (BASE_FLAGS_TO_PASS): Use it.
2770 * configure: Rebuilt.
2771 * Makefile.in: Rebuilt.
2772
d3b50760
L
27732010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2774
2775 PR binutils/12258
2776 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2777 Properly check default linker.
2778 * configure: Regnerated.
2779
c7791212
NC
27802010-11-23 Matthias Klose <doko@ubuntu.com>
2781
2782 * configure.ac: For --enable-gold, handle value `default' instead of
2783 `both*'. New configure option --{en,dis}able-ld.
2784 * configure: Regenerate.
2785
9e1a94f4
ILT
27862010-11-20 Ian Lance Taylor <iant@google.com>
2787
2788 * configure.ac: Only disable a language library if no language needs
2789 it. Don't let --disable-libgcj uncondtionally disable libffi.
2790 * configure: Rebuild.
2791
ceca0218
PB
27922010-11-20 Paolo Bonzini <bonzini@gnu.org>
2793
2794 * configure: Regenerate.
2795
9b980aa1
RW
27962010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2797
2798 PR other/46202
2799 * configure.ac: Fix just-built in-tree STRIP name to be
2800 binutils/strip-new.
2801 * configure: Regenerate.
2802 * Makefile.def (install-strip-gcc, install-strip-binutils)
2803 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2804 (install-strip-sid): Mirror dependencies on non-strip variants
2805 of these targets on the respective -strip prerequisites.
2806 * Makefile.tpl (install-strip, install-strip-host)
2807 (install-strip-target): New targets.
2808 (install-strip-[+module+], install-strip-target-[+module+]):
2809 New targets.
2810 * Makefile.in: Regenerate.
2811
e552509b
ILT
28122010-11-19 Ian Lance Taylor <iant@google.com>
2813 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2814
2815 * configure.ac: Add target-libgo to target_libraries. Set
2816 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2817 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2818 (HOST_EXPORTS): Add GOC.
2819 (BASE_TARGET_EXPORTS): Add GOC.
2820 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2821 (GOCFLAGS_FOR_TARGET): New variable.
2822 (EXTRA_HOST_FLAGS): Add GOC.
2823 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2824 * Makefile.def (target_modules): Add libgo.
2825 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2826 (dependencies): Add dependency from configure-target-libgo to
2827 configure-target-libffi and all-target-libstdc++-v3. Add
2828 dependencies from all-target-libgo to all-target-libffi.
2829 (languages): Add go.
2830 * configure: Rebuild.
2831 * Makefile.in: Rebuild.
2832
28332010-11-19 Ian Lance Taylor <iant@google.com>
2834
2835 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2836 compiler/flag environment variables.
2837
28382010-11-18 Ian Lance Taylor <iant@google.com>
2839
2840 * configure.ac: Check for lang_requires_boot_languages in
2841 config-lang.in files.
2842 * configure: Rebuild.
2843
8c21d9c7
MF
28442010-11-17 Mike Frysinger <vapier@gentoo.org>
2845
2846 * .gitignore: New file.
2847
e552509b
ILT
28482010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2849 Tobias Burnus <burnus@net-b.de>
2850
2851 PR fortran/32049
2852 * Makefile.def: Add libquadmath; build it with language=fortran.
2853 * configure.ac: Add libquadmath.
2854 * Makefile.tpl: Handle multiple libs in check-[+language+].
2855 * Makefile.in: Regenerate.
2856 * configure: Regenerate.
2857
28582010-11-15 Andreas Schwab <schwab@redhat.com>
2859
2860 * configure.ac: Fix spelling in option names.
2861 * configure: Regenerated.
2862
28632010-11-13 Georg-Johann Lay <georgjohann@web.de>
2864
2865 PR bootstrap/39622
2866 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2867 * configure: Regenerated.
2868
28692010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2870
2871 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2872 define the cloog backend to use. Furthermore, only pass the ppllibs to
2873 the configure checks, if necessary.
2874 * configure: Regenerate.
2875
28762010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2877
2878 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2879 * configure: regenerate
2880
28812010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2882
2883 * config/cloog.m4: Fix typo. verison -> version.
2884 * configure: Regenerate.
2885
28862010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2887
2888 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2889 * configure: Regenerate.
2890
28912010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2892
2893 * configure.ac: Support official CLooG.org versions.
2894 * configure: Regenerate.
2895 * config/cloog.m4: New.
2896
aa291e2d
ME
28972010-11-05 Michael Eager <eager@eagercon.com>
2898
2899 * COPYING.LIBGLOSS: Correct typo in microblaze.
2900 * COPYING.NEWLIB: Same.
2901
e552509b
ILT
29022010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2903
2904 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2905 * configure: Regenerate.
2906
74cea91b
DK
29072010-11-03 Ian Lance Taylor <iant@google.com>
2908 Dave Korn <dave.korn.cygwin@gmail.com>
2909
2910 PR lto/46273
2911 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2912 and on other supported platforms whenever LTO is enabled.
2913 * configure: Rebuild.
2914
6d0cd39e
AM
29152010-11-02 Alan Modra <amodra@gmail.com>
2916
2917 PR binutils/12110
2918 * configure.ac: Error when source path contains spaces.
2919 * configure: Regenerate.
2920
18a8530e
ILT
29212010-10-20 Ian Lance Taylor <iant@google.com>
2922
2923 * Makefile.def (target_modules): Set lib_path to src/.libs for
2924 libstdc++-v3 module.
2925 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2926 * Makefile.in: Rebuild.
2927
6ed3211e
JJ
29282010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2929 Joseph Myers <joseph@codesourcery.com>
2930
2931 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2932 notices.
2933 * COPYING.NEWLIB: Add Texas Instruments notice.
2934
a8eb3f0a
DK
29352010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2936
2937 * configure.ac (build_lto_plugin): New shell variable.
2938 (--enable-lto): Turn on by default for all non-ELF platforms that
2939 have had LTO support added so far. Set build_lto_plugin appropriately
2940 for both ELF and non-ELF.
2941 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2942 * configure: Regenerate.
2943
4074d5f2
RW
29442010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2945
2946 PR bootstrap/45326
2947 PR bootstrap/45174
2948 * configure.ac: Honor initial values of $build_configargs,
2949 $host_configargs, $target_configargs. Mark the precious, so
2950 environment settings get recorded.
2951 * configure: Regenerate.
2952
29821356
RW
29532010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2954
2955 Sync from GCC:
2956
2957 2010-09-30 Michael Eager <eager@eagercon.com>
2958
2959 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2960 * configure: Regenerate.
2961
2962 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2963
2964 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2965 targets and amend comment.
2966 * configure: Regenerate.
2967
2968 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2969
2970 * configure.ac: Enable LTO by default on Darwin.
2971 * configure: Regenerate.
2972
2973 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2974
2975 PR bootstrap/44455
2976 * configure.ac (extra_mpfr_configure_flags): Copy from
2977 extra_mpc_gmp_configure_flags.
2978 * configure: Re-generated.
2979
57eefe4d
RW
29802010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2981
2982 Sync from GCC:
2983
2984 PR bootstrap/45796
2985 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2986 Depend on all-build-libiberty.
2987 * Makefile.in: Regenerate.
2988
29892010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2990
2991 Sync from GCC:
2992
2993 PR bootstrap/44621
2994 * configure.ac: Fix unportable shell quoting.
2995 * configure: Regenerate.
2996
48bb73dd
RW
29972010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2998
2999 * configure.ac: Support all v850 targets.
3000 * configure: Regenerate.
3001
1d14850f
PB
30022010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3003
3004 PR target/44862
3005 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3006 Provide -B option to allow for link spec %s substitutions for
3007 libstdc++.a on darwin.
3008 * Makefile.in: Regenerate.
3009
7530c480
AO
30102010-06-10 Alexandre Oliva <aoliva@redhat.com>
3011
3012 * Makefile.def (configure-gcc): Depend on all-libelf.
3013 * Makefile.in: Rebuild.
3014
285d560d
RW
30152010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3016
3017 * config.sub, config.guess: Update from upstream sources.
3018
a009f2e7
RW
30192010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3020
3021 Sync from GCC:
3022
3023 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3024 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3025 * configure: Regenerated.
3026
3027 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3028 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3029 * configure: Regenerate.
3030
3031 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
3032 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3033 * configure: Regenerate.
3034
3035 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3036 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3037 separately.
3038 * configure: Regenerate.
3039
3040 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3041 * configure: Regenerate after change to elf.m4.
3042
3043 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3044 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3045 * configure: Regenerated.
3046
3047 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3048 * configure.ac: Print "buggy but acceptable" when CLooG
3049 revision is less than 9.
3050 * configure: Regenerated.
3051
e49e5c92
DK
30522010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
3053
3054 Merge from gcc:
3055
3056 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3057 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3058 * configure: Regenerate.
3059
3060 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3061 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3062 a platform that supports LTO.
3063 * configure: Regenerate.
3064
3065 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3066 PR lto/42776
3067 * configure.ac (--enable-lto): Refactor handling so libelf tests
3068 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3069 and allow LTO to be explicitly enabled on non-ELF platforms that
3070 are known to support it inside else-clause.
3071 * configure: Regenerate.
3072
e6de499b
NC
30732010-04-27 Roland McGrath <roland@redhat.com>
3074 H.J. Lu <hongjiu.lu@intel.com>
3075
3076 * configure.ac (--enable-gold): Support both, both/gold and
3077 both/bfd to add gold to configdirs without removing ld.
3078 * configure: Regenerated.
3079
3080 * Makefile.def: Add install-gold dependency to install-ld.
3081 * Makefile.in: Regenerated.
3082
d594eacc
TG
30832010-04-14 Tristan Gingold <gingold@adacore.com>
3084
3085 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3086 * configure: Regenerate.
3087
938d2b74
RW
30882010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3089
3090 Merge from gcc:
3091 PR bootstrap/43615
3092 PR bootstrap/43328
3093 Revert:
3094 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3095 * configure.ac: Do not pass --enable-multilib nor
3096 --disable-multilib in baseargs. Accept explicitly passed
3097 --enable_multilib.
3098 * configure: Regenerate.
3099
a9ef41a7
RW
31002010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3101
3102 PR bootstrap/43328
3103 * configure.ac: Do not pass --enable-multilib nor
3104 --disable-multilib in baseargs. Accept explicitly passed
3105 --enable_multilib.
3106 * configure: Regenerate.
3107
619a3713
JM
31082010-03-23 Joseph Myers <joseph@codesourcery.com>
3109
3110 * configure.ac (tic6x-*-*): New case.
3111 * configure: Regenerate.
3112
92f4e989
JM
31132010-03-23 Joseph Myers <joseph@codesourcery.com>
3114
3115 Merge from gcc:
3116 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3117 PR ada/42554
3118 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3119 * configure: Regenerate.
3120
c35a0556
JM
31212010-03-23 Joseph Myers <joseph@codesourcery.com>
3122
3123 * config.sub: Update to version 2010-03-22.
3124 * config.guess: Update to version 2009-12-30.
3125
18fa8f9c
JM
31262010-03-14 Joseph Myers <joseph@codesourcery.com>
3127
3128 Merge from gcc:
3129 2010-01-11 Richard Guenther <rguenther@suse.de>
3130 PR lto/41569
3131 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3132 * Makefile.in: Regenerated.
3133
ba98da75
RO
31342010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3135
3136 PR libstdc++/32499
3137 * configure.ac (RANLIB): Default to true.
3138 (STRIP): Likewise.
3139 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3140 * configure: Regenerate.
3141
3994761f
NC
31422010-02-17 Nick Clifton <nickc@redhat.com>
3143
3144 PR 11238
3145 * Makefile.tpl (local-distclean): Also remove config.cache files in
3146 sub-directories as there may not be Makefiles present in the
3147 sub-directories.
792cdb50
NC
3148 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3149 the config.cache files found by the find command.
3150
3994761f
NC
3151 * Makefile.in: Regenerate.
3152 * configure.ac: Revert previous delta.
3153 * configure: Regenerate.
3154
01a82011
NC
31552010-02-15 Nick Clifton <nickc@redhat.com>
3156
3157 PR 11238
3158 * configure.ac: Delete config.cache files in sub-directories when
3159 deleting Makefiles.
3160 * configure: Regenerate.
3161
143754cd
NC
31622010-02-15 Nick Clifton <nickc@redhat.com>
3163
3164 * configure.ac: Sync from gcc.
3165 * configure: Regenerate.
3166
a6b5846e
KG
31672010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3168
3169 Sync from gcc:
3170 * configure.ac: Add "recommended" version checks for GMP/MPC.
3171 Update recommended GMP/MPFR/MPC versions.
3172 * configure: Regenerate.
3173
2aa2364a
JR
31742010-01-25 Joern Rennecke <amylaar@spamcop.net>
3175
3176 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3177 * configure.ac (bootstrap_target_libs): Make inclusion of
3178 target-libgomp conditional on libgomb being in target_configdirs.
3179 * configure: Regenerate.
3180
d35e937f
JR
31812010-01-23 Joern Rennecke <amylaar@spamcop.net>
3182
3183 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3184 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3185 * configure: Regenerate.
3186
911e63d0
JR
31872010-01-22 Joern Rennecke <amylaar@spamcop.net>
3188
3189 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3190 * configure.ac (target_configdirs): Substitute.
3191 * Makefile.def: Bootstrap target module libgomp.
3192 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3193 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3194 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3195 * configure, Makefile.in: Regenerate.
3196
3725885a
RW
31972009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3198
3199 * libtool.m4: Sync from git Libtool.
3200 * ltmain.sh: Likewise.
3201 * ltoptions.m4: Likewise.
3202 * ltversion.m4: Likewise.
3203 * lt~obsolete.m4: Likewise.
3204
d5f2ee2e 32052010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 3206 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
3207
3208 PR bootstrap/42424
3209 * configure.ac: Include libtool m4 files.
9eb322aa 3210 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
3211 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3212 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 3213
d5f2ee2e
KG
3214 * configure: Regenerate.
3215
f2b2dd91
RW
32162010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3217
3218 PR bootstrap/41818
3219 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3220 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3221 * Makefile.in: Regenerate.
3222
06ca7962
BE
32232009-12-18 Ben Elliston <bje@au.ibm.com>
3224
3225 * config.sub, config.guess: Update from upstream sources.
3226
30a16d7b
JJ
32272009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3228
3229 * COPYING.NEWLIB: Update copyright date.
3230 * COPYING.LIBGLOSS: Ditto.
3231
d9b76ff9
KG
32322009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3233
3234 PR middle-end/30447
3235 PR middle-end/30789
3236 PR other/40302
3237
3238 * configure.ac: Require MPC.
3239 * configure: Regenerate.
3240
3241 * configure.ac: Update minimum MPC version to 0.8.
3242 * configure: Regenerate.
3243
e12dec02
PB
32442009-11-20 Paolo Bonzini <bonzini@gnu.org>
3245
3246 * config.guess: Sync with upstream and gcc.
3247 * config.sub: Sync with upstream and gcc.
3248
606a9ca0
AO
32492009-11-16 Alexandre Oliva <aoliva@redhat.com>
3250
3251 * Makefile.def: Restore host and target settings for gmp.
3252 * Makefile.in: Rebuild.
3253
1f53ca9a
AO
32542009-11-16 Alexandre Oliva <aoliva@redhat.com>
3255
3256 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3257 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3258 Fix portability of test of C++ as bootstrap language. Add
3259 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3260 * configure: Rebuild.
3261 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3262 and cloog. Fix in-tree ppl configuration. Introduce libelf
3263 in-tree building.
3264 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3265 (POSTSTAGE1_HOST_EXPORTS): Use it.
3266 (STAGE[+id+]_CXXFLAGS): New.
3267 (BASE_FLAGS_TO_PASS): Pass it down.
3268 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3269 extra_exports.
3270 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3271 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3272 extra_exports.
3273 * Makefile.in: Rebuild.
3274
32752009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3276
3277 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3278 paths for *-w64-mingw* and x86_64-*mingw*.
3279 * configure: Regenerated.
3280
32812009-10-30 Kai Tietz <kai.tietz@onevision.com>
3282
3283 * configure.ac: Disable target-winsup & co for
3284 x86_64-*-mingw* and *-w64-mingw* targets.
3285 * configure: Regenerated.
3286
32872009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3288
3289 * configure.ac (CLooG test): Use = with test.
3290 * configure: Regenerate.
3291
32922009-10-22 Richard Guenther <rguenther@suse.de>
3293
3294 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3295 cloog if the ppl version check failed. Move flags saving
3296 before setting in libelf check.
3297 * configure: Regenerate.
3298
32992009-10-21 Richard Guenther <rguenther@suse.de>
3300
3301 * configure.ac: Adjust the ppl and cloog configure to work as
3302 documented. Disable cloog if ppl was disabled. Omit the version
3303 checks if they were disabled.
3304 * configure: Re-generate.
3305
6811fb56
RW
33062009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3307
3308 * configure.ac: Add 'lto' to enable_languages, not
3309 new_enable_languages, and only if not already present.
3310 * configure: Regenerate.
3311
700d40ca
ILT
33122009-10-06 Ian Lance Taylor <iant@google.com>
3313
3314 * Makefile.def: check-gold depends upon all-gas.
3315 * Makefile.in: Rebuild.
3316
33172009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3318
3319 * Makefile.def: all-lto-plugin depends on all-libiberty.
3320 set bootstrap=true for lto-plugin.
3321 Add lto-plugin.
3322 * Makefile.in: Regenerate.
3323 * configure.ac (host_libs): Add lto-plugin.
3324 * configure: Regenerate.
3325
33262009-10-03 Diego Novillo <dnovillo@google.com>
3327
3328 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3329 (HOST_LIBELFLIBS): Define.
3330 (HOST_LIBELFINC): Define.
3331 * Makefile.in: Regenerate.
3332 * configure.ac: Add --enable-lto.
3333 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3334 If --enable-lto is used, add 'lto' to new_enable_languages.
3335 If --enable-lto is used and gold is enabled, add
3336 lto-plugin to configdirs.
3337 * configure: Regenerate.
3338
33392009-10-03 Simon Baldwin <simonb@google.com>
3340
3341 * configure.ac: If --with-system-zlib, suppress local zlib and
3342 pass --with-system-zlib to subdir configure scripts.
3343 * configure: Regenerate.
3344
33452009-10-01 Loren J. Rittle <ljrittle@acm.org>
3346 Paolo Bonzini <bonzini@gnu.org>
3347
3348 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3349 $(srcdir).
3350 * Makefile.in: Rebuilt.
3351
c8cb1b3e
PB
33522009-09-29 Paolo Bonzini <bonzini@gnu.org>
3353
3354 Sync from gcc:
3355 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3356
3357 * configure.ac: Update minimum MPC version to 0.7.
3358 * configure: Regenerate.
3359
30167e0a
NC
33602009-09-25 Nick Clifton <nickc@redhat.com>
3361
3362 * configure.ac: Pass any --cache-file=/dev/null option on to
3363 subconfigures.
3364 * configure: Regenerate.
3365
707a0b5c
NC
33662009-09-23 Nick Clifton <nickc@redhat.com>
3367
3368 * config.sub, config.guess: Update from upstream sources.
3369
700d40ca
ILT
33702009-09-22 Loren J. Rittle <ljrittle@acm.org>
3371
3372 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3373 * Makefile.in: Rebuilt.
3374
2fd0b40b
RW
33752009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3376
3377 PR bootstrap/32272
3378 * configure.ac: Error out if $srcdir isn't '.' but contains
3379 host-${host_noncanonical}.
3380 * configure: Regenerate.
3381
4385ad3c
RW
33822009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3383
16b1ad29
RW
3384 * configure.ac: If bootstrapping a combined tree with
3385 --enable-gold, require c++ in stage1_languages.
3386 * configure: Regenerate.
3387
f8dc745f
RW
3388 * configure.ac: Also add target_libs of stage1_languages to
3389 bootstrap_target_libs.
3390 * configure: Regenerate.
3391
4385ad3c
RW
3392 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3393 with --enable-languages not containing c++.
3394 * configure: Regenerate.
3395
df51e4e1
JZ
33962009-09-16 Jie Zhang <jie.zhang@analog.com>
3397
3398 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3399 * configure: Regenerate.
3400
06a51eac
RW
34012009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3402
3403 * configure.ac: Do not use $extrasub for replacing @if/@endif
3404 parts in Makefile; instead, use additional arguments to
3405 AC_CONFIG_COMMANDS to do the replacement manually, with several
3406 sed invocations, to avoid HP-UX sed command limits.
3407 * configure: Regenerate.
3408
96655cc4
AO
34092009-09-04 Alexandre Oliva <aoliva@redhat.com>
3410
3411 * configure.ac (with-build-config): Document. Handle without.
3412 Handle missing argument.
3413 * configure: Rebuilt.
3414
34152009-09-03 Alexandre Oliva <aoliva@redhat.com>
3416
3417 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3418 Default to bootstrap-debug only if compare-debug works.
3419 * configure: Rebuilt.
3420 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3421 * Makefile.in: Rebuilt.
3422
34232009-09-01 Alexandre Oliva <aoliva@redhat.com>
3424
3425 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3426 * Makefile.in: Rebuilt.
3427
8e957354
PB
34282009-09-02 Paolo Bonzini <bonzini@gnu.org>
3429
3430 * Makefile.tpl (AWK): Fix typo.
3431 * Makefile.in: Regenerate.
3432
34332009-09-02 Paolo Bonzini <bonzini@gnu.org>
3434
3435 * configure.ac: Detect awk and sed.
3436 * Makefile.def (flags_to_pass): Add AWK and SED.
3437 * Makefile.tpl (AWK, SED): New.
3438 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3439 * configure: Regenerate.
3440 * Makefile.in: Regenerate.
3441
fb792462
TG
34422009-09-01 Tristan Gingold <gingold@adacore.com>
3443
3444 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3445 Remove logical names.
3446
a69e7d0a
DK
34472009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3448
3449 * ltmain.sh (func_normal_abspath): New function.
3450 (func_relative_path): Likewise.
3451 (func_mode_help): Document new -bindir option for link mode.
3452 (func_mode_link): Add new -bindir option, and use it to place
3453 output DLL if specified.
3454
d444d2ba
RW
34552009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3456
3457 * configure.ac (AC_PREREQ): Bump to 2.64.
3458
13b7343a
RW
34592009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3460
af542c2e
RW
3461 * README-maintainer-mode: Point directly to upstream locations
3462 for autoconf, automake, libtool, gettext, instead of copies on
3463 sources.redhat.com. Document required versions.
3464 * configure.ac: Do not substitute datarootdir, htmldir,
3465 pdfdir, docdir. Do not process --with-datarootdir,
3466 --with-htmldir, --with-pdfdir, --with-docdir.
3467 * configure: Regenerate.
3468
81ecdfbb
RW
3469 * configure: Regenerate.
3470
13b7343a
RW
3471 * compile: Sync from Automake 1.11.
3472 * depcomp: Likewise.
3473 * install-sh: Likewise.
3474 * missing: Likewise.
3475 * mkinstalldirs: Likewise.
3476 * ylwrap: Likewise.
3477
c1102ce7
RW
34782009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3479
34a0f3cf
RW
3480 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3481 (baseargs): Add --disable-option-checking.
3482 * configure: Regenerate.
3483
c1102ce7
RW
3484 * Makefile.def (configure-target-libiberty): Depend on
3485 all-binutils and all-ld.
3486 (configure-target-newlib): Likewise.
3487 * Makefile.in: Regenerate.
3488
e8a5fa9c
RW
34892009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3490
3491 Sync with GCC, merge:
3492
3493 2009-07-31 Christian Bruel <christian.bruel@st.com>
3494
3495 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3496 * configure: Regenerate.
3497
3498 2009-07-06 Ian Lance Taylor <iant@google.com>
3499
3500 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3501 * configure: Rebuild.
3502
3503 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3504
3505 PR bootstrap/40338
3506 * configure.ac (comparestring): Create new variable.
3507 * Makefile.tpl (comparestring): Use to skip some comparisions.
3508 * configure: Regenerate.
3509 * Makefile.in: Regenerate.
3510
3511 2009-06-23 Ian Lance Taylor <iant@google.com>
3512
3513 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3514 boot_languages. Only bootstrap target libraries listed in
3515 target_libs for some boot language. Add --with-stage1-ldflags,
3516 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3517 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3518 if not building with C++.
3519 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3520 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3521 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3522 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3523 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3524 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3525 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3526 * configure, Makefile.in: Rebuild.
3527
3528 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3529
3530 * configure.ac: Detect MPC in default directory.
3531 * configure: Regenerate.
3532
3533 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3534
3535 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3536 to noconfdirs.
3537 * configure: Regenerate.
3538
3539 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3540
3541 * Makefile.def: Add MPC support and dependencies.
3542 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3543
3544 * Makefile.in, configure: Regenerate.
3545
3546 2009-05-24 Nicolas Roche <roche@adacore.com>
3547
3548 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3549 * Makefile.in: Regenerate.
3550
3551 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3552
3553 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3554 * configure: Regenerate.
3555
3556 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3557
3558 * configure.ac ($with_ppl): Default to no if not supplied.
3559 ($with_cloog): Likewise.
3560 configure: Regenerate.
3561
3562 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3563
3564 PR bootstrap/39739
3565 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3566 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3567
3568 * configure, Makefile.in: Regenerate.
3569
3570 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3571
3572 * configure.ac: Change copyright header to refer to version
3573 3 of the GNU General Public License and to point readers at the
3574 COPYING3 file and the FSF's license web page.
3575 * Makefile.def: Likewise.
3576 * Makefile.tpl: Likewise.
3577 * Makefile.in: Regenerate.
3578
3579 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3580
3581 * configure.ac: Restore match for darwin9 or later. Use double
3582 brackets since regeneration eats one pair.
3583 * configure: Regenerate.
3584
bf110216
CF
35852009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3586
3587 * MAINTAINERS: Perform some obvious fixups.
3588
2262bbf4
BE
35892009-08-17 Ben Elliston <bje@au.ibm.com>
3590
3591 * config.sub, config.guess: Update from upstream sources.
3592
25a07265
NC
35932009-08-06 Michael Eager <eager@eagercon.com>
3594
3595 * configure.ac: Add Microblaze target.
3596 * configure: Regenerate.
3597
85bd1942
TG
35982009-07-02 Tristan Gingold <gingold@adacore.com>
3599
3600 * configure.ac: Do not exclude gas for i386-*-darwin.
3601 Add a case for x86_64-*-darwin.
3602 * configure: Regenerate.
3603
f9806fa5
DE
36042009-06-26 Doug Evans <dje@sebabeach.org>
3605
3606 * Makefile.def (host_modules): Add cgen.
3607 * Makefile.in: Regenerate.
3608 * configure.ac (host_tools): Add cgen.
3609 * configure: Regenerate.
3610
6bfb4e30
JJ
36112009-06-17 Michael Eager <eager@eagercon.com>
3612
3613 * COPYING.LIBGLOSS: Add Xilinx license.
3614
8bcf2718
NC
36152009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3616
3617 * configure.ac: Define is_elf for QNX Neutrino targets.
3618 * configure: Regenerate.
3619
04ec0acb
RW
36202009-06-03 Jerome Guitton <guitton@adacore.com>
3621 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3622
9eb322aa
MF
3623 * Makefile.tpl (all): Avoid a trailing backslash.
3624 * Makefile.in: Regenerate.
04ec0acb 3625
7ee5dbeb
BE
36262009-06-03 Ben Elliston <bje@au.ibm.com>
3627
3628 * config.sub, config.guess: Update from upstream sources.
3629
fda13ee8
AO
36302009-06-02 Alexandre Oliva <aoliva@redhat.com>
3631
3632 * Makefile.tpl ([+compare-target+]): Compare all stage
3633 directories, rather than just gcc.
3634 * Makefile.in: Rebuilt.
3635
4a657b0d
DK
36362009-05-28 Doug Kwan <dougkwan@google.com>
3637
3638 * configure.ac: Support gold for target arm*-*-*.
3639 * configure: Regenerate.
3640
07fc31c9
AO
36412009-05-27 Alexandre Oliva <aoliva@redhat.com>
3642
3643 * Makefile.tpl (all): Avoid harmless warning in make all when
3644 gcc-bootstrap is enabled but stage_last does not exist.
3645 * Makefile.in: Rebuilt.
3646
8a7a39ab
TG
36472009-05-25 Tristan Gingold <gingold@adacore.com>
3648
3649 * setup.com: Complete the file with configuration and build.
3650
b5233201
AO
36512009-05-18 Alexandre Oliva <aoliva@redhat.com>
3652
3653 PR other/40159
3654 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3655 gcc-no-bootstrap are mutually exclusive.
3656 * Makefile.in: Rebuilt.
3657
7b6175f9
AO
36582009-05-18 Alexandre Oliva <aoliva@redhat.com>
3659
3660 PR other/40159
3661 * Makefile.tpl (all): Don't end with unconditional success.
3662 * Makefile.in: Rebuilt.
3663
1b05fbbd
AO
36642009-05-12 Alexandre Oliva <aoliva@redhat.com>
3665
3666 PR target/37137
3667 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3668 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3669 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3670 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3671 stage_configureflags, stage_cflags and stage_libcflags into
3672 explicit Makefile macros.
3673 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3674 GFORTRAN.
3675 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3676 CC. Set CC_FOR_BUILD from CC.
3677 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3678 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3679 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3680 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3681 and GFORTRAN.
3682 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3683 (_LIBCFLAGS): Renamed to _TFLAGS.
3684 (do-compare-debug, do-compare3-debug): Drop.
3685 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3686 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3687 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3688 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3689 (XGCC_FLAGS_FOR_TARGET): New.
3690 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3691 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3692 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3693 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3694 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3695 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3696 TFLAGS.
3697 (BUILD_CONFIG): Include if requested.
3698 (all): Set TFLAGS on bootstrap.
3699 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3700 (all-stageid-prefixmodule): Likewise.
3701 (do-clean, distclean-stageid): Set TFLAGS.
3702 (restrap): Fix whitespace.
3703 * Makefile.in: Rebuilt.
3704
dc17c78c
EB
37052009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3706
3707 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3708 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3709 * Makefile.in: Regenerate.
3710
14324cd7
EZ
37112009-04-24 Eli Zaretskii <eliz@gnu.org>
3712
3713 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3714 consistency with config.sub. (Update from upstream sources.)
3715
f8d5f06c
JM
37162009-04-21 Joseph Myers <joseph@codesourcery.com>
3717
3718 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3719
0000e2bf
BE
37202009-04-17 Ben Elliston <bje@au.ibm.com>
3721
3722 * config.sub, config.guess: Update from upstream sources.
3723
20135e4c
NC
37242009-04-15 Anthony Green <green@moxielogic.com>
3725
34adf976 3726 * configure.ac: Add moxie support.
20135e4c
NC
3727 * configure: Rebuilt.
3728
ef699244
L
37292009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3730
3731 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3732 * configure: Regenerate.
3733
10ad8ef3
L
37342009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3735
3736 PR gas/10039
3737 * configure.ac: Require texinfo 4.7.
3738 * configure: Regenerated.
3739
c50523ce
L
37402009-04-09 Steve Ellcey <sje@cup.hp.com>
3741
3742 * Makefil.def (languages): New entries.
3743 * Makefile.tpl (check-gcc-*): New generic target.
3744 * Makefile.in: Regenerate.
3745
47afba5f
EZ
37462009-03-27 Eli Zaretskii <eliz@gnu.org>
3747
3748 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3749 Windows builds of Sed.
3750
dc448a7b
TT
37512009-03-18 Tom Tromey <tromey@redhat.com>
3752
3753 * configure: Rebuild.
3754 * configure.ac (host_libs): Add libiconv.
3755 * Makefile.in: Rebuild.
3756 * Makefile.def (host_modules): Add libiconv.
3757 (configure-gdb, all-gdb): Depend on libiconv.
3758
24741ab2
JB
37592009-03-16 Tristan Gingold <gingold@adacore.com>
3760
3761 * configure.ac: Treat gdb as supported on x86_64-darwin.
3762 * configure: Regenerate.
3763
29383458
JM
37642009-03-16 Joseph Myers <joseph@codesourcery.com>
3765
3766 Merge from GCC:
3767
3768 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3769
3770 * configure.ac (--with-host-libstdcxx): New option.
3771 * configure: Regenerate.
3772
3773 2009-01-29 Robert Millan <rmh@aybabtu.com>
3774
3775 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3776 * configure: Regenerate.
3777
3778 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3779
3780 PR tree-optimization/38515
3781 * configure.ac (cloog-polylib): Removed.
3782 (with_ppl, with_cloog): Test for "no".
3783 * configure: Regenerated.
3784
58e24671
RW
37852009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3786
3787 Backport from git Libtool:
3788
3789 2009-01-19 Robert Millan <rmh@aybabtu.com>
3790 Support GNU/kOpenSolaris.
3791 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3792 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3793 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3794 GNU/kOpenSolaris.
3795
314b2e66
AS
37962009-02-05 Andreas Schwab <schwab@suse.de>
3797
3798 * Makefile.tpl (stage_last): Define $r and $s before using
3799 $(RECURSE_FLAGS_TO_PASS).
3800 * Makefile.in: Regenerate
3801
8b700390
JJ
38022009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3803
3804 * COPYING.NEWLIB: Add ARM license.
3805
66775d67
AM
38062009-01-16 Alan Modra <amodra@bigpond.net.au>
3807
3808 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3809 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3810 * Makefile.in: Regenerate.
3811
19e99079
NC
38122009-01-15 Douglas B Rupp <rupp@gnat.com>
3813
3814 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3815 * configure: Regenerate.
3816
22e8c8e0
RW
38172008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3818
3819 Backport link test fix from upstream Libtool:
3820
3821 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3822 Add cache variables to tests that require the linker to work.
3823 For shlibpath_overrides_runpath, this also changes the semantics
3824 to let the result from the C compiler take precedence.
3825 compiler take precedence.
3826
7d6d7764
BE
38272008-12-02 Ben Elliston <bje@au.ibm.com>
3828
3829 * config.sub, config.guess: Update from upstream sources.
3830
ea8af06e
JJ
38312008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3832
3833 * COPYING.NEWLIB: Updated.
3834 * COPYING.LIBGLOSS: Ditto.
3835
af0771d3
PB
38362008-12-16 Paolo Bonzini <bonzini@gnu.org>
3837
3838 Sync with GCC:
3839
3840 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3841
3842 * configure.ac (ppllibs): Add by default the lib flags.
3843 * configure: Regenerate.
3844
3845 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3846
314b2e66
AS
3847 * configure.ac: Add double brackets on darwin[912].
3848 * configure: Regenerate.
af0771d3
PB
3849
3850 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3851
314b2e66
AS
3852 * configure.ac: Expand to darwin10 and later.
3853 * configure: Regenerate.
af0771d3 3854
f7c83eac
AS
38552008-12-02 Andreas Schwab <schwab@suse.de>
3856
3857 * Makefile.def: configure-target-boehm-gc depends on
3858 all-target-libstdc++-v3.
3859 * Makefile.in: Regenerate.
3860
bc67ad83
BE
38612008-12-02 Ben Elliston <bje@au.ibm.com>
3862
3863 * config.sub, config.guess: Update from upstream sources.
3864
e28c595f
JM
38652008-11-27 Joseph Myers <joseph@codesourcery.com>
3866
3867 Merge from GCC:
3868
3869 2007-12-02 Matthias Klose <doko@ubuntu.com>
3870
3871 * config-ml.in: Remove 64bit configure tests.
3872
3873 2008-05-14 Rafael Espindola <espindola@google.com>
3874
3875 * config-ml.in: don't handle --enable-shared and --enable-static.
3876
3877 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3878 Tobias Grosser <grosser@fim.uni-passau.de>
3879 Jan Sjodin <jan.sjodin@amd.com>
3880 Harsha Jagasia <harsha.jagasia@amd.com>
3881 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3882 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3883 Adrien Eliche <aeliche@isty.uvsq.fr>
3884
3885 Merge from graphite branch.
3886 * configure: Regenerate.
3887 * Makefile.in: Regenerate.
3888 * configure.ac (host_libs): Add ppl and cloog.
3889 Add checks for PPL and CLooG.
3890 * Makefile.def (ppl, cloog): Added modules and dependences.
3891 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3892 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3893
3894 2008-09-03 Richard Guenther <rguenther@suse.de>
3895
3896 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3897 cloog test.
3898 * configure: Re-generate.
3899
3900 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3901
3902 * configure.ac (--with-cloog-polylib): New.
3903 (--disable-cloog-version-check): New.
3904 (--disable-ppl-version-check): New.
3905 * configure: Re-generate.
3906
3907 2008-09-05 Richard Guenther <rguenther@suse.de>
3908
3909 * configure.ac: Initialize clooglibs to -lcloog.
3910 * configure: Re-generate.
3911
3912 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3913
3914 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3915 recommended version to 2.3.2.
3916
3917 * configure: Regenerate.
3918
3919 2008-10-31 Ben Elliston <bje@au.ibm.com>
3920
3921 * configure.ac (spu-*-*): Remove special case.
3922 * configure: Regenerate.
3923
3924 Complete comment text from GCC version of:
3925
3926 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3927
3928 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3929 (GCC_SHLIB_SUBDIR): New.
3930 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3931 * configure: Regenerate.
3932 * Makefile.in: Regenerate.
3933
652dec25
TG
39342008-11-27 Tristan Gingold <gingold@adacore.com>
3935
3936 * configure.ac: Build gdb for i?86-*-darwin*
3937 * configure: Regenerated.
3938
7582fb4a
DJ
39392008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3940
3941 PR bootstrap/38014
3942 PR bootstrap/37923
3943
3944 Revert:
3945
3946 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3947
3948 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3949 * Makefile.in: Regenerated.
3950
3951 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3952
3953 PR gdb/921
3954 PR gdb/1646
3955 PR gdb/2175
3956 PR gdb/2176
3957
3958 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3959 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3960 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3961 (HOST_EXPORTS): Pass CPPFLAGS.
3962 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3963 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3964 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3965 * Makefile.in, configure: Regenerated.
3966 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3967 and CPPFLAGS_FOR_BUILD.
3968
faee1be2
UW
39692008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3970
3971 * configure.ac [spu-*-*]: Do not set skipdirs.
3972 * configure: Re-generate.
3973
b7c2dce4
DJ
39742008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3975
3976 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3977 * Makefile.in: Regenerated.
3978
bb52de30
DJ
39792008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3980
3981 PR gdb/921
3982 PR gdb/1646
3983 PR gdb/2175
3984 PR gdb/2176
3985
3986 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3987 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3988 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3989 (HOST_EXPORTS): Pass CPPFLAGS.
3990 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3991 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3992 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3993 * Makefile.in, configure: Regenerated.
3994 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3995 and CPPFLAGS_FOR_BUILD.
3996
b25062ae
SE
39972008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3998
3999 * libtool.m4: Update to libtool 2.2.6.
4000 * lt~obsolete.m4: Update to libtool 2.2.6.
4001 * ltmain.sh: Update to libtool 2.2.6.
4002 * ltsugar.m4: Update to libtool 2.2.6.
4003 * ltversion.m4: Update to libtool 2.2.6.
4004 * ltoptions.m4: Update to libtool 2.2.6.
4005 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4006
3bbd2f8f
AL
40072008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4008
4009 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4010 (GCC_SHLIB_SUBDIR): New.
4011 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4012 * configure: Regenerate.
4013 * Makefile.in: Regenerate.
4014
b29d32ce
TG
40152008-08-28 Tristan Gingold <gingold@adacore.com>
4016
4017 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4018 Enable bfd, binutils and opcodes.
4019 * configure: Regenerate.
4020
c325a203
DD
40212008-08-16 Nicolas Roche <roche@adacore.com>
4022
4023 * Makefile.tpl: Add BOOT_ADAFLAGS.
4024 * Makefile.in: Regenerate.
4025
e7c8859c
RS
40262008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
4027
4028 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4029 * configure: Regenerate.
4030
da888c87
PB
40312008-07-30 Paolo Bonzini <bonzini@gnu.org>
4032
4033 Sync with gcc:
4034 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4035
f7c83eac
AS
4036 * configure.ac: Add makefile fragments for hpux.
4037 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4038 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4039 * configure: Regenerate.
4040 * Makefile.in: Regenerate.
da888c87
PB
4041
4042 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4043
f7c83eac
AS
4044 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4045 * Makefile.in: Regenerate.
4046 * configure: Regenerate.
da888c87 4047
944982cf
ILT
40482008-06-18 Ian Lance Taylor <iant@google.com>
4049
662c6704
ILT
4050 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
4051
944982cf
ILT
4052 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
4053
7a283e07
RW
40542008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4055
4056 * configure: Regenerate.
4057
5b553f7e
RW
40582008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4059
4060 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4061 "$@" is still intact with both Autoconf 2.59 and 2.62.
4062 * configure: Regenerate.
4063
675492f0
RW
40642008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4065
4066 * Makefile.tpl: Fix comment errors.
4067 * Makefile.in: Regenerate.
4068
b018a5d1
JB
40692008-06-13 Julian Brown <julian@codesourcery.com>
4070
4071 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4072 of libobjc for ARM EABI Linux.
4073 * configure: Regenerate.
4074
310213e8
DE
40752008-06-12 David S. Miller <davem@davemloft.net>
4076 David Edelsohn <edelsohn@gnu.org>
4077
4078 * configure.ac: Add powerpc*-*-* to gold supported targets.
4079 * configure: Regenerate.
4080
6641ce42
JM
40812008-06-08 Joseph Myers <joseph@codesourcery.com>
4082
4083 PR tree-optimization/36218
4084 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4085 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4086 (all prefix="build-"): Pass them to build-system sub-makes.
4087 * Makefile.in: Regenerate.
4088
03c2f9e6
DJ
40892008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4090
4091 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
4092 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
4093 mkdep, and compile. Update comments.
4094 (ETC_SUPPORT): Add ChangeLog and update comments.
4095
4538db8b
ILT
40962008-05-11 Ian Lance Taylor <iant@google.com>
4097
4098 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
4099
266df637
PB
41002008-04-18 Paolo Bonzini <bonzini@gnu.org>
4101
4102 Sync with gcc:
4103 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4104
4105 PR bootstrap/35457
4106 * configure.ac: Include override.m4.
4107 * configure: Regenerate.
4108
4109 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4110
f7c83eac
AS
4111 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4112 * Makefile.in: Regenerate.
266df637
PB
4113
4114 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4115
f7c83eac
AS
4116 * configure.ac: Do not build libssp for the AVR.
4117 * configure: Regenerate.
266df637 4118
a86a761e
NC
41192008-04-18 Nick Clifton <nickc@redhat.com>
4120
4121 * MAINTAINERS: Replace reference to configure.in with reference to
4122 configure.ac.
4123
52310858
NC
41242008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4125
f7c83eac 4126 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 4127 as nonconfigurable directories list.
f7c83eac 4128 * configure: Regenerate.
52310858 4129
f5314dd5
DM
41302008-04-14 David S. Miller <davem@davemloft.net>
4131
4132 * configure.ac: Add sparc*-*-* to gold supported targets.
4133 * configure: Regenerate.
4134
e2208220
BE
41352008-04-14 Ben Elliston <bje@au.ibm.com>
4136
4137 * config.sub, config.guess: Update from upstream sources.
4138
0bb6ea20
HPN
41392008-04-12 Hans-Peter Nilsson <hp@axis.com>
4140
4141 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4142 * Makefile.in: Regenerate.
4143
e5164e97
ILT
41442008-04-07 Ian Lance Taylor <iant@google.com>
4145
4146 * Makefile.def: check-gold depends upon all-binutils.
4147 * Makefile.in: Regenerate.
4148
e33b51a6
NC
41492008-04-04 Nick Clifton <nickc@redhat.com>
4150
4151 PR binutils/4334
4152 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4153 builds.
4154 * configure: Regenerate.
4155
fc5df3ab
NC
41562008-04-04 NightStrike <NightStrike@gmail.com>
4157
4158 PR other/35151
f7c83eac
AS
4159 * configure.ac: Combine rules for mingw32 and mingw64.
4160 * configure: Regenerate.
fc5df3ab 4161
c779bab8
PB
41622008-03-27 Paolo Bonzini <bonzini@gnu.org>
4163
4164 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4165 * Makefile.in: Regenerate.
4166
93f9b408
ILT
41672008-03-20 Ian Lance Taylor <iant@google.com>
4168
4169 * configure.ac: Add support for --enable-gold.
4170 * Makefile.def: Add gold as a directory like ld.
4171 * configure, Makefile.in: Regenerate.
4172
5746fb46
AK
41732008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4174
4175 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4176 (s390_cond_extensions): Reduced extensions to the compare related.
4177 (main): z10 cpu type option added.
4178 (expandConditionalJump): Renamed to ...
4179 (insertExpandedMnemonic): ... this.
4180
4181 * opcodes/s390-opc.c: Re-group the operand format makros.
4182 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4183 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4184 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4185 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4186 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4187 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4188 INSTR_SIL_RDU): New instruction formats added.
4189 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4190 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4191 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4192 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4193 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4194 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4195 masks added.
4196 (s390_opformats): New formats added "ris", "rrs", "sil".
4197 * opcodes/s390-opc.txt: Add the conditional jumps with the
4198 extensions removed from automatic expansion in s390-mkopc.c manually.
4199 (asi - trtre): Add new System z10 EC instructions.
4200 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4201
58c85be7
RW
42022008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4203
4204 * configure.ac: m4_include config/proginstall.m4.
4205 * configure: Regenerate.
4206
78124051
RW
42072008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4208
4209 Backport from upstream Libtool:
f7c83eac 4210
78124051 4211 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 4212
78124051
RW
4213 Deal with Autoconf 2.62's semantic change in m4_append.
4214 * ltsugar.m4 (lt_append): Replace broken versions of
4215 m4_append.
4216 (lt_if_append_uniq): Don't require separator to be overquoted,
4217 and avoid broken m4_append.
4218 (lt_dict_add): Fix typo.
4219 * libtool.m4 (_LT_DECL): Don't overquote separator.
4220
018f1bea
DE
42212008-03-13 David Edelsohn <edelsohn@gnu.org>
4222
4223 * config.rpath: Add AIX 6 support.
4224
5c5f596d
PB
42252008-03-13 Paolo Bonzini <bonzini@gnu.org>
4226
4227 * Makefile.def (stageprofile). Remove -fprofile-generate
4228 from stage_libcflags.
4229 * Makefile.in: Regenerate.
4230
a1f93a5e
BE
42312008-03-13 Ben Elliston <bje@au.ibm.com>
4232
4233 * config.sub, config.guess: Update from upstream sources.
4234
98c3d905
AK
42352008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4236
4237 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4238 * s390-opc.txt (cmpsc): Duplicate entry removed.
4239 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4240 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4241 fier, cu42, cu41): Fix operand format.
4242
7f6ef0c0
PB
42432008-02-20 Paolo Bonzini <bonzini@gnu.org>
4244
f7c83eac
AS
4245 PR bootstrap/32009
4246 PR bootstrap/32161
4247
4248 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4249 * configure: Regenerate.
4250
4251 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4252 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4253 STAGE4_LIBCFLAGS): New.
4254 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4255 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4256 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4257 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4258 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4259 for target modules. Don't export LIBCFLAGS.
4260 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4261 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4262 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4263 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4264 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4265 * Makefile.in: Regenerate.
7f6ef0c0 4266
eaf19029
PB
42672008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4268
4269 PR libgcj/33085
4270 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4271 Do not use -DDLL_EXPORT. Backport from upstream.
4272
680c43e9
NC
42732008-02-14 Nick Clifton <nickc@redhat.com>
4274
4275 Import this patch from gcc:
4276 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4277
4278 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4279
c72b1d96
HPN
42802008-02-02 Hans-Peter Nilsson <hp@axis.com>
4281
4282 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4283 * configure: Regenerate.
4284
8b66833e
BW
42852008-01-31 Marc Gauthier <marc@tensilica.com>
4286
4287 * configure.ac (xtensa*-*-*): Recognize processor variants.
4288 * configure: Regenerate.
4289
9cc8ae67
PB
42902008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4291
f7c83eac
AS
4292 PR bootstrap/34922
4293 * configure.ac (PARSE_ARGS): Push suitable setting of
4294 ac_subdirs_all, for `./configure --help=recursive'.
4295 Handle `+' in generic toplevel directory disabling.
4296 * configure: Regenerate.
9cc8ae67 4297
19090595
BE
42982008-01-23 Ben Elliston <bje@au.ibm.com>
4299
4300 * config.sub, config.guess: Update from upstream sources.
4301
9f1e7fd3
BE
43022008-01-08 Ben Elliston <bje@au.ibm.com>
4303
4304 * config.sub, config.guess: Update from upstream sources.
4305
2f959d61
JJ
43062007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4307
4308 * COPYING.LIBGLOSS: Update default copyright.
4309
aa054b85
JJ
43102007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4311
4312 * COPYING.NEWLIB: Update default copyright.
4313
57c53b2b
RS
43142007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4315
4316 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4317 Change recommended MPFR from 2.2.1 > 2.3.0.
4318 * configure: Regenerate.
4319
fee14b60
RS
43202007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4321
4322 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4323 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4324 * Makefile.in: Regenerate.
4325
c9b68031
DD
43262007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4327
4328 * configure.ac: Enable libjava for x86_64-*-darwin9.
4329 * configure: Regenerate.
4330
ad25e7d5
BE
43312007-12-05 Ben Elliston <bje@au.ibm.com>
4332
4333 * config.sub, config.guess: Update from upstream sources.
4334
6ac84f65
PB
43352007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4336
f7c83eac
AS
4337 * config-ml.in: Robustify against white space in absolute file
4338 names.
6ac84f65 4339
f7c83eac
AS
4340 * config-ml.in (multi-clean): Substitute ${Makefile}.
4341 Remove superfluous ${Makefile} in list.
6ac84f65 4342
7b3200f9
DJ
43432007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4344
4345 * Makefile.def (dependencies): Make configure-gdb depend on
4346 all-intl.
4347 * Makefile.in: Regenerated.
4348
2c133ff9
JJ
43492007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4350
4351 * Makefile.def: To avoid problems running with parallel makes,
4352 build newlib before libgloss so that target specific header
4353 files are availble.
4354 * Makefile.in: Regenerate.
4355
5074315a
DJ
43562007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4357
4358 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4359 * Makefile.in: Regenerate.
4360
f5bc1778
DJ
43612007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4362
4363 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4364 * libdecnumber: New directory, imported from GCC.
4365
c66487f8
NC
43662007-10-08 Mike Frysinger <vapier@gentoo.org>
4367
4368 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4369 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4370 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4371 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4372 * configure: Regenerate.
4373
b5714970
PB
43742007-10-01 Paolo Bonzini <bonzini@gnu.org>
4375
4376 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4377 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4378 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4379 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4380 * configure.ac: Default them to host tools for $host = $build.
4381 Subst them.
4382
4383 * configure: Regenerate.
4384 * Makefile.in: Regenerate.
4385
f3b1e08e
RS
43862007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4387
4388 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4389 * configure: Regenerate.
4390
cff87f51
DD
43912007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4392
4393 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4394 libstdc++.
4395 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4396 * configure: Regenerate.
4397 * Makefile.in: Regenerate.
f7c83eac 4398
625a61cd
AS
43992007-09-17 Andreas Schwab <schwab@suse.de>
4400
4401 * configure.ac: Raise minimum makeinfo version to 4.6.
4402 * configure: Regenerate.
4403
83a3a68b
AM
44042007-09-15 Alan Modra <amodra@bigpond.net.au>
4405
4406 * configure.ac: Correct makeinfo version check.
4407 * configure: Regenerate.
4408
5bd8be13
RS
44092007-09-14 Richard Sandiford <richard@codesourcery.com>
4410
4411 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4412 to $skipdirs and only disable gprof for newlib. Use the normal
4413 mips*-elf* handling in other respects.
4414 * configure: Regnerate.
4415
5566c1fa
DD
44162007-09-12 David Daney <ddaney@avtrex.com>
4417
4418 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4419 enabling libgcj.
4420 * configure: Regenerate.
4421
44222007-09-12 Richard Guenther <rguenther@suse.de>
4423
4424 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4425 nor --disable-checking is provided also turn on yes and types
4426 checking for stage1.
4427 * configure: Re-generate.
4428
a18e2996 44292007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4430
4431 PR target/33281
4432 * configure.ac: Use config/mh-mingw on mingw.
4433 * configure: Regenerate.
84e7906e 4434
691bb5a1
DD
44352007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4436
4437 PR other/32154
4438 * configure.ac: For libgloss targets, point the linker to the linker
4439 script, startup code and simulator library.
4440 * configure: Regenerate.
4441
6d18b86b
AH
44422007-09-09 Andrew Haley <aph@redhat.com>
4443
4444 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4445 target-libjava.
6d18b86b 4446
f00a3165 44472007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4448
f00a3165 4449 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4450
2abc4e65
BE
44512007-08-21 Richard Guenther <rguenther@suse.de>
4452
4453 * configure.ac: Add types checking to stage1 checking flags.
4454 * configure: Regenerate.
4455
8a6ee3ab 44562007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4457 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4458
4459 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4460 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4461 * Makefile.in: Regenerate.
4462 * configure.ac (--with-debug-prefix-map): New.
4463 * configure: Regenerate.
4464
429acdec
RS
44652007-08-17 Richard Sandiford <richard@codesourcery.com>
4466 Nigel Stephens <nigel@mips.com>
4467
429acdec
RS
4468 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4469 as target_makefile_frag.
4470 * configure: Regenerate.
4471
8520c408
AO
44722007-08-16 Alexandre Oliva <aoliva@redhat.com>
4473
4474 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4475 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4476 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4477 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4478 (do-compare, do-compare3, do-compare-debug): New.
4479 ([+compare-target+]): Use them.
4480
44812007-08-16 Alexandre Oliva <aoliva@redhat.com>
4482
4483 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4484 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4485 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4486 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4487 (do-compare, do-compare3, do-compare-debug): New.
4488 ([+compare-target+]): Use them.
4489
2444379b
BE
44902007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4491 Ben Elliston <bje@au.ibm.com>
4492
4493 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4494 --silent if $silent.
4495 * configure: Regenerate.
4496
d6f99447
DJ
44972007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4498
4499 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4500
bd0aa315
NC
45012007-07-17 Nick Clifton <nickc@redhat.com>
4502
4503 * COPYING3: New file. Contains version 3 of the GNU General
4504 Public License.
4505 * COPYING3.LIB: New file. Contains version 3 of the GNU
4506 Lesser General Public License.
4507
0ebe98fb
BS
45082007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4509
4510 * configure.ac: Fix my previous change to really match GCC.
4511 * configure: Regenerate.
4512
521ec477
DD
45132007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4514
4515 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4516 * configure: Regenerate.
4517
45182007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4519
4520 * configure.ac: Add some missing m4 quotation.
4521 * configure: Regenerate.
4522
0c24b341
NC
45232007-07-09 Kai Tietz <kai.tietz@onevision.com>
4524
f7c83eac
AS
4525 * Makefile.def: Add windmc tool to build.
4526 * Makefile.tpl: Likewise.
4527 * configure.ac: Likewise.
4528 * Makefile.in: Regenerate.
4529 * configure: Regenerate.
0c24b341 4530
a09314d0
L
45312007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4532
4533 * lt~obsolete.m4: New. Import from 20070318 libtool.
4534
7c3e1d12
BS
45352007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4536
4537 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4538 uclinux and linux-uclibc targets.
4539 * configure: Regenerate.
4540
a5b3b4dd
DD
45412007-06-28 DJ Delorie <dj@redhat.com>
4542
4543 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4544 not building newlib.
4545 * configure: Regenerated.
f7c83eac 4546
184d813c
DJ
45472007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4548
4549 * src-release (DEVO_SUPPORT): Correct typos.
4550
31d99776
DJ
45512007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4552
4553 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4554 * Makefile.in: Regenerated.
4555
e00a73e3
PB
45562007-06-14 Paolo Bonzini <bonzini@gnu.org>
4557
f7c83eac
AS
4558 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4559 (distclean-stage[+id+]): Possibly delete stage_last.
4560 * Makefile.in: Regenerate.
e00a73e3 4561
98a1bbc5
BE
45622007-06-07 Ben Elliston <bje@au.ibm.com>
4563
4564 * config.sub, config.guess: Update from upstream sources.
4565
973601e1
BE
45662007-06-07 Ben Elliston <bje@au.ibm.com>
4567
4568 * Makefile.tpl: Fix spelling error.
4569 * Makefile.in: Regenerate.
4570
2038f525
PB
45712007-06-04 Paolo Bonzini <bonzini@gnu.org>
4572
4573 Sync with gcc:
4574 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4575
f7c83eac
AS
4576 PR bootstrap/29382
4577 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4578 * configure: Rebuilt.
2038f525 4579
f7c5c4b5
PB
45802007-06-01 Steve Ellcey <sje@cup.hp.com>
4581
12a64d4f
L
4582 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4583 lt_cv_sys_max_cmd_len.
f7c5c4b5 4584
7ad9660b
PB
45852007-05-31 Paolo Bonzini <bonzini@gnu.org>
4586
4587 * ltgcc.m4: Update from GCC.
4588
0e7ef45c
EC
45892007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4590
12a64d4f 4591 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4592
37ad9514
SE
45932007-05-24 Steve Ellcey <sje@cup.hp.com>
4594
4595 * ltmain.sh: Update from GCC.
4596 * libtool.m4: Update from GCC.
4597 * ltsugar.m4: New. Update from GCC.
4598 * ltversion.m4: New. Update from GCC.
4599 * ltoptions.m4: New. Update from GCC.
4600 * ltconfig: Remove.
4601 * ltcf-c.sh: Remove.
4602 * ltcf-cxx.sh: Remove.
4603 * ltcf-gcj.sh: Remove.
4604 * src-release: Update with new libtool file list.
4605
8ee82aff
PB
46062007-05-16 Paolo Bonzini <bonzini@gnu.org>
4607
4608 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4609 stage_cflags.
4610 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4611 Remove CFLAGS/LIBCFLAGS.
4612 (configure-stage[+id+]-[+prefix+][+module+],
4613 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4614 * Makefile.in: Regenerate.
4615
149cb58d
SE
46162007-04-14 Steve Ellcey <sje@cup.hp.com>
4617
4618 * config-ml.in: Update from GCC.
4619
91506736
DJ
46202007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4621
4622 * src-release (do-proto-toplev): Process the support directories before
4623 the tool directory.
4624
ffa8bd48
RS
46252007-03-21 Richard Sandiford <richard@codesourcery.com>
4626
4627 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4628 of glob. Quote arguments with single quotes too.
4629 * configure: Regenerate.
4630
a4fd3374
DD
46312007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4632
4633 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4634 * Makefile.in: Regenerate
4635
b8025f34
AS
46362007-03-07 Andreas Schwab <schwab@suse.de>
4637
4638 * configure: Regenerate.
4639
a3ca38d2
DD
46402007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4641
4642 * configure.ac: Add "--with-pdfdir" configure option,
4643 which defines pdfdir variable.
4644 * Makefile.def (target=fixincludes): Add install-pdf to
4645 missing targets.
4646 (recursive_targets): Add install-pdf target.
4647 (flags_to_pass): Add pdfdir.
4648 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4649 target.
4650 * configure: Regenerate
4651 * Makefile.in: Regenerate
4652
46532007-02-28 Eric Christopher <echristo@apple.com>
4654
4655 Revert:
4656 2006-12-07 Mike Stump <mrs@apple.com>
4657
4658 * Makefile.def (dependencies): Add dependency for
4659 install-target-libssp and install-target-libgomp on
4660 install-gcc.
4661 * Makefile.in: Regenerate.
4662
46632007-02-27 Matt Kraai <kraai@ftbfs.org>
4664
4665 * configure: Regenerate.
4666 * configure.ac: Move statements after variable declarations.
4667
a4708fba
JM
46682007-02-19 Joseph Myers <joseph@codesourcery.com>
4669
4670 * configure.ac: Adjust for loop syntax.
4671 * configure: Regenerate.
4672
9a819804
AO
46732007-02-18 Alexandre Oliva <aoliva@redhat.com>
4674
4675 * configure: Rebuilt.
4676
81ec575a
AO
46772007-02-18 Alexandre Oliva <aoliva@redhat.com>
4678
4679 * configure.ac: Drop multiple occurrences of --enable-languages,
4680 and fix its quoting.
4681 * configure: Rebuilt.
4682
92f01d61 46832007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4684 Nathan Sidwell <nathan@codesourcery.com>
4685 Vladimir Prus <vladimir@codesourcery.com
4686 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4687
4688 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4689 * configure: Regenerate.
4690
b1299c4e
DJ
46912007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4692
4693 * configure.ac (target_libraries): Move libgcc before libiberty.
4694 * configure: Regenerated.
4695
18f6b6ee
PB
46962007-02-13 Paolo Bonzini <bonzini@gnu.org>
4697
4698 * configure: Regenerate again?
4699
9c4e9f27
PB
47002007-02-13 Paolo Bonzini <bonzini@gnu.org>
4701
4702 * configure: Reapply PR30748 fix which was lost in the previous commit.
4703
24ff9987
DJ
47042007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4705 Paolo Bonzini <bonzini@gnu.org>
4706
4707 PR bootstrap/30753
4708 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4709 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4710 * configure: Regenerated.
4711
7df2cd5d
PB
47122007-02-10 Paolo Bonzini <bonzini@gnu.org>
4713
4714 * configure: Regenerate.
4715
b0aaa663
DJ
47162007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4717
4718 PR bootstrap/30748
4719 * configure.ac: Correct syntax for Solaris ksh.
4720 * configure: Regenerated.
4721
a0323144
PB
47222007-02-09 Paolo Bonzini <bonzini@gnu.org>
4723
4724 * Makefile.def: Sync with GCC.
4725 * Makefile.tpl: Sync with GCC.
4726 * Makefile.in: Regenerate.
4727 * configure: Regenerate.
4728
c6b750e1
DJ
47292007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4730
4731 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4732 noncanonical equivalents.
4733 * configure.in: Rename to...
4734 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4735 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4736 target_noncanonical. Use them. Rewrite removal of configure
4737 arguments for autoconf 2.59. Discard variable settings. Force
4738 program_transform_name for native tools.
4739
4740 * Makefile.in: Regenerated.
4741 * configure: Regenerated with autoconf 2.59.
4742
4743 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4744
f3cd89f4
JJ
47452007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4746
4747 * COPYING.LIBGLOSS: Reformat default Red Hat
4748 license to fit within 80 columns.
4749 * COPYING.NEWLIB: Ditto.
4750
4e206d7e
DB
47512007-02-05 Dave Brolley <brolley@redhat.com>
4752
4753 * Contribute the following changes:
4754 2006-11-28 DJ Delorie <dj@redhat.com>
4755
4756 * configure.in: Fix typo for mep's target_makefile_frag.
4757 * configure: Regenerated.
4758
4759 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4760
4761 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4762 * configure: Regenerate.
4763
4764 2001-09-19 DJ Delorie <dj@redhat.com>
4765
4766 * configure.in (target_makefile_frag): use mt-mep
4767
4768 2001-06-12 Don Howard <dhoward@redhat.com>
4769
4770 * configure.in: Remove gdb from MeP skip list.
4771
4772 2001-04-05 DJ Delorie <dj@redhat.com>
4773
4774 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4775
4776 2001-03-20 Ben Elliston <bje@redhat.com>
4777
4778 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4779
4780 2001-03-19 Ben Elliston <bje@redhat.com>
4781
4782 * config.sub (mep, mep-*): Add.
4783
b2edfdd2
AS
47842007-01-31 Andreas Schwab <schwab@suse.de>
4785
4786 * Makefile.tpl (LDFLAGS): Substitute it.
4787 * Makefile.in: Regenerate.
4788
ceb92e78
PB
47892007-01-11 Paolo Bonzini <bonzini@gnu.org>
4790
4791 * configure.in: Change == to = in test command.
f7c83eac 4792 * configure: Regenerate.
ceb92e78 4793
4b900473 47942007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4795 Nick Clifton <nickc@redhat.com>
4796 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4797
4798 * configure.in (build_configargs, host_configargs, target_configargs):
4799 Remove build/host/target parameters.
4800 (host_libs): Add gmp and mpfr.
4801 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4802 * Makefile.def (gmp, mpfr): New.
4803 (gcc): Remove target.
4804 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4805 target_os, target_vendor): New.
4806 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4807 * configure: Regenerate.
4808 * Makefile.in: Regenerate.
4b900473
PB
4809
48102007-01-11 Matt Fago <fago@earthlink.net>
4811
4812 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4813 to improve robustness of configure tests.
4b900473
PB
4814 * configure: Regenerate.
4815
80f6dcbc
NC
48162007-01-08 Kai Tietz <kai.tietz@onevision.com>
4817
4818 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4819 * configure: Regenerate.
80f6dcbc 4820
f86e35b8
NC
48212007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4822
4823 * Makefile.tpl (all-target): Correct @if conditional for target
4824 modules.
4825 * configure.in: Omit libiberty if building only target libgcc.
4826 * configure, Makefile.in: Regenerated.
4827
79fcd0ec
PB
48282007-01-04 Paolo Bonzini <bonzini@gnu.org>
4829
4830 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4831 * configure: Regenerate.
4832
6aa8ef82
DJ
48332007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4834
4835 * Makefile.def (target_modules): Add libgcc.
4836 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4837 * Makefile.tpl (clean-target-libgcc): Delete.
4838 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4839 on gcc even for bootstrapped modules. Rewrite handling of
4840 lang_env_dependencies to loop over target_modules.
4841 * configure.in (target_libraries): Add target-libgcc.
4842 * Makefile.in, configure: Regenerated.
4843
9b134994
PB
48442006-12-29 Paolo Bonzini <bonzini@gnu.org>
4845
4846 Sync with gcc:
4847 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4848
f7c83eac
AS
4849 * configure.in: Reorganize recognition of languages. Add
4850 --enable-stage1-languages. Show supported languages for the chosen
4851 target rather than all recognized languages.
4852 * configure: Regenerate.
9b134994
PB
4853
4854 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4855
f7c83eac
AS
4856 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4857 * Makefile.in: Regenerate.
9b134994
PB
4858
4859 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4860
f7c83eac
AS
4861 * configure.in: Warn that MPFR 2.2.0 is buggy.
4862 * configure: Regenerate.
9b134994 4863
8cf39b1b
ILT
48642006-12-27 Ian Lance Taylor <iant@google.com>
4865
4866 * configure.in: When removing Makefiles to force a reconfigure, also
4867 remove prev-DIR*/Makefile.
4868 * configure: Regenerate.
4869
ebff6cd5
KH
48702006-12-23 Kazu Hirata <kazu@codesourcery.com>
4871
4872 * config.bfd: Recognize fido.
4873
8a0d8a5c
PB
48742006-12-19 Paolo Bonzini <bonzini@gnu.org>
4875
4876 Sync with gcc:
4877
4878 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4879
4880 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4881 it only affects bootstrap and could be tested on "$host" as well.
4882 * configure: Regenerate.
4883 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4884
4885 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4886
4887 PR bootstrap/29544
4888 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4889 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4890 move here comment from Makefile.tpl.
4891 * Makefile.tpl: Move some definitions higher in the file.
4892 (STAGE1_CHECKING): New.
4893 * configure.in: Add --enable-stage1-checking.
4894 * configure: Regenerate.
4895 * Makefile.in: Regenerate.
4896
4897 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4898
4899 * configure.in: Update error message for missing GMP/MPFR.
4900
4901 * configure: Regenerate.
4902
4903 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4904
4905 * configure.in: Update MPFR version in error message.
4906
4907 * configure: Regenerate.
4908
4909 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4910
4911 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4912 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4913 --with-gmp-lib): New flags.
4914
4915 * configure: Regenerate.
4916
790c0838
AM
49172006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4918
4919 PR bootstrap/30134
4920 * configure.in: Correct x86 darwin support for libjava to powerpc
4921 and i?86 only.
4922 * configure: Regenerate.
4923
77d7106f
AM
49242006-12-11 Alan Modra <amodra@bigpond.net.au>
4925
4926 * configure.in: Handle spu makefile frag.
77d7106f
AM
4927 * Makefile.tpl (MAINT): Define
4928 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4929 * configure: Regenerate.
4930 * Makefile.in: Regenerate.
4931
0cfa5389
BE
49322006-12-11 Ben Elliston <bje@au.ibm.com>
4933
4934 * config.sub, config.guess: Update from upstream sources.
4935
2839fe5d
BE
49362006-12-11 Ben Elliston <bje@au.ibm.com>
4937
4938 * configure.in: Sync with GCC (spu-*-*).
4939 * configure: Sync with GCC.
4940
b897f5d4
MS
49412006-12-07 Mike Stump <mrs@apple.com>
4942
4943 * Makefile.def (dependencies): Add dependency for
4944 install-target-libssp and install-target-libgomp on
4945 install-gcc.
4946 * Makefile.in: Regenerate.
4947
9daf3993
PB
49482006-11-16 Paolo Bonzini <bonzini@gnu.org>
4949
4950 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4951 (unstage): Test for stage_last presence.
4952
4953 PR bootstrap/29802
4954 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4955 * Makefile.in: Regenerate.
4956
9dbaa842
DD
49572006-11-14 DJ Delorie <dj@redhat.com>
4958
4959 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4960 * Makefile.in: Sync with GCC.
4961 * configure.in: Sync with GCC (mpfr, gmp).
4962 * configure: Sync with GCC.
4963
b0cbce8d
JJ
49642006-11-08 Jie Zhang <jie.zhang@analog.com>
4965
4966 * configure.in: Remove target-libgloss from noconfigdirs for
4967 bfin-*-*.
4968 * configure: Regenerated.
4969
44330a94
JJ
49702006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4971
4972 * COPYING.NEWLIB: Add spu license.
7de05dd5 4973 * COPYING.LIBGLOSS: Ditto.
44330a94 4974
56a8fe78
DD
49752006-10-17 Brooks Moses <bmoses@stanford.edu>
4976
4977 * Makefile.def: Added pdf target handling.
4978 * Makefile.tpl: Added pdf target handling.
4979 * Makefile.in: Regenerated.
4980
fbb00ad0
JJ
49812006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4982
4983 * COPYING.NEWLIB: Updated.
4984 * COPYING.LIBGLOSS: Ditto.
4985
6b89cc21
DB
49862006-09-27 Dave Brolley <brolley@redhat.com>
4987
4988 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4989 $s instead of $r.
4990 * configure: Regenerated.
4991
17bcf627
BE
49922006-09-26 Ben Elliston <bje@au.ibm.com>
4993
4994 * config.sub, config.guess: Update from upstream sources.
4995
f3529cf1
TS
49962006-09-20 Thiemo Seufer <ths@mips.com>
4997
4998 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4999 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5000 * configure: Regenerate.
5001
45055374
CV
50022006-08-30 Corinna Vinschen <corinna@vinschen.de>
5003
5004 * configure.in: Never build newlib for a Mingw host.
5005 Never build newlib as Mingw target library.
5006 Test the existence of winsup/cygwin for building a Cygwin newlib,
5007 rather than just winsup.
5008 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5009 building a Mingw target.
5010 * configure: Regenerate.
5011
4be041b2 50122006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
5013 Nigel Stephens <nigel@mips.com>
5014 David Ung <davidu@mips.com>
4be041b2
TS
5015
5016 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
5017
1d89b610
PB
50182006-07-25 Paolo Bonzini <bonzini@gnu.org>
5019
5020 Sync from GCC:
5021 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5022
f7c83eac
AS
5023 PR bootstrap/18058
5024 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5025 if the bootstrap compiler is a GCC version that supports it.
5026 * configure: Regenerate.
1d89b610 5027
66a79c16
DJ
50282006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5029
5030 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5031 * configure: Regenerated.
5032
c1cb7e02
PB
50332006-07-18 Paolo Bonzini <bonzini@gnu.org>
5034
f7c83eac
AS
5035 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5036 for stages after the first.
c1cb7e02 5037
7206a0ee
JJ
50382006-07-17 Jakub Jelinek <jakub@redhat.com>
5039
5040 * Makefile.def: Add dependencies for configure-opcodes
5041 on configure-intl and all-opcodes on all-intl.
5042 * Makefile.in: Regenerated.
5043
6816f995
AO
50442006-07-04 Peter O'Gorman <peter@pogma.com>
5045
5046 * ltconfig: chmod 644 before ranlib during install.
5047
3d3adb43
PB
50482006-07-03 Paolo Bonzini <bonzini@gnu.org>
5049
1f3f1bbf 5050 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
5051 * configure: Regenerate.
5052
64ce424c
PB
50532006-07-03 Paolo Bonzini <bonzini@gnu.org>
5054
5055 Sync from gcc:
5056
5057 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
5058
5059 PR other/27063
5060 * configure.in: Test subdir_requires and give an appropriate
5061 error message.
5062 * configure: Regenerate.
5063
5064 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5065
5066 PR target/27540
5067 * configure.in: Only enable libgomp on IRIX 6.
5068 * configure: Regenerate.
5069
d42c4017
DA
50702006-06-20 David Ayers <d.ayers@inode.at>
5071
5072 PR bootstrap/28072
5073 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5074 whether target-libjava is being configured instead of whether the
5075 java front end is enabled.
5076 * configure: Regenerate.
0e7ef45c 5077
4962c51a
MS
50782006-06-15 Mark Shinwell <shinwell@codesourcery.com>
5079
5080 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
5081 to R_ARM_LDC_SB_G{0,1,2} respectively.
5082
caee866a
PB
50832006-06-15 Paolo Bonzini <bonzini@gnu.org>
5084
5085 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5086 too.
5087 * Makefile.in: Regenerate.
5088
363ef840
DA
50892006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5090
5091 Sync from gcc:
5092
5093 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5094 * configure.in: Don't enable libgomp on hpux10.
5095 * configure: Rebuilt.
5096
54d1c879
DA
50972006-06-13 David Ayers <d.ayers@inode.at>
5098
5099 Sync from gcc:
5100
5101 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 5102
54d1c879
DA
5103 PR bootstrap/27963
5104 PR target/19970
0e7ef45c 5105 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
5106 ${libgcj} is specified.
5107 * configure: Regenerate.
0e7ef45c 5108
a4d8b690
JJ
51092006-06-08 Jeff Johnston <jjohnstn@redhat.com>
5110
5111 Sync from gcc:
5112
5113 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 5114 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
5115
5116 PR bootstrap/18033
5117 * config-ml.in: Eval option if surrounded by single quotes.
5118
4f0ef2d8
CD
51192006-06-07 Carlos O'Donell <carlos@codesourcery.com>
5120
5121 Sync from gcc:
0e7ef45c 5122
4f0ef2d8 5123 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 5124
4f0ef2d8
CD
5125 PR libobjc/13946
5126 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5127 * Makefile.in: Regenerate.
5128 * configure.in: Add --enable-objc-gc at toplevel and have it
5129 enable boehm-gc for Objective-C.
5130 Remove target-boehm-gc from libgcj.
5131 Add target-boehm-gc to target_libraries.
5132 Add target-boehm-gc to noconfigdirs where ${libgcj}
5133 is specified.
5134 Assert that boehm-gc is supported when requested for Objective-C.
5135 Only build boehm-gc if needed either for Java or Objective-C.
5136 * configure: Regenerate.
5137
5138 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 5139
4f0ef2d8
CD
5140 PR 27674
5141 * Makefile.tpl (configure-[+prefix+][+module+],
5142 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5143 Remove rule to unstage bootstrapped modules.
5144 (stage_current): New.
5145 * Makefile.in: Regenerate.
5146
5147 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5148 Andreas Tobler <a.tobler@schweiz.ch>
5149
5150 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5151 * configure: Rebuilt.
5152
5153 Revert
5154 2006-01-31 Richard Guenther <rguenther@suse.de>
5155 Paolo Bonzini <bonzini@gnu.org>
5156
5157 * Makefile.def (target_modules): Add libgcc-math target module.
5158 * configure.in (target_libraries): Add libgcc-math target library.
5159 (--enable-libgcc-math): New configure switch.
5160 * Makefile.in: Re-generate.
5161 * configure: Re-generate.
5162
c17b816b
JJ
51632006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5164
5165 * config-ml.in: Alter CCASFLAGS to include special
5166 multilib options the same as is done for CFLAGS.
5167
20e95c23
DJ
51682006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5169
5170 * Makefile.def: Added dependencies from sim and gdb on intl, and
5171 added configure dependencies to everything with an all dependency
5172 on intl.
5173 * gettext.m4: Removed.
5174 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5175 (GDB_SUPPORT_DIRS): Add intl.
5176 * Makefile.in: Regenerated.
5177
4bd8ad80
DJ
51782006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5179
5180 * src-release (DEVO_SUPPORT): Add config.rpath.
5181
c380fdd8
PB
51822006-05-25 Paolo Bonzini <bonzini@gnu.org>
5183
5184 * Makefile.def (bfd, opcodes): Fix lib_path.
5185 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5186 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5187 * Makefile.in: Regenerate.
5188
701628f5
MS
51892006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5190
5191 * configure.in: Enable gprof for cross builds.
5192 * configure: Regenerate.
5193
25aae7f2
DJ
51942006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5195
5196 * src-release (MAKEINFOFLAGS): Define.
5197 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5198
ea3d1626
BE
51992006-05-14 Ben Elliston <bje@au.ibm.com>
5200
5201 * config.sub, config.guess: Update from upstream sources.
5202
49b9e644
BE
52032006-05-12 Ben Elliston <bje@au.ibm.com>
5204
5205 * config.sub, config.guess: Update from upstream sources.
5206
482dd2f6
DJ
52072006-05-04 Steve Ellcey <sje@cup.hp.com>
5208
5209 * blt, iwidgets, mmalloc: Remove directories.
5210
8b01a5c2
DD
52112006-05-01 DJ Delorie <dj@redhat.com>
5212
641a3af4 5213 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
5214 * configure: Regenerate.
5215
a481dbb7
DD
52162006-04-18 DJ Delorie <dj@redhat.com>
5217
5218 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5219 reference libgloss so that libssp can be built in a combined
5220 tree.
5221 * configure: Regenerate.
5222
962c9e74
BE
52232006-04-10 Ben Elliston <bje@au.ibm.com>
5224
5225 * contrib: Remove directory.
5226
108a6f8e
CD
52272006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5228
5229 * Makefile.tpl: Add install-html target.
5230 * Makefile.def: Add install-html target.
5231 * Makefile.in: Regenerate.
5232 * configure.in: Add --with-datarootdir, --with-docdir,
5233 and --with-htmldir options.
5234 * configure: Regenerate.
5235
a4ef73e9
BE
52362006-03-31 Ben Elliston <bje@au.ibm.com>
5237
5238 PR binutils/1860
5239 * configure.in: Require makeinfo 4.4 or higher.
5240 * configure: Regenerate.
5241
b37df25a
PB
52422006-03-14 Paolo Bonzini <bonzini@gnu.org>
5243
5244 * Makefile.in: Regenerate.
5245
a6df5a19
PB
52462006-03-14 Paolo Bonzini <bonzini@gnu.org>
5247
5248 Sync with gcc:
5249 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5250
f7c83eac
AS
5251 * configure.in: Handle --disable-<component> generically.
5252 * configure: Regenerate.
a6df5a19
PB
5253
5254 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 5255
f7c83eac
AS
5256 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5257 (TARGET_CONFIGDIRS): Remove.
5258 * configure.in: Remove AC_SUBST(target_configdirs).
5259 * Makefile.in, configure: Regenerated.
a6df5a19
PB
5260
5261
65419985
L
52622006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5263
5264 PR libgcj/17311
5265 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5266
c52c6897
PB
52672006-02-20 Paolo Bonzini <bonzini@gnu.org>
5268
5269 PR bootstrap/25670
5270
5271 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5272
5273 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5274 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5275 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5276 BUILD_PREFIX, BUILD_PREFIX_1.
5277 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5278
5279 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5280 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5281
5282 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5283 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5284 of `cat stage_current`. Always provide the `r' and `s' variables.
5285 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5286 a single shell execution.
5287 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5288 bootstrapped modules, make the stage1 module if the build was not
5289 started yet, else build the current stage.
5290 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5291 (all-build, all-host, all-target, [+make_target+]-host,
5292 [+make_target+]-target): Do not use \-continued lines.
5293 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5294 (current_stage, restrap, stage_last): New.
5295
5296 * Makefile.in: Regenerate.
5297 * configure: Regenerate.
5298
b3ded179
PB
52992006-02-14 Paolo Bonzini <bonzini@gnu.org>
5300
5301 Sync from gcc:
5302
5303 2006-01-31 Richard Guenther <rguenther@suse.de>
5304 Paolo Bonzini <bonzini@gnu.org>
5305
f7c83eac
AS
5306 * Makefile.def (target_modules): Add libgcc-math target module.
5307 * configure.in (target_libraries): Add libgcc-math target library.
5308 (--enable-libgcc-math): New configure switch.
5309 * Makefile.in: Re-generate.
5310 * configure: Re-generate.
5311 * libgcc-math: New toplevel directory.
b3ded179
PB
5312
5313 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
5314 Jakub Jelinek <jakub@redhat.com>
5315 Diego Novillo <dnovillo@redhat.com>
b3ded179 5316
f7c83eac
AS
5317 * libgomp: New directory.
5318 * Makefile.def: Add target_module libgomp.
5319 * Makefile.in: Regenerate.
5320 * configure.in (target_libraries): Add target-libgomp.
5321 * configure: Regenerate.
b3ded179 5322
3a35eeb3
PB
53232006-02-14 Paolo Bonzini <bonzini@gnu.org>
5324 Andreas Schwab <schwab@suse.de>
0e7ef45c 5325
3a35eeb3
PB
5326 * configure: Regenerate.
5327
2429c060
PB
53282006-01-16 Paolo Bonzini <bonzini@gnu.org>
5329
5330 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5331 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5332 the assembler, linker and binutils.
5333 * configure: Regenerate.
5334
ec49b2b8
NC
53352006-01-16 Nick Clifton <nickc@redhat.com>
5336
49b9e644 5337 * config.sub, config.guess: Sync from config repository.
ec49b2b8 5338
44b2308f
AO
53392006-01-05 Alexandre Oliva <aoliva@redhat.com>
5340
5341 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5342 @ from continuation.
5343 * Makefile.in: Rebuilt.
5344
80911fe1
PB
53452006-01-04 Paolo Bonzini <bonzini@gnu.org>
5346
5347 Sync from gcc:
5348
5349 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5350
f7c83eac 5351 PR bootstrap/24252
80911fe1 5352
f7c83eac
AS
5353 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5354 * Makefile.tpl (OBJDUMP): New.
5355 (EXTRA_HOST_FLAGS): Add it.
5356 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 5357
f7c83eac
AS
5358 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5359 to use symbolic links between directories. Avoid race conditions
5360 or make them harmless.
5361 * configure.in: Do not try to use symbolic links between directories.
80911fe1 5362
f7c83eac
AS
5363 * Makefile.def (LEAN): Pass.
5364 * Makefile.tpl (LEAN): Define.
5365 (stage[+id+]-start): Accept that the previous directory does not
5366 exist, if the bootstrap is lean.
5367 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5368 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5369 configure substitution.
5370 ([+compare-target+]): Likewise.
5371 ([+bootstrap-target+]-lean): New.
5372 * configure.in: Remove lean bootstrap support from here.
80911fe1 5373
f7c83eac
AS
5374 * Makefile.in: Regenerate.
5375 * configure: Regenerate.
80911fe1
PB
5376
5377 2006-01-02 Andreas Schwab <schwab@suse.de>
5378
f7c83eac
AS
5379 * configure.in: When reconfiguring remove Makefile in
5380 all stage directories.
5381 * configure: Regenerate.
80911fe1 5382
b59bea8a
NC
53832005-12-27 Leif Ekblad <leif@rdos.net>
5384
5385 * configure.in: Add support for RDOS target.
5386 * configure: Regenerate.
5387
d7730bac
NC
53882005-12-27 Nick Clifton <nickc@redhat.com>
5389
5390 PR binutils/1990
5391 * libtool.m4: Synchronize with version in GCC sources.
5392
c02dabc3
PB
53932005-12-20 Paolo Bonzini <bonzini@gnu.org>
5394
f7c83eac 5395 Revert Ada-related part of the previous change.
c02dabc3 5396
f7c83eac
AS
5397 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5398 Do not pass.
5399 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5400 * Makefile.in: Regenerate.
5401 * configure.in: Do not include mt-ppc-aix target fragment.
5402 * configure: Regenerate.
c02dabc3 5403
f6d183c0
PB
54042005-12-19 Paolo Bonzini <bonzini@gnu.org>
5405
5406 * configure.in: Select appropriate fragments for PowerPC/AIX.
5407 * configure: Regenerate.
5408
5409 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5410 BOOT_CFLAGS, BOOT_LDFLAGS.
5411 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5412 BOOT_CFLAGS, BOOT_LDFLAGS.
5413 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5414 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5415 (stage): Fail if we cannot complete the work.
5416 * Makefile.in: Regenerate.
5417
f29759fc
JJ
54182005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5419
5420 * COPYING.NEWLIB: Update copyright year for default
5421 copyright.
5422
1f054001
PB
54232005-12-15 Paolo Bonzini <bonzini@gnu.org>
5424
5425 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5426 install-host-nogcc): Don't invoke $(stage) at the end.
5427 * Makefile.in: Regenerate.
5428
0aed8855
PB
54292005-12-14 Paolo Bonzini <bonzini@gnu.org>
5430
5431 * configure.in: Flip the top-level bootstrap switch.
5432 * configure: Regenerate.
5433
5434 Merge from gcc:
5435
5436 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5437
f7c83eac
AS
5438 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5439 $(stage) and $(unstage).
5440 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5441 (all): Remove stray semicolon.
5442 (local-distclean): Don't handle multilib.tmp and multilib.out.
5443 (install.all): Set $s for consistency.
5444 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5445 check_multilibs setting. Always make the install directory.
5446 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5447 Correct @if/@endif.
5448 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5449 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5450 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5451 (multilib.out): Remove.
5452 * Makefile.in: Regenerated.
0aed8855
PB
5453
54542005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5455
5456 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5457 * configure.in: Replace ms1 arch with mt.
5458 * configure: Rebuilt.
5459
54602005-12-05 Paolo Bonzini <bonzini@gnu.org>
5461
5462 Sync with gcc:
5463
4970f871
NS
54642005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5465
5466 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5467 * configure.in: Replace ms1 arch with mt.
5468 * configure: Rebuilt.
5469
be01d343
PB
54702005-12-05 Paolo Bonzini <bonzini@gnu.org>
5471
5472 Sync with gcc:
5473
5474 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5475
f7c83eac
AS
5476 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5477 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5478 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5479 Find in-tree tools if available.
5480 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5481 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5482 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5483 (COMPILER_*_FOR_TARGET): New.
5484 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5485 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5486 (CONFIGURED_*, USUAL_*): Remove.
5487 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5488 STRIP): Use autoconf substitutions.
5489 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5490 COMPILER_NM_FOR_TARGET): New.
5491 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5492
5493 (all): Make all-host and all-target in parallel.
5494 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5495 that $$r and $$s are set before invoking a recursive make.
5496 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5497 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5498
5499 2005-11-29 Ben Elliston <bje@au.ibm.com>
5500
f7c83eac
AS
5501 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5502 from the gcc build directory.
5503 * Makefile.in: Regenerate.
be01d343
PB
5504
5505 2005-11-29 Ben Elliston <bje@au.ibm.com>
5506
f7c83eac
AS
5507 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5508 depend on all-libdecnumber.
5509 * configure.in (host_libs): Include libdecnumber.
5510 * Makefile.in: Regenerate.
5511 * configure: Likewise.
be01d343
PB
5512
5513 2005-11-21 Kean Johnston <jkj@sco.com>
5514
f7c83eac 5515 * config.sub, config.guess: Sync from upstream sources.
be01d343 5516
907be67c
DJ
55172005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5518
5519 * Makefile.def: Remove gdb dependencies for gdbtk.
5520 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5521 (configure-gdb, install-gdb): New rules.
5522 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5523 * Makefile.in, configure: Regenerated.
5524
e360f423
PB
55252005-10-22 Paolo Bonzini <bonzini@gnu.org>
5526
5527 PR bootstrap/24297
5528 * Makefile.tpl (do-[+make-target+], do-check, install,
5529 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5530 are set before recursing.
5531 * Makefile.in: Regenerate.
5532
45d5eb0a
EB
55332005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5534
5535 PR bootstrap/18939
5536 * Makefile.def (gcc) <target>: Fix thinko.
5537 * Makefile.in: Regenerate.
5538
3cf3372e
BS
55392005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5540
5541 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5542 * configure: Regenerate.
5543
bd70a46f
KH
55442005-10-09 Kazu Hirata <kazu@codesourcery.com>
5545
5546 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5547 target-libffi, target-qthreads, target-libjava, and
5548 targetlibobjc.
5549 * configure: Regenerate.
5550
5ae72758
DJ
55512005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5552
5553 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5554 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5555 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5556 (USUAL_OBJDUMP_FOR_TARGET): New.
5557 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5558 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5559 * configure, Makefile.in: Regenerated.
5ae72758 5560
cc96343e
PB
55612005-10-05 Paolo Bonzini <bonzini@gnu.org>
5562
5563 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5564 before other host packages.
5565
f70224b5
PB
55662005-10-05 Paolo Bonzini <bonzini@gnu.org>
5567
5568 PR bootstrap/22340
5569
5570 * configure.in (default_target): Remove.
5571 * Makefile.tpl (all): Do not use prerequisites as subroutines
5572 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5573 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5574 use prerequisites as subroutines.
5575 (check-host, check-target): New.
5576 (bootstrap configure & all targets): Do not use stage*-start
5577 if the directory layout is already ok.
5578 (non-bootstrap configure & all targets): Prepend a $(unstage).
5579 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5580 (NOTPARALLEL): Remove.
5581 (unstage, stage variables): New variables.
5582 (unstage, stage targets): Simply expand to those variables.
5583
5584 * configure: Regenerate.
5585 * Makefile.in: Regenerate.
5586
c13c918a
JW
55872005-10-04 James E Wilson <wilson@specifix.com>
5588
5589 * Makefile.def (lang_env_dependencies): Add libmudflap.
5590 * Makefile.in: Regenerate.
5591
376a0e54
CM
55922005-10-03 Catherine Moore <clm@cm00re.com>
5593
5594 * configure.in (bfin-*-*): Support bfin.
5595 * configure: Regenerated.
5596
d320aacb
L
55972005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5598
5599 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5600 * configure: Regenerated.
5601
7e0f7140
GK
56022005-09-28 Geoffrey Keating <geoffk@apple.com>
5603
5604 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5605 (LIPO_FOR_TARGET): New.
5606 (CONFIGURED_LIPO_FOR_TARGET): New.
5607 (USUAL_LIPO_FOR_TARGET): New.
5608 (STRIP_FOR_TARGET): New.
5609 (CONFIGURED_STRIP_FOR_TARGET): New.
5610 (USUAL_STRIP_FOR_TARGET): New.
5611 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5612 STRIP_FOR_TARGET.
5613 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5614 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5615 * Makefile.in: Regenerate.
5616 * configure: Regenerate.
0e7ef45c 5617
096f7d00
DE
56182005-09-19 David Edelsohn <edelsohn@gnu.org>
5619
5620 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5621 (rs6000-*-aix*): Same.
5622 * configure: Regenerate.
5623
56242005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5625
5626 * configure.in: Recognize f95 in the --enable-languages option,
5627 and substitute it for fortran, issuing a warning.
5628 * configure: Regenerate.
5629
2016dfcc
BE
56302005-09-07 Ben Elliston <bje@au.ibm.com>
5631
5632 Import from Autoconf sources:
5633
5634 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5635 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5636 Elliston. Handle weird characters correctly.
5637
6dd2fda9
DD
56382005-08-30 Phil Edwards <phil@codesourcery.com>
5639
5640 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5641 * configure: Regenerated.
5642
e6db70d4
RE
56432005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5644
f7c83eac
AS
5645 * Makefile.def (libssp): Add to lang_env_dependencies.
5646 * Makefile.in: Regenerate.
e6db70d4 5647
e1e3d0f5
CG
56482005-08-17 Christian Groessler <chris@groessler.org>
5649
5650 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5651 * Makefile.in: Regenerate.
5652
05cbd757
PB
56532005-08-12 Paolo Bonzini <bonzini@gnu.org>
5654
5655 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5656 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5657 Look for alternate names of the target cc and c++
5658 * configure: Regenerate.
5659
55db4b87
PB
56602005-08-08 Paolo Bonzini <bonzini@gnu.org>
5661
5662 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5663 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5664 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5665 tools; remove code to manually set them.
5666 (Target tools): Look in the environment for them.
5667 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5668 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5669 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5670 build directory.
5671 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5672 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5673 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5674 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5675 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5676 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5677 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5678 * configure: Regenerate.
5679 * Makefile.in: Regenerate.
5680
414e5532
MM
56812005-07-27 Mark Mitchell <mark@codesourcery.com>
5682
5683 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5684 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5685 * Makefile.in: Regenerated.
5686
a19b6204
MM
56872005-07-26 Mark Mitchell <mark@codesourcery.com>
5688
5689 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5690 (CFLAGS_FOR_TARGET): Use it.
5691 (CXXFLAGS_FOR_TARGET): Likewise.
5692 * Makefile.in: Regenerated.
5693 * configure.in (--with-build-sysroot): New option.
5694 * configure: Regenerated.
5695
b73aa406
PB
56962005-07-24 Paolo Bonzini <bonzini@gnu.org>
5697
5698 * Makefile.tpl: Wrap install between unstage and stage
5699 * Makefile.in: Regenerate.
5700
6e4d0bcb
KC
57012005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5702
5703 * all files: Update FSF address.
5704
49f58d10
JB
57052005-07-14 Jim Blandy <jimb@redhat.com>
5706
5707 * configure.in: Add cases for Renesas m32c.
5708 * configure: Regenerated.
0e7ef45c 5709
1d9c9cd7
KC
57102005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5711
5712 * COPYING, compile, config-ml.in, config.guess,
5713 config.sub, install-sh, missing, mkinstalldirs,
5714 symlink-tree, ylwrap: Sync from upstream sources.
5715
1587117a
EC
57162005-07-13 Eric Christopher <echristo@redhat.com>
5717
5718 * configure.in: Add toplevel noconfigdir support for tpf.
5719 * configure: Regenerate.
5720
bb780410
DD
57212005-07-11 Jakub Jelinek <jakub@redhat.com>
5722
5723 * Makefile.def (target_modules): Add libssp.
5724 * configure.in (target_libraries): Add target-libssp.
5725 * configure: Rebuilt.
5726 * Makefile.in: Rebuilt.
5727
064d0a7c
PB
57282005-07-11 Paolo Bonzini <bonzini@gnu.org>
5729
5730 PR ada/22340
5731
5732 * Makefile.def: Sync with gcc.
5733 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5734 * Makefile.in: Regenerate.
5735
b2edd3b5
AS
57362005-07-07 Andreas Schwab <schwab@suse.de>
5737
5738 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5739 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5740 * Makefile.in: Regenerated.
5741
5f128533
KH
57422005-07-07 Kazu Hirata <kazu@codesourcery.com>
5743
5744 * configure.in: Add --enable-libssp and --disable-libssp.
5745 * configure: Regenerate with autoconf-2.13.
5746
4e3fc8e5
GK
57472005-07-06 Geoffrey Keating <geoffk@apple.com>
5748
5749 * configure.in: Don't build sim or rda when targetting darwin.
5750 * configure: Regenerate.
5751
c7357d6a
BE
57522005-07-04 Ben Elliston <bje@gnu.org>
5753
5754 * src-release (do-proto-toplev): Remove dejagnu bits.
5755 (DEJAGNU_SUPPORT_DIRS): Remove.
5756 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5757 (GDBD_SUPPORT_DIRS): Likewise.
5758 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5759 (INSIGHTD_SUPPORT_DIRS): Likewise.
5760 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5761
57622005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5763
5764 * setup.com (mpw): Remove unused directive.
5765
7d329e61
PB
57662005-06-22 Paolo Bonzini <bonzini@gnu.org>
5767
5768 * Makefile.def (stagefeedback): Come after profile.
5769 Define profiledbootstrap target.
5770 * Makefile.tpl (profiledbootstrap): Remove.
5771 (stageprofile-end): Zap stagefeedback.
5772 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5773 * Makefile.in: Regenerate.
5774
e5fbed21
DD
57752005-06-13 Zack Weinberg <zack@codesourcery.com>
5776
5777 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5778 In 'cpp' stanza, support '#line' as well as '# '.
5779
59f7ec45
HPN
57802005-06-07 Hans-Peter Nilsson <hp@axis.com>
5781
5782 * configure.in (unsupported_languages): New macro.
5783 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5784 non-ported target libraries in noconfigdirs.
5785 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5786 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5787 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5788 unsupported_languages.
5789 * configure: Regenerate.
5790
c10e9ba7
DD
57912005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5792
5793 * configure.in: Fix typo in handling of --with-mpfr-dir.
5794 * configure: Regenerate.
5795
20deb2b8
JB
57962005-06-02 Jim Blandy <jimb@redhat.com>
5797
5798 * config.sub: Add cases for the Renesas m32c. (This patch has been
5799 accepted into the master sources.)
5800
cdb9b172 58012005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5802 Michael Snyder <msnyder@redhat.com>
5803 Stan Cox <scox@redhat.com>
cdb9b172 5804
f7c83eac 5805 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5806
f7c83eac 5807 * configure: Regenerate.
cdb9b172 5808
1dc3053f
PB
58092005-05-25 Paolo Bonzini <bonzini@gnu.org>
5810
5811 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5812 (Dependencies): Consider target modules for bootstrap dependencies.
5813 Make target bootstrap modules depend on each stage's gcc.
5814 * Makefile.in: Regenerate.
5815
c60fe18b
PB
58162005-05-20 Paolo Bonzini <bonzini@gnu.org>
5817
5818 * Makefile.def (configure-gcc): Depend on binutils having been built.
5819 (all-gcc): No need to do it here.
5820 * Makefile.in: Regenerate.
5821
27258dd4
PB
58222005-05-19 Paul Brook <paul@codesourcery.com>
5823
0e7ef45c 5824 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5825 language cannot be built.
5826 * configure: Regenerate.
5827
42ecbf5e
DJ
58282005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5829
5830 * ylwrap: Import from Automake 1.9.5.
5831
ae380b45
MS
58322005-05-04 Mike Stump <mrs@apple.com>
5833
5834 * configure.in: Always pass --target to target configures as
5835 otherwise rebuilds that do --recheck will fail.
811d3af8 5836 * configure: Rebuilt.
ae380b45 5837
d545f33b
PB
58382005-05-04 Paolo Bonzini <bonzini@gnu.org>
5839
5840 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5841 STAGE_HOST_EXPORTS.
5842 (configure, all): Add bootstrap support.
5843 (Host modules, target modules): Pass post-stage1 flags and exports.
5844 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5845 * Makefile.in: Regenerate.
5846
2faa2958
PB
58472005-04-29 Paolo Bonzini <bonzini@gnu.org>
5848
5849 Sync from gcc:
5850
5851 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5852
f7c83eac 5853 * config.sub: Update from master copy.
2faa2958
PB
5854
5855 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5856
f7c83eac
AS
5857 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5858 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5859 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5860 "*-*-elf" and "*-*-linux*".
5861 * configure: Regenerate.
2faa2958 5862
a7254363
PB
58632005-04-06 Paolo Bonzini <bonzini@gnu.org>
5864
f7c83eac 5865 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5866 (TARGET_CONFIGARGS): Include --with-target-subdir.
5867 (configure, all): New macros. Use them throughout.
5868
a8637a7d
PB
58692005-04-05 Paolo Bonzini <bonzini@gnu.org>
5870
5871 * Makefile.tpl: Sync with gcc.
5872 * Makefile.in: Regenerate.
5873
dd387d52
JR
58742005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5875
5876 * config/mh-mingw32: Delete.
5877 * configure.in: Don't use it.
5878 * configure: Regenerate.
5879
e90269c8
PB
58802005-03-31 Paolo Bonzini <bonzini@gnu.org>
5881
5882 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5883 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5884 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5885 (HOST_LIB_PATH): Generate from Makefile.def.
5886 (TARGET_LIB_PATH): Likewise.
5887 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5888 * Makefile.in: Regenerate.
5889 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5890 (RPATH_ENVVAR): Include Darwin case.
5891 * configure: Regenerate.
5892
9a237d9e
PB
58932005-03-25 Paolo Bonzini <bonzini@gnu.org>
5894
5895 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5896 * configure: Regenerate.
5897
479759c8
ZW
58982005-03-21 Zack Weinberg <zack@codesourcery.com>
5899
5900 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5901 gcc_version, and gcc_version_trigger from set of flags to pass.
5902 * Makefile.tpl: Remove definitions of above variables.
5903 (config.status): Remove dependency on $(gcc_version_trigger).
5904 * Makefile.in: Regenerate.
5905 * configure.in: Do not reference config/gcc-version.m4 nor
5906 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5907 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5908 * configure: Regenerate.
5909
4cfaf6d5
DD
59102005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5911 Andrew Pinski <pinskia@physics.uc.edu>
5912
5913 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5914 * Makefile.in: Regenerate.
5915
33a3fb7b
AO
59162005-03-01 Alexandre Oliva <aoliva@redhat.com>
5917
5918 PR libgcj/20160
5919 * ltmain.sh: Avoid creating archives with components that have
5920 duplicate basenames.
5921
2da12f12
PB
59222005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5923
479759c8
ZW
5924 PR bootstrap/20250
5925 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5926 instead of check.
5927 * Makefile.in: Regenerate.
2da12f12 5928
b00612cc
PB
59292005-02-28 Paolo Bonzini <bonzini@gnu.org>
5930
5931 Sync from gcc.
5932
5933 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5934
5935 PR bootstrap/17383
5936 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5937 * Makefile.tpl (HOST_SUBDIR): New substitution.
5938 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5939 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5940 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5941 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5942 (Host modules, Bootstrapped modules): Use it.
5943 (Build modules, Target modules): Do not create symlink trees,
5944 always configure out-of-srcdir.
5945 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5946 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5947 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5948 $(HOST_SUBDIR). Create a symlink for host_subdir.
5949
5950 * Makefile.in: Regenerate.
5951 * configure: Regenerate.
5952
5953 Merged from libada-gnattools-branch:
5954 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5955
5956 * Makefile.def: Add gnattools as a module, depending on target-libada.
5957 * Makefile.in: Regenerate.
5958 * configure.in: Include gnattools in host_tools; disable it if ada
5959 is disabled.
5960 * configure: Regenerate.
5961
c3e65f62
NC
59622005-02-23 Nick Clifton <nickc@redhat.com>
5963
5964 * configure: Regenerate.
5965
e4d180c2
NC
59662005-02-22 Paul Schlie <schlie@comcast.net>
5967
5968 * configure.in: Allow darwin targeted ports to build tk, itcl and
5969 libgui.
5970
e3c770b1
EB
59712005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5972
5973 PR libgcj/10353
5974 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5975 * configure: Regenerate.
5976
9c73618c
AC
59772005-02-08 Andrew Cagney <cagney@gnu.org>
5978
5979 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5980 gdb/ section. Update GDB's URL.
5981
c46f8c51
AC
59822005-01-31 Andrew Cagney <cagney@gnu.org>
5983
5984 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5985
c7e66c6d
HPN
59862005-01-29 Hans-Peter Nilsson <hp@axis.com>
5987
5988 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5989 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5990 target-libgloss when not *-*-elf and *-*-aout.
5991 * configure: Regenerate.
5992
a53bf506
AC
59932005-01-27 Andrew Cagney <cagney@gnu.org>
5994
5995 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5996
45181ed1
AC
59972005-01-24 Andrew Cagney <cagney@gnu.org>
5998
5999 * gettext.m4: Only fall back to ../intl/ when it's present.
6000
a1e0f4e4
KC
60012005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6002
6003 * install-sh, config.sub: Import from upstream.
6004
60052005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
6006
6007 PR bootstrap/18222
6008 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6009 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6010 * Makefile.in: Regenerate.
6011
c50382e2
PB
60122005-01-03 Paolo Bonzini <bonzini@gnu.org>
6013
6014 Revert 2004-12-28 Makefile changes, a better fix will be
6015 applied to mainline and src after GCC 4.0 branches.
6016
11d07737
PB
60172004-12-28 Paolo Bonzini <bonzini@gnu.org>
6018
6019 PR bootstrap/17383
6020
6021 * Makefile.def (target_modules): Remove stage parameter,
6022 it is always true now.
6023 * Makefile.tpl (configure-build-[+module+],
6024 configure-target-[+module+]): Always build symlink tree
6025 for the directory and for include. BUILD_SUBDIR and
6026 TARGET_SUBDIR cannot be . anymore.
6027 * Makefile.in: Regenerate.
6028
dadfdbe2
DD
60292004-12-25 David Edelsohn <edelsohn@gnu.org>
6030
6031 Revert 2004-12-08 Makefile changes.
6032
dbf85af7
JR
60332004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6034
6035 * configure.in (sh64-*-*): Reenable gprof.
6036 * configure: Regenerate.
6037
6b8fea99
JB
60382004-12-09 Jim Blandy <jimb@redhat.com>
6039
6040 * MAINTAINERS: List 'depcomp' as part of automake.
6041
7341462c
DE
60422004-12-08 David Edelsohn <edelsohn@gnu.org>
6043
6044 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6045 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6046 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6047 * Makefile.in: Regenerate.
6048
21fde4dc
DD
60492004-12-07 Matt Kraai <kraai@ftbfs.org>
6050
6051 * Makefile.tpl: Generate normal dependencies if the LHS module is
6052 not bootstrapped.
6053 * Makefile.in: Regenerate.
6054
3da796a2
RS
60552004-12-03 Richard Sandiford <rsandifo@redhat.com>
6056
6057 * configure.in: Include config/gxx-include-dir.m4. Use
6058 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6059 * configure: Regenerate.
6060
73fb7068
RS
60612004-12-03 Richard Sandiford <rsandifo@redhat.com>
6062
6063 * config.if: Delete.
6064 * configure.in: Set libstdcxx_incdir directly.
6065 * configure: Regenerate.
6066 * MAINTAINERS: Remove mention of config.if.
6067 * src-release (DEVO_SUPPORT): Remove config.if.
6068
6c8e6ce9
EC
60692004-12-02 Eric Christopher <echristo@redhat.com>
6070
3b6098f8
EC
6071 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
6072 of things to remove.
6c8e6ce9 6073 * Makefile.in: Regenerate.
479759c8 6074
b8658a2f
RS
60752004-12-02 Richard Sandiford <rsandifo@redhat.com>
6076
6077 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6078 * configure: Regenerate.
6079
afefada0
RS
60802004-12-02 Richard Sandiford <rsandifo@redhat.com>
6081
6082 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6083 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6084 * configure: Regenerate.
6085
5dcac624
DA
60862004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6087
6088 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6089 (hppa*64*-*-*): Delete incorrect comment.
6090 * configure: Rebuilt.
6091
57d1eb1a
DD
60922004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6093
6094 * install-sh, compile: Import from automake.
6095
60962004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6097
6098 * config.guess, config.sub: Import from savannnah.
6099
6d389afc
MS
61002004-11-12 Mike Stump <mrs@apple.com>
6101
6102 * Makefile.def: Add html support.
6103 * Makefile.tpl: Likewise.
6104 * Makefile.in: Regenerate.
6105
69e57115
GK
61062004-11-11 Geoffrey Keating <geoffk@apple.com>
6107
6108 PR 18423
6109 * configure.in: Remove all instances of build-fixincludes from
6110 noconfigdirs.
6111 (build_configargs): Supply --target to subdirectories.
6112 * configure: Regenerate.
6113
6114 * Makefile.def: Make gcc install depend on fixincludes install.
6115 * Makefile.in: Regenerate.
6116
ba719b26
HPN
61172004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6118
6119 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6120 target-libgfortran.
6121 * configure: Regenerate.
6122
c37653e7
DE
61232004-11-07 David Edelsohn <edelsohn@gnu.org>
6124
6125 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6126 like CC.
6127
1eefd493
PB
61282004-11-05 Paolo Bonzini <bonzini@gnu.org>
6129
6130 * Makefile.def (host fixincludes): Specify missing targets.
6131 * Makefile.in: Regenerate.
6132
02b1af09
L
61332004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6134
6135 PR other/17783
6136 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6137 * configure: Regenerated.
6138
7f266840
DJ
61392004-11-04 Daniel Jacobowitz <dan@debian.org>
6140
6141 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6142 * configure: Regenerated.
6143
47444073
AL
61442004-10-28 Eric B. Weddington <ericw@evcohs.com>
6145
6146 PR target/18151
6147 * configure.in (case ${target}): Do not build fixincludes for avr.
6148 * configure: Regenerated.
6149
caeba88f
AL
61502004-10-26 Paolo Bonzini <bonzini@gnu.org>
6151
6152 * configure.in (case ${target}): Do not build fixincludes
6153 on platforms where it is not used.
6154 * configure: Regenerated.
6155
0fdbe983
DJ
61562004-10-23 Daniel Jacobowitz <dan@debian.org>
6157
6158 * configure.in: Use an absolute path to install-sh.
6159 * configure: Regenerated.
6160
1c0f67c1
AC
61612004-10-19 Andrew Cagney <cagney@gnu.org>
6162
6163 * src-release (do-djunpack, do-md5sum): Install the generated file
6164 directly into the proto-toplev/ directory.
479759c8 6165
a9cfce9c
AC
61662004-10-19 Andrew Cagney <cagney@gnu.org>
6167
6168 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6169
ac0fa625
DD
61702004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6171
6172 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6173 * configure: Regenerate.
6174
d27cc32e
PB
61752004-10-06 Paolo Bonzini <bonzini@gnu.org>
6176
6177 Fix wrong conflict resolution in:
6178
6179 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6180
6181 * Makefile.in: Regenerate.
6182 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6183 in the recursive `make', instead of hardwiring `all'.
6184 (Autogenerated TARGET-* variables): New.
6185
1763908f
UW
61862004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6187
6188 Merged from GCC / libtool upstream:
6189 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6190 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6191 * ltcf-cxx.sh (tpf*): Likewise.
6192 * ltconfig (tpf*): Add TPF OS configuration support.
6193
0490e016
NC
61942004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6195
6196 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 6197 * configure: Regenerate.
0490e016 6198
32be62b5
RS
61992004-09-24 Michael Roth <mroth@nessie.de>
6200
6201 * configure.in (--without-headers): Add missing double quotes.
6202 * configure: Regenerate.
6203
6048df60
DD
62042004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6205
6206 * ylwrap: Revert to previous version.
6207
315b3b02
L
62082004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6209
6048df60 6210 PR bootstrap/17369
315b3b02
L
6211 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6212 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6213 SET_GCC_LIB_PATH_CMD.
6214 (BASE_TARGET_EXPORTS): Likewise.
6215 * Makefile.in: Regenerated.
6216
6217 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6218 * configure: Regenerated.
6219
fe69863c
DD
62202004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6221
6222 * config.guess: New upstream version
6223 * compile, depcomp, install-sh, ylwrap: Likewise.
6224
62252004-09-19 Roger Sayle <roger@eyesopen.com>
6226
6227 * config/mh-x86omitfp: New host makefile fragment. Add
6228 -fomit-frame-pointer to the default BOOT_CFLAGS.
6229 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6230 * configure: Regenerate.
6231
62322004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6233
6234 PR target/11572
6235 * configure.in (*-*-darwin*): Renable libobjc.
6236 * configure: Regenerate.
6237
be75bbe1 62382004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 6239
be75bbe1
DB
6240 * Makefile.def: Remove libbanshee.
6241 * Makefile.tpl: Ditto.
6242 * configure.in: Ditto.
6243 * Makefile.in: Regen.
6244 * configure: Ditto.
6245
1b882a91
PB
62462004-09-07 Paolo Bonzini <bonzini@gnu.org>
6247
6248 * missing: Import latest version from master repository.
6249
eb1352ed
NC
62502004-09-04 Nick Clifton <nickc@redhat.com>
6251
6252 * config.sub: Import latest version from master repository.
6253 * config.guess: Likewise.
6254 This includes these changes:
479759c8 6255
eb1352ed
NC
6256 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6257
6258 * config.sub: Handle crisv32, alias etraxfs.
6259 * config.guess (crisv32:Linux:*:*): Handle.
6260
6261 2004-08-13 Brad Smith <brad@comstyle.com>
6262
6263 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6264 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6265
6266 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6267
6268 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6269 assume the processor is a powerpc. This is because coreutils
6270 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6271 in this case, due to a MacOS X bug that causes
6272 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6273 to return a negative number.
6274 Problem reported by Petter Reinholdtsen in:
6275 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6276
6277 2004-07-19 Ben Elliston <bje@gnu.org>
6278
6279 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6280
6281 2004-06-24 Ben Elliston <bje@gnu.org>
6282
6283 * config.guess: Update copyright years.
6284 * config.sub: Likewise.
6285
6286 2004-06-22 Robert Millan <robertmh@gnu.org>
6287
6288 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6289 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6290
6291 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6292
6293 * config.guess (*:*VMS:*:*): New entry. Replaces
6294 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6295 manufacturer.
6296
6297 2004-06-22 Ben Elliston <bje@gnu.org>
6298
6299 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6300 * config.sub: Likewise.
6301
6302 2004-06-22 Ben Elliston <bje@gnu.org>
6303
6304 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6305 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6306
6307 2004-06-11 Ben Elliston <bje@gnu.org>
6308
6309 * config.guess (pegasos:OpenBSD:*:*): Remove.
6310
6311 2004-06-11 Ben Elliston <bje@gnu.org>
6312
6313 From Wouter Verhelst <wouter@grep.be>:
6314 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6315
6316 2004-06-11 Ben Elliston <bje@gnu.org>
6317
6318 * config.guess (luna88k:OpenBSD:*:*): New.
6319
6320 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6321
6322 * config.guess (m32r*:Linux:*:*): New case.
6323 * config.sub: Handle m32rle.
6324
6325 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6326
6327 From Jens Petersen <petersen@redhat.com>:
6328 * config.sub: Handle sparcv8.
6329
6330 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6331
6332 From Tom Smith <smith@cag.lkg.hp.com>:
6333 * config.guess: Version suffixes are equally significant on Tru64
6334 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6335 prefix of "P" (patched kernel).
6336
6337 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6338
6339 * config.sub: Add support for National Semiconductor CRX target.
6340
2a3124ca 63412004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 6342
2a3124ca
RH
6343 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6344 *-*-netware, but add target-libmudflap.
6345 Consolidate *-*-netware targets (of which really only i?86 exists)
6346 into a single entry.
6347 * configure: Likewise.
6348
0df3d27f
PB
63492004-09-01 Paolo Bonzini <bonzini@gnu.org>
6350
6351 * Makefile.tpl (sorry): Remove.
6352 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6353 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6354 (do-clean): Clean per-stage directories too.
6355 (do-distclean): Run distclean-stage1 too.
6356 (.NOTPARALLEL): Enable during toplevel bootstrap.
6357 (stage[+id+]-bubble): Enable parallel execution during
6358 the recursive invocation.
6359 * Makefile.in: Regenerate.
6360
6361 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6362
6363 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6364
6365 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6366 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6367 * configure: regenerate
479759c8
ZW
6368 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6369 -mdynamic-no-pic
0df3d27f
PB
6370
63712004-08-31 Paolo Bonzini <bonzini@gnu.org>
6372
6373 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6374 include.
6375 * configure.in: Fix indentation.
6376 * configure: Regenerate.
6377
ee025550
PB
63782004-08-31 Paolo Bonzini <bonzini@gnu.org>
6379
6380 * Makefile.def (build_modules): Add fixincludes.
6381 (dependencies): Make gcc depend on fixincludes.
6382 * configure.in (build_tools): Add fixincludes.
6383 (build_configdirs): Always include build_libs.
6384 * Makefile.in: Regenerate.
6385 * configure: Regenerate.
6386
63872004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6388
6389 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6390 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6391 phony targets; do not generate timestamp files.
6392 (distclean-stageN): Remove references to their timestamp files.
6393 (restageN, touch-stageN): Remove.
6394 (stageN-bubble): Rewritten.
6395 (compare): Support lean bootstraps.
6396 * Makefile.in: Regenerate.
6397
6398 * configure.in: Only warn when bootstrapping but
6399 build != host or build != target. Support lean bootstraps.
6400 * configure: Regenerate.
6401
6402 Sync from gcc:
6403 2004-08-26 Phil Edwards <phil@codesourcery.com>
6404
6405 * configure.in: Give a better error message if GMP/MPFR are missing
6406 and a language needing them has been requested.
6407 * configure: Regenerated.
6408
6409 2004-08-25 Phil Edwards <phil@codesourcery.com>
6410
6411 * configure.in: Print a list of available language front-ends if
6412 a requested one is missing. Tidy stray tab characters.
6413 * configure: Regenerated.
6414
72b2455a
PB
64152004-08-17 Paolo Bonzini <bonzini@gnu.org>
6416
6417 * Makefile.in: Regenerate.
6418 * configure: Regenerate.
6419
6420 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6421 stage_*_flags.
6422 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6423 for bootstrapped modules if toplevel bootstrap is going.
6424 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6425 modules. Adjust for changes in Makefile.def. Enable several
6426 rules even in non-bootstrap mode, just to avoid peppering the
6427 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6428 (stage-[+prev+]-bubble): Remove.
6429
6430 * Makefile.def (Dependencies): Depend on all-build-bison,
6431 all-build-flex, all-build-byacc, all-build-texinfo, rather
6432 than the host variations.
6433 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6434 with BUILD_SUBDIR.
6435 (BISON): Update for recent Bisons.
6436 (YACC): Fix typo.
6437 (cross): Depend on all-build.
6438 (all): Do not depend on all-build.
6439 (prebootstrap): Remove.
6440 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6441 (Prebootstrap dependencies): Add them to the per-stage targets
6442 and to all-prebootstrap.
6443 * configure.in (build_configdirs): Always enable build_tools.
6444 (BUILD_DIR_PREFIX): Remove.
6445
6446 * Makefile.def (gcc): Add target variable.
6447 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6448 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6449 in the recursive `make', instead of hardwiring `all'.
6450 (Autogenerated TARGET-* variables): New.
6451
de0b4a87
JW
64522004-08-17 Robert Millan <robertmh@gnu.org>
6453
6454 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6455 (instead of FreeBSD).
6456 * configure: Regenerate.
6457
ad681c85
NN
64582004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6459
675c6968
NN
6460 * Makefile.def, configure.in, src-release: Remove useless, bogus
6461 references to tix.
6462 * Makefile.in, configure: Regenerate.
6463
ad681c85
NN
6464 * src-release: Stop distributing mmalloc with gdb (which doesn't
6465 use it).
6466 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6467 * Makefile.in: Regenerate.
6468
11b04d1f
DD
64692004-08-09 Mark Mitchell <mark@codesourcery.com>
6470
6471 * configure.in (arm*-*-eabi*): New target.
6472 * configure: Regenerate.
6473
f2420bea
NN
64742004-08-01 Robert Millan <robertmh@gnu.org>
6475
6476 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6477 libmudflap for all GNU-based systems (with Glibc).
6478 * configure: Regenerate.
6479
9e6ce191
PB
64802004-08-06 Paolo Bonzini <bonzini@gnu.org>
6481
6482 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6483 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6484 (Dependencies): New section.
6485 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6486 (configure-target-[+module+]): Depend on maybe-all-gcc
6487 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6488 (toplevel profiledbootstrap): Fix dependencies.
6489 * Makefile.in: Regenerate.
6490
df4a6958
MM
64912004-08-03 Mark Mitchell <mark@codesourcery.com>
6492
6493 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6494 target-libiberty to noconfigdirs.
6495
11b04d1f
DD
64962004-08-03 Paul Brook <paul@codesourcery.com>
6497
6498 * configure.in: Check for MPFR as well as GMP.
6499 * configure: Regenerate.
6500
b813574b
PB
65012004-08-03 Paolo Bonzini <bonzini@gnu.org>
6502
6503 * Makefile.def (host-modules): Add gcc.
6504 * Makefile.in: Regenerate.
6505 * Makefile.tpl (sorry): New rule.
6506 (configure-host, all-host, [+make_target+]-host, do-check,
6507 install-host): Do not add gcc as a special case.
6508 (host modules): Add a small special-casing for gcc. Export
6509 extra_make_flags through the environment.
6510 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6511 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6512 other recursive targets for gcc): Remove.
6513
6514 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6515 (stage, unstage): New rules.
6516 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6517 distclean-stage[+id+]): Use stage_current.
6518 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6519 the stage*-start rules.
6520
61edac0c
JW
65212004-07-19 Robert Millan <robertmh@gnu.org>
6522
6523 Synced from gcc:
6524
6525 2004-04-26 Robert Millan <robertmh@gnu.org>
6526
6527 Add patches from libtool CVS.
6528 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6529 * ltconfig: Likewise.
6530 * ltcf-c.sh: Likewise.
6531 * ltcf-cxx.sh: Likewise.
6532 * ltcf-gcj.sh: Likewise.
6533
3e707e94
PB
65342004-07-12 Paolo Bonzini <bonzini@gnu.org>
6535
6536 * configure.in: Add noconfigdirs for crx-*-*.
6537 * configure: Regenerate.
6538
65392004-07-12 Paolo Bonzini <bonzini@gnu.org>
6540
6541 Synced from gcc:
6542
6543 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6544
6545 * configure.in: Build libmudflap by default on FreeBSD.
6546 * configure: Regenerated.
6547
6548 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6549
6550 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6551 systems.
6552 * configure: Regenerated.
6553
6554 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6555
6556 PR target/16344
6557 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6558 feedback based compiler.
6559 * Makefile.in: Rebuilt.
6560
6561 2004-07-05 Phil Edwards <phil@codesourcery.com>
6562
6563 * configure.in: Do not prepend $srcdir to /dev/null in
6564 makefile fragments.
6565 * configure: Regenerate.
6566
a7ee7660
AO
65672004-07-08 Alexandre Oliva <aoliva@redhat.com>
6568
6569 * Makefile.def (host_modules): Set bootstrap=true for flex.
6570 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6571 * Makefile.in: Rebuilt.
6572
6a9cf61e
PB
65732004-07-01 Paolo Bonzini <bonzini@gnu.org>
6574
6575 * Makefile.def (build_modules): Add bison, byacc, flex,
6576 m4, texinfo.
6577 (flags_to_pass): Add FLEX.
6578 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6579 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6580 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6581 DEFAULT_MAKEINFO): Remove.
6582 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6583 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6584 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6585 objdir or else use configured tool.
6586 (all-build): New.
6587 (all): Depend on it.
6588 (Build module dependencies): Add.
6589 * Makefile.in: Regenerate.
6590 * configure.in: Better support for multiple build modules,
6591 matching what is done for host/target modules. Do not look
6592 for "plausible" locations of build tools if Canadian cross.
6593 Use autoconf's AC_PROG_CC to find a C compiler. Define
6594 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6595 * configure: Regenerate.
6596
95b6a1f2
PB
65972004-06-22 Paolo Bonzini <bonzini@gnu.org>
6598
6599 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6600 * Makefile.in: Regenerate.
6601
7ffa0b57
PB
66022004-06-22 Paolo Bonzini <bonzini@gnu.org>
6603
6604 * Makefile.tpl (configure-build-[+module+],
6605 configure-[+module+], configure-target-[+module+]): Pass
6606 [+extra_configure_args+].
6607 (all-build-[+module+], all-[+module+], check-[+module+],
6608 install-[+module+], [+make_target+]-[+module+],
6609 all-target-[+module+], check-target-[+module+],
6610 install-target-[+module+], [+make_target+]-target-[+module+]):
6611 Pass [+extra_make_args+].
6612 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6613 (GCC_HOST_EXPORTS): Remove.
6614 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6615 cross, check-gcc, check-gcc-c++, install-gcc,
6616 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6617 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6618 * Makefile.in: Regenerate.
6619
929ba6e7
CF
66202004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6621
6622 * configure.in: Check for srcdir/winsup rather than build directory
6623 winsup.
6624 * configure: Regenerate.
6625
b76d7de0
CV
66262004-06-17 Corinna Vinschen <vinschen@redhat.com>
6627
6628 * configure.in: Don't build Cygwin native newlib if winsup
6629 directory is missing. Emit warning instead.
6630 * configure: Regenerate.
6631
656fdd47
PB
66322004-06-09 Paolo Bonzini <bonzini@gnu.org>
6633
6634 * Makefile.tpl (touch-stage[+id+]): New.
6635 (restage[+prev+]): Depend on touch-stage[+id+].
6636
6637 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6638 Use it throughout.
6639
6640 * Makefile.def: Add profile and feedback bootstrap stages.
6641 Remove next field from bootstrap stages.
6642 * Makefile.tpl (LN, LN_S): Substitute.
6643 (stageN-start, stageN-end): Use double-colon rules, to
6644 provide a hook for additional setup commands.
6645 (distclean-stageN-gcc, restageN): Create dependencies from
6646 [+prev+], not from [+next+].
6647 (stageN-bubble): Add commands for successive stages from
6648 [+prev+], using double-colon rules.
6649 (all-stageN-gcc): Fix typo.
6650 (stagefeedback-start, profiledbootstrap): New.
6651 * Makefile.in: Regenerate.
6652 * configure.in: Call ACX_PROG_LN.
6653 * configure: Regenerate.
6654
498d4a71
CF
66552004-06-03 Paolo Bonzini <bonzini@gnu.org>
6656
6657 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6658 without gcc.
6659 * configure: Regenerate.
6660
377d8c42
PB
66612004-06-01 Paolo Bonzini <bonzini@gnu.org>
6662
6663 * Makefile.tpl: Fix typo.
6664 * Makefile.in: Regenerate.
6665
f5f8a794
PB
66662004-06-01 Paolo Bonzini <bonzini@gnu.org>
6667
6668 * configure.in: Remove new- prefix from toplevel
6669 bootstrap targets.
6670 * configure: Regenerate.
6671
f7a4c34f
PB
66722004-06-01 Paolo Bonzini <bonzini@gnu.org>
6673
6674 Merge this patch from the gcc tree:
6675
6676 2004-05-30 Andreas Jaeger <aj@suse.de>
6677 Jim Wilson <wilson@specifixinc.com>
6678
6679 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6680 like CC.
6681
319cab08
PB
66822004-06-01 Paolo Bonzini <bonzini@gnu.org>
6683
6684 * Makefile.tpl (all.normal): Rename to all.
6685 (all): Replace with a rule to pick the default
6686 target from configure.
6687 (all-gcc, configure-gcc): Use conditionals to
6688 do nothing when toplevel bootstrap is going on.
6689 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6690 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6691 * configure.in: Support --enable-bootstrap.
6692
6693 * Makefile.def: Remove new- prefix from toplevel
6694 bootstrap targets.
6695 * Makefile.tpl: Likewise.
6696
6697 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6698 target.
6699
6700 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6701 $(RECURSE_FLAGS) to recursive invocation of make.
6702
6703 * Makefile.in: Regenerate.
6704 * configure: Regenerate.
6705
88f64edc
DJ
67062004-05-27 Daniel Jacobowitz <dan@debian.org>
6707
6708 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6709 * configure: Regenerate.
6710
378fce5b
DD
67112004-05-25 Daniel Jacobowitz <drow@false.org>
6712
6713 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6714 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6715 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6716 targets.
6717 * Makefile.in: Regenerate.
6718
dfdffa2c
PB
67192005-05-24 Paolo Bonzini <bonzini@gnu.org>
6720
6721 * configure.in: Test the ability to symlink directories.
6722 * configure: Regenerate.
6723
6724 * Makefile.def (bootstrap-stage): New definitions.
6725 * Makefile.tpl (configure-stage1-gcc,
6726 configure-stage2-gcc, configure-stage3-gcc,
6727 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6728 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6729 new-restage3, compare): Autogenerate, see Makefile.in
6730 entry for behavioral changes.
6731 (distclean-stage1, new-stage1-start, new-stage1-end,
6732 new-stage1-bubble, distclean-stage2, new-stage2-start,
6733 new-stage2-end, new-stage2-bubble, distclean-stage3,
6734 new-stage3-start, new-stage3-end): New autogenerated targets.
6735 (objext, prebootstrap, BOOT_CFLAGS,
6736 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6737 targets.
6738
6739 * Makefile.in: Regenerate.
6740 (distclean-stage1, new-stage1-start, new-stage1-end,
6741 new-stage1-bubble, distclean-stage2, new-stage2-start,
6742 new-stage2-end, new-stage2-bubble, distclean-stage3,
6743 new-stage3-start, new-stage3-end): New targets.
6744 (all-stage1-gcc): Move prebootstrap dependency from here...
6745 (configure-stage1-gcc): ...to here.
6746 (new-bootstrap): Use bubble targets.
6747 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6748 Use per-stage distclean targets.
6749 (configure-stage1-gcc, configure-stage2-gcc,
6750 configure-stage3-gcc, all-stage1-gcc,
6751 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6752 Use new-stageN-start to prepare the tree.
6753
04cf1b77
PB
67542004-05-23 Paolo Bonzini <bonzini@gnu.org>
6755
6756 * Makefile.def (host_modules): add libcpp.
6757 * Makefile.tpl: Add dependencies on and for libcpp.
6758 * Makefile.in: Regenerate.
6759 * configure.in: Add libcpp host module.
6760 * configure: Regenerate.
6761
80b200a1
ZW
67622004-05-17 Zack Weinberg <zack@codesourcery.com>
6763
6764 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6765 of libf2c.
6766 * configure, Makefile.in: Regenerate.
6767
4b1cb4fe
DD
67682004-05-13 Diego Novillo <dnovillo@redhat.com>
6769
6770 Merge from tree-ssa-20020619-branch.
6771
6772 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6773 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6774 (HOST_GMPLIBS): Define.
6775 (HOST_GMPINC): Define.
6776 (TARGET_LIB_PATH): Add libmudflap.
6777 (GFORTRAN_FOR_TARGET): Define.
6778 (configure-build*): Export GFORTRAN.
6779 (configure-gcc): Export GMPLIBS and GMPINC.
6780 (all-gcc): Add maybe-all-libbanshee.
6781 (configure-target-libgfortran): Define.
6782 * Makefile.in: Regenerate.
6783 * configure.in (host_libs): Add libbanshee.
6784 (target_libraries): Add target-libmudflap and target-libgfortran.
6785 Add --with-libbanshee.
6786 Handle --disable-libmudflap.
6787 (*-*-freebsd*): Use with_gmp.
6788 Add $(libgcj) to noconfigdirs.
6789 * configure: Regenerate.
6790 * depcomp: New file.
6791 * MAINTAINERS: Add tree-ssa maintainers.
6792
67932004-04-28 Paolo Bonzini <bonzini@gnu.org>
6794
6795 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6796 * configure: Regenerate.
6797
b8908782
DD
67982004-04-27 Paolo Bonzini <bonzini@gnu.org>
6799
6800 Revert:
6801 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6802
6803 * Makefile.def (flags_to_pass): Remove *dir variables that
6804 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6805 as well as prefix and exec_prefix.
6806 * Makefile.in: Regenerate.
6807
68082004-04-26 Paolo Bonzini <bonzini@gnu.org>
6809
6810 * Makefile.def (host_modules): Mark with the bootstrap
6811 flag packages on which gcc depends.
6812 * Makefile.tpl (all-bootstrap): Use it.
6813 * Makefile.in: Regenerate.
6814
68152004-04-26 Paolo Bonzini <bonzini@gnu.org>
6816
6817 * Makefile.def (flags_to_pass): Remove *dir variables that
6818 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6819 as well as prefix and exec_prefix.
6820 * Makefile.in: Regenerate.
6821
68222004-04-26 Paolo Bonzini <bonzini@gnu.org>
6823
80b200a1
ZW
6824 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6825 * configure: Regenerate.
6826 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6827 * gcc/Makefile.tpl (compare): Use the result of the test.
6828 * gcc/Makefile.in: Regenerate.
b8908782
DD
6829
68302004-04-23 Paolo Bonzini <bonzini@gnu.org>
6831
6832 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6833 Always relocate gcc and prev-gcc to the original names, even
6834 if the build fails.
6835 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6836 New targets.
6837
0f260896
RO
68382004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6839
6840 * configure.in (mips*-*-irix5*): Enable ld.
6841 * configure: Regenerate.
6842
51860f05
JW
68432004-04-15 James E Wilson <wilson@specifixinc.com>
6844
6845 * Makefile.tpl (configure-[+module+], configure-gcc,
6846 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6847 Set and export LDFLAGS.
6848 * Makefile.in: Regenerate.
6849
54752a6b
NN
68502004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6851
6852 PR bootstrap/14871
6853 * Makefile.tpl: If we don't have built-in-tree target tools,
6854 use the ones found by configure rather than hacking around with
6855 program_transform_name.
6856 * configure.in: Give Makefile.tpl the information necessary
6857 to do that.
6858 * Makefile.in: Regenerate.
6859 * configure: Regenerate.
6860
68612004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6862
6863 PR bootstrap/14760
6864 * configure.in: When computing baseargs, strip *all* copies of
6865 offending options. Also, don't match/substitute the trailing space,
6866 so that this actually works when two similar options are separated by
6867 only one space.
6868 * configure: Regenerate.
6869
68702004-04-06 David Edelsohn <edelsohn@gnu.org>
6871
80b200a1
ZW
6872 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6873 (rs6000-*-aix*): Same.
6874 * configure: Regenerate.
54752a6b 6875
5e2b61fb
SS
68762004-03-25 Stan Shebs <shebs@apple.com>
6877
6878 Remove MPW support, no longer used.
6879 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6880 mpw-install: Remove files.
6881 * src-release (DEVO_SUPPORT): Remove names of removed files.
6882 * MAINTAINERS: Likewise.
6883
1a6f2dc7
NN
68842004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6885
a0049f1b
NN
6886 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6887 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6888 * Makefile.in: Regenerate.
6889
1a6f2dc7
NN
6890 * configure.in (top level bootstrap support): Rework --enable-werror
6891 to set @stage2_werror_flag@.
6892 * configure: Regenerate.
6893 * Makefile.tpl (top level bootstrap support): Pass
6894 @stage2_werror_flag@ down to configure in stages 2 and 3.
6895 * Makefile.in: Regenerate.
6896
920e3419
NN
68972004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6898
6899 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6900 for stages 2 and 3 as well as in make. As a consequence, remove
6901 OUTPUT_OPTION (now detected by configure) from the flags passed down
6902 to make.
6903 * Makefile.in: Regenerate.
6904
6905 * Makefile.tpl (new-bootstrap): Fix typo.
6906 * Makefile.in: Regenerate.
6907
4fa63067
NN
69082004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6909
6910 * Makefile.tpl: Rearrange by moving recursive_targets rules
6911 into their proper sections.
6912 * Makefile.tpl (top level bootstrap support): Move disabling
6913 of coverage flags from 'make' to 'configure'; improve comments.
6914 * Makefile.in: Regenerate.
6915
6916 * Makefile.tpl (experimental top level bootstrap) Move stage1
6917 language setting from all- target to configure- target; disable
6918 intermodule optimization in stage 1; prevent gratuitous rebuilds
6919 of stage 1.
6920 * Makefile.in: Regenerate.
6921 * configure.in: Comma-separate stage 1 language list for top
6922 level bootstrap.
6923 * configure: Regenerate.
6924
6925 * Makefile.tpl: Clean up experimental top level bootstrap support:
6926 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6927 prev-gcc in configure- targets as well as all- targets.
6928 * Makefile.in: Regenerate.
6929
fb8a10fd
NN
69302004-03-17 Paolo Bonzini <bonzini@gnu.org>
6931
6932 * configure.in: Remove symbolic link section.
6933 * configure: Regenerate.
6934 * Makefile.tpl (links): Remove.
6935 * Makefile.in: Regenerate.
6936
947f426e 69372004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6938 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6939
6940 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6941 Set with AC_CHECK_PROGS.
947f426e
NN
6942 * configure.in: Fix comment typo from last patch.
6943 * configure: Regenerate.
6944
1d39f329
NN
69452004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6946
6947 * Makefile.tpl: Introduce experimental top level bootstrap support.
6948 * Makefile.in: Regenerate.
6949 * configure.in: Introduce support for top level bootstrap.
6950 * configure: Regenerate.
6951
4b0ac75d 69522004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6953 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6954
6955 PR bootstrap/14522
6956 * configure.in: Cope with shells that do not support unquoted ^
6957 * configure: Regenerate.
6958
2e70b094 69592004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6960 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6961
6962 PR bootstrap/14522
6963 * configure.in: Cope with shell that do not support nesting
6964 quotes inside quoted backquote substitutions.
6965 * configure: Regenerate.
6966
69672004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6968
6969 PR bootstrap/14522
6970 * configure.in: Fix escaping of $.
6971 * configure: Regenerate.
6972
9e07f89d
NN
69732004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6974
6975 * configure: Regenerate.
6976
69772004-03-08 Paolo Bonzini <bonzini@gnu.org>
6978
6979 PR ada/14131
6980 Move language detection to the top level.
6981 * configure.in: Find default values for the tools as
6982 soon as possible. Disable ada if GNAT is not found.
6983 Emit error message about missing languages. Expand
6984 --enable-languages=all for the gcc subdirectory.
6985
1712ab83
RS
69862004-03-01 Richard Sandiford <rsandifo@redhat.com>
6987
6988 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6989 and disable libgcj.
6990 * configure: Regenerated.
6991
3dee29da
NN
69922004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6993
6994 PR bootstrap/7087
6995 * Makefile.tpl: Guard XFOO sed statements better.
6996 * Makefile.tpl: Add dependency for configure-target-libada.
6997 * Makefile.in: Regenerate (incidentally fixes broken
6998 commit when libada-branch was merged).
6999
0558264b
AC
70002004-02-28 Andrew Cagney <cagney@redhat.com>
7001
7002 * src-release (CVS_NAMES): Define.
7003 (do-tar, do-tar): Prune $(CVS_NAMES).
7004
c38f9803
AC
70052004-02-23 Andrew Cagney <cagney@redhat.com>
7006
7007 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
7008 2004-02-19.09.
7009
55636792
NN
70102004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7011
7012 PR bootstrap/11932
7013 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7014
1e600082
AC
70152004-02-19 Andrew Cagney <cagney@redhat.com>
7016
7017 * config.guess: Update from version 2003-06-12 to 2004-02-16.
7018 * config.sub: Update from version 2003-06-13 to 2004-02-16.
7019
3769cd82
DD
70202004-02-11 David Edelsohn <edelsohn@gnu.org>
7021
7022 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7023 (rs6000-*-aix*): Same.
7024 * configure: Regenerate.
7025
a92834c8
DD
70262004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7027
7028 * configure.in (host): Add in missing $noconfigdirs to defines.
7029 * configure: Regenerate.
7030
a2592b1b
DD
70312004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7032 Nathanael Nerode <neroden@gcc.gnu.org>
7033
7034 PR ada/6637, PR ada/5911
80b200a1 7035 Merge with libada-branch:
a2592b1b
DD
7036 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7037 with appropriate dependencies. Add --enable-libada configure switch.
7038 * configure, Makefile.in: Regenerate.
7039
e31d1ea3
DD
70402004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7041
7042 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7043 * configure: Regenerate.
7044
db85f5c0
JJ
70452004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7046
7047 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 7048
fc434214
DD
70492004-01-23 DJ Delorie <dj@redhat.com>
7050
7051 * Makefile.def (target_modules) [libiberty]: Don't stage.
7052 * Makefile.in: Rebuilt.
7053
ad445c2c 70542004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 7055
ad445c2c
JJ
7056 * COPYING.NEWLIB: Update to include copyrights for new
7057 iconv code.
7058
72bbedde
AC
70592004-01-15 Andrew Cagney <cagney@redhat.com>
7060
7061 * src-release: Update copyright year.
7062 (do-proto-toplev): Configure using i686-pc-linux-gnu.
7063 (NEWLIB_SUPPORT_DIRS): Delete macro.
7064 (newlib.tar.bz2): Delete rule.
7065
a6d6062d
DD
70662004-01-14 Loren J. Rittle <ljrittle@acm.org>
7067
7068 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7069 * Makefile.tpl (configure-target-[+module+]): Support stage.
7070 * Makefile.in: Rebuilt.
7071
f8b73030
MR
70722003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7073
7074 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
7075 throughout.
7076
aff0e9df
NN
70772004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7078
bb5dca17
NN
7079 * configure.in: Use ./config.cache, not config.cache.
7080 * configure: Regenerate.
7081 * Makefile.tpl: Special-casing not needed for GCC any more.
7082 * Makefile.in: Regenerate.
7083
82252c06
NN
7084 * configure.in: Don't share a cache file for host dirs.
7085 * configure: Regenerate.
7086
aff0e9df
NN
7087 * config-ml.in: Don't mess with the cache file.
7088
95036d20
NN
70892004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7090
ac7b618e
NN
7091 * Makefile.tpl: Make GCC use a separate config.cache.
7092 * Makefile.in: Regenerate.
7093
95036d20
NN
7094 PR bootstrap/11932, PR bootstrap/11933
7095 (I don't know if it will fix either of them, but it relates
7096 to them.)
7097 * configure.in: Don't use shared config.cache for target
7098 directories.
7099 * configure: Regenerate.
7100
08c1856b
DD
71012003-12-31 Roger Sayle <roger@eyesopen.com>
7102
7103 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7104 * configure: Regenerated.
7105
c1968181 71062003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 7107
9eb322aa
MF
7108 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7109 * configure: Regenerated.
c1968181 7110
10ecffb9
NN
71112003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7112
7113 Port change over from GCC:
7114 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7115 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7116 (configure-build-[+module+], configure-[+module+]): Likewise.
7117 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7118 * Makefile.in: Regenerate.
7119
f2ab5990
TF
71202003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7121
7122 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7123 * configure: Regenerate.
7124
41a7d11a
JJ
71252003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7126
80b200a1 7127 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
7128 stdlib.
7129
d9441a1f
DD
71302003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7131
7132 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7133 * Makefile.in: Regenerate.
7134
3a48a978
DD
71352003-10-20 Phil Edwards <phil@codesourcery.com>
7136
7137 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7138 * configure: Regenerate.
7139
f0b24077
NN
71402003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7141
7142 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7143 HOST_FLAGS_TO_PASS.
7144 * Makefile.in: Regenerate.
7145
5fbad20a
DD
71462003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7147
7148 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7149 * configure: Rebuilt
7150 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7151 * Makefile.in: Rebuilt
7152
78be4155
L
71532003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7154
7155 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7156
051fcc7a
L
71572003-10-01 Phil Edwards <pme@gcc.gnu.org>
7158
7159 * config-ml.in: Use ac_configure_args directly instead of
7160 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7161 actually seen.
7162
71632003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7164
7165 * config-ml.in: Propagate INSTALL variables.
7166
f27d4f92
DJ
71672003-09-21 Daniel Jacobowitz <drow@mvista.com>
7168
7169 * configure.in: Pass a computed --program-transform-name
7170 to subconfigures.
7171 * configure: Regenerated.
7172
cae4d560
NN
71732003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7174
7175 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7176 * Makefile.in: Regenerate.
7177
7178 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7179 * Makefile.in: Regenerate.
7180
8ff944f6
DJ
71812003-09-17 Daniel Jacobowitz <drow@mvista.com>
7182
7183 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7184 quoting.
7185 * configure: Regenerated.
7186
d9a35680
MC
71872003-09-12 Michael Chastain <mec@shout.net>
7188
7189 Fix PR gdb/857.
7190 * src-release (do-proto-topleve): Remove junk files
7191 intl/config.cache, intl/config.status,
7192 intl/config.h, intl/stamp-h.
7193
710068b9
AC
71942003-09-14 Andrew Cagney <cagney@redhat.com>
7195
7196 * src-release (dejagnu.tar): New target.
7197 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7198 (do-djunpack): Use $(PACKAGE) for the package name.
7199
e1008165
DD
72002003-09-04 DJ Delorie <dj@redhat.com>
7201
7202 * configure: Regenerate.
7203
21998d12
NC
72042003-09-04 Robert Millan <robertmh@gnu.org>
7205
7206 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 7207
ccca4bb3
DD
72082003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7209
7210 * configure.in: Ensure arguments to sed are properly spaced.
7211 * configure: Regenerate.
7212
ee949b5e
DJ
72132003-08-28 Daniel Jacobowitz <drow@mvista.com>
7214
7215 Merge from gcc:
7216 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7217 * install-sh: Update to newer upstream versions (associated with
7218 aclocal 1.7).
7219 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7220
75addda2
DJ
72212003-08-27 Daniel Jacobowitz <drow@mvista.com>
7222
7223 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7224 * configure: Regenerated.
7225
8d2877d8
NN
72262003-08-23 Phil Edwards <pme@gcc.gnu.org>
7227
7228 * configure.in: Use newline instead of semicolon when assuming
7229 shell arguments in a for loop.
7230 * configure: Regenerated.
7231
d2cc0e0d
GK
72322003-08-20 Geoffrey Keating <geoffk@apple.com>
7233
7234 PR 8180
7235 * configure.in: When testing with_libs and with_headers, treat
7236 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7237 * configure: Regenerate.
80b200a1 7238
d2cc0e0d
GK
7239 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7240 make, shell, etc.
7241 (baseargs): Likewise.
7242 * configure: Regenerate.
7243
04d1ab34
GK
72442003-08-19 Geoffrey Keating <geoffk@apple.com>
7245
7246 * configure.in: Disable libgcj for darwin not on powerpc.
7247 * configure: Rebuild.
7248
ca506da8
MC
72492003-08-15 Michael Chastain <mec@shout.net>
7250
7251 * src-release (do-proto-toplev): Remove junk files
7252 dejagnu/example/calc/config.status,
7253 dejagnu/example/calc/config.log.
7254
a4aa3f49
DD
72552003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7256
7257 * config-ml.in, symlink-tree: Add license.
7258
ede4fbe4
NN
72592003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7260
7261 Merge from gcc:
7262
7263 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7264 * Makefile.tpl (check, check-c++): Express dependencies using
7265 dependencies rather than commands.
7266 * Makefile.in: Regenerate.
7267
7268 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7269 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7270 * Makefile.in: Update.
7271
970f29af
AC
72722003-08-01 Andrew Cagney <cagney@redhat.com>
7273
7274 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7275 * configure: Ditto.
7276
b2884a0c
DD
72772003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7278
7279 * configure.in: Enable libgcj for darwin.
7280 * configure: Rebuild.
7281
c07f46a4
NN
72822003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7283
7284 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7285
9175bfc0
NN
72862003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7287
7288 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7289 creating target and build subdirs to build all parent dirs as needed.
7290 * Makefile.in: Rebuild.
7291 * configure.in: Don't build dirs explicitly here.
7292 * configure: Rebuild.
7293
b9abda6a
AO
72942003-07-22 Alexandre Oliva <aoliva@redhat.com>
7295
7296 * Makefile.tpl (all-make): Depend on intl.
7297 * Makefile.in: Rebuilt.
7298
eef8ffd4
NN
72992003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7300
7301 * config.if: Remove unused libc_interface determination.
7302
295efaf0
NN
73032003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7304
7305 * Makefile.in: Regenerate, correctly this time.
7306
e5c3f801
NN
73072003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7308
7309 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7310 unused INSTALL_PROGRAM_ARGS.
7311 * configure.in: Use AC_PROG_INSTALL.
7312 * Makefile.in: Regenerate.
7313 * configure: Regenerate.
7314
4a18bd6b
AO
73152003-07-10 Alexandre Oliva <aoliva@redhat.com>
7316
7317 * configure: Rebuilt.
7318 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7319 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7320 newlib nor libgloss.
7321 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7322 * configure.in (am33_2.0-*-linux*): Added.
7323
fbd1054d
BW
73242003-07-09 Bob Wilson <bob.wilson@acm.org>
7325
7326 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7327 * configure: Regenerate.
7328
b40e3958
L
73292003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7330
7331 * config-ml.in: Replace PWD with PWD_COMMAND.
7332 * Makefile.tpl: Likewise.
7333 * Makefile.in: Regenerated.
7334
4a5be7ba
NN
73352003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7336
7337 * configure.in: Clean up config-lang.in handling. Delete
7338 useless assignment to "subdirs".
7339 * configure: Regenerate.
7340
9c14acb8
NN
73412003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7342
7343 * configure.in: Rename 'target_libs' to 'target_libraries'.
7344 Remove useless reference to 'target_libs'.
7345 * configure: Regenerate.
7346
8f32e830
KS
73472003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7348
7349 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7350 * Makefile.in: Regenerate.
7351
12f0bd74
NN
73522003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7353
7354 * Makefile.def: Introduce flags_to_pass.
7355 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7356 * Makefile.in: Regenerate.
7357
b07c2aad
HPN
73582003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7359
7360 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7361 and target-libgloss.
7362 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7363 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 7364 * configure: Regenerate.
b07c2aad 7365
56f25033
DD
73662003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7367
7368 * configure.in: Update testsuite_flags to new location.
7369 * configure. Regenerate.
80b200a1 7370
4ec9a3b2
NN
73712003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7372
7373 * Makefile.tpl: Remove BUILD_CC stuff.
7374 * Makefile.in: Regenerate.
7375
059083b1 73762003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7377
059083b1
L
7378 * config.guess: Update to 2003-06-12 version.
7379 * config.sub: Update to 2003-06-13 version.
7380
535b046a
TS
73812003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7382
7383 * MAINTAINERS: Add myself as MIPS co-maintainer.
7384
00c22daa 73852003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7386
00c22daa
L
7387 * config.guess: Update to 2003-06-06 version.
7388 * config.sub: Update to 2003-06-06 version.
7389
1047cb91
DD
73902003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7391
7392 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7393 * configure. Regenerate.
7394
123494c8
NN
73952003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7396
1047cb91
DD
7397 * configure.in: Disable serial configure by default.
7398 * configure: Regenerate.
7399 * Makefile.tpl: Abolish .NOTPARALLEL.
7400 * Makefile.in: Regenerate.
7401
7f121bbf
NN
7402 * Makefile.tpl: Replace {build,host,target}_canonical by
7403 {build,host,target}.
7404 * Makefile.in: Regenerate.
7405
123494c8
NN
7406 * Makefile.tpl: Fix stupid pasto.
7407 * Makefile.in: Regenerate.
7408
ec7e0995
NN
74092003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7410
7411 * Makefile.tpl: Remove bogus conditional.
7412 * Makefile.in: Regenerate.
7413
27b1cc72
NN
74142003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7415
2a4cbe27
NN
7416 * Makefile.tpl: Make 'recursive targets' using autogen rather
7417 than shell loop. Remove duplicate 'clean' targets and false
7418 comments.
7419 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7420 Add systematic method of specifying missing targets in subdirs.
7421 Add copyright boilerplate.
7422 * Makefile.in: Regenerate.
7423 * configure.in: Add 'recursive targets' to maybe list.
7424 * configure: Regenerate.
7425
27b1cc72
NN
7426 * Makefile.tpl: Rename [+target+] to [+make_target+].
7427 * Makefile.def: Rename 'target' to 'make_target'.
7428
01e51bd0
NC
74292003-05-30 Nick Clifton <nickc@redhat.com>
7430
7431 * README-maintainer-mode: Update URL for locating blessed config
7432 tools.
7433
2fd84b42
NC
74342003-05-29 Robert Millan <rmh@debian.org>
7435
7436 * ltconfig: Import this patch and modify for use with current
7437 version of ltconfig:
7438
7439 2003-05-21 Bruno Haible <bruno@clisp.org>
7440
7441 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7442 GNU/FreeBSD.
7443
8945c6bb
DD
74442003-05-28 DJ Delorie <dj@redhat.com>
7445
7446 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7447 * Makefile.in: Regenerate.
7448
2f9632a1
JJ
74492003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7450
80b200a1 7451 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7452
3a12db16 74532003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7454
3a12db16
DD
7455 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7456 newlib or libgloss.
7457 * Makefile.in: Regenerate.
7458
44482353
DD
74592003-05-21 DJ Delorie <dj@redhat.com>
7460
7461 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7462 * Makefile.in: Regenerate.
7463
fec2c52d
MR
74642003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7465
7466 * configure.in: Use curly braces in the definition of tooldir.
7467 * configure: Regenerate.
7468
16ae0395
NN
74692003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7470
7471 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7472 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7473 Factor out common code from autogen IF statements.
7474 * configure: Regenerate.
7475 * Makefile.in: Regenerate.
7476
ec11bdc6
DD
74772003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7478
7479 * configure.in: Accept i[3456789]86 for machine type.
7480 * configure: Regenerate.
7481
dd12c3a8
NN
74822003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7483
7484 * configure.in: Switch more things to use maybe dependencies.
7485 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7486 * configure: Regenerate.
7487 * Makefile.tpl: Switch more things to use maybe dependencies.
7488 * Makefile.in: Regenerate.
7489
cf662e21
AJ
74902003-05-16 Andreas Schwab <schwab@suse.de>
7491
7492 * Makefile.tpl (install-opcodes): Define.
7493 * Makefile.in: Rebuild.
7494
5481b376
AJ
74952003-05-13 Andreas Jaeger <aj@suse.de>
7496
7497 * config.guess: Update to 2003-05-09 version.
7498 * config.sub: Update to 2003-05-09 version.
7499
3959a22a
AJ
75002003-05-13 Michael Eager <eager@mvista.com>
7501
7502 * configure.in: Correct sed script so that options in quotes are not
7503 deleted.
7504 * configure: Rebuild.
7505
564b43e5
CV
75062003-05-12 Corinna Vinschen <corinna@vinschen.de>
7507
7508 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7509 and $$s/newlib/libc/sys/cygwin32 include paths.
7510 * configure: Ditto.
7511
bb947dc9
L
75122003-05-05 H.J. Lu <hjl@gnu.org>
7513
7514 * config-ml.in: Restored from gcc repository.
7515
77f7441a
CD
75162003-05-02 Chris Demetriou <cgd@broadcom.com>
7517
80b200a1
ZW
7518 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7519 * Makefile.in: Regenerate.
77f7441a 7520
a26d7085
DJ
75212003-04-27 Daniel Jacobowitz <drow@mvista.com>
7522
7523 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7524 and Makefile.def.
7525
e4c4d240
DJ
75262003-04-27 Daniel Jacobowitz <drow@mvista.com>
7527
7528 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7529 * Makefile.in: Regenerated.
7530
62a3fc85
DD
75312003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7532
7533 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7534 * Makefile.in: Regenerate.
7535
75362003-04-18 Jakub Jelinek <jakub@redhat.com>
7537
7538 * configure.in (powerpc64*-*-linux*): Remove.
7539 * configure: Rebuilt.
7540
5b474aa8
DD
75412003-04-17 Phil Edwards <pme@gcc.gnu.org>
7542
7543 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7544 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7545 and restrap.
7546 * Makefile.in: Regenerate.
7547
75482003-04-16 Richard Earnshaw <rearnsha@arm.com>
7549
7550 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7551 * configure: Regenerated.
7552
bc295afe
AO
75532003-04-11 Alexandre Oliva <aoliva@redhat.com>
7554
7555 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7556 * */configure: Rebuilt.
7557
3728fade
NN
75582003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7559
7560 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7561 * Makefile.in: Regenerate.
7562
ce5b542e
MC
75632003-03-14 Michael Chastain <mec@shout.net>
7564
7565 * Makefile.in: Regenerate with correct Makefile.def.
7566
3db0a37f
NN
75672003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7568
7569 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7570 Make macro.
7571 * Makefile.in: Regenerate.
7572 * configure.in: Clean up gxx_include_dir logic.
7573 * configure: Regenerate.
7574
34349c6e
DD
75752003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7576
7577 * configure.in (gxx_include_dir): Fix typo.
7578 * configure: Regenerated.
7579
686c28c9
AC
75802003-03-06 Andrew Cagney <cagney@redhat.com>
7581
7582 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7583
bba45b8b 75842003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7585
bba45b8b
NN
7586 * configure.in: Include $(build_tooldir)/sys-include in
7587 FLAGS_FOR_TARGET.
7588 * configure: Regenerated.
7589
2683747f
NN
75902003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7591
bba45b8b
NN
7592 * Makefile.tpl: Reindent.
7593 * Makefile.in: Regenerate.
7594 * configure.in: Reindent. Don't set unused variables.
7595 * configure: Regenerate.
7596
2683747f
NN
7597 * Makefile.tpl: Always pass down RANLIB.
7598 * Makefile.in: Regenerate.
7599
7600 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7601 * Makefile.in: Regenerate.
7602 * configure.in: Remove unused logic relating to --enable-shared
7603 and --enable-threads. Remove bogus comments. Remove redundant
7604 noconfigdirs.
7605 * configure: Regenerate.
7606
7607 * configure.in: Replace ${libstdcxx_version} by its value.
7608 Remove reference to mh-dgux.
7609 * configure: Regenerate.
7610
50212802
NN
76112003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7612
7613 * Makefile.tpl: Rearrange.
7614 * Makefile.in: Regenerate.
7615
a6be7fc6
NC
76162003-02-25 Nick Clifton <nickc@redhat.com>
7617
7618 * configure: Remove site-file supprot - it is obsolete.
7619
f8a495c8
NC
76202003-02-24 Uwe Stieber <uwe@wwws.de>
7621
7622 * configure.in: Add support for kaOS as cross build target system.
7623 * configure: Regenerated.
7624
3decd77d
DD
76252003-02-20 Sean McNeil <sean@blue.mcneil.com>
7626
7627 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7628 configure-target-* as some target builds may require additional
7629 flags for preprocessor tests.
7630 * Makefile.in: Regenerated.
7631
f4ff34a3
AO
76322003-02-19 Alexandre Oliva <aoliva@redhat.com>
7633
7634 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7635 * ltconfig: Handle it.
7636 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7637 auto-detecting it.
7638
b7e4a931
AO
76392003-02-19 Alexandre Oliva <aoliva@redhat.com>
7640
7641 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7642 it is used as argument to $CC.
7643 * ltcf-gcj.sh: Likewise.
7644
6b784d9f
AO
76452003-02-19 Alexandre Oliva <aoliva@redhat.com>
7646
7647 * configure.in: Introduce --enable-maintainer-mode.
7648 * configure: Rebuilt.
7649 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7650 for maintainer mode.
7651 * Makefile.in: Rebuilt.
7652
8bcd8a07
AC
76532003-02-19 Andrew Cagney <ac131313@redhat.com>
7654
7655 * configure: Regenerate using autoconf 2.13.
7656
ee3fd329
AM
76572003-02-19 Alan Modra <amodra@bigpond.net.au>
7658
7659 * config.guess: Import latest version.
7660 * config.sub: Import latest version.
7661
e9e45685
JM
76622003-02-18 Jason Merrill <jason@redhat.com>
7663
7664 * Makefile.tpl (check-c++): Allow parallelism.
7665
859789af
AC
76662003-02-17 Andrew Cagney <ac131313@redhat.com>
7667
7668 * configure: Regenerate using autoconf 000227.
7669
b3f16a9b
GK
76702003-02-15 Geoffrey Keating <geoffk@apple.com>
7671
7672 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7673 don't configure target-libobjc.
7674 * configure: Regenerate.
7675
72e60e02
DD
76762003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7677
7678 * Makefile.tpl (RANLIB): Define.
7679 * Makefile.in: Regenerate.
7680
91f0e695
KS
76812003-02-06 Keith R Seitz <keiths@redhat.com>
7682
7683 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7684 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7685 * Makefile.in: Regenerated.
7686 * configure.in: Remove all traces of snavigator, db, and grep.
7687 * configure: Regenerated.
7688
122bfa92
FCE
76892003-01-31 Frank Ch. Eigler <fche@redhat.com>
7690
7691 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7692 * Makefile.in: Regenerated.
7693
264095c3
AO
76942003-01-30 Alexandre Oliva <aoliva@redhat.com>
7695
7696 * config.if: Copy from GCC.
7697
a84dbcb3
AO
76982003-01-27 Phil Edwards <pme@gcc.gnu.org>
7699
7700 * configure.in: Revert 24Jan change.
7701 * configure: Regenerate.
7702
19618276
NN
77032003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7704
7705 * configure.in: Revert previous change.
7706 * configure: Regenerate.
7707
b7f27a92
NN
77082003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7709
7710 * configure.in: Make rda native-only.
7711 * configure: Regenerate.
7712
83326456
NN
77132003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7714
7715 * configure.in: Add missing \.
7716 * configure: Rebuilt.
7717
5e367fa5
JJ
77182003-01-17 Jakub Jelinek <jakub@redhat.com>
7719
7720 * configure.in (baseargs): Avoid using \| in sed regular
7721 expressions.
7722 * configure: Rebuilt.
7723
e01f337c
JJ
77242003-01-16 Jakub Jelinek <jakub@redhat.com>
7725
7726 * configure.in (baseargs): Remove all supported forms of
7727 --cache-file, --srcdir, --host, --build and --target options
7728 from argument lists.
7729 * configure: Rebuilt.
7730
aa236487
AO
77312003-01-15 Alexandre Oliva <aoliva@redhat.com>
7732
7733 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7734 * configure: Rebuilt.
7735
586c0873
NN
77362003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7737
7738 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7739 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7740 * Makefile.in: Regenerate.
7741 * configure: Regenerate.
7742
497f816e
DD
77432003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7744
7745 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7746 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7747 * Makefile.in: Regenerate.
7748
bfbe5519
AO
77492003-01-09 Alexandre Oliva <aoliva@redhat.com>
7750
7751 * configure.in: Remove Makefile in build, host and target modules
7752 unless configure was run with --no-recursion.
7753 * configure: Rebuilt.
7754
3f234ef5
CD
77552003-01-08 Chris Demetriou <cgd@broadcom.com>
7756
7757 * config.guess: Update to 2003-01-03 version.
7758 * config.sub: Update to 2003-01-03 version.
7759
a3982d48
CF
77602003-01-07 Christopher Faylor <cgf@redhat.com>
7761
7762 * configure: Regenerate with proper autoconf 2.13.
7763
75778ec4
CF
77642003-01-07 Christopher Faylor <cgf@redhat.com>
7765
80b200a1
ZW
7766 * configure.in: Add AC_PREREQ for consistency.
7767 * configure: Regenerate.
75778ec4 7768
c180f501
AC
77692003-01-06 Andrew Cagney <ac131313@redhat.com>
7770
7771 * configure.in (GDB_TK): Add tcl directories conditional on
7772 gdb/gdbtk directory being present.
7773 * configure: Regenerate.
5481b376 7774
46ca2cc2
DA
77752003-01-04 John David Anglin <dave.anglin@nrc.ca>
7776
7777 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7778 by gcc if LD is not defined and we are not doing a Canadian Cross.
7779 * configure: Rebuilt.
7780
53dd8dab
DJ
77812003-01-01 Daniel Jacobowitz <drow@mvista.com>
7782
7783 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7784
50ceb20c
TT
77852002-12-31 Tom Tromey <tromey@redhat.com>
7786
7787 * Makefile.in: Rebuilt.
7788 * Makefile.def (target_modules) [libffi]: Allow installation.
7789
e78b5cfe
AS
77902002-12-31 Andreas Schwab <schwab@suse.de>
7791
7792 * configure.in: Fix use of $program_transform_name.
7793 * configure: Regenerated.
7794
67448102
DJ
77952002-12-30 Daniel Jacobowitz <drow@mvista.com>
7796
7797 * configure.in (baseargs): Don't remove first configure argument.
7798 * configure: Regenerated.
7799
e6bfb94a
AO
78002002-12-29 Alexandre Oliva <aoliva@redhat.com>
7801
7802 * Makefile.tpl (local-distclean): Don't remove...
7803 (multilib.ts): ... this. Moved into...
7804 (multilib.out): ... this. Don't use sub-make.
7805 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7806 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7807 (configure-build-[+module+], configure-[+module+],
7808 configure-target-[+module+], configure-gcc): ... these. Test
7809 for Makefile existence. Drop config.status from dependencies.
7810 * Makefile.in: Rebuilt.
7811 * configure.in: Move gcc-version-trigger to the end of
7812 ac_configure_args. Add comments to maybedep.tmp and
7813 serdep.tmp. Introduce --disable-serial-configure. Remove
7814 nonopt from baseargs, matching and removing corresponding
7815 whitespace while at it.
7816 * configure: Rebuilt.
7817
8f0dfb36
AO
78182002-12-28 Alexandre Oliva <aoliva@redhat.com>
7819
7820 * configure.in (host_configargs): Replace reference to
7821 no-longer-defined buildopts with --build=${build_alias}.
7822 * configure: Rebuilt.
7823
43be203f
AO
78242002-12-28 Alexandre Oliva <aoliva@redhat.com>
7825
7826 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7827 program_transform_name to standard idiom.
7828 (AUTOGEN, AUTOCONF): Define.
7829 (Makefile.in): Use $(AUTOGEN).
7830 (Makefile): Depend on config.status, and use autoconf-style rule to
7831 build it. Move original commands to...
7832 (config.status): ... this new target.
7833 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7834 $(AUTOCONF).
7835 * Makefile.in: Rebuilt.
7836
a0da8069
NN
78372002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7838
d18f1c9f
NN
7839 * Makefile.tpl: Fix dramatic bustage due to change in
7840 program_transform_name.
7841 * Makefile.in: Regenerate.
7842
7843 * configure.in: Remove unnecessary PATH setting.
7844 * configure: Regnerate.
7845
7846 * configure.in: Don't default to unprefixed tools unless
7847 the native tools will work.
7848 * configure: Regenerate.
7849
a0da8069
NN
7850 * configure.in: Convert to autoconf script. Blow away lots
7851 of now-redundant Makefile fragments.
7852 * configure: Generate using Autoconf.
7853 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7854 * Makefile.in: Regenerate.
7855
c567df0a
NN
78562002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7857
5481b376 7858 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7859 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7860
5481b376 7861 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7862 where they belong.
2c7f9a32 7863
2dabcfb4
AS
78642002-12-24 Andreas Schwab <schwab@suse.de>
7865
7866 * Makefile.tpl (multilib.out): Fix missing space.
7867 * Makefile.in: Regenerate.
7868
1086bc09
NN
78692002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7870
7871 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7872 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7873 * Makefile.in: Regenerate.
7874 * configure.in: Remove unnecessary leftovers.
7875
1086bc09
NN
78762002-12-21 Geoffrey Keating <geoffk@apple.com>
7877
7878 * configure.in (extra_ranlibflags_for_target): New variable.
7879 (*-*-darwin): Add -c to ranlib commands.
7880 * configure (tooldir): Handle extra_ranlibflags_for_target.
7881
14e9ca95
JJ
78822002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7883
7884 * COPYING.NEWLIB: Updated.
7885 * COPYING.LIBGLOSS: Ditto.
7886
14c428fb
NN
78872002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7888
7889 * Makefile.tpl: Revert HJL's change.
7890 * Makefile.in: Regenerated.
7891 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7892 always.
7893
313b8244
AS
78942002-12-19 Andreas Schwab <schwab@suse.de>
7895
7896 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7897 * Makefile.in: Regenerate.
7898
efeae3db
L
78992002-12-18 H.J. Lu <hjl@gnu.org>
7900
7901 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7902 * Makefile.in: Regenerated.
7903
7904 * configure.in (build_prefix): New. Substitute.
7905
43d92c63
NN
79062002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7907
59da4fe6
NN
7908 * Makefile.tpl: Don't let real targets depend on phony targets.
7909 * Makefile.in: Regenerate.
7910
43d92c63
NN
7911 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7912 * Makefile.in: Regenerate.
7913
b72e6a2d
JM
79142002-12-16 Jason Merrill <jason@redhat.com>
7915
7916 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7917 previous 'make bootstrap'.
7918 * Makefile.in: Regenerate.
7919
95c72c44
HPN
79202002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7921
7922 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7923
7d695d07
JM
79242002-12-13 Jason Merrill <jason@redhat.com>
7925
7926 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7927 library tests.
7928 (check-c++): Just depend on it and check-target-libstdc++-v3.
7929 * Makefile.in: Regenerate.
7930
54103d1e
NN
79312002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7932
7933 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7934 * Makefile.in: Regenerate.
7935
4024f1e1
JJ
79362002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7937
80b200a1
ZW
7938 * COPYING.NEWLIB: Update list of alternate Regent of California
7939 licenses and discuss official revoking of advertising clause.
7940 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7941
7dda0df6
AO
79422002-12-12 Alexandre Oliva <aoliva@redhat.com>
7943
7944 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7945 * Makefile.in: Rebuilt.
7946
d03be79e 79472002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7948
929293f4
NN
7949 * configure: Fix bug put in by gremlins.
7950
d03be79e
NN
7951 * Makefile.tpl: Substitute more autoconfily.
7952 * configure: Substitute more autoconfily.
7953 * Makefile.in: Regenerate.
7954
79552002-12-08 Andrew Cagney <ac131313@redhat.com>
7956
7957 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7958 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7959
79602002-12-06 DJ Delorie <dj@redhat.com>
7961
7962 * Makefile.tpl: Change configure dependencies to not have real
7963 targets depend on phony targets.
b4a77b47 7964
db1ac78d
NN
79652002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7966
bcaf2395
NN
7967 * configure.in: Revert unintentional change.
7968
b4fa093e
NN
7969 * src-release: Configure host subdirs.
7970
db1ac78d
NN
7971 * Makefile.tpl: Change dependency for */multilib.out so that
7972 it works when gcc isn't in the tree.
7973
7974 * configure.in: Substitute more.
7975 * configure: Run subconfigures from the Makefile.
7976 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7977 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7978
15723a45
NN
79792002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7980
e2b9e2dc
NN
7981 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7982 and corresponding dependencies.
7983 * Makefile.in: Regenerate.
7984
2af579c4
NN
7985 * configure.in (host_tools): Order binutils, gas and ld for
7986 convenience in running the testsuites.
7987
a2cc058a
NN
7988 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7989 * Makefile.in: Regenerate.
7990 * configure.in: Introduce rules to serialize subconfigure runs.
7991
15723a45
NN
7992 * configure.in: Introduce BASE_CC_FOR_TARGET.
7993 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7994 Realize configure-build-* targets. Realize configure-target-* targets.
7995 * Makefile.in: Regenerate.
7996
ae831be5
NN
79972002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7998
7999 * configure: Move gcc_version_trigger stuff from here...
8000 * configure.in: ...to here.
8001
8002 * configure.in: Separate subconfigure options added by this file from
8003 options given by the user. Add machinery to put args for host
8004 subconfigures into the Makefile.
8005
8006 * Makefile.tpl: Remove 'vault' targets.
8007 * Makefile.tpl: Reorder and comment dependencies.
8008 * Makefile.in: Regenerate.
8009
bbf7c8ac
NN
80102002-11-28 Geoffrey Keating <geoffk@apple.com>
8011
8012 * configure.in: Move host-specific darwin noconfigdirs into
8013 the host-specific section.
8014
930314a4
NN
80152002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8016
52d7cdee
NN
8017 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
8018 during replay.
8019 * Makefile.in: Regenerate.
8020
930314a4
NN
8021 (finishing slow-motion replay)
8022 * configure: Remove skip-this-dir support.
8023 * Makefile.tpl: Remove skip-this-dir support.
8024
8025 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8026 subdirectories.
8027 * Makefile.in: Regenerate.
8028
8029 * Makefile.tpl: Strip out useless setting of 'dir'.
8030 * Makefile.in: Regenerate.
5481b376 8031
930314a4
NN
80322002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8033
8034 (finishing slow-motion replay)
8035 * configure.in: Fix deeply stupid bug.
8036
8037 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8038 shell code in CXX_FOR_TARGET
8039 * Makefile.def: Introduce raw_cxx.
8040 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8041 RAW_CXX_FOR_TARGET.
8042 * Makefile.in: Regenerate.
8043
80442002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8045
8046 (finishing slow-motion replay)
8047 * Makefile.tpl: Remove unnecessary ifs.
8048 * Makefile.in: Regenerate.
8049
5481b376 8050 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
8051 dependencies. Maybe-ize build-libiberty. Create dummy install
8052 targets for 'no_install' modules.
5481b376 8053 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 8054 build_modules stuff to configure.in.
5481b376 8055 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
8056 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8057 * Makefile.in: Regenerate.
8058
3866be5d
NN
80592002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8060
8061 (continuing slow-motion replay)
8062 * Makefile.tpl: Make all-target, install-target behave similarly
8063 to all, install (only hitting configured targets). Eliminate
8064 unused macro defintions.
8065
8066 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8067 build != host.
8068
8069 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8070
8071 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8072
5481b376 8073 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
8074 configuring. Remove references to "dosrel".
8075 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 8076 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 8077 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 8078 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
8079 and redundant dependency; rearrange slightly.
8080 * Makefile.def: Add host-side libtermcap, utils.
8081
8082 * Makefile.in: Regenerate.
8083
e393202e
NN
80842002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8085
8086 (Continuing slow-motion replay)
8087 * Makefile.def: Add list of recursive targets to autogenerate.
8088 Add build_modules.
8089 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8090 targets. Autogenerate *-build-* targets.
8091 * Makefile.in: Regenerate.
8092
583d52d7
NN
80932002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8094
8095 (Continuing slow-motion replay)
8096 * configure: More autoconf-style substitutions.
8097 * Makefile.tpl: More autoconf-style substitutions.
8098 * Makefile.in: Regenerate.
8099
81002002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8101
8102 (Continuing slow-motion replay)
8103 * configure: Substitute more variables in a more autoconf-friendly
8104 way. Simplify slightly.
8105 * Makefile.tpl: Make more variables substitutable in an
8106 autoconf-friendly way.
8107 * Makefile.in: Regenerate.
8108
874e38b4
NN
81092002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8110
8111 (Continuing slow-motion replay)
8112 * configure.in (v810*): Remove special setting of tools.
8113
8114 * configure: Add support for extra required flags for ar or nm.
8115 * configure.in (aix4.3+): Use above support for target-specific
8116 issues, rather than using config/mt-aix43.
8117
852e5f18
NN
81182002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8119
8120 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
8121 * configure: Remove 'removing', which doesn't work. Replace $subdir
8122 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8123 with $srcdir. Reformat indentation. Substitute some variables
8124 formerly hard-coded in the Makefile for build=host.
8125 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8126 * Makefile.def: Autogenerate more.
8127 * Makefile.in: Regenerate.
8128
c9a0d920
DD
81292002-11-13 Bruce Korb <bkorb@gnu.org>
8130
8131 * Makefile.tpl: syntactic cleanup
8132
dd2768ff
KB
81332002-11-04 Kevin Buettner <kevinb@redhat.com>
8134
8135 * Makefile.def (host_modules): Add rda.
8136 * Makefile.in: Regenerate.
8137 * configure.in (target_tool): Add target-rda to list.
8138
1aa8389d
DD
81392002-10-25 Phil Edwards <pme@gcc.gnu.org>
8140
8141 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8142 and restrap targets to this rule.
8143 * Makefile.in: Regenerate.
8144
28f46298
HPN
81452002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8146
8147 * configure.in (i[3456]86-*-linux*): Add check to disable
8148 ${libgcj} for glibc1.
8149
ff72e302
NC
81502002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8151
8152 * configure.in: Add tic4x target.
8153
8607b6c9
NN
81542002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8155
8156 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8157 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8158 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8159 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8160 * Makefile.in: Regenerate.
8161
f8f61f4a
NN
81622002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8163
c86f794b
NN
8164 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8165 * Makefile.in: Regenerate.
8166
a9590527
NN
8167 * Makefile.def: Remove order dependency comments.
8168 * Makefile.tpl: Add explicit install-install dependencies.
8169 * Makefile.in: Regenerate.
8170
8412ce72
NN
8171 * Makefile.tpl: Remove material now in src-release. (Finally!)
8172 * Makefile.in: Regenerate.
8173
8b9f37f1
NN
8174 * configure: Restore my original patch by syncing with gcc version.
8175
f8f61f4a
NN
8176 * Bring following over from gcc:
8177
81782002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8179
8180 * configure.in (s390*-*-linux*): Enable libgcj.
8181
403d9505
NN
81822002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8183
8184 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8185
95f6f383
AM
81862002-10-02 Alan Modra <amodra@bigpond.net.au>
8187
e4673b0a 8188 * configure: Move stray lines back to where they belong.
95f6f383 8189
748503c8
NN
81902002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8191
a581b5c3
NN
8192 * Makefile.tpl: Insert configure-target target, for src-release.
8193
c084f5b4
NN
8194 * configure: Finish reverting change which Andrew Cagney started
8195 reverting. Should fix bustage.
8196
7aa673ed 8197 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
8198 * src-release: New file. Contains material for making net
8199 releases for gdb, binutils, et al., formerly in Makefile.in.
8200
82a9b2d9
NC
82012002-09-30 Nick Clifton <nickc@redhat.com>
8202
8203 * cpu: New top level directory. Intended to hold input files for
8204 CGEN which have FSF copyright assignment.
8205 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8206
c2463a00
AC
82072002-09-29 Andrew Cagney <ac131313@redhat.com>
8208
8209 Revert below (note that src does not contain Makefile.tpl):
8210 * Makefile.tpl: Make subsituted variables more autoconfy.
8211 * Makefile.in: Regenerate.
8212
f03b4789
NN
82132002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8214
c11e16a9
NN
8215 * configure: Revert accidentally applied changes.
8216
f03b4789
NN
8217 * Makefile.tpl: Make more autoconf-friendly.
8218 * Makefile.in: Regenerate.
8219 * configure: Make substitution more autoconf-like.
8220
82212002-09-28 Richard Earnshaw <rearnsha@arm.com>
8222
8223 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8224 single entry to handle all these.
8225 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8226 libjava on arm-*-elf.
8227
c0292023
GK
82282002-09-27 Geoffrey Keating <geoffk@apple.com>
8229
8230 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8231 things that depend on them.
8232
c66d951e
NN
82332002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8234
8235 * Makefile.tpl: Make subsituted variables more autoconfy.
8236 * Makefile.in: Regenerate.
8237 * configure: Make seds more autoconfy.
8238
907a7241 82392002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
8240
8241 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8242 * Makefile.in: Regenerate.
8243 * configure.in: Rewrite sed statements to look autoconfy.
8244
907a7241
NN
8245 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8246 all-target-foo on configure-target-foo.
8247 * Makefile.def: Ditto.
8248 * Makefile.in: Rebuild.
8249
405ea7a0
NN
82502002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8251
8252 * Makefile.def: New file.
8253 * Makefile.tpl: New file.
8254 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8255
8256 * configure.in: Minor rearrangement. Simplify tests.
8257
bdc57bfd
JT
82582002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8259
8260 * configure.in (with_headers): Skip copy if value is "yes".
8261 (with_libs): Likewise.
8262
ae03d6e2
NN
82632002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8264
8265 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8266 * configure.in (sh*-*-pe*): Ditto.
8267 * configure.in (mips*-*-pe*): Ditto.
8268 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
8269
8270 * configure.in: Rearrange.
8271
707960fe
NC
82722002-09-12 Nick Clifton <nickc@redhat.com>
8273
8274 * Import these changes from the config master repository:
8275
8276 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8277
8278 * config.sub: Add tic4x target.
8279
8280 2002-09-03 Ben Elliston <bje@redhat.com>
8281
8282 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8283 Reported by <Duncan_Stodart@insession.com>.
8284
36ea319f
JJ
82852002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8286
8287 * COPYING.NEWLIB: More updates.
8288
cf57480a
JJ
82892002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8290
8291 * COPYING.NEWLIB: Update.
8292
fd31a171
AC
82932002-08-23 Andrew Cagney <ac131313@redhat.com>
8294
23b632fc
AC
8295 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8296
fd31a171
AC
8297 * config.guess: Import version 2002-08-23.
8298 * config.sub: Import version 2002-08-22.
8299
a08bafb5
AO
83002002-08-20 Alexandre Oliva <aoliva@redhat.com>
8301
8302 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8303 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8304 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8305
17240c1f
NC
83062002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8307
8308 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8309
e70ad0c6
L
83102002-08-04 H.J. Lu (hjl@gnu.org)
8311
8312 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8313
574e6d11
DD
83142002-07-31 Alan Modra <amodra@bigpond.net.au>
8315
8316 * configure.in: Move generic linux case to end. Copy generic
8317 linux noconfigdirs to mips*-*-linux* entry and new
8318 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8319
611e7523
CD
83202002-07-19 Chris Demetriou <cgd@broadcom.com>
8321
8322 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8323 one instance of them which was missed to the list to update.
8324
51759676
CD
83252002-07-16 Chris Demetriou <cgd@broadcom.com>
8326
8327 * config.guess: Update to 2002-07-09 version.
8328 * config.sub: Update to 2002-07-03 version.
8329
7c1f909c
DD
83302002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8331
8332 * configure.in: Remove two redundant tests.
8333
d7cf5d30
DD
83342002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8335
8336 * configure.in (mips*-*-irix6*o32): Enable stabs.
8337
c74222f7
DD
83382002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8339
5b53c336
DD
8340 * configure.in: Don't build grez.
8341 * Makefile.in: Ditto.
8342
c74222f7
DD
8343 * Makefile.in: Remove references to bsp, cygmon, libstub.
8344 * configure.in: Ditto.
8345
8346 * configure.in: Remove leftover reference to gdbtest.
8347
edd1b227
DD
83482002-07-08 Phil Edwards <pme@gcc.gnu.org>
8349
8350 * configure.in (gxx_include_dir): Change to match versioned
8351 C++ headers if --enable-version-specific-runtime-libs is used.
8352
486186e3
AO
83532002-07-04 Steve Ellcey <sje@cup.hp.com>
8354
8355 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8356
ff0a3bf8
DD
83572002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8358
8359 * configure.in: Make --without-x work.
8360
1dfa8174
NC
83612002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8362
8363 * contrib: New directory. Created to contain a copy of the
5481b376 8364 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
8365 the FSF GCC sources.
8366
07637366
DD
83672002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8368
b6f83f2a
DD
8369 * configure.in: Rearrange target Makefile fragment collection.
8370
07637366
DD
8371 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8372 cvs[src].
8373 * configure.in: Ditto.
8374
f48556b1
DD
83752002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8376
8377 * Makefile.in: Eliminate 'apache' targets.
8378 * configure.in: Eliminate 'apache' targets.
8379
8380 * configure.in: Eliminate redundant tests. Reorganize.
8381
8382 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8383
8384 * config-ml.in: Eliminate references to Cygnus configure.
8385
8386 * Makefile.in: Eliminate references to building emacs.
8387
83882002-07-01 Denis Chertykov <denisc@overta.ru>
8389
8390 * configure.in: Add support for ip2k.
8391
cdb9e2b8
BE
83922002-06-24 Ben Elliston <bje@redhat.com>
8393
8394 * configure.in (host_tools): Remove cgen.
8395
8396 * Makefile.in (all-cgen): Remove; runs from its source directory.
8397 (check-cgen, install-cgen, clean-cgen): Likewise.
8398 (all-opcodes): No not depend on all-cgen.
8399 (all-sim): Likewise.
8400
3558860c
DD
84012002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8402
8403 * configure.in: Fix AIX configury bug.
8404
e3b0c936
DD
84052002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8406
cdb9e2b8 8407 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8408
cdb9e2b8
BE
8409 * configure.in: Move definition of libstdcxx_flags right above
8410 usage, rather than way earlier.
8ee424c0 8411
c712250a
DD
8412 * configure.in: Pull definition of is_cross_compiler earlier.
8413
9ee1a75c
DD
8414 * configure.in: Rearrange a little.
8415
e3b0c936
DD
8416 * configure.in: Remove references to librx.
8417 * Makefile.in: Remove references to librx.
8418
b2bd228e
DD
84192002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8420
8421 * configure.in: Eliminate ${gasdir} variable.
8422
7cd52483
DB
84232002-06-18 Dave Brolley <brolley@redhat.com>
8424
8425 * configure.in: Add support for frv.
8426 * config.sub: Add support for frv.
8427
6c5e141a
DD
84282002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8429
8430 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8431
0d18b56d
JT
84322002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8433
8434 * configure.in (vax-*-netbsd*): Re-enable gas.
8435
fd8958d5
DD
84362002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8437
27f15fdd
DD
8438 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8439 BUILD_PREFIX_1, to correct nomenclature.
8440 * configure: Likewise.
8441
fd8958d5
DD
8442 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8443 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8444
0c2442b7
DD
84452002-05-31 Olaf Hering <olh@suse.de>
8446
8447 * config-ml.in: Propogate DESTDIR also.
8448
a3602181
JT
84492002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8450
8451 * configure.in (vax-*-netbsd*): Don't build gas for this
8452 platform.
8453
c95f53ae
MM
84542002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8455
8456 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8457 and libgcj for AVR.
8458
1d7c1053
NC
84592002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8460
8461 * config.sub: Add DLX target.
8462
4b37028f
JT
84632002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8464
8465 * config.guess: Update to 2002-05-22 version.
8466 * config.sub: Likewise.
8467
d5de0a84
NC
84682002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8469
8470 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8471 * config-ml.in: Likewise.
8472 * configure: Likewise.
8473 * configure.in: Likewise.
8474
c92a0210
DD
84752002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8476
115a77aa
DD
8477 * configure.in: Simplify makefile fragment collection.
8478
8479 * configure.in: Remove code to build emacs.
e99daf2b 8480
91e060aa
DD
8481 * configure.in : Remove --srcdir argument from targargs and buildargs
8482 (it's always overridden in the Makefile anyway). Rearrange a bit.
8483
8484 * configure: Move some logic to configure.in.
8485 * configure.in: Move some logic from configure.
c92a0210 8486
91217342
JJ
84872002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8488
8489 * COPYING.LIBGLOSS: New file.
8490
d3d8a9ee
NC
84912002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8492
8493 * Makefile.in: Honour DESTDIR.
8494
3a036cdc
AO
84952002-05-05 Alexandre Oliva <aoliva@redhat.com>
8496
8497 * configure.in (noconfigdirs): Don't disable libgcj on
8498 sparc64-*-solaris* and sparcv9-*-solaris*.
8499
6d095fe4
AO
85002002-05-03 Alexandre Oliva <aoliva@redhat.com>
8501
8502 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8503
dac55df9
TF
85042002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8505
8506 * configure.in (FLAGS_FOR_TARGET): Do not add
8507 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8508 on i[3456]86-*-linux*.
8509
a018e15b
TF
85102002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8511
8512 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8513
8514 * configure.in (noconfigdirs): Do not add target-newlib if
8515 target == i[3456]86-*-linux*, and host == target.
8516
5f284831
MM
85172002-04-29 Mark Mitchell <mark@codesourcery.com>
8518
8519 * config.guess: Updated to 2002-04-26's version.
8520 * config.sub: Updated to 2002-04-26's version.
8521
33babf59
DD
85222002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8523
bd5f7da2
DD
8524 * configure.in: delete reference to absent file
8525
a0c4f3a0
DD
8526 * configure.in: replace '[' with 'test'
8527
66f1ba4f
DD
8528 * configure.in: Eliminate references to gash.
8529 * Makefile.in: Eliminate references to gash.
8530
7c3ab50c
DD
8531 * configure.in: remove useless references to 'pic' makefile fragments.
8532
bbc025f5
DD
8533 * configure.in: (*-*-windows*) Finish removing.
8534
33babf59
DD
8535 * configure.in: Eliminate redundant test for libgui.
8536
d5ec694c
DD
85372002-04-26 Joel Sherrill <joel@OARcorp.com>
8538
8539 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8540 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8541
57a5346c
DD
85422002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8543
8544 * configure.in: remove references to dead files
8545
dbf93899
DD
85462002-04-18 Tom Tromey <tromey@redhat.com>
8547
8548 * configure.in: Disallow configuring libgcj when it is already
8549 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8550 Solaris 2.8 by default. For PR libgcj/6158.
8551
26eadf68
DD
85522002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8553
8554 * configure.in: Move default CC setting out of config/mh-* fragments
8555 directly into here.
8556
a0a2c6c6
DD
85572002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8558
8559 * configure.in: don't even try to configure or make a subdirectory
8560 if there's no configure script for it.
8561
9972f812
DD
85622002-04-15 Mark Mitchell <mark@codesourcery.com>
8563
8564 * MAINTAINERS: Remove chill maintainers.
8565 * Makefile.in (CHILLFLAGS): Remove.
8566 (CHILL_LIB): Remove.
8567 (TARGET_CONFIGDIRS): Remove libchill.
8568 (CHILL_FOR_TARGET): Remove.
8569 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8570 CHILL_LIB.
8571 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8572 (CHECK_TARGET_MODULES): Likewise.
8573 (INSTALL_TARGET_MODULES): Likewise.
8574 (CLEAN_TARGET_MODULES): Likewise.
8575 (configure-target-libchill): Remove.
8576 (all-target-libchill): Remove.
8577 * configure.in (target_libs): Remove target-libchill.
8578 Do not compute CHILL_FOR_TARGET.
8579 * libchill: Remove directory.
5481b376 8580
75205f78
DD
85812002-04-15 DJ Delorie <dj@redhat.com>
8582
8583 * Makefile.in, configure.in, configure: Sync with gcc, entries
8584 follow...
8585
85862002-04-08 Tom Tromey <tromey@redhat.com>
8587
8588 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8589 Fixes PR libgcj/6068.
8590
85912002-03-30 Krister Walfridsson <cato@df.lth.se>
8592
8593 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8594
85952002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8596
8597 * configure.in (alpha*-dec-osf*): Enable libgcj.
8598
85992002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8600
8601 Fix for: PR bootstrap/3591, target/5676
8602 * configure.in (mcore-pe): Disable the configuration of
8603 libstdc++-v3 since exceptions are not supported.
8604
86052002-03-20 Anthony Green <green@redhat.com>
8606
8607 * configure.in: Enable libgcj for xscale-elf target.
8608
86092002-02-28 Alexandre Oliva <aoliva@redhat.com>
8610
8611 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8612 libjava.
8613 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8614
86152002-02-22 Alexandre Oliva <aoliva@redhat.com>
8616
8617 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8618 libstdc++-v3 and libjava.
8619
86202002-02-11 Adam Megacz <adam@xwt.org>
8621
8622 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8623 boehm-gc
8624
86252002-02-09 Alexandre Oliva <aoliva@redhat.com>
8626
8627 * config.guess: Updated to 2002-01-30's version.
8628 * config.sub: Updated to 2002-02-01's version.
8629 Contribute sh64-elf.
8630 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8631 * configure.in: Added sh64-*-*.
8632
86332002-01-17 H.J. Lu <hjl@gnu.org>
8634
8635 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8636 (all-target-fastjar): Also depend on all-target-libiberty.
8637
8638Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8639
8640 * configure, configure.in: Use temp file for long sed commands.
8641
86422001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8643
8644 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8645 libf2c.
8646
86472001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8648
8649 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8650
86512001-10-11 Hans-Peter Nilsson <hp@axis.com>
8652
8653 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8654
86552001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8656
8657 * configure: Handle temporary files securely using mkdir.
8658
86592001-09-26 Will Cohen <wcohen@redhat.com>
8660
8661 * configure.in (*-*-linux*): Disable configuration of target-newlib
8662 and target-libgloss.
8663
86642001-09-26 Alexandre Oliva <aoliva@redhat.com>
8665
8666 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8667 RANLIB.
8668
86692001-08-11 Graham Stott <grahams@redhat.com>
8670
8671 * Makefile.in (check-c++): Add missing semicolon.
8672
86732001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8674
8675 * configure.in (sh-*-linux*): New.
8676
86772001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8678
8679 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8680 and libgcj on m68hc11/m68hc12.
8681
86822001-06-27 H.J. Lu (hjl@gnu.org)
8683
8684 * Makefile (CFLAGS_FOR_BUILD): New.
8685 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8686
86872001-06-01 Hans-Peter Nilsson <hp@axis.com>
8688
8689 * configure.in (libstdcxx_flags): Do not try to execute
8690 libstdc++-v3/testsuite_flags until it exists.
8691
86922001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8693
8694 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8695
86962001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8697
8698 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8699
8700Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8701
8702 * configure.in: Move *-chorusos target case to the proper switch.
8703 Disable libgcj.
8704
87052001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8706
8707 * Makefile.in (STAGE1_CFLAGS): Pass down.
8708
87092001-04-13 Alan Modra <amodra@one.net.au>
8710
8711 * config.guess: Add hppa64-linux support. Note for next import that
8712 this is already in the master file.
8713 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8714
87152001-03-22 Colin Howell <chowell@redhat.com>
8716
8717 * Makefile.in (DO_X): Do not backslash single-quotes in
8718 backquotes (two places).
8719
87202001-03-18 Laurynas Biveinis <lauras@softhome.net>
8721
8722 * Makefile.in (DO_X): Quote nested quotes.
8723
87242001-03-15 Laurynas Biveinis <lauras@softhome.net>
8725
8726 * Makefile.in (DO_X): Use double quotes for quoting
8727 "RANLIB=$${RANLIB}".
8728
87292001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8730
8731 * configure.in: Only use `lang_requires' for languages athat are
8732 actually enabled.
8733
87342001-03-07 Tom Tromey <tromey@redhat.com>
8735
8736 * configure.in: Allow config-lang.in to set `lang_requires' to list
8737 of other required languages.
8738
87392001-03-06 Laurynas Biveinis <lauras@softhome.net>
8740
8741 * Makefile.in: Remove RANLIB definition. Use RANLIB
8742 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8743 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8744
87452001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8746 Alexandre Oliva <aoliva@redhat.com>
8747
8748 * Makefile.in (check-c++): Use tabs, not spaces.
8749
87502001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8751
8752 * Makefile.in (check-c++): New rule.
8753
8754 * configure.in (target_libs): Remove libg++.
8755 (noconfigdirs): Remove libg++.
8756 (noconfigdirs): Same.
8757 (noconfigdirs): Same.
8758 (noconfigdirs): Same.
8759
8760 * config-ml.in: Remove libg++ references.
8761
8762 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8763 (ALL_TARGET_MODULES): Same.
8764 (configure-target-libg++): Remove.
8765 (all-target-libg++): Remove.
8766 (configure-target-libio): Remove.
8767 (all-target-libio): Remove.
8768 (check-target-libio): Remove.
8769 (.PHONY): Remove.
8770 (libg++.tar.bz2): Remove.
8771 (all-target-cygmon): Remove libio.
8772 (all-target-libstdc++): Remove.
8773 (configure-target-libstdc++): Remove.
8774 (TARGET_LIB_PATH): Remove libstdc++.
8775 (ALL_GCC_CXX): Remove libstdc++.
8776 (all-target-gperf): Correct.
8777
87782001-02-15 Anthony Green <green@redhat.com>
8779
8780 * configure: Introduce GCJ_FOR_TARGET.
8781 * configure.in: Ditto.
8782 * Makefile.in: Ditto.
8783
87842001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8785
8786 * configure.in: for *-chorusos, don't config target-newlib and
8787 target-libgloss.
8788
87892001-02-04 Mark Mitchell <mark@codesourcery.com>
8790
8791 Remove V2 C++ library.
8792 * configure.in: Remove --enable-libstdcxx_v3 support.
8793
87942001-01-27 Richard Henderson <rth@redhat.com>
8795
8796 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8797
87982001-01-26 Tom Tromey <tromey@redhat.com>
8799
8800 * configure.in: Allow libgcj to be built on Sparc Solaris.
8801
88022001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8803
8804 * configure.in: Enable libgcj on several additional platforms.
8805
88062001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8807
8808 * configure.in: Enable libgcj for linux targets.
8809
88102001-01-09 Mike Stump <mrs@wrs.com>
8811
8812 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8813 failures of subdirectories.
8814
88152001-01-02 Laurynas Biveinis <lauras@softhome.net>
8816
8817 * configure: handle DOS-style absolute paths.
8818
88192001-01-02 Laurynas Biveinis <lauras@softhome.net>
8820
8821 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8822
88232000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8824
8825 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8826 (libstdcxx_incdir): Pass down.
8827 * config.if: Remove expired bits for cxx_interface, add stub.
8828 (libstdcxx_incdir): Add variable for g++ include directory.
8829 * configure.in (gxx_include_dir): Use it.
8830
88312000-12-15 Andreas Jaeger <aj@suse.de>
8832
8833 * configure.in: Handle lang_dirs.
8834
88352000-12-13 Anthony Green <green@redhat.com>
8836
8837 * configure.in: Disable libgcj for any target not specifically
8838 listed. Disable libgcj for x86 and Alpha Linux until compatible
8839 with g++ abi.
8840
88412000-12-13 Mike Stump <mrs@wrs.com>
8842
8843 * Makefile.in (local-distclean): Also remove fastjar.
8844
88452000-12-10 Anthony Green <green@redhat.com>
8846
8847 * configure.in: Define libgcj. Disable libgcj target libraries for
8848 most targets.
8849
88502000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8851
8852 * configure.in (target_libs): Revert 2000-12-08 patch.
8853 (noconfigdirs): Added target-libjava.
8854
88552000-12-09 Laurynas Biveinis <lauras@softhome.net>
8856
8857 * Makefile.in: handle DOS-style absolute paths.
8858
88592000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8860
8861 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8862 libjava.
8863 * configure.in (target_libs): Removed `target-libjava'.
8864
88652000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8866
8867 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8868 (ALL_MODULES): Added fastjar.
8869 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8870 (all-target-libjava): all-fastjar replaces all-zip.
8871 (all-fastjar): Added.
8872 (configure-target-fastjar, all-target-fastjar): Likewise.
8873 * configure.in (host_tools): Added fastjar.
8874
88752000-12-07 Mike Stump <mrs@wrs.com>
8876
8877 * Makefile.in (local-distclean): Remove leftover built files.
8878
88792000-11-16 Fred Fish <fnf@be.com>
8880
8881 * configure.in (enable_libstdcxx_v3): Fix typo,
8882 libstd++ -> libstdc++.
8883
88842000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8885
8886 * configure: Provide the original toplevel configure arguments
8887 (including $0) to subprocesses in the environment rather than
8888 through gcc/configargs.h.
8889
88902000-11-12 Mark Mitchell <mark@codesourcery.com>
8891
8892 * configure: Turn on libstdc++ V3 by default.
8893
88942000-10-16 Michael Meissner <meissner@redhat.com>
8895
8896 * configure (gcc/configargs.h): Only create if there is a build GCC
8897 directory created.
8898
88992000-10-05 Phil Edwards <pme@gcc.gnu.org>
8900
8901 * configure: Save configure arguments to gcc/configargs.h.
8902
89032000-10-04 Andris Pavenis <pavenis@latnet.lv>
8904
8905 * Makefile.in (bootstrap): avoid recursion if subdir missing
8906 (cross): ditto
8907 (do-proto-toplev): ditto
8908
8909Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8910
8911 * configure.in: Do not build byacc for hppa64. Provide paths to the
8912 X11 libraries for hppa64.
8913
89142000-09-02 Anthony Green <green@cygnus.com>
8915
8916 * Makefile.in (all-gcc): Depend on all-zlib.
8917 (CLEAN_MODULES): Add clean-zlib.
8918 (ALL_MODULES): Add all-zlib.
8919 * configure.in (host_libs): Add zlib.
8920
89212000-08-25 Alexandre Oliva <aoliva@redhat.com>
8922
8923 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8924 $targargs to tell whether newlib is going to be built.
8925
8926 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8927 $$r/TARGET_SUBDIR/libio for _G_config.h.
8928
89292000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8930
8931 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8932
8933 * configure: Make enable_threads and enable_shared defaults
8934 explicit. Substitute enable_threads into generated Makefiles.
8935 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8936 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8937
89382000-08-02 Manfred Hollstein <manfredh@redhat.com>
8939
8940 * configure.in: Re-enable all references to libg++ and librx.
8941
ffb97b2f 89422002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8943
ffb97b2f
DD
8944 * configure.in: Add *-*-freebsd* configurations.
8945
bbf6e9e3
AC
89462002-04-07 Andrew Cagney <ac131313@redhat.com>
8947
8948 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8949 (do-tar, do-bz2): New rules.
8950 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8951 (gdb-tar): New rule.
8952 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8953 (insight_dejagnu.tar): New rule.
8954 (insight.tar): New rule.
8955 (gdb+dejagnu.tar): New rule.
8956 (gdb.tar): New rule.
8957
8f1579c0
AC
89582002-04-07 Andrew Cagney <ac131313@redhat.com>
8959
8960 * MAINTAINERS: Update dejagnu/
8961
ba3c59ab
AO
89622002-03-16 Alexandre Oliva <aoliva@redhat.com>
8963
8964 * ltmain.sh (relink_command): Fix typo in previous change.
8965
6243d5dd
AO
89662002-03-15 Alexandre Oliva <aoliva@redhat.com>
8967
8968 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8969 (relink_command): Added --tag flags.
8970 (mode=install): If relinking fails; error out.
8971
80413487
RH
89722002-03-12 Richard Henderson <rth@redhat.com>
8973
8974 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8975 .NOTPARALLEL tag.
8976 (do-check): Rename from check.
8977 (check): Allow parallel check.
8978
3daeddf6
RH
89792002-03-11 Richard Henderson <rth@redhat.com>
8980
8981 * Makefile.in (.NOTPARALLEL): Add fake tag.
8982
fad93c55
L
89832002-03-07 H.J. Lu (hjl@gnu.org)
8984
8985 * configure.in: Enable gprof for mips*-*-linux*.
8986
2e8357fc
AO
89872002-02-28 Alexandre Oliva <aoliva@redhat.com>
8988
8989 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8990 libjava.
8991 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8992
bd48e1a9
AC
89932002-02-24 Andrew Cagney <ac131313@redhat.com>
8994
8995 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8996
39121370
DJ
89972002-02-23 Daniel Jacobowitz <drow@mvista.com>
8998
8999 * config.guess: Import from master sources, rev 1.232.
9000 * config.sub: Import from master sources, rev 1.246.
9001
081ff160
AO
90022002-02-23 Alexandre Oliva <aoliva@redhat.com>
9003
9004 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9005 because its Makefile is there; test for the executable instead.
9006
20a5393b
AO
90072002-02-09 Alexandre Oliva <aoliva@redhat.com>
9008
9009 Contribute sh64-elf.
9010 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9011 * configure.in: Added sh64-*-*.
9012
38135629
JJ
90132002-02-04 Jeff Johnston <jjohnstn@redhat.com>
9014
80413487
RH
9015 * COPYING.NEWLIB: Remove advertising clause from
9016 Berkeley and Red Hat licenses.
38135629 9017
48d19748
MD
90182002-02-01 Mo DeJong <supermo@bayarea.net>
9019
9020 * Makefile.in: Add all-tix to deps for all-snavigator
9021 so that tix is built when building snavigator.
9022
f6e1c110
BE
90232002-02-01 Ben Elliston <bje@redhat.com>
9024
9025 * config.guess: Import from master sources, rev 1.229.
9026 * config.sub: Import from master sources, rev 1.240.
9027
4867be41
DJ
90282002-01-27 Daniel Jacobowitz <drow@mvista.com>
9029
9030 From Steve Ellcey <sje@cup.hp.com>:
9031 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9032 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9033 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9034 IA64.
9035 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9036 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9037 soname_spec, sys_lib_search_path_spec): Ditto.
9038
e82380cc
JT
90392002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9040
9041 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9042 target-libiberty, and target-libgloss. Skip Java-related
9043 libraries if not supported for NetBSD on target CPU.
9044
1319fb9c
NC
90452002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
9046
9047 * configure.in: Import StrongARM and XScale target_configdirs from
9048 FSF GCC version.
9049
b020f6ac
L
90502002-01-16 H.J. Lu (hjl@gnu.org)
9051
9052 * config.guess: Import from master sources, rev 1.225.
9053 * config.sub: Import from master sources, rev 1.238.
9054
9055 * MAINTAINERS: Updated notes on config.guess and config.sub.
9056
a0c1c920
NC
90572002-01-11 Steve Ellcey <sje@cup.hp.com>
9058
9059 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9060 ld and gdb are not supported.
9061
a9fa5e1f
JJ
90622002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9063
9064 * Change reference to Cygnus Solutions to be Red Hat.
9065
94077108
JJ
90662002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9067
9068 * COPYING.NEWLIB: Update generic copyright date.
9069
05ecd75c
MS
90702002-01-07 Mark Salter <msalter@redhat.com>
9071
9072 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9073 Allow target-libgloss to be built for arm, strongarm, and xscale.
9074
a106bb62
BE
90752002-01-03 Ben Elliston <bje@redhat.com>
9076
9077 * MAINTAINERS: Update URL for config.* scripts.
9078
0e254642
AM
90792001-12-18 Alan Modra <amodra@bigpond.net.au>
9080
9081 * config.sub: Import latest version.
9082 * config.guess: Likewise.
9083
0a0d0041
TF
90842001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9085
9086 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9087 options for i[3456]86-pc-linux* native builds.
9088
d932cae7
NC
90892001-12-05 Laurent Guerby <guerby@acm.org>
9090
9091 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 9092 libiberty.
d932cae7
NC
9093
9094 Import this patch from gcc:
5481b376 9095
d932cae7
NC
9096 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9097
9098 * symlink-tree: handle DOS-style absolute paths.
9099
49b7683b
DD
91002001-11-28 DJ Delorie <dj@redhat.com>
9101 Zack Weinberg <zack@codesourcery.com>
9102
9103 When build != host, create libiberty for the build machine.
9104
9105 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9106 CONFIG_ARGUMENTS.
9107 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9108 New variables.
9109 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9110 and rules.
9111 (all.normal): Depend on ALL_BUILD_MODULES.
9112 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9113 (all-build-libiberty): Depend on configure-build-libiberty.
9114
9115 * configure: Calculate and substitute proper value for
9116 ALL_BUILD_MODULES.
9117 * configure.in: Create the build subdirectory.
9118 Calculate and substitute TARGET_CONFIGARGS (formerly
9119 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9120
26ef82f4
GK
91212001-11-26 Geoffrey Keating <geoffk@redhat.com>
9122
9123 * config.sub: Update to version 1.232 on subversion.
9124
43e64072
NC
91252001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9126
9127 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9128 files from .po files for a distribution.
9129
66f6c0d5
HPN
91302001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9131
9132 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9133
4a02fdb2
JH
91342001-11-13 Jeff Holcomb <jeffh@redhat.com>
9135
9136 Merged from net gcc:
9137 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9138 * ltcf-c.sh: Use $objext, not $ac_objext.
9139 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9140 * ltcf-cxx.sh: Add support for GNU.
9141 2001-07-22 Timothy Wall <twall@redhat.com>
9142 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9143 default settings if using GNU tools with that configuration.
9144 * ltcf-cxx.sh: Ditto.
9145 * ltcf-gcj.sh: Ditto.
9146 2001-07-21 Michael Chastain <chastain@redhat.com>
9147 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9148 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9149 * ltmain.sh: Mark as gcc-local.
9150
227b9953
JH
91512001-11-13 Jeff Holcomb <jeffh@redhat.com>
9152
9153 * Makefile.in (all-bison): Revert 2001-10-24.
9154 Don't depend on texinfo.
9155
cbbab8fb
JJ
91562001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9157
80413487 9158 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 9159
922b2485
DD
91602001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9161
9162 * configure.in (--enable-languages): Be more permissive about
9163 syntax. Check for empty lists better. Warn about $LANGUAGES.
9164
f08fa01d
HPN
91652001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9166
9167 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9168
fee3da4e
JH
91692001-10-24 Jeff Holcomb <jeffh@redhat.com>
9170
9171 Makefile.in (all-bison): Don't depend on texinfo.
9172
73fb1ef9
AM
91732001-10-03 Alan Modra <amodra@bigpond.net.au>
9174
9175 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9176
373688ac
AO
91772001-09-29 Alexandre Oliva <aoliva@redhat.com>
9178
9179 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9180
9c07660b
HPN
91812001-09-28 Hans-Peter Nilsson <hp@axis.com>
9182
9183 * config.sub, config.guess: Import latest from subversions.
9184
3f152009
AO
91852001-09-21 Alexandre Oliva <aoliva@redhat.com>
9186
9187 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9188 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9189 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9190 avoid quotes nesting problems.
9191 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9192 (DO_X): Export only variables that are set.
9193
8f6a59e5
BE
91942001-09-19 Ben Elliston <bje@redhat.com>
9195
9196 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9197 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9198 semantics. Use the shell built-in "type" command instead.
9199
a1ec19fa
TS
92002001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9201
9202 * config.sub: Reverted the earlier change, this version is not the
9203 master file.
9204
4008bd9b
TS
92052001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9206
9207 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9208 Add support for mips64.
9209
dd1e52a4
JH
92102001-09-03 Jeff Holcomb <jeffh@redhat.com>
9211
9212 * configure.in: Enable libstdc++-v3 for h8300 targets.
9213
91549d1c
EC
92142001-08-30 Eric Christopher <echristo@redhat.com>
9215 Jason Eckhardt <jle@redhat.com>
9216
9217 * config.sub: Add support for mipsisa32.
9218
cf966cf9
EC
92192001-08-30 Eric Christopher <echristo@redhat.com>
9220
9221 * config.sub, config.guess: Import latest from subversions.
9222
82208dc5
AM
92232001-08-20 Alan Modra <amodra@bigpond.net.au>
9224
9225 * config.sub, config.guess: Import latest from subversions.
9226
4dca8403
DD
92272001-07-26 DJ Delorie <dj@redhat.com>
9228
9229 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9230
1107dce2
AM
92312001-06-19 Alan Modra <amodra@bigpond.net.au>
9232
9233 * Makefile.in: Revert 2001-06-17.
9234 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9235
e09a6604
L
92362001-06-17 H.J. Lu <hjl@gnu.org>
9237
9238 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9239 (gas+binutils.tar.bz2): Likewise.
9240 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9241
31a8b634
AC
9242Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9243
9244 * Makefile.in (VER): When present, extract the version number from
5481b376 9245 the file version.in.
31a8b634 9246
dc70af01
AO
92472001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9248
9249 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9250 gcc/xgcc is built, use -print-prog-name to find out the program
9251 name to use.
9252
839bbd8c
AO
92532001-06-04 Mark Mitchell <mark@codesourcery.com>
9254
9255 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9256 with_gcc]: Use `gcc -shared' to build a shared library.
9257
566e9a30
AO
92582001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9259
9260 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9261 archives.
9262
e877bb69
AO
92632001-05-28 Simon Patarin <simon.patarin@inria.fr>
9264
9265 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9266 libraries when using g++ with native linker.
9267
1605288b
AO
92682001-05-28 Alexandre Oliva <aoliva@redhat.com>
9269
9270 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9271
11a383ba
TR
92722001-05-24 Tom Rix <trix@redhat.com>
9273
9274 * configure.in : enable ld for aix
cf966cf9 9275
18611226
AO
92762001-05-22 Alexandre Oliva <aoliva@redhat.com>
9277
9278 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9279 [aix4*|aix5*]: Prepend blank.
9280
6be7c12c
AO
92812001-05-20 Alexandre Oliva <aoliva@redhat.com>
9282
9283 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9284 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9285 of subdir/configure scripts to use the new libtool.m4.
9286
4ed00bba
L
92872001-05-14 H.J. Lu <hjl@gnu.org>
9288
9289 * config.if (libc_interface): Set to -libc6.2- for cross
9290 compiling to Linux/glibc 2.2.
9291
b1af961c
AO
92922001-05-03 Alexandre Oliva <aoliva@redhat.com>
9293
9294 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9295 libgcj.
9296
5ec3e74e
AO
92972001-04-26 Alexandre Oliva <aoliva@redhat.com>
9298
9299 * configure.in (noconfigdirs): Don't reset it from scratch in the
9300 target case; only append to it.
9301
b3ed1d6b
AO
93022001-04-26 Alexandre Oliva <aoliva@redhat.com>
9303
9304 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9305 sparc-*-solaris2.8]: Disable ${libgcj}.
9306
96111c10
AO
93072001-04-25 Alexandre Oliva <aoliva@redhat.com>
9308
9309 * configure.in (libgcj_saved): Copy from $libgcj.
9310 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9311 --disable-libgcj.
9312
b5bf43f2
AO
93132001-04-20 Alexandre Oliva <aoliva@redhat.com>
9314
9315 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9316 1.641.2.228.
9317
8cc32590
AO
93182001-04-12 Alexandre Oliva <aoliva@redhat.com>
9319
9320 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9321 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9322
dec0cb0c
AO
93232001-04-01 Alexandre Oliva <aoliva@redhat.com>
9324
9325 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9326 New macros.
9327 (bootstrap, cross): Use RECURSE_FLAGS.
9328 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9329
6a9c3886
AO
93302001-03-27 Alexandre Oliva <aoliva@redhat.com>
9331
9332 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9333
d4fc7db8
NC
93342001-03-23 Nick Clifton <nickc@redhat.com>
9335
9336 * README-maintainer-mode: Add note about inability to use "make
9337 distclean" in maintainer mode.
9338
7389ff65
AO
93392001-03-22 Alexandre Oliva <aoliva@redhat.com>
9340
9341 Re-installed:
9342 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9343 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9344 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9345 * ltcf-cxx.sh: Likewise.
9346 * ltcf-gcj.sh: Likewise.
9347
b3e0dc8e
PB
93482001-03-22 Philip Blundell <philb@gnu.org>
9349
9350 * config.sub, config.guess: Import latest from subversions.
9351
469b781c
AO
93522001-03-22 Alexandre Oliva <aoliva@redhat.com>
9353
9354 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9355 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9356
b0dad762
MC
93572001-03-20 Michael Chastain <chastain@redhat.com>
9358
9359 * Makefile.in: all-m4 depends on all-texinfo.
9360
c559bb17
AO
93612001-03-08 Alexandre Oliva <aoliva@redhat.com>
9362
9363 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9364
fef4ae2e
JJ
93652001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9366
9367 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9368 longer valid.
9369
8d6dd99d
NC
93702001-02-16 Nick Clifton <nickc@redhat.com>
9371
9372 * configure.in (noconfigdirs): Allow configuration of texinfo
9373 for Cygwin hosts.
9374
a85d7ed0
NC
93752001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9376
9377 * config.guess: Add linux target for S/390.
9378 * config.sub: Likewise.
9379 * configure.in: Likewise.
9380
51221c5e
DD
93812001-02-06 Ben Elliston <bje@redhat.com>
9382
9383 * configure: Output host type to stdout, not stderr.
9384
9dec4c71
MS
93852001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9386
9387 * config.guess: Import from subversions.gnu.org (revision 1.181).
9388 * config.sub: Import from subversions.gnu.org (revision 1.199).
9389
9add9c04
AM
93902001-01-30 Alan Modra <alan@linuxcare.com.au>
9391
9392 * config.guess: Handle hppa64-linux systems.
9393
8679174d
MS
93942001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9395
9396 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9397 Don't unset, it's non-portable and no longer necessary, set to empty
9398 instead.
9399
02d01ed4
MS
94002001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9401
9402 * ltconfig: Shell portability fix for the tagname validity check.
9403
4cc5853d
MS
94042001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9405
9406 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9407
7487e485
AO
94082001-01-27 Alexandre Oliva <aoliva@redhat.com>
9409
9410 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9411 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9412
f332af52
AO
94132001-01-24 Alexandre Oliva <aoliva@redhat.com>
9414
9415 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9416 keep at least one of build_libtool_libs or build_old_libs set to
9417 yes.
9418
ef099754
AO
94192001-01-24 Alexandre Oliva <aoliva@redhat.com>
9420
9421 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9422 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9423
8341f2fc 94242000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9425
8341f2fc
AJ
9426 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9427
94282000-11-03 Philip Blundell <pb@futuretv.com>
9429
9430 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9431 files.
ebf0fa2e 9432
c320a39f
JJ
94332001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9434
9435 * COPYING.NEWLIB: Put into source repository.
9436
8817b92e
BE
94372001-01-15 Ben Elliston <bje@redhat.com>
9438
9439 * configure.in (host_tools): Add sid.
9440 Always configure cgen.
9441 * Makefile.in (all-sid): New target.
9442 (check-sid, clean-sid, install-sid): Likewise.
9443
35590697
AJ
94442001-01-07 Andreas Jaeger <aj@suse.de>
9445
80413487 9446 * config.sub, config.guess: Update from subversions.
35590697 9447
6ee6cea6
AO
94482000-12-12 Alexandre Oliva <aoliva@redhat.com>
9449
9450 * configure.in: Disable language-specific target libraries for
9451 languages that aren't enabled.
9452
077b8428
NC
94532000-11-24 Nick Clifton <nickc@redhat.com>
9454
9455 * configure.in (xscale-elf): Add target.
9456 (xscale-coff): Add target.
9457 (c4x, c5x, tic54x): Move after ARM targets.
9458
9e28a1ed
AO
94592000-11-23 Alexandre Oliva <aoliva@redhat.com>
9460
9461 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9462
be98a80a
ILT
94632000-11-20 Ian Lance Taylor <ian@zembu.com>
9464
9465 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9466
5cec67bf
AO
94672000-11-18 Alexandre Oliva <aoliva@redhat.com>
9468
9469 * Makefile.in: Merge with GCC and libgcj.
9470 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9471 configure-target-<library> when their configure scripts need the C
9472 or C++ library to have already been built to work properly.
9473 (do_proto_toplev): Set them to an empty string.
9474
d932cae7 94752000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9476
9477 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9478 (REALLY_SET_LIB_PATH): Use them.
9479
d932cae7 94802000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9481
9482 * config.sub: Add support for Sun Chorus
9483
8602ff0c
NC
94842000-11-02 Per Lundberg <plundis@chaosdev.org>
9485
9486 * config.sub: Add support for the *-storm-chaos OS.
9487
f9e0997d
NC
94882000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9489
80413487
RH
9490 * configure.in (noconfigdirs): Don't compile some
9491 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9492
d64552c5
AO
94932000-09-30 Alexandre Oliva <aoliva@redhat.com>
9494
9495 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9496 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9497 all affected `configure' scripts.
9498
97f60b31
AO
94992000-09-25 Alexandre Oliva <aoliva@redhat.com>
9500
9501 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9502 ltcf-c.sh.
9503
6e8dd58f
PB
95042000-09-12 Philip Blundell <philb@gnu.org>
9505
9506 * config.sub, config.guess: Update from subversions.
9507
103a2e99
AO
95082000-09-06 Alexandre Oliva <aoliva@redhat.com>
9509
51601921
AO
9510 * Makefile.in (all-zlib): Added dummy target.
9511
103a2e99
AO
9512 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9513 multi-language branch.
9514
2809b4b9
AO
95152000-09-05 Alexandre Oliva <aoliva@redhat.com>
9516
9517 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9518 (bootstrap*): Depend on all-bootstrap.
9519
7450026c
AO
95202000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9521
9522 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9523 crosses, but add gcc/include to the header search path for them.
9524
6cf86f7f
AO
95252000-08-31 Alexandre Oliva <aoliva@redhat.com>
9526
9527 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9528 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9529 * gettext.m4: New file, extracted from aclocal.m4.
9530
ce2ea6e3
AO
95312000-08-22 Alexandre Oliva <aoliva@redhat.com>
9532
9533 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9534 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9535 sub-configures.
9536
9765193e
DE
95372000-08-20 Doug Evans <dje@casey.transmeta.com>
9538
9539 * Makefile.in (ALL_MODULES): Add all-cgen.
9540 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9541 (all-cgen): New target.
9542 (all-opcodes,all-sim): Depend on all-cgen.
9543 * configure.in (host_tools): Add cgen.
9544 Only configure cgen if --enable-cgen-maint.
9545
d7b32520
AO
95462000-08-17 Alexandre Oliva <aoliva@redhat.com>
9547
9548 * config-ml.in (CC, CXX): Don't introduce a leading space.
9549
e52ef561
AO
95502000-08-16 Alexandre Oliva <aoliva@redhat.com>
9551
9552 * configure.in (libstdcxx_flags): Use
9553 libstdc++-v3/src/libstdc++.INC.
9554
88f9c2a0
AO
95552000-08-15 Alexandre Oliva <aoliva@redhat.com>
9556
9557 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9558
98fbe43f
JM
95592000-08-11 Jason Merrill <jason@redhat.com>
9560
9561 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9562 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9563 (FLAGS_FOR_TARGET): Not here.
9564 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9565
279ddab4
DD
95662000-08-07 DJ Delorie <dj@redhat.com>
9567
9568 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9569 "if we're also building gcc, and it's a gcc that will run on the
9570 build machine, we want to use its includes instead of the system's
9571 default includes".
9572
60523a83
AO
95732000-08-03 Alexandre Oliva <aoliva@redhat.com>
9574
24ffec7a
AO
9575 * configure.in (libstdcxx_flags): Don't use `"'.
9576
60523a83
AO
9577 * config-ml.in: Adjust multilib search paths to the
9578 appropriate multilib tree.
9579
daf644b5
AO
95802000-08-02 Alexandre Oliva <aoliva@redhat.com>
9581
9582 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9583 commas in $LANGUAGES.
9584
63266560
DD
95852000-08-01 Alexandre Oliva <aoliva@redhat.com>
9586
9587 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9588
95892000-07-31 Alexandre Oliva <aoliva@redhat.com>
9590
9591 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9592 CXX_FOR_TARGET for sed.
9593
95942000-07-30 Alexandre Oliva <aoliva@redhat.com>
9595
9596 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9597 Do not override if already set in the environment or in configure.
9598 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9599 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9600
9e449d3e
AO
96012000-07-27 Alexandre Oliva <aoliva@redhat.com>
9602
9603 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9604 (GCC_FOR_TARGET): Use it.
9605 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9606 * configure.in: ... here.
9607 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9608 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9609
8bbd92e0
AO
96102000-07-24 Alexandre Oliva <aoliva@redhat.com>
9611
fd1f87b2
AO
9612 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9613 (configure-target-libchill, configure-target-libobjc): Likewise.
9614
8bbd92e0
AO
9615 * configure.in: Use the same cache file for all target libs.
9616 * config-ml.in: But different cache files per multilib variant.
9617
25c6c112
JL
96182000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9619
9620 * configure (topsrcdir): Don't use dirname.
9621
ba73c63f
JM
96222000-07-20 Jason Merrill <jason@redhat.com>
9623
9624 * configure.in: Remove all references to libg++ and librx.
9625
9626 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9627
1af08294
HPN
96282000-07-20 Hans-Peter Nilsson <hp@axis.com>
9629
9630 * config.sub: Update to subversions version 2000-07-06.
9631
ba73c63f
JM
96322000-07-12 Andrew Haley <aph@cygnus.com>
9633
9634 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9635 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9636
96372000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9638
9639 * symlink-tree: Check number of arguments.
9640
d932cae7 96412000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9642
9643 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9644
ba73c63f
JM
96452000-07-05 Jim Wilson <wilson@cygnus.com>
9646
9647 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9648 search path for a g++ extracted from the build tree. This
9649 will allow link tests run by configure scripts in
9650 subdirectories to succeed.
9651
92ee2f86
UC
96522000-07-01 Koundinya K <kk@ddeorg.soft.net>
9653
80413487 9654 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9655
23f2f29f
CV
96562000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9657
9658 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9659 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9660
f04f5a67
TW
96612000-06-19 Timothy Wall <twall@cygnus.com>
9662
9663 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9664 * config.sub: Add tic54x target.
9665
11da68be
NC
96662000-06-07 Phillip Thomas <pthomas@suse.de>
9667
9668 * README-maintainer-mode: New file: Contains notes on using
9669 --enable-maintainer-mode with binutils.
9670
d932cae7 96712000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9672
9673 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9674
d932cae7 96752000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9676
9677 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9678 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9679
9442cea3
L
968020000-05-21 H.J. Lu (hjl@gnu.org)
9681
80413487
RH
9682 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9683 directory are used if they exist. Make sure
9684 $(build_tooldir)/include is searched for header files,
9685 $(build_tooldir)/lib/ for library files.
9442cea3 9686 (GCC_FOR_TARGET): Likewise.
80413487 9687 (CXX_FOR_TARGET): Likewise.
9442cea3 9688
d932cae7 96892000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9690
9691 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9692
d932cae7 96932000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9694
9695 * Makefile.in (configure-target-libiberty): Depend on
9696 configure-target-newlib.
9697
ba73c63f
JM
96982000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9699
9700 * configure.in, Makefile.in: Merge all libffi-related
9701 configury stuff from the libgcj tree.
9702
d932cae7 97032000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9704
9705 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9706 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9707
d932cae7 97082000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9709
9710 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9711 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9712 current version information. Add to proto-toplev directory.
b5a23627
AC
9713 (gdb-taz): Build do-djunpack.
9714
ba73c63f
JM
97152000-05-15 David Edelsohn <edelsohn@gnu.org>
9716
9717 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9718
7c86ed39
L
97192000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9720
9721 * ltmain.sh: Preserve in relink_command any environment
9722 variables that may affect the linker behavior.
9723
d932cae7 97242000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9725
9726 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9727
d932cae7 97282000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9729
9730 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9731
ed0a91a5
EZ
97322000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9733
9734 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9735 with the version name.
ed0a91a5 9736
ba73c63f 97372000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9738
ba73c63f 9739 * config.if: Tweak.
6cafa39f 9740
ba73c63f 97412000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9742
ba73c63f 9743 * djunpack.bat: New file.
66156876 9744
d932cae7 97452000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9746
9747 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9748 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9749 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9750 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9751
ba73c63f
JM
97522000-04-16 Dave Pitts <dpitts@cozx.com>
9753
80413487
RH
9754 * config.sub (case $basic_machine): Change default for "ibm-*"
9755 to "openedition".
ba73c63f 9756
d932cae7 97572000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9758
9759 * Makefile.in (gdb-taz): New target. GDB specific archive.
9760 (do-md5sum): New target.
9761 (MD5PROG): Define.
9762 (PACKAGE): Default to TOOL.
9763 (VER): Default to a shell script.
9764 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9765 md5 checksum generation.
b35ece4e
AC
9766 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9767 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9768 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9769 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9770
d932cae7 97712000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9772
9773 * configure (warn_cflags): Delete.
9774
ba73c63f 97752000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9776 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9777
80413487
RH
9778 * configure.in (enable_libstdcxx_v3): Add.
9779 (target_libs): Add bits here to switch between libstdc++-v2 and
9780 libstdc++-v3.
9781 * config.if: And this file too.
9782 * Makefile.in: Add libstdc++-v3 targets.
35590697 9783
ba73c63f
JM
97842000-04-05 Michael Meissner <meissner@redhat.com>
9785
9786 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9787
d332c5ac
JM
97882000-03-29 Jason Merrill <jason@casey.cygnus.com>
9789
9790 * configure.in: -linux-gnu*, not -linux-gnu.
9791
d932cae7 97922000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9793
9794 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9795 (do-tar-bz2): Replace TOOL with PACKAGE.
9796 (gdb.tar.bz2): Remove GDBTK from GDB package.
9797 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9798 dejagnu.tar.bz2): New packages.
6dcbc97b 9799
96ce09a7
ILT
98002000-02-27 Andreas Jaeger <aj@suse.de>
9801
9802 * configure.in: Add entry for mips*-*-linux*, move catch all
9803 *-*-*linux* entry below this one.
9804
2031769e
ILT
98052000-02-27 Ian Lance Taylor <ian@zembu.com>
9806
9807 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9808
4bab746c
NC
98092000-02-24 Nick Clifton <nickc@cygnus.com>
9810
9811 * config.sub: Support an OS of "wince".
9812
d932cae7 98132000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9814
9815 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9816 version.
ada59422 9817
5b93d8bb
AM
98182000-02-23 Linas Vepstas <linas@linas.org>
9819
9820 * config.sub: Add support for Linux/IBM 370.
9821 * configure.in: Likewise.
9822
2fb651f6
NC
98232000-02-22 Nick Clifton <nickc@cygnus.com>
9824
9825 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9826
b8441c25
CF
98272000-02-20 Christopher Faylor <cgf@cygnus.com>
9828
9829 * config.guess: Guess "cygwin" rather than "cygwin32".
9830
d332c5ac
JM
98312000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9832
9833 * configure (gcc_version): When setting, narrow search to
9834 lines containing `version_string'.
9835
ba73c63f
JM
98362000-02-15 Denis Chertykov <denisc@overta.ru>
9837
9838 * config.sub: Add support for avr target.
9839
d932cae7 98402000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9841
9842 * config.sub: Add mmix-knuth-mmixware.
9843
98442000-01-27 Christopher Faylor <cgf@redhat.com>
9845
9846 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9847 structure stuff to -L library search.
9848 (CXX_FOR_TARGET): Ditto.
9849 (CROSS_CHECK_MODULES): Fix spelling mistake.
9850
98512000-01-24 Mark Mitchell <mark@codesourcery.com>
9852
9853 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9854 the C++ compiler.
9855
98562000-01-12 Richard Henderson <rth@cygnus.com>
9857
9858 * configure.in: Don't build some bits for beos.
9859
98602000-01-12 Joel Sherrill (joel@OARcorp.com)
9861
9862 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9863 as include files.
9864
91b2c84d
GK
98652000-01-06 Geoff Keating <geoffk@cygnus.com>
9866
9867 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9868 not mh-aix43.
9869
ba73c63f
JM
98701999-12-14 Richard Henderson <rth@cygnus.com>
9871
9872 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9873 * config.sub: Accept alphaev[78], alphaev8.
9874
98751999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9876
9877 * config.guess, config.sub: Update from autoconf.
9878
9879Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9880
9881 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9882 necessary libraries are missing.
9883
98841999-10-25 Andreas Schwab <schwab@suse.de>
9885
9886 * configure: Fix quoting inside arguments of eval.
9887
98881999-10-21 Nick Clifton <nickc@cygnus.com>
9889
9890 * config-ml.in: Allow suppression of some ARM multilibs.
9891
9892Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9893
9894 * config.guess: Add OS/390 match pattern.
9895 * config.sub: Add mvs, openedition targets.
9896 * configure.in (i370-ibm-opened*): New.
9897
ef14edc4
ILT
98981999-09-04 Steve Chamberlain <sac@pobox.com>
9899
9900 * config.sub: Add support for configuring for pj.
9901
afb478e8
NC
99021999-08-31 Nick Clifton <nickc@cygnus.com>
9903
fd6848f6 9904 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9905
ba73c63f 99061999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9907
9908 * configure.in: Do not configure or build ld for AIX
9909 platforms. ld is known to be broken on these platforms.
9910
ba73c63f
JM
9911Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9912
9913 * config-ml.in: Pass compiler flag corresponding to multidirs to
9914 subdir configures.
9915
c363de44
ILT
99161999-08-09 Ian Lance Taylor <ian@zembu.com>
9917
9918 * Makefile.in (LDFLAGS): Define.
9919
dc8bc5a6
ILT
99201999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9921
9922 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9923 noconfigdirs.
9924 (*-*-cygwin*): Likewise.
9925
6ca3858e
ILT
99261999-08-08 Ian Lance Taylor <ian@zembu.com>
9927
71141bb6
ILT
9928 * mkdep: New file.
9929 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9930 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9931
6ca3858e
ILT
9932 From Eli Zaretskii <eliz@is.elta.co.il>:
9933 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9934 long file name when using DJGPP on MS-DOS.
9935
ba73c63f
JM
9936Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9937
9938 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9939
2735a327
AM
99401999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9941
9942 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9943 dependency as this causes "make check" to globally "make all"
9944
ba73c63f
JM
9945Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9946
9947 * configure.in (target_libs): Added target-zlib.
9948 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9949 (CONFIGURE_TARGET_MODULES): Likewise.
9950 (CHECK_TARGET_MODULES): Likewise.
9951 (INSTALL_TARGET_MODULES): Likewise.
9952 (CLEAN_TARGET_MODULES): Likewise.
9953 (configure-target-zlib): New target.
9954 (all-target-zlib): Likewise.
9955 (all-target-libjava): Depend on all-target-zlib.
9956 (configure-target-libjava): Depend on configure-target-zlib.
9957
9958 * Makefile.in (configure-target-libjava): Depend on
9959 configure-target-newlib.
9960 (configure-target-boehm-gc): New target.
9961 (configure-target-qthreads): New target.
9962
80413487
RH
9963 * configure.in (target_libs): Added target-qthreads.
9964 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9965 (CONFIGURE_TARGET_MODULES): Likewise.
9966 (CHECK_TARGET_MODULES): Likewise.
9967 (INSTALL_TARGET_MODULES): Likewise.
9968 (CLEAN_TARGET_MODULES): Likewise.
9969 (all-target-qthreads): New target.
9970 (configure-target-libjava): Depend on configure-target-qthreads.
9971 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9972
9973 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9974 (CONFIGURE_TARGET_MODULES): Likewise.
9975 (CHECK_TARGET_MODULES): Likewise.
9976 (INSTALL_TARGET_MODULES): Likewise.
9977 (CLEAN_TARGET_MODULES): Likewise.
9978 (all-target-libjava): New target.
9979 (all-target-boehm-gc): Likewise.
9980 * configure.in (target_libs): Added libjava, boehm-gc.
9981
08d836d6
ILT
99821999-07-22 Ian Lance Taylor <ian@zembu.com>
9983
9984 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9985 configure.bat in SUPPORT_FILES.
9986 (gas+binutils.tar.bz2): Likewise.
9987
9988 * makeall.bat: Remove; obsolete.
9989
8f36e47c
ILT
99901999-07-21 Ian Lance Taylor <ian@zembu.com>
9991
9992 From Mark Elbrecht:
9993 * configure.bat: Remove; obsolete.
9994
56e82f25
ILT
99951999-07-11 Ian Lance Taylor <ian@zembu.com>
9996
9997 * configure: Add -W -Wall to the default CFLAGS when compiling with
9998 gcc.
9999
1001d816
JL
10000Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10001
10002 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10003
106117aa
MM
100041999-06-30 Mark Mitchell <mark@codesourcery.com>
10005
10006 * configure.in: Build ld on IRIX6.
10007
c376f4ed
ILT
100081999-06-12 Ian Lance Taylor <ian@zembu.com>
10009
10010 * Makefile.in: Change distribution targets to use bzip2 instead of
10011 gzip.
10012 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 10013 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 10014
306b7445
NC
100151999-06-04 Nick Clifton <nickc@cygnus.com>
10016
10017 * config.sub: Add mcore target.
10018
d932cae7 100191999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
10020
10021 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10022
d932cae7 100231999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
10024
10025 * config.guess (dummy): Changed to $dummy.
10026
6c3175b0
NC
100271999-05-24 Nick Clifton <nickc@cygnus.com>
10028
ba73c63f
JM
10029 * config.sub: Tidied up case statements.
10030
100311999-05-22 Ben Elliston <bje@cygnus.com>
10032
10033 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10034 <jiro@din.or.jp>.
10035
10036 * config.guess: Merge with FSF version. Future changes will be
10037 more accurately recorded in this ChangeLog.
10038 * config.sub: Likewise.
10039
d932cae7 100401999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
10041
10042 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 10043
252b5132
RH
100441999-04-30 Tom Tromey <tromey@cygnus.com>
10045
10046 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10047
100481999-04-23 Tom Tromey <tromey@cygnus.com>
10049
10050 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10051
100521999-04-20 Drew Moseley <dmoseley@cygnus.com>
10053
10054 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10055 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10056 Bad merge removed these two changes.
10057
ba73c63f 10058Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 10059 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
10060
10061 * config.guess (interix Alpha): Add.
10062
252b5132
RH
100631999-04-11 Richard Henderson <rth@cygnus.com>
10064
10065 * configure.in (i?86-*-beos*): Do config gperf; don't config
10066 gdb, newlib, or libgloss.
10067
d932cae7 100681999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10069
ba73c63f
JM
10070 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10071 link a trivial program with -mabi=64. If it fails, remove mabi=64
10072 from multidirs.
10073
d932cae7 100741999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
10075
10076 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10077
252b5132
RH
100781999-04-08 Nick Clifton <nickc@cygnus.com>
10079
10080 * config.sub: Add support for mcore targets.
10081
100821999-04-07 Michael Meissner <meissner@cygnus.com>
10083
10084 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10085 not mt-ospace, in order to shut up assembler warning about using
10086 symbols that are named the same as registers.
10087
100881999-04-07 Drew Moseley <dmoseley@cygnus.com>
10089
10090 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10091 dependency list for all-target-cygmon.
10092
100931999-04-05 Doug Evans <devans@casey.cygnus.com>
10094
10095 * config-ml.in: Check $host, not $target, for selective multilibs.
10096 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10097 thumb interworking, and underscore prefix multilibs.
10098
100991999-04-04 Ian Lance Taylor <ian@zembu.com>
10100
10101 * missing: Update to version from current automake.
10102
10103Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10104
10105 * configure (gxx_include_dir): Removed.
10106
10107 * configure.in (gxx_include_dir): Handle it.
10108 * Makefile.in: Likewise.
10109
101101999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10111
10112 * config.sub (mips64vr4111,mips64vr4111el) Add.
10113
101141999-03-21 Ben Elliston <bje@cygnus.com>
10115
80413487 10116 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
10117
10118Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10119
252b5132
RH
10120 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10121 config/mh-djgpp.
10122
10123Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10124
10125 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10126 all-target-newlib to dependency list for all-target-bsp.
10127
10128Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10129
10130 * config.sub: Add i386-uwin support.
10131 * config.guess: Likewise.
10132
10133Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10134
10135 * configure.in: cleanup, add mh-*pic handling for arm, special
10136 case powerpc*-*-aix*
10137
10138Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10139
10140 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10141 can be built.
10142
10143Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10144
10145 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 10146 targets.
252b5132
RH
10147
101481999-03-02 Nick Clifton <nickc@cygnus.com>
10149
10150 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10151
d932cae7 101521999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10153
10154 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10155
101561999-02-24 Nick Clifton <nickc@cygnus.com>
10157
10158 * config.sub: Fix typo in arm recognition.
10159
d932cae7 101601999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
10161
10162 * configure.in (noconfigdirs): Changed target_configdirs to
10163 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10164 rather than m68k-*-* since it is not known to work on
10165 m68k-aout. Ditto for arm-*-*oabi.
10166
d932cae7 101671999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
10168
10169 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
10170
101711999-02-19 Ben Elliston <bje@cygnus.com>
10172
10173 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10174 Smart and improved by Andrew Cagney.
10175
d932cae7 101761999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
10177
10178 * config.guess: Recognize openbsd-*-hppa.
10179
d932cae7 101801999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
10181
10182 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10183 only if it is not empty.
10184
101851999-02-17 Nick Clifton <nickc@cygnus.com>
10186
10187 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 10188
fd6848f6 10189 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
10190
10191 * config.sub: Modified to recognize uname's armv* syntax.
10192
101931999-02-17 Mark Salter <msalter@cygnus.com>
10194
10195 * configure.in: Added target-bsp for sparclite.
10196
d932cae7 101971999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
10198
10199 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10200
102011999-02-08 Nick Clifton <nickc@cygnus.com>
10202
10203 * configure.in: Add support for strongarm port.
10204 * config.sub: Add support for strongarm target.
10205
d932cae7 102061999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 10207
252b5132
RH
10208 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10209 the old name config/mh-cygwin32.
10210 Enable texinfo.
10211
d932cae7 102121999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
10213
10214 * configure.in: Do build ld for ix86 Solaris.
10215
d932cae7 102161999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
10217
10218 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10219 $AR_FOR_TARGET. Likewise for RANLIB.
10220
d932cae7 102211999-02-02 Catherine Moore <clm@cygnus.com>
35590697 10222
80413487
RH
10223 * config.sub (oabi): Recognize.
10224 * configure.in (arm-*-oabi): Handle.
252b5132 10225
d932cae7 102261999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
10227
10228 * config.guess: Improve detection of i686 on UnixWare 7.
10229
d932cae7 102301999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
10231
10232 * config.guess: Add support for i386-pc-interix.
10233 * config.sub: Likewise.
10234 * configure.in: Likewise.
252b5132 10235
d932cae7 102361999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10237
10238 * Makefile.in: Remove unneeded all-target-libio from
10239 from all-target-winsup target since it is now unneeded.
10240 Add all-target-libtermcap in its place since it is now
10241 needed.
10242
d932cae7 102431998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10244
10245 * configure.in: makefile stub for cygwin target is probably
10246 unnecessary. Remove it for now.
252b5132 10247
d932cae7 102481998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10249
10250 * configure.in: libtermcap.a should be built when cygwin is the
10251 target as well as the host.
10252 * config.guess: Allow mixed case in cygwin uname output.
10253 * Makefile.in: Add libtermcap target.
252b5132 10254
d932cae7 102551998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10256
10257 * config.sub: Clean up handling of hppa2.0.
10258
d932cae7 102591998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
10260
10261 * config.guess: Use C code to identify more HP machines.
10262
10263Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10264
10265 * config.sub: Handle hppa2.0.
10266
ba73c63f
JM
10267Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10268
10269 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 10270 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
10271
102721998-12-15 Mark Salter <msalter@cygnus.com>
10273
10274 * configure.in: Added target-bsp for several target architectures.
10275
10276 * Makefile.in: Added rules for bsp.
10277
252b5132
RH
10278Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10279
10280 * config.guess: Improve detection of hppa2.0 processors.
10281
10282Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10283
10284 * config.guess: Recognize FreeBSD using ELF automatically.
10285
102861998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10287
10288 * configure (skip-this-dir): Add handling for new shell script, which
10289 might be created by a sub-directory's configure to indicate, this particular
10290 directory is "unwanted".
10291 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10292
252b5132
RH
10293Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10294
10295 * ltconfig: import from libtool, after changing libtool to
10296 account for the cygwin name change.
10297
10298Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10299
10300 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10301 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10302
10303Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10304
10305 * configure.in: Add libtermcap to list of cygwin dependencies.
10306
d932cae7 103071998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 10308
80413487
RH
10309 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10310 they include winsup/include when it's a cygwin target.
252b5132
RH
10311
103121998-11-12 Tom Tromey <tromey@cygnus.com>
10313
10314 * configure.in (host_tools): Added zip.
10315 * Makefile.in (all-target-libjava): Depend on all-zip.
10316 (all-zip): New target.
10317 (ALL_MODULES): Added all-zip.
10318 (NATIVE_CHECK_MODULES): Added check-zip.
10319 (INSTALL_MODULES): Added install-zip.
10320 (CLEAN_MODULES): Added clean-zip.
10321
d932cae7 103221998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10323
10324 * Makefile.in: lose "32" from comment about cygwin.
10325
d932cae7 103261998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
10327
10328 * configure.in: Use -Os to build target libraries for the fr30.
10329
d932cae7 103301998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
10331
10332 * config.sub: Add fr30.
10333
d932cae7 103341998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 10335
80413487 10336 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
10337 cygwin* instead of cygwin32*.
10338 * config.sub: Check cygwin* instead of cygwin32*.
10339
d932cae7 103401998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
10341
10342 * config.guess: Match any version of Unixware7.
10343
252b5132
RH
103441998-10-20 Syd Polk <spolk@cygnus.com>
10345
10346 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10347 if desired.
10348
d932cae7 103491998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10350
10351 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10352 these if the appropriate directories and files to not exist.
10353
d932cae7 103541998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10355
10356 * Makefile.in (DEVO_SUPPORT): Add config.if.
10357
d932cae7 103581998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
10359
10360 * configure: Add pattern to replace "build_tooldir"'s
10361 definition in the generated Makefile with "tooldir"'s
10362 actual value.
10363
252b5132
RH
10364Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10365
10366 * config.sub: Bring back lost sparcv9.
10367
ba73c63f
JM
10368 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10369
10370Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10371
10372 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10373 CC_FOR_TARGET and friends.
10374
10375Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10376
ba73c63f
JM
10377 * Makefile.in (build_tooldir): New variable, same as tooldir.
10378 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10379 -B$(build_tooldir)/bin/.
10380 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10381
252b5132
RH
10382Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10383
10384 * config.sub: Add support for i[34567]86-pc-udk.
10385 * configure.in: Likewise.
10386
10387Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10388
10389 * Makefile.in: add bzip2 package building bits for user
10390 tools module
10391 * configure.in: ditto
10392
ba73c63f
JM
10393Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10394
10395 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10396 (ALL_TARGET_MODULES): Add all-target-libobjc.
10397 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10398 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10399 (all-target-libchill): Add dependencies.
10400 * configure.in (target_libs): Add libchill.
35590697 10401
252b5132
RH
104021998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10403
ba73c63f 10404 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10405
10406Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10407
10408 * Makefile.in (all-automake): fix dependencies.
10409
10410Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10411
10412 * configure.in: Minor cleanups for building in the $(target_alias)
10413 subdir.
10414
104151998-09-22 Jim Wilson <wilson@cygnus.com>
10416
10417 * Makefile.in (bootstrap): Set r and s before make all. Use
10418 BASE_FLAGS_TO_PASS in make all.
10419 (cross): Likewise.
10420
104211998-09-20 Mark Mitchell <mark@markmitchell.com>
10422
10423 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10424
252b5132
RH
10425Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10426
10427 * config.sub: Fix typo in last change.
10428
104291998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10430
10431 * config.sub: Add support for C4x target.
10432 * configure.in: Likewise.
10433
104341998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10435
10436 * config.sub: Recognize sparcv9 just like sparc64.
10437
10438Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10439
10440 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10441
10442Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10443
10444 * config.guess: Correctly identify Pentium II sco boxes.
10445
10446 * config.guess: Fix "tr" code. From Weiwen Liu.
10447
10448Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10449
10450 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10451 stabs.
10452
10453Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10454
10455 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10456 (ALL_TARGET_MODULES): Add all-target-libchill.
10457 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10458 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10459 (all-target-libchill): Add dependencies.
10460 * configure.in (target_libs): Add libchill.
10461
10462Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10463
10464 * config.guess: Avoid assumptions about "tr" behaves when
10465 LANG is set to something other than English.
10466
10467Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10468
10469 * configure (gxx_include_dir): Changed to
10470 '${prefix}/include/g++'-${libstdcxx_interface}.
10471
10472 * config.if: New to determine the interfaces.
10473
10474Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10475
10476 * config.guess: Detect and handle MPE/IX.
10477 * config.sub: Deal with MPE/IX.
10478
10479Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10480
10481 * configure.in: Use mh-aix43.
10482
104831998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10484
10485 * configure: Fix --without/--disable cases for gxx-include-dir.
10486
10487Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10488
10489 * mdata-sh: Imported. Needed for automake support.
10490
10491Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10492
ba73c63f 10493 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10494 "chmod og=u `find . -print`".
10495
10496Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10497
ba73c63f 10498 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10499
10500Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10501
10502 * Makefile.in: Undo previous patch.
10503
10504Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10505
10506 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10507 to here ...
10508 (install-no-fixedincludes): and here
10509 (INSTALL_MODULES): ... from here.
10510
10511Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10512
10513 * config.sub: Merge with FSF.
10514
10515 * config.guess: Merge with FSF.
10516
10517Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10518
10519 * configure (extraconfigdirs): New variable.
10520 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10521 * Makefile.in (all): Move higher in file.
10522 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10523 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10524 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10525 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10526 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10527
105281998-07-23 Brendan Kehoe <brendan@cygnus.com>
10529
10530 * Makefile.in (all-target-libjava): Depend on all-gcc and
10531 all-target-newlib.
10532 (configure-target-libjava): Depend on $(ALL_GCC).
10533
10534Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10535
10536 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10537 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10538
10539Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10540
10541 * ylwrap: Change absolute path checks to check for DOS style path
10542 names.
10543
10544 * ylwrap: Don't use a full path name if the source file is in the
10545 same directory. From hjl@lucon.org (H.J. Lu).
10546
10547 * config-ml.in: Default to being verbose, to match Feb 18 change to
10548 configure.
10549
10550Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10551
10552 Brought over from egcs:
10553
10554 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10555
10556 * configure.in (target_subdir): Set to ${target_alias} instead
10557 of "libraries".
10558
10559 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10560
10561 * configure.in (target_subdir): Set to libraries if enable_multilib.
10562
10563Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10564
10565 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10566 multilibs, force reconfiguration the first time we create
10567 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10568
10569Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10570
10571 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10572 avoid confusion with --no-recursion.
10573
10574Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10575
10576 * configure.in: Win32 hosts shouldn't use install -x
10577 * install-sh: remove -x option, and special .exe-handling
10578 hack.
10579
10580Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10581
10582 * config.guess: Recognize i586-pc-beos.
10583 * configure.in: Don't build some bits for beos.
10584
10585Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10586
10587 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10588 CFLAGS default to -O2.
10589
10590 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10591 when using GNU ld.
10592
10593Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10594
10595 * ltmain.sh: Correct install when using a different shell.
10596
10597Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10598
10599 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10600
10601Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10602
10603 * makefile.vms: Update to build binutils/makefile.vms. Add install
10604 target.
10605
10606Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10607
10608 * ltconfig: Update to correct AIX handling.
10609
10610Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10611
10612 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10613
10614 * configure.in (target_subdir): Set to ${target_alias} instead
10615 of "libraries".
10616
106171998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10618
10619 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10620 (Makefile): Depend on $(gcc_version_trigger).
10621
10622 * configure (gcc_version): Change default initializer to empty
10623 string.
10624 (gcc_version_trigger): New variable; pass this variable down
10625 to subdir configures to enable them checking gcc's version
10626 themselves. Emit make macros for both gcc_version vars.
10627 (topsrcdir): Initialize reliably.
10628 (recursion line): Remove --with-gcc-version=${gcc_version}.
10629
106301998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10631
10632 * configure (enable_version_specific_runtime_libs): Implement new flag
10633 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10634 in $(libsubdir); emit definition in each generated Makefile.
10635 (gxx_include_dir): Initialize depending on
10636 $enable_version_specific_runtime_libs.
10637
106381998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10639
10640 * configure (gcc_version): Initialize properly depending on
10641 how and where configure is started.
10642 (recursion line): Pass a --with-gcc-version=${gcc_version}
10643 to configures in subdirs.
10644
10645Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10646
10647 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10648 cygmon
252b5132
RH
10649
10650Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10651
10652 * configure.in: Add cygmon and libstub support for mn10200.
10653
106541998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10655
10656 * configure (gcc_version): Add new variable describing the
10657 particular gcc version we're building.
10658 * Makefile.in (libsubdir): Add new macro for the directory
10659 in which the compiler finds executables, libraries, etc.
10660 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10661 and libsubdir.
10662
10663Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10664
ba73c63f
JM
10665 * Makefile.in (local-clean): Remove *.log.
10666 (warning.log): Built with warn_summary from build.log.
10667 (mail-report.log): Run test_summary.
10668 (mail-report-with-warnings.log): Run test_summary including
10669 warning.log in the report.
252b5132
RH
10670
10671Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10672
10673 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10674
10675Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10676
10677 * Makefile.in (grep): Grep no longer depends on libiberty.
10678
10679Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10680
10681 * Makefile.in: all-snavigator needs all-libgui.
10682
10683Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10684
10685 * configure.in: Add cygmon and libstub support for mn10300.
10686
10687Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10688
10689 * missing: Update to version from automake 1.3.
10690
10691 * ltmain.sh: On installation, don't get confused if the same name
10692 appears more than once in the list of library names.
10693
10694Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10695
10696 * config.sub: Accept m68060 and m5200 as CPU names.
10697
10698Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10699
10700 * configure: Use && rather than using -a in test, because odd
10701 strings can confuse test.
10702 * configure.in: Likewise.
10703
10704Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10705
10706 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10707
10708Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10709
10710 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10711 bootstrap4-lean): New targets.
10712
10713Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10714
10715 * mpw-* Delete. Not used.
252b5132
RH
10716
10717Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10718
10719 * COPYING.LIB: Update FSF address.
10720
10721Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10722
10723 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10724
10725 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10726 GAS_SUPPORT_DIRS.
10727
10728Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10729
10730 * ltconfig, ltmain.sh: Avoid producing a version number if
10731 -version-info was not used.
10732
10733Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10734
10735 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10736 building with newlib.
10737
107381998-04-30 Paul Eggert <eggert@twinsun.com>
10739
ba73c63f 10740 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10741 Solaris `make' causes it to continue to next definition.
252b5132 10742
afb8d725
JM
10743Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10744
10745 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10746 the right GUI libraries and files are installed along with GDB.
10747
252b5132
RH
10748Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10749
10750 * configure.in: Change alpha to alpha* in several places.
10751
10752Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10753
10754 * config.sub: Recognize sparc86x.
10755
10756Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10757
252b5132
RH
10758 * configure.in (--enable-target-optspace): Remove debug echo.
10759
10760Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10761
10762 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10763
10764Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10765
10766 * ltconfig: Update cygwin32 support.
10767
10768 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10769 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10770 (GDB_SUPPORT_DIRS): Likewise.
10771
10772Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10773
10774 * configure.in (target_makefile_frag): If --enable-target-optspace,
10775 use -Os to compile target libraries rather than -O2. Default to
10776 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10777 not used.
10778 * configure.in (target_cflags): Ditto for d30v.
10779
10780Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10781
10782 * Makefile.in (all-bfd): Depend on all-intl.
10783 (all-binutils): Likewise.
10784 (all-gas): Likewise.
10785 (all-gprof): Likewise.
10786 (all-ld): Likewise.
10787
252b5132
RH
107881998-04-19 Brendan Kehoe <brendan@cygnus.com>
10789
10790 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10791
10792Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10793
10794 * Makefile.in (all-bfd): Depend upon all-libiberty.
10795
10796 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10797
10798Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10799
10800 * Makefile.in: Add libstub.
10801
10802 * configure.in: Ditto. Build libstub for targets that have cygmon
10803 support.
10804
10805Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10806
10807 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10808
10809Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10810
10811 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10812 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10813
10814Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10815
10816 * configure: Define DEFAULT_M4 by searching PATH.
10817 * Makfile.in: Use DEFAULT_M4.
10818
10819Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10820
10821 * ltconfig: Add cygwin32 support.
10822
10823 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10824 to configure and build.
10825
10826Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10827
10828 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10829
10830Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10831
10832 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10833
10834Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10835
10836 * Makefile.in: add ash make rules
10837 * configure.in: add ash to native_only and host_tools lists
10838
10839Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10840
10841 * Makefile.in (all-gettext, all-intl): New targets.
10842 (ALL_MODULES): Added all-gettext, all-intl.
10843 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10844 (INSTALL_MODULES): Added install-gettext, install-intl.
10845 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10846
10847 * configure.in (host_tools): Added gettext.
10848 (native_only): Likewise.
10849 (noconfigdirs) [various cases]: Likewise.
10850 (host_libs): Added intl.
10851
afb8d725
JM
10852Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10853
10854 * configure: Do not disable building gdbtk for cygwin32 hosts.
10855
ba73c63f
JM
10856Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10857
10858 * configure.in: Add thumb-coff target.
10859 * config.sub: Add thumb-coff target.
10860
252b5132
RH
10861Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10862
10863 * Makefile.in: Revert yesterday's change.
10864 (all-target-winsup): all-target-librx stays out of here.
10865
10866Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10867
ba73c63f
JM
10868 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10869 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10870 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10871 Remove references to librx and libg++.
10872
10873Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10874
10875 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10876 recursive makes
10877
10878Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10879
10880 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10881 for newlib directory.
10882 (CXX_FOR_TARGET): Likewise.
10883
10884Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10885
10886 * ltconfig: Update after libtool/ltconfig.in change for
10887 hpux11.
10888
10889Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10890
10891 * ltconfig, ltmain.sh: Update to libtool 1.2.
10892
10893Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10894
10895 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10896 (install-gcc-cross): Instead, override LANGUAGES here.
10897
108981998-03-18 Dave Love <d.love@dl.ac.uk>
10899
10900 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10901 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10902
10903Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10904
10905 * configure.in: Add Thumb-pe target.
10906
10907Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10908
252b5132
RH
10909 * Makefile.in - changed sn targets to snavigator
10910 * configure.in - changed sn targets to snavigator
10911
10912Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10913
10914 * config-ml.in: After building symlink tree call make distclean
10915 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10916 to be the case for libiberty.
10917
10918Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10919
10920 * configure: When making link, also check the current
10921 directory. The configure scripts may create one.
10922
10923Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10924
10925 * config.sub: Accept alphapca56 and alphaev6 properly.
10926
10927Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10928
10929 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10930
252b5132
RH
10931Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10932
80413487 10933 * config.sub (sco5): Fix typo.
252b5132
RH
10934
10935Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10936
10937 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10938 install-itcl.
10939 (install-itcl): Remove dependency on install-tcl.
10940
10941Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10942
10943 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10944
252b5132
RH
10945Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10946
10947 * configure.in: Don't build libgui for a cygwin32 target when not on
10948 a cygwin32 host.
10949
10950Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10951
10952 * configure (redirect): Set to null, so default behavior of
10953 configure is now --verbose.
10954
109551998-02-16 Dave Love <d.love@dl.ac.uk>
10956
10957 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10958 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10959
10960Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10961
10962 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10963 this change to sync Makefile.in with its ChangeLog entries.
10964
10965Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10966
10967 * ltmain.sh (mkdir): Check that the directory doesn't exist
10968 before we exit with error, so that we don't get races during
10969 parallel builds.
10970
10971Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10972
10973 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10974
10975Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10976
10977 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10978 PICFLAG_FOR_TARGET.
10979 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10980
10981 * configure: Emit a definition for the new macro enable_shared
10982 into each Makefile.
10983
252b5132
RH
10984Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10985
10986 * configure.in (host_tools, native_only): Add libtool.
10987
10988Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10989
10990 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10991 Fix typo in ming config comment.
10992
10993Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10994
10995 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10996
10997Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10998
10999 * config.sub: Add tic30 cases, and map c30 to tic30.
11000
ba73c63f
JM
11001Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11002
11003 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11004 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11005 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11006 (CLEAN_TARGET_MODULES): Similarly
11007 (all-target-libf2c): Add dependences.
35590697 11008 * configure.in (target_libs): Add libf2c.
ba73c63f 11009
252b5132
RH
11010Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11011
ba73c63f
JM
11012 * configure.in: Remove expect from noconfigdirs when target
11013 is cygwin32. OK to build expect and dejagnu with Canadian
11014 Cross.
252b5132
RH
11015
11016Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11017
11018 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11019 host.
11020
11021 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11022 and mingw32.
11023
11024Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11025
11026 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11027 here as it is not defined in the toplevel Makefile.
11028
11029Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11030
11031 * configure (package_makefile_rules_frag): New variable, which names
11032 a file with generic rules, ...
11033 Change comment to mention we now have FIVE parts.
11034 * configure: Undo last change.
11035
11036Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11037
11038 * config.guess: More accurate determination of HP processor types.
11039 * config.sub: More accurate determination of HP processor types.
11040
11041Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11042
11043 * configure (package_makefile_frag): Move inserting the
11044 ${package_makefile_frag} to where it should be according
11045 to the comment.
11046
ba73c63f 11047Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
11048
11049 * config.guess: Add support for Linux/ARM.
11050
11051Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11052
11053 * .cvsignore: Remove *-info and *-install since they match
11054 release-info and mpw-install, which we don't want to just ignore.
11055
11056Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11057
11058 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11059
11060Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11061
11062 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11063 local_prefix to sub-make invocations.
11064
11065Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11066
11067 * configure.in: Check makefile fragments in the source
11068 directory.
11069
11070Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11071
ba73c63f
JM
11072 * configure.in: Check whether host and target makefile
11073 fragments exist before adding them to *_makefile_frag.
252b5132
RH
11074
11075Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11076
11077 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 11078
252b5132
RH
11079Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11080
11081 * configure.in: Make sure we only replace RPATH_ENVVAR on
11082 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11083 regexp to sed.
11084
11085 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11086 to sub-makes.
11087
110881998-01-13 Lee Iverson (leei@ai.sri.com)
11089
11090 * config-ml.in (multi-do): LDFLAGS must include multilib
11091 designator.
11092
11093Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11094
11095 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11096
11097Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11098
11099 * config.sub: Add mingw32 support.
11100 * configure.in: Likewise.
252b5132
RH
11101
11102Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11103
11104 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11105
11106Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11107
11108 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11109 * configure (gxx_include_dir): Provide a definition for subdirs
11110 which do not use autoconf.
11111
11112Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11113
11114 * config.guess: Sync with egcs. Picks up new alpha support,
11115 BeOS & some additional linux support.
11116
ba73c63f 11117Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
11118
11119 * config.guess: HP 9000/803 is a PA1.1 machine.
11120
ba73c63f
JM
11121Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11122
11123 * configure.in: It's alpha*-...
252b5132
RH
11124
11125Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11126
ba73c63f
JM
11127 * configure.in (host_makefile_frag, target_makefile_frag):
11128 Handle multiple config files.
11129 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11130 alpha-*-*.
252b5132
RH
11131
11132Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11133
11134 * mkdep: New file.
11135
11136Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11137
11138 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11139
11140Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11141
11142 * Makefile.in: Add libgui directory.
11143 (GDB_TK): Add all-libgui.
11144 * configure.in: Add libgui directory.
11145 * configure: Add all-libgui to GDB_TK.
11146
11147Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11148
11149 * config-ml.in (multidirs): Add m32r to multilib list.
11150
11151Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11152
11153 * Makefile.in (all-target-gperf): Change dependency to
11154 all-target-libstdc++.
11155
11156Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11157
11158 * config.guess: Add BeOS support.
11159
11160Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11161
11162 Source directory cvs renamed to cvssrc:
11163 * configure.in (host_tools): Change cvs to cvssrc.
11164 (native_only): Likewise.
11165 (noconfigdirs) [various cases]: Likewise.
11166 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11167 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11168 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11169 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11170 (all-cvssrc): Rename target from all-cvs.
11171
11172Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11173
11174 * configure (gxx_include_dir): Fix thinko.
11175
11176Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11177
11178 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11179 (install-cross, install-gcc-cross): New targets.
11180
11181Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11182
11183 * configure.in (noconfigdirs): Add support for Thumb target.
11184
11185 * config.sub (maybe_os): Add support for Thumb target.
11186
11187Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11188
11189 * Makefile.in: Add rules for cygmon.
11190
11191 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11192
11193Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11194
11195 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11196 * configure (gxx_include_dir): Provide a definition for subdirs
11197 which do not use autoconf.
11198
11199Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11200
11201 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 11202 11/18/97 build
252b5132
RH
11203
11204Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11205
11206 * From Franz Sirl.
11207 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11208 found on RedHat Linux systems.
11209
11210Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11211
11212 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11213 guesses.
11214
11215Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11216
11217 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11218
11219Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11220
11221 * ltmain.sh: If mkdir fails, check whether the directory was created
11222 anyhow by some other process.
11223
11224Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11225
11226 * configure.in (d30v-*-*): Configure all directories.
11227
11228Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11229
11230 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11231 for the D30V.
11232
11233Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11234
11235 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11236
11237Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11238
80413487
RH
11239 * include/libiberty.h: Add extern "C" { so it can be used with C++
11240 progrms.
11241 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11242 programs.
252b5132
RH
11243
11244Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11245
11246 * configure.in (d30v-*-*): Configure GCC now.
11247
11248Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11249
11250 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11251 is no longer needed.
11252
11253Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11254
11255 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11256
11257Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11258
11259 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11260 targets using "$@" to provide support for similar but not identical
11261 targets without having to duplicate code.
11262
11263Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11264
11265 * makefile.vms: Fix to work with DEC C.
11266
11267Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11268
11269 * config.sub: Add mips-tx39-elf to marketing names.
11270
11271Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11272
11273 * ltmain.sh: Handle symlinks in generated script.
11274
11275Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11276
11277 * configure: Handle autoconf style directory options: --bindir,
11278 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11279 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11280 --sysconfdir.
11281 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11282 (sharedstatedir, localstatedir, oldincludedir): New variables.
11283 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11284 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11285 sbindir, sharedstatedir, and sysconfdir.
11286
11287Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11288
11289 * Makefile.in (bootstrap-lean): New target.
11290
11291Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11292
11293 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 11294 sn, and gnuserv from noconfigdirs.
252b5132
RH
11295
11296Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11297
11298 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11299
11300Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11301
ba73c63f 11302 * Makefile.in (cross): New target.
252b5132
RH
11303
11304Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 11305 Jeff Law <law@cygnus.com>
252b5132
RH
11306
11307 * Makefile.in (bootstrap2, bootstrap3): New targets.
11308 (all-bootstrap): Remove outdated and confusing target.
11309 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11310
afb8d725
JM
11311Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11312
11313 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 11314 windows. Consistent with gdb/configure.
afb8d725 11315
252b5132
RH
113161997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11317
252b5132
RH
11318 * configure.in: Name Linux target fragment.
11319
11320 * configure: Rewrite so that project Makefile fragment is inserted
11321 first and appears last in the resulting Makefile.
11322
11323Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11324
11325 * Makefile.in (install-itcl): Install tcl first.
11326
252b5132 11327Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 11328
252b5132
RH
11329 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11330
11331Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11332
11333 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11334
11335 * configure.in (skipdirs): Add target-librx for Linux.
11336 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11337
11338Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11339
11340 * Makefile.in (bootstrap): New target.
11341
11342Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11343
11344 * config.sub: Accept 'amigados' for backward compatability.
11345
11346Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11347
11348 * config.guess: Merge with FSF.
11349
ba73c63f
JM
11350Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11351
11352 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11353
252b5132
RH
11354Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11355
11356 * config.sub: Add "marketing-names" patch.
11357
11358Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11359
80413487 11360 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
11361
11362Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11363
11364 * config.sub: Handle v850-elf.
11365
ba73c63f
JM
11366Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11367
11368 * .cvsignore (*-install): Remove.
11369
252b5132
RH
11370Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11371
11372 * ltconfig: Set CONFIG_SHELL in libtool.
11373 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11374
11375Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11376
11377 * configure.in (target_subdir): Set to libraries if enable_multilib.
11378
11379Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11380
11381 * config.guess: Update from gcc directory.
11382
11383Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11384
11385 * Makefile.in (all-sim): Depends on all-readline.
11386
11387Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11388
11389 * Makefile.in (BISON, YACC): Use $$s.
11390 (all-bison): Depend on all-texinfo.
11391
11392Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11393
11394 * Makefile.in (BISON): Add -L flag.
11395 (YACC): Likewise.
11396
11397Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11398
35590697
AJ
11399 * configure.in (noconfigdirs): Add support for v850e target.
11400
252b5132
RH
11401 * config.sub (maybe_os): Add support for v850e target.
11402
11403Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11404
35590697
AJ
11405 * configure.in (noconfigdirs): Add support for v850ea target.
11406
252b5132
RH
11407 * config.sub (maybe_os): Add support for v850ea target.
11408
11409Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11410
11411 * config.sub: Add mipstx39. Delete r3900.
11412
11413Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11414
11415 * Makefile.in (all-autoconf): Depends on all-texinfo.
11416
11417Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11418
11419 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11420 eabi targets.
11421
11422Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11423
11424 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11425
11426 * configure: When handling a Canadian Cross, handle YACC as well as
11427 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11428 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11429
11430Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11431
11432 * Makefile.in (BISON): bison, not byacc or bison -y.
11433 (YACC): bison -y or byacc or yacc.
11434 (various): Add *-bison as appropriate.
11435 (taz): No need to mess with BISON anymore.
11436
11437Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11438
11439 * configure: If OSTYPE matches *win32*, try to find a good value for
11440 CONFIG_SHELL.
11441
11442Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11443
11444 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11445 configure.in if it is present.
11446
11447Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11448
11449 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11450
11451Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11452
11453 * config.sub: Recognize `arc' cpu.
11454 * configure.in: Likewise.
11455 * config-ml.in: Likewise.
11456
11457Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11458
11459 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11460
11461Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11462
11463 * configure: Changed sed delimiter from ':' to '|' when
11464 attempting to substitute ${config_shell} for SHELL. On
11465 NT ${config_shell} may contain a ':' in it.
11466
11467Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11468
11469 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11470
11471Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11472
11473 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11474
11475Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11476
11477 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11478
11479 * ylwrap: If the program is a relative path, force it to be
11480 absolute.
11481
11482Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11483
11484 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11485
11486Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11487
11488 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11489 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11490 for libraries.
252b5132
RH
11491
11492Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11493
11494 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11495 separated by spaces.
252b5132
RH
11496
11497Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11498
11499 * ylwrap: New file.
11500 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11501
11502 * ltmain.sh: Handle /bin/sh at start of install program.
11503
11504 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11505
11506 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11507 * missing: New file, from automake 1.2.
11508
11509Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11510
11511 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11512 check-tk to CHECK_X11_MODULES.
11513
11514Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11515
11516 * config.sub: Merge with FSF.
11517
11518Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11519
11520 * config.guess: Merge with FSF.
11521
11522Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11523
11524 * configure: Treat msdosdjgpp like go32.
11525 * configure.in: Likewise. Don't remove gprof for go32.
11526
11527 * configure: Change Makefile.tem2 to Makefile.tm2.
11528
11529Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11530
11531 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11532
11533Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11534
11535 * install-sh (chmodcmd): Set to null if the DST directory already
11536 exists. Same as Nov 11th change.
11537
11538Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11539
35590697 11540 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11541
11542Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11543
11544 * config.guess: Update from FSF.
11545
11546Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11547
11548 * Makefile.in (GDB_TK): Depend on itcl and tix.
11549
11550Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11551
11552 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11553 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11554 (INSTALL_SCRIPT): New variable.
11555 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11556 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11557 to -x.
11558 * install-sh: Add support for -x option.
11559
11560Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11561
11562 * configure.in, Makefile.in: Treat tix like itcl.
11563
11564Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11565
11566 * Makefile.in (WINDRES): New variable.
11567 (WINDRES_FOR_TARGET): New variable.
11568 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11569 (EXTRA_HOST_FLAGS): Add WINDRES.
11570 (EXTRA_TARGET_FLAGS): Add WINDRES.
11571 (EXTRA_GCC_FLAGS): Add WINDRES.
11572 ($(DO_X)): Pass down WINDRES.
11573 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11574 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11575 DLLTOOL_FOR_TARGET.
11576
11577Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11578
11579 * configure.in: configure sim before gdb for win32-x-ppc
11580
11581Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11582
11583 Move gperf into the toplevel, from libg++.
11584 * configure.in (target_tools): Add target-gperf.
11585 (native_only): Add target-gperf.
11586 * Makefile.in (all-target-gperf): New target, depend on
11587 all-target-libg++.
11588 (configure-target-gperf): Empty rule.
11589 (ALL_TARGET_MODULES): Add all-target-gperf.
11590 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11591 (CHECK_TARGET_MODULES): Add check-target-gperf.
11592 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11593 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11594
11595Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11596
252b5132
RH
11597 * config.sub (mn10200): Recognize new basic machine.
11598
11599Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11600
11601 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11602 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11603
11604Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11605
11606 * configure.in: If we're building mips-sgi-irix6* native, turn on
11607 ENABLE_MULTILIB and set TARGET_SUBDIR.
11608
11609Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11610
11611 * Makefile.in (all-sn): Depend on all-grep.
11612
11613Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11614
11615 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11616
11617 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11618 Makefile. From Jeff Makey <jeff@cts.com>.
11619 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11620
11621 * Makefile.in (DISTBISONFILES): Remove.
11622 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11623 $(DEFAULT_YACC).
11624
11625 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11626 cygwin32.
252b5132
RH
11627
11628 * Makefile.in (LD): New variable.
11629 (EXTRA_HOST_FLAGS): Pass down LD.
11630 ($(DO_X)): Likewise.
11631
11632Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11633
11634 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11635
11636Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11637
11638 * configure.in (targargs): Strip out any supplied --build argument
35590697 11639 before adding our own. Always add --build.
252b5132
RH
11640
11641Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11642
11643 * configure.in (targargs): Pass --build if we're doing
11644 a cross-compile.
11645
11646Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11647
ba73c63f 11648 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11649 sed. Otherwise sed chokes on NT path names with drive
11650 designators. Also look for "?:*" as the leading characters in an
11651 absolute pathname.
11652
11653Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11654
11655 * config.sub: Support for r3900.
11656
11657Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11658
11659 * configure.in: Use install-sh, not install.sh.
11660
11661Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11662
11663 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11664 apply it twice.
11665
11666Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11667
11668 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11669 install-binutils.
11670
11671Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11672
11673 * Makefile.in: Add automake targets.
11674 * configure.in (host_tools): Add automake.
11675
11676Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11677
11678 * configure: Default CXX to c++, not gcc.
11679 * Makefile.in (CXX): Set to c++, not gcc.
11680 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11681
11682Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11683
11684 * install-sh: try appending a .exe if source file doesn't
11685 exist
11686
11687Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11688
11689 * configure.in: Turn on multilib by default.
11690 (cross_only): Remove target-libiberty.
11691
11692 * Makefile.in (all-gcc): Don't depend on libiberty.
11693
11694Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11695
11696 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11697
11698Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11699
11700 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11701 (DISTBISONFILES): Add ld/Makefile.in
11702
11703Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11704
11705 * configure.in: if target is cygwin32 but host isn't cygwin32,
11706 don't configure gdb tcl tk expect, not just gdb.
11707
11708Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11709
11710 * configure.in: Added gnuserv everywhere sn appears.
11711
11712 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11713 (CROSS_CHECK_MODULES): Added check-gnuserv.
11714 (INSTALL_MODULES): Added install-gnuserv.
11715 (CLEAN_MODULES): Added clean-gnuserv.
11716 (all-gnuserv): New target.
11717
11718Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11719
11720 * config.guess: Fixes for MIPS OpenBSD systems.
11721
11722Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11723
11724 * Makefile.in (INSTALL_XFORM): Remove.
11725 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11726
11727 * mkinstalldirs: New file, copied from automake.
11728 * Makefile.in (installdirs): Rename from install-dirs. Use
11729 mkinstalldirs. Change all users.
11730 (DEVO_SUPPORT): Add mkinstalldirs.
11731
11732Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11733
11734 * install-sh: Rename from install.sh.
11735 * Makefile.in (INSTALL): Change install.sh to install-sh.
11736 (DEVO_SUPPORT): Likewise.
11737
11738 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11739 Graichen <graichen@rzpd.de>.
11740
11741Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11742
11743 * config.guess: Recognize OpenBSD systems correctly.
11744
11745Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11746
11747 * README, Makefile.in (ETC_SUPPORT): Remove references to
11748 cfg-paper*, configure.{texi,man,info*}._
11749
11750Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11751
11752 * Makefile.in (all.normal): Ensure that gcc is built after all
11753 the x11 - ie gdb - targets.
11754
11755Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11756
11757 * makefile.vms: Don't run conf-a-gas.
11758
11759Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11760
80413487 11761 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11762
11763Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11764
11765 * configure.in: Remove noconfigdirs case since gdb also
11766 configures and builds for tic80-coff.
11767
11768Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11769
11770 * configure: Set cache_file to config.cache.
11771 * Makefile.in (local-distclean): Remove config.cache.
11772
11773Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11774
11775 * COPYING: Update FSF address.
11776
11777Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11778
11779 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11780 noconfigdirs.
11781
11782Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11783
11784 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11785 MAKEDIRS, is empty.
11786
11787Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11788
11789 * config.sub: Tweak mn10300 entry.
11790
11791Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11792
11793 * configure.in (host_tools): Put sim before gdb, so gdb's
11794 configure.tgt can determine if the simulator was configured.
11795
11796Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11797
11798 * config.sub: Move BeOS $os case to be with other Cygnus
11799 local cases.
11800
11801Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11802
11803 * config.sub: Remove misplaced comment that broke Linux.
11804
11805Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11806
11807 * config.sub: Add BeOS support.
11808
11809Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11810
11811 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11812
11813Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11814
11815 * configure.in (noconfigdirs): Remove tcl and tk from
11816 noconfigdirs for cygwin32 builds.
11817
11818Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11819
11820 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11821
11822Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11823
11824 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11825 make-all.com, use makefile.vms instead.
11826
11827Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11828
11829 * config.sub: Accept -lnews*.
11830
11831Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11832
11833 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11834 target-examples and target-libiberty for d30v.
252b5132
RH
11835
11836Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11837
11838 * configure.in (noconfigdirs): Enable ld for d30v.
11839
11840Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11841
11842 * configure.in (tic80-*-*): Build compiler.
11843
11844Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11845
11846 * configure.in (d30v-*): Remove sim directory from list of
35590697 11847 unsupported d30v directories
252b5132
RH
11848
11849Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11850
35590697
AJ
11851 * config.sub, configure.in: Add d30v target cpu.
11852
252b5132
RH
11853Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11854
11855 * makefile.vms: New file.
11856 * make-all.com: Remove.
11857
11858Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11859
11860 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11861
11862Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11863
11864 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11865
11866Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11867
11868 * Makefile.in (ALL_MODULES): Added all-db.
11869 (CROSS_CHECK_MODULES): Addec check-db.
11870 (INSTALL_MODULES): Added install-db.
11871 (CLEAN_MODULES): Added clean-db.
11872
11873Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11874
11875 * config.guess: Merge with latest FSF sources.
11876
11877Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11878
11879 * Makefile.in (ALL_MODULES): Added all-itcl.
11880 (CROSS_CHECK_MODULES): Added check-itcl.
11881 (INSTALL_MODULES): Added install-itcl.
11882 (CLEAN_MODULES): Added clean-itcl.
11883
11884Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11885
11886 * configure.in: build gdb for mn10200
11887
11888Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11889
11890 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11891
11892Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11893
11894 * configure.in (tic80-*-*): Turn off most targets right now.
11895
11896Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11897
11898 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11899 rather than the makeinfo program.
11900 (do-info): Depend upon all-texinfo.
11901
11902Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11903
11904 * configure.in: Remove uses of config/mh-linux.
11905
11906 * config.sub, config.guess: Merge with latest FSF sources.
11907
11908Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11909
11910 * config.sub (case $basic_machine): Add tic80 entries.
11911
11912Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11913
11914 * config.sub, config.guess: Merge with latest FSF sources.
11915
11916Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11917
11918 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11919 * mpw-config.in: Test for NewFolderRecursive.
11920 * mpw-install: Use symbolic name for startup filename.
11921 * mpw-README: Add various additional details.
11922
11923Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11924
11925 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11926
11927Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11928
11929 * configure.in: Do build gcc and the target libraries for
11930 the mn10200.
11931
11932Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11933
11934 * configure.in: don't avoid building gdb for mn10300 any more
11935 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11936 instead of single-quoting it.
11937
11938Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11939
11940 * configure.in: Don't use --with-stabs on IRIX 6.
11941
11942Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11943
11944 * configure.in (m32r): Build gdb, libg++ now.
11945
11946Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11947
11948 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11949 directories from noconfigdirs.
11950
11951Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11952
11953 * config.sub (basic_machine): added mips16 configuration
11954
11955Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11956
11957 * config.sub: Handle d10v-unknown.
11958
11959Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11960
11961 * config.sub: Handle v850-unknown.
11962
11963Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11964
11965 * Makefile.in: add findutils
11966 * configure.in: add findutils to list of host_tools
11967
11968Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11969
11970 * config.sub: Handle mn10200 and mn10300.
11971
11972Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11973
11974 * configure.in (d10v-*): Do not build librx.
11975
11976Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11977
11978 * configure.in (mn10300): Build everything except gdb & libgloss.
11979
11980Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11981
11982 * config.guess: Patch for Dansk Data Elektronik servers,
11983 from Niels Skou Olsen <nso@dde.dk>.
11984
11985 For ncr, use /bin/uname rather than uname, since GNU uname does not
11986 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11987
11988 Patch for MIPS R4000 running System V,
11989 from Eric S. Raymond <esr@snark.thyrsus.com>.
11990
11991 Fix thinko for nextstep.
11992
11993 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11994
11995 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11996 * config.guess: Guess mips-dec-mach_bsd4.3.
11997
11998 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11999 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12000 release numbers.
12001 * config.guess (mips-mips-riscos*): Emit just enough of the
12002 release number.
12003
12004 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12005 * config.guess (sparc-auspex-sunos*): Added.
12006 (f300-fujitsu-*): Added.
12007
12008 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12009 * config.guess: Recognize a Tadpole as a sparc.
12010
12011Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12012
12013 * config.guess: Don't assume that NextStep version is either 2 or
12014 3. NextStep 4 (aka OpenStep 4) has come out now.
12015
12016Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12017
12018 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12019 From Rik Faith <faith@cs.unc.edu>.
12020
12021Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12022
12023 * config.sub: Contributions from bug-gnu-utils to:
12024 Support plain "hppa" (no version given) architecture, reported by
12025 OpenStep.
12026 OpenBSD like NetBSD.
12027 LynxOs is not a hardware supplier.
12028
12029 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 12030 OpenBSD like NetBSD.
252b5132
RH
12031 Stratus systems.
12032 More Pyramid systems.
12033 i[n>4]86 Intel chips.
12034 M680[n>4]0 Motorola chips.
12035 Use unknown instead of lynx for hardware manufacturer.
12036
12037Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12038
12039 * install.sh (chmodcmd): Set to null if the DST directory already
12040 exists.
12041
12042Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12043
12044 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12045 not use mt-ppc target Makefile fragment any more.
12046
12047Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12048
12049 * configure.in (*-*-windows): Exclude everything but those dirs
12050 needed to build windows.
12051
12052Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12053
12054 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12055
12056Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12057
12058 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
12059
12060Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12061
12062 * Undo my previous change.
12063
12064Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12065
12066 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12067 unconditionally.
12068 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12069
12070Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12071
12072 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12073 host to add it's own flags.
252b5132
RH
12074
12075Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12076
12077 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12078
12079Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12080
12081 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12082 (CXX_FOR_TARGET): Likewise.
12083 (GCC_FOR_TARGET): Define.
12084 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12085 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12086 CC_FOR_TARGET was specified on the command line.
12087 (MAKEOVERRIDES): Don't define.
12088
12089Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12090
12091 * configure.in (m32r): Fix spelling of libg++ libs.
12092
12093Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12094
12095 * config.sub (-apple*): Remove, now redundant.
12096
12097Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12098
12099 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12100
12101 * configure: Rework yesterday's sed script patch.
12102
12103 * config.sub: Merge with FSF.
12104
12105Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12106
12107 * config.guess: Merge from FSF.
12108
12109 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
12110 * config.guess: Use pc instead of unknown, for pc clone systems.
12111 Change linux to linux-gnu.
252b5132
RH
12112
12113 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 12114 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
12115
12116Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12117
12118 * test-build.mk (HOLES): Add "xargs" for gdb.
12119
12120 * configure: Avoid hpux10.20 sed bug.
12121
12122Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12123
4bddf3ad 12124 * configure.in: Add support for windows host
252b5132
RH
12125 (that is a build done under the Microsoft build environment).
12126
12127Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12128
12129 * Makefile.in: Replace all uses of srcroot with s, to shrink
12130 command line lengths.
12131
12132 Patches from Geoffrey Noer <noer@cygnus.com>:
12133 * configure.in: If configuring for newlib, pass --with-newlib to
12134 subdirectories.
12135 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12136 -Bnewlib/ and -Lwinsup to gcc.
12137 (CXX_FOR_TARGET): Likewise.
12138
12139Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12140
12141 * Makefile.in (ETC_SUPPORT): Add configure.
12142
12143Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12144
35590697 12145 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
12146 host configuration file.
12147
12148Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12149
12150 * configure.in: Break mn10x00 support into separate
12151 mn10200 and mn10300 configurations.
12152 * config.sub: Likewise.
12153
12154Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12155
12156 * configure.in: Add lots of stuff to noconfigdirs for
12157 the mn10x00 targets.
12158
12159 * config.sub, configure.in: Add mn10x00 support.
12160
12161Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12162
12163 * make-all.com: Call conf-a-gas, not config-a-gas.
12164
12165Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12166
12167 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 12168 targets.
252b5132
RH
12169
12170Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12171
12172 * mpw-README: Add much more detail for native PowerMac.
12173 * mpw-install: New file.
12174 * mpw-configure: Add --norecursion and --help options.
12175 * mpw-config.in: Translate readme and install files when
12176 copying to objdir.
12177 * mpw-build.in: Don't always depend on byacc and flex.
12178 (install-only-top): New action.
12179
12180Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12181
12182 * configure.in: You can now configure GDB for the v850.
12183
12184Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12185
12186 * configure.in (noconfigdirs): Don't configure any C++ dirs
12187 if targeting D10V.
12188
12189Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12190
12191 * config.sub: Recognize mips64vr5000.
12192
12193Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12194
12195 * configure.in: Use a single line for host_tools and native_only.
12196
12197Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12198
12199 * config.sub, configure.in: Add entries for m32r.
12200
12201Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12202
12203 * Makefile.in (inet-install): Don't run install-gzip.
12204
12205Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12206
12207 * configure.in: Don't config lots of things for *-*-windows*.
12208
12209Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12210
12211 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12212 (host_libs, host_tools): Copy from configure.in.
12213 * mpw-configure: Don't complain about directories not found.
12214
12215Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12216
12217 * configure.in (i[345]86): Recognize i686 for pentium pro.
12218 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12219 file.
12220
12221 * config.guess (i[345]86): Ditto.
12222
12223Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12224
12225 * configure.in (noconfigdirs): Removed gdb for D10V.
12226
12227Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12228
12229 * configure.in: Remove ld, target-libio, target-libg++, and
12230 target-libstdc++ from noconfigdirs.
12231
12232Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12233
12234 * configure: Fix three locations where shell scripts were
12235 being run directly rather than with config_shell.
12236
12237Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12238
12239 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12240 * config.sub (basic_machine): Recognize v850.
12241
12242Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12243
12244 * mpw-configure: Handle multiple enable/disable options and
12245 pass them down recursively, handle -c and -s flags appropriately
12246 depending on choice of compiler, add escape mechanism for
12247 quoted arguments to gC.
12248
12249Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12250
12251 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12252 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12253 so that -mrelocatable-lib and -mno-eabi are used.
12254
12255 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12256 not support --print-multi-lib, don't abort.
12257
252b5132
RH
12258Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12259
12260 * make-all.com: Run config-a-gas.
12261 * setup.com: Don't copy subdirectory files around.
12262
12263Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12264
12265 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12266 target, it now compiles correctly.
12267
12268Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12269
12270 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12271
12272Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12273
35590697 12274 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
12275
12276Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12277
12278 * configure.in (native_only): Add prms.
12279
12280Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12281
12282 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12283 (BINUTILS_SUPPORT_DIRS): Likewise.
12284
12285Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12286
12287 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12288 d10v support is added.
12289
12290Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12291
12292 * configure.in (d10v-*-*): New target.
12293
12294Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12295
12296 * config.guess (HP 9000/811): Recognize this as a PA1.1
12297 machine.
12298
12299Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12300
12301 * Makefile.in (do-tar-gz): New target, split out from tail end of
12302 taz target. Run each command separately, don't use pipes.
12303 (taz): Use it.
12304
12305Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12306
12307 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12308 * mpw-build.in: No builds should depend on building byacc or flex,
12309 they are assumed to be installed already.
12310
12311Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12312
12313 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12314 variable that CC_FOR_TARGET needs.
12315
12316Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12317
12318 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12319 options have changed since the last time the subdirectory was
12320 configured, and if it has, reconfigure.
12321 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12322 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12323
12324Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12325
12326 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12327 CLEAN_MODULES): Add bash.
12328 (all-bash): New target.
12329
12330Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12331
12332 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12333
12334Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12335
12336 * config.sub (basic_machine): Recognize d10v as a valid processor.
12337
12338Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12339
12340 * mpw-configure: Add support for --bindir.
12341 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12342
12343Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12344
12345 * configure.in: add bash, time, gawk to list of hosttools and things
12346 to only build for native toolchains
12347
12348Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12349
12350 * Makefile.in (docdir): Remove.
12351
12352Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12353
12354 * Makefile.in (datadir): Set to $(prefix)/share.
12355
12356Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12357
12358 * configure.in: build diff and patch for cygwin32-hosted
12359 toolchains.
12360
12361Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12362
12363 * config.sub: Accept -rtems*.
12364
12365Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12366
80413487 12367 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
12368 remove diff from the list of things not buildable
12369 via Canadian Cross
252b5132
RH
12370
12371Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12372
12373 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 12374 don't get ". ".
252b5132
RH
12375
12376Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12377
12378 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12379
12380Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12381
12382 * Makefile.in (taz): Handle case where tex3patch didn't even get
12383 checked out. Also, if it was found, put the symlink in a new util
12384 subdirectory.
12385
12386Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12387
12388 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12389
12390Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12391
12392 * config.sub: Recognize -openvms.
12393 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12394 * make-all.com, setup.com: New files.
12395
12396Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12397
12398 * Makefile.in (taz): tex3patch moved to texinfo/util.
12399
12400Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12401
afb8d725 12402 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12403 * configure.in: remove make from disable-if-Can-Cross list
12404 enable gdb if ${host} and ${target} are cygwin32
12405
12406Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12407
12408 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12409 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12410
12411Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12412
12413 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12414 distinguish sysv/svr4/bsd variants.
12415 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12416
12417Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12418
12419 * configure.in: Added copyright notice.
12420 * move-if-change: Added copyright notice.
12421
12422Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12423
12424 * configure.in (powerpcle-*-solaris*): Until we get shared
12425 libraries working, don't build gdb, sim, make, tcl, tk, or
12426 expect.
12427
12428Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12429
12430 * config.guess: Merge with FSF:
12431
12432 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12433 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12434
12435 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12436 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12437
12438 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12439 * config.guess: Combine two OSF1 rules.
12440 Also recognize field test versions. From mjr@zk3.dec.com.
12441 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12442 because GNU uname does not support -p. From pmr@pajato.com.
12443
12444Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12445
12446 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12447
12448Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12449
12450 * mpw-README: Document GCCIncludes.
12451
12452Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12453
12454 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12455
12456Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12457
12458 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12459
12460Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12461
12462 * configure.in (*-*-cygwin32): Configure make.
12463
12464Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12465
12466 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12467
12468Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12469
12470 * Makefile.in (all-inet): Depend on all-perl.
12471
12472 * Makefile.in (inet-install): New target.
12473
12474 * Makefile.in (all-inet): Depend on all-tcl.
12475 (all-inet): Depend on all-send-pr.
12476
12477Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12478
12479 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12480 temporarily.
12481
12482Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12483
12484 * configure.in: Don't configure --with-gnu-ld on AIX.
12485
12486Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12487
12488 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12489
12490Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12491
12492 * Makefile.in (ALL_MODULES): Added all-inet.
12493 (CROSS_CHECK_MODULES): Added check-inet.
12494 (INSTALL_MODULES): Added install-inet.
12495 (CLEAN_MODULES): Added clean-inet.
12496 (all-indent): New target.
12497
12498 * configure.in (host_tools): Added inet.
12499 (native_only): Added inet.
12500 (noconfigdirs): Added inet.
12501
12502Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12503
12504 * configure.in: Don't configure libgloss if we are not configuring
12505 newlib.
12506
12507Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12508
12509 * configure.in: Don't configure libgloss for unsupported
12510 architectures.
12511
12512Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12513
12514 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12515
12516Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12517
12518 * Makefile.in (ALL_MODULES): Include all-apache.
12519 (CROSS_CHECK_MODULES): Include check-apache.
12520 (INSTALL_MODULES): Include install-apache.
12521 (all-apache): New target.
12522
12523 * configure.in: Added apache everywhere perl is seen.
12524
12525Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12526
12527 * Makefile.in: Add support for clean-{module} and
12528 clean-target-{module} rules.
12529
12530Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12531
12532 * configure.in (*-*-ose) do not build libgloss.
12533
12534Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12535
12536 * config.guess (prep*:SunOS:5.*:*): Turn into
12537 powerpele-unknown-solaris2.
12538
12539Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12540
12541 * configure.in: Permit --enable-shared to specify a list of
12542 directories.
12543
12544Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12545
12546 * configure.in (host==solaris): Pass only the first word of $CC
12547 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12548
12549Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12550
12551 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12552
12553Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12554
12555 * Makefile.in (ALL_MODULES): Include all-perl.
12556 (CROSS_CHECK_MODULES): Include check-perl.
12557 (INSTALL_MODULES): Include install-perl.
12558 (ALL_X11_MODULES): Include all-guile.
12559 (CHECK_X11_MODULES): Include check-guile.
12560 (INSTALL_X11_MODULES): Include install-guile.
12561 (all-perl): New target.
12562 (all-guile): New target.
12563
12564 * configure.in (host_tools): Include perl and guile.
12565 (native_only): Include perl and guile.
12566 (noconfigdirs): Don't build guile and perl; no ports have been
12567 done.
12568
12569Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12570
80413487
RH
12571 * configure (--enable-*): Handle quoted option lists such as
12572 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12573
12574Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12575
12576 * Makefile.in ({,inst}all-target): New rule so we can make and
12577 install all of the target directories easily.
12578
12579Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12580
12581 * configure.in: Add missing global flag in sed substitution when
12582 deleting `target-' from ${configdirs}.
12583
12584Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12585
12586 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12587 option.
12588
12589 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12590 config/mh-necv4.
12591
12592 * install.sh: Correct misspelling of transformbasename.
12593
12594 * config.guess: Recognize mips-*-sysv*.
12595
12596Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12597
12598 * config.sub: Recognize mon960.
12599
12600Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12601
12602 * configure: Restore Canadian Cross handling of BISON and LEX,
12603 removed in Feb 20 change.
12604
12605Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12606
12607 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12608 Mention make install. Remove the old copyright date as well the
12609 clumsy and rather pointless copyright on the README file.
12610
12611Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12612
12613 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12614 Makefile after running symlink-tree, then run `make distclean' to
12615 avoid clobbering any generated files in srcdir.
12616
12617Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12618
12619 * configure.in (m68k-*-netbsd*): Build everything now.
12620
12621Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12622
12623 * Makefile.in (taz): Fix quoting.
12624
12625Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12626
12627 * configure.in (sparclet-*-*): Build everything now.
12628
12629Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12630
12631 * configure.in (m68k-*-linux*): New host.
12632
12633Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12634
12635 * configure: Check for bison before byacc.
12636
12637Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12638
12639 * Makefile.in configure: Change the way LEX and BISON/YACC are
12640 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12641 searching PATH. These are used as fallbacks by Makefile.in if
12642 flex/bison/byacc aren't in objdir.
12643
12644Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12645
12646 * Makefile.in: Make everything which depends upon all-bfd also
12647 depend upon all-opcodes, in case --with-commonbfdlib is used.
12648
12649Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12650
12651 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12652 building NT native compilers on Unix.
12653
12654Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12655
12656 * configure.in: Don't get CC from the host Makefile fragment if we
12657 can find gcc in PATH, or if this is a Canadian Cross. Move the
12658 Solaris test for /usr/ucb/cc to the post target script, just after
12659 the compiler sanity test.
12660
12661Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12662
12663 * config.sub: Merge with FSF.
12664
12665Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12666
12667 * Makefile.in (RPATH_ENVVAR): New variable.
12668 (REALLY_SET_LIB_PATH): Use it.
12669 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12670
12671Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12672
12673 * config.sub, configure.in: Recognize sparclet cpu.
12674
12675Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12676
12677 * config.guess: Support m68k-cbm-sysv4.
12678
12679Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12680
12681 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12682 m68k-unknown-linuxaout from linker help string. Put quotes around
12683 $ld_help_string.
12684
12685Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12686
12687 * config.guess (powerpc-harris-powerunix): Add guess for port
12688 to new target.
12689
12690Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12691
12692 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12693
12694Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12695
12696 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12697 $(REALLY_SET_LIB_PATH) in Makefile.
12698 * Makefile.in (SET_LIB_PATH): New variable.
12699 (REALLY_SET_LIB_PATH): New variable.
12700 ($(DO_X)): Use $(SET_LIB_PATH).
12701 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12702 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12703 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12704 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12705 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12706 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12707 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12708 (install-dosrel): Likewise.
12709 (all-opcodes): Depend upon all-libiberty.
12710
12711Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12712
12713 * config.guess (*:CYGWIN*): New
12714
12715Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12716
12717 * Makefile.in (all-target-winsup): All all-target-libiberty.
12718
12719Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12720
12721 * configure.in (noconfigdirs): Add missing # in front of comment.
12722
12723Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12724
12725 * configure.in: add second pass to things added to noconfigdirs
12726 so *-gm-magic can exclude libgloss properly.
12727
12728Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12729
12730 * mpw-configure (extralibs_name, rez_name): Set correctly
12731 for MWC68K compiler.
12732
12733 * mpw-README: Add more info on the necessary build tools.
12734
12735Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12736
12737 * configure.in, config.sub: Recognize cygwin32.
12738
12739Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12740
12741 * config.guess, config.sub: Recognize A/UX.
12742
12743Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12744
12745 * config.sub: Merge with gcc/config.sub.
12746
12747Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12748
12749 * mpw-build.in (do-binutils): Add build of stamps.
12750
12751Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12752
12753 * config.sub: Add recognition for mips64vr4100*-* targets.
12754
12755Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12756
12757 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12758 Add creation of gconfigargs with `--enable-shared' turned on.
12759 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12760 ($(host)-stamp-stage3-configured): Likewise.
12761 (HOLES): Add chatr and ldd.
12762 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12763
12764Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12765
12766 * configure: Pass --nfp to recursive configures.
12767
12768Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12769
12770 * Makefile.in (DLLTOOL): New.
12771 (DLLTOOL_FOR_TARGET): New.
12772 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12773 (EXTRA_TARGET_FLAGS): Ditto.
12774 (EXTRA_GCC_FLAGS): Ditto.
12775 (CONFIGURE_TARGET_MODULES): Ditto.
12776 (DO_X): Ditto.
12777 * configure: Add DLLTOOL.
12778
12779Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12780
12781 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12782 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12783 mh-sco, since old workarounds no longer needed, and don't
12784 build ld, since libraries have weak symbols in COFF.
12785
12786Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12787
12788 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12789
12790Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12791
12792 * configure.in: Make sure that ${CC} can be used to compile an
12793 executable.
12794
afb8d725
JM
12795Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12796
12797 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12798 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12799 nothing depending on whether gdbtk is being built.
12800
252b5132
RH
12801Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12802
12803 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12804
12805Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12806
12807 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12808 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12809
12810Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12811
12812 * config-ml.in: Add support for
12813 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12814 Simplify setting of multidirs from --disable-foo.
12815
12816Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12817
12818 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12819 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12820 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12821 non-empty, pass them on to the GCC make.
252b5132
RH
12822 (all-bootstrap): New rule that is like all-gcc, except it executes
12823 the GCC bootstrap rule instead of the GCC all rule.
12824
12825Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12826
12827 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12828
12829Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12830
12831 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12832 DG/UX support.
12833
12834Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12835
12836 * config.sub (i*86*) Change [345] to [3456]
12837
12838Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12839
12840 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12841 --with-gnu-ld=no.
12842
12843Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12844
12845 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12846 AIX multilibs get built.
12847
12848Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12849
12850 * configure.in (i386-win32): Don't build expect if we're not
12851 building the tcl subdir.
12852
12853Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12854
12855 * Makefile.in: (configure-target-examples, all-target-examples):
12856 New targets, configure and build example programs.
12857
12858Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12859
12860 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12861 use it as input to sedit the generated MPW makefile.
12862 * mpw-README: Add a suggestion about Gestalt.h.
12863
12864Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12865
12866 * config.sub: Accept *-*-ieee*.
12867
12868Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12869
12870 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12871 Ronald F. Guilmette <rfg@monkeys.com>.
12872
12873Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12874
12875 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12876 for powerpc-pe native.
12877 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12878 (target==powerpc-pe): duplicate i386-win32 entry.
12879
12880Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12881
12882 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12883 of vxworks, not just vxworks5.1.
12884
12885Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12886
12887 * mpw-configure: Add support for exec-prefix.
12888
12889Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12890
12891 * config.guess: Recognize HP model 816 machines as having
12892 a PA1.1 processor.
12893
12894Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12895
12896 * configure: Ignore new autoconf configure options.
12897
252b5132
RH
12898Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12899
12900 * config.guess: Recognize Pentium under SCO.
12901 From Robert Lipe <robertl@arnet.com>.
12902
12903Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12904
12905 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12906
12907Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12908
12909 * configure.in: Don't configure gas for alpha-dec-osf*.
12910
12911Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12912
12913 * configure.in: Default to --with-stabs for some targets for which
12914 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12915 i[345]86*-*-unixware*.
12916
12917Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12918
12919 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12920 rather than basing it on the target. Simplify handling of options
12921 controlling which directories to configure. Remove extraneous
12922 slash in multi-clean target.
12923
12924Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12925
12926 * config-ml.in: Prefix more variables with ml_ so they don't collide
12927 with configure's.
12928
12929Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12930
12931 * configure: Don't turn -v into --v.
12932
12933Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12934
12935 * configure.in (targargs): Fix typo.
12936
12937 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12938
12939Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12940
12941 * configure.in: Strip --host and --target options from
12942 CONFIG_ARGUMENTS, and always configure for --host only. Add
12943 --with-cross-host option when building with a cross-compiler.
12944 * configure: Canonicalize the arguments put into config.status by
12945 always using `=' for an option with an argument. Pass a presumed
12946 --host or --target explicitly.
12947
12948Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12949
12950 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12951 into general OS recognition case.
12952
12953Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12954
12955 * configure.in (target_configdirs): add target-winsup only
12956 for win32 target systems.
12957
12958Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12959
12960 * Makefile.in (all-target-libgloss): Depend upon
12961 configure-target-newlib, since when libgloss is built it looks to
12962 see if the newlib directory exists.
12963
12964Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12965
12966 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12967 cfg-ml-*.in.
12968
12969Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12970
12971 * configure: Handle LD and LD_FOR_TARGET when configuring a
12972 Canadian Cross.
12973
252b5132
RH
12974Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12975
12976 * configure.in (target_libs): add target-winsup.
12977 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12978 (target==ppcle-pe): remove ld from $noconfigdirs.
12979
12980Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12981
12982 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12983 Preserve relative path names in $srcdir. Build symlink tree if
12984 configuring cross target dir and srcdir=. (= no VPATH support).
12985 (configure-target-libg++): Depend on configure-target-librx.
12986 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12987 * config-ml.in: New file.
12988 * symlink-tree: New file.
12989 * configure: Ensure srcdir="." if that's what it is.
12990
12991Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12992
12993 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12994 includes and FLEX_SKELETON setting.
12995 * mpw-configure (--with-gnu-ld): New option, controls whether
12996 to use PPCLink or ld with PowerMac GCC.
12997 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12998 * mpw-config.in: Configure grez if targeting Mac.
12999
13000 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
13001 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13002 just macos.
252b5132
RH
13003 * configure.in: Configure grez resource compiler if targeting Mac.
13004 * Makefile.in (all-grez, install-grez): New targets.
13005
13006Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13007
13008 * configure: CXX defaults to gcc, not g++. If we find
35590697 13009 gcc in the path, set CC to gcc -O2.
252b5132
RH
13010
13011Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13012
13013 * configure: Default ${build} correctly. Avoid picking up extra
13014 spaces when reading CC and CXX from Makefile. When doing a
13015 Canadian Cross, use plausible default values for numerous
13016 variables.
13017 * configure.in: When doing a Canadian Cross, don't try to
13018 configure tools whose configure script can't handle it.
13019
13020Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13021
13022 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13023
13024Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13025
13026 * configure: Remove dubious bug reporting address.
13027
13028Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13029
13030 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13031 configure script, run that instead of this directory's configure.
13032 In either case, print a message that we're configuring the sub-dir.
13033
13034Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13035
13036 * configure.in: Before checking for the existence of various files,
13037 use sed to filter out "target-".
13038
13039Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13040
13041 * Makefile.in (DO_X): Split rule to decrease command line length
13042 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13043 (Philippe De Muyter).
13044
13045Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13046
13047 * Makefile.in (all-patch): depend on all-libiberty.
13048
13049Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13050
13051 * configure.in: If the only directory in target_configdirs which
13052 actually exists is libiberty, then set target_configdirs to empty,
13053 to avoid trying to build a target libiberty in a gas or gdb
13054 distribution.
13055
13056Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13057
13058 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
13059 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13060 systems.
252b5132
RH
13061
13062Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13063
13064 * configure.in (copy_dirs): Use sys-include instead of include
13065 for --with-headers option.
13066
13067Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13068
13069 * Makefile.in, configure.in: Make winsup builds work with
13070 new scheme.
13071
13072Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13073
13074 * configure.in: Build the linker on AIX.
13075
13076Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13077
13078 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13079 where needed.
13080
13081Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13082
13083 * Makefile.in (all-gcc): Fix typo.
13084
13085Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13086
13087 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13088
13089Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13090
13091 * configure.in: Rename libFOO to target-libFOO, and xiberty
13092 to target-xiberty, to provide more flexibility.
13093 (target_subdir): Define. Create if cross.
13094 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13095 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13096 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13097 check-libFOO -> check-target-libFOO, etc.
13098 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13099 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13100 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13101 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13102 allow ALL_GCC="" to only configure.
13103 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13104 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13105 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13106
13107Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13108
13109 * Makefile.in (taz): Build "info" in etc explicitly.
13110
13111Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13112
13113 * configure.in: Make sure that CC is undefined (as opposed to
13114 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13115 problem with autoconf trying to configure on a host without GCC.
13116
13117Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13118
13119 * mpw-configure: Set host alias from choice of host compiler,
13120 only use generic MPW Makefile sed if present, edit a file
13121 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13122 * mpw-README: Add problem notes about CW6 and CW7.
13123
13124Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13125
13126 * Makefile.in (taz): Use ";" instead of ";;".
13127
13128Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13129
13130 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13131 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13132 DISTDOCDIRS.
13133 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13134 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13135
13136Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13137
13138 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13139 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13140 Move bfd to DISTSTUFFDIRS.
13141
13142Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13143
13144 * Makefile.in (X11_LIB): Removed.
13145 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13146
13147 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13148
13149Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13150
13151 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13152 names.
13153
13154Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13155
13156 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13157
13158Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13159
13160 * configure.in (i[345]86-*-win32): Always build newlib.
13161 Don't configure cvs, autoconf or texinfo.
13162 * Makefile.in (LD_FOR_TARGET): New.
13163 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13164 Pass down LD_FOR_TARGET.
13165
13166Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13167
13168 * winsup: New directory.
13169 * Makefile.in: Build winsup.
13170 * configure.in: Winsup is configured when target is win32.
13171 Can only build win32 target GDB when native.
35590697 13172
252b5132
RH
13173Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13174
13175 * config.guess: Recognize HP model 819 machines as having
13176 a PA 1.1 processor.
13177
13178Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13179
13180 * configure: Fix sed loop which substitutes for CC and CXX to
13181 avoid bug found in various sed implementations.
13182
13183Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13184
13185 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13186 simulator. Use standard powerpc-*-eabi*.
13187
13188Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13189
13190 * configure.in: Stop putting gas and binutils in noconfigdirs for
13191 powerpc-*-aix* and rs6000-*-*.
13192
13193Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13194
13195 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13196 -mcall-aixdesc libraries.
13197
13198Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13199
13200 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13201
13202 * config.sub (arm | armel | armeb): Fix shell syntax.
13203
13204Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13205
13206 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13207 -msoft-float and -mcpu=common support.
13208 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13209 libraries.
13210
13211Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13212
13213 * configure.in: Allow configuration and build of emacs19 for the alpha.
13214
13215Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13216
13217 * configure.in (CC): Get ^CC, not just any old CC, from
13218 ${host_makefile_frag}.
13219
13220Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13221
35590697 13222 * configure.in (CC): Try to get CC from
252b5132
RH
13223 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13224
13225Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13226
13227 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13228 only if it exists in $(srcdir).
13229
13230Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13231
13232 * configure: If CC and CXX are not set in the environment, set
13233 them, based on either an existing Makefile or on searching for gcc
13234 in PATH. Substitute for CC and CXX in Makefile.
13235 * configure.in: Remove libm from target_libs. Separate
13236 target_configdirs from configdirs. If CC is not set in
13237 environment, try to get it from a host Makefile fragment. Rewrite
13238 changes of configdirs to use skipdirs instead. A few minor
13239 tweaks. Take directories out of target_configdirs as they are
13240 taken out of configdirs. Remove existing Makefile files from
13241 subdirectories. Substitute for TARGET_CONFIGDIRS and
13242 CONFIG_ARGUMENTS in Makefile.
13243 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13244 by configure.in.
13245 (CONFIG_ARGUMENTS): Likewise.
13246 (CONFIGURE_TARGET_MODULES): New variable.
13247 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13248 ($(CONFIGURE_TARGET_MODULES)): New target.
13249 (configure-libg++, configure-libio): New targets.
13250 (all-libg++): Depend upon configure-libg++.
13251 (all-libio): Depend upon configure-libio.
13252 (configure-libgloss, all-libgloss): New targets.
13253 (configure-libstdc++): New target.
13254 (all-libstdc++): Depend upon configure-libstdc++.
13255 (configure-librx, all-librx): New targets.
13256 (configure-newlib): New target.
13257 (all-newlib): Depend upon configure-newlib
13258 (configure-xiberty): New target.
13259 (all-xiberty): Depend upon configure-xiberty.
13260
13261Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13262
13263 * configure.in (host i[345]86-*-win32): Expand the
13264 noconfigdirs again.
13265
13266Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13267
13268 * mpw-configure: Fix sed command file name.
13269
13270Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13271
35590697 13272 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
13273 noconfigdirs again.
13274
13275Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13276
13277 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13278 or powerpc*-*-pe*, since they are not yet supported.
13279
13280Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13281
13282 Add PowerMac support and many other enhancements.
13283 * mpw-configure: New option --cc to select compiler to use,
13284 paste options set according to --cc into the generated
13285 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13286 if mpw-make.sed is present.
13287 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13288 add forward includes for PowerPC include files.
13289 * mpw-build.in: Build using Makefile.PPC if present.
13290 (do-byacc, etc): Remove separate version resource builds.
13291 (do-gas): Build "stamps" before "all".
13292 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13293 * mpw-README: Update to reflect --cc option, PowerMac support,
13294 and recently-reported compatibility problems.
13295
13296Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13297
13298 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13299 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13300 (--with-multilib-top): Pass to recursive invocations.
13301
13302Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13303
13304 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13305 v810-*-*.
13306
13307Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13308
13309 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13310 gdb, ld and opcodes on v810-*-*.
13311
252b5132
RH
13312Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13313
13314 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13315 (local-maintainer-clean): New target.
13316 (maintainer-clean): New target.
13317 (realclean): Just depend upon maintainer-clean.
13318
13319Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13320
13321 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13322
13323Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13324
13325 * configure.in: Build ld in mips*-*-bsd* case.
13326
13327Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13328
13329 * config.sub: Accept -lites* OS. From Ian Dall.
13330
13331Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13332
13333 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 13334 targets.
252b5132
RH
13335
13336Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13337
13338 * configure.in: treat i386-win32 canadian cross the same as
13339 i386-go32 canadian cross.
13340
13341Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13342
13343 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13344 running under the simulator to build a reduced set of libraries.
13345 (powerpc-*-eabiaix): Add fine grained multilib support added to
13346 other powerpc targets yesterday.
13347
13348Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13349
13350 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13351 -disable-softfloat, -disable-relocatable, -disable-aix, and
13352 -disable-sysv to control which multilib libraries get built.
13353
13354Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13355
13356 * configure: Add Makefile.tem to list of files to remove in trap
13357 handler.
13358
13359Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13360
13361 * config.guess (*Linux*): Add missing "exit"s.
13362 Also, need specific check for alpha-unknown-linux (uses COFF).
13363
13364Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13365
13366 * config.guess: Merge with FSF:
13367
13368 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13369 * config.guess (AIX4): More robust release numbering discovery.
13370
13371 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13372 * config.guess (i386-sequent-ptx): Properly get version number.
13373
13374 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13375 * config.guess (mips:*:4*:UMIPS): New case.
13376
13377Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13378
13379 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13380 (i386-win32 host): Likewise. Don't build readline.
13381
afb8d725
JM
13382Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13383
13384 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13385 SUPPORT_FILES to submakes.
13386
252b5132
RH
13387Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13388
13389 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13390 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13391 mpw-configure.
13392
13393Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13394
13395 * configure.in (appdirs): Use =, not ==, in test expression when
13396 trying to build the text to print in the warning message for
13397 Solaris users.
13398
13399Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13400
13401 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13402
13403Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13404
13405 * config.guess: Recognize lynx-2.3.
13406
13407Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13408
13409 * config.sub (z8ksim): Deleted
13410 (z8k-*-coff): New, this is the one true name of the target.
13411
13412Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13413
13414 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13415
13416Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13417
13418 * config.guess (*:Linux:*:*): First try asking the linker what the
13419 default object file format is (elf, aout, or coff). Then if this
13420 fails, try previous methods.
13421
13422Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13423
13424 * configure.in: Don't build newlib for *-*-vxworks5.1.
13425
13426Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13427
13428 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13429 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13430
13431Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13432
13433 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13434
13435Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13436
13437 * cfg-ml-com.in: New file.
13438 * cfg-ml-pos.in: New file.
13439
13440Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13441
13442 * COPYING.NEWLIB: Add HP free copyright to list.
13443
13444Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13445
13446 * config.sub: Recognize -eabi* for the system, not just -eabi.
13447
13448Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13449
13450 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13451 * config.sub, configure.in (win32): New target and host.
13452
13453Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13454
13455 * configure.in: Add i386-pe configuration.
13456
13457Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13458
13459 * mpw-build.in (install): Install GDB after LD.
13460
13461Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13462
13463 * mpw-config.in (elf/mips.h): Always forward-include, needed
13464 for GDB to build.
13465
13466Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13467
13468 * testsuite: New directory for customer acceptance and whole tool
13469 chain tests.
13470
13471Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13472
13473 * configure: If per-host line isn't found, but AC_OUTPUT is found
13474 and a configure script exists, run it instead.
13475
13476Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13477
13478 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13479
13480Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13481
13482 * configure: Set build_{cpu,vendor,os,alias} to host values when
13483 --build isn't specified.
13484
13485Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13486
13487 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13488 (FLAGS_TO_PASS): Pass them.
13489 (EXTRA_TARGET_FLAGS): Ditto.
13490
252b5132
RH
13491Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13492
13493 * Makefile.in (all-libg++): Depend on all-libstdc++.
13494
13495Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13496
13497 * configure.in (noconfigdirs): Enable all packages for
13498 i386-unknown-netbsd.
13499
13500Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13501
13502 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13503 hosted builds (DOS builds)
13504
13505Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13506
13507 Changes for ARM based on patches from Richard Earnshaw:
13508 * config.sub: Handle armeb and armel.
13509 * configure.in: Omit arm linker only for riscix.
13510
13511Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13512
13513 * config.guess: Update from FSF.
13514
13515Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13516
13517 * config.sub: Recognize powerpcle as the little endian varient of
13518 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13519 powerpcle variant. Convert pentium into i586, not i486. Add p5
13520 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13521 temporarily.
13522
13523Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13524
13525 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13526
13527Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13528
13529 * config.sub: Accept -lites* as a basic system type.
13530
13531Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13532
13533 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13534 installed, and if so return linuxoldld as the system name.
13535
13536Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13537
13538 * config.guess: Add hppa1.1-hp-lites support.
13539
13540Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13541
13542 * configure.in: Don't build newlib for m68k-vxworks5.1.
13543
13544Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13545
13546 * configure.in (mips-sgi-irix6): Use mh-irix5.
13547
13548Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13549
13550 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13551
13552Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13553
13554 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13555 OSF/1. Fix compiler flags.
252b5132
RH
13556 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13557
13558Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13559
13560 * configure.in: Recognize --with-newlib.
13561 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13562
afb8d725
JM
13563Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13564
13565 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13566 to *_X11_MODULES due to gdbtk needing X include files et al.
13567
252b5132
RH
13568Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13569
13570 Merge in support for Mac MPW as a host.
13571 (Old change descriptions retained for informational value.)
13572
13573 * mpw-config.in: Add generic include forwards for cpu-specific
13574 include files in aout and elf directories.
13575
13576 * mpw-configure: Added copyright.
13577 * mpw-config.in: Check for presence of required build tools.
13578 (target_libs): Add newlib.
13579 (target_tools): Add examples.
13580 (Read Me): Generate as "Read Me for MPW" instead.
13581 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13582 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13583 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13584
13585 * mpw-configure: Remove subdir-specific makefile hackery,
13586 delete mk.tmp after using it.
13587
13588 * mpw-build.in (all): Display start and end times.
13589
13590 * mpw-configure (host_canonical): Set.
13591 (target_cpu): Always add to makefiles.
13592 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13593 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13594 (mpw-mh-mpw): Look for in srcdir and srcroot.
13595 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13596
13597 * mpw-build.in: (install-only): New target.
13598
13599 * mpw-configure (host_alias, target_alias): Rename from hostalias
13600 and targetalias, add into generated Makefile.
13601 (mk.tmp): If present, add into generated Makefile.
13602 * mpw-build.in (all-gas): Build config.h first before gas proper.
13603
13604 * mpw-configure (config.status): Write only if changed.
13605 * mpw-config.in (readline): Configure it (not built, just used for
13606 definitions).
13607
13608 * mpw-config.in (elf/mips.h): Add a forward include.
13609
13610 * mpw-config.in: Forward-include most .h files in include into
13611 extra-include.
13612 (readline): Don't build.
13613 mpw-build.in (install): Install GDB.
13614
13615 * mpw-configure (prefix, mpw_prefix): Handle it.
13616 * mpw-config.in (mmalloc, readline): Don't configure.
13617 * mpw-build.in (thisscript): Rename to ThisScript.
13618 Use mpw-build instead of BuildProgram everywhere.
13619 (mmalloc, readline): Don't build.
13620 * mpw-README: New file, basic documentation about the MPW port.
13621
13622 * mpw-config.in: Use forward-include to create include files.
13623
13624 * mpw-configure: Add more things to the top of each configured
13625 Makefile, including contents of config/mpw-mh-mpw.
13626 * mpw-config.in (extra-include): Create this directory and fill it
13627 with Posix-like include files when configuring.
13628
13629 * config.sub (apple, mac, mpw): Add various aliases.
13630
13631 * mpw-build.in: New file, top-level build script fragment for MPW.
13632 * mpw-configure: New file, configure script for MPW.
13633 * mpw-config.in: New file, config fragment for MPW.
13634
13635Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13636
13637 * configure.in (host_libs): Remove glob, since it is gone from the
13638 sources.
13639
13640Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13641
13642 * Makefile.in: define empty GDB_NLM_DEPS var.
13643
13644 * configure.in(target_makefile_frag): use config/mt-netware
13645 for netware targets.
13646
13647Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13648
13649 * config.sub: Merge in recent FSF changes. Remove linux special
13650 cases.
13651
13652Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13653
4bddf3ad 13654 Revert this change:
252b5132
RH
13655
13656 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13657
13658 * build-all.mk: Use CC=cc -Xs on Solaris.
13659
252b5132
RH
13660Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13661
13662 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13663 stop using it.
13664 * Makefile.in: Nuke all references to glob subdirectory.
13665
13666Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13667
13668 * configure.in: Fix --enable-shared logic in per-host.
13669
13670Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13671
13672 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13673
13674Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13675
13676 * configure.in (noconfigdirs): Don't build gas on AIX, for
13677 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13678
13679Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13680
13681 * configure: Fix --cache-file to work if the file argument is a
13682 relative path.
13683
13684Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13685
13686 * configure: If the --cache-file is used, pass it down to
13687 configure in subdirectories.
13688
13689Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13690
13691 * config.sub: add vxworks29k configuration.
13692
13693Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13694
13695 * Makefile.in (taz): Do "diststuff" part quietly.
13696
13697Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13698
13699 * config.sub: Mini-merge with gcc/config.sub.
13700
13701Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13702
13703 * config.guess (IRIX): Sed - to _.
13704
13705Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13706
13707 * Makefile.in (source-vault, binary-vault): New targets.
13708
13709Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13710
13711 * config.sub: Recognize -eabi as a basic system type.
13712
13713Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13714
13715 * configure.in (enable_shared stuff): Fix typo.
13716
13717Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13718
13719 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13720
13721Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13722
13723 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13724
13725Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13726
13727 * configure.in (rs6000-*-*): Don't build gas.
13728
13729Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13730
13731 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13732 reduce command line length.
13733 (AS_FOR_TARGET): Check for as.new, not Makefile.
13734 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13735
13736Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13737
13738 * config.guess: Merge from FSF.
13739
13740Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13741
13742 * configure: Don't use $ when handling program_suffix.
13743
13744Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13745
13746 * configure.in: Configure tk for hppa/hpux.
13747
13748Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13749
13750 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13751
13752Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13753
13754 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13755 to LIBCXXFLAGS. Tests are better run without it.
13756
13757Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13758
13759 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13760
13761Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13762
13763 * configure.in (*-*-netware*): Don't configure xiberty.
13764
13765Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13766
13767 * configure.in: Remove tk from native_only list.
13768
13769Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13770
13771 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13772 for special NCD build.
13773
13774Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13775
13776 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13777 makeall.bat, they're only useful for binutils snapshots.
13778 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13779 makeall.bat to specified SUPPORT_FILES.
13780
13781Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13782
13783 * build-all.mk: Add Ericsson targets to sun4 and solaris
13784 hosts. Add BNR's sun4 target to solaris host, so their
13785 build-from-source will be tested in-house first.
13786
13787Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13788
13789 * Makefile.in (LIBCFLAGS): New variable.
13790 (CFLAGS_FOR_TARGET): Ditto.
13791 (LIBCFLAGS_FOR_TARGET): Ditto.
13792 (LIBCXXFLAGS): Ditto.
13793 (CXXFLAGS_FOR_TARGET): Ditto.
13794 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13795 (BASE_FLAGS_TO_PASS): Pass them.
13796 (EXTRA_TARGET_FLAGS): Ditto.
13797
4bddf3ad 13798 * configure.in: Support --enable-shared.
252b5132
RH
13799
13800Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13801
13802 * configure.in (target_libs): Include libstdc++ again.
13803 * config.guess: Update from FSF (for FreeBSD).
13804
13805Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13806
13807 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13808 makeall.bat.
13809 (DISTDOCDIRS): Add `etc'.
13810 (ETC_SUPPORT_PFX): New variable.
13811 (taz): Include anything from etc starting with a word in
13812 ETC_SUPPORT_PFX.
13813
13814Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13815
13816 * config.sub: Update for recent FSF changes. Remove obsolete
13817 h8300hds entry. Add -windows* and -osx as basic os. Minor
13818 spacing changes.
13819
13820Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13821
13822 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13823
13824 * config.guess: Merge with FSF.
13825 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13826
13827Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13828
13829 * configure: Since the "trap 0" handler will override the exit
13830 status on many systems, only use it for "exit 1", and make it set
13831 a non-zero exit status; reset it before "exit 0". Also, check
13832 exit status of config.sub, and error out if it failed.
13833
13834Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13835
13836 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13837 and install libgloss.
13838
13839Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13840
13841 * Makefile.in (all-binutils): Depend upon all-byacc.
13842
13843 * configure.in: Don't build emacs on Irix 5.
13844
13845Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13846
13847 * configure.in (*-*-netware*): Add libio.
13848
13849Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13850
13851 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13852 (CHECK_TARGET_MODULES): Ditto.
13853 (INSTALL_TARGET_MODULES): Ditto.
13854 (TARGET_LIBS): Ditto.
13855 (all-libstdc++): Note dependencies.
13856
13857Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13858
13859 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13860
13861Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13862
13863 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13864 -fexternal-templates.
13865
13866 * configure.in (target_libs): Add libstdc++.
13867 (noconfigdirs): Add libstdc++ as appropriate.
13868
13869Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13870
13871 * config.guess: Update from FSF.
13872
13873Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13874
13875 * configure: Use ${config_shell} when running ${configsub}.
13876
13877Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13878
13879 * config.sub: No longer recognize h8300h.
13880
13881Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13882
13883 * config.sub: Remove extraneous differences between config.sub and
13884 gcc/config.sub.
13885
13886Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13887
13888 * Makefile.in (DISTSTUFFDIRS): Add gas.
13889
13890Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13891
13892 * COPYING.NEWLIB: New file.
13893
13894Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13895
13896 * config.guess (HP-UX): Patch from Harlan Stenn
13897 <harlan@landmark.com> to also emit release level.
13898
13899Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13900
13901 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13902
13903Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13904
13905 * config.sub: Merge nextstep cleanup from FSF.
13906
13907Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13908
13909 * configure.in (arm-*-*): Don't configure ld for this target.
13910
13911Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13912
13913 * configure.in (*-*-netware): don't configure libg++, libio,
13914 librx, or newlib.
13915
13916Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13917
13918 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13919 configure ld--it works, but it doesn't support shared libraries.
13920
13921Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13922
13923 * config.guess (*-unknown-freebsd*): Get rid of possible
13924 trailing "(Release)" in version string.
13925 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13926
13927Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13928
13929 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13930 Fix type: *-next-neststep -> *-next-nextstep.
13931
13932 * config.guess: Merge from FSF:
13933
13934 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13935
13936 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13937
13938 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13939
13940 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13941 instead of UNIX_SV for UnixWare 1.0).
13942
13943Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13944
13945 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13946 to make gdb/nlm/* build after the compiler and linker.
13947
13948Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13949
13950 * config.guess (netbsd, freebsd, linux): Accept any machine,
13951 not just i[34]86.
13952 (m68k-atari-sysv4): Relocate to match FSF version.
13953
13954 * config.guess: More merges from the FSF:
13955
13956 Add a space before function call or macro invocation.
13957
13958 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13959
13960 * config.guess: Add trap cmd to remove dummy.c and dummy when
13961 interrupted.
13962
13963 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13964
13965 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13966 (dummy): Redirect stderr from compilation of dummy.c.
13967
13968 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13969
13970 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13971
13972Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13973
13974 * configure: Accept and ignore --cache*, for compatibility with
13975 new autoconf.
13976
13977Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13978
13979 * config.guess: Merge from FSF:
13980
13981 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13982
13983 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13984 (PATH): Add /.attbin at end for finding uname.
13985 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13986
13987 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13988
80413487 13989 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13990
13991 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13992
80413487
RH
13993 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13994 to select whether to use ELF or COFF.
252b5132
RH
13995
13996 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13997
80413487 13998 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13999
14000 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14001
14002 * config.guess: Guess the OS version for HPUX.
14003
14004 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14005
14006 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14007
14008Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14009
14010 * configure.in: Recognize --with-headers, --with-libs, and
14011 --without-newlib.
14012 * Makefile.in (all-xiberty): Depend upon all-ld.
14013
14014Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14015
14016 * configure.in: Change i[34]86 to i[345]86.
14017
14018Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14019
14020 * configure (version): A few more tweaks to help message.
14021
14022Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14023
14024 * Makefile.in: Remove (for now) librx as a host library,
14025 now that we're building it for target.
14026
14027Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14028
14029 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14030 (Karl Berry).
14031
14032Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14033
14034 * configure.in: Also configure librx.
14035
14036Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14037
14038 * Makefile.in: Update various rules to reflect that librx
14039 is now needed for libg++.
14040
14041Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14042
14043 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14044
14045Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14046
14047 * configure.in: Configure the examples directory.
14048
14049Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14050
14051 * configure: Simplify Jun 2 1994 change.
14052
14053Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14054
14055 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14056 /bin/gcc isn't good enough to build gcc.
14057
14058Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14059
14060 * Makefile.in (GDB_SUPPORT_FILES): Remove
14061 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14062 (gdb.tar.gz): Add new rule to use standard distribution building
14063 mechanism.
14064
14065Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14066
14067 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14068 Bill Cox <bill@cygnus.com>.
14069
14070Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14071
14072 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14073
14074Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14075
14076 * configure: Search current dir first in .gdbinit.
14077
14078Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14079
14080 * config.sub: Recognize freebsd (merged from gcc config.sub).
14081
14082Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14083
14084 * config.sub: Refer to NeXT's operating system as nextstep.
14085
14086 * config.sub (case $basic_machine): Re-order the cases, to match
14087 the order in the FSF version (which is mostly alphabethical).
14088 Merge in some additions and changes from the FSF.
14089
14090Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14091
14092 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14093 * config.sub: Recognize cxux7.
14094 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14095
14096Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14097
14098 * config.sub: Fix typo powerpc -> powerpc-*.
14099
14100Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14101
14102 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14103
14104 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14105 parallel with all-emacs and install-emacs). Top-level command
14106 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14107
14108Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14109
14110 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14111 $(relbindir)/make before doing ``make install'', and use
14112 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14113 installing over running make binary.
14114 ($(host)-stamp-stage3-installed): Likewise.
14115
14116Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14117
14118 * config.guess: Recognize Mach.
14119
14120Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14121
14122 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14123 see whether --exec-prefix was used.
14124
14125Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14126
14127 * README: Explicitly mention libg++/README. (Zoo's idea.)
14128
14129Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14130
14131 * Makefile.in: Add all-librx target similar to all-libproc.
14132
14133Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14134
14135 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14136 with post 1.2 uname bogosity.
14137
14138Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14139
14140 * configure: Remove temporary files on receipt of a signal.
14141
14142Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14143
14144 * configure: If there is a package_makefile_frag, remove
14145 ${subdir}/Makefile.tem after copying it in.
14146
14147Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14148
14149 * build_all.mk: support rs6000 lynx identifies itself as
14150 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14151 since /bin/gcc is too feeble to compile a modern gcc.
14152
14153Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14154
14155 * brought devo/test-build.mk update-to-date with progressive/
14156 test-build.mk. Add lynx targets and hppa flag info.
14157
14158Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14159
14160 * configure.in: Use mh-ncrsvr43. Patch from
14161 Tom McConnell <tmcconne@sedona.intel.com>.
14162
14163Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14164
14165 * config.guess (i386-unknown-bsdi): No longer need to
14166 check #if defined(__bsdi__) && defined(__i386__).
14167
14168Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14169
14170 * configure: Set program_transform_nameoption correctly.
14171
14172Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14173
14174 * brought build-all.mk update-to-date with progressive build-all.mk,
14175 added new targets and hppa info.
35590697 14176
252b5132
RH
14177Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14178
14179 * configure: If config.guess result is a prefix of the user
14180 specified target, assume a native build and use the user specified
14181 target as the host alias. Remove SunOS patch suffix removal hack.
14182 * configure.in: Remove SunOS patch suffix removal hack.
14183
14184 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14185 in NATIVE_CHECK_MODULES.
14186
14187Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14188
14189 * Makefile.in: Rename HOST_ONLY to NATIVE.
14190 * configure: Delete SunOs patch suffix from host_canonical
14191 and build_canonical variables that are prepended to Makefiles.
14192 * configure.in: Add comments for easier maintenance.
14193
14194Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14195
14196 * Makefile.in: Add all-libproc target similar to all-gui.
14197
14198Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14199
14200 * Makefile.in (CHECK_MODULES): split into
14201 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14202
14203Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14204
14205 * config.guess (i386-unknown-bsdi): New system to guess.
14206
14207Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14208
14209 * Makefile.in: Add all-gui target (but not yet build by "all").
14210
14211Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14212
14213 * config.sub: Move deletion of patch suffix from here...
14214 * configure.in: To here, at Ian's suggestion. The top-
14215 level scripts might need to know of a patch level.
14216
14217Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14218
14219 * config.sub: Strip off patch suffix so rtl is recognized
14220 as a sunos4.1.3 machine, even though it's been patched.
14221
14222Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14223
14224 * Makefile.in (INSTALL_LAST): Delete.
14225 (INSTALL_DOSREL): New.
14226
14227Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14228
14229 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14230 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14231 whether we pass down --with-gnu-ld anyhow.
14232
14233Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14234
14235 * Makefile.in (INSTALL_LAST): Change operation so it works
14236 on more flavors of make.
14237 * configure.in (go32): Don't build libg++ or libio.
14238
14239Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14240
14241 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14242 they can be overriden by templates.
14243
14244Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14245
14246 * configure.in (target==go32): Don't build gdb.
14247 * dosrel: New directory.
14248
14249Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14250
14251 * configure.in (host==go32): Configure dosrel too.
14252 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14253 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14254 be set by incoming names or templates.
14255 (INSTALL_LAST): New rule.
252b5132
RH
14256
14257Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14258
14259 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14260
14261Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14262
252b5132
RH
14263 * configure.in (appdirs): New variable. Currently empty, but will
14264 be used in gas distribution. If nonempty, lists a set of
14265 directories at least one of which must get configured, or top
14266 level configuration is considered to have failed.
14267 (rs6000-*-lynxos*): Use new file name.
14268
14269Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14270
14271 Eliminate XTRAFLAGS.
14272 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14273 newlib include files using -idirafter, and also use -nostdinc.
14274 (CXX_FOR_TARGET): Likewise.
14275 (XTRAFLAGS): Removed.
14276 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14277 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14278 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14279 ($(DO_X)): Don't pass down XTRAFLAGS.
14280
14281Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14282
14283 * configure.in (mips*-dec-bsd*): New target; do build linker.
14284 (mips*-*-bsd*): New target; don't build linker.
14285
14286Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14287
14288 * configure.in: support rs6000-*-lynxos* configuration.
14289 support sunos4 as a cross target.
14290
14291 * config.sub: look for lynx*, not lynx since the OS version may
14292 legitimately be part of the name.
14293
14294Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14295
14296 * configure.in (i[34]86-*-sco*): Move to be with other i386
14297 targets.
14298 (romp-*-*): New target. Skip various binary utilities.
14299 (vax-*-*): New target. Don't build newlib.
14300 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14301
14302Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14303
14304 * configure.in: Only set host_makefile_frag if config
14305 directory exists.
14306
14307Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14308
14309 * install.sh: If $dstdir exists, don't check whether each
14310 component does.
14311
14312Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14313
14314 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14315
14316Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14317
35590697
AJ
14318 * configure.in (*-*-lynxos*): Don't configure newlib for either
14319 native or cross Lynx.
252b5132
RH
14320
14321Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14322
14323 * config.sub (sparc64-elf): Fix os.
14324 (z8k): Remove duplicate.
14325
14326Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14327
14328 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14329 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14330
14331Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14332
14333 * configure: Make file links cleanly even if Lynx fails on
80413487 14334 an NFS symlink (at least fail cleanly).
252b5132
RH
14335
14336Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14337
14338 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14339 -XNh2000.
14340
14341Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14342
14343 * configure: Unknown options are fatal again.
14344
14345Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14346
14347 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 14348 compatibility.
252b5132
RH
14349
14350Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14351
14352 * build-all.mk: Add `clean' target.
14353
14354Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14355
14356 * config.guess: Add SINIX support.
14357 * configure.in: Add mips-*-sysv4* support.
14358
14359Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14360
14361 * build-all.mk: Document all useful targets.
14362 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14363 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14364
14365Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14366
14367 * configure: Support --silent, --quiet.
14368
14369Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14370
14371 * configure: Support --disable-FEATURE.
14372
14373Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14374
14375 * config.guess: Recognize NCR running SVR4.3.
14376
14377Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14378
14379 * config.guess: Make BSDI generate i386-unknown-bsd386.
14380 Patch from Paul Eggert <eggert@twinsun.com>.
14381
14382Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14383
14384 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14385
14386Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14387
14388 * configure: Make unrecognized options give nonfatal warnings
14389 instead of fatal errors, and pass them to any subdirectory
14390 configures in case they recognize them.
14391 Make --x equivalent to --with-x.
14392
14393Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14394
14395 * configure: Add --enable-* options. Clean up usage message and
14396 some comments.
14397
14398Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14399
14400 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14401
14402Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14403
14404 * configure.in (hppa*-*-*): Enable binutils.
14405
14406Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14407
14408 * config.sub: Recognize cisco.
14409
14410Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14411
14412 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14413
14414Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14415
14416 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14417 than one configuration name. Add comment.
14418
14419Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14420
14421 * config.guess: about target *-hitachi-hiuxwe2, fixed
14422 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14423 macro is incorrect.]
14424
14425Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14426
14427 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14428 than the "make ls" stuff which used to be here.
14429
14430Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14431
14432 * config.guess: Recognize i[34]86-unknown-freebsd.
14433 From Shawn M Carey <smcarey@rodan.syr.edu>.
14434
14435Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14436
14437 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14438
14439Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14440
14441 * config.guess: Check for ptx.
14442
14443Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14444
14445 * config.sub: Add os9k checking.
14446
14447Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14448
14449 * config.guess: Handle OSF1 running on HPPA processors
14450
14451Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14452
14453 * configure: If subdir configure fails, print out a message with
14454 subdirectory name, in case subdir's configure code didn't identify
14455 itself.
14456
14457Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14458
14459 * configure.in: Remove embedded newlines from configdirs.
14460 Avoid mismatches of substrings. Fix matching strings at end
14461 of configdirs.
14462
14463Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14464
14465 * config.guess: Add Lynx/rs6000 config support.
14466
14467Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14468
14469 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14470
14471Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14472
14473 * configure.in (hppa*-*-osf*): Treat this just like most other
14474 PA configurations (eg no binutils or ld).
14475 (hppa*-*-*elf*): These configurations have binutils and ld.
14476
14477Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14478
14479 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14480
14481Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14482
14483 * configure.in (rs6000-*-*): Build gas.
14484
14485Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14486
80413487 14487 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14488
14489Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14490
14491 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14492 for GDB and GDB has been fixed to not need it.
14493
252b5132
RH
14494Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14495
14496 * config.guess: Recognize vax hosts.
14497
14498Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14499
14500 * configure (while loop): Don't use "break 2" inside case
14501 statement -- the case statement isn't an enclosing loop.
14502
14503Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14504
14505 * config.guess: Clean up NeXT support, to allow nextstep
14506 on Intel machines. Make OS be nextstep.
14507
14508Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14509
14510 * config.guess: Add alternate forms for Convex.
14511
14512Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14513
14514 * configure: Completely rewrite option processing. Take
14515 advantage of pattern-matching to avoid invoking test frequently.
14516 Also clean up host and target defaulting logic.
14517
14518Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14519
14520 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14521 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14522 commands (plus user environment) will fit SCO limits.
14523
14524Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14525
14526 * configure.in: Don't issue warnings about directories which are
14527 not being configured if -norecursion is set. Correct test for
14528 --with-gnu-as and --with-gnu-ld to not get confused by substring
14529 matches.
14530
14531 * configure.in: Don't build gas for alpha-dec-osf1*.
14532
14533Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14534
14535 * configure: Back out Per's change of 12/19/1993. It changes the
14536 behavior of configure in unexpected and confusing ways.
14537
14538 Also, use different delim char when calculating
14539 program_transform_name so that the name can contain slashes.
14540
14541Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14542
14543 * configure.in, config.sub: Add support for VSTa micro-kernel.
14544
14545Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14546
14547 * configure.in: Nuke hacks which were used to get a special
14548 version of GAS for HPPA configurations.
14549
14550Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14551
14552 * configure: If only ${target_alias} is given, use that
14553 as the default for ${host_alias}.
14554 * configure: Add missing back-slashes before nested quotes.
14555
14556Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14557
14558 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14559
14560Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14561
14562 * config.guess: Recognize some Tektronix configurations.
14563 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14564
14565Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14566
14567 * config.sub: Match any flavor of SH.
14568
14569Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14570
14571 * configure.in: Don't try to configure newlib for Alpha.
14572
14573Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14574
14575 * configure.in: Don't build ld for Irix 5. Don't build gas,
14576 libg++ or libio for any Alpha target.
14577
14578 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14579
14580Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14581
14582 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14583 default arguments -- so it tried to compress itself.
14584
14585Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14586
14587 * configure.in (notsupp): ensure that a space is always at the end
14588 of the configdirs list, since the grep checks for an explicit space
14589
14590Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14591
14592 * configure.in (target i386-sysv4.2): don't build ld, since static
14593 versions of many libraries are not available.
14594
14595Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14596
14597 * config.guess: Recognize Apollos (using environment variables).
14598 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14599
14600Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14601
14602 * config.guess: Recognize Sony news mips running newsos.
14603
14604Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14605
14606 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14607 "fi ; else" for bash.
14608
14609Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14610
14611 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14612
14613Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14614
14615 * config.sub: accept unixware as an alias for svr4.2.
14616 Fix some inconsistancies with the gcc version.
14617
14618Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14619
14620 * Makefile.in (DISTDOCDIRS): Add gdb.
14621
14622Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14623
14624 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14625
14626Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14627
14628 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14629 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14630 this now.
14631
14632Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14633
14634 * config.sub: Accept hiux* as an OS name.
14635
14636 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14637 etc/make-stds.texi. The underscore came from gcc, and dje now
14638 agrees that RUNTESTFLAGS is the correct name.
14639
14640Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14641
14642 * install.sh: Remove 'set -e'. It makes any conditionals
14643 in the script useless.
14644
14645 * config.guess: Automatically recognize arm-acorn-riscix
14646 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14647
14648Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14649
14650 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14651
14652Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14653
14654 * Makefile.in (DISTDOCDIRS): New variable.
14655 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14656 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14657
14658Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14659
14660 * configure.in (hppa target): check the source directory for the
14661 pagas sub-directory
14662
14663Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14664
14665 * config.sub: Allow -aout* and -elf*.
14666
14667Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14668
14669 * configure.in: Don't build ld on i386-solaris2, same as for
14670 sparc-solaris2.
14671
14672Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14673
14674 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14675
14676Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14677
14678 * configure.in: Configure gdb for alpha.
14679
14680Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14681
14682 * Makefile.in (CXXFLAGS): Add -O.
14683
14684Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14685
14686 * config.guess: added support for DG Aviion
14687
14688Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14689
14690 * configure.in: Produce warning message for subdirectories not
14691 configurable for this host/target combination. Don't try to
14692 configure gdb for vms.
14693
14694Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14695
14696 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14697 appropriate files before making "diststuff".
14698 (DISTBISONFILES): New var: list of files to be edited.
14699 (DISTSTUFFDIRS): Add binutils.
14700
14701Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14702
14703 * config.sub: also handle mipsel and mips64el (for little endian mips)
14704
14705Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14706
14707 * configure.in: Add * to end of all OS names.
14708
14709Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14710
14711 * configure.in: Build newlib for LynxOS native.
14712
14713Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14714
14715 * config.guess: Add support for delta 88k running SVR3.
14716
14717 * configure.in: Add comment about HP compiler vs. emacs.
14718
14719Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14720
14721 * configure.in: don't build ld on solaris2 (not a viable option
14722 due to bugs in getpwnam & getpwuid)
14723
14724Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14725
14726 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14727 config.guess will produce a full version number.
14728
14729Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14730
14731 * configure.in: Build linker and binutils for alpha-dec-osf1.
14732
14733Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14734
14735 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14736 and gdb/testsuite/Makefile.in.
14737
14738Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14739
14740 * configure.in: recognize mips*- instead of mips-
14741
14742Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14743
14744 * config.sub: Accept linux*coff and linux*elf as operating
14745 systems.
14746
14747Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14748
14749 * config.sub: Recognize mips64, and mips3 as an alias for it.
14750
14751Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14752
14753 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14754 gdb knows how to handle OSF/1 shared libraries.
14755
14756Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14757
14758 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14759 * config.guess: Recognize Hitachi's HIUX.
14760 * config.sub: Recognize h3050r* and hppahitachi.
14761 Remove redundant cases for hp9k[23]*.
14762
14763Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14764
14765 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14766 if gas and ld are in the source tree and are in ${configdirs}.
14767 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14768 --with options (but still pass them down on the command line,
252b5132
RH
14769 if they were explicitly specified).
14770
14771Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14772
14773 * configure: substitute SHELL value in Makefile.in with
14774 ${CONFIG_SHELL}
14775
14776Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14777
14778 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14779 *-*-solaris2* targets.
14780
14781Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14782
14783 * Makefile.in: define M4, and pass it down to sub-makes;
14784 all-autoconf now depends on all-m4
14785
14786Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14787
14788 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14789 presence of {ar,ranlib} instead of a configured directory
14790
14791Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14792
14793 * config.guess: Accept 34?? as well as 33?? for NCR.
14794
14795Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14796
14797 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14798 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14799
14800Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14801
14802 * configure: grab values for $(CC) and $(CXX) from the
14803 environment, so that someone can do "CC=gcc configure; make" and
14804 have it work right (matching the way that autoconf works now)
14805
14806 * configure.in, Makefile.in: add support for gash, the tcl
14807 interface to Galaxy
14808
14809 * config.guess: add NetBSD variants (hp300, x86)
14810
14811Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14812
14813 * install.sh: Support -d option (in the manner of SunOS 4 install,
14814 as it is more deterministic than that of GNU install)
14815 (chmodcmd): Set file to mode 755 by default (should also do default
14816 chgrp and chown, but I don't feel like dealing with that now)
14817
14818Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14819
14820 * config.sub: Remove h8300hhms alias.
14821
14822Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14823
14824 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14825
14826Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14827
14828 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14829 as stmp-fixinc
14830
14831Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14832
14833 * config.sub: recognize m88110-bug-coff.
14834
14835Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14836
14837 * Makefile.in (all-libio): all dependencies on the toolchain used
14838 to build this (gcc, gas, ld, etc)
14839
14840Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14841
14842 * config.guess: Deal with OSF/1 1.3 on alpha.
14843
14844Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14845
14846 * install.sh: add some 'else true' clauses for portability
14847
14848 * configure.in: don't build libio for h8[35]00-*-* targets
14849
14850Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14851
14852 * Makefile.in: Add support for new libio.
14853
14854Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14855
14856 * install.sh: If one command fails, don't try the rest. Don't try
14857 to remove $dsttmp (via trap) unless we have already created it.
14858 If $src doesn't exist, detect it and exit with an error.
14859
14860 * config.guess: Recognize BSD on hp300.
14861
14862Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14863
14864 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14865 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14866
14867Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14868
14869 * Makefile.in (all-send-pr): depends on all-prms
14870
14871Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14872
14873 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14874
14875Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14876
14877 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14878 Added test for mips-mips-riscos5.
14879
14880Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14881
14882 * configure.in: use mh-hp300 for 68k HP hosts
14883
14884Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14885
14886 * configure: add support for CONFIG_SHELL, so that you can use
14887 some alternate shell for evaluating configure scripts
14888
14889Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14890
14891 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14892 in configure script to bug-gdb@prep.ai.mit.edu when building
14893 distribution archive.
14894 * Makefile.in (COMPRESS): Remove def.
14895 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14896 gdb.tar.Z and make-gdb.tar.Z respectively.
14897 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14898 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14899 to convergence with 'taz' target in Makefile.in.
14900
14901Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14902
14903 * install.sh (dsttmp): use trap to ensure that tmp files go
14904 away on error conditions
14905
14906Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14907
14908 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14909
14910Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14911
14912 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14913 its parent is '/' not ''.
14914
14915 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14916
14917Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14918
14919 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14920 that ${newsrcdir}/configure.in does.
14921
14922Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14923
14924 * test-build.mk: support for CONFIG_SHELL
14925
14926Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14927
14928 * config.sub (netware): Add as a basic system type.
14929
14930Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14931
14932 * Makefile.in (Makefile): depend on configure.in. Also drop the
14933 $(srcdir)/ from the dependency on Makefile.in.
14934
14935Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14936
14937 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14938 (h8300hhms is temporary until multi-libraries are implemented).
14939 * configure.in: Handle h8300h too.
14940
14941Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14942
14943 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14944
14945Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14946
14947 * configure: Remove extraneous output when guessing host type.
14948 * config.guess: Remove extraneous output when guessing using C
14949 compiler rather than uname, or when guessing fails.
14950
14951Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14952
14953 * Makefile.in: remove all.cross and install.cross targets
14954
14955 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14956 definitions
14957
14958Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14959
14960 * configure.in (target sh): Build gprof.
14961
14962Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14963
14964 * config.sub: change -solaris to -solaris2
14965
14966Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14967
14968 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14969
14970Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14971
14972 * configure: Correct error message for missing Makefile.in to
14973 print correct directory.
14974
14975Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14976
14977 * install.sh: kludge around 386BSD shell bug
14978
14979Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14980
14981 * config.guess: Recognize NeXT.
14982 * config.guess: Recognize i486-ncr-sysv4.
14983 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14984
14985Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14986
14987 * Makefile.in (MAKEINFOFLAGS): New variable.
14988 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14989 * build-all.mk, test-build.mk: Pass down --no-split as
14990 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14991
14992Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14993
14994 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14995
14996Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14997
14998 * Makefile.in (libg++.tar.z): New rule.
14999 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15000 * Makefile.in (taz): Only do a single chmod.
15001
15002Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15003
15004 * install.sh: don't use dirname anymore (replaced with sed usage)
15005
15006Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15007
15008 * Makefile.in: Change extension for gzip'd files from '.z' to
15009 '.gz' per new FSF standard usage.
15010
15011Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15012
15013 * configure: put quotes around the final value of program_transform_name
15014
15015Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15016
15017 * Makefile.in: new install.sh support; update install-info rules
15018
15019Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15020
15021 * configure.in: Build diff for crosses, but not for go32 host.
15022
15023 * configure.in: Build gprof only for native, and don't build it
15024 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15025
15026Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15027
15028 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15029
15030Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15031
15032 * configure.in (host_tools): Add prms.
15033
15034Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15035
15036 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15037 with $(FLAGS_TO_PASS) on the command line
15038
15039 * config.sub: Recognize lynx and lynxos
15040
15041Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15042
15043 * config.sub: Accept -ecoff*, not just -ecoff.
15044
15045Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15046
15047 * Makefile.in (taz): Use .gz suffix instead of .z.
15048 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15049 names.
15050
15051Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15052
15053 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15054
15055Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15056
15057 * Makefile.in (install-no-fixedincludes): install gcc last, so
15058 that rebuilds that might happen during 'make install' don't get
15059 bogus gcc include files
15060
15061Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15062
15063 Change from Utah for HPPA support:
15064 * config.guess: Recognize hppa1.x-hp-bsd.
15065
15066Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15067
15068 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15069 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15070
15071Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15072
15073 * config.sub: Add support for rom68k and bug boot monitors.
15074
15075Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15076
15077 * Makefile.in: Make all-opcodes depend on all-bfd.
15078
15079Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15080
15081 * config.guess: Added special check for i[34]86-univel-sysv4*.
15082
15083Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15084
15085 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15086 the processor rather than assuming i486.
15087
15088Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15089
15090 * config.guess: Recognize SunOS6 as Solaris3.
15091
15092Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15093
15094 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15095 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15096
15097Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15098
15099 * build-all.mk (all-cross): New target for Canadian Cross.
15100 Added Q2 go32 targets.
15101 * test-build.mk: Configure go32 cross sparclite-aout and
15102 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15103 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15104
15105Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15106
15107 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15108 GO32 hosted toolchains
15109
15110Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15111
15112 * configure: change so "-exec-prefix" gets passed down rather
15113 than "-exec_prefix" so autoconf generated Makefiles get the
15114 exec_prefix set right.
15115
15116Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15117
15118 * config.guess: get the Solaris2 minor version number
15119
15120 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15121
15122Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15123
15124 * config.guess: Recognize some Sequent platforms.
15125
15126Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15127
15128 * Makefile.in: added the vault-install target
15129
15130 * configure.in: actually use the Sun3 makefile fragment that's in
15131 config, also added the release dir to configdirs
15132
15133Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15134
15135 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15136
15137Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15138
15139 * configure.in: remove some program from Alpha targetted toolchains
15140
15141Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15142
15143 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15144 gprof.
15145 (taz): Run "make diststuff" in those directories instead of "make
15146 proto-dir". Look for "VERSION=" only at start of line in subdir
15147 Makefile. Use "gzip -9" for compression.
15148 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15149 (binutils.tar.z): New target.
15150
15151Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15152
15153 * Makefile.in (taz): Include gpl.texinfo.
15154
15155Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15156
15157 * Makefile.in (setup-dirs): Merged into "taz" target.
15158 (taz): Only do `proto-dir' stuff if a directory is actually needed
15159 for this target.
15160
15161Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15162
15163 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15164 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15165 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15166 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15167 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15168
15169Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15170
15171 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15172 config.sub, and move-if-change to gdb testsuite distribution
15173 archive, so the testsuite can be extracted, configured, and
15174 run separately from the gdb distribution. Blow away the Chill
15175 tests that require a Chill compiled executable, since GNU Chill
15176 is not yet publically available.
15177
15178Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15179
15180 * test-build.mk: set environment variables in a single command,
15181 instead of a list of assignments and exports
15182
15183 * config.guess: recognize Alpha/OSF1 systems
15184
15185Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15186
15187 * configure: Change help message to prefer --options rather than
15188 -options.
15189
15190Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15191
15192 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15193 zippy@ecst.csuchico.edu.
15194 * config.guess: Recognize miniframe.
15195
15196Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15197
9eb322aa
MF
15198 * Makefile.in: Use srcroot to find runtest rather than rootme.
15199 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
15200
15201Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15202
15203 * test-build.mk: Extensive additions to support building on a
15204 machine other than the host.
15205
15206Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15207
15208 * configure (tooldir): Fix for i386-aix again.
15209
15210Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15211
15212 * configure, Makefile.in: Change definition of $(tooldir)
15213 to match the FSF.
15214
15215Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15216
15217 * config.guess: Recognize i[34]86/SVR4.
15218
15219Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15220
15221 * Makefile.in (all-gdb): gdb depends on sim.
15222
15223Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15224
15225 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15226 at the same time we make the prototype gdb directory.
15227 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15228 files at the same time as the gdb base release distribution.
15229
15230Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15231
15232 * Makefile.in (check): Use individual check targets rather than
15233 DO_X rule.
15234 (check-gcc): Added.
15235
15236Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15237
15238 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15239 for System V release 3.2.
15240
15241Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15242
15243 * config.sub: Recognize hppaosf.
15244 * configure.in: Do configure ld/binutils/gas for it.
15245
15246Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15247
15248 * configure (tooldir): Alter syntax used to set this, for systems
15249 where "\$" isn't handled right, like i386-aix.
15250
15251Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15252
15253 * configure: Pass program-transform-name, not
15254 program_transform_name, to recursive configures.
15255
15256Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15257
15258 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15259 of gas+ld+binutils.
15260
15261Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15262
15263 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15264
15265Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15266
15267 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15268
252b5132
RH
15269Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15270
15271 * Makefile.in (PRMS): Set back to all-prms.
15272
15273Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15274
15275 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15276 targets, rather than for MIPS hosts.
15277
15278Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15279
15280 * configure.in: add comment for --with-x default values
15281
15282 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15283
15284 * Makefile.in: add check-* targets for each of the directories in
15285 the tree. Add a definition of RUNTEST that will use the one we
15286 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15287
15288Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15289
15290 * configure.in: Removed obsolete references to bfd_target and
15291 target_makefile_frag.
15292
15293 * build-all.mk: Set assorted targets for Q2.
15294 * config.sub: Recognize z8k-sim and h8300-hms.
15295 * test-build.mk: Really don't pass host to configure.
15296 (HOLES): Added uname.
15297
15298Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15299
15300 * configure: Handle an empty program-prefix, program-suffix or
15301 program-transform-name correctly.
15302
15303Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15304
15305 * build-all.mk: -G 8 no longer required for MIPS targets.
15306 * test-build.mk: Don't pass host argument to configure; make it
15307 guess.
15308
15309Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15310
15311 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15312 * Makefile.in (COMPRESS): New macro, like GZIP.
15313
15314Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15315
15316 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15317
15318 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15319 with gas currently defaults to -G 0.
15320
15321Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15322
15323 * Makefile.in (all-flex): flex depends on byacc.
15324
15325 * build-all.mk: If host not specified, use config.guess. Pass TAG
15326 to test-build.mk as RELEASE_TAG.
15327 * test-build.mk (configargs): New variable containing arguments to
15328 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15329 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15330
15331 * config.guess: Use /bin/uname when checking -X argument on SCO,
15332 to avoid invoking GNU uname which doesn't understand -X.
15333
15334 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15335
15336 * configure.in: Build gas for mips-*-*.
15337
15338Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15339
15340 * Makefile.in (all.normal): insert missing backslash.
15341
15342Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15343
4bddf3ad 15344 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
15345
15346 * Makefile.in: Complete overhaul to merge many almost identical
15347 targets.
15348
15349Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15350
15351 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15352 (gdb.tar.Z): Adjusted.
15353
15354 * Makefile.in (setup-dirs, taz): New targets; should be general
15355 enough to adapt for gdb sometime. Build only .z file.
15356 (gas.tar.z): New target.
15357
15358Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15359
15360 * build-all.mk: Use CC=cc -Xs on Solaris.
15361
252b5132
RH
15362Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15363
15364 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15365 for handling BISON for FSF releases.
15366
15367Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15368
15369 * configure: Actually implement the change zoo just documented.
15370
15371Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15372
15373 * configure: when using config.guess, only set target_alias when
15374 it's not already been set (ie, on the command line)
15375
15376Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15377
15378 * Makefile.in: add installcheck target, set PRMS to install-prms
15379
15380Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15381
15382 * configure: add support for package_makefile_fragment, handle the
15383 case where a directory has a configure.in file but no Makefile.in
15384 more gracefully (with an actual understandable error message, even);
15385 add support for --without (and add this to the usage message); also
15386 explicitly add a --host=${host_alias} to the command line when
15387 config.guess is used
15388
15389Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15390
15391 * configure: Must use both --host and --target in recursive calls.
15392
15393Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15394
15395 * Makefile.in: Change deja-gnu to dejagnu.
15396
15397Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15398
15399 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15400
15401Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15402
15403 * configure.in: canonicalize all instances to *-*-solaris2*,
15404 also strip out a number of tools to not build for go32 host
15405
15406Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15407
15408 * config.guess: add GPL.
15409
15410 * Makefile.in, config.guess, config.sub, configure: bump
15411 copyrights to 93.
15412
15413Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15414
15415 * Makefile.in (do-info): Removed obsolete check for existence of
15416 localenv file.
15417
15418 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15419
15420Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15421
15422 * Makefile.in: a couple of 'else true' for decstation,
15423 support for TclX
15424
15425 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15426
15427Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15428
15429 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15430
15431Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15432
15433 * config.guess: Recognize i386-ibm-aix (PS/2).
15434 * configure.in: Use config/mh-aix386 file for it.
15435
15436Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15437
15438 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15439 CC_FOR_TARGET instead.
15440 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15441
15442Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15443
15444 * Makefile.in: Add sim to list of directories sent with gdb
15445
15446Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15447
15448 * configure.in: Put back mips-dec-bsd* case.
15449
15450Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15451
15452 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15453 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15454 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15455
15456Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15457
15458 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15459
15460 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15461 (install-info): install dir.info only if it exists,
15462 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15463
15464Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15465
15466 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15467 gas for mips-dec-bsd.
15468
15469Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15470
15471 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15472 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15473
15474Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15475
15476 * configure.in: Added "dejagnu" to hosttools list.
15477
15478Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15479
15480 * config.sub, configure.in, config.guess: Add support
15481 for Bosx, an AIX variant from Bull.
15482 Patches from F.Pierresteguy@frcl.bull.fr.
15483
15484Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15485
15486 * devo/dejagnu: Initial creation of devo/dejagnu.
15487 Migrated dejagnu testcases and support files for testing software
15488 tools to reside as subdirectories, currently called "testsuite",
15489 within the directory of the software tool. Migrated all programs,
15490 support libraries, etc. beloging to dejagnu proper from
15491 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15492 with no modifications. The changes to these files which will
15493 allow them to configure, build, and execute properly will be made
15494 in a future update.
15495
15496Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15497
15498 * Makefile.in: Change send_pr to send-pr.
15499 * configure.in: Likewise.
15500 * send_pr: Renamed directory to send-pr.
15501
15502Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15503
15504 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15505
15506Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15507
15508 * README: Update for gdb-4.8 release.
15509 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15510 gdb-xxx.tar.z (gzip'd) file also.
15511
15512Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15513
15514 * Makefile.in: make all-diff depend on all-libiberty
15515
15516Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15517
15518 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15519
15520Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15521
15522 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15523
15524Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15525
15526 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15527 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15528 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15529
15530Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15531
15532 * Makefile.in: makeinfo binary is in a new location
15533
15534Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15535
15536 * config.sub: Accept -ecoff as an OS.
15537
15538 * Makefile.in: Various changes to eliminate a level of make
15539 recursion and reduce the required command line length.
15540 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15541 sub-makes.
15542 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15543 variables holding settings for specific sub-makes.
15544 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15545 in terms of BASE_FLAGS_TO_PASS.
15546 (TARGET_LIBS): New variable listing directories which use
15547 TARGET_FLAGS_TO_PASS.
15548 (subdir_do): Eliminated.
15549 (do-*): New set of targets to replace subdir_do.
15550 (various): All targets which used subdir_do now depend on do-*.
15551 (local-clean): Renamed from do_clean.
15552 (local-distclean): New target, dependency of distclean and
15553 realclean.
15554 (install-info): Don't create directories. Depend on dir.info
15555 rather than calling make recursively.
15556 (install-dir.info): Eliminated.
15557 (install-info-dirs): Create all info directories here.
15558 (dir.info): Depend upon do-install-info.
15559
15560 * test-build.mk (HOLES): Added false.
15561
15562Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15563
15564 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15565
15566Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15567
15568 * Makefile.in (info): remove dependency on all-texinfo. The
15569 problem was really in texinfo/C, not at this level.
15570
15571Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15572
15573 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15574
15575Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15576
15577 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15578 GDB releases.
15579
15580Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15581
15582 * configure: Include srcdir in message about target of link not
15583 being found. Don't convert `-' to `_' in `with' options being
15584 passed to subdirs.
15585
15586Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15587
15588 * configure.in: add uudecode to host_tools
15589
15590 * Makefile.in: added {all,install}-uudecode targets, added them to
15591 the appropriate lists
15592
15593Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15594
15595 * Makefile.in (all-gcc): Added dependency on all-gas.
15596
15597 * configure.in (mips-*-*): Build ld and binutils.
15598
15599Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15600
15601 * configure: check return code from mkdir, print error message and
15602 exit on failure.
15603
15604Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15605
15606 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15607
15608Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15609
15610 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15611
15612Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15613
15614 * config.sub (h8500): Recognize this as a cpu type.
15615
15616Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15617
15618 * configure: source directory missing is no longer a warning
15619
15620 * configure.in: recognize irix[34]* instead of irix[34]
15621
15622 * Makefile.in: define and pass down X11_LIB
15623
252b5132
RH
15624Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15625
15626 * guess-systype: Renamed to ...
15627 * config.guess: ... by popular request.
15628 * configure.in, Makefile.in: Update accordingly.
15629
15630Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15631
15632 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15633 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15634 + Execute ./dummy instead of assuming . is in PATH.
15635
15636Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15637
15638 * guess-systype: New shell script. Attempts to guess the
15639 canonical host name of the executing host.
15640 Only a few hosts are supported so far.
15641 * configure: Call guess-systype if no host is specified.
15642
15643Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15644
15645 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15646 gcc Makefile.
15647
15648
15649Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15650
15651 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15652 (all-gcc, install-gcc, subdir_do): Use it.
15653
15654Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15655
15656 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15657
15658Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15659
15660 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15661 set exclusively by configure, using configure.in .
15662
15663Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15664
15665 * test-build.mk: set $PATH for all builds
15666
15667 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15668
15669Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15670
15671 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15672 the one used in gcc/Makefile.in, so that a null expansion doesn't
15673 override the one needed to build gcc with a native cc.
15674
15675
15676Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15677
15678 * configure: Accept -with arguments.
15679
15680Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15681
15682 * Makefile.in: added h8300sim
15683
15684Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15685
252b5132
RH
15686 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15687 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15688 (all-cygnus, native, build-cygnus): Make
15689 $(canonhost)-stamp-3stage-done, not $(host)....
15690 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15691 i386-sco3.2v4. Added else true to if command.
15692
15693Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15694
15695 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15696
15697Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15698
15699 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15700
15701Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15702
15703 * configure.in: don't remove binutils from Solaris builds
15704
15705Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15706
15707 * Makefile.in: get rid of earlier definitions for *clean,
15708 also handle the recursive info rule better
15709
15710Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15711
15712 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15713 do more-or-less the right thing.
15714
15715Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15716
15717 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15718 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15719
15720Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15721
15722 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15723 $(host_canonical).
15724
15725 * configure.in: split the configdirs list into 4 categories (native
15726 v. cross, library v. tool) and handle the cross-only and native-
15727 only in more reasonable (and correct!) way.
15728
15729Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15730
15731 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15732 configdirs anymore.
15733
15734Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15735
15736 * Makefile.in: extensive cleanup:: removed all of the explicit
15737 clean-* targets, collapsed many wrappers around subdir_do into
15738 one, added additional targets to satisfy standards.texi, deleted
15739 some old targets, some changes for consistency
15740
15741Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15742
15743 * configure.in: handle some programs as cross-only, and others as
15744 native only
15745
15746 * test-build.mk: handle partial holes in a more generic manner
15747
15748 * Makefile.in: m4 depends on libiberty
15749
252b5132
RH
15750Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15751
15752 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15753 time, wdiff, and find to configdirs
15754
15755 * Makefile.in: all, clean, and install rules for the new programs
15756 added to configure.in
15757
15758Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15759
15760 * configure.in: use mh-sun for all *-sun-* hosts
15761
252b5132
RH
15762Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15763
15764 * Makefile.in: define flags for X11 include files and library file
15765 locations, pass them down to the programs that need this info
15766
15767 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15768
252b5132
RH
15769Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15770
15771 * configure.in: start building libg++ for HP-UX targets
15772
15773Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15774
15775 * README: Update references to files moved into etc/.
15776
15777Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15778
15779 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15780 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15781
15782Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15783
15784 * configure: accept dash as well as underscore in long option
15785 names for FSF compatibility.
15786
15787Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15788
15789 * config.sub: added -sco3.2v4 support from FSF.
15790
15791Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15792
15793 * configure.in: expand the section that adds or removes
15794 directories from the list of programs to build, to handle native
15795 vs. cross in addition to host v. native
15796
15797Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15798
15799 * Makefile.in: Replace C++ in macro names with CXX.
15800 This is less likely to break ...
15801
15802Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15803
15804 * test-build.mk: add -w to GNU_MAKE
15805
15806Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15807
15808 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15809 add 'sparc' to list of recognized cpus. This needed to make
15810 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15811 Delete some redundant ose68 variants. Recognize -wrs as an os,
15812 then changes that into $CPU-wrs-vxworks.
15813
15814 * configure.in: remove most references to gdbtest, regularize
15815 target based program removal
15816
15817 * test-build.mk: import from p3 tree (many fixes and changes)
15818
15819Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15820
15821 * Makefile.in: added rules to handle tcl, tk, and expect
15822
15823 * configure.in: handle those directories if they exist
15824
15825Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15826
15827 * config.sub: removed bogus hppabsd and hppahpux names, since
15828 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15829
15830Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15831
15832 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15833 depends upon all-xiberty
15834
15835 * Makefile.in: changes from p3, including:
15836
15837 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15838
15839 * Makefile.in (XTRAFLAGS): include newlib directories if
15840 newlib/Makefile exists, rather than if host != target.
15841
15842 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15843
15844 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15845 from the same source tree and not building a cross-compiler. This
15846 matters for the libg++ configuration if reconfiguring a tree that
15847 has already been installed.
15848
15849 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15850
15851 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15852 pick up the machine and system specific header files.
15853
15854 * Makefile.in: added AS_FOR_TARGET, passed down in
15855 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15856 the C compiler to use to create programs which are run in the
15857 build environment, set it to default to $(CC), and passed it down
15858 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15859
15860 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15861
15862 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15863 We need them for unusual native builds, like systems without
15864 ranlib.
15865
15866 * configure: also define $(host_canonical) and
80413487
RH
15867 $(target_canonical), which are the full, canonical names for the
15868 given host and target
252b5132
RH
15869
15870Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15871
15872 * Makefile.in: Added separate definitions for C++.
15873
15874Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15875
15876 * configure.in (configdirs): Add deja-gnu.
15877
15878Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15879
15880 * README: Update for configure.texi and gdb-4.7 release.
15881
15882Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15883
15884 * Makefile.in: Move "all" target to top of file.
15885 Previously, first target was ".PHONY" which caused BSD4.4 make
15886 to build .PHONY when make was run without arguments.
15887
15888Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15889
15890 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15891 Library-copylefted code in libiberty.
15892
15893Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15894
15895 * config.sub: Replace m68kmote with plain old m68k.
15896
15897Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15898
15899 * Makefile.in: Remove space from blank line, avoid Make complaints.
15900
15901Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15902
15903 * config.sub: Complain if no argument is given. Added support for
15904 386bsd as OS and target alias.
15905
15906Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15907
15908 * Makefile.in (XTRAFLAGS): include newlib directories if
15909 newlib/Makefile exists, rather than if host != target.
15910
15911Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15912
15913 * config.sub: recognize sparclite-wrs-vxworks.
15914
15915 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15916 p3.) Added clean-xiberty to clean.
15917
15918Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15919
15920 * configure.in: use *-*-* instead of nested cases for host and target
15921
15922Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15923
15924 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15925 from the same source tree and not building a cross-compiler. This
15926 matters for the libg++ configuration if reconfiguring a tree that
15927 has already been installed.
15928
15929Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15930
15931 * config.sub (i486v/i486v4): Merge in from FSF version.
15932
15933Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15934
15935 * configure: only set PWD if it is already set.
15936
15937Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15938
15939 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15940 doesn't have unset and all success paths (and most error paths)
15941 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15942 to just ${PWD} to avoid confusion.)
15943
15944Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15945
15946 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15947 even for a native compilation.
15948
15949Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15950
15951 Changes to make the gdb.tar.Z rule work better.
15952
15953 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15954 (DEVO_SUPPORT): Add configure.texi.
15955 (bfd-ilrt.tar.Z): Remove ancient rule.
15956
15957Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15958
15959 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15960 pick up the machine and system specific header files.
15961
15962 * configure.in, config.sub: added new target m68010-adobe-scout,
15963 with alias of adobe68k. Changed configure.in to check for
15964 -scout before -sco* to avoid a false match.
15965
15966 * Makefile.in: added AS_FOR_TARGET, passed down in
15967 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15968 the C compiler to use to create programs which are run in the
15969 build environment, set it to default to $(CC), and passed it down
15970 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15971
15972Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15973
15974 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15975 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15976 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15977 FOR_TARGET variants, to newlib and libg++.
15978
15979Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15980
15981 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15982 first.
15983
15984Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15985
15986 * config.sub: Accept `elf' as an environment.
15987
15988Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15989
15990 * Makefile.in (all-opcodes): cd into the right directory
15991
15992Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15993
15994 * configure: added -program_transform_name option, used as
15995 argument to sed when installing programs.
15996 configure.texi: added documentation for -program_prefix,
15997 -program_suffix and -program_transform_name.
15998
15999Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16000
16001 * config.sub: Accept i486 where i386 ok.
16002
16003Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16004
16005 * config.sub: accept we32k
16006
16007Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16008
35590697 16009 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
16010
16011 * Makefile.in: don't create all directories for ``make install'';
16012 let the subdirectories create the ones they need.
16013
16014Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16015
80413487 16016 * COPYING: new file, GPL v2
252b5132
RH
16017
16018Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16019
16020 * Makefile.in: use the new gen-info-dir, which needs a template
16021 argument (which also lives in texinfo)
16022
16023 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16024
252b5132
RH
16025Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16026
16027 * config.sub (ncr3000): Change i386 to i486.
16028
16029Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16030
16031 * Makefile.in: add install-rcs, install-grep to
16032 install-no-fixedincludes, removed install-bison and install-libgcc
16033
16034Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16035
16036 * configure.in: grab the HPUX makefile fragment if on HPUX
16037
16038Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16039
16040 * Makefile.in: eradicate bison spoor (ditto libgcc).
16041 configure.in: recognise m68{k,000}-ericsson-OSE.
16042 es1800 is alias for m68k-ericsson-OSE
16043
16044Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16045
16046 * configure.in: rearrange the parts that remove programs from
16047 configdirs, based now on HOST==TARGET or by canonical triple.
16048
16049Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16050
16051 * test-build.mk: recurse explicitly with -f test-build.mk when
16052 appropriate. predicate stage3 and comparison on the existence
16053 of gcc. That is, if gcc isn't around, we aren't three-staging.
16054 On very clean, also remove ...stamp-co. Build in-place before
16055 doing other builds.
16056
16057Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16058
16059 * Makefile.in, configure.in: add tgas
16060
16061Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16062
16063 * Makefile.in: a number of changes merged in from progressive.
16064
16065 * configure.in: add libm.
16066
16067 * .cvsignore: ignore some stuff that comes from test-build.mk.
16068
252b5132
RH
16069Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16070
16071 * config.sub: Add es1800 (m68k-ericsson-es1800).
16072
16073Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16074
16075 * configure: Add program_suffix (parallel to program_prefix)
16076 * Makefile.in: adjust directory-creating script for losing decstation
16077
16078Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16079
16080 * configure: Minor $subdir-related fixes.
16081
16082Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16083
16084 * configure: fix various problems with propogating
16085 makefile_target_frag in subdirs.
16086 * configure.in: config libgcc if its there
16087
16088Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16089
16090 * config.sub: HPPA merge.
16091
252b5132
RH
16092Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16093
16094 * Makefile.in: Replace all-bison with all-byacc in all
16095 dependency lines for other tools (which now use byacc).
16096
16097Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16098
16099 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16100
252b5132
RH
16101Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16102
16103 * Makefile.in: make gprof rules similar to byacc rules (instead of
16104 vestigal $(unsubdir) that didn't work...)
16105
16106Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16107
16108 * config.sub: Add support for Linux.
16109 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16110 (at least for libg++).
16111
16112Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16113
16114 * configure.texi: fix doc for the -nfp option to configure
16115
16116Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16117
16118 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16119
16120Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16121
16122 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16123 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16124 * configure.in: added solaris* host_makefile_frag hook.
16125
16126Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16127
16128 * config.sub: changed recognition of m68000 so that various
16129 m68k types can be specified via m680[01234]0
16130
16131Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16132
16133 * config.sub (basic_machine): fix sed so that '-foo' isn't
16134 completely substituted out while .+'-foo' loses the '-foo'
16135
16136Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16137
16138 * config.sub ($os): Add -aout.
16139
16140Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16141
16142 * configure: If host_makefile_frag is absolute, don't
16143 prefix ${invsubdir} (relevant to libg++ auto-configure).
16144
16145Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16146
16147 * Makefile.in (tooldir): Define it.
16148 (all-ld): Depend on all-flex.
16149
16150Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16151
16152 * Makefile.in (check): Fix libg++ special case.
16153
16154Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16155
16156 * configure: do not bury `pwd` into config.status, thus do fewer
16157 pwd's.
16158
16159 * configure: print the "Building in" message only when building in
16160 other than "." AND verbose.
16161
16162 * configure: remove -s, rework -v to better accomodate guested
16163 configures.
16164
16165 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16166
16167Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16168
16169 * Makefile.in: macroize flags passed on recursion. remove
16170 fileutils.
16171
16172Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16173
16174 * configure: get makesrcdir right for subdirs deeper than 1.
16175
16176 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16177 install.
16178
16179Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16180
16181 * Makefile.in: don't print subdir_do or recursion lines.
16182
16183Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16184
16185 * standards.texi: added menu item.
16186
16187 * Makefile.in: build and install standards.info.
16188
16189 * standards.texi: new file.
16190
16191Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16192
16193 * configure: test for and move config.status pieces from
16194 ${subdir}/.
16195
16196Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16197
252b5132
RH
16198 * configure: Test for existance of files before trying to mv
16199 them, to avoid numerous non-existance messages.
16200
16201Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16202
16203 * configure: correct final line of config.status.
16204
16205 * configure: patch from eggert. Avoids a protection problem if
16206 the original Makefile.in is read only.
16207
16208 * configure: use move-if-change from gcc to create config.status.
16209 Some makefiles depend on config.status to tell if a directory
16210 has been reconfigured for a different host. This change
16211 prevents those directories from remaking everything in the case
16212 where the reconfig was only intended to rebuild a Makefile.
16213
16214 * configure: test for config.sub with "config.sub sun4" rather
16215 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16216 host alias from a missing config.sub.
16217
16218Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16219
16220 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16221 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16222
16223Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16224
16225 * configure: mkdir ${subdir} as needed.
16226
16227Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16228
16229 * Makefile.in,configure.in: added autoconf.
16230
16231Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16232
16233 * Makefile.in: no longer pass against on recursion.
16234
16235 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16236 definitions are not inherited.
16237
16238 * configure: correct makesrcdir when subdir is .
16239
16240Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16241
16242 * configure: Add support for 'subdirs' variable, which is
16243 like 'configdirs', except that configure doesn't re-invoke
16244 itself for subdirs, it just creates a Makefile for each subdir.
16245 * configure.texi: Document subdirs.
16246
16247Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16248
16249 * configure.in: added flex to configdirs
16250
16251Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16252
16253 * Makefile.in: remove clean-stamps from clean.
16254
16255Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16256
16257 * configure.in: Add gdbtest to configdirs.
16258
16259Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16260
16261 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16262 to recursive makes.
16263 * configure.in: Recognize new ncr3000 config.
16264
16265Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16266
16267 * Makefile.in, configure.in: removed references to gdbm.
16268
16269Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16270
16271 * config.sub: Don't canonicalize os value
16272 newsos* to bsd (readline needs to check for newsos).
16273 (This fix was earlier made Jan 31, but got re-broken.)
16274
16275Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16276
16277 * configure.in: sco is an os, not a vendor!
16278
16279 * configure: Quote $( better. Keep various shells happy.
16280
16281Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16282
16283 * Makefile.in: eliminate stamp-files.
16284
16285Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16286
16287 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16288 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16289
16290Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16291
16292 * config.sub: fix iris/iris3.
16293
16294Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16295
16296 * configure: re-add -rm.
16297
16298Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16299
16300 * Maskefile.in: add .stmp-rcs to all.
16301
16302 * configure.in: remove gas from rs6000 build, use aix host fragment.
16303
16304Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16305
16306 * configure: pass down site_option during recursion.
16307
16308Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16309
16310 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16311
16312Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16313
16314 * configure: Change exec_prefix so that it really defaults to prefix.
16315
16316Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16317
16318 * Makefile.in, configure.in: Add support for mmalloc library.
16319
16320Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16321
16322 * Makefile.in: add stmp dependencies for a few more things.
16323
16324Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16325
16326 * configure: adjusted error message on objdir/srcdir configure
16327 collision, per john's suggestion.
16328
16329 * Makefile.in: add libiberty stmp to all and all.cross.
16330
16331Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16332
16333 * Makefile.in: remove force dependencies, add grep to all.
16334
16335Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16336
16337 * Makefile.in: drop flex. make stamp files work.
16338
16339 * configure: added test for conflicting configuration in srcdir,
16340 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16341 gets cranky. use relative paths for configure and srcdir
16342 whenever possible. Send some error messages to stderr that were
16343 going to stdout.
16344
16345Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16346
16347 * Makefile.in: Fix libg++ rule to check for gcc directory
16348 before using gcc/gcc. Also pass XTRAFLAGS.
16349
16350Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16351
16352 * Makefile.in: added stmp-files so that directories aren't polled
16353 when they are already built.
16354
16355 * configure.texi: fixed a node pointer problem.
16356
16357Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16358
4bddf3ad 16359 * config.sub configure.in gdb/configure.in
252b5132
RH
16360 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16361 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16362 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16363
16364Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16365
16366 * configure: -recurring becomes -silent. corrected help message
16367 for -site= option.
16368
16369 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16370
16371Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16372
16373 * configure: when building Makefile for crosses, replace
16374 tooldir and program_prefix. default srcdir from location of
16375 config.sub. remove "for host in hosts" and "for target in
16376 targets" loops.
16377
16378Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16379
16380 * Makefile.in: Do not pass bindir or mandir to cvs.
16381
16382Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16383
16384 * Makefile.in, configure.in: removed traces of namesubdir,
16385 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16386 copyrights to '92, changed some from Cygnus to FSF.
16387
16388 * configure.texi: remove most references to multiple hosts,
16389 multiple targets, subdirs, etc.
16390
16391 * configure.man: removed rcsid. reference config.sub not
16392 config.subr.
16393
16394 * Makefile.in: mkdir $(infodir) on install-info.
16395
16396Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16397
16398 * configure.texi: Explain better about .gdbinit and about
16399 the environment that configure.in sections run in.
16400
16401Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16402
16403 * configure.in: Ultrix is only a decstation if it's a MIPS.
16404
16405Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16406
16407 * README: DOC.configure => cfg-paper.texi.
16408
16409Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16410
16411 * config.sub (near case $os): Don't convert newsos* to bsd!
16412
16413Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16414
16415 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16416 the number of copies of COPYING that go into the GDB tar file.
16417
16418Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16419
4bddf3ad 16420 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16421 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16422 Fix SCO configuration stuff.
16423
16424Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16425
16426 * Makefile.in: For libg++, make sure the -I pointing
16427 to the gcc directory goes *after* all the libg++-local -I flags.
16428 Also, move just-gcc dependency from just-libg++ to all-libg++.
16429
16430Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16431
16432 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16433
16434Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16435
16436 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16437
16438Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16439
16440 * config.sub: Add stratus configuration frags. Also
16441 submitted to FSF.
16442
16443Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16444
16445 * Makefile.in (DEV_SUPPORT): add configure.man.
16446
16447 * config.sub(Decode manufacturer-specific): add -none*.
16448
16449Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16450
16451 * Makefile.in: remove form feeds to make Sun's make happy.
16452 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16453
16454Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16455
16456 * Makefile.in (AR_FLAGS): Make quieter.
16457
16458Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16459
16460 * configure.in: Add libg++.
16461 * configure: When verbose, don't output the command line at each
16462 level; it will be unremarkably the same as the previous version,
16463 which will be the same as what the user typed.
16464
16465Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16466
16467 * configure.in, Makefile.in: fix clean-info, add flex. add
16468 fileutils.
16469
16470 * configure: be less sensitive to spaces in Makefile.in. Do not
16471 look for sources in "..". Doing so breaks subdirectories that
16472 might have their own configure. If a subdir has it's own
16473 configure script, use it.
16474
16475Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16476
16477 * cfg-paper.texi: some changes suggested by rms.
16478
16479Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16480
16481 * config.sub: Merge in some small additions from the FSF version,
16482 taken from the gcc distribution, to bring the Cygnus and FSF
16483 versions into closer sync.
16484
16485Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16486
16487 * configure.in: Changed svr4 references to sysv4.
16488
16489Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16490
16491 * configure: added -V for version number option.
16492
16493Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16494
16495 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16496 renamed from DOC.configure to cfg-paper.texi.
16497
16498Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16499
16500 * configure, config.subr, config.sub: config.subr is now
16501 config.sub again.
16502
16503Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16504
16505 * configure.texi: new file, in progress.
16506
16507 * Makefile.in: build info file and install the man page for
16508 configure.
16509
16510 * configure.man: new file, first cut.
16511
16512 * configure: find config.subr again now that configuration "none"
16513 has gone. removed all traces of the -ansi option. removed all
16514 traces of the -languages option.
16515
16516 * config.subr: resync from rms.
16517
d932cae7 165181991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16519
16520 * configure, config.sub, config.subr: merge config.sub into
16521 config.subr, call the result config.subr, remove config.sub, use
16522 config.subr.
16523
16524 * Makefile.in: revised install for dir.info.
16525
d932cae7 165261991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16527
16528 * configure.in: add decstation host makefile frag.
16529
16530 * Makefile.in: BISON now bison -y again. also install-gcc on
16531 install. clean-gdbm on clean. infodir belongs in datadir.
16532 Make directories for info install. Build dir.info here then
16533 install it.
16534
d932cae7 165351991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16536
16537 * Makefile.in: fix for bad directory tests.
16538
d932cae7 165391991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16540
16541 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16542 regexp. -srcdir relative was being handled incorrectly.
16543
16544 * Makefile.in: unwrapped some for loops so that parallel makes
16545 work again and so one can focus one's attention on a particular
16546 package.
16547
d932cae7 165481991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16549
16550 * configure: added PWD as a stand in for `pwd` (for speed). use
16551 elif wherever possible. make -srcdir work without -objdir.
16552 -objdir= commented out.
16553
d932cae7 165541991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16555
16556 * configure: +options become --options. -subdirs commented out.
16557 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16558 Makefile now at top of generated Makefile. Removed cvs log
16559 entries. added -srcdir. create .gdbinit only if there is one
16560 in ${srcdir}.
16561
16562 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16563 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16564 and mandir now keyed off datadir by default.
16565
d932cae7 165661991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16567
16568 * Freshly created ChangeLog.
16569
16570\f
16571Local Variables:
16572mode: change-log
16573left-margin: 8
16574fill-column: 76
16575version-control: never
16576End:
This page took 1.620941 seconds and 4 git commands to generate.